/* ================== Normalize =================== */
/* Fonts */
* {
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1;
}

ul li,
ol li {
  position: relative;
  z-index: 2;
}

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0;
}

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  position: relative;
  z-index: 2;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

span {
  position: relative;
  z-index: 1;
}

/* ================== Layout =================== */
body.wp-theme-traffic {
  background: rgb(26, 29, 53);
  color: #fff;
  min-width: 375px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.17px;
}
@media (max-width: 991px) {
  body.wp-theme-traffic {
    font-size: 14px;
  }
}
body.wp-theme-traffic.body-hidden {
  overflow: hidden;
}

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.container {
  width: 100%;
  max-width: 1464px;
  padding: 0 20px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  section {
    padding: 30px 0;
  }
}

.s-head {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  position: relative;
}
@media (max-width: 991px) {
  .s-head {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .s-head {
    margin-bottom: 20px;
  }
}
.s-head .title {
  text-align: center;
}

.s-desc {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: relative;
  max-height: none !important;
}
.s-desc.expanded {
  max-height: none !important;
  overflow: visible;
}
.s-desc.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(26, 29, 53, 0.96) 31%, rgba(26, 29, 53, 0.5) 100%);
  z-index: 2;
}

.w-section .s-desc.overlay::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.96) 31%, rgba(255, 255, 255, 0.5) 100%);
}

.im-b {
  position: relative;
  overflow: hidden;
}
.im-b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gradient-mask-box {
  position: relative;
}
.gradient-mask-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(165.94deg, #00b288 10.01%, #00a0b3 70.18%, #000000 93.6%);
  padding: 2px;
  -webkit-mask: linear-gradient(rgb(26, 29, 53) 0 0) content-box, linear-gradient(rgb(26, 29, 53) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
@media (max-width: 991px) {
  .gradient-mask-box::before {
    padding: 2px;
  }
}

.gradient-mask-box-light {
  position: relative;
}
.gradient-mask-box-light::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  padding: 3px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
@media (max-width: 991px) {
  .gradient-mask-box-light::before {
    padding: 2px;
  }
}

.subtitle {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}

#breadcrumbs {
  position: relative;
  display: flex;
  margin-bottom: 12px;
}
#breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
#breadcrumbs span,
#breadcrumbs a {
  white-space: nowrap;
  font-size: 12px;
}
#breadcrumbs a {
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#breadcrumbs .breadcrumb_last {
  color: rgb(255, 255, 255);
  pointer-events: none;
  cursor: default;
}

.number {
  min-width: 74px;
  max-width: 74px;
  height: 74px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .number {
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    font-size: 20px;
  }
}

.icon {
  position: relative;
  display: block;
  z-index: 2;
}
.icon--40 {
  min-width: 40px;
  max-width: 40px;
  height: auto;
}
.icon--60 {
  min-width: 60px;
  max-width: 60px;
  height: auto;
}
@media (max-width: 991px) {
  .icon--60 {
    min-width: 40px;
    max-width: 40px;
  }
}
.icon--80 {
  min-width: 80px;
  max-width: 80px;
  height: auto;
}
@media (max-width: 991px) {
  .icon--80 {
    min-width: 60px;
    max-width: 60px;
  }
}
.icon--120 {
  min-width: 120px;
  max-width: 120px;
  height: auto;
}
@media (max-width: 991px) {
  .icon--120 {
    min-width: 76px;
    max-width: 76px;
  }
}

.pagePrivacy {
  padding: 220px 0;
}

.article {
  padding: 220px 0;
}

.swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  width: fit-content;
  bottom: 0 !important;
  gap: 20px;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 100% !important;
  border: 1px solid #223145 !important;
}
.swiper-pagination-bullet:hover {
  background: #223145 !important;
}
.swiper-pagination-bullet-active {
  background: #223145 !important;
}
.swiper-pagination.sec-style .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 100% !important;
  border: 1px solid #F8EACD !important;
}
.swiper-pagination.sec-style .swiper-pagination-bullet:hover {
  background: #F8EACD !important;
}
.swiper-pagination.sec-style .swiper-pagination-bullet-active {
  background: #F8EACD !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgb(34, 49, 69);
  border-radius: 100%;
  transition: 0.3s ease;
  cursor: pointer;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(34, 49, 69, 0.9);
  }
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-button-next svg {
  transform: rotate(180deg);
}

/* ================== Text =================== */
h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.17px;
}

.title {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
}

.fz-h1 {
  position: relative;
  font-size: 48px;
  text-transform: uppercase;
  color: rgb(100, 255, 218);
  letter-spacing: 0.48px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .fz-h1 {
    font-size: 24px;
  }
}

.fz-h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  .fz-h2 {
    font-size: 24px;
  }
}

.fz-h3 {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .fz-h3 {
    font-size: 20px;
  }
}

.fz-h4 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .fz-h4 {
    font-size: 16px;
  }
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  list-style: none;
}

a {
  color: #33363a;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 16px;
  font-size: 18px;
  transition: 0.3s ease;
  cursor: pointer;
  width: fit-content;
  padding: 0 24px;
  gap: 16px;
  font-weight: 700;
  transition: 0.3s ease;
  z-index: 2;
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
  }
}
.btn-primary {
  background: rgb(0, 229, 255);
  color: #fff;
  font-weight: 700;
  color: rgb(26, 29, 53);
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2px;
}
.btn-primary:hover {
  background: rgb(100, 255, 218);
}
.btn-primary:active, .btn-primary:focus {
  background: rgb(249, 255, 255);
}
.btn-border {
  color: rgb(249, 255, 255);
  text-transform: uppercase;
  border: 3px solid rgb(0, 229, 255);
  border-radius: 16px;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .btn-border {
    border: 2px solid rgb(0, 229, 255);
  }
}
.btn-border:hover {
  color: rgb(0, 229, 255);
}
.btn-border:active, .btn-border:focus {
  background: rgb(0, 229, 255);
  color: #fff;
}
.btn-border-gradient {
  color: rgb(249, 255, 255);
  text-transform: uppercase;
  border: 3px solid rgb(0, 229, 255);
  border-radius: 16px;
  transition: 0.3s ease;
  gap: 8px;
  text-transform: none;
}
.btn-border-gradient .text-1 {
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.btn-border-gradient .text-2 {
  display: none;
}
.btn-border-gradient svg {
  transition: 0.3s ease;
}
.btn-border-gradient svg path {
  transition: 0.3s ease;
}
.btn-border-gradient:hover svg path {
  stroke: #fff;
}
.btn-border-gradient:hover .text-1 {
  display: none;
}
.btn-border-gradient:hover .text-2 {
  display: block;
}
.btn-border-gradient:active, .btn-border-gradient:focus {
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
}
.btn-border-gradient:active .text-1, .btn-border-gradient:focus .text-1 {
  display: none;
}
.btn-border-gradient:active .text-2, .btn-border-gradient:focus .text-2 {
  display: block;
}
.btn-border-gradient:active svg path, .btn-border-gradient:focus svg path {
  stroke: #fff;
}
.btn-small {
  height: 52px;
  font-size: 18px;
}

.read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 30px;
  font-size: 14px;
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  border: 2px solid rgb(0, 229, 255);
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: 0.3s ease;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}
.read-more-btn:hover {
  background-color: rgb(0, 229, 255);
  color: #fff;
}

.pageError {
  display: flex;
  min-height: inherit;
  padding-top: 200px;
}
.pageError .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageError .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageError h1 {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.pageError-text1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.pageError-text2 {
  font-size: 16px;
  text-align: center;
  max-width: 320px;
}
.pageError .btn {
  margin-top: 20px;
  min-width: 200px;
}

/* ================== MEDIA =================== */
.socials {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.socials-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: rgb(249, 255, 255);
  padding: 8px 16px;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .socials-item {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .socials-item img {
    width: 28px;
    display: block;
    height: auto;
  }
}
.socials-item:hover {
  color: rgb(0, 229, 255);
}

.soc-icons {
  display: flex;
  gap: 16px;
}
.soc-icons__item {
  transition: 0.3s ease;
  display: flex;
}
.soc-icons__item:hover {
  transform: scale(1.05);
}

/* ================== Template Parts =================== */
.header {
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .header {
    top: 20px;
  }
}
.header .container {
  max-width: 1752px;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header .wrap {
    align-items: flex-start;
  }
}
.header .btn {
  width: 262px;
}
@media (max-width: 991px) {
  .header .btn {
    width: 128px;
    height: 32px;
  }
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1199px) {
  .header .menu {
    display: none;
  }
}
.header .menu li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  color: rgb(249, 255, 255);
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
}
.header .menu li a:hover {
  border-bottom: 2px solid rgb(100, 255, 218);
}
.header .menu li.current-menu-item a {
  color: rgb(100, 255, 218);
}
.header-col:last-child {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .header-col:last-child {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}

.hamburger {
  position: relative;
  display: none;
}
@media (max-width: 1199px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .hamburger {
    order: -1;
  }
}

.mobileMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.mobileMenu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}
.mobileMenu .wrap {
  padding: 48px 32px;
}
.mobileMenu .btn {
  position: relative;
  color: rgb(26, 29, 53);
  padding: 0 24px;
  border-radius: 40px;
}
.mobileMenu .menu {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.mobileMenu .menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.logo {
  display: flex;
}
.logo img {
  height: 28px;
}
@media (max-width: 1199px) {
  .logo img {
    height: 16px;
  }
}

.footer {
  position: relative;
  padding: 60px 0;
}
.footer .container {
  max-width: 1760px;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.footer .logo {
  margin-bottom: 8px;
  display: block;
}
.footer-text {
  display: block;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .footer-text {
    margin-bottom: 16px;
  }
}
.footer .menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .menu li a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
}
.footer .menu li a:hover {
  color: rgb(0, 229, 255);
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer-right .menu {
    display: none;
  }
}
.footer-mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .footer-mobile-menu {
    display: block;
    margin-bottom: 48px;
  }
}
.footer-mobile-menu .menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer .soc-icons {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer .soc-icons {
    flex-direction: column;
  }
}

.pagination {
  list-style: none;
  padding: 0;
  margin-top: 36px;
}
.pagination .ajax-pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination-btn {
  font-size: 16px;
  line-height: 1;
  border-radius: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
.pagination-btn.active {
  color: rgb(0, 0, 0);
  pointer-events: none;
}
.pagination-btn:hover {
  color: rgb(0, 0, 0);
  opacity: 1 !important;
}
.pagination-btn.prev, .pagination-btn.next {
  font-weight: 400;
  padding: 0;
  opacity: 0.4;
}

body.wp-theme-traffic .articleStyles,
body.wp-theme-traffic .s-desc {
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.17px;
}
@media (max-width: 767px) {
  body.wp-theme-traffic .articleStyles,
  body.wp-theme-traffic .s-desc {
    font-size: 14px;
  }
}
body.wp-theme-traffic .articleStyles h1,
body.wp-theme-traffic .articleStyles h2,
body.wp-theme-traffic .articleStyles h3,
body.wp-theme-traffic .articleStyles h4,
body.wp-theme-traffic .articleStyles h5,
body.wp-theme-traffic .s-desc h1,
body.wp-theme-traffic .s-desc h2,
body.wp-theme-traffic .s-desc h3,
body.wp-theme-traffic .s-desc h4,
body.wp-theme-traffic .s-desc h5 {
  display: block;
  line-height: 1.2;
}
body.wp-theme-traffic .articleStyles h2,
body.wp-theme-traffic .s-desc h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.wp-theme-traffic .articleStyles h2,
  body.wp-theme-traffic .s-desc h2 {
    font-size: 24px;
  }
}
body.wp-theme-traffic .articleStyles h3,
body.wp-theme-traffic .s-desc h3 {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.wp-theme-traffic .articleStyles h3,
  body.wp-theme-traffic .s-desc h3 {
    font-size: 20px;
  }
}
body.wp-theme-traffic .articleStyles h4,
body.wp-theme-traffic .s-desc h4 {
  font-size: 24px;
}
body.wp-theme-traffic .articleStyles ol,
body.wp-theme-traffic .s-desc ol {
  padding-left: 16px;
  margin: 0;
  display: grid;
  gap: 4px;
}
body.wp-theme-traffic .articleStyles ol li,
body.wp-theme-traffic .s-desc ol li {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  color: inherit;
  margin-bottom: 4px;
  list-style: decimal;
}
body.wp-theme-traffic .articleStyles ol li:last-child,
body.wp-theme-traffic .s-desc ol li:last-child {
  margin-bottom: 0;
}
body.wp-theme-traffic .articleStyles ul,
body.wp-theme-traffic .s-desc ul {
  padding-left: 16px;
  margin: 0;
  display: grid;
  gap: 4px;
}
body.wp-theme-traffic .articleStyles ul li,
body.wp-theme-traffic .s-desc ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 4px;
  position: relative;
  color: inherit;
  list-style: disc;
}
body.wp-theme-traffic .articleStyles ul li:last-child,
body.wp-theme-traffic .s-desc ul li:last-child {
  margin-bottom: 0;
}
body.wp-theme-traffic .articleStyles iframe,
body.wp-theme-traffic .s-desc iframe {
  width: 100%;
}
body.wp-theme-traffic .articleStyles p,
body.wp-theme-traffic .s-desc p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  display: block;
  color: inherit;
}
body.wp-theme-traffic .articleStyles p:last-child,
body.wp-theme-traffic .s-desc p:last-child {
  margin-bottom: 0;
}
body.wp-theme-traffic .articleStyles p strong,
body.wp-theme-traffic .s-desc p strong {
  font-weight: 600;
}
body.wp-theme-traffic .articleStyles p a,
body.wp-theme-traffic .s-desc p a {
  cursor: pointer;
}
body.wp-theme-traffic .articleStyles p a:hover,
body.wp-theme-traffic .s-desc p a:hover {
  text-decoration: underline;
}
body.wp-theme-traffic .articleStyles a,
body.wp-theme-traffic .s-desc a {
  color: inherit;
}
body.wp-theme-traffic .articleStyles .wp-block-image,
body.wp-theme-traffic .s-desc .wp-block-image {
  display: block;
  overflow: hidden;
  width: fit-content;
  height: auto;
  margin: 0;
}
body.wp-theme-traffic .articleStyles .wp-block-image figure,
body.wp-theme-traffic .s-desc .wp-block-image figure {
  margin: 0;
}
body.wp-theme-traffic .articleStyles .wp-block-image img,
body.wp-theme-traffic .s-desc .wp-block-image img {
  height: auto;
  max-width: 100%;
}
body.wp-theme-traffic .articleStyles blockquote,
body.wp-theme-traffic .s-desc blockquote {
  border-radius: 18px;
  padding: 28px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
}
@media (max-width: 767px) {
  body.wp-theme-traffic .articleStyles blockquote,
  body.wp-theme-traffic .s-desc blockquote {
    padding: 20px 20px 28px;
  }
}
body.wp-theme-traffic .articleStyles blockquote p,
body.wp-theme-traffic .s-desc blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  margin-bottom: 18px;
  color: inherit;
}
body.wp-theme-traffic .articleStyles blockquote cite,
body.wp-theme-traffic .s-desc blockquote cite {
  display: block;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 767px) {
  body.wp-theme-traffic .articleStyles blockquote cite,
  body.wp-theme-traffic .s-desc blockquote cite {
    font-size: 16px;
  }
}
body.wp-theme-traffic .articleStyles blockquote cite em,
body.wp-theme-traffic .s-desc blockquote cite em {
  font-style: normal;
}
body.wp-theme-traffic .articleStyles blockquote.is-style-default,
body.wp-theme-traffic .s-desc blockquote.is-style-default {
  padding: 40px 40px 40px 124px;
  position: relative;
}
@media (max-width: 767px) {
  body.wp-theme-traffic .articleStyles blockquote.is-style-default,
  body.wp-theme-traffic .s-desc blockquote.is-style-default {
    padding: 124px 40px 40px 40px;
  }
}
body.wp-theme-traffic .articleStyles blockquote.is-style-default::after,
body.wp-theme-traffic .s-desc blockquote.is-style-default::after {
  content: "";
  background-image: url("/wp-content/themes/arabihub/assets/icons/quote-icon.svg");
  width: 44px;
  height: 37px;
  position: absolute;
  left: 40px;
  top: 40px;
}
body.wp-theme-traffic .articleStyles blockquote.is-style-default p,
body.wp-theme-traffic .s-desc blockquote.is-style-default p {
  color: #33363a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}
body.wp-theme-traffic .articleStyles blockquote.is-style-light,
body.wp-theme-traffic .s-desc blockquote.is-style-light {
  background-image: url("/wp-content/themes/arabihub/assets/images/quote-bg-light.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 12px;
}
body.wp-theme-traffic .articleStyles blockquote.is-style-light p,
body.wp-theme-traffic .s-desc blockquote.is-style-light p {
  color: #33363a;
  font-size: 24px;
  line-height: 32px;
}
body.wp-theme-traffic .articleStyles blockquote.is-style-dark,
body.wp-theme-traffic .s-desc blockquote.is-style-dark {
  background-image: url("/wp-content/themes/arabihub/assets/images/quote-bg-dark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 12px;
}
body.wp-theme-traffic .articleStyles blockquote.is-style-dark p,
body.wp-theme-traffic .s-desc blockquote.is-style-dark p {
  color: #f8eacd;
  font-size: 24px;
  line-height: 32px;
}

.wp-theme-arabihub .wpforms-form input {
  width: 100% !important;
  max-width: 100% !important;
  background: #f8eacd !important;
  border: 1.5px solid rgba(164, 152, 123, 0.3019607843) !important;
  height: 52px !important;
  border-radius: 12px !important;
  color: #a4987b !important;
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .wp-theme-arabihub .wpforms-form input {
    height: 48px !important;
  }
}
.wp-theme-arabihub .wpforms-form .wpforms-field {
  padding: 6px 0 !important;
}
.wp-theme-arabihub .wpforms-form .wpforms-submit-container {
  margin-top: 18px !important;
}
.wp-theme-arabihub .wpforms-form .wpforms-submit {
  width: 100%;
  border-radius: 40px;
  height: 68px;
  color: #f8eacd !important;
  font-size: 24px !important;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .wp-theme-arabihub .wpforms-form .wpforms-submit {
    height: 48px;
    font-size: 18px;
  }
}

#modal-form {
  width: 98%;
  max-width: 660px;
  background: #fff;
  border-radius: 16px;
  padding: 48px 48px;
}
@media (max-width: 767px) {
  #modal-form {
    padding: 48px 24px;
  }
}
#modal-form .is-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
#modal-form .is-close-button svg path {
  stroke: #000;
}
#modal-form .title {
  text-align: center;
  color: rgb(26, 29, 53);
  margin-bottom: 40px;
  display: block;
}
#modal-form .wpforms-container {
  border-right: 1px solid rgb(100, 255, 218);
  border-left: 1px solid rgb(100, 255, 218);
  border-radius: 16px;
  padding: 16px 36px;
}
@media (max-width: 767px) {
  #modal-form .wpforms-container {
    padding: 16px;
  }
}

.wp-theme-traffic .wpforms-form .wpforms-field {
  gap: 24px;
  padding: 8px 0;
}
.wp-theme-traffic .wpforms-form .wpforms-field-label {
  min-width: 114px;
  display: block;
  margin-bottom: 4px;
}
.wp-theme-traffic .wpforms-form select {
  width: 100%;
  min-width: 100%;
  height: 40px;
  border-radius: 16px;
  display: block;
  color: rgb(26, 29, 53);
  border: 1px solid rgb(26, 29, 53);
  font-family: "Lato", sans-serif;
}
.wp-theme-traffic .wpforms-form em.wpforms-error {
  box-shadow: 0px 2px 0px 0px #c43b19;
  display: none !important;
}
.wp-theme-traffic .wpforms-form input[type=text],
.wp-theme-traffic .wpforms-form input[type=email],
.wp-theme-traffic .wpforms-form input[type=number],
.wp-theme-traffic .wpforms-form input[type=password] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 16px;
  padding-left: 16px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: rgb(26, 29, 53);
  border: 1px solid rgb(26, 29, 53);
}
.wp-theme-traffic .wpforms-form input[type=text]::placeholder,
.wp-theme-traffic .wpforms-form input[type=email]::placeholder,
.wp-theme-traffic .wpforms-form input[type=number]::placeholder,
.wp-theme-traffic .wpforms-form input[type=password]::placeholder {
  color: rgb(140, 140, 140);
}
.wp-theme-traffic .wpforms-form .wpforms-submit-container {
  margin-top: 22px !important;
}
.wp-theme-traffic .wpforms-form .wpforms-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 227px;
  height: 45px;
  border: 2px solid rgb(26, 29, 53);
  font-size: 16px;
  border-radius: 16px;
  background: transparent !important;
  text-transform: uppercase;
  color: rgb(26, 29, 53) !important;
  font-weight: 700;
  transition: 0.3s ease;
  outline: none;
  box-shadow: none;
}
.wp-theme-traffic .wpforms-form .wpforms-submit::after {
  display: none !important;
}
.wp-theme-traffic .wpforms-form .wpforms-submit:hover {
  border: 2px solid rgb(0, 178, 136);
  color: rgb(0, 178, 136) !important;
}
.wp-theme-traffic .wpforms-form .wpforms-submit:active, .wp-theme-traffic .wpforms-form .wpforms-submit:focus {
  background: rgb(0, 178, 136) !important;
}

.heroBanner {
  position: relative;
  padding: 280px 0 44px;
}
@media (max-width: 1199px) {
  .heroBanner {
    padding: 130px 0 30px;
  }
}
.heroBanner .wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .heroBanner .wrap {
    grid-template-columns: 1fr;
  }
}
.heroBanner-content {
  position: relative;
  width: 100%;
  max-width: 710px;
}
.heroBanner-image {
  width: 100%;
  height: auto;
  position: relative;
  position: relative;
}
@media (max-width: 767px) {
  .heroBanner-image {
    display: none;
  }
}
@media (max-width: 1199px) {
  .heroBanner-image {
    margin-right: 0;
  }
}
.heroBanner-image img {
  display: block;
  width: 100%;
  height: auto;
}
.heroBanner-image-mobile {
  display: none;
}
@media (max-width: 767px) {
  .heroBanner-image-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
}
.heroBanner .title {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .heroBanner .title {
    margin-bottom: 8px;
  }
}
.heroBanner-list {
  margin-top: 72px;
  margin-bottom: 56px;
  display: grid;
  gap: 12px;
}
@media (max-width: 991px) {
  .heroBanner-list {
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .heroBanner-list {
    gap: 4px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.heroBanner-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.1;
}
.heroBanner .btn {
  width: 100%;
  max-width: 412px;
}
.heroBanner .socials {
  margin-top: 64px;
  width: 100%;
  max-width: 412px;
}
@media (max-width: 991px) {
  .heroBanner .socials {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .heroBanner .socials {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 8px;
  }
}

.traffic {
  position: relative;
}
.traffic__block {
  border-radius: 64px;
  padding: 56px 88px;
  background: linear-gradient(184.86deg, #64ffda 13.25%, #00e5ff 55.45%, #1a1d35 111.41%);
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.25);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .traffic__block {
    padding: 24px;
    border-radius: 36px;
  }
}
.traffic-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 1199px) {
  .traffic-list {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .traffic-list {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .traffic-list {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.traffic-item {
  background: rgb(26, 29, 53);
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.25);
  height: 113px;
  padding: 12px 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .traffic-item {
    gap: 4px;
    padding: 16px 8px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .traffic-item {
    gap: 16px;
    padding: 16px 24px;
    height: 90px;
  }
}
.traffic-item__value {
  font-size: 36px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media (max-width: 1199px) {
  .traffic-item__value {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .traffic-item__value {
    font-size: 24px;
  }
}
.traffic-item__text {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .traffic-item__text {
    font-size: 14px;
  }
}
.traffic-bottom {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.sGuarantee {
  position: relative;
  background: rgb(249, 255, 255);
  border-radius: 60px;
  padding: 80px 0;
  color: rgb(26, 29, 53);
}
@media (max-width: 991px) {
  .sGuarantee {
    border-radius: 40px;
    padding: 30px 0;
  }
}
.sGuarantee .wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .sGuarantee .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .sGuarantee .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.sGuarantee-item {
  box-shadow: 4px 4px 8px 0px rgba(6, 0, 0, 0.3);
  position: relative;
  padding: 2px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 24px 48px 24px;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .sGuarantee-item {
    padding: 20px;
  }
}
.sGuarantee-item .icon {
  margin: 0 auto 24px;
}
.sGuarantee-item .title {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .sGuarantee-item .title {
    margin-bottom: 4px;
  }
}

.services {
  position: relative;
}
.services .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .services .wrap {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .services .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.services-item {
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 24px 34px 34px;
}
@media (max-width: 991px) {
  .services-item {
    padding: 12px 18px;
  }
}
.services-item .icon {
  margin: 0 auto;
}
.services-item .title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .services-item .title {
    margin-bottom: 8px;
  }
}
.services-item__desc {
  margin-bottom: 16px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .services-item__desc {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.services-item__content {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .services-item__content {
    margin-top: 12px;
  }
}
.services-item__list {
  display: grid;
  gap: 8px;
}
.services-item__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.services-item .popular-block {
  position: absolute;
  right: -12px;
  top: -20px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #ffcc00 84.62%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  color: rgb(26, 29, 53);
  display: none;
}
@media (max-width: 767px) {
  .services-item .popular-block {
    width: 74px;
    height: 74px;
    font-size: 14px;
  }
}
.services-item.popular {
  background: rgba(255, 255, 255, 0.1);
}
.services-item.popular .popular-block {
  display: flex;
}
@media (max-width: 767px) {
  .services-item.popular {
    order: -1;
  }
}

.whoChoose {
  position: relative;
  padding: 60px 0;
}
.whoChoose .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .whoChoose .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .whoChoose .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.whoChoose-item {
  position: relative;
  padding: 40px 24px;
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.25);
  border: 2px solid rgb(249, 255, 255);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .whoChoose-item {
    padding: 16px;
  }
}
.whoChoose-item .icon {
  margin: 0 auto 24px;
}
@media (max-width: 991px) {
  .whoChoose-item .icon {
    margin: 0 auto 16px;
  }
}
.whoChoose-item .title {
  margin-bottom: 8px;
}

.pricing {
  position: relative;
}
.pricing .wrap {
  max-width: 968px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 94px;
}
@media (max-width: 1199px) {
  .pricing .wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .pricing .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.pricing-item {
  border-radius: 16px;
  text-align: center;
  padding: 24px 34px 34px;
}
@media (max-width: 767px) {
  .pricing-item {
    padding: 12px 24px 24px;
  }
}
.pricing-item__tilte {
  display: block;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 60px;
  background: linear-gradient(178.73deg, #64ffda 13.79%, #00e5ff 87.6%, #00e5ff 136.8%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .pricing-item__tilte {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-item__tilte {
    margin-bottom: 50px;
  }
}
.pricing-item__value {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .pricing-item__value {
    font-size: 20px;
  }
}
.pricing-item__text {
  display: block;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .pricing-item__text {
    margin-bottom: 24px;
  }
}
.pricing-item__price {
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .pricing-item__price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-item__price {
    margin-bottom: 32px;
  }
}
.pricing-item .btn {
  width: 100%;
}

.ourWorks {
  position: relative;
  padding: 115px 0 145px;
}
@media (max-width: 991px) {
  .ourWorks {
    padding: 30px 0 30px;
  }
}
.ourWorks .wrap {
  display: flex;
  justify-content: space-between;
  gap: 160px;
}
@media (max-width: 1199px) {
  .ourWorks .wrap {
    gap: 24px;
  }
}
.ourWorks-col {
  width: 100%;
}
.ourWorks-col:nth-child(1) {
  width: 100%;
  max-width: 512px;
}
.ourWorks-col:nth-child(2) {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .ourWorks-col:nth-child(2) {
    display: none;
  }
}
.ourWorks-graphic {
  width: 100%;
}
.ourWorks-graphic img {
  width: 100%;
  height: auto;
}
.ourWorks-graphic .title {
  display: block;
  text-align: center;
  margin-top: 36px;
}
.ourWorks-graphic__subtitle {
  display: block;
  text-align: center;
}
.ourWorks-list {
  display: grid;
  gap: 32px;
}
@media (max-width: 991px) {
  .ourWorks-list {
    gap: 16px;
  }
}
.ourWorks-item {
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .ourWorks-item {
    padding: 16px 16px;
    gap: 8px;
  }
}
.ourWorks-item__content {
  display: grid;
  gap: 8px;
}

.garantee {
  position: relative;
  background: rgb(249, 255, 255);
  border-radius: 60px;
  padding: 80px 0;
  color: rgb(26, 29, 53);
}
@media (max-width: 991px) {
  .garantee {
    padding: 30px 0;
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  .garantee {
    border-radius: 40px;
  }
}
.garantee .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .garantee .wrap {
    flex-direction: column;
  }
}
.garantee-list {
  position: relative;
  width: 100%;
  max-width: 560px;
  display: grid;
  gap: 24px;
}
@media (max-width: 991px) {
  .garantee-list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .garantee-list {
    max-width: 100%;
  }
}
.garantee-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 2px solid rgb(26, 29, 53);
  border-radius: 16px;
  padding: 16px;
}
@media (max-width: 991px) {
  .garantee-item {
    padding: 12px 16px;
  }
}
.garantee-item__content {
  position: relative;
  display: grid;
  gap: 8px;
}
@media (max-width: 991px) {
  .garantee-item__content {
    gap: 2px;
  }
}
.garantee-item .title {
  position: relative;
  line-height: 1.1;
}
.garantee-item__arrow {
  position: absolute;
  display: block;
  width: 40px;
  height: auto;
  right: 16px;
  bottom: 16px;
}
@media (max-width: 1199px) {
  .garantee-item__arrow {
    display: none;
  }
}
.garantee-item p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .garantee-item p {
    font-size: 14px;
  }
}
.garantee-content {
  width: 100%;
  max-width: 570px;
}
@media (max-width: 767px) {
  .garantee-content {
    max-width: 100%;
  }
}
.garantee-content .title {
  position: relative;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 991px) {
  .garantee-content .title {
    margin-bottom: 12px;
  }
}
.garantee-content__desc {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .garantee-content__desc {
    margin-bottom: 16px;
  }
}
.garantee-content__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 496px;
}
@media (max-width: 991px) {
  .garantee-content__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .garantee-content__list {
    max-width: 100%;
  }
}
.garantee-content__item {
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  display: flex;
  align-items: center;
  border: 2px solid rgb(26, 29, 53);
  box-shadow: 4px 4px 8px 0px rgba(6, 0, 0, 0.3);
  height: 120px;
  border-radius: 16px;
  padding: 24px;
  gap: 24px;
}
@media (max-width: 991px) {
  .garantee-content__item {
    height: 74px;
  }
}
.garantee-content__item-value {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .garantee-content__item-value {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .garantee-content__item-text {
    font-size: 14px;
  }
}

.scientific {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .scientific {
    padding-top: 30px;
  }
}
.scientific .s-head {
  max-width: 550px;
}
.scientific .wrap {
  width: 100%;
  max-width: 917px;
  margin: 0 auto;
  position: relative;
  left: -40px;
}
@media (max-width: 991px) {
  .scientific .wrap {
    left: 0;
  }
}
@media (max-width: 767px) {
  .scientific .wrap {
    display: grid;
    gap: 16px;
  }
}
.scientific-item {
  display: flex;
  align-items: center;
  padding: 56px 32px;
  gap: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .scientific-item {
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  .scientific-item {
    padding: 0;
  }
}
.scientific-item__block {
  position: relative;
  border-radius: 16px;
  padding: 22px 24px;
  border-top: 1px solid rgb(100, 255, 218);
  border-bottom: 1px solid rgb(100, 255, 218);
  width: 100%;
  min-height: 140px;
}
@media (max-width: 767px) {
  .scientific-item__block {
    padding: 12px;
    min-height: auto;
  }
}
.scientific-item .title {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .scientific-item .title {
    margin-bottom: 8px;
  }
}
.scientific-item__desc {
  font-size: 18px;
}
@media (max-width: 767px) {
  .scientific-item__desc {
    font-size: 14px;
  }
}
.scientific-item__text {
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 32px;
  writing-mode: vertical-rl;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 991px) {
  .scientific-item__text {
    display: none;
  }
}
@media (max-width: 767px) {
  .scientific-item .number {
    display: none;
  }
}
.scientific-item__arrow {
  position: absolute;
  background: radial-gradient(1369.98% 1369.92% at 50% 50%, rgba(78, 255, 194, 0.8) 1.44%, rgba(52, 204, 254, 0.8) 4.81%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 32px;
  writing-mode: vertical-rl;
  position: absolute;
  right: -80px;
  top: 100%;
  transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 991px) {
  .scientific-item__arrow {
    display: none;
  }
}
.scientific-item:last-child .scientific-item__arrow {
  display: none;
}

.s-faq {
  position: relative;
}

.faq {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}
@media (max-width: 767px) {
  .faq {
    gap: 16px;
  }
}
.faq-item {
  position: relative;
  border: 2px solid rgb(249, 255, 255);
  border-radius: 16px;
}
.faq-item .question {
  padding: 22px 72px 22px 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-item .question {
    padding: 16px 72px 16px 16px;
  }
}
.faq-item .answer {
  position: relative;
  padding: 0px 72px 24px 16px;
  display: none;
}
.faq-item__arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media (max-width: 767px) {
  .faq-item__arrow {
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: auto;
  }
}
.faq-item__arrow path {
  transition: 0.3s ease;
}
.faq-item.active .faq-item__arrow {
  transform: rotate(-90deg);
}
.faq-item.active .faq-item__arrow path {
  fill: #fff;
}
.faq-item:hover .faq-item__arrow path {
  fill: #fff;
}

.s-answer {
  position: relative;
}
.s-answer .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .s-answer .wrap {
    flex-direction: column;
  }
}
.s-answer-desc {
  width: 100%;
  max-width: 640px;
}
@media (max-width: 767px) {
  .s-answer-buttons {
    width: 100%;
  }
}
.s-answer .btn {
  min-width: 180px;
}
@media (max-width: 767px) {
  .s-answer .btn {
    width: 100%;
    height: 52px;
    font-size: 18px;
    text-transform: uppercase;
  }
}

.boost {
  position: relative;
}
.boost-desc {
  display: grid;
  gap: 12px;
}
.boost .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .boost .wrap {
    flex-direction: column;
  }
}
.boost-col {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 991px) {
  .boost-col {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .boost-col {
    max-width: 100%;
  }
}
.boost-contacts {
  width: 100%;
  max-width: 470px;
  display: grid;
  gap: 16px;
}
@media (max-width: 991px) {
  .boost-contacts {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .boost-contacts {
    max-width: 100%;
  }
}
.boost-contact {
  height: 126px;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .boost-contact {
    height: 90px;
    padding: 12px 12px;
    gap: 8px;
  }
}
.boost-contact__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .boost-contact__content {
    gap: 0px;
  }
}
.boost-contact__title {
  color: rgb(249, 255, 255);
  font-size: 20px;
  font-weight: 700;
}
.boost-contact__title span {
  background: linear-gradient(178.73deg, #64ffda 13.79%, #00e5ff 87.6%, #00e5ff 136.8%);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 991px) {
  .boost-contact__title {
    font-size: 16px;
  }
}
.boost-contact__link {
  color: rgb(0, 229, 255);
}
.boost-contact__text {
  color: rgb(249, 255, 255);
}
.boost-contact:hover {
  background: rgba(255, 255, 255, 0.1);
}
.boost-text {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .boost-text {
    font-size: 14px;
  }
}
.boost-bottom {
  margin-top: 48px;
  display: grid;
  gap: 16px;
}
.boost-bottom .btn {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .boost-bottom {
    margin-top: 20px;
    gap: 4px;
  }
}
.boost-list {
  position: relative;
  display: grid;
  gap: 24px;
}
@media (max-width: 991px) {
  .boost-list {
    gap: 16px;
  }
}
.boost-item {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 16px;
  padding: 8px 16px;
  gap: 16px;
}
@media (max-width: 991px) {
  .boost-item {
    gap: 8px;
  }
}

.s-content {
  position: relative;
}

.page-head {
  position: relative;
  padding-top: 315px;
  padding-bottom: 0;
}
.page-head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .page-head .wrap {
    flex-direction: column;
  }
}
.page-head__title {
  max-width: 712px;
}
.page-head__contacts {
  width: 100%;
  max-width: 412px;
}
.page-head__contacts .btn {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .page-head__contacts .btn {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .page-head__contacts .btn {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .page-head {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .page-head {
    padding-top: 120px;
  }
}
