@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?t=1757932517192");
  src: url("../fonts/icons.eot?t=1757932517192#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?t=1757932517192") format("woff2"), url("../fonts/icons.woff?t=1757932517192") format("woff"), url("../fonts/icons.ttf?t=1757932517192") format("truetype"), url("../fonts/icons.svg?t=1757932517192#icons") format("svg");
}
[class^=icons-], [class*=" icons-"] {
  font-family: "icons" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-close::before {
  content: "\ea01";
}

:root {
  --icons-close: "";
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #000000;
  --mt-color--gray-a_100: #808080;
  --mt-color--purple-a_100: #800080;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-thin: 100;
  --mt-font-weight-extralight: 200;
  --mt-font-weight-light: 300;
  --mt-font-weight-book: 350;
  --mt-font-weight-normal: 400;
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
  --mt-font-weight-demibold: 600;
  --mt-font-weight-bold: 700;
  --mt-font-weight-extrabold: 800;
  --mt-font-weight-ultrabold: 800;
  --mt-font-weight-black: 900;
  --mt-font-weight-heavy: 900;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
  backdrop-filter: blur(2px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}

.toastify {
  display: grid;
  grid-template-columns: auto 25px;
  align-items: baseline;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  .toastify-left,
  .toastify-right {
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .toastify-left,
  .toastify-right {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .toastify-left,
  .toastify-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.22s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1376px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .container {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
  }
}

.site-main {
  position: relative;
}

.woocommerce-notices-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1376px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .woocommerce-notices-wrapper {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-notices-wrapper {
    width: calc(100% - 40px);
  }
}

.woocommerce-breadcrumb {
  position: relative;
  margin: 0 auto !important;
  max-width: 1376px;
  width: 100%;
  color: var(--Text-color, #1C1C1C) !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.12px;
  z-index: 2;
}
.woocommerce-breadcrumb a {
  color: var(--Gray-2, #929292) !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.12px;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .woocommerce-breadcrumb {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-breadcrumb {
    width: calc(100% - 40px);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  padding-bottom: 10px;
}
.header__container .top_part {
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
}
.header__container .top_part .logo {
  max-width: 150px;
}
.header__container .top_part .search-bar {
  margin: 5.5px 0;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  border-radius: 70px;
  border: 1px solid #E3EFFF;
  max-width: 998px;
  width: 100%;
  position: relative;
}
.header__container .top_part .search-bar:before {
  content: "";
  position: absolute;
  background: url("../images/search.svg") no-repeat;
  width: 24px;
  height: 24px;
  left: 13px;
  top: 9px;
}
.header__container .top_part .search-bar input {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
  width: calc(100% - 300px);
  margin-left: 39px;
  height: 100%;
  border: none;
  outline: none;
}
.header__container .top_part .search-bar button {
  border-radius: 50px;
  background: var(--Blue-1, #1160FF);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  width: 94px;
}
.header__container .top_part .controls {
  display: flex;
  justify-content: space-between;
  max-width: 155px;
  gap: 8px;
  margin-top: 5.5px;
}
.header__container .top_part .controls .control-btn {
  border-radius: 70px;
  border: 1px solid #E3EFFF;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.header__container .top_part .controls .control-btn:hover {
  background: #E3EFFF;
}
.header__container .top_part .controls .control-btn img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 20px;
  height: auto;
  display: inline;
}
.header__menu {
  margin-top: 8px;
  border-radius: 5px;
  background: var(--Blue-3, #E2EEFF);
}
.header__menu .header__nav-list {
  text-align: center;
}
.header__menu .header__nav-list #menu-item-59 {
  padding-left: 30px;
  background: url("../images/menu.svg") no-repeat left center;
}
.header__menu .header__nav-list li {
  display: inline-block;
  margin: 0 16px;
  position: relative;
}
.header__menu .header__nav-list li a {
  line-height: 42px;
  color: var(--Text-color, #1C1C1C);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.16px;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.header__menu .header__nav-list li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 1000;
  white-space: nowrap;
}
.header__menu .header__nav-list li .sub-menu li {
  display: block;
  background: #E2EEFF;
  padding: 1px 8px;
  margin: 0;
}
.header__menu .header__nav-list li .sub-menu li a {
  padding: 0 16px;
  display: block;
}
.header__menu .header__nav-list li .sub-menu li:hover a {
  background: #fff;
}
.header__menu .header__nav-list li .sub-menu li:first-child {
  padding-top: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.header__menu .header__nav-list li .sub-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 8px;
}
.header__menu .header__nav-list li:hover > .sub-menu,
.header__menu .header__nav-list li .sub-menu:hover {
  display: block;
}

.footer {
  margin-top: 24px;
  margin-bottom: 35px;
}
.footer__container {
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 300px;
  border-radius: 10px;
  padding: 36px 24px;
}
.footer .top-info {
  display: flex;
  justify-content: space-between;
}
.footer .top-info .social-col {
  max-width: 412px;
  width: 100%;
}
.footer .top-info .social-col .logo img {
  max-width: 140px;
}
.footer .top-info .social-col .form_title p {
  margin-top: 18px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.56px;
  margin-bottom: 16px;
}
.footer .top-info .social-col .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.footer .top-info .social-col .form_bg {
  border-radius: 60px;
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  padding: 4px;
}
.footer .top-info .social-col .form_bg input[type=email] {
  border: none;
  line-height: 66px;
  width: 41%;
  margin-left: 28px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  outline: none;
}
.footer .top-info .social-col .form_bg .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  width: 100%;
  font-size: 12px;
  bottom: -15px;
  left: 27px;
}
.footer .top-info .social-col .form_bg input[type=submit] {
  border-radius: 60px;
  background: var(--Blue-1, #1160FF);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 24px 32px;
  border: none;
  outline: none;
  cursor: pointer;
  float: right;
}
.footer .top-info .social-col .social_items {
  display: flex;
  margin-top: 26px;
  gap: 12px;
}
.footer .top-info .social-col .social_items .item {
  width: 32px;
  transition: 0.3s;
}
.footer .top-info .social-col .social_items .item:hover {
  transform: scale(1.15);
}
.footer .top-info .social-col .social_items .item img {
  width: 100%;
}
.footer .top-info .navigate-col {
  display: flex;
  gap: 70px;
}
.footer .top-info .navigate-col .menu-title {
  color: #FFF;
  font-size: 16.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.328px;
  margin-bottom: 2px;
}
.footer .top-info .navigate-col ul {
  margin-bottom: 35px;
}
.footer .top-info .navigate-col ul li {
  margin-top: 14px;
  list-style: none;
}
.footer .top-info .navigate-col ul li a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  letter-spacing: -0.24px;
  text-decoration: none;
}
.footer .top-info .navigate-col ul li a:hover {
  text-decoration: underline;
}
.footer .top-info .navigate-col .location-with-ico {
  background: url("../images/location.svg") no-repeat;
  padding-left: 55px;
  max-width: 245px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.footer .top-info .navigate-col .email-with-ico {
  background: url("../images/mail.svg") no-repeat;
  padding-left: 55px;
}
.footer .top-info .navigate-col .email-with-ico a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 22.4px */
  letter-spacing: -0.28px;
  text-decoration: none;
}
.footer .top-info .navigate-col .phone-with-ico {
  background: url("../images/phone.svg") no-repeat;
  padding-left: 55px;
}
.footer .top-info .navigate-col .phone-with-ico a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 22.4px */
  letter-spacing: -0.28px;
  text-decoration: none;
}
.footer .bottom-bar {
  margin-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.footer .bottom-bar .copyright {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.footer .bottom-bar img {
  max-width: 280px;
}

.modal {
  position: fixed;
  left: 50%;
  top: 20vh;
  padding: 40px;
  border-radius: var(--border-radius-small);
  background-color: var(--color-white-a_100);
  z-index: 101;
  max-width: 1100px;
  width: calc(100% - 120px);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.0392156863);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.22s ease-in-out;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  .modal {
    padding: 20px;
  }
}
.modal_show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal_show ~ .overlay {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  .modal {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .modal {
    width: calc(100% - 32px);
  }
}
.modal__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.modal__title {
  margin-right: 25px;
  font-weight: 500;
  font-size: 18px;
}
.modal__close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -5px;
  margin-right: -5px;
}
@media screen and (hover: hover) {
  .modal__close {
    transition: all 0.22s ease-in-out;
  }
  .modal__close:hover {
    background-color: var(--gray);
  }
}
.modal__body {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
  margin-right: -10px;
}

* {
  margin: 0;
  padding: 0;
  color: var(--mt-color--black-a_100);
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: var(--mt-font-weight-regular);
  line-height: 130%;
}

.wrapper {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: var(--mt-color--gray-a_100);
}

::-webkit-scrollbar-thumb {
  width: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  top: 0;
  background-color: #1160FF;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--mt-color--white-a_100);
  padding-top: 120px;
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.align-center {
  text-align: center;
}

.white-over-btn {
  border-radius: 60px;
  background: #FFF;
  padding: 4px;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.white-over-btn.invert {
  background: #1160FF;
}
.white-over-btn.invert:before {
  background: #FFF;
}
.white-over-btn.invert .link-text {
  background: #FFF;
  color: var(--Text-color, #1C1C1C);
}
.white-over-btn.invert svg path {
  stroke: #fff;
}
.white-over-btn.invert:hover svg path {
  stroke: #1160FF;
}
.white-over-btn:before {
  content: "";
  position: absolute;
  width: 50%;
  background: #1160FF;
  left: 4px;
  top: 4px;
  transition: 0.3s;
  z-index: 1;
  height: calc(100% - 8px);
  border-radius: 60px;
}
.white-over-btn:hover:before {
  width: calc(100% - 8px);
}
.white-over-btn a {
  text-decoration: none;
}
.white-over-btn .link-text {
  display: inline-block;
  border-radius: 60px;
  background: #1160FF;
  padding: 20px 32px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.white-over-btn svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  z-index: 2;
}
.white-over-btn:hover svg path {
  stroke: #fff;
}

.tabs__group {
  position: relative;
}
.tabs__group .tabs__items {
  margin-bottom: 56px;
}
.tabs__group .tabs__items .bead {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: linear-gradient(180deg, #008FFB 0%, #1160FF 100%), linear-gradient(92deg, rgba(255, 255, 255, 0) 1.95%, rgba(255, 255, 255, 0.2) 93.3%), #1160FF;
  border-radius: 999px;
  opacity: 0;
  transform: translateX(0) translateY(0);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.tabs__group .tabs__items .item {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 90px;
  padding: 12px;
  color: #1C1C1C;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}
.tabs__group .tabs__items .item a {
  color: #1C1C1C;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.tabs__group .tabs__items .item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 103%;
  background: #008BFE;
  left: 0;
  bottom: 0;
}
.tabs__group .tabs__items .item:nth-child(2):before {
  left: 15px;
}
.tabs__group .tabs__items .item:last-child:before {
  right: 13px;
  left: auto;
}
.tabs__group .tabs__items .item.active {
  color: #fff;
  background: linear-gradient(180deg, #008FFB 0%, #1160FF 100%), linear-gradient(92deg, rgba(255, 255, 255, 0) 1.95%, rgba(255, 255, 255, 0.2) 93.3%), #1160FF;
}
.tabs__group .tabs__items .item.active a {
  color: #fff;
}
.tabs__group .tabs__items .item:hover {
  color: #fff;
}
.tabs__group .tabs__items .item:hover a {
  color: #fff;
}

.slides__items {
  position: relative;
}
.slides__items .item_block {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: none;
}
.slides__items .item_block li {
  list-style: none;
}
.slides__items .item_block.active {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.hero-section .image-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hero-section .image-wrap img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-section .image-wrap svg.animate-svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-section .image-wrap #drawPath {
  stroke-dasharray: 3641.0559082031;
  stroke-dashoffset: 3641.0559082031;
  animation: draw 2s ease-out forwards;
}
.hero-section .image-wrap .white-over-btn {
  margin-top: 30px;
}
.hero-section .image-wrap .blue-pub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  z-index: 2;
  background: url("../images/hero.svg") no-repeat;
  background-size: cover;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  animation: slideInFromRight 1s ease-out forwards;
}
.hero-section .image-wrap .blue-pub .main-title {
  color: #FFF;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.44px;
  max-width: 525px;
  margin: 0 auto;
}
.hero-section .image-wrap .blue-pub .text {
  max-width: 525px;
  margin: 0 auto;
}
.hero-section .image-wrap .blue-pub .text p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.why-airstore-section {
  margin-top: 45px;
  padding-top: 95px;
  background: url("../images/why_bg.svg") no-repeat left top;
}
.why-airstore-section .airstore-title {
  padding-right: 62px;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: linear-gradient(273deg, #6EACFF -74.22%, #1160FF 70.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-airstore-section .why-airstore-section__items {
  padding-right: 62px;
  background: url("../images/animsvg.svg") no-repeat;
  height: 317px;
  margin-top: -85px;
}
.why-airstore-section .why-airstore-section__items .item {
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 170px;
  gap: 8px;
  box-sizing: border-box;
  padding: 33px;
}
.why-airstore-section .why-airstore-section__items .item:nth-child(2), .why-airstore-section .why-airstore-section__items .item:nth-child(3) {
  margin-top: 150px;
  position: relative;
}
.why-airstore-section .why-airstore-section__items .item:nth-child(2):before {
  content: "";
  height: 103px;
  width: 1px;
  background: var(--Grey-3, #D8D9DB);
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.why-airstore-section .why-airstore-section__items .item .title {
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.why-airstore-section .why-airstore-section__items .item p {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}

.our-story-section {
  padding-top: 140px;
}
.our-story-section .box {
  background: url("../images/our_story.jpg") no-repeat center;
  min-height: 200px;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  display: flex;
  padding: 35px 90px;
  box-sizing: border-box;
  align-items: center;
  gap: 101px;
}
.our-story-section .box .title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.our-story-section .box p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.32px;
}
.our-story-section .box .white-over-btn {
  margin-top: 24px;
}
.our-story-section .paralax-part .abs-box {
  width: 574px;
  height: 514px;
  position: relative;
}
.our-story-section .paralax-part .abs-box img {
  transition: transform 0.4s ease-out;
  will-change: transform;
}
.our-story-section .paralax-part .abs-box img:nth-child(1) {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 41px;
}
.our-story-section .paralax-part .abs-box img:nth-child(2) {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  bottom: 37px;
}
.our-story-section .paralax-part .abs-box img:nth-child(3) {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  left: 259px;
  top: 183px;
}
.our-story-section .paralax-part .abs-box img:nth-child(4) {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: absolute;
  left: 165px;
  bottom: 0;
}
.our-story-section .paralax-part .abs-box img:nth-child(5) {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 204px;
}
.our-story-section .paralax-part .abs-box img:nth-child(6) {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  position: absolute;
  right: 69px;
  top: 35px;
}
.our-story-section .paralax-part .abs-box img:nth-child(7) {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  right: 47px;
  bottom: 26px;
}
.our-story-section .paralax-part .abs-box img:nth-child(8) {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  left: 177px;
  top: 0;
}
.our-story-section .paralax-part .abs-box img:nth-child(9) {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  left: 72px;
  top: 184px;
}

.tab-product-slider-section {
  margin-top: 80px;
}
.tab-product-slider-section .slides__items .owl-nav {
  position: absolute;
  right: 0;
  top: -125px;
}
.tab-product-slider-section .slides__items .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.tab-product-slider-section .slides__items .owl-carousel .owl-dots.disabled, .tab-product-slider-section .slides__items .owl-carousel .owl-nav.disabled {
  display: block;
}
.tab-product-slider-section .slides__items .owl-theme .owl-dots .owl-dot span {
  background: #E2EEFF;
  width: 6px;
  height: 6px;
  margin: 5px 6px;
}
.tab-product-slider-section .slides__items button.owl-prev {
  width: 48px;
  height: 48px;
  background: url("../images/prev-active.svg") no-repeat;
}
.tab-product-slider-section .slides__items button.owl-prev:hover {
  background: url("../images/prev-active.svg") no-repeat;
  transform: scale(1.1);
}
.tab-product-slider-section .slides__items button.owl-next {
  width: 48px;
  height: 48px;
  background: url("../images/next-active.svg") no-repeat;
}
.tab-product-slider-section .slides__items button.owl-next:hover {
  background: url("../images/next-active.svg") no-repeat;
  transform: scale(1.1);
}
.tab-product-slider-section .slides__items .owl-theme .owl-nav [class*=owl-] {
  transition: 0.3s;
}
.tab-product-slider-section .slides__items .owl-theme .owl-dots .owl-dot.active span, .tab-product-slider-section .slides__items .owl-theme .owl-dots .owl-dot:hover span {
  background: #1160FF;
}

li.product {
  position: relative;
}
li.product .image-overlay {
  height: 256px;
  width: 100%;
}
li.product .image-overlay img {
  max-height: 256px;
  height: auto;
  max-width: 100%;
  width: auto;
}
li.product a {
  text-decoration: none;
}
li.product a.button.add_to_cart_button {
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 500px;
  background: var(--Blue-4, #F3F7FD);
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
li.product .price * {
  color: #1160FF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}
li.product .woocommerce-loop-product__title {
  overflow: hidden;
  color: #1C1C1C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  padding: 0 !important;
}
li.product .product-category {
  color: rgba(60, 60, 60, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
  margin-top: 16px;
  margin-bottom: 4px;
}
li.product .yith-add-to-wishlist-button-block {
  margin: 0;
  position: absolute;
  right: 64px;
  top: 16px;
}
li.product .yith-wcwl-add-to-wishlist-button:is(button) {
  flex-direction: row;
  gap: 0;
  padding: 0;
  font-size: 0.9rem;
  border: none !important;
}
li.product .yith-wcwl-add-to-wishlist-button svg, li.product .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
  width: 40px;
  height: 40px;
}

.used-machinery-section {
  margin-top: 140px;
}
.used-machinery-section .machinery-title {
  text-align: center;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  background: var(--Gradient, linear-gradient(180deg, #008BFE 0%, #0060FE 84.5%, #0059FE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.used-machinery-section .product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.used-machinery-section .product-grid li {
  list-style: none;
}
.used-machinery-section .white-over-btn {
  margin: 0 auto;
  margin-top: 48px;
}

.category-slides-section {
  margin-top: 140px;
}
.category-slides-section__container {
  border-radius: 10px;
  background: var(--Blue-4, #F3F7FD);
  padding: 54px 113px;
}
.category-slides-section__container .general_info {
  max-width: 500px;
  margin-bottom: 98px;
}
.category-slides-section__container .general_info .title {
  color: var(--Text-color, #1C1C1C);
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
.category-slides-section__container .general_info p {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.category-slides-section__container .general_info .white-over-btn {
  margin-top: 32px;
}
.category-slides-section__container .absolute-slider {
  position: absolute;
  width: 545px;
  overflow: hidden;
  right: -113px;
  top: 38px;
}
.category-slides-section__container .absolute-slider .category_slider {
  width: 721px;
}
.category-slides-section__container .absolute-slider .category_slider .item {
  height: 351px;
  border-radius: 5000px;
  border: 2px solid var(--Gradient, #008BFE);
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-slides-section__container .absolute-slider .category_slider .item img {
  max-width: 250px;
}
.category-slides-section__container .used__items {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.category-slides-section__container .used__items .item {
  transition: 0.3s;
  width: 240px;
}
.category-slides-section__container .used__items .item .step-progress-bar {
  height: 2px;
  width: 100%;
  background: var(--Grey-3, #D8D9DB);
  position: relative;
}
.category-slides-section__container .used__items .item .step-progress-bar .status-bar {
  width: 0;
  height: 2px;
  background-color: #1160FF;
  transition: width 5s linear;
}
.category-slides-section__container .used__items .item .item.active .status-bar {
  width: 100%;
}
.category-slides-section__container .used__items .item .step-iterator {
  width: 50px;
  line-height: 50px;
  border-radius: 40px;
  background: var(--Blue-3, #E2EEFF);
  color: var(--Blue-1, #1160FF);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
}
.category-slides-section__container .used__items .item .step-title {
  color: var(--Text-color, #1C1C1C);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.category-slides-section__container .used__items .item .step-text {
  display: none;
  color: #3C3C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.32px;
  margin: 24px 0;
  max-width: 480px;
}
.category-slides-section__container .used__items .item .step-link {
  display: none;
  color: var(--Grey-1, #3C3C3C);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid #D8D9DB;
  background: #FFF;
  text-decoration: none;
  padding: 16px 65px;
}
.category-slides-section__container .used__items .item.active {
  width: 530px;
}
.category-slides-section__container .used__items .item.active .step-title {
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.category-slides-section__container .used__items .item.active .step-text {
  display: block;
}
.category-slides-section__container .used__items .item.active .step-link {
  display: inline-block;
}

.hero2-section .bg-section {
  box-sizing: border-box;
  padding: 40px 0;
  height: 577px;
  border-radius: 10px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero2-section .bg-section .anim-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hero2-section .bg-section .bounce-mouse {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../images/mouse.svg") no-repeat;
  left: 0;
  right: 0;
  bottom: 47px;
  margin: auto;
  animation: bounce 2s infinite ease-in-out;
}
.hero2-section .hero2-title {
  max-width: 700px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.44px;
}
.hero2-section #animatedPath {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: draw 4s ease-out forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.hero2-section .under-title {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 22px;
}
.hero2-section .under-title p {
  color: var(--Blue-4, #F3F7FD);
  font-family: Figtree;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.stastistic-section {
  padding-top: 113px;
  padding-bottom: 100px;
}
.stastistic-section__container {
  padding-left: 128px;
  padding-right: 128px;
}
.stastistic-section .flex-box {
  display: flex;
  gap: 227px;
  justify-content: space-between;
}
.stastistic-section .flex-box .left-side {
  max-width: 530px;
}
.stastistic-section .flex-box .left-side p {
  color: var(--Description, #636363);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.stastistic-section .flex-box .left-side .stastistic-title {
  margin-bottom: 16px;
  color: var(--Text-color, #1C1C1C);
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}
.stastistic-section .flex-box .left-side .stastistic-title span {
  background: var(--Gradient, linear-gradient(180deg, #008BFE 0%, #0060FE 84.5%, #0059FE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.stastistic-section .flex-box .stastistic-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 70px;
}
.stastistic-section .flex-box .stastistic-items .heading {
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.stastistic-section .flex-box .stastistic-items .anim-number {
  text-align: center;
  height: 78px;
  overflow: hidden;
}
.stastistic-section .flex-box .stastistic-items .anim-number span {
  display: inline-block;
  color: var(--Blue-1, #1160FF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 78px */
  letter-spacing: -1.2px;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUpTo 0.6s ease-out forwards;
}
.stastistic-section .flex-box .stastistic-items .anim-number span:nth-child(1) {
  animation-delay: 0.1s;
}
.stastistic-section .flex-box .stastistic-items .anim-number span:nth-child(2) {
  animation-delay: 0.2s;
}
.stastistic-section .flex-box .stastistic-items .anim-number span:nth-child(3) {
  animation-delay: 0.3s;
}
.stastistic-section .flex-box .stastistic-items .anim-number span:nth-child(4) {
  animation-delay: 0.4s;
}
.stastistic-section .flex-box .stastistic-items .anim-number span:nth-child(5) {
  animation-delay: 0.5s;
}
@keyframes slideUpTo {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-history-section {
  margin-top: 50px;
}
.brand-history-section .container {
  border-radius: 10px;
  background: var(--Blue-4, #F3F7FD);
  box-sizing: border-box;
  padding: 122px;
}
.brand-history-section .top-title {
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.brand-history-section .brand-title {
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}
.brand-history-section .abs-history-items {
  position: relative;
  height: 725px;
}
.brand-history-section .abs-history-items .history-logo {
  position: absolute;
  width: 229.263px;
  height: 77.109px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.brand-history-section .abs-history-items .history-logo img {
  width: 100%;
}
.brand-history-section .abs-history-items .history-items {
  background: url("../images/brand-bg.svg") no-repeat center;
  height: 725px;
}
.brand-history-section .abs-history-items .history-items .item {
  max-width: 257px;
  position: absolute;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(1) {
  right: 92px;
  top: 62px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(2) {
  right: 45px;
  top: 265px;
  max-width: 223px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(3) {
  right: 76px;
  top: 496px;
  max-width: 226px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(4) {
  right: 452px;
  top: 660px;
  max-width: 226px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(4) .heading {
  text-align: center;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(4) .text p {
  text-align: center;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(5) {
  left: 70px;
  top: 497px;
  max-width: 226px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(5) .heading {
  text-align: right;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(5) .text p {
  text-align: right;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(6) {
  left: 29px;
  top: 264px;
  max-width: 240px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(6) .heading {
  text-align: right;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(6) .text p {
  text-align: right;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(7) {
  left: 89px;
  top: 60px;
  max-width: 258px;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(7) .heading {
  text-align: right;
}
.brand-history-section .abs-history-items .history-items .item:nth-child(7) .text p {
  text-align: right;
}
.brand-history-section .abs-history-items .history-items .item .heading {
  color: var(--Blue-1, #1160FF);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 12px;
}
.brand-history-section .abs-history-items .history-items .item .text p {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}

.image-text-section {
  margin-top: 40px;
}
.image-text-section .flex-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.image-text-section .content-wrap .left_side {
  width: 540px;
  float: left;
}
.image-text-section .content-wrap .left_side .images-title {
  color: var(--Text-color, #1C1C1C);
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-bottom: 8px;
}
.image-text-section .content-wrap .left_side p {
  color: var(--Description, #636363);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.image-text-section .content-wrap .right-side {
  display: flex;
  gap: 30px;
  max-width: calc(100% - 700px);
  float: right;
  margin-top: 50px;
}
.image-text-section .content-wrap .right-side .item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.image-text-section .content-wrap .right-side .item .content {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.image-text-section .content-wrap .right-side .item .content .sub-title {
  color: var(--Text-color, #1C1C1C);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}

.our-values-section {
  margin-top: 140px;
  padding-bottom: 60px;
}
.our-values-section .top-title {
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.our-values-section .values-title {
  max-width: 580px;
  margin: 0 auto;
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}
.our-values-section .values-items {
  display: flex;
  gap: 24px;
  margin-top: 56px;
}
.our-values-section .values-items .item {
  border-radius: 5px;
  background: var(--Blue-1, #1160FF);
  padding: 32px;
}
.our-values-section .values-items .item img {
  border-radius: 50%;
}
.our-values-section .values-items .item .heading {
  margin-top: 56px;
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.our-values-section .values-items .item .text p {
  color: var(--Blue-4, #F3F7FD);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}

.contact-us-section .container {
  padding-top: 108px;
  background: url("../images/contact.svg") no-repeat right top;
}
.contact-us-section .contact-title {
  text-align: left;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 79.2px */
  letter-spacing: -1.44px;
  background: linear-gradient(180deg, #008FFB 0%, #1160FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.contact-us-section .contact-form {
  max-width: 500px;
  margin-top: 25px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
  border-radius: 30px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.28px;
  padding-left: 24px;
  box-sizing: border-box;
  margin-bottom: 8px;
  width: 100%;
}
.contact-form input[type=text]:hover, .contact-form input[type=email]:hover, .contact-form textarea:hover {
  border: 1px solid var(--Blue-2, #6BA9FF);
}
.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
  border: 1px solid var(--Blue-2, #6BA9FF);
}
.contact-form textarea {
  height: 56px;
  line-height: 18px;
  padding-top: 17px;
}
.contact-form .white-over-btn.invert {
  float: right;
  margin-top: -45px;
}
.contact-form input[type=submit] {
  display: none;
}
.contact-form .wpcf7-acceptance {
  margin-top: 30px;
  display: block;
}
.contact-form .wpcf7-acceptance span {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.contact-form .wpcf7-acceptance a {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tadf {
  color: var(--Grey-1, #3C3C3C);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.circles-section {
  margin-top: 130px;
  margin-bottom: 100px;
}
.circles-section .circles {
  width: 1047px;
  margin: 0 auto;
  height: 250px;
  position: relative;
}
.circles-section .circles .item {
  width: 250px;
  height: 250px;
  border-radius: 500px;
  border: 1px solid var(--Blue-2, #6BA9FF);
  background: #FFF;
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
}
.circles-section .circles .item .unvisible-part {
  display: none;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.circles-section .circles .item .unvisible-part a {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.circles-section .circles .item:hover {
  background: #1160FF;
}
.circles-section .circles .item:hover .visible-part {
  display: none;
}
.circles-section .circles .item:hover .unvisible-part {
  display: table;
}
.circles-section .circles .item .visible-part {
  color: var(--Text-color, #1C1C1C);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: table;
}
.circles-section .circles .item:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 1;
}
.circles-section .circles .item:nth-child(2) {
  left: 220px;
  top: 0;
  z-index: 2;
}
.circles-section .circles .item:nth-child(4) {
  right: 220px;
  top: 0;
  z-index: 2;
}
.circles-section .circles .item:nth-child(5) {
  right: 0;
  top: 0;
  z-index: 1;
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.circles-section .circles .item:nth-child(5) .unvisible-part {
  padding: 0 50px;
}
.circles-section .circles .item.center {
  left: 0;
  right: 0;
  margin: auto;
  background: #1160FF;
  position: relative;
  z-index: 4;
}
.circles-section .circles .item.center img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.hero3-section .hero-bg {
  height: 470px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.hero3-section .hero-bg .blue {
  background: url("../images/blue-bg.svg") no-repeat left bottom;
  width: 800px;
  height: 420px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 120px;
  padding-left: 100px;
}
.hero3-section .hero-bg .blue .top-title {
  color: var(--Blue-3, #E2EEFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.hero3-section .hero-bg .blue .hero3-title {
  max-width: 470px;
  margin-top: 16px;
  color: var(--White, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.blogs-section {
  margin-top: 50px;
}
.blogs-section #sortForm {
  float: right;
}
.blogs-section .tabs__items {
  float: left;
}
.blogs-section label {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.blogs-section select {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.28px;
  border: none;
  outline: none;
  width: auto;
}
.blogs-section .pagination {
  margin-top: 58px;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.blogs-section .pagination a {
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  display: inline-block;
  text-decoration: none;
}
.blogs-section .pagination .current {
  width: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  display: inline-block;
  text-decoration: none;
  background: var(--Blue-1, #1160FF);
  color: #fff;
}
.blogs-section .pagination .next {
  background: url("../images/next-pag.svg") no-repeat center;
}
.blogs-section .pagination .prev {
  background: url("../images/prev-pag.svg") no-repeat center;
}
.blogs-section .post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}

.post-list .post-item .post-thumbnail img {
  width: 100%;
}
.post-list .post-item .post-title {
  margin-top: 20px;
}
.post-list .post-item .post-title a {
  text-decoration: none;
  color: var(--Text-color, #1C1C1C);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.post-list .post-item .cat {
  float: left;
}
.post-list .post-item .cat a {
  text-decoration: none;
  color: var(--Description, #636363);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.post-list .post-item .time {
  float: right;
  padding-left: 20px;
  background: url("../images/time.svg") no-repeat left center;
}
.post-list .post-item .time p {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
}

.single-section {
  padding-top: 40px;
}
.single-section .container {
  max-width: 900px;
}
.single-section .single-head {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
.single-section .single-head .cat a {
  text-decoration: none;
  color: var(--Description, #636363);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.single-section .single-head .time {
  position: relative;
  float: right;
  padding-left: 20px;
  background: url("../images/time.svg") no-repeat left center;
}
.single-section .single-head .time:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D8D9DB;
}
.single-section .single-head .time p {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
  padding: 0;
}
.single-section .single-foot {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #1160FF;
  display: flex;
  justify-content: space-between;
}
.single-section .single-foot .post-author {
  color: var(--Blue-1, #1160FF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.single-section .single-foot .post-date {
  color: var(--Blue-1, #1160FF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  background: url("../images/post-date.svg") no-repeat left center;
  padding-left: 30px;
}
.single-section h1 {
  color: var(--Text-color, #1C1C1C);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.single-section h1 mark {
  font-style: normal;
  font-weight: 600;
}
.single-section h3 {
  color: var(--Text-color, #1C1C1C);
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  margin-top: 30px;
}
.single-section h4 {
  margin-top: 30px;
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.single-section .wp-block-image {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 500px;
}
.single-section .wp-block-image.is-style-rounded img {
  width: 100%;
  display: inline;
  object-fit: cover;
  object-position: center;
}
.single-section p {
  color: var(--Description, #636363);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.single-section p.has-text-align-center {
  text-align: center;
}
.single-section blockquote {
  border-radius: 16px;
  background: var(--White, #FFF);
  box-shadow: 0px 1px 4px 0px rgba(17, 96, 255, 0.12), 0px 4px 12px 0px rgba(17, 96, 255, 0.12);
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-section blockquote p {
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.single-section ul, .single-section ol {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-section ul li, .single-section ol li {
  color: var(--Description, #636363);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
.single-section video {
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
}

.related-section {
  margin-top: 100px;
  margin-bottom: 20px;
}
.related-section h3 {
  color: var(--Text-color, #1C1C1C);
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-bottom: 46px;
}
.related-section .owl-nav {
  position: absolute;
  right: 0;
  top: -125px;
}
.related-section .owl-carousel .owl-nav.disabled {
  display: block;
}
.related-section .owl-theme .owl-dots .owl-dot span {
  background: #E2EEFF;
  width: 6px;
  height: 6px;
  margin: 5px 6px;
}
.related-section button.owl-prev {
  width: 48px;
  height: 48px;
  background: url("../images/prev-active.svg") no-repeat !important;
}
.related-section button.owl-prev:hover {
  background: url("../images/prev-active.svg") no-repeat !important;
  transform: scale(1.1);
}
.related-section button.owl-next {
  width: 48px;
  height: 48px;
  background: url("../images/next-active.svg") no-repeat !important;
}
.related-section button.owl-next:hover {
  background: url("../images/next-active.svg") no-repeat !important;
  transform: scale(1.1);
}
.related-section .owl-theme .owl-nav [class*=owl-] {
  transition: 0.3s;
}
.related-section .owl-theme .owl-dots .owl-dot.active span, .related-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #1160FF;
}
.related-section .post-list .post-item .post-details {
  margin-top: 12px;
}
.related-section .post-list .post-item .post-thumbnail img {
  width: 100%;
  height: auto;
}

.faq-section {
  padding-top: 50px;
  margin-bottom: 70px;
}
.faq-section .faq-title {
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  text-shadow: 0px 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.44px;
  max-width: 580px;
  margin: 0 auto;
}
.faq-section .faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 56px;
  margin-top: 64px;
}
.faq-section .faq-list .item {
  margin-bottom: 32px;
}
.faq-section .faq-list .active .heading-faq .question {
  color: var(--Blue-1, #1160FF);
}
.faq-section .faq-list .active .open-close svg {
  transform: rotate(-45deg);
}
.faq-section .faq-list .active .open-close svg path {
  stroke: #1160FF;
}
.faq-section .faq-list .active .faq-text {
  margin-top: 16px;
  padding: 0 32px;
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.faq-section .faq-list .heading-faq {
  display: flex;
  cursor: pointer;
}
.faq-section .faq-list .heading-faq .question {
  color: var(--Text-color, #1C1C1C);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  padding: 0 34px;
  width: calc(100% - 72px);
  align-items: center;
  display: flex;
  transition: 0.3s;
}
.faq-section .faq-list .heading-faq .open-close {
  border-radius: 500px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  width: 72px;
  height: 72px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.faq-section .faq-list .heading-faq .open-close svg {
  transition: 0.3s;
}
.faq-section .faq-list .faq-text {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.still-question-section {
  margin-top: 70px;
}
.still-question-section .svg-box {
  border-radius: 10px;
  border: 1px solid #D8D9DB;
  display: flex;
  gap: 32px;
  padding: 32px;
  align-items: center;
  justify-content: center;
}
.still-question-section .svg-box .still-title {
  color: var(--Text-color, #1C1C1C);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
}

.catalog-full {
  /* Для Firefox */
}
.catalog-full .saving {
  display: none;
}
.catalog-full .catalog-head {
  background: url("../images/catalog-bg.jpg") no-repeat center;
  background-size: cover;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-full .catalog-head h1 {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}
.catalog-full .woocommerce-breadcrumb {
  display: none;
}
.catalog-full .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
  display: none;
}
.catalog-full #sidebar {
  display: none;
}
.catalog-full .catalog-filter {
  margin-top: 27px;
  display: flex;
  gap: 40px;
}
.catalog-full select.orderby {
  border: none;
  color: var(--Grey-1, #3C3C3C);
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.8;
}
.catalog-full .sort-label {
  color: var(--Grey-1, #3C3C3C);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  top: -2px;
  position: relative;
}
.catalog-full form.woocommerce-ordering {
  margin-bottom: 40px !important;
  margin-top: -60px;
}
.catalog-full .woocommerce-notices-wrapper {
  top: -60px;
  position: relative;
}
.catalog-full .filter-toggle {
  color: var(--Grey-1, #3C3C3C);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 18px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background: url("../images/filter-toogle.svg") no-repeat 20px center;
  border-radius: 100px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  width: 155px;
  padding-left: 20px;
  margin-top: 20px;
  cursor: pointer;
  user-select: none;
}
.catalog-full #primary {
  width: 100%;
}
.catalog-full .filter {
  max-width: 312px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
  width: 0;
}
.catalog-full .filter.animate {
  transition: all 0.5s ease;
}
.catalog-full .filter.active {
  opacity: 1;
  transform: scaleX(1);
  pointer-events: auto;
  width: 100%;
}
.catalog-full ul.wpc-filter-chips-list {
  display: block !important;
  margin-bottom: 24px;
}
.catalog-full ul.wpc-filter-chips-list .wpc-chip-reset-all {
  display: block !important;
  margin-bottom: 15px !important;
}
.catalog-full ul.wpc-filter-chips-list .wpc-filter-chip:not(.wpc-chip-reset-all) {
  display: inline-block;
}
.catalog-full ul.wpc-filter-chips-list .wpc-filter-chip:not(.wpc-chip-reset-all) a {
  border-radius: 50px;
  border: 1px solid rgba(106, 171, 229, 0.5) !important;
  background: var(--Blue-3, #E2EEFF) !important;
  backdrop-filter: blur(20px);
  padding: 12px 24px !important;
}
.catalog-full .wpc-filters-section {
  border-top: 1px solid var(--Grey-3, #D8D9DB);
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 !important;
}
.catalog-full .wpc-filters-section .wpc-wrap-icons {
  color: var(--Text-color, #1C1C1C);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.catalog-full .wpc-filters-section button {
  margin: 0 !important;
}
.catalog-full .wpc-filters-section .wpc-term-count-brackets-open {
  display: inline-block;
}
.catalog-full .wpc-filters-section .wpc-term-count-brackets-close {
  display: inline-block;
}
.catalog-full .wpc-filters-section .wpc-filter-link {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.catalog-full .wpc-filters-section input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.catalog-full .wpc-filters-section input[type=checkbox]:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.catalog-full input.wpc-filters-range-min {
  border-radius: 4px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  color: var(--Text-color, #1C1C1C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  height: 48px;
}
.catalog-full input.wpc-filters-range-max {
  border-radius: 4px;
  border: 1px solid var(--Grey-3, #D8D9DB);
  color: var(--Text-color, #1C1C1C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  height: 48px;
}
.catalog-full .wpc-filters-range-column {
  position: relative;
}
.catalog-full .wpc-filters-range-column:before {
  content: "$";
  position: absolute;
  right: 20px;
  top: 0;
  color: var(--Grey-3, #D8D9DB);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 16.8px */
  text-transform: uppercase;
}
.catalog-full input[type=number]::-webkit-outer-spin-button,
.catalog-full input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-full input[type=number] {
  -moz-appearance: textfield;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
  border: none !important;
  padding: 0 !important;
  color: var(--Text-color, #1C1C1C);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  background: url("../images/TrashSimple-r.svg") no-repeat right;
  padding-right: 20px !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: var(--Grey-1, #3C3C3C) !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  background-color: var(--Grey-1, #3C3C3C) !important;
  box-shadow: none !important;
  border: none !important;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
  width: 14px !important;
  height: 14px !important;
  top: -7px !important;
}

.wpc-filters-widget-wrapper > div:last-child {
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
}

#sidebar {
  display: none;
}

.single-prod {
  padding-top: 12px;
}
.single-prod .woocommerce-tabs {
  display: none !important;
}
.single-prod .product-gallery {
  float: right;
  width: 40%;
}
.single-prod .summary {
  float: left !important;
  background: #FFF;
  box-shadow: 20px 4px 30px 0 rgba(17, 96, 255, 0.05);
  width: 50% !important;
  clear: none;
  position: relative;
  top: -80px;
  padding: 100px 32px 40px 0px;
}
.single-prod .summary .product_meta {
  display: none;
}
.single-prod .summary .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 75px;
  right: 0;
}
.single-prod .summary .product_title {
  color: var(--Text-color, #1C1C1C);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-top: 16px !important;
  margin-bottom: 7px !important;
}
.single-prod .summary .custom-full-description {
  color: var(--Text-color, #1C1C1C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.32px;
}
.single-prod .summary .price {
  margin-top: 24px;
}
.single-prod .summary .price ins {
  text-decoration: none;
}
.single-prod .summary .price ins * {
  color: var(--Blue-1, #1160FF);
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  text-decoration: none;
}
.single-prod .summary .price del {
  text-decoration: none;
}
.single-prod .summary .price del * {
  color: var(--Black, #090C2B);
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  letter-spacing: 0.6px;
  text-decoration-line: line-through;
}
.single-prod .summary .price del {
  order: 2;
}
.single-prod .summary .price ins {
  order: 1;
}
.single-prod .summary .price {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.single-prod .summary span.saving {
  order: 3;
  color: #18BC29;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: block;
}
.single-prod .summary form.cart:not(.variations_form) .white-over-btn .link-text {
  padding: 14px 135px;
}
.single-prod .summary form.cart {
  margin-top: 32px !important;
}
.single-prod .summary form.cart.variations_form {
  margin-top: 0px !important;
}
.single-prod .summary .variations {
  margin-top: 32px;
  margin-bottom: 32px !important;
}
.single-prod .summary .variations tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-prod .summary .variations tbody tr {
  display: flex;
  flex-direction: row;
  width: calc(50% - 6px);
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid var(--Blue-3, #E2EEFF);
  backdrop-filter: blur(20px);
  padding: 12px 16px;
  align-items: stretch;
  height: 46px;
}
.single-prod .summary .variations td.value::before {
  content: attr(data-label) ": ";
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  margin-right: 5px;
}
.single-prod .summary .variations .label label {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 160% !important;
  letter-spacing: -0.28px;
}
.single-prod .summary .variations select {
  border: none;
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 160% !important;
  letter-spacing: -0.28px;
}
.single-prod .summary .information-frames {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #D8D9DB;
}
.single-prod .summary .information-frames div {
  display: flex;
  padding: 12px 16px;
  gap: 16px;
  border-radius: 5px;
  background: var(--Blue-4, #F3F7FD);
  color: var(--Text-color, #1C1C1C);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
  align-items: center;
}
.single-prod .summary .future-tabs {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #D8D9DB;
}
.single-prod .summary .future-tabs .tab {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D9DB;
}
.single-prod .summary .future-tabs .tab .tabf-heading {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  cursor: pointer;
}
.single-prod .summary .future-tabs .tab .tabf-heading span.icon {
  float: right;
  font-size: 18px;
}
.single-prod .summary .future-tabs .tab .tabf-heading.active {
  color: var(--Blue-1, #1160FF);
}
.single-prod .summary .future-tabs .tab .tabf-heading.active span.icon {
  color: var(--Blue-1, #1160FF);
}
.single-prod .summary .future-tabs .tab .tabf-content {
  padding-top: 24px;
  padding-bottom: 20px;
  color: var(--Description, #636363);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.32px;
  display: none;
}
.single-prod .summary .future-tabs .tab .tabf-content p {
  line-height: 170%;
}
.single-prod .summary .future-tabs .tab .tabf-content.active {
  display: block;
}
.single-prod .summary .future-tabs .tab .tabf-content table {
  border: none;
  width: 100%;
}
.single-prod .summary .future-tabs .tab .tabf-content table th {
  text-align: left;
  padding: 8px 0;
  color: var(--Text-color, #1C1C1C);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.single-prod .summary .future-tabs .tab .tabf-content table th, .single-prod .summary .future-tabs .tab .tabf-content table td {
  border: none;
}
.single-prod .woocommerce-product-gallery {
  float: right !important;
  position: relative;
  top: -50px;
}
.single-prod .posted_in {
  color: rgba(60, 60, 60, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
.single-prod .posted_in a {
  text-decoration: none;
}
.single-prod .white-over-btn svg {
  right: 16px;
}
.single-prod .white-over-btn.invert:hover svg path {
  stroke: transparent;
  fill: #1160FF;
}
.single-prod .single_add_to_cart_button {
  display: none !important;
}
.single-prod .white-over-btn .link-text {
  padding: 14px 152px;
}
.single-prod .white-over-btn.invert .link-text {
  color: var(--Blue-1, #1160FF);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.single-prod .summary .variations tbody tr td.value {
  flex: 1;
}

.single-prod .summary .variations tbody tr td.value select {
  width: 94%;
  box-sizing: border-box;
  margin-right: 0 !important;
}

.reset_variations {
  display: none !important;
}

.onsale {
  display: none;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  line-height: 100% !important;
}

.qib-button-wrapper {
  border-radius: 60px;
  background: rgba(9, 12, 43, 0.05);
  overflow: hidden;
  padding: 4.5px 0;
  margin: 0 !important;
  margin-right: 15px !important;
}
.qib-button-wrapper .minus.qib-button, .qib-button-wrapper .plus.qib-button {
  background: transparent !important;
  border: none !important;
}

.woocommerce div.product form.cart div.quantity .qty {
  width: 55px;
  border-radius: 60px;
  font-size: 12px !important;
  line-height: 12px !important;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 45px;
}

.price-c {
  color: var(--Blue-1, #1160FF);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-left: 5px;
}

section.related.products ul.products li.product, section.related.products ul.products li.product {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin-left: 0;
}
section.related.products h2 {
  color: var(--Text-color, #1C1C1C);
  text-align: left;
  text-shadow: 0 1px 2px rgba(25, 25, 31, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  margin-bottom: 52px;
}
section.related.products .owl-nav {
  position: absolute;
  right: 0;
  top: -115px;
}
section.related.products .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
section.related.products .owl-carousel .owl-dots.disabled, section.related.products .owl-carousel .owl-nav.disabled {
  display: block;
}
section.related.products .owl-theme .owl-dots .owl-dot span {
  background: #E2EEFF;
  width: 6px;
  height: 6px;
  margin: 5px 6px;
}
section.related.products button.owl-prev {
  width: 48px;
  height: 48px;
  background: url("../images/prev-active.svg") no-repeat;
}
section.related.products button.owl-prev:hover {
  background: url("../images/prev-active.svg") no-repeat;
  transform: scale(1.1);
}
section.related.products button.owl-next {
  width: 48px;
  height: 48px;
  background: url("../images/next-active.svg") no-repeat;
}
section.related.products button.owl-next:hover {
  background: url("../images/next-active.svg") no-repeat;
  transform: scale(1.1);
}
section.related.products .owl-theme .owl-nav [class*=owl-] {
  transition: 0.3s;
}
section.related.products .owl-theme .owl-dots .owl-dot.active span, section.related.products .owl-theme .owl-dots .owl-dot:hover span {
  background: #1160FF;
}

.saving {
  display: none;
}

#slider {
  margin-bottom: 20px !important;
}
#slider .slides li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 450px;
}
#slider .slides li img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  border-radius: 20px;
}

#carousel {
  width: 312px;
  margin: 0 auto;
}
#carousel .slides li.flex-active-slide {
  background: #F3F7FD;
  border-radius: 5000px;
}
#carousel .slides li img {
  border-radius: 5000px;
  border: 1px solid var(--Blue-3, #E2EEFF);
}

#carousel .flex-direction-nav {
  opacity: 1 !important;
  display: block !important;
}

/* Стиль стрілок */
#carousel .flex-prev,
#carousel .flex-next {
  opacity: 1 !important;
  top: 62%;
  width: 15px;
  height: 15px;
}

#carousel .flex-prev {
  left: -50px !important;
}
#carousel .flex-prev.flex-disabled {
  opacity: 0.2 !important;
}

#carousel .flex-next {
  right: -50px !important;
}
#carousel .flex-next.flex-disabled {
  opacity: 0.2 !important;
}

.flex-direction-nav a:before, .flex-direction-nav a:after {
  display: none !important;
}

.head_notify {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 22;
  top: 0;
}

a.button.wc-forward {
  background: #1c60ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-message {
  border-top-color: #1c60ff !important;
}

.woocommerce-MyAccount-navigation {
  width: 250px !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 8px 0;
  margin-top: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a {
  background: url("../images/c1.svg") no-repeat left center;
  padding-left: 32px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active a {
  background: url("../images/c1h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:hover a {
  background: url("../images/c1h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a {
  background: url("../images/c2.svg") no-repeat left center;
  padding-left: 32px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address.is-active a {
  background: url("../images/c2h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:hover a {
  background: url("../images/c2h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a {
  background: url("../images/c3.svg") no-repeat left center;
  padding-left: 32px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist.is-active a {
  background: url("../images/c3h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist:hover a {
  background: url("../images/c3h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a {
  background: url("../images/c4.svg") no-repeat left center;
  padding-left: 32px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders.is-active a {
  background: url("../images/c4h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:hover a {
  background: url("../images/c4h.svg") no-repeat left center;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #1160FF;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  background: url("../images/next-lh.svg") no-repeat right center;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #1160FF;
}
.woocommerce-MyAccount-navigation ul li:hover a:before {
  background: url("../images/next-lh.svg") no-repeat right center;
}
.woocommerce-MyAccount-navigation ul li a {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
  text-decoration: none;
  position: relative;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  position: absolute;
  background: url("../images/next-l.svg") no-repeat right center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

.woocommerce-MyAccount-content {
  width: calc(100% - 275px) !important;
  border-radius: 10px;
  border: 1px solid #D8D9DB;
  padding: 40px;
}
.woocommerce-MyAccount-content .account-title {
  color: var(--Text-color, #1C1C1C);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  text-align: center;
  margin-bottom: 32px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
  width: 350px;
  margin: 0 auto;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm label {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
  padding-left: 17px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm legend {
  display: none;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm #account_display_name_description em {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
  display: block;
  padding-left: 17px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm input {
  border-radius: 50px !important;
  border: 1px solid var(--Grey-3, #D8D9DB) !important;
  background: var(--white, #FFF) !important;
  color: var(--Text-color, #1C1C1C) !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
  padding: 15px 24px !important;
  margin-top: 4px !important;
}
.woocommerce-MyAccount-content .white-over-btn {
  margin: 0 auto;
  display: table;
  margin-top: 32px;
}
.woocommerce-MyAccount-content .white-over-btn .link-text {
  padding: 20px 88px;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button {
  display: none;
}
.woocommerce-MyAccount-content form .form-row-first, .woocommerce-MyAccount-content form .form-row-last, .woocommerce-MyAccount-content form .form-row-first, .woocommerce-MyAccount-content form .form-row-last {
  width: 100%;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
  background-image: url("../images/see.svg");
}

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before {
  background-image: url("../images/seeno.svg");
  background-size: contain;
  background-position: center;
}

.u-column1.col-1.woocommerce-Address {
  width: 100%;
}

.u-column2.col-2.woocommerce-Address {
  width: 100%;
  border-bottom: none;
}

.woocommerce-Address {
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
  padding-bottom: 24px;
  padding-top: 24px;
}
.woocommerce-Address h2 {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  display: inline-block;
  background: url("../images/Pill-state.svg") no-repeat right center;
  padding-right: 100px;
}
.woocommerce-Address address {
  color: #1C1C1C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.adresses-filds {
  width: 350px;
  margin: 0 auto;
}
.adresses-filds label {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
  padding-left: 17px;
}
.adresses-filds legend {
  display: none;
}
.adresses-filds fieldset {
  border: none;
  padding: 0;
}
.adresses-filds #account_display_name_description em {
  color: var(--Description, #636363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
  display: block;
  padding-left: 17px;
}
.adresses-filds input, .adresses-filds .select2 {
  border-radius: 50px !important;
  border: 1px solid var(--Grey-3, #D8D9DB) !important;
  background: var(--white, #FFF) !important;
  color: var(--Text-color, #1C1C1C) !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
  padding: 15px 24px !important;
  margin-top: 4px !important;
}
.adresses-filds h2 {
  color: var(--Text-color, #1C1C1C);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  text-align: center;
  margin-bottom: 32px;
}
.adresses-filds span.select2-selection.select2-selection--single {
  border: none;
  padding: 0;
}
.adresses-filds button[type=submit] {
  display: none !important;
}

.order-block {
  border: 1px solid var(--Grey-3, #D8D9DB);
  margin-bottom: 32px;
}
.order-block .order-header {
  padding: 16px;
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
}
.order-block .order-header .order-date {
  padding-right: 56px;
}
.order-block .order-header .order-total {
  padding-right: 56px;
}
.order-block .order-header .label-l {
  color: var(--Gray-2, #929292);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.24px;
}
.order-block .order-header .value-l {
  color: #1C1C1C;
  padding-left: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.order-block .order-actions {
  float: right;
}
.order-block .order-actions a {
  background: transparent;
  padding: 0;
}
.order-block a.woocommerce-button.button.invoice {
  display: none;
}
.order-block .order-items {
  padding: 16px;
}
.order-block .order-items .order-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
}
.order-block .order-items .order-item:last-child {
  border-bottom: none;
}
.order-block .order-items .order-item .item-image img {
  max-width: 100px;
  height: auto;
}
.order-block .order-items .order-item .item-qty {
  color: var(--Text-color, #1C1C1C);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}
.order-block .order-items .order-item .item-total {
  color: var(--Text-color, #1C1C1C);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}
.order-block .order-items .order-item .item-buy-again a {
  color: var(--Grey-1, #3C3C3C);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid var(--Grey-3, #D8D9DB);
  background: #FFF;
  padding: 16px 32px;
  transition: 0.3s;
}
.order-block .order-items .order-item .item-buy-again a:hover {
  background: #D8D9DB;
}
.order-block .order-items .order-item .item-info {
  width: 375px;
}
.order-block .order-items .order-item .item-info .item-name {
  margin-bottom: 16px;
}
.order-block .order-items .order-item .item-info .item-name a {
  color: var(--Text-color, #1C1C1C);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  text-decoration: none;
}
.order-block .order-items .order-item .item-info .item-meta ul {
  list-style: none;
  display: flex;
  gap: 14px;
}
.order-block .order-items .order-item .item-info .item-meta ul li strong.wc-item-meta-label {
  color: var(--Gray-2, #929292);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.24px;
  display: inline;
}
.order-block .order-items .order-item .item-info .item-meta ul li p {
  color: var(--Description, #636363);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.24px;
  display: inline;
}

.order-view-full a.woocommerce-button.button.view {
  display: none;
}
.order-view-full .full-head {
  display: flex;
  justify-content: space-between;
}
.order-view-full .order-actions {
  float: none;
}
.order-view-full .order-actions a {
  background: transparent !important;
  color: var(--Primary, #000);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.order-view-full .order-block {
  border: none;
}
.order-view-full .order-block .order-items {
  padding: 0;
}
.order-view-full .woocommerce-order-details__title {
  display: none;
}
.order-view-full .products-title {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.order-view-full .woocommerce-customer-details {
  display: none;
}
.order-view-full .back-url {
  width: 157px;
}
.order-view-full table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: none;
  border-collapse: collapse;
}
.order-view-full table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
  display: none;
}
.order-view-full table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
  display: none;
}
.order-view-full table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot:first-of-type {
  display: none;
}
.order-view-full table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
  border-top: none;
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
  padding-left: 0;
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.order-view-full table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  border-top: none;
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
  text-align: right;
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.order-view-full .order_placed {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
  display: flex;
  justify-content: space-between;
}
.order-view-full .order_placed .label-placed {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.order-view-full .order_placed .value-placed {
  color: var(--Text-color, #1C1C1C);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.order-view-full .order_status {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Grey-3, #D8D9DB);
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.order-view-full .order_status .label-placed {
  color: var(--Text-color, #1C1C1C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.order-view-full .order_status .value-placed {
  color: var(--Text-color, #1C1C1C);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
}
.order-view-full .order_status .value-placed span {
  border-radius: 100px;
  background: #CCE5FF;
  padding: 6px 12px;
  color: #007BFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.order-view-full .order_status .value-placed span.pending_payment {
  background: #FFF5C4;
  color: #696500;
}
.order-view-full .order_status .value-placed span.on_hold {
  background: #FFECD5;
  color: #FD7E14;
}
.order-view-full .order_status .value-placed span.cancelled {
  background: #F8D7DA;
  color: #DC3545;
}
.order-view-full .order_status .value-placed span.refunded {
  background: #EDE7F6;
  color: #6F42C1;
}
.order-view-full .order_status .value-placed span.failed {
  background: #FADBD8;
  color: #A52A2A;
}
.order-view-full .order_status .value-placed span.completed {
  background: #DFF5E1;
  color: #10992F;
}