/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/website-templates/pathsoft-it-solutions-for-your-business-services-website-template-83414.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.0.0
*/
:root {
  /* 主字体：Source Sans Pro */
  --font-family: "Source Sans Pro";
  /* 基础字体大小：16像素 */
  --font-size: 16px;
  /* 字体粗细：正常（400） */
  --font-weight: 400;
  /* 字体样式：常规（非斜体） */
  --font-style: normal;
  /* 行高：1.625倍 */
  --line-height: 1.625;
  /* 标题字体：Montserrat */
  --heading-font-family: "Montserrat";
  /* 标题字体大小：2.5rem */
  --heading-font-size: 2.5rem;
  /* 标题行高：1.3倍 */
  --heading-line-height: 1.3;
  /* 标题字体粗细：加粗（700） */
  --heading-font-weight: 700;
  /* 强调色：青蓝色 (#18c8d0) */
  --accent-color: #18c8d0;
  /* 渐变起始色：深蓝色 (#2e5bfc) */
  --el-gradient-start: #2e5bfc;
  /* 渐变结束色：浅青色 (#00e7f2) */
  --el-gradient-end: #00e7f2;
  /* 标签选中色：浅蓝色 */
  --tag-selected-color: #1e90ff;
  /* 背景色：纯白 (#ffffff) */
  --background-color: #ffffff;
  /* 次要背景色：浅灰蓝 (#f0f4f8) */
  --background-secondary-color: #f0f4f8;
  /* 主要文字颜色：深灰 (#303036) */
  --text-primary: #303036;
  /* 次要文字颜色：中灰 (#63636b) */
  --text-secondary: #63636b;
  /* 边框颜色：浅灰 (#d4d4e1) */
  --border-color: #d4d4e1;
  /* 占位符文字颜色：深灰 (#6f6f76) */
  --placeholder-color: #6f6f76;
  /* 默认圆角：10像素 */
  --el-border-radius: 10px;
  /* 小圆角：6像素 */
  --el-border-radius-min: 6px;
  /* 元素阴影：轻微扩散的灰色阴影 */
  --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
  /* 头部阴影：轻微扩散的深灰阴影 */
  --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}

/* === CSS Table Of Content

0. Preloader
1. Content
    1.1 Fonts
    1.2 Base
    1.3 Tables
    1.4 Typography
2. General
3. Components
    3.1 Accordion
    3.2 Alerts
    3.3 Breadcrumb
    3.4 Buttons
    3.5 Carusel
    3.6 Forms
    3.7 Icons
    3.8 Pagination
    3.9 Modal
    3.10 Tabs
    3.11 Range slider
4. Widgets
    4.1 Brand info
    4.2 Contacts
    4.3 Socials
5. Bloks
    5.1 Intro
    5.2 Icon items
    5.3 Image items
    5.4 Items of numbers
    5.5 Counters
    5.6 Team
    5.7 Reviews
    5.8 News
    5.9 Comments
    5.10 Pricing
    5.11 Brands
    5.12 Countdown
    5.13 Gallery
    5.14 Contact
    5.15 404
    5.16 Careers
6. Layouts
    6.1 Header
    6.2 Sidebar
    6.3 Section
    6.4 Page
    6.5 Footer
    6.6 Elements style
7. Cookie
8. UI elements
9. Media

=== */
/* === 0. Preloader === */

@keyframes preloader-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes preloader-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes preloader-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* === 1. Content === */
/* 1.1 Fonts */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-700.woff2")
    format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-v25-latin/montserrat-v25-latin-600.woff2")
    format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v25-latin/montserrat-v25-latin-700.woff2")
    format("woff2");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons/material-icons.woff2") format("woff2");
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons/material-icons-outlined.woff2")
    format("woff2");
}

/* 1.2 Base */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: var(--font-size);
}

html,
body {
  min-height: 100%;
}

body {
  font-size: 1rem;
  width: 100%;
  min-width: 320px;
  line-height: var(--line-height);
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  overflow-x: hidden;
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: var(--background-color);
}

.main {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  opacity: 1;
  box-shadow: var(--el-box-shadow);
  visibility: hidden;
  opacity: 0;
}

.main.main-visible {
  visibility: visible;
  opacity: 1;
}

.main-inner {
  flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  flex: 0 0 auto;
}

header ul,
header ol,
footer ul,
footer ol,
aside ul,
aside ol,
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--accent-color);
  text-decoration: underline;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* 1.3 Tables */
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

table.table-border {
  border: 1px solid var(--border-color);
}

table.table-border td {
  border-right: 1px solid var(--border-color);
}

table td,
table th {
  padding: 1rem;
}

table tr:nth-child(even) {
  background-color: var(--background-secondary-color);
}

table thead tr {
  border-bottom: 1px solid var(--border-color);
}

table thead tr th {
  font-weight: bold;
  font-size: 1rem;
}

table tfoot {
  font-weight: 600;
}

.container {
  letter-spacing: 2px;
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .table-responsive {
    position: relative;
    width: 100%;
    overflow-y: auto;
  }

  .table-responsive table {
    width: 650px;
  }

  .table-responsive-outer {
    position: relative;
  }

  .table-responsive-outer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.625rem;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
  }
}

/* 1.4 Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  padding: 0;
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin: 0 0 2rem 0;
}

hr {
  border: none;
  border-top: 1px solid var(--border-color);
}

mark {
  padding: 0.2em;
  background-color: var(--accent-color);
  color: var(--background-color);
}

small {
  font-size: 0.85rem;
}

blockquote {
  padding: 0 0 0 1.25em;
  font-style: italic;
  color: var(--text-secondary);
  border-left: 3px solid var(--accent-color);
}

blockquote p {
  margin-bottom: 0 !important;
}

blockquote footer {
  color: var(--accent-color);
  font-style: normal;
  padding-top: 0.8em;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 2.5rem;
}

.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0;
}

.content ul:not([class*="wp-block-"]),
.content ol:not([class*="wp-block-"]) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content ul:not([class*="wp-block-"]) li,
.content ol:not([class*="wp-block-"]) li {
  position: relative;
  display: flex;
  margin-bottom: 0.625rem;
}

.content ul:not([class*="wp-block-"]) li::before,
.content ol:not([class*="wp-block-"]) li::before {
  display: inline-flex;
  color: var(--accent-color);
  line-height: var(--line-height);
  min-width: 1.25rem;
  margin-right: 0.5rem;
}

.content ul:not([class*="wp-block-"]) li::before {
  content: "\e5ca";
  top: -0.125rem;
  font-family: "Material Icons";
  font-size: 1.125rem;
  height: calc(1rem * var(--line-height));
  min-width: 1.5rem;
}

.content ul:not([class*="wp-block-"]) li > * {
  display: inline-flex;
}

.content ol:not([class*="wp-block-"]) {
  counter-reset: item;
}

.content ol:not([class*="wp-block-"]) li::before {
  content: counter(item) ".";
  counter-increment: item;
}

.content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--el-border-radius);
}

.content > * {
  margin-bottom: 2rem;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content.content-margin-min > * {
  margin-bottom: 1.25rem;
}

.content.content-margin-min > *:last-child {
  margin-bottom: 0;
}

.content.content-margin-min .section-subheading {
  margin-bottom: 0.3125rem;
}

.content.content-margin-min h2 {
  font-size: 2.5rem;
}

.content.content-margin-min h3 {
  font-size: 2rem;
}

.content.content-margin-min h2,
.content.content-margin-min h3,
.content.content-margin-min h4,
.content.content-margin-min h5,
.content.content-margin-min h6 {
  margin-top: 0;
}

.content.content-margin-min h2:first-child,
.content.content-margin-min h3:first-child,
.content.content-margin-min h4:first-child,
.content.content-margin-min h5:first-child,
.content.content-margin-min h6:first-child {
  margin-top: 0;
}

/*
.content {
    max-width: 960px;
    margin: 0 auto;
    &.news-post-article {
        margin: 0;
    }
}*/
@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  .content.content-margin-min h2 {
    font-size: 2rem;
  }

  .content.content-margin-min h3 {
    font-size: 1.5rem;
  }
}

/* 2 General */
.litems {
  margin-bottom: calc(0px - (var(--bs-gutter-x) + var(--bs-gutter-x) / 2));
}

.litem {
  margin-bottom: calc(var(--bs-gutter-x) + var(--bs-gutter-x) / 2);
}

.items {
  margin-bottom: calc(0px - var(--bs-gutter-x));
}

.item {
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}

.item-style {
  position: relative;
  background-color: var(--background-color);
  border-radius: var(--el-border-radius);
  overflow: hidden;
  color: var(--text-primary);
  height: 100%;
  transition: box-shadow 0.2s;
}

.item-style:hover {
  box-shadow: var(--el-box-shadow);
}

.item-style:hover::after {
  border-color: transparent;
}

.item-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--el-border-radius);
  border: 1px solid var(--border-color);
  overflow: hidden;
  pointer-events: none;
  transition: border-color 0.2s;
  z-index: 1;
}

.item-style-self {
  box-shadow: var(--el-box-shadow);
  padding: 3rem !important;
  border-radius: 50px;
}

.item-style-self::after {
  box-shadow: var(--el-box-shadow);
  border: 0;
}

.item-style-self .ripple {
  border-radius: 100px;
  box-shadow: var(--el-box-shadow);
}

.item-border-radius {
  border-radius: var(--el-border-radius);
  overflow: hidden;
}

.item-bordered {
  border: 1px solid var(--border-color);
}

.el {
  --el-custom-size: 100%;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.el::after {
  content: "";
  float: left;
  margin-top: 100%;
}

.el.el-3x4::after {
  margin-top: 133.33333%;
}

.el.el-4x3::after {
  margin-top: 75%;
}

.el.el-4x5::after {
  margin-top: 125%;
}

.el-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-style {
  border-radius: var(--el-border-radius);
  overflow: hidden;
}

.img-style img {
  margin: 0;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-heading,
.item-heading-middle,
.item-heading-large {
  font-family: var(--heading-font-family);
  font-size: 1.125rem;
  font-weight: var(--heading-font-weight);
}

.item-heading a,
.item-heading-middle a,
.item-heading-large a {
  text-decoration: none;
  color: var(--text-primary);
}

.item-heading a:hover,
.item-heading-middle a:hover,
.item-heading-large a:hover {
  color: var(--accent-color);
}

.item-heading-middle {
  font-size: 1.25rem;
}

.item-heading-large {
  font-size: 1.5rem;
}

.widget-heading {
  margin-bottom: 1.25rem;
}

.item-border-radius {
  border-radius: var(--el-border-radius);
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
}

.el-ripple {
  --ripple-width: 100%;
  --ripple-time: 0.4s;
  position: relative;
  overflow: hidden;
  transition: all var(--ripple-time);
}

.el-ripple .el-ripple-circle {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--el-gradient-start);
  transform: translate(-50%, -50%);
  transition: width var(--ripple-time), padding-top var(--ripple-time);
  z-index: 0;
}

.el-ripple span,
.el-ripple div,
.el-ripple i {
  position: relative;
  z-index: 1;
}

.el-ripple:hover {
  color: var(--background-color);
}

.el-ripple:hover .el-ripple-circle {
  width: calc(var(--ripple-width) * 3);
  padding-top: calc(var(--ripple-width) * 3);
}

.text-center {
  text-align: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* === 3. Components === */
/* 3.1 Accordion */
.accordion {
  color: var(--text-secondary);
}

.section-bgc .accordion-item {
  background-color: var(--background-color);
}

.accordion-item {
  display: block;
  border-radius: var(--el-border-radius);
  background-color: var(--background-secondary-color);
  overflow: hidden;
  margin-bottom: 1rem;
}

.accordion-item.active .accordion-trigger::before {
  transform: rotate(0);
}

.accordion-trigger {
  position: relative;
  cursor: pointer;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  color: var(--text-primary);
  line-height: 1.2;
}

.accordion-trigger::after,
.accordion-trigger::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 0.875rem;
  height: 2px;
  background-color: var(--accent-color);
  margin-top: -1px;
  transition: all 0.3s;
}

.accordion-trigger::before {
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 1.25rem;
  border-top: 1px solid var(--border-color);
}

/* 3.2 Alerts */

/* 3.3 Breadcrumb */
.bread-crumbs {
  position: relative;
  padding: 1.125rem 0;
  background-color: var(--background-secondary-color);
}

.bread-crumbs-list {
  position: relative;
  display: flex;
  font-size: 1rem;
  overflow: hidden;
  color: var(--accent-color);
}

.bread-crumbs-list li {
  position: relative;
  margin-right: 2rem;
  white-space: nowrap;
}

.bread-crumbs-list li:last-child {
  margin-right: 0;
}

.bread-crumbs-list li:last-child i {
  display: none;
}

.bread-crumbs-list li:last-child a {
  color: var(--accent-color);
  text-decoration: none;
  pointer-events: none;
}

.bread-crumbs-list li a {
  text-decoration: none;
  color: var(--text-secondary);
}

.bread-crumbs-list li a:hover {
  text-decoration: underline;
}

.bread-crumbs-list li i {
  position: absolute;
  top: 50%;
  right: -1.5625rem;
  margin-top: -0.5625rem;
}

/* 3.4 Buttons */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 -1.25rem -1.25rem;
}

.btn-group > * {
  display: block;
  margin: 0 0 1.25rem 1.25rem;
}

.btn {
  --ripple-width: 100%;
  --ripple-time: 0.4s;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: var(--font-weight);
  font-family: var(--font-family);
  line-height: var(--line-height);
  color: var(--background-color);
  fill: var(--background-color);
  background: var(--el-gradient-end);
  background: linear-gradient(
    to right,
    var(--el-gradient-start) 0%,
    var(--el-gradient-end) 100%
  );
  text-decoration: none;
  padding: 0.75em 1.75em;
  border-radius: var(--el-border-radius-min);
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color var(--ripple-time), fill var(--ripple-time);
}

.btn > i,
.btn > span,
.btn > svg,
.btn > img {
  position: relative;
  z-index: 1;
}

.btn > img {
  width: 1.375rem;
  height: 1.375rem;
}

.btn .el-ripple-circle {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--el-gradient-start);
  transform: translate(-50%, -50%);
  transition: width var(--ripple-time), padding-top var(--ripple-time);
  z-index: 0;
}

.btn.btn-small {
  font-size: 0.875rem;
}

.btn.btn-small.btn-with-icon > svg {
  width: 0.8125rem;
  min-width: 0.8125rem;
  height: 0.8125rem;
}

.btn.btn-small > img {
  width: 1.25rem;
  height: 1.25rem;
}

.btn.btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-with-icon > svg {
  width: 0.875rem;
  height: 0.875rem;
}

.btn.btn-with-icon .btn-icon-right {
  margin-left: 0.5rem;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: var(--background-color);
  fill: var(--background-color);
}

.btn:hover .el-ripple-circle {
  width: calc(var(--ripple-width) * 2.5);
  padding-top: calc(var(--ripple-width) * 2.5);
}

.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: var(--background-color);
  box-shadow: var(--el-box-shadow);
  color: var(--accent-color);
  cursor: pointer;
  transition: all 0.2s;
}

.play-video.play-video-static {
  position: relative;
  left: inherit;
  top: inherit;
  transform: none;
}

.play-video .material-icons {
  font-size: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple-effect {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: ripple 1s ease forwards;
  z-index: 3;
}

@keyframes ripple {
  0% {
    transform: none;
  }

  100% {
    transform: scale(250);
  }
}

.hover-link {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: var(--text-primary);
}

.hover-link::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.4s;
  color: var(--accent-color);
}

.hover-link > span {
  display: block;
  transform: translateY(0);
  transition: all 0.4s;
}

.hover-link:hover > span,
.hover-link.active > span {
  transform: translateY(100%);
}

.hover-link:hover::after,
.hover-link.active::after {
  transform: translateY(0);
}

.btn-top {
  position: fixed;
  right: 15px;
  bottom: -5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  border-radius: var(--el-border-radius-min);
  /* border: 1px solid var(--border-color); */
  background: #00000099;
  z-index: 100;
  fill: var(--accent-color);
  transition: all 0.2s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  color: white;
}

.btn-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.btn-top:hover {
  border-color: var(--accent-color);
  fill: var(--accent-color);
}

.btn-top > svg {
  width: 0.875rem;
  height: 0.625rem;
  margin: auto;
  transform: rotate(-90deg);
}

/* 3.5 Carusel */

/* 3.6 Forms */
*::-webkit-input-placeholder,
*::placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="time"],
textarea,
select {
  display: block;
  font-size: 1rem;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  width: 100%;
  padding: calc(0.75em - 1px) 1rem;
  margin-bottom: 1rem;
  line-height: var(--line-height);
  border-radius: var(--el-border-radius-min);
  border: 1px solid var(--border-color);
  background-color: transparent;
  outline: none;
  color: var(--text-primary);
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
  border-color: var(--accent-color);
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="url"]:disabled,
input[type="time"]:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--background-secondary-color);
}

textarea {
  height: auto;
  resize: none;
}

.select {
  position: relative;
}

.select select {
  padding-right: 2rem;
}

.select::after {
  content: "\e5d7";
  font-family: "Material Icons";
  font-size: 1.375rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--placeholder-color);
  pointer-events: none;
}

/* Begin checkbox */
.checkbox {
  position: relative;
}

/* End checkbox */
/* Begin radio */
.radio {
  position: relative;
}

/* End radio */
/* Begin toggle */
.toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.toggle input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/* End toggle */

/* 3.7 Icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
}

.material-icons.material-icons-outlined {
  font-family: "Material Icons Outlined";
}

.material-icons.md-18 {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
}

.material-icons.md-22 {
  font-size: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
}

.material-icons.md-24 {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.material-icons.md-32 {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
}

.material-icons.md-48 {
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
}

/* 3.8 Pagination */
.pagination {
  display: flex;
  justify-content: center;
  padding-top: 0.625rem;
}

.pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: -0.625rem;
}

.pagination-list li {
  margin-left: 0.625rem;
}

.pagination-list li:hover a,
.pagination-list li:hover span,
.pagination-list li.active a,
.pagination-list li.active span {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.pagination-list li.active a,
.pagination-list li.active span {
  cursor: default;
  pointer-events: none;
}

.pagination-list li.pagination-item-arrow a,
.pagination-list li.pagination-item-arrow span {
  color: var(--accent-color);
  border-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
}

.pagination-list li.pagination-item-arrow:hover a,
.pagination-list li.pagination-item-arrow:hover span {
  color: var(--text-primary);
}

.pagination-list li.pagination-item-disabled a,
.pagination-list li.pagination-item-disabled span {
  color: var(--text-secondary);
  pointer-events: none;
}

.pagination-list li.pagination-item-disabled:hover a,
.pagination-list li.pagination-item-disabled:hover span {
  color: var(--text-secondary);
}

.pagination-list li a,
.pagination-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  color: var(--text-secondary);
  text-decoration: none;
  border: 1px solid var(--border-color);
  border-radius: var(--el-border-radius-min);
}

.pagination-list li a.dots,
.pagination-list li span.dots {
  border-color: transparent;
}

@media only screen and (max-width: 480px) {
  .pagination-full .pagination-list {
    padding-bottom: 2.2rem;
  }

  .pagination-full .pagination-item-arrow {
    position: absolute;
    bottom: 0;
  }

  .pagination-full .pagination-item-arrow-prev {
    right: 50%;
    margin-right: 0.625rem;
  }

  .pagination-full .pagination-item-arrow-first {
    right: 50%;
    margin-right: 2.1rem;
  }

  .pagination-full .pagination-item-arrow-next {
    left: 50%;
  }

  .pagination-full .pagination-item-arrow-last {
    left: 50%;
    margin-left: 2.1rem !important;
  }
}

.points {
  color: #529ae6;
  font-weight: bold;
}
.s-points {
  color: var(--accent-color);
  font-weight: bold;
}

/* 3.9 Modal */

.popup {
  position: relative;
  width: 100%;
  background-color: var(--background-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.5rem 2.85rem;
  margin: 0 auto;
  border-radius: var(--el-border-radius);
  overflow: hidden;
}

.open_popup {
  display: block;
}

/* 3.10 Tabs */
.tabs {
  position: relative;
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-primary);
}

.tabs-nav li {
  padding: 0.625rem 0;
  margin-right: 2.5rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.tabs-nav li:last-child {
  margin-right: 0;
}

.tabs-nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateX(-50%);
  transition: all 0.2s;
}

.tabs-nav li.active,
.tabs-nav li:hover {
  color: var(--accent-color);
}

.tabs-nav li.active::after,
.tabs-nav li:hover::after {
  width: 100%;
}

.tabs-item {
  display: none;
  padding-top: 2rem;
}

.tabs-item.active {
  display: block;
}

.tabs-container {
  width: 100%;
}

@media (max-width: 991.98px) {
  .product-top {
    margin-top: 10rem;
  }
}

@media (max-width: 767.98px) {
  .tabs-item {
    padding-top: 0;
  }

  .tabs-container {
    padding-top: 1.5rem;
  }

  .tabs-nav {
    border: none;
  }

  .tabs-nav li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color);
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .tabs-nav {
    font-size: 1.125rem;
  }
}

/* 3.11 Range slider */

/* 3.12 Progress bars */
.progressbars {
  margin-bottom: -2.5rem;
}

.progressbar-item {
  position: relative;
}

.progressbar {
  position: relative;
  height: var(--thickness);
  width: 100%;
}

.progressbar::before,
.progressbar-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--el-border-radius-min);
  overflow: hidden;
  background-color: var(--background-secondary-color);
}

.progressbar-current {
  --progressbar-value: 0px;
  position: relative;
  height: 100%;
  width: var(--progressbar-value);
}

.progressbar-current::before {
  background-color: var(--accent-color);
}

.progressbar-percentage {
  position: absolute;
  right: 0;
  bottom: calc(var(--thickness) + 0.75rem);
  line-height: 1;
  opacity: 0;
  transition: opacity 0.1s;
}

.progressbar-percentage.visible {
  opacity: 1;
}

.cpb-item {
  --thickness: 10px;
}

.cpb-item .item-heading {
  margin-top: 1.25rem;
  text-align: center;
}

.section-bgc .progressbar::before {
  background-color: var(--background-color);
}

/* 3.13 Badges */

.badge {
  position: relative;
  display: inline-flex;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: var(--text-primary);
  padding: 0.125rem 0.375rem;
  font-weight: bold;
  white-space: nowrap;
  border-radius: var(--el-border-radius-min);
  overflow: hidden;
  z-index: 1;
}

.badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  pointer-events: none;
  z-index: -1;
}

.badge::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-primary);
  border-radius: var(--el-border-radius-min);
  opacity: 0.1;
}

/* === 4. Widgets === */
/* 4.1 Brand info */
.widget-brand-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  line-height: 1;
}

.widget-brand-info .logo {
  display: inline-flex;
  opacity: 1;
}

.widget-brand-info .logo img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.widget-brand-info .wbim-socials {
  /* margin-top: 1.25rem; */
  /* margin-left: 2.5rem; */
  cursor: pointer;
}

/* .wbim-p p {
    margin-top: 1.25rem;
} */

.widget-brand-info-main {
  max-width: 30rem;
}

.widget-brand-info-main > *:last-child {
  margin-bottom: 0;
}

.widget-brand-info-main p {
  line-height: var(--line-height);
}

/* 4.2 Contacts */
.widget-contacts {
  list-style: 0;
  margin: 0;
  padding: 0;
}

.widget-contacts li {
  display: flex;
  margin-bottom: 1rem;
}

.widget-contacts li:last-child {
  margin-bottom: 0;
}

.widget-contacts li i {
  margin-right: 0.5rem;
}

.widget-contacts i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.widget-contacts-info a {
  opacity: 1;
}

.widget-contacts-info a:hover {
  text-decoration: underline;
}

.widget-contacts-info p {
  margin: 0;
}

.content .widget-contacts li {
  padding: 0;
}

.content .widget-contacts li::before {
  content: none;
}

/* 4.3 Socials */
.widget-socials {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}

.widget-socials > li {
  margin-right: 0.625rem;
}

.widget-socials > li:last-child {
  margin-right: 0;
}

.widget-socials > li > a {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--text-primary);
}

.widget-socials > li > a > svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
}

.widget-socials.widget-socials-bordered > li > a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--el-border-radius-min);
  /* border: 1px solid var(--border-color); */
}

.widget-socials.widget-socials-bordered > li > a:hover {
  border-color: var(--text-secondary);
}

.widget-socials.widget-socials-bordered-hover-bg > li > a:hover {
  background-color: var(--text-primary);
  border-color: var(--text-primary);
  fill: var(--background-color);
}

/* === 5. Bloks === */
/* 5.1 Intro */
.intro {
  position: relative;
  z-index: 1;
}

.intro-item {
  display: block;
  min-height: 80vh;
  overflow: hidden;
}

.intro-item {
  position: relative;
  display: flex;
  align-items: center;
  /* padding: 3.5rem 0; */
  color: var(--text-primary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--background-color);
  min-width: 100%;
  width: 100%;
}

.intro-item .container {
  /* position: relative; */
  z-index: 3;
}

.intro-item::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.intro-item .section-subheading {
  font-size: var(--font-size);
}

.intro-item .section-desc {
  font-size: var(--font-size);
  max-width: 100%;
}

/* .intro-item h1, .intro-item h2, .intro-item h3 {
    font-size: var(--heading-font-size) !important;
} */

.intro-content {
  --margin-left: 0;
  --margin-right: 0;
  --max-width: 30rem;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 var(--margin-right) 0 var(--margin-left);
  padding: 0 0 3.75rem 0;
}

.intro-btns {
  align-items: center;
  margin-top: 1.75rem;
}

.intro-box {
  width: 100%;
  padding: 3rem 3rem 3rem 4.375rem;
  background-color: var(--background-color);
  border-radius: var(--el-border-radius);
  box-shadow: var(--el-box-shadow);
}

.intro-item-img-left,
.intro-item-img-right {
  position: absolute;
  width: 70%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-item-img-left {
  left: 0;
  border-bottom-right-radius: var(--el-border-radius);
}

.intro-item-img-left + .container {
  display: flex;
  justify-content: flex-end;
}

.intro-item-img-right {
  right: 0;
  border-bottom-left-radius: var(--el-border-radius);
}

.ig-items {
  margin-bottom: -30px;
}

.ig-item {
  --item-height: 360px;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  height: var(--item-height);
  color: var(--text-primary);
  padding: 2.5rem;
  background-color: var(--background-color);
}

.ig-item.el {
  height: auto;
}

.ig-item .section-desc {
  max-width: 100%;
  margin: 0.5rem 0;
}

.ig-item .btn-group {
  margin-top: 1.5rem;
}

.ig-item:hover .ig-item-bg {
  transform: scale(1.05);
}

.ig-item.justify-content-center .btn-group {
  justify-content: center;
}

.ig-item.justify-content-end .btn-group {
  justify-content: end;
}

.ig-item-small {
  display: flex;
  align-items: center;
  height: calc(var(--item-height) / 1.5);
  padding: 2rem;
}

.ig-item-small .ig-item-bg {
  -o-object-position: left center;
  object-position: left center;
}

.ig-item-small .section-heading h1,
.ig-item-small .section-heading h2,
.ig-item-small .section-heading h3 {
  font-size: 1.5rem;
}

.ig-item-small .section-subheading {
  font-size: 0.875rem;
}

.ig-item-small .btn-group {
  margin-top: 1.125rem;
}

.ig-item-small .btn {
  font-size: 0.875rem;
}

.ig-item-small .btn.btn-small {
  font-size: 0.75rem;
}

.ig-item-pos {
  position: relative;
  --max-width: 26.25rem;
  max-width: var(--max-width);
  z-index: 1;
}

.ig-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: var(--background-secondary-color);
  transition: transform 1s;
}

@media (min-width: 768px) {
  .intro-box {
    --margin-left: 0;
    --margin-right: 0;
    --max-width: 31.25rem;
    max-width: var(--max-width);
    margin: 0 var(--margin-right) 0 var(--margin-left);
  }
}

@media (min-width: 992px) {
  .ig-item {
    --item-height: 500px;
  }

  .ig-item-small {
    height: calc(var(--item-height) / 2 - var(--bs-gutter-x) / 2);
  }
}

@media (min-width: 1200px) {
  .ig-item {
    --item-height: 540px;
  }
}

@media (min-width: 1400px) {
  .ig-item {
    --item-height: 580px;
  }
}

@media (max-width: 1199.98px) {
  .intro-item {
    min-height: 35rem;
  }

  .intro-item {
    min-height: 35rem;
  }

  .intro-item::after {
    content: "";
  }

  .intro-item-type-1 {
    color: rgba(255, 255, 255, 0.9);
  }

  .intro-item-type-1 .section-desc {
    color: rgba(255, 255, 255, 0.7);
  }

  .intro-item-type-1 .section-subheading {
    color: rgba(255, 255, 255, 0.8);
  }

  .intro-box {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .intro-content,
  .intro-box {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .intro-item h1,
  .intro-item h2,
  .intro-item h3 {
    font-size: 2rem;
  }

  .intro-content {
    padding-bottom: 0;
    max-width: 380px;
  }

  .intro-item {
    --heading-font-size: 2.25rem !important;
    --font-size: 1rem !important;
  }

  .intro-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
    max-width: 380px;
    color: rgba(255, 255, 255, 0.9);
  }

  .intro-box .section-desc {
    color: rgba(255, 255, 255, 0.7);
  }

  .intro-box .section-subheading {
    color: rgba(255, 255, 255, 0.8);
  }

  .intro-item-img-left,
  .intro-item-img-right {
    width: 100%;
    border-radius: 0;
  }

  .intro-item-img-left::after,
  .intro-item-img-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
  }

  .intro-item-img-left + .container {
    justify-content: flex-start;
  }

  .intro-item.intro-item-type-3::after {
    content: "";
  }
}

@media only screen and (max-width: 480px) {
  .ig-item-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .intro-item {
    height: auto;
    min-height: 25rem;
  }

  .intro-content {
    margin-bottom: 2.5rem;
  }
}

/* 5.2 About */
.about-imgs {
  position: relative;
}

.about-imgs-2,
.about-imgs-3 {
  padding-bottom: 30%;
}

.about-imgs-2 .about-media-item,
.about-imgs-3 .about-media-item {
  width: 65%;
}

.about-imgs-2 .about-media-item:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-imgs-3 {
  padding-top: 30%;
}

.about-imgs-3 .about-media-item:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.about-imgs-3 .about-media-item:nth-child(3) {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;
}

.about-media-item {
  position: relative;
  cursor: pointer;
}

.aii-item {
  display: flex;
  margin-bottom: 1.25rem;
}

.aii-item:last-child {
  margin-bottom: 0;
}

.aii-item .material-icons {
  color: var(--accent-color);
}

.aii-item-details {
  padding-left: 1.5rem;
}

.aii-item-details .item-heading {
  margin-bottom: 0.25rem;
}

.aii-item-details p {
  color: var(--text-secondary);
  margin: 0;
}

.about-content {
  max-width: 32.5rem;
  font-size: var(--font-size);
}

.about-content h1,
.about-content h2 {
  font-size: var(--heading-font-size);
}

.about-item {
  margin-bottom: 2.25rem;
}

.about-item:last-child {
  margin-bottom: 0;
}

.about-container .content {
  text-align: center;
}

.about-container .content ul li,
.about-container .content ol li {
  justify-content: center;
}

.acpb {
  padding-bottom: 4.5rem;
}

.acpb:last-child {
  padding-bottom: 0;
}

.about-process-item {
  position: relative;
  display: flex;
}

.about-process-item::after {
  content: "";
  position: absolute;
  left: 1.75rem;
  top: 0;
  width: 1px;
  height: calc(100% + var(--bs-gutter-x));
  background-color: var(--border-color);
}

.about-process-item:last-child::after {
  content: none;
}

.about-process-item-counter {
  position: relative;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  margin-right: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--accent-color);
  background: linear-gradient(
    to right,
    var(--el-gradient-start) 0%,
    var(--el-gradient-end) 100%
  );
  color: var(--background-color);
  z-index: 1;
}

.about-process-item-heading {
  margin-bottom: 0;
}

.about-process-item-desc {
  margin: 0.375rem 0 0 0;
  color: var(--text-secondary);
}

@media (min-width: 768px) {
  .about-container {
    max-width: 34rem;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .about-container {
    max-width: 100%;
    margin: 0;
  }

  .about-container .content {
    text-align: left;
  }

  .about-container .content ul li,
  .about-container .content ol li {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .about-imgs {
    padding-right: 1.25rem;
  }

  .content-col-reverse > * {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .about-imgs {
    padding-right: 0;
  }

  .content-col-reverse > * {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .about-content {
    --font-size: 1rem !important;
  }

  .about-content h1,
  .about-content h2 {
    --heading-font-size: 2.25rem !important;
  }
}

/* 5.3 About circular */

.about-circular-item {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60%;
  height: 60%;
}

.about-circular-item.active .about-circular-content {
  opacity: 1;
}

.about-circular-media {
  position: absolute;
  left: 50%;
  top: -21%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.about-circular-content {
  opacity: 0;
  transition: opacity 0.2s;
}

.about-circular-heading {
  margin-bottom: 0;
}

.about-circular-desc {
  margin: 1rem 0 0 0;
}

@media (min-width: 430px) {
  .about-circular-media {
    top: -23%;
  }
}

@media (min-width: 480px) {
  .about-circular-media {
    top: -24.5%;
  }
}

/* 5.2 Icon items */
.iitem {
  display: block;
  text-align: center;
  padding: 1.5rem;
  text-decoration: none;
  transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
}

.iitem:hover {
  color: var(--text-primary);
}

.iitem.iitem-hover:hover {
  background-color: var(--accent-color);
  color: var(--background-color);
}

.iitem.iitem-hover:hover .iitem-icon {
  background: var(--background-color);
  color: var(--accent-color);
  fill: var(--accent-color);
}

.iitem.iitem-hover:hover .iitem-icon-bg {
  opacity: 0.14;
}

.iitem.iitem-hover:hover .iitem-desc {
  color: var(--background-color);
}

.iitem.iitem-modern {
  padding-top: 6.25rem;
  padding-bottom: 3rem;
}

.iitem.iitem-modern .iitem-icon {
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  margin: 0;
  z-index: 11;
}

.iitem.iitem-modern::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: transparent;
  z-index: 1;
  transition: background-color 0.2s 0.1s;
}

.iitem.iitem-modern.iitem-hover:hover::before {
  background-color: var(--background-color);
}

.main-visible .iitem-icon {
  transition: background-color 0.2s, color 0.2s, fill 0.2s;
}

.iitem-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--accent-color);
  background: linear-gradient(
    to right,
    var(--el-gradient-start) 0%,
    var(--el-gradient-end) 100%
  );
  margin: 0 auto 1.25rem;
  color: var(--background-color);
  fill: var(--background-color);
  stroke: transparent;
}

.iitem-icon > svg,
.iitem-icon img {
  display: block;
  width: 3rem;
  height: 3rem;
}

.iitem-icon > img {
  -o-object-fit: contain;
  object-fit: contain;
}

.iitem-icon-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
  z-index: 1;
  opacity: 0;
  color: var(--background-color);
  fill: var(--background-color);
  stroke: transparent;
  transition: opacity 0.2s 0.1s;
}

.iitem-icon-bg i {
  font-size: 31.25rem;
}

.iitem-icon-bg i,
.iitem-icon-bg svg {
  width: 31.25rem;
  height: 31.25rem;
}

.iitem-heading {
  margin-bottom: 1rem;
}

.iitem-desc {
  color: var(--text-secondary);
  transition: color 0.2s;
}

.iitem-icon,
.iitem-heading,
.iitem-desc {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .iitem {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* 5.3 Image items */
.pitem {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.pitem-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 22.5rem;
}

.pitem-desc p {
  margin-bottom: 0;
}

.pitem-carusel-thumb {
  margin-top: 1.5rem;
}

.pitem-full .pitem-desc {
  -webkit-line-clamp: 2;
  max-width: 100%;
}

.pitem-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pitem-img img {
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  width: 100%;
  /* height: 70%; */
  -o-object-fit: cover;
  object-fit: cover;
}

.pitem-info .item-heading {
  margin-bottom: 0.625rem;
}

.pitem-info {
  padding: 1.25rem;
}

@media (max-width: 575.98px) {
  .pitem {
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 5.4 Items of numbers */
.ini {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.ini.ini-bg {
  max-width: 18rem;
  min-height: 8.5rem;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.ini.ini-bg .ini-info {
  padding-left: 0;
}

.ini-info {
  position: relative;
  z-index: 1;
  padding-left: 3.75rem;
}

.ini-heading {
  margin-bottom: 1.25rem;
}

.ini-desc {
  color: var(--text-secondary);
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ini-desc p {
  margin: 0;
}

.ini-count-large {
  font-size: 9.5rem;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  color: var(--accent-color);
  opacity: 0.14;
  position: absolute;
  left: 2rem;
  bottom: 6rem;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .ini-info {
    padding-left: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .ini-info {
    padding-left: 2.75rem;
  }
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .ini-heading {
    min-height: auto;
  }

  .ini-heading br {
    display: none;
  }

  .ini-count-large {
    font-size: 8rem;
    bottom: -0.625rem;
  }
}

@media (max-width: 575.98px) {
  .ini-info {
    padding-left: 3rem;
  }
}

/* 5.5 Counters */

/* 5.6 Team */

/* 5.7 Reviews */
.reviews-item {
  position: relative;
  padding: 2rem 1.25rem;
}

.reviews-item-text {
  color: var(--text-secondary);
}

.reviews-item-text p {
  margin-bottom: 0;
}

.reviews-item-name {
  margin-bottom: 0.125rem;
  font-size: 1.125rem;
}

.reviews-item-position {
  color: var(--text-secondary);
  font-size: 1rem;
}

.reviews-carusel-th .reviews-item-text {
  margin-bottom: 1.25rem;
}

.reviews-thumb-item {
  cursor: pointer;
}

.reviews-thumb-item img {
  opacity: 0.6;
  transition: all 0.2s;
}

.reviews-thumb-item:hover img {
  opacity: 0.8;
}

.reviews-thumb-item.active img {
  opacity: 1;
}

/* 5.8 News */

/* Begin item wide */

/* End item wide */

/* 5.9 Comments */

/* 5.10 Pricing */

.pricing-toggle {
  display: flex;
  justify-content: center;
}

/* 5.11 Brands */

/* 5.12 Countdown */
.countdown {
  display: flex;
  justify-content: space-between;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.countdown.hidden {
  display: none;
}

.deadline-message {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: line-through;
  display: none;
}

.deadline-message.visible {
  display: block;
}

/* 5.13 Gallery */
.gallery-item {
  --item-height: 240px;
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  height: var(--item-height);
  text-decoration: none;
  color: var(--background-color);
  /* background-color: var(--background-secondary-color); */
  overflow: hidden;
  cursor: pointer;
}

.gallery-item.el {
  height: inherit;
  border: none;
}

.gallery-item:hover {
  color: var(--background-color);
}

.gallery-item:hover .gallery-item-caption {
  opacity: 1;
  visibility: visible;
}

.gallery-item:hover .gallery-item-caption::after {
  height: 100%;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s;
}

.gallery-item-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.625rem 1rem;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  font-size: 1.125rem;
  transition: all 0.3s;
}

.gallery-item-caption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 3.125rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.gallery-item-caption span {
  position: relative;
  display: block;
  z-index: 2;
}

/* 5.14 Contacts */

.map {
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  border: none;
}

@media (min-width: 768px) {
  .map {
    display: flex;
    align-items: center;
    min-height: 35rem;
  }

  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    min-height: auto;
  }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .map {
    min-height: 20rem;
  }

  .map iframe {
    min-height: 20rem;
  }

  .map {
    display: block;
    min-height: 20rem;
  }

  .map iframe {
    position: relative;
    left: 0;
    top: 0;
  }
}

/* 5.15 404 */

/* 5.16 Careers */

/* 5.16 Process steps */
.process-steps-row .col {
  position: relative;
}

.process-steps-row .col:last-child .process-item.process-item-line::after {
  display: none;
}

.process-item {
  position: relative;
  display: flex;
}

.process-item.process-item-line::after {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: 0;
  width: 1px;
  height: calc(100% + var(--bs-gutter-x) + var(--bs-gutter-x) / 2);
  background-color: var(--border-color);
}

.process-item-counter {
  position: relative;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  margin-right: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--accent-color);
  background: linear-gradient(
    to right,
    var(--el-gradient-start) 0%,
    var(--el-gradient-end) 100%
  );
  color: var(--background-color);
  z-index: 1;
}

.process-item-details {
  position: relative;
  padding-top: 0.125rem;
  z-index: 1;
}

.process-item-heading {
  margin: 0;
}

.process-item-desc {
  color: var(--text-secondary);
  margin: 0.75rem 0 0 0;
}

@media (min-width: 576px) {
  .process-steps-row
    .col:nth-child(even)
    .process-item.process-item-line::after {
    display: none;
  }

  .process-item {
    position: static;
    display: block;
    text-align: center;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .process-item.process-item-line::after {
    left: 50%;
    top: 2.25rem;
    width: 100%;
    height: 1px;
    background-color: transparent;
    border-bottom: 1px dashed var(--border-color);
  }

  .process-item-counter {
    margin: 0 auto 1.25rem;
  }

  .process-item-details {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .process-item.process-item-line::after {
    top: 2.75rem;
  }

  .process-item-counter {
    font-size: 1.75rem;
    width: 5.5rem;
    height: 5.5rem;
    min-width: 5.5rem;
    margin-bottom: 1.5rem;
  }

  .process-item-desc {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .process-steps-row.row-cols-lg-3
    .col:nth-child(even)
    .process-item.process-item-line::after {
    display: flex;
  }

  .process-steps-row.row-cols-lg-3
    .col:nth-child(3n)
    .process-item.process-item-line::after,
  .process-steps-row.row-cols-lg-3
    .col:last-child
    .process-item.process-item-line::after {
    display: none;
  }
}

/* 5.16 Image comparison */
.compare-image-container {
  --value: 50%;
  position: relative;
  border-radius: var(--el-border-radius);
  box-shadow: var(--el-box-shadow);
}

.compare-image-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  z-index: 3;
}

/* 5.16 Banner */
.banner .btn-group,
.banner .content {
  margin-top: 1.5rem;
}

.banner .section-desc {
  margin-bottom: 0;
}

.banner .section-heading,
.banner .btn-group,
.banner .content {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .banner {
    --min-height: 200px;
    --max-width: 800px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: var(--min-height);
  }

  .banner .section-heading {
    max-width: var(--max-width);
  }

  .banner .btn-group {
    width: 100%;
  }
}

/* === 6. Layouts === */
/* 6.1 Header */
.header {
  position: relative;
  width: 100%;
}

.header.fixed {
  position: fixed;
  z-index: 101;
}

.header-top {
  position: relative;
  background-color: var(--text-primary);
  color: var(--background-color);
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  z-index: 1001;
}

.header-top i {
  color: var(--background-color);
}

.header-top a {
  color: var(--background-color);
  opacity: 0.8;
  text-decoration: none;
}

.header-top a:hover {
  color: var(--background-color);
  opacity: 1;
}

.header-top .widget-socials > li > a {
  fill: var(--background-color);
}

.header-top-links {
  display: flex;
  align-items: center;
  margin-left: -2rem;
}

.header-top-links > * {
  margin-left: 2rem;
}

.header-top-info {
  display: flex;
  align-items: center;
  margin-left: -1rem;
}

.header-top-info b,
.header-top-info strong {
  font-weight: 600;
  color: var(--background-color);
}

.header-top-info li {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.header-top-info li > a {
  opacity: 1;
  display: flex;
  align-items: center;
}

.header-top-info li > a:hover span {
  opacity: 1;
}

.header-top-info li b,
.header-top-info li strong {
  margin-right: 0.375rem;
}

.header-top-info li i {
  margin-right: 0.625rem;
}

.header-top-info li span {
  opacity: 0.8;
  transition: all 0.25s;
}

.header-fixed {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.75rem 0;
  background-color: var(--background-color);
  font-size: 1rem;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  z-index: 101;
  box-shadow: var(--header-box-shadow);
  background: #00000099;
}

.header-fixed.fixed {
  position: fixed;
}

.header-fixed .col-static {
  position: static;
}

.header-fixed .container {
  position: relative;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}

.logo {
  /* --logo-max-width: 133px; */
  --logo-max-height: 70px;
  display: inline-flex;
  text-decoration: none;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: var(--logo-max-height);
  max-width: var(--logo-max-width);
}

.logo svg {
  display: block;
}

body.mmm-open {
  overflow: hidden;
}

body.mmm-open .header-fixed {
  box-shadow: var(--header-box-shadow);
}

body.mmm-open .mmm {
  transform: none;
}

.mmm {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 20rem;
  background-color: var(--background-color);
  z-index: 100;
  box-shadow: var(--header-box-shadow);
  transform: translateX(-150%);
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.6s;
}

.mf-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: opacity 0.4s;
}

.mf-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.mf-bg.visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.mf-bg.side-visible {
  z-index: 1110;
}

.mmm-content {
  background-color: var(--background-secondary-color);
}

.mmm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
}

.mmm-list > li {
  position: relative;
  border-bottom: 1px solid var(--background-color);
}

.mmm-list > li > a {
  display: block;
  color: var(--text-primary);
  text-decoration: none;
  width: 100%;
  padding: 0 3.75rem 0 1.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mmm-list > li.active > a,
.mmm-list > li.open > a {
  background-color: var(--accent-color);
  color: var(--background-color);
}

.mmm-list > li.active .mmm-btn,
.mmm-list > li.open .mmm-btn {
  color: var(--background-color);
}

.mmm-list > li.open .mmm-btn {
  transform: rotateX(180deg);
}

.mmm-list > li .mmm-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-left: 1px solid var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}

.mmsm {
  display: none;
  background-color: var(--background-color);
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mmsm li {
  border-bottom: 1px solid var(--border-color);
}

.mmsm li:first-child {
  border-top: 1px solid var(--border-color);
}

.mmsm li a {
  display: block;
  padding: 0.625rem 1.25rem 0.625rem 2rem;
  text-decoration: none;
  color: var(--text-primary);
}

.mmsm li.menu-item-has-children > a {
  font-weight: bold;
}

.mmsm > li > ul > li:last-child {
  border: none;
}

.mmsm > li > ul > li > a {
  padding-left: 2.75rem;
}

.mmsm-item {
  margin-bottom: 1.25rem;
}

.mmsm-item:last-child {
  margin-bottom: 0;
}

.mmsm-item:last-child ul li:last-child {
  border-bottom: none;
}

.tablet .main-mnu-list > li.menu-item-has-children > a,
.mobile .main-mnu-list > li.menu-item-has-children > a {
  pointer-events: none;
}

.main-mnu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.main-mnu:not(.main-mnu-js-init) {
  overflow-y: auto;
  scrollbar-width: none;
}

.main-mnu:not(.main-mnu-js-init)::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.main-mnu > .main-mnu {
  width: auto;
}

.main-mnu-list {
  display: inline-flex;
  margin-left: -1.5rem;
}

.main-mnu-list.hide {
  display: none;
}

.main-mnu-list .badge {
  margin-left: 0.5rem;
}

.main-mnu-list > li {
  position: relative;
  margin-left: 3rem;
  padding: 1rem 0;
  letter-spacing: 2px;
}

.main-mnu-list > li:hover > a > span,
.main-mnu-list > li.active > a > span {
  transform: translateY(100%);
}

.main-mnu-list > li:hover > a::after,
.main-mnu-list > li.active > a::after {
  transform: none;
}

.main-mnu-list > li:hover > ul {
  transform: none;
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

.main-mnu-list > li:hover > a i {
  transform: rotateX(180deg);
}

.main-mnu-list > li > a {
  font-size: 0.9375rem;
  overflow: hidden;
  white-space: nowrap;
}

.main-mnu-list > li > a::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s;
  color: var(--accent-color);
}

.main-mnu-list > li > a > span {
  display: block;
  transform: translateY(0);
  transition: all 0.4s;
  /* font-family: 'Montserrat'!important; */
}

.main-mnu-list > li a {
  color: var(--background-color);
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.15rem;
}

.main-mnu-list > li.menu-item-has-children {
  padding-right: 0;
}

.main-mnu-list > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.main-mnu-list > li.menu-item-has-children > a i {
  margin-left: 0.25rem;
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  color: var(--background-color);
  transition: all 0.4s;
}

.main-mnu-list > li.menu-item-has-children > a .badge {
  margin-left: 0.25rem;
}

.main-mnu-list > li > ul {
  position: absolute;
  top: 100%;
  background-color: #00000099;
  box-shadow: var(--el-box-shadow);
  min-width: 12.5rem;
  z-index: 10;
  transform: translateY(15px);
  border-radius: calc(var(--el-border-radius) * 0.6);
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  padding: 0.75rem 0;
  transition: all 0.2s;
  cursor: default;
}

.main-mnu-list > li > ul > li {
  position: relative;
}

.main-mnu-list > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-mnu-list > li > ul > li > a i {
  margin-left: 0.25rem;
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  color: var(--accent-color);
  transition: all 0.4s;
}

.main-mnu-list > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 12.5rem;
  background-color: var(--background-color);
  border-radius: calc(var(--el-border-radius) * 0.6);
  border-top-left-radius: 0;
  padding: 0.75rem 0;
  opacity: 0;
  box-shadow: var(--el-box-shadow);
  transform: translateY(15px);
  visibility: hidden;
  transition: all 0.2s;
}

.main-mnu-list > li > ul > li:hover > a {
  color: var(--accent-color);
}

.main-mnu-list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-mnu-list > li > ul li {
  padding: 0.25rem 0;
}

.main-mnu-list > li > ul li a {
  padding: 0.125rem 1rem 0.125rem 1.5rem;
  transition: all 0.2s 0s;
  overflow: hidden;
}

.main-mnu-list > li > ul li a::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  transform: translateY(-100%);
  width: 100%;
  transition: all 0.4s;
  color: var(--accent-color);
}

.main-mnu-list > li > ul li a > span {
  display: block;
  transform: translateY(0);
  transition: all 0.4s;
}

.main-mnu-list > li > ul li:hover > a > span,
.main-mnu-list > li > ul li.active > a > span {
  transform: translateY(100%);
}

.main-mnu-list > li > ul li:hover > a::after,
.main-mnu-list > li > ul li.active > a::after {
  transform: translateY(0);
}

.main-mnu-list > li.menu-item-more > div {
  display: block;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
}

.main-mnu-list > li.menu-item-more > div:hover {
  color: var(--accent-color);
}

.main-mnu-list > li.menu-item-more > ul {
  right: 0;
}

.main-mnu-list li > a > div {
  display: flex;
  align-items: center;
}

.main-mnu-btn {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  overflow: hidden;
}

.main-mnu-btn .bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-primary);
  transition: all 0.4s ease-in-out;
}

.main-mnu-btn .bar-1 {
  top: 0;
}

.main-mnu-btn .bar-2,
.main-mnu-btn .bar-3 {
  top: 8px;
}

.main-mnu-btn .bar-3 {
  right: 0;
}

.main-mnu-btn .bar-4 {
  bottom: 0;
}

.main-mnu-btn.active .bar-1 {
  transform: translateX(40px);
  background-color: transparent;
}

.main-mnu-btn.active .bar-2 {
  transform: rotate(45deg);
}

.main-mnu-btn.active .bar-3 {
  transform: rotate(-45deg);
}

.main-mnu-btn.active .bar-4 {
  transform: translateX(-40px);
  background-color: transparent;
}

.header-search.open .header-search-ico-close {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.header-search.open .header-search-ico-search {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.3);
}

.header-search.open .header-search-form {
  visibility: visible;
  opacity: 1;
}

.header-search-ico-search,
.header-search-ico-close {
  position: absolute;
  left: 0.0625rem;
  top: 0.0625rem;
  transition: all 0.2s;
}

.header-search-ico-close {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.3);
}

.header-search-ico-search {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.header-search-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.header-search-form .container {
  padding: 0 15px;
}

.header-lang {
  position: relative;
}

.header-lang.open .header-lang-current {
  color: var(--accent-color);
}

.header-lang-current {
  display: flex;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--text-primary);
  transition: all 0.2s;
}

.header-lang-current:hover {
  color: var(--accent-color);
}

.header-lang-current .material-icons {
  margin: auto;
}

.header-navbar {
  position: relative;
  z-index: 3;
}

.header-navbar .widget-socials li a {
  opacity: 1;
}

.header-navbar-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}

.header-navbar-btn:hover {
  color: var(--accent-color);
}

.header-navbar-btn:active {
  transform: scale(0.8);
}

.header-actions {
  display: flex;
  align-items: center;
  margin-left: -1.25rem;
  padding: 1rem 0;
}

.header-actions > li {
  margin-left: 1.25rem;
}

.header-actions > li > span {
  color: var(--background-color);
}

.header-actions .btn {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.header-actions .btn i {
  display: none;
}

.side {
  position: fixed;
  top: 0;
  width: 20rem;
  height: 100%;
  background: var(--background-color);
  z-index: 1111;
  transition: all 0.4s;
}

.side.open {
  transform: none;
}

.side-close {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 2;
}

.side-close:hover {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/* 6.2 Sidebar */

/* 6.3 Section */
.section {
  position: relative;
  padding: 4.5rem 0;
  background-color: var(--background-color);
  color: var(--text-primary);
}

.section.section-without-padding-top {
  padding-top: 0;
}

.section-bgc {
  background-color: var(--background-secondary-color);
}

.section-heading {
  margin-bottom: 3.25rem;
  max-width: 850px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
  position: relative;
  font-size: 2.5rem;
  margin: 0;
}

.section-heading.shm-none {
  margin-bottom: 0;
}

.section-heading .btn-group {
  margin-top: 2rem;
}

.heading-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-center .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.section-subheading {
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  color: var(--accent-color);
}

.section-desc {
  margin: 1.25rem 0;
  max-width: 30rem;
  color: var(--text-secondary);
}

/* 6.4 Page */

/* 6.5 Footer */
.footer {
  position: relative;
  background-color: var(--text-primary);
  width: 100%;
  color: var(--background-color);
  font-size: 1rem;
  background: url("../img/pics/footer-bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.footer p,
.footer i {
  opacity: 0.8;
}

.footer a {
  opacity: 0.8;
  color: var(--background-color);
  text-decoration: none;
}

.footer a:hover {
  color: var(--background-color);
  opacity: 1;
}

.footer a::after {
  color: var(--background-color);
}

.footer form input {
  color: var(--background-color);
}

.footer form *::-webkit-input-placeholder,
.footer form *::placeholder {
  color: var(--background-color);
}

.footer .menu > li.active > a {
  opacity: 1;
}

.footer .menu > li.active > a span {
  transform: translateY(100%);
}

.footer .menu > li.active > a::after {
  transform: translateY(0);
}

.footer .widget-socials > li > a {
  fill: var(--background-color);
}

.footer .widget-socials.widget-socials-bordered-hover-bg > li > a {
  fill: var(--background-color);
  border-color: var(--background-color);
}

.footer .widget-socials.widget-socials-bordered-hover-bg > li > a:hover {
  background-color: var(--background-color);
  border-color: var(--background-color);
  fill: var(--text-primary);
}

.mobile .footer,
.tablet .footer {
  z-index: 1 !important;
  position: relative !important;
}

.mobile .main-inner,
.tablet .main-inner {
  margin-bottom: 0 !important;
}

.footer-main {
  position: relative;
  padding: 4rem 0;
  background: #00000099;
}

.footer-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--background-color);
  opacity: 0.1;
}

.footer-main > .container > .items {
  margin-bottom: -2.5rem;
}

.footer-item {
  margin-bottom: 2rem;
}

.footer-item:last-child {
  margin-bottom: 0;
}

.footer-mnu li {
  margin-bottom: 1rem;
}

.footer-mnu li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  position: relative;
  padding: 1.625rem 0 1.5rem;
  font-size: 0.875rem;
  background: #00000099;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--background-color);
  opacity: 0.1;
}

.footer-bottom .copyright {
  opacity: 0.8;
}

.footer-bottom .items {
  margin-bottom: -1.5rem;
}

.footer-bottom .item {
  margin-bottom: 1.5rem;
}

/* === 7. Cookie === */
.cookie-message {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25rem 1rem;
  opacity: 0;
  visibility: hidden;
  color: var(--background-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 111111;
  transition: all 0.2s;
}

.cookie-message::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: var(--text-primary);
  z-index: -1;
}

.cookie-message.open {
  opacity: 1;
  visibility: visible;
}

.mc-btn {
  white-space: nowrap;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 576px) {
  .cookie-message {
    display: block;
    padding: 1rem;
  }

  .mc-btn {
    margin-left: 0;
  }
}

/* === 8. UI elements === */
.ui-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-nav li {
  cursor: pointer;
  padding: 0.625rem 1rem;
  border-left: 2px solid transparent;
  transition: all 0.2s;
}

.ui-nav li.active {
  color: var(--accent-color);
  border-left-color: var(--accent-color);
  background-color: var(--background-secondary-color);
}

.ui-nav li:hover {
  color: var(--accent-color);
}

.ui-item {
  display: none;
}

.ui-item.active {
  display: block;
}

/* Begin item wide */
.news-wide-item {
  position: relative;
  display: flex;
}

.news-wide-item img {
  height: 100%;
}

.news-wide-item-img {
  display: block;
  height: 12.5rem;
  min-width: 15.625rem;
  width: 15.625rem;
}

.news-wide-item-info {
  padding-left: 1.5625rem;
  width: 100%;
}

.news-wide-item-heading {
  margin-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-wide-item-row {
  display: flex;
  font-size: 1rem;
  color: var(--text-secondary);
}

.news-wide-item-date {
  padding-right: 0.625rem;
}

.news-wide-item-author a {
  text-decoration: none;
}

.news-wide-item-author a:hover {
  text-decoration: underline;
}

.news-wide-item-desc {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--text-secondary);
}

.news-wide-item-desc p {
  margin: 0;
}

.news-nav {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.625rem;
}

/* End item wide */

.news-post-header {
  margin-bottom: 2rem;
}

.news-post-title {
  margin-bottom: 1rem;
}

.news-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: -1rem;
  margin-left: -1.25rem;
}

.news-post-meta-item {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}

.news-post-meta-item i {
  margin-right: 0.625rem;
  color: var(--accent-color);
}

.news-post-meta-item a {
  text-decoration: none;
}

.news-post-meta-item a:hover {
  text-decoration: underline;
}

.news-post-img {
  margin-top: 1.25rem;
  height: 31.25rem;
}

.news-post-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-posts li {
  margin-bottom: 1.25rem;
}

.sidebar-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-post {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: bold;
}

.sidebar-post:hover {
  color: var(--accent-color);
}

.sidebar-post-img {
  height: 4.6875rem;
  min-width: 5.3125rem;
  width: 5.3125rem;
}

.sidebar-post-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-post-title {
  text-decoration: none;
  padding-left: 0.625rem;
  line-height: var(--line-height);
}

.news-post-article p {
  text-indent: 2em;
}

/* === 9. Media === */
/*==========  Desktop First  ==========*/

@media (max-width: 1199.98px) {
  .mmm {
    display: flex;
  }

  .header-fixed .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .header-fixed .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .header-fixed .row .header-fixed-col {
    padding: 0 0.625rem;
  }

  .hover-link > span {
    transform: none;
  }

  .hover-link::after {
    content: none;
  }

  .hover-link.active > span,
  .hover-link:hover > span {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }

  .header-fixed {
    z-index: 101;
  }
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .header-fixed {
    padding: 0.625rem 0 0.625rem 0.25rem;
  }

  .logo img {
    max-height: 2.25rem;
  }

  .header-actions {
    padding: 0.5rem 0;
  }

  .section-heading {
    margin-bottom: 3rem;
  }

  .section-heading h1,
  .section-heading h2,
  .section-heading h3 {
    font-size: 2rem;
  }

  .item-heading-large {
    font-size: 1.25rem;
  }

  .footer-main {
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {
  .popup {
    padding: 2rem 1.5rem;
  }

  .item-heading-middle {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .header-actions .btn {
    padding: 0.5em;
  }

  .header-actions .btn i {
    display: block;
    font-size: 1.125rem;
    height: 1.125rem;
    width: 1.125rem;
  }

  .header-actions .btn span {
    display: none;
  }
}

@media (min-width: 992px) {
  .play-video.play-video-lg {
    width: 5rem;
    height: 5rem;
  }

  .play-video.play-video-lg .material-icons {
    font-size: 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .main-mnu:not(.justify-content-center) {
    padding-left: 1.25rem;
  }

  .header-fixed .col-xl {
    flex: 1 0 0%;
  }
}

@media (min-width: 1400px) {
  .main-mnu:not(.justify-content-center) {
    padding-left: 1.5rem;
  }
}
