/* ============================================================
   Megamak — "faq" səhifəsinin özəl stilləri
   ============================================================ */

/* ==== globalsojs-styles ==== */

.demo62-body > main {
  margin-bottom: 0px;
}

/* ==== blok ==== */

.copyright_resource_nav {
  position: relative;
  display: inline;
}

.copyright_resource_nav ul {
  position: absolute;
  left: calc(100% - 5px);
  bottom: -12px;
  background-color: #ffffff;
  border-radius: 6px;
  width: max-content;
  padding: 7px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
  transform-origin: left bottom;
  transition: all .35s ease;
}

.copyright_resource_nav ul li {
  padding: 5px 10px;
  text-align: left;
}

.copyright_resource_nav:hover ul {
  transform: scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

.copyright_resource_nav>span {
  position: relative;
  padding: 8px 15px 8px 0;
  cursor: pointer;
}

.copyright_resource_nav>span::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: currentColor;
  transition: all .35s ease;
}

.copyright_resource_nav:hover>span::after {
  width: calc(100% - 15px);
}

.copyright_resource_nav ul.copyright_resource_nav_items li a {
  position: relative;
  color: #333;
  font-size: .9em;
  white-space: nowrap;
  text-decoration: none;
  transition: all .35s ease;
}

.copyright_resource_nav ul.copyright_resource_nav_items li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .35s ease;
}

.copyright_resource_nav ul.copyright_resource_nav_items li:hover a {
  color: var(--bs-theme-color);
}

.copyright_resource_nav ul.copyright_resource_nav_items li:hover a::after {
  width: 100%;
}

/* ==== blok ==== */

.section-container-wrap-block .layout {
  padding: 20px 0;
}

/* ==== blok ==== */

.section-block-demo113-about img {
  width: 100%;
}

.section-block-demo113-about .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
}

.section-block-demo113-about .video-btn-play {
  width: auto;
  height: auto;
}

.section-block-demo113-about .inside-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
}

.section-block-demo113-about .inside-item h2 {
  font-size: 43px;
  line-height: 1.2;
  color: #fff;
  font-family: Arial;
}

.section-block-demo113-about .inside-item p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: Roboto;
  margin-bottom: 38px;
}

.section-block-demo113-about .video-btn-play {
  position: static;
  transform: none;
}

.section-block-demo113-about .video-btn-play img {
  width: auto;
  height: auto;
}

@media screen and (max-width:1280px) {
  /* .section-block-demo113-banner1 .layout{width: 98%;} */
}

@media screen and (max-width:992px) {
  .section-block-demo113-about .inside-item h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .section-block-demo113-about .index-strategic-main h2 {
    width: 95%;
    margin: 0 auto 15px;
  }
  .section-block-demo113-about .inside-item p {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-block-demo113-about .index-strategic-main img {
    width: 90%;
    margin: auto;
  }
  .section-block-demo113-about .inside-item h2,.section-block-demo113-about .inside-item p {
    margin-bottom: 0.5rem;
  }
  .section-block-demo113-about .video-btn-play img {
    height: 30px;
  }
}

/* ==== sectionIdhxjryq1 ==== */

#sectionIdhxjryq1 > .layout > .main-side > .inside-item > h1 {
  font-size: 43px;
  text-decoration-color: #ffffff;
  color: #ffffff;
}

/* ==== blok ==== */

.section-block-demo47-else1 {
  position: relative;
  padding-bottom: 6rem;
}

.section-block-demo47-else1 .title-bar {
  padding-bottom: 4rem;
}

.section-block-demo47-else1 .title-bar .title[heading-type="1"] {
  text-align: center;
  font-size: 3.5rem;
  padding: 1.2rem 0;
}

.section-block-demo47-else1 .title-bar .text {
  text-align: center;
  font-size: 1.15rem;
  color: #999;
}

.section-block-demo47-else1 .else-items {
}

.section-block-demo47-else1 .else-item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23%;
  margin: 1rem 1%;
  padding: 5rem 2rem;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .4s;
}

.section-block-demo47-else1 .else-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  pointer-events: none;
}

.section-block-demo47-else1[mask-color="mask-color-white"] .else-item:before {
  background-color: var(--bs-mask-white);
}

.section-block-demo47-else1[mask-color="mask-color-dark"] .else-item:before {
  background-color: var(--bs-mask-dark);
}

.section-block-demo47-else1[mask-color="mask-color-theme"] .else-item:before {
  background-color: var(--bs-theme-color);
}

.section-block-demo47-else1 .else-item.active {
  position: relative;
  width: 50%;
}

.section-block-demo47-else1 .else-item .item-inner {
  position: relative;
  width: 300px;
}

.section-block-demo47-else1 .else-item .item-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-block-demo47-else1 .else-item .item-list {
}

.section-block-demo47-else1 .else-item .item-list li {
  position: relative;
  list-style: none;
  padding: .5rem 0;
}

.section-block-demo47-else1 .else-item .item-list li a {
  position: relative;
  display: block;
}

@media only screen and (max-width:1366px) {
  .section-block-demo47-else1 .else-item {
    width: 30%;
  }
  .section-block-demo47-else1 .else-item.active {
    position: relative;
    width: 40%;
  }
  .section-block-demo47-else1 .else-item .item-title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:1280px) {
  .section-block-demo47-else1 .else-item .item-inner {
    position: relative;
    width: auto;
  }
}

@media only screen and (max-width:820px) {
  .section-block-demo47-else1 .else-items {
    flex-wrap: wrap;
  }
  .section-block-demo47-else1 .else-item, .section-block-demo47-else1 .else-item.active {
    width: 100%;
  }
  .section-block-demo47-else1 .else-item .item-title {
    font-size: 1.3rem;
  }
}

/* ==== sectionIdx612gx0 ==== */

#sectionIdx612gx0 {
  margin-top: 60px;
  padding-bottom: 60px;
}

#sectionIdx612gx0 > .layout.d-flex.else-items > .block-item.else-item.active > .item-inner > .item-title {
  color: rgb(255, 255, 255);
}

#sectionIdx612gx0 > .layout.d-flex.else-items > .block-item.else-item.active > .item-inner > .item-list > li > a {
  font-weight: 700;
  color: rgb(255, 255, 255);
}

#sectionIdx612gx0 > .layout.title-bar > .text {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

