:root {
  --theme_color: #2a4cb0;
  --subtheme_color: #ff4530;
  --hover_color: #000;
  --title_color: #161616;
  --content_color: #3d3d3d;
  --bg_color: #ecf5ff;
}

html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}

ul {
  list-style: none;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

i {
  font-style: normal;
}

.swiper_box {
  position: relative;
}

.swiper_content {
  max-width: 124.6rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}

button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}

input[type="submit"],
button {
  cursor: pointer;
}

textarea {
  resize: none;
}

input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}

.center {
  text-align: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_center {
  justify-content: center;
}

.flex_end {
  justify-content: flex-end;
}

.flex_top {
  align-items: flex-start;
}

.flex_middle {
  align-items: center;
}

.flex_bottom {
  align-items: flex-end;
}

body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title_color);
  font-family: "Lato", sans-serif;
}

body.fixed {
  overflow: hidden;
  padding-right: 17px;
}

.only_mobile {
  display: none;
}

.content .content {
  padding: 0;
}

.gap {
  gap: 2rem;
}

li.swiper-slide {
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-image: linear-gradient(to top, #ecf5ff, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}

#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.img.img_cv {
  overflow: hidden;
}

.img.img_cv img {
  object-fit: cover;
}

.img.img_ct img {
  object-fit: contain;
}

.img.img_ab {
  position: relative;
}

.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}

.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--theme_color);
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 0.6rem;
  padding: 1.7rem 4rem 1.8rem;
  overflow: visible !important;
  text-align: center;
  justify-content: center;
}

body .btn {
  display: inline-flex;
}

.btn::before {
  border-radius: 100px;
}

.btn::after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.4s;
  filter: contrast(0) brightness(2);
}

.btn:hover {
  background-color: var(--subtheme_color);
}

.btn:hover::after {
  transform: translateX(20%);
}

.btn_line {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border-radius: 100px;
  color: #242424;
  border: 1px solid rgba(37, 41, 45, 0.42);
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 0.9rem;
  padding: 1.6rem 4.3rem 1.7rem;
}

.btn_line::after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.4s;
  filter: contrast(0) brightness(0);
  margin-top: 0.3rem;
}

.btn_line:hover {
  background-color: var(--theme_color);
  color: #fff;
  border-color: var(--theme_color);
}

.btn_line:hover::after {
  transform: translateX(20%);
  filter: contrast(0) brightness(2);
}

.btn_more {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--theme_color);
  transition: all 0.3s;
  gap: 0.4rem;
  padding-bottom: 1rem;
}

.btn_more.sm {
  padding-bottom: 0.9rem;
  font-size: 1.7rem;
}

.btn_more::after {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.4s 0.1s;
  display: inline-block;
  content: '';
}

.btn_more::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: var(--subtheme_color);
  width: 0;
  height: 1px;
  transition: all 0.3s;
}

.btn_more:hover::before {
  width: 100%;
}

.btn_more:hover::after {
  transform: translateX(20%);
}

.swiper_btns {
  gap: 2.1rem;
  display: flex;
}

.swiper_btns div {
  width: 6.6rem;
  height: 6.6rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
}

.swiper_btns div::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
}

.swiper_btns div:hover {
  background-color: var(--theme_color);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.3);
}

.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}

.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}

.swiper_btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
  background-color: #e6e6e6;
}

.swiper_btns .swiper-button-disabled::after {
  filter: none;
}

.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

.swiper_btns.middle {
  width: 98%;
  max-width: 147rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}

.swiper_btns.middle div {
  pointer-events: all;
}

.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}

.head.theme h2 {
  color: var(--theme_color);
}

.head h1 {
  font-size: 6.4rem;
  line-height: 7.5rem;
  font-weight: 900;
  letter-spacing: -0.05px;
}

.head h1 span {
  color: var(--subtheme_color);
}

.head h2 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 900;
}

.head h2 span {
  color: var(--subtheme_color);
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(216, 216, 216, 0.45);
}

header.sticky {
  top: -2.8rem;
}

header .header_top {
  padding-top: 13px;
}

header .connect {
  font-size: 1.3rem;
  color: rgba(28, 28, 28, 0.85);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: -1px;
}

header .connect ul {
  gap: 12px;
  display: flex;
  align-items: center;
}

header .connect li {
  display: inline-flex;
  align-items: center;
}

header .connect li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: no-repeat center/contain;
}

header .connect li.phone::before {
  background-image: url(../img/icon-phone.svg);
}

header .connect li.email::before {
  background-image: url(../img/icon-email.svg);
}

header .connect li.address::before {
  background-image: url(../img/icon-address.svg);
}

header .connect li::after {
  width: 1px;
  height: 1.4rem;
  background-color: #242424;
  opacity: 0.85;
  /* content: ''; */
  display: inline-block;
  margin: 0 0.7rem 0 1.1rem;
}

header .connect li:last-child::after {
  display: none;
}

header .connect a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}

header .connect a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}

header .left {
  display: flex;
  align-items: center;
  flex: 1;
  padding-bottom: 0.5%;
}

header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}

header .logo img {
  display: block;
  width: auto;
  height: 7.03rem;
}

header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}

header nav .menu {
  display: flex;
  gap: 2.6rem;
}

header nav .menu>li {
  position: relative;
  z-index: 2;
}

header nav .menu>li>a {
  display: block;
  font-weight: 700;
  transition: all 0.3s;
  line-height: 9.3rem;
}

header nav .menu>li::before {
  width: 0;
  height: 2px;
  background-color: var(--theme_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  transition: all 0.3s;
}

header nav .menu>li.current-menu-item::before,
header nav .menu>li.current-menu-parent::before,
header nav .menu>li:hover::before {
  width: 100%;
}

header nav .menu>li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}

header nav .menu>li:hover ul li {
  transform: translate(0);
}

header nav .menu>li.menu-item-has-children>a::after {
  width: 0.9rem;
  height: 0.9rem;
  background: url("../img/icon-select.svg") no-repeat center / contain;
  display: inline-block;
  content: '';
  margin-left: 0.9rem;
}

header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

header nav .sub-menu>li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}

header nav .sub-menu>li>a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.5rem;
  position: relative;
}

header nav .sub-menu>li>a::after {
  width: 0;
  height: 1px;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  transition: all 0.3s;
}

header nav .sub-menu>li>a:hover::after {
  width: 100%;
}

header .btns {
  gap: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 9.3rem;
  margin-left: 1.2%;
}

header .btn_search {
  width: 1.9rem;
  height: 1.9rem;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}

header .btn_lang {
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}

header .btn_menu {
  display: none;
}

header .btn_contact {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--theme_color);
  border-radius: 100px;
  transition: all 0.3s;
  padding: 1.3rem 3.15rem 1.4rem;
  margin-left: 0.6rem;
}

header .btn_contact:hover {
  background-color: var(--subtheme_color);
}

footer {
  background: url("../img/footer-bg.png") no-repeat center / cover;
}

footer .footer_main {
  padding: 12.1rem 0 6.3rem;
}

footer .footer_main .flex {
  gap: 4.6rem 2rem;
}

footer .head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(22, 22, 22, 0.17);
  padding-bottom: 3.6rem;
}

footer .head h2 {
  max-width: 60.7rem;
}

footer .head .btn {
  padding: 1.7rem 4.5rem 1.8rem;
  margin-top: 1.5rem;
}

footer .head .btn::after {
  margin-top: 2px;
}

footer .slide_obj strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 3.1rem;
}

footer .slide_obj li {
  margin-bottom: 2rem;
}

footer .slide_obj li:last-child {
  margin-bottom: 0;
}

footer .slide_obj li a {
  font-size: 1.8rem;
  opacity: 0.8;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}

footer .slide_obj li a:hover {
  opacity: 1;
  text-decoration-color: var(--theme_color);
  color: var(--theme_color);
}

footer .slide_connect {
  width: 24rem;
}

footer .slide_connect strong {
  margin-bottom: 2.1rem;
}

footer .slide_connect li {
  position: relative;
  padding-left: 2.9rem;
  margin-bottom: 2.5rem;
}

footer .slide_connect li::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

footer .slide_connect li a {
  opacity: 1;
  font-weight: 700;
}

footer .slide_connect li .label {
  opacity: 0.8;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 0.8rem;
}

footer .slide_connect .phone::before {
  background-image: url(../img/icon-phone.svg);
}

footer .slide_connect .email::before {
  top: 0.7rem;
  background-image: url(../img/icon-email.svg);
}

footer .slide_connect .address::before {
  top: 0.7rem;
  background-image: url(../img/icon-address.svg);
}

footer .slide_logo {
  width: 100%;
  margin-top: 9.8rem;
}

footer .slide_logo .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 30rem;
  margin: 0 auto;
}

footer .slide_logo .logo img {
  display: block;
  width: 100%;
  height: auto;
}

footer .slide_logo .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}

footer .copyright {
  padding: 1.6rem 0;
  background-color: var(--theme_color);
}

footer .copyright p {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.85;
}

footer .copyright .social {
  gap: 2rem 3.25rem;
  display: flex;
  flex-wrap: wrap;
}

footer .copyright .social a {
  opacity: 1;
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}

footer .copyright .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}

footer .copyright .social a:hover {
  transform: scale(1.1);
}

footer .copyright .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}

footer .copyright .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}

footer .copyright .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}

footer .copyright .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}

footer .copyright .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}

.product_item.active a {
  border-color: var(--theme_color);
  box-shadow: 0 8px 6px rgba(42, 76, 176, 0.14);
}

.product_item.active .btn_more::before {
  width: 100%;
}

.product_item a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #e5e5e6;
  background-color: #fff;
  transition: all 0.3s;
}

.product_item a:hover img {
  transform: scale(1.02);
}

.product_item .img {
  width: 100%;
  padding-bottom: 82.47%;
}

.product_item .info {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 2rem 5.2rem;
}

.product_item span {
  display: block;
  color: var(--theme_color);
  font-weight: 900;
  margin-bottom: 1.3rem;
}

.product_item h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 2.9rem;
}

.product_item .btn_more {
  margin-top: auto;
}

.product_item .btn_more::after {
  background-size: 86.6667%;
}

.blog_item.active .btn_more {
  transform: translateX(0);
}

.blog_item.active .btn_more span {
  opacity: 1;
}

.blog_item.active .btn_more::before {
  width: 100%;
}

.blog_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(128, 129, 137, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.blog_item a:hover img {
  transform: scale(1.02);
}

.blog_item .img {
  width: 100%;
  padding-bottom: 64.47%;
}

.blog_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.7rem 6.75% 3.4rem;
}

.blog_item .metas {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #8d8d8d;
  gap: 0.7rem;
}

.blog_item .metas .cat {
  color: #1f62c8;
  font-size: 1.7rem;
}

.blog_item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: 1.7rem;
  flex: 1;
}

.blog_item .btn_more {
  margin-top: 3.4rem;
  padding-bottom: 0.7rem;
  transform: translateX(calc(-100% + 1.5rem));
  color: #1f62c8;
  gap: 0.7rem;
}

.blog_item .btn_more span {
  opacity: 0;
  transition: all 0.3s;
}

.blog_item .btn_more::before {
  transition: all 0.3s 0.3s;
}

/*# sourceMappingURL=global.css.map */






/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}

.loading {
  position: relative;
}

.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

div form#sytech-newsletter-subscription {
  display: grid;
}

div form#sytech-newsletter-subscription p.success,
div form#sytech-newsletter-subscription p.failed {
  top: unset;
  bottom: 100%;
  width: 100%;
  max-width: 250px;
  font-size: 12px;
  background-color: var(--theme_color);
  padding: 12px 12px 12px 32px;
}

div form#sytech-newsletter-subscription p.success.active,
div form#sytech-newsletter-subscription p.failed.active {
  top: unset;
  bottom: 110%;
}

div form#sytech-newsletter-subscription p.success::before,
div form#sytech-newsletter-subscription p.failed::before {
  top: 12px;
  width: 16px;
  height: 16px;
  filter: contrast(0) brightness(2);
}

div form#sytech-newsletter-subscription p.success::after,
div form#sytech-newsletter-subscription p.failed::after {
  bottom: unset;
  top: 100%;
  border-top-color: var(--theme_color);
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  opacity: 0;
  pointer-events: none;
}

div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}

div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}

div.search-block div.content {
  position: relative;
  display: block;
}

.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}

.wd-action-btn:hover {
  transform: rotate(180deg);
}

div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}

div.search-block.active .searchform {
  opacity: 1;
}

div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}

header div.main-menu div.main div.right {
  display: none;
}

div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}

.quote_modal {
  opacity: 0;
  pointer-events: none;
}

div.quote_modal .modal_content {
  border-radius: 0;
}

.quote_modal .label {
  display: block;
  max-width: max-content;
  cursor: pointer;
  margin-bottom: 5px;
}

.quote_modal .btn {
  zoom: .8;
}

.footer_bottombar {
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.footer_bottombar ul {
  display: flex;
}

.footer_bottombar li {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer_bottombar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  font-size: 14px;
}

.footer_bottombar a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
}

.footer_bottombar .phone a::before {
  background-image: url(../img/icon-phone.svg);
}

.footer_bottombar .email a::before {
  background-image: url(../img/icon-email.svg);
}


.lang_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  opacity: 0;
}

.lang_modal.active {
  opacity: 1;
  pointer-events: all;
}

.lang_modal.active .modal_content {
  transform: translate(0);
}

.lang_modal>.close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}

.lang_modal .modal_content {
  width: calc(100% - 3.8rem);
  max-width: 70rem;
  transition: all cubic-bezier(0.5, 0, 0.5, 1.5) 0.35s;
  background-color: #fff;
  overflow: auto;
  padding: 20px 4rem 4.8rem 4.8rem;
  border-radius: 12px;
  transform: scale(0.9);
}

.lang_modal .modal_content .close {
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  border-radius: 6px;
  transition: all .3s;
  margin: 0 -1rem 2rem auto;
  filter: contrast(0) brightness(0);
  background: url(../img/mobile-menu/close.svg) no-repeat center/1rem;
}

.lang_modal .modal_content .close:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.lang_modal .modal_content .gtranslate_wrapper {
  display: grid;
  gap: 1.6rem;
  max-height: 60vh;
  overflow: auto;
  padding-right: 8px;
  grid-template-columns: repeat(2, 1fr);

  &::-webkit-scrollbar {
    width: 5px;
  }

  &::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 100px;
  }
}

.lang_modal .modal_content .gtranslate_wrapper a {
  display: grid;
  gap: 12px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 1.6rem 2rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.lang_modal .modal_content .gtranslate_wrapper a img {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 3.25rem;
  height: 3.25rem;
  overflow: hidden;
  display: block;
  object-fit: cover;
  opacity: 1;
}

.lang_modal .modal_content .gtranslate_wrapper a span {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .3s;
}

.lang_modal .modal_content .gtranslate_wrapper a:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);

  span {
    color: #fff;
  }
}

/*** global css ***/


.btn_mega_menu .sub-menu {
  display: none;
}

.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 5rem 0;
  display: none;
  background-color: #fff;
}

.mega_menu .flex {
  gap: 4%;
}

.mega_menu .nav {
  width: 25%;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}

.mega_menu .nav::-webkit-scrollbar {
  width: 5px;
}

.mega_menu .nav::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.mega_menu .nav ul {
  gap: 1.5rem;
  display: grid;
}

.mega_menu .nav a {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 15% 1fr;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 1.2rem 2rem;
}

.mega_menu .nav a.active {
  background-color: #edeef2;
}

.mega_menu .nav .sub {
  gap: 8px;
  display: grid;
  padding-top: 1rem;
  padding-left: 2rem;
}

.mega_menu .nav .sub a {
  font-size: 1.5rem;
}

.mega_menu .list {
  flex: 1;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}

.mega_menu .list::-webkit-scrollbar {
  width: 5px;
}

.mega_menu .list::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.mega_menu .list.active {
  display: block;
}

.mega_menu .list ul {
  gap: 2rem 4%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mega_menu .list li a {
  text-align: center;
}

.mega_menu .list li a:hover img {
  transform: scale(1.03);
}

.mega_menu .list li .img {
  padding-bottom: 80%;
  overflow: hidden;
}

.mega_menu .list li .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}

.mega_menu .list .btn {
  margin-top: 5rem;
}

.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}

.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}


.page_banner {
  position: relative;
  z-index: 2;
}

.page_banner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #000, transparent);
  content: '';
  z-index: -1;
  opacity: 0.36;
}

.page_banner .flex {
  min-height: 60.7rem;
  padding: 4rem;
}

.page_banner .head {
  color: #fff;
  max-width: 53.4rem;
}

.page_banner .head p {
  line-height: 1.7;
  margin-top: 2rem;
}

.page_banner .btn {
  margin-top: 4rem;
}

nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

nav.navigation .page-numbers {
  border: 1px solid #cecece;
  transition: all 0.3s;
  font-size: 2.1rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 0 1rem;
}

nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  border-color: var(--theme_color);
  color: var(--theme_color);
}

nav.navigation .page-numbers.current::after,
nav.navigation .page-numbers:hover::after {
  filter: unset;
}

nav.navigation .prev,
nav.navigation .next {
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
}

nav.navigation .prev::after,
nav.navigation .next::after {
  width: 100%;
  height: 100%;
  background: url("../img/arrow.svg") no-repeat center / 20%;
  content: '';
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}

nav.navigation .next::after {
  transform: rotate(180deg);
}



.social_sidebar {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}
.social_sidebar ul {
  display: grid;
  gap: .5rem;
}
.social_sidebar a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background-color: #444444;
  overflow: hidden;
  text-indent: -999px;
  transition: all .3s;
  position: relative;
}
.social_sidebar a:hover {
  transform: scale(1.2);
  background-color: #565656;
}
.social_sidebar a::after {
  content: '';
  display: block;
  width: 55%;
  height: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: contrast(0) brightness(2);
  background: no-repeat center/80%;
}
.social_sidebar .phone a::after {
  background-image: url(../img/icon-phone.svg);
}
.social_sidebar .email a::after {
  background-image: url(../img/icon-email.svg);
}
.social_sidebar .whatsapp a::after {
  background-size: contain;
  background-image: url(../img/whatsapp.svg);
}