@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Mynerve&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.bitrix-fixed {
  position: fixed;
  right: 0;
  top: 182px;
  /* bottom: 70%;
    transform: translate(0, -50%); */
  width: 254px;
  height: 64px;
  background: #00629a;
  border-radius: 32px 0px 0px 32px;
  /* display: none; */
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 5px;
  cursor: pointer;
  text-decoration: none;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}

.fixed-transition {
  display: flex;
  animation: myMove 1s ease-in-out;
  animation-delay: 0ms;
}

.cert-search-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

@keyframes myMove {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

.fixed-transition:hover {
  width: 264px;
  padding-right: 42px;
}

.bitrix-fixed-img {
  min-width: 54px;
  min-height: 54px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bitrix-fixed-img img {
  width: 35px;
  height: 35px;
}

.bitrix-fixed-content {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

#logobitrix-mobile img {
  display: none;
}

@media screen and (max-width: 992px) {
  .bitrix-fixed {
    width: 225px;
    height: 54px;
    padding-right: 32px;
    padding-left: 5px;
  }

  .fixed-transition:hover {
    width: 225px;
    padding-right: 32px;
  }

  .bitrix-fixed-img {
    min-width: 46px;
    min-height: 46px;
  }

  .bitrix-fixed-img img {
    width: 30px;
    height: 30px;
  }

  .bitrix-fixed-content {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .bitrix-fixed {
    width: 200px;
    height: 46px;
    padding-right: 28px;
    padding-left: 4px;
  }

  .fixed-transition:hover {
    width: 200px;
    padding-right: 28px;
  }

  .bitrix-fixed-img {
    min-width: 42px;
    min-height: 42px;
  }

  .bitrix-fixed-img img {
    width: 27px;
    height: 27px;
  }

  .bitrix-fixed-content {
    font-size: 13px;
    line-height: 14px;
  }

  .cert-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .cert-3 {
    flex: 1 1 100%;
    margin-right: 0; /* Mobil görünüşdə sağ boşluğu sil */
    width: 100%;
  }

  .cert-3-details {
    flex-direction: column;
    width: 90%; /* Kiçik ekranlarda daha yaxşı uyğunlaşması üçün */
  }
}

@media screen and (max-width: 468px) {
  .advert_desktop {
    display: none !important;
  }
  .advert_mobile {
    display: inline;
  }
  .choose-bitrix-row {
    padding-top: 0px !important;
  }

  .bitrix-fixed {
    width: 180px;
    height: 42px;
    padding-right: 26px;
    padding-left: 4px;
  }

  .fixed-transition:hover {
    width: 180px;
    padding-right: 26px;
  }

  .cert-1 span {
    width: max-content !important;
    padding: 0 5px;
  }

  .bitrix-fixed-img {
    min-width: 38px;
    min-height: 38px;
  }

  .bitrix-fixed-img img {
    width: 25px;
    height: 25px;
  }

  .bitrix-fixed-content {
    font-size: 12px;
    line-height: 12px;
  }
}

#navbardi {
  position: fixed;
  width: 100%;
  background: #fff;
  opacity: 0.95;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  padding-top: 10px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 110;
}

.bitrix-nav-container {
  max-width: 1300px !important;
  width: 100%;
}

.bitrix-nav-ul {
  width: 100%;
  justify-content: space-between;
}

.navbar-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.bitrix-nav-ul li a {
  color: rgba(0, 98, 154, 1) !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}

.navbar-div1,
.navbar-div2 {
  display: flex;
  justify-content: space-between;
  /* width: 45%; */
  gap: 15px;
}

/* .navbar-div1 {
    padding-right: 4%;
}

.navbar-div2 {
    padding-left: 4%;
} */

.navbar-nav {
  display: flex;
  align-items: center;
}

.hero-margin {
  padding-top: 8rem;
}

#logobitrix {
  width: 14rem;
}

#logobitrix img {
  width: 86%;
}

.dropdown-content img,
.dropdown img {
  width: 20px;
  height: 20px;
}

nav .dropdown-menu {
  padding-left: 10px;
  border: none;
  background: none;
}

.navbar-collapse {
  justify-content: center;
}

nav .dropdown-menu li {
  padding-bottom: 20px;
}

#lang_dropdown {
  position: absolute !important;
  right: 10px;
}

#mobile_lang_dropdown {
  display: none;
}

li {
  list-style-type: none;
}

footer {
  background-color: #232727;
  z-index: 10;
  padding-top: 67px;
}

.footerText {
  color: #fff;
  text-align: justify;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.modal-dialog {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  width: max-content !important;
  height: 80vh;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  justify-content: center;
}

#modalImg,
#modalImgIso27001,
#modalImgIso9001 {
  height: 100%;
  object-fit: contain;
}

.reserv {
  margin-bottom: 0 !important;
}

.reserv span {
  color: #dfdede;
  font-size: 14px;
}

.DivText a i {
  color: #fff;
  padding-left: 15px;
  font-size: 23px;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.footerCertifcate {
  width: 195px;
}

.pages h6 {
  font-size: 24px !important;
  font-weight: 700;
  color: #fff;
}

.pages ul li {
  width: 166px;
}

.pages a {
  color: #fff;
}

.pages li {
  padding-top: 10px;
  list-style-type: none;
  color: #181433;
}

.iso-27001-img {
  /* width: 12.5rem !important; */
}

.Iso img {
  width: 11rem;
  height: 100%;
  cursor: pointer;
}

.bitrix-hero-content p {
  width: 100%;
  font-weight: 900;
  font-size: 40px;
  line-height: 55px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #0c0b0b;
}

.bitrix-container {
  max-width: 1200px;
  width: 100%;
}

.bitrix-slider-container {
  max-width: 1150px;
  width: 100%;
  padding-top: 80px;
}

.bitrix-hero-content span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f3d4d;
  margin-bottom: 0;
}

.bitrix-hero-content form {
  margin-top: 15px;
}

.bitrix-hero-content form input {
  background-color: #9ed3ea;
  background: linear-gradient(
    to right,
    rgba(158, 211, 234, 1) 0%,
    rgba(208, 208, 208, 1) 100%
  );
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  padding: 10.5px 20px;
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  font-size: 19.2px;
  line-height: 26px;
  outline: none;
}

.bitrix-hero-form button {
  width: 260px;
  height: 48px;
  background: #006095;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
}

.bitrix-hero-form button:hover {
  opacity: 0.8;
}

.bitrix-reference-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 55px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #0c0b0b;
  justify-content: center;
  margin-top: 28px;
}

.referance-show {
  display: none;
}

.show_hide_all_referance {
  display: flex;
}

.referance-logo {
  display: none;
  align-items: center;
  height: 150px;
}

.reference-active {
  display: flex !important;
}

.slick .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick .item img {
  object-fit: contain;
  padding: 0 15px;
  z-index: 10;
}

.slick .item .bg {
  position: relative;
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 -24px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/reference-bg.png);
}

.slick-thoughts .item .bg {
  margin: 20px auto;
  /* width: 600px; */
  height: 272px;
  /* position: relative;
    height: 250px;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    margin: 0 -24px;
    opacity: 0.6;*/
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  background-image: url(../images/ProfileCard.png),
    linear-gradient(lightgray 0%, rgba(255, 255, 255, 0.1));
  background-blend-mode: soft-light, normal;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.25),
    4px 4px 26px 0px rgba(255, 255, 255, 0.05) inset,
    0px 4px 2px 0px rgba(255, 255, 255, 0.05) inset,
    0px -4px 2px 0px rgba(0, 0, 0, 0.15) inset;
  backdrop-filter: blur(25px);
}

/* 
.slick-thoughts {
    display: flex;
} */

.slick-thoughts .item .bg .name {
  text-shadow: 0px 2.59px 2.96px rgba(0, 0, 0, 0.35);
  font-family: Montserrat;
  font-size: 29.23px;
  font-style: italic;
  font-weight: 800 !important;
  line-height: normal;
  background: rgb(0, 121, 192);
  background: radial-gradient(
    circle,
    rgba(0, 121, 192, 1) 0%,
    rgba(0, 76, 119, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thoughts {
  margin-bottom: 100px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0px 25px 20px;
}

.card-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
  padding-bottom: 4px;
}

.slick-thoughts .item .bg .position {
  padding-top: 10px;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(2, 12, 98, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slick-thoughts .item .bg p {
  margin-bottom: 0;
}

.slick-thoughts .item .bg .sentence {
  font-family: Montserrat;
  font-size: 15.733px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: rgb(0, 88, 139);
  background: radial-gradient(
    circle,
    rgba(0, 88, 139, 1) 0%,
    rgba(1, 8, 71, 1) 30%,
    rgba(1, 8, 71, 1) 65%,
    rgba(0, 0, 0, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slick .slick-list {
  padding: 20px 0 !important;
  height: 300px;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slider .slick-track {
  height: 100%;
}

.slick .slick-center .bg {
  opacity: 1;
  width: 200px;
  height: 240px;
  border-radius: 16px;
}

.slick-slide {
  outline: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

.slick .item .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  border-radius: 16px;
}

.blog-bg-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 26px;
}

.blog-bg-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #c6b9d8;
}

.blog-bg-bottom {
  width: 100%;
  position: absolute;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-bg-bottom span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin-bottom: 8px;
}

.blog-bg-bottom button {
  background: #8843e1;
  border: 1.8px solid #fdfdfd;
  border-radius: 10px;
  padding: 6.5px 19px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.065em;
  color: #ffffff;
}

.header-info {
  padding: 60px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background: linear-gradient(0deg, rgba(4, 15, 15, 0.6), rgba(32, 34, 80, 0.6)),
    url(../images/main.png);
  background-position: center;
}

.header-info > div > h3 {
  text-align: center;
  color: white;
}

.blog-header-container {
  max-width: 1000px !important;
  width: 100%;
  background: #f4f9fd;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 33px;
  border-radius: 5px;
  justify-content: space-between;
  margin-top: 37px;
}

.blog-header-container div {
  width: 100%;
  display: flex;
  align-items: center;
}

.blog-header-container input {
  background: #f4f9fd !important;
  border: 0;
  outline: none;
  width: 100%;
  margin-left: 12px;
  padding: 5px 0;
  padding-right: 10px;
  font-size: 18px;
}

.blog-header-container button {
  padding: 15px 51px;
  background: #8843e1;
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #f4f9fd;
}

.blog-card-container {
  max-width: 1000px !important;
  width: 100%;
  margin-bottom: 37px;
}

.blog-card-1 {
  height: 469px;
  width: 100%;
  position: relative;
  margin-bottom: 19px;
}

.card-1-top {
  position: absolute;
  padding: 0 32px;
  top: 26px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-1-bottom {
  position: absolute;
  padding: 0 32px;
  bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-button-link {
  background: #8843e1;
  border: 1.8px solid #fdfdfd;
  border-radius: 10px;
  padding: 6.5px 19px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.065em;
  color: #ffffff;
}

.card-button-link:hover {
  color: #fff;
  background: #7022d6;
}

.card-1-bottom span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin-bottom: 14px;
}

.card-1-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #c6b9d8;
}

.blog-card-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card-2 {
  position: relative;
  height: 469px;
  width: 100%;
  margin-bottom: 19px;
}

.card-2-top {
  position: absolute;
  padding: 0 32px;
  top: 26px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-2-bottom {
  position: absolute;
  padding: 0 32px;
  bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-2-bottom button {
  background: #8843e1;
  border: 1.8px solid #fdfdfd;
  border-radius: 10px;
  padding: 6.5px 19px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.065em;
  color: #ffffff;
}

.card-2-bottom span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin-bottom: 14px;
}

.card-2-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #c6b9d8;
}

.blog-card-2-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card-3 {
  position: relative;
  height: 225px;
  width: 100%;
  margin-bottom: 19px;
}

.card-3-top {
  position: absolute;
  padding: 0 15px;
  top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-3-bottom {
  position: absolute;
  padding: 0 32px;
  bottom: 19px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-3-bottom button {
  background: #8843e1;
  border: 1.8px solid #fdfdfd;
  border-radius: 10px;
  padding: 6.5px 19px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.065em;
  color: #ffffff;
}

.card-3-bottom span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin-bottom: 14px;
}

.card-3-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #c6b9d8;
}

.blog-card-3-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card-4 {
  position: relative;
  height: 225px;
  width: 100%;
  margin-bottom: 19px;
}

.card-4-top {
  position: absolute;
  padding: 0 15px;
  top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-4-bottom {
  position: absolute;
  padding: 0 32px;
  bottom: 19px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-4-bottom button {
  background: #8843e1;
  border: 1.8px solid #fdfdfd;
  border-radius: 10px;
  padding: 6.5px 19px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.065em;
  color: #ffffff;
}

.card-4-bottom span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin-bottom: 14px;
}

.card-4-top span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #c6b9d8;
}

.blog-card-4-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pagination-ul {
  gap: 12px;
}

.pagination-ul .page-item.active .page-link {
  background-color: #8843e1 !important;
  border: 1px solid #8843e1 !important;
}

.pagination-ul .page-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #737373;
  border-radius: 3px;
}

.blog-pagination-right .page-link {
  background-color: transparent !important;
  border: none !important;
}

.blog-all-result-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin: 18px 0 40px 0;
}

.filter-reference-row select {
  background-color: rgba(255, 255, 255, 0.55) !important;
  border: none !important;
  color: #03304a !important;
}

.all-reference-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #212529;
}

.all-reference-button button {
  width: 226.22px;
  height: 48px;
  background: #006095;
  border-radius: 50px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}

.all-reference-button button:hover {
  opacity: 0.8;
}

.bitrix-lent {
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
  margin-bottom: -25px;
}

.what-is-bitrix {
  position: relative;
}

.what-is-bitrix-img {
  width: 100%;
  height: 378px;
}

.blueprint-bitrix {
  position: absolute;
  bottom: -70px;
  right: 0;
}

.choose-bitrix-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #212529;
  /* text-align: center; */
}

.choose-bitrix-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 100px;
}

.bitrix-order-row {
  height: 500px;
}

.bitrix-order-1 img {
  width: 72px;
  height: 142px;
}

.bitrix-order-2 img {
  width: 122px;
  height: 146px;
}

.bitrix-order-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bitrix-order-2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bitrix-order-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bitrix-order-3 div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bitrix-order-3 img {
  width: 121px;
  height: 146px;
}

.bitrix-price-container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 100px;
}

#Program {
  padding-top: 60px;
}

.bitrix-price-row {
  max-width: 1400px;
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: scroll;
  margin: 0 auto;
}

.bitrix-price-row {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.bitrix-price-row::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.bitrix-price-col {
  width: 264px;
}

.bitrix-price-title,
.faq {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #212529;
}

.bitrix-price-text {
  width: 87%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 37px;
  /* display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;*/
  color: #212529;
}

/* 
.bitrix-price-text p {
    width: 55%;
} */

.bitrix-price-text span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  color: rgba(0, 174, 239, 1);
}

.price-card {
  width: 100%;
  background: #5b9cc0;
  box-shadow: 0px 10px 30px rgba(82, 67, 194, 0.295755);
  border-radius: 26px;
  padding: 20px 45px 43px;
}

.price-card-option {
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006095;
  border-radius: 13.5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.833333px;
  color: #ffffff;
  margin-left: auto;
}

.price-card h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 17px;
  margin-bottom: 0px;
  text-align: center;
}

.priceless-bitrix-card-title {
  margin-bottom: 40px !important;
}

.price-path-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 12px;
  gap: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.price-path-list-item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fdfdfd;
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-path-list-item div {
  margin-right: 10px;
}

.price-path-img {
  min-width: 20px;
  height: 20px;
  background: #69aacd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-path-list-item p {
  margin-bottom: 0;
}

.price-battery {
  max-width: 36px;
  height: 11.35px;
}

.price-bat-list {
  margin-top: 12px;
}

.price-bat-list div {
  color: #fdfdfd;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-card-p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -1.4px;
  color: #006095;
  margin-bottom: 0;
  text-align: center;
}

.enterprice-count {
  background-color: transparent;
  color: #fff;
  margin-right: 10px;
  padding: 0rem 1.5rem 0rem 0rem !important;
  text-align: center;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  border-radius: 5px;
  width: 5rem !important;
}

.enterprice-count::-ms-expand {
  display: none;
}

.enterprice-count option {
  color: #000;
  text-align: center;
}

.bitrix-form {
  background: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
  box-shadow: 0px 2px 15px 2px rgba(216, 218, 220, 0.65);
  backdrop-filter: blur(10px);
  padding: 35px 20px;
}

.bitrix-form ::placeholder {
  color: #fff;
}

.bitrix-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.bitrix-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.bitrix-hero-form {
  position: relative;
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bitrix-hero-content form input {
  width: 100%;
}

.bitrix-form-content {
  padding-left: 0;
}

.bitrix-hero-button {
  position: absolute;
  right: 6px;
  bottom: 7px;
  width: 104px;
  height: 34px;
  background: #006095;
  border-radius: 2px;
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  font-size: 19.2px;
  line-height: 26px;
  color: #ffffff;
  border: none;
  outline: none;
}

.bitrix-form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.bitrix-form h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.bitrix-form h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #0069ff;
}

.bitrix-form h4 span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #fff;
}

.form-contact {
  font-weight: 600;
  font-size: 32px;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  color: #0c0b0b;
}

.bitrix-input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.bitrix-input-group {
  padding-right: 0;
  padding-left: 0;
}

.bitrix-input {
  width: 100%;
}

.bitrix-hero-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.bitrix-hero-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.bitrix-hero-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.bitrix-textarea-group textarea {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 10px;
  gap: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}

.bitrix-textarea-group {
  padding-right: 0;
}

.bitrix-textarea-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  justify-content: center;
}

.bitrix-input input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 10px;
  gap: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}

.bitrix-form-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0069ff;
  box-shadow: 0px 10px 15px rgba(0, 105, 255, 0.3);
  border-radius: 3.91667px;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
  outline: none;
  cursor: pointer;
}

#switch-flex {
  display: flex;
  /* justify-content: center !important; */
}

@media screen and (max-width: 560px) {
  #switch-flex {
    display: contents;
    /* justify-content: center !important; */
  }

  .bulud-text {
    margin-left: 22%;
  }
}

.btn-color-mode-switch {
  display: inline-block;
  position: relative;
}

.btn-color-mode-switch input[type="checkbox"] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.cert-search input:focus-visible {
  outline: none;
  border: none;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0;
  width: 190px;
  height: 72px;
  background: #fff;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #c1c1c1;
  display: block;
}

.switch label {
  cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  /* content: attr(data-on); */
  position: absolute;
  font-size: 21px;
  font-weight: 500;
  top: 20px;
  right: 13px;
  color: #c1c1c1;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  /* content: attr(data-off); */
  width: 69px;
  height: 65px;
  background: #7c9b00;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding-top: 25px;
  color: #fff;
  font-size: 23px;
  padding-top: 17px;
}

.percent {
  width: 47px;
  height: 25px;
  background-color: #fff490;
  transform: skew(-20deg);
  text-align: center;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  left: 164px;
  color: gray;
}

.percent span {
  text-decoration: line-through;
  position: absolute;
  left: 7px;
  top: 0px;
}

.switch-inner-after:after {
  /* content: "12 Ay" !important; */
  left: auto !important;
  transition: all 0.2s ease-in-out !important;
  right: 2px !important;
  background: #0085af !important;
}

.switch-inner-after:before {
  /* content: "3 Ay" !important; */
  left: 13px !important;
}

.perc {
  background-color: #ffe600;
  color: #000;
}

.perc span {
  text-decoration: none;
}

/* HAKKİMİZDA PAGE */

.hakkimizda-section {
  background-image: url(../images/hakkimizda-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
}

.hakkimizda-banner-img {
  width: 100%;
}

.hakkimizda-banner-img img {
  width: 100%;
  object-fit: cover;
}

.hakkimizda-section .card {
  background-color: transparent !important;
}

.cards h3 {
  font: 700 25px var(--man);
  padding-top: 28px;
  line-height: 28px;
  letter-spacing: -3%;
}

.cards p {
  font: 500 20px var(--man);
  line-height: 28px;
  letter-spacing: -3%;
  text-align: center;
  padding-top: 15px;
}

.cards h4 {
  font: 800 32px var(--man);
  line-height: 28px;
  letter-spacing: -3%;
}

/* MARQUEE SECTION */

.marquee__three {
  display: flex;
  overflow: hidden;
  height: 300px;
  user-select: none;
  gap: 0.1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.marquee__group__three {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  min-width: 100%;
  animation: scroll 20s linear infinite reverse;
}

.marquee__group__four {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  min-width: 100%;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 0.1rem));
  }
}

@media screen and (max-width: 768px) {
  .cards {
    margin-top: 60px;
  }

  .hakkimizda-banner-img {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .cards {
    overflow: scroll !important;
  }

  .navbar-div1,
  .navbar-div2 {
    justify-content: space-between;
    gap: 0;
  }
}

@media screen and (max-width: 1400px) {
  .cards {
    overflow: hidden;
  }
}

.card {
  margin-left: 3%;
  border: none !important;
  margin: auto;
}

@media screen and (max-width: 487px) {
  .card img {
    width: 90%;
    border-radius: 50%;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .card h5 {
    letter-spacing: 2px;
  }

  .cert-search-inner {
    gap: 5px !important;
  }

  .cert-search input {
    font-size: 12px !important;
  }

  .list-items ul li a {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 581px) {
  .card {
    border: none !important;
  }
}

.Border {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  border: 2px solid #23a7d0;
  margin: auto;
  position: relative;
}

.Border img {
  width: 100%;
  border-radius: 50%;
}

.Border .fb {
  position: absolute;
  top: 17%;
  left: 87%;
}

.Border .tw {
  position: absolute;
  top: 22%;
  left: 89%;
}

.Border .ln {
  position: absolute;
  top: 46%;
  left: 93%;
}

.Border .g {
  position: absolute;
  top: 70%;
  left: 85%;
}

.icons i {
  font-size: 16px;
  position: absolute;
  color: #23a7d0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.icons {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #23a7d0;
}

.sertifikaSvg {
  margin-left: 2px;
  margin-top: 2px;
}

.price-div {
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
}

.price-div-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
}

.price-div-1 p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #262626;
}

.btns,
.btns2,
.btns3 {
  background: transparent;
  border-radius: 30px;
  font-family: "Montserrat";
  border: none;
  padding: 5px 10px;
  font-style: normal;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #262626;
}

.try-btn {
  max-width: 419.5px;
  width: 100%;
  height: 45px;
  background: #006095;
  border-radius: 30px;
  font-family: "Montserrat";
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.actives,
.actives2 {
  border: 2px solid #00aeef;
}

.top-div {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

.bottom-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  nav .bitrix-nav-container {
    width: 90%;
  }

  .bitrix-price-row {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1100px) {
  .bitrix-lent {
    margin-top: -40px;
  }

  .blueprint-bitrix {
    width: 110px;
    height: 110px;
    bottom: -60px;
  }
}

@media screen and (min-width: 992px) {
  .advert_desktop {
    display: inline;
  }
  .advert_mobile {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media screen and (max-width: 991.5px) {
  .bitrix-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  #logobitrix img {
    display: none !important;
  }

  #logobitrix-mobile img {
    display: block;
    width: 10rem;
  }

  .price-div {
    gap: 50px;
  }

  .bitrix-hero-content p {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .bitrix-lent {
    display: none;
  }

  .what-is-bitrix {
    margin-top: 15px;
  }

  .blueprint-bitrix {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }

  .what-is-bitrix {
    position: relative;
    margin-bottom: 100px;
  }

  .bitrix-form {
    gap: 20px;
  }

  .bitrix-textarea-group {
    padding-left: 0;
  }

  .bitrix-price-text p {
    width: 100%;
  }

  .navbar-collapse {
    padding-right: 0;
  }

  #logobitrix img {
    margin-left: 24px;
    position: absolute;
    width: 10rem;
    top: 10px;
  }

  .navbar-div1,
  .navbar-div2 {
    flex-direction: column;
    padding: 0;
  }

  #lang_dropdown {
    display: none;
  }

  #mobile_lang_dropdown {
    display: block;
  }

  #mobile_lang_dropdown button {
    width: 100%;
  }
}

@media screen and (max-width: 968px) {
  .blog-header-container {
    padding: 13px 13px 13px 28px;
  }

  .blog-header-container input {
    margin-left: 10px;
    padding: 4px 0;
    padding-right: 8px;
    font-size: 17px;
  }

  .blog-header-container button {
    padding: 13px 40px;
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .choose-bitrix-row {
    justify-content: center;
    text-align: center;
  }

  .bitrix-order-1,
  .bitrix-order-2,
  .bitrix-order-3 {
    margin-top: 10px;
  }

  .bitrix-order-1 div,
  .bitrix-order-2 div,
  .bitrix-order-3 div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bitrix-order-row {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .footerCertifcate {
    margin-left: 45px;
  }

  .btn-color-mode-switch-inner {
    margin-left: -92px;
  }

  .percent {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .header-info {
    padding: 60px 20px;
  }

  .blog-header-container {
    padding: 11px 11px 11px 22px;
  }

  .blog-header-container input {
    margin-left: 8px;
    padding: 3px 0;
    padding-right: 6px;
    font-size: 16px;
  }

  .blog-header-container button {
    padding: 12px 35px;
    font-size: 12px;
    line-height: 16px;
  }

  .blueprint-bitrix {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }

  #navbardi {
    width: 96%;
  }

  .bitrix-hero-content p {
    font-size: 33px;
  }
}

@media screen and (max-width: 768px) {
  #navbardi {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 600px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .slick .slick-center .bg {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .slick .slick-list {
    height: 350px;
  }

  .blueprint-bitrix {
    width: 70px;
    height: 70px;
    bottom: -30px;
  }

  .what-is-bitrix {
    position: relative;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 568px) {
  .blog-header-container {
    padding: 8px 8px 8px 16px;
  }

  .blog-header-container input {
    margin-left: 6px;
    padding: 2px 0;
    padding-right: 4px;
    font-size: 14px;
  }

  .blog-header-container button {
    padding: 9px 28px;
    font-size: 12px;
    line-height: 13px;
  }

  #logobitrix {
    width: 10rem;
  }

  #logobitrix img {
    width: 8rem;
    margin-left: 20px;
  }

  .navbar-toggler {
    font-size: 1rem;
  }

  .all-reference-text {
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .choose-bitrix-title {
    font-size: 30px;
  }

  .bitrix-price-container {
    padding-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .blog-header-container {
    padding: 5px 5px 5px 11px;
  }

  .blog-header-container input {
    margin-left: 4px;
    padding: 2px 0;
    padding-right: 3px;
    font-size: 10px;
  }

  .blog-header-container button {
    padding: 8px 20px;
  }

  .choose-bitrix-title {
    font-size: 20px;
    line-height: 40px;
  }

  .ytp-cued-thumbnail-overlay-image {
    background-size: contain !important;
  }

  .what-is-bitrix-img {
    height: 200px;
  }

  .modal-content {
    height: 350px !important;
    width: 80% !important;
  }
}

/* CERT CSS */

.cert-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.cert-1 {
  background-color: #000;
  border-radius: 50px;
  display: flex;
  /* max-width: 1500px; */
  width: 95%;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
  margin: 20px auto;
  /* height: 88vh; */
  margin-top: 4.3%;
}

.cert-1 img {
  border-radius: 50px;
  height: 100%;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.cert-1 p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 5vw;
  line-height: 130px;
  letter-spacing: -4px;
  color: #ffffff;
  margin: 0;
}

.cert-1 p:nth-child(1) {
  line-height: 60px;
}

.cert-1 p:nth-child(3) {
  line-height: 80px;
  margin-top: 30px;
}

.mobile {
  display: none;
}

.cert-details {
  padding: 0 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cert-1 span {
  display: inline-block;
  max-width: 528.46px;
  width: 100%;
  background: #0045ff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(-4.57deg);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 5vw;
  line-height: 93px;
  text-align: center;
  color: #ffffff;
}

/* cert2 */

.cert-2 {
  margin: 30px auto;
  max-width: 1020px;
  width: 100%;
  text-align: center;
}

.cert-2 h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
  color: #0a090f;
}

.cert-2 p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

/* CERT 3 */
.cert-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Mobil görünüş üçün */
}

.cert-3 {
  flex: 1 1 45%;
  background: linear-gradient(125deg, #000000, #d95db0);
  background-repeat: no-repeat;
  color: white;
  padding: 40px;
  border-radius: 20px;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.cert-3-details {
  width: 80%;
  max-width: 500px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center; /* Mətn ortalanması */
}

.cert-3-details h3 {
  font-size: 24px;
  font-weight: 600;
  min-height: 40px; /* Eyni hündürlük üçün */
  margin-bottom: 20px;
  color: #fff;
}

.cert-3-details p {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

.cert-umumi {
  padding-top: 50px;
}

.cert-umumi p {
  margin-bottom: 0 !important;
}

/* CERT 4 */
.cert-4 {
  margin: 50px 0;
}

.cert-4 h2,
.cert-6 h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 40.0868px;
  line-height: 33px;
  color: #0a090f;
  /* display: inline-block; */
  margin: 0 0 30px 0;
  text-align: center;
}
.modal-body {
  margin-top: 130px;
}
.price-container {
  max-width: 1300px !important;
  width: 100%;
  display: flex;
  gap: 20px;
}

.price-card-1,
.price-card-2,
.price-card-3 {
  box-shadow: 0.904555px 0.904555px 27.1367px rgba(0, 0, 0, 0.08);
  border-radius: 18.0911px;
  display: flex;
  max-width: 417px;
  width: 100%;
}

.price-details {
  padding: 30px 15px 0 16px;
}

.price-details h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 33px;
  color: #0a090f;
  margin-bottom: 15%;
}

.price-details-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
}

.price-details-inner > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-details-inner > div p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18.9957px;
  line-height: 23px;
  color: #000000;
}

.price-select-inner li:nth-child(1) {
  opacity: 1;
}

.price-select-inner li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 25px 0;
  color: #2d2e2e;
  opacity: 0.5;
}

/* cert 4 */
.vid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vid-details {
  width: 100%;
}

.vid-details h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 40.0868px;
  line-height: 33px;
  color: #0a090f;
  display: inline-block;
  margin: 23px 0;
}

.vid-details p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 23px;
}

.video-1,
.video-2 {
  max-width: 620px;
  width: 95%;
}

.vid-details:nth-child(1) {
  text-align: right;
}

iframe {
  width: 100%;
  border-radius: 15px;
}

/* cert 5 */

.cert-5 {
  margin: 122px 0;
}

.video-2 .vid-details p {
  margin-bottom: 20px !important;
}

.price-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.price-select-1 {
  max-width: 1040px;
  width: 100%;
  /* height: 509px; */
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  padding-bottom: 0px;
  position: relative;
}
.price-select-2 {
  max-width: 1040px;
  width: 100%;
  /* height: 509px; */
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  padding-bottom: 0px;
  position: relative;
}

.price-head {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.price-head p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #2d2e2e;
}

.price-select-inner select {
  margin-bottom: 5px;
  padding: 0 5px;
}

.price-select-inner:last-child {
  justify-content: center;
}

.price-select-inner {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  align-items: center;
}

.price-try {
  max-width: 463px;
  width: 100%;
  height: 51px;
  background: #ffffff;
  border: 1px solid #3544db;
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3544db;
  position: absolute;
  bottom: 15px;
}

.dummy-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #3544db;
  margin: 30px 0;
  width: 80%;
}

.price-try2 {
  max-width: 463px;
  width: 100%;
  height: 51px;
  background: #3544db;
  border-radius: 4px;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
}

.price-select-inner b {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #2d2e2e;
}

.price-select-inner span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #2d2e2e;
}

.only {
  opacity: 1 !important;
}

@media screen and (max-width: 1024px) {
  .slick-thoughts .item .bg .sentence {
    font-size: 12.733px;
  }
  .cert-3-details {
    width: 81%;
  }
}

@media screen and (max-width: 425px) {
  .price-try,
  .price-try2 {
    position: static !important;
  }

  .partner-item {
    height: 260px !important;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .partner-item div:nth-child(-n + 3) {
    border-right: 0px !important;
  }

  .slick-thoughts .item .bg {
    flex-direction: column;
    height: max-content !important;
  }

  .card-image {
    flex-direction: row;
    padding: 8px 20px;
    align-items: flex-end;
  }

  .card-content {
    padding: 20px 0px 5px 20px;
  }

  .company-logo img {
    width: 100%;
  }

  .director img {
    width: 100%;
  }

  .position {
    padding-bottom: 10px;
  }

  .thoughts .row {
    justify-content: center;
  }
}

/* CERT 6 */
.cert-search {
  max-width: 1179px;
  width: 100%;
  margin: 0 auto;
  /* height: 72px; */
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
  /* padding: 0 10px; */
  /* flex-wrap: wrap; */
  /* max-height: ; */
  position: relative;
}

.list-items {
  position: absolute;
  background-color: #fff;
  z-index: 5;
  width: 100%;
  overflow-y: scroll;
  max-height: 300px;
  margin-top: 10px;
}

.list-items ul li {
  margin: 5px 0;
}

.list-items ul li a {
  color: #020202;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 91.667% */
}

.cert-search p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.cert-search input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: none;
  color: #020202;
  /* text-align: center; */
  /* font-family: Inter; */
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  padding: 0 5px;
}

.cert-input {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.cert-input button {
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 100px;
  width: 100%;
  height: 32px;
  background: #3544db;
  border-radius: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  border: none;
  color: #ffffff;
}

/* cert 7 */

.cert-7 {
  background: #3544db;
  height: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

/* CERT 8 */

.cert-8 {
  width: 940px;
  height: 270px;
  background: rgba(53, 68, 219, 0.15);
  box-shadow: 0px 2px 15px 2px rgba(216, 218, 220, 0.25);
  backdrop-filter: blur(10px);
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
}

.cert-form {
  background: rgba(53, 68, 219, 0.15) !important;
  box-shadow: 0px 2px 15px 2px rgba(216, 218, 220, 0.25) !important;
  backdrop-filter: blur(10px) !important;
}

.cert-form-cont {
  max-width: 910px !important;
  width: 100%;
}

.cert-content {
  /* background-color: violet !important; */
  background-repeat: no-repeat !important;
  background-position: center;
  height: 600px !important;
}

.cert-content-success {
  background: url(../images/123.png) !important;
  width: 100% !important;
}

.cert-content-danger {
  background: url(../images/danger.png) !important;
  width: 100% !important;
}

.cert-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  text-align: center;
}

.cert-modal {
  height: 100vh;
  width: 97% !important;
  position: relative;
}

.cert-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 10px;
  justify-content: center;
}

.cert-btns a {
  width: 345px;
  height: 44px;
  background: #1573fe;
  border-radius: 8px;
  /* font-family: 'Roboto'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cert-btns button {
  width: 345px;
  height: 44px;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  /* font-family: 'Roboto'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1020px) {
  .cert-3 {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
  }

  .cert-1 {
    justify-content: space-between;
    /* gap: 40px; */
    margin: 0 auto;
    width: 95%;
    border-radius: 33.5065px;
  }

  .cert-1 img {
    border-radius: 33.5065px;
  }

  .desktop-2 {
    display: none;
  }

  .mobile-2 {
    display: block;
  }

  .cert-3 img {
    position: relative;
    order: 2;
    width: 100%;
    left: 0;
  }

  .cert-3-details {
    text-align: center;
    padding: 15px 0;
    width: 88%;
  }

  .cert-search {
    width: 95%;
    height: max-content;
    justify-content: center;
    gap: 15px;
  }

  .price-container {
    overflow-y: auto;
  }

  .vid-container {
    justify-content: center;
  }

  .cert-3-details p:nth-child(1) {
    padding: 15px 0;
  }

  .price-select-1,
  .price-select-2 {
    width: 95%;
    margin: 0 auto;
  }

  .price-try,
  .price-try2 {
    width: 95%;
  }
}

@media screen and (max-width: 805px) {
  .mobile {
    display: block;
    width: 100%;
  }

  .certificate-moc img {
    width: 100% !important;
  }

  .certificate-moc {
    width: 100% !important;
  }

  .cert-umumi {
    padding-top: 10% !important;
  }

  .desktop {
    display: none;
  }

  .cert-1 {
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
    width: 95%;
    border-radius: 33.5065px;
  }

  .cert-1 img {
    border-radius: 33.5065px;
    height: auto;
  }

  .cert-details {
    padding: 40px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cert-details p,
  .cert-details span {
    text-align: center;
  }

  .cert-1 p {
    line-height: 45px !important;
    margin-top: 10px !important;
    letter-spacing: 2px;
    font-size: 45px;
  }

  .cert-1 span {
    height: max-content;
    line-height: 75px;
    font-size: 45px;
  }
}

@media screen and (max-width: 600px) {
  .cert-2 h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .cert-1 {
    min-height: 60vh;
  }

  .cert-search p {
    font-size: 16px;
  }

  .cert-umumi {
    padding-top: 18% !important;
  }

  .cert-1 p {
    font-size: 35px;
  }

  .cert-1 span {
    line-height: normal;
    font-size: 35px;
  }

  /* .cert-search input {
        border: 1px solid black !important;
    } */
}

@media screen and (max-width: 500px) {
  /* .cert-search input {
        width: 300px;
    } */

  /* .cert-search>div {
        gap: 0 !important;
    } */

  .cert-btns button {
    width: 200px !important;
  }

  .officelines-logoo {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 375px) {
  .price-details {
    padding: 30px 15px 0 2px;
  }

  .price-details-inner > div p {
    font-size: 14px;
  }

  .price-details-inner > div {
    gap: 4px;
  }
}

.dropdown-toggle::after {
  color: black !important;
}

/* POP UP  */

#indexPopUp {
  overflow-y: scroll;
  /* or auto */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide the scrollbar for Firefox */
#indexPopUp::-webkit-scrollbar {
  display: none;
}

.pop_up_index {
  align-items: center;
  justify-content: center;
}

.pop_up_index .modal-dialog {
  position: relative;
  max-width: 1000px !important;
  margin: 20px auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: initial !important;
}

.pop_up_index.show {
  background: rgba(0, 0, 0, 0.6) !important;
  transition: all 0.2s ease-in !important;
}

.pop_up_index .modal-body {
  height: 97vh;
}

.bitrix-main-img {
  width: 100% !important;
  padding-bottom: 20px;
}

.white-close-icon {
  width: 30px !important;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -15px;
}

@media screen and (max-width: 992px) {
  .pop_up_index .modal-body,
  .bitrix-main-img {
    width: 80% !important;
    /* display: flex;
    justify-content: center; */
  }

  .advert_desktop {
    display: none !important;
  }

  .advert_mobile {
    display: inline !important;
  }

  .white-close-icon {
    width: 30px !important;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 10px;
  }
}

@media screen and (max-width: 1025px) {
  .vid-container {
    justify-content: center;
  }

  .cert-search {
    max-width: 992px;
    width: 100%;
  }
}

.nyearPrice {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
  flex-wrap: wrap;
}

.nyearPrice .nyearPriceCard {
  /* width: 30%; */
  margin-top: 2rem;
}

.nyearPriceCard img {
  width: 100%;
}

.nyearPrice .nyearPriceCard .pricecardTitle {
  background-color: rgba(231, 48, 35, 0.15);
  text-align: center;
  padding: 24px 16px 0px;
  border-radius: 32px 32px 0 0;
  width: 100%;
}

.nyearPrice .nyearPriceCard .pricecardTitle h4 {
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 28px;
  color: #ffd600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.nyearPrice .nyearPriceCard .pricecardContent {
  padding: 22px 0 40px 0;
  text-align: center;
  background-color: #03171e;
  border-radius: 0 0 32px 32px;
}

.nyearPriceCard .plan-box__user-space {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}

.nyearPriceCard .plan-box__separator {
  color: #ffd600;
}

.nyearPriceCard .plan-box__discount {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.nyearPriceCard .plan-box__discount b {
  font-weight: 700 !important;
  color: #ffd600;
}

.nyearPriceCard .plan-box__price-old {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #ffffff;
  margin-bottom: 16px;
}

.nyearPriceCard .plan-box__price-new {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffd600;
  margin-bottom: 18px;
}

.nyearPriceCard .plan-box__caption {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px;
  margin-bottom: 0;
}

.nyearBulut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.nyearBulutText {
  width: 50%;
}

.nyearBulutText .page-title {
  font-weight: 700 !important;
  font-size: 55px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 20px;
}

.nyearBulutText .block-plans__text {
  grid-area: block-plans__text;
  width: 100%;
  max-width: 546px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #ffffff;
}

.nyearBulutPhoto {
  width: fit-content;
  /* height: 50vh; */
}

.nyearBulutPhoto img {
  width: 400px;
  /* height: 100%; */
}

.cardPrise {
  margin: 3rem 0;
}

.nyearPopMediaPhoto {
  margin: 0 auto;
  width: fit-content;
  /* height: 50vh; */
}

.nyearPopMediaPhoto img {
  width: 100%;
  /* height: 100%; */
}

/* ACCORDION */

.bitrix-container .accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.bitrix-faq {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  /* Liquid Glass effekti */
  -webkit-backdrop-filter: blur(3px);
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
  max-width: 1196px;
  margin: 0 auto;
  border: 1px solid #409eef;
  border-radius: 20px !important;
}

.bitrix-faq button {
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: row;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px 10px;
  background-color: transparent !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #409eef;
}

.bitrix-faq button:focus {
  z-index: 3;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

.bitrix-faq .accordion-body {
  padding: 0.5rem 1.25rem !important;
}

.bitrix-faq li {
  list-style-type: disc !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

#DivImg {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* @media screen and (max-width: 1025px) {
  #DivImg {
    display: none;
  }
} */

@media screen and (max-width: 768px) and (min-width: 425px) {
  #DivImg {
    display: contents;
  }
}

@media screen and (max-width: 480px) {
  #DivImg {
    display: block;
  }
}

/* CUSTOM FİLTER SELECT */

/* .custom-filter-select {
    display:flex;
    flex-direction: column;
    position:relative;
    width:100%;
    height:30px;
  }
  
  .custom-filter-select .option {
    padding:0 30px 0 10px;
    min-height:30px;
    display:flex;
    align-items:center;
    background: #fff;
    border-top:#222 solid 1px;
    position:absolute;
    top:0;
    width: 100%;
    pointer-events:none;
    order:2;
    z-index:1;
    transition:background .4s ease-in-out;
    box-sizing:border-box;
    overflow:hidden;
    white-space:nowrap;
    
  }
  
  .custom-filter-select .option:hover {
    background: #f5f5f5;
  }
  
  .custom-filter-select:focus .option {
    position:relative;
    pointer-events:all;
  }
  
  .custom-filter-select input {
    opacity:0;
    position:absolute;
    left:-99999px;
  }
  
  .custom-filter-select input:checked + label {
    order: 1;
    z-index:2;
    background:#fff;
    border-top:none;
    position:relative;
  }
  
  .custom-filter-select input:checked + .custom-filter-select label:after {
    content:'';
    width: 0; 
      height: 0; 
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid white;
    position:absolute;
    right:10px;
    top:calc(50% - 2.5px);
    pointer-events:none;
    z-index:3;
  }
  
  .custom-filter-select input:checked + .custom-filter-select label:before {
    position:absolute;
    right:0;
    height: 30px;
    width: 30px;
    content: '';
    background:#666;
  } */
/* Start Bitrix App */

/* Start Entry Section */
#entry {
  margin-top: 6rem;
  height: max-content;
}

.entry {
  padding: 41px 15px 47px;
}

.entry h1 {
  font-size: 3rem;
  margin: auto;
  color: #262626;
  font-weight: 400;
  line-height: 1;
}

.entry p {
  font-size: 1.75rem;
  margin-top: 40px;
  color: #262626;
  font-weight: 400;
  line-height: 1.8;
  width: 55%;
}

/* End Entry Section */

/* Start Free Mobile Section */
#freeMobile {
  padding: 5rem auto;
}

.freeMobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}

.freeMobile h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin: auto;
  color: #262626;
  font-weight: 400;
  letter-spacing: -1px;
}

.freeMobileContent {
  width: 40%;
}

.freeMobileContent p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #262626;
  font-family: Montserrat, "Helvetica Neue", Verdana, "Helvetica CY",
    "Nimbus Sans L", sans-serif;
  font-style: normal;
  margin: 2rem 0;
}

.freeMobileContent a {
  transition: all 0.2s ease-in-out;
  background-color: #00aeef;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
}

.freeMobileImg {
  width: 50%;
}

.freeMobileImg img {
  width: 100%;
  height: 100%;
}

/* End Free Mobile Section */

@media screen and (max-width: 780px) {
  .entry h1 {
    font-size: 2rem;
  }

  .entry p {
    font-size: 1rem;
    width: 100%;
  }

  .freeMobile {
    flex-direction: column;
    padding: 2rem 0;
  }

  .freeMobileContent {
    width: 100%;
  }

  .freeMobileImg {
    width: 100%;
    padding-top: 1rem;
  }

  .freeMobileContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
