:root {
  --theme_color: #0056a4;
  --subtheme_color: #d92940;
  --hover_color: #000;
  --title_color: #1c232f;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, #000, #000);
}
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: 144.2rem;
  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: 'Poppins', 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-color: #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-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  padding: 1.2rem 4.75rem 1.3rem;
  position: relative;
}
.btn:hover {
  background-color: var(--subtheme_color);
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  color: #242424;
  padding: 1.3rem 3.2rem;
  min-width: 21.5rem;
}
.btn_line.white {
  color: #fff;
  border-color: #fff;
}
.btn_line.white:hover {
  border-color: var(--subtheme_color);
}
.btn_line:hover {
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
  color: #fff;
}
.swiper_btns {
  gap: 2.8rem;
  display: flex;
}
.swiper_btns div {
  width: 1.6rem;
  height: 3rem;
  cursor: pointer;
  transition: all 0.3s;
  background: url("../img/arrow.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover {
  filter: unset;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 154.2rem;
  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 h1 {
  font-size: 6.2rem;
  line-height: 7.9rem;
  font-weight: 700;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 5.5rem;
  font-weight: 700;
}
header {
  position: sticky;
  top: -4rem;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
}
header.sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky .left {
  margin: 0;
}
header .header_top {
  padding: 0.9rem 0 0.6rem;
}
header .infos ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3.6rem;
}
header .infos li {
  position: relative;
  padding-left: 2.5rem;
}
header .infos li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: no-repeat center / contain;
}
header .infos li a {
  font-size: 1.5rem;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
header .infos li a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
header .infos .email::before {
  background-image: url("../img/icon-email.svg");
  top: 52%;
}
header .infos .phone::before {
  background-image: url("../img/icon-phone.svg");
}
header .left {
  display: flex;
  align-items: center;
  margin-top: -1.9%;
  transition: all 0.3s;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 5.50668rem;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav {
  margin-left: auto;
}
header nav .menu {
  display: flex;
  gap: 3.9rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  background-color: var(--theme_color);
  transform: translateX(-50%);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  transition: all 0.3s;
  line-height: 7.8rem;
  padding-bottom: 2px;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  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.btn_mega_menu .sub-menu {
  display: none;
}
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;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: var(--theme_color);
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover::after {
  width: 100%;
}
header .btns {
  gap: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 8rem;
  margin-left: 1.36%;
}
header .btn_search {
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .btn {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.1rem 3.6rem 1.2rem;
}
footer {
  background-color: var(--theme_color);
  color: #fff;
}
footer .footer_main {
  padding: 11.7rem 0 2.1rem;
}
footer .footer_main .flex {
  gap: 17.2rem 2rem;
}
footer .slide_about {
  width: 30.1rem;
}
footer .slide_about p {
  line-height: 2.6rem;
  color: #e2e2e2;
  font-weight: 300;
}
footer .slide_about .social {
  gap: 2rem 1.7rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.8rem;
}
footer .slide_about .social li {
  margin-bottom: 0;
}
footer .slide_about .social .active a {
  background-color: var(--subtheme_color);
}
footer .slide_about .social .active a::after {
  filter: contrast(0) brightness(2);
}
footer .slide_about .social a {
  opacity: 1;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .slide_about .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
footer .slide_about .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .slide_about .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .slide_about .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .slide_about .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .slide_about .social .pinterest a::after {
  background-image: url(../img/pinterest.svg);
}
footer .slide_obj strong {
  font-size: 2.2rem;
  display: block;
  font-weight: 600;
  margin-bottom: 2.7rem;
  font-weight: 500;
}
footer .slide_obj li {
  margin-bottom: 1rem;
}
footer .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .slide_obj li a {
  font-size: 1.7rem;
  color: #e2e2e2;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 300;
}
footer .slide_obj li a:hover {
  color: var(--subtheme_color);
  text-decoration-color: var(--subtheme_color);
}
footer .slide_connect {
  width: 31rem;
}
footer .slide_connect li {
  position: relative;
  padding-left: 4.6rem;
}
footer .slide_connect li::before {
  content: '';
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .slide_connect .phone::before {
  background-size: 83%;
  background-image: url(../img/icon-phone2.svg);
}
footer .slide_connect .email::before {
  background-image: url(../img/icon-email2.svg);
}
footer .slide_connect p {
  line-height: 2.25rem;
  color: #e2e2e2;
  max-width: 26.5rem;
  hyphens: auto;
  margin-top: 2.2rem;
  font-weight: 300;
}
footer .slide_connect .btn_line {
  text-transform: uppercase;
  margin-top: 1.8rem;
  padding: 1.4rem 3.2rem 1.6rem;
}
footer .slide_intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  flex: 1;
  max-width: 35.7rem;
}
footer .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: contrast(0) brightness(2);
}
footer .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .slide_intro .certify {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.2rem;
}
footer .slide_intro .certify img {
  height: 3.7rem;
  width: auto;
  display: block;
  object-fit: contain;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0 1.6rem;
}
footer .copyright p,
footer .copyright a {
  font-size: 1.4rem;
  opacity: 0.85;
  font-weight: 300;
}
footer .copyright a {
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .copyright a:hover {
  opacity: 1;
  color: var(--subtheme_color);
  text-decoration-color: var(--subtheme_color);
}
footer .copyright ul {
  gap: 2rem 2.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contact {
  background: url("../img/footer-bg.jpg") no-repeat center / cover;
}
.footer_contact .flex {
  min-height: 34.9rem;
  padding: 4rem 0;
}
.footer_contact .head {
  color: #fff;
  flex: 1;
  max-width: 75.1rem;
  padding-top: 0.4rem;
}
.footer_contact .head h2 {
  font-size: 4rem;
  font-weight: 600;
}
.footer_contact p {
  line-height: 2.6rem;
  color: rgba(255, 255, 255, 0.68);
  max-width: 50.3rem;
  hyphens: auto;
  margin-top: 1.7rem;
  font-weight: 300;
}
.footer_contact .btn {
  margin-top: 2.6rem;
  padding: 1.4rem 4.3rem 1.3rem;
}
.page_banner .flex {
  min-height: 70.8rem;
  padding: 6rem 0;
}
.page_banner .head {
  color: #fff;
  max-width: 86.5rem;
  flex: 1;
}
.page_banner p {
  font-size: 2.2rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 46.9rem;
  hyphens: auto;
  margin-top: 1.9rem;
  font-weight: 300;
}
.page_banner .btn {
  margin-top: 3.9rem;
}
.product_list .active a {
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.35);
}
.product_list .active .info span {
  color: var(--theme_color);
  background-color: transparent;
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s;
}
.product_list a:hover img {
  transform: scale(1.05);
}
.product_list .img {
  width: 100%;
  padding-bottom: 92.63%;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #242424;
  padding: 0.7rem 10.5% 2.8rem;
}
.product_list .info strong {
  display: block;
  font-weight: 400;
  color: var(--theme_color);
}
.product_list .info h3 {
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-top: 0.6rem;
}
.product_list .info p {
  opacity: 0.75;
  margin-top: 1.6rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .info span {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  padding: 0.9rem 2rem 0.8rem;
  margin-top: 2.1rem;
}
.blog_list .active .info span {
  color: #fff;
  background-color: var(--theme_color);
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(128, 138, 146, 0.25);
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  width: 100%;
  padding-bottom: 63.6364%;
}
.blog_list .cat {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
  display: inline-block;
  color: #fff;
  background-color: var(--theme_color);
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 1.1rem;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 2.4rem 6.9% 3rem;
}
.blog_list .info strong {
  display: block;
  font-weight: 500;
  color: var(--theme_color);
}
.blog_list .info h3 {
  font-size: 2.1rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #25292d;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.6rem;
}
.blog_list .info p {
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  flex: 1;
  margin-top: 1.6rem;
}
.blog_list .info span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: normal;
  color: #25292d;
  border-radius: 4px;
  font-weight: 500;
  background-color: #e9eaec;
  transition: all 0.3s;
  text-align: center;
  padding: 0.8rem 3.1rem 0.7rem;
  margin-top: 2.3rem;
}





/*** 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.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;
}
.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;
}
/*** 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%;
  padding-right: 5px;
  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: 1fr auto;
  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 .icon {
  width: 2.6rem;
  height: 2.6rem;
  background: no-repeat center/contain;
}
.mega_menu .nav .toggle {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  transition: all .3s;
  background: url(../img/icon-select.svg) no-repeat center/50%;
}
.mega_menu .nav .open .toggle {
  transform: rotate(180deg);
}
.mega_menu .nav .sub {
  display: none;
  padding-top: 1rem;
  padding-left: 2rem;
}
.mega_menu .nav .sub a {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.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(4, 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;
}
nav.navigation {
  margin-top: 8rem;
}
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-b.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: max(20px, 5vw);
  top: 60%;
  z-index: 997;
  transform: translateY(-50%);
}
.social_sidebar ul {
  display: grid;
  gap: 12px;
}
.social_sidebar a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-indent: -999px;
  transition: all .3s;
  position: relative;
}
.social_sidebar a:hover {
  transform: scale(1.1);
  background-color: var(--theme_color);
}
.social_sidebar a:hover::after {
  filter: contrast(0) brightness(2);
}
.social_sidebar a::after {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .3s;
  transform: translate(-50%, -50%);
  background: no-repeat center/contain;
}
.social_sidebar .phone a::after {
  background-image: url(../img/icon-phone1.svg);
}
.social_sidebar .email a::after {
  background-image: url(../img/icon-email1.svg);
}
.social_sidebar .whatsapp a::after {
  width: 60%;
  height: 60%;
  background-size: contain;
  background-image: url(../img/whatsapp.svg);
}
.social_sidebar .top a::after {
  background-image: url(../img/btn-top.svg);
}