* {
  font-family: "Poppins", sans-serif;
}
.bg_gradient {
  pointer-events: none;
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #1f1c28 0%, #1f1c28d0 25.5%, #1f1c2846 60%);
}
.bg_gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(17, 116, 245, 0) 100%);
}
.width_glass {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main_about_left {
  background-image: linear-gradient(126.6deg, rgba(44, 115, 210, 1) 3.4%, rgba(251, 234, 255, 1) 127.9%);
  background-image: radial-gradient(circle farthest-corner at 50% 52.5%, rgba(14, 53, 92, 1) 0%, rgba(16, 14, 72, 1) 90%);
}

.main_about_left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(237, 221, 83, 0) 100%);
}

.productSwiper a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background-color: #f1f1f1;
  border-radius: 24px;
  height: 100%;
}
.target_link::before {
  content: "";
  position: absolute;
  left: -15%;
  top: 0;
  width: 8%;
  height: 150%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transform: skewX(-10deg);
  transform-origin: center center;
  animation: shine-anime 1.5s ease-in-out 1s infinite;
}
.call_left_side {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.faq_icon.rotate {
  transform: rotate(45deg);
}
.category_overlay {
  background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(17, 116, 245, 0) 100%);
}
.category_card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 0%;
    opacity: 1;
    /*background: #1174f5;*/
    /*background: linear-gradient(0deg, rgba(17, 116, 245, 1) 0%, rgba(17, 116, 245, 1) 100%);*/
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.category_card:hover::after {
  height: 100%;
}
.service_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #1174f5;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.service_card:hover::after {
  height: 100%;
}
.service_card:hover img {
  transform: scale(1.1);
}
.blue_dot {
  width: 6px;
  position: relative;
  display: inline-block;
  height: 6px;
  border-radius: 6px;
  background-color: #006efc;
  box-shadow: 0px 0px 6px 1px #006efc;
  margin-right: 4px;
}
@keyframes shine-anime {
  0% {
    left: -15%;
  }
  100% {
    left: 120%;
  }
}

.apply_form_button::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: all .3s ease-in-out;
    background: #8db5e9;
    z-index: 0;
    pointer-events: none;
}
.apply_form_button:hover::after {
    height: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

#speedbar_box {
    height: 55vh;
    background: url("/assets/photos/speedbar.webp") center/cover no-repeat;
}
#speedbar_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(17, 116, 245, 0) 100%);*/
}

#advantagesWrapper .icon {
    filter: invert(1);
}
.galleryMainSwiper {
    height: 400px;
}
.galleryMainSwiper .swiper-slide img,
.galleryThumbSwiper .swiper-slide img,
.m_pr_photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.galleryThumbSwiper .swiper-slide {
    height: 120px;
    border: 1px solid #3333;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
.galleryThumbSwiper .swiper-slide-thumb-active {
    border-color: #333;
}
.galleryMainSwiper div[role="button"] {
    color: #333;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-inline: 20px;
}
.product_title {
    text-align:center;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 4px;
}
.blog_card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog_card:hover img {
    transform: scale(1.2);
}

/*header socials*/

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: #fff3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
  border-radius: 8px;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: .3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: .3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128C7E;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.vacancy_card:hover .vacancy_arrow_icon{
    opacity: 1;
}
.adv_wrapper {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.main-page__about-card {
    position: relative;
    z-index: 0;
    padding: 0 2rem 0 2.8125rem;
    height: 15rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f0f6f3;
    height: 200px;
}
.main-page__about-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
}

.main-page__about-icon {
    display: flex;
    align-items: center;
}
.main-page__about-svg {
    width: 9.25rem;
    height: 5.1875rem;
}
.main-page__about-bg svg {
    width: 9.4375rem;
    height: 16rem;
}
.main_page__about_content {
    margin-left: 1.875rem;
}
.main_page__about_ttl {
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 1.2;
}
.main-page__about-label {
    font-weight: 500;
    line-height: 1.3;
}
#ab_bg_photo {
    height: 420px;
    background: url("/assets/photos/abgn.webp") center/cover no-repeat;
    background-attachment: fixed;
}

li {
    position: relative;
}
.full_content ul,ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.full_content li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: -15px;
    background: url(/assets/photos/check-icon.svg) center / contain no-repeat;
    width: 20px;
    height: 20px;
}

.project_card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.project_card:hover img {
    transform: scale(1.25);
}
.project_gallery {
    display: flex;
    align-items:center;
    justify-content: center; 
    gap: 25px;
    flex-wrap: wrap;
}
.project_gallery a {
    width: 49%;
    height: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    overflow: hidden;
}
.project_gallery  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__title {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-size: 6.625rem;
    line-height: .9;
    padding-top:60px;
}
.section__inner {
    margin-top: 3.75rem;
}
.contacts-page__info {
    display: flex;
}
.contacts-page__info-col{
    padding-right: 50px;
}
.contacts-page__info-col:nth-child(1), .contacts-page__info-col:nth-child(2) {
    width: 40%;
}
.contacts-page__info-col {
    flex-shrink: 0;
}
.contacts-page__list-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
}
.contacts-page__info-col {
    flex-shrink: 0;
}
.contacts-page__info-col:nth-child(3) {
    padding-right: 0;
    width: 20%;
}
.buttoncontact {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    font-size:20px;
    overflow: hidden;
    color: #000;
    background-color: #f8fd0f;
}
.buttoncontact {
    width: 100%;
    min-height: 4rem;
}
.buttoncontact {
    position: relative;
    z-index: 0;
    padding: 1.3125rem 0;
}
.buttoncontact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
    background-color: #008c33
}

.buttoncontact--gray {
    border: 1px solid #e3e3e3;
    background-color: #f4f4f4;
    color: #181d1d;
    transition: .5s cubic-bezier(0.33, 1, 0.68, 1)
}

.buttoncontact--gray:hover {
    border-color: #008c33;
    color: #fff
}
.contacts-page__item {
    border-top: 1px solid #e3e3e3;
}
.contacts-page__item {
    padding-top: 15px;
}
.contacts-page__row {
    display: flex;
    align-items:center;
}
.contacts-page__col:nth-child(1) {
    width: 40%;
}
.contacts-page__heading {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-size: 0.875rem;
    line-height: 1.2;
}
.contacts-page__col:nth-child(2) {
    width:40%;
}
.contacts-page__link:hover {
    color: #006525;
}
.contacts-page__link {
    transition: color .5s cubic-bezier(0.33, 1, 0.68, 1);
}
.contacts-page__title {
    letter-spacing: -0.02em;
    font-size: 30px;
    line-height: 1;
    color:#000;
}
.contacts-page__item:not(:first-child) {
    margin-top: 2.5rem;
}
.contacts-page__col:nth-child(1) {
    width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 5);
}
.contacts-page__col:nth-child(2) {
    width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 7 - 20px);
    display: flex;
    gap: 30px;
}
.contacts-page__contact {
    font-size: 16px;
    line-height: 1.6;
    color:#000;
}
.contacts-page__item.active {
    border-color: #006525;
}
.socials__hover i {
   font-size:25px;
   color:#000;
   
}
.socials {
    display: flex;
    gap:10px;
    padding-bottom:25px;
}
.socials__item {
    position: relative;
    z-index: 0;
    width: 3.15rem;
    height: 3.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transition: .5s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden
}

.socials__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
    background-color: #006525
}

.socials__item:hover {
    border-color: #006525
}

.socials__item:hover::before {
    transform: none
}
.socials__item:hover i {
    color:#fff !important;
}

.serviceSelect, .selectedOption{
     width: 100%;
     padding: 1rem;
     outline: none;
     border: 2px solid #f8fd0f;
     border-radius: 3px;
}
.form_wrapper_call input {
     width: 100%;
     padding: 1rem;
     border: 2px solid #f8fd0f;
     outline: none;
     border-radius: .2rem;
}
 .form_wrapper_call button {
     width: 100%;
     padding: 1rem;
     background: #1e345b;
     color: #fff;
     font-weight: 600;
     border-radius: 0.3rem;
     letter-spacing: .3px;
     transition: .4s all ease;
     border: 1px solid transparent;
     cursor: pointer;
     font-size: 18px;
}
 .form_wrapper_call button:hover {
     background: transparent;
     color: #1e345b;
     border: 4px solid #f8fd0f;
}
.modal-header .modal-footer button {
     width: 100%;
     padding: 15px;
}
 .modal-header .modal-title {
     font-size: 30px !important;
     color:#000;
}
.input_wrapper_call_action, .otherSelected{
     margin-top:24px;
}
.form_wrapper_call {
    padding:15px;
}

.socials__item:hover svg path {
    fill: #fff;
}

#contact_form input,
#contact_form textarea {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media(max-width: 1279px) {
     #innerPages h2 {
        font-size:37px;
    }
    .section__title {
        font-size:37px;
        padding-top:20px;
    }
    .contacts-page__info {
        display:block;
    }
    .contacts-page__info-col:nth-child(1), .contacts-page__info-col:nth-child(2), .contacts-page__info-col:nth-child(3)  {
    width: 100%;
    
}
.contacts-page__info-col:nth-child(2),.contacts-page__info-col:nth-child(3) {
    padding-top:20px;
}
.section__inner {
    margin-top:1.75rem;
}
.contacts-page__contact {
    font-size:16px;
}
.contacts-page__row {
    display:block;
}
.contacts-page__title {
    font-size:16px;
    padding: 0 9px;
}
.contacts-page__col:nth-child(2)  {
    display:block;
    padding-top:25px;
    width:100%;
    text-align: center;
}
}

@media (min-width: 480px) {
  .container {
    max-width: 440px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

/* Ultra-wide monitors üçün */
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}

/* 4K ekranlar üçün */
@media (min-width: 2200px) {
  .container {
    max-width: 2000px;
  }
}

/*mobile*/
@media screen and (max-width: 768px) {
    .contacts-page__col:nth-child(2) {
        text-align: left;
    }
    .project_gallery a {
        width: 100%;
    }
    #speedbar_box {
        height: fit-content;
    }
  .adv_wrapper {
      grid-template-columns: repeat(1, 1fr);
  }
  .main-page__about-card {
      flex-direction: column;
  }
  #mobile_menu {
    background:#009FE3;
    }
    
    #mobile_menu.active {
        left: 0;
    }
    .adv_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .fixed-whatsapp {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 20px;
        z-index: 1000;
        right: 20px;
        color: #fff;
        animation: 1s infinite wpAnim;
        box-shadow: 0 0 0 18px transparent;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #2e4377 18.76%, #4877bd 48.33%, #224275 80.59%);
    }
    @keyframes wpAnim{
        0% {
            box-shadow: 0 0 0 0 #2e4377;
        }
    }
}