@import "fancybox.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
.nixhier {
  display: none;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Gilroy-Light.woff2) format('woff2');
  unicode-range: U0100-024F, U0259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Gilroy-Regular.woff2) format('woff2');
  unicode-range: U0100-024F, U0259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Gilroy-Medium.woff2) format('woff2');
  unicode-range: U0100-024F, U0259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Gilroy-Bold.woff2) format('woff2');
  unicode-range: U0100-024F, U0259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Gilroy-Heavy.woff2) format('woff2');
  unicode-range: U0100-024F, U0259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Gilroy', sans-serif;
  font-size: ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
p {
  font-size: clamp(1rem,1.5rem,1.125rem);
  line-height: 1.618;
  margin: 0 0 1.5rem 0;
}
h1 + p,
h2 + p,
h3 + p {
  margin-top: 0.5rem;
}
* + h1,
* + h2,
* + h3 {
  margin-top: 2rem;
}
:first-child {
  margin-top: 0 !important;
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 1220px) {
  .wrapper {
    width: 90%;
  }
}
@media (min-width: 1441px) {
  .wrapper {
    width: 90%;
  }
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
button {
  font-family: 'Gilroy', sans-serif;
  font-size: ;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.btn-solid {
  padding: 15px 30px;
  text-decoration: none;
  background-color: #6a21ff;
  letter-spacing: 1px;
  color: #fff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-solid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #591bd6;
  transition: width 0.3s ease;
  z-index: -1;
}
.btn-solid:hover::before {
  width: 100%;
}
.btn-outline {
  padding: 14px 30px;
  border: 1px solid #6a21ff;
  text-decoration: none;
  background: linear-gradient(90deg,#591bd6 0%,#591bd6 50%,#fff 50%,#fff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  letter-spacing: 1px;
  color: #6a21ff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  transition: background-position 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-outline:hover {
  color: #fff;
  border: 1px solid #591bd6;
  background-position: 0% 0;
}
.btn-solid-rectangle {
  padding: 14px 20px;
  text-decoration: none;
  background: linear-gradient(90deg,#591bd6 0%,#591bd6 50%,#6a21ff 50%,#6a21ff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  letter-spacing: 1px;
  color: #fff;
  font-size: clamp(0.75rem,1rem,0.875rem);
  transition: background-position 0.3s ease;
}
.btn-solid-rectangle:hover {
  background-position: 0% 0;
}
.btn-outline-rectangle {
  padding: 13px 20px;
  border: 1px solid #6a21ff;
  text-decoration: none;
  background: linear-gradient(90deg,#591bd6 0%,#591bd6 50%,transparent 50%,transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  letter-spacing: 1px;
  color: #fff;
  font-size: clamp(0.75rem,1rem,0.875rem);
  transition: background-position 0.3s ease, border-color 0.3s ease;
}
.btn-outline-rectangle:hover {
  border: 1px solid #591bd6;
  background-position: 0% 0;
}
.know-how-section {
  margin-bottom: 60px;
}
.know-how-section .wrapper .know-how-grid {
  background-color: #202020;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.know-how-section .wrapper .know-how-grid .grid-left {
  background-image: url('../img/know-how-top.svg');
  background-size: 100%;
  background-position: 0 220px;
  background-repeat: no-repeat;
}
.know-how-section .wrapper .know-how-grid .grid-left .left-bg {
  background-image: url('../img/know-how-bottom.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
}
.know-how-section .wrapper .know-how-grid .grid-left .left-bg .top-diamond img {
  max-width: 100%;
  max-height: 100%;
  width: 50px;
}
.know-how-section .wrapper .know-how-grid .grid-left .left-bg .bottom-text h2 {
  color: #fff;
  font-size: clamp(1.625rem,2.65rem,1.75rem);
  font-weight: 400;
  line-height: 1.4;
}
.know-how-section .wrapper .know-how-grid .grid-left .left-bg .bottom-text h2 strong {
  font-weight: 600;
}
.know-how-section .wrapper .know-how-grid .grid-switches {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
.know-how-section .wrapper .know-how-grid .grid-switches.fade-in-element.visible:hover {
  transform: translateY(0px) !important;
}
.know-how-section .wrapper .know-how-grid .grid-switches button {
  background-color: transparent;
  border: none;
  height: calc(100% / 7);
  border-bottom: 1px solid #4D4D4D;
  cursor: pointer;
  padding: 30px 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .know-how-section .wrapper .know-how-grid .grid-switches button {
    height: inherit;
    flex-wrap: wrap;
  }
}
.know-how-section .wrapper .know-how-grid .grid-switches button p {
  margin: 0;
  line-height: inherit;
}
.know-how-section .wrapper .know-how-grid .grid-switches button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
  transition: left 0.3s ease-in-out;
}
.know-how-section .wrapper .know-how-grid .grid-switches button:hover::before {
  left: 0;
}
.know-how-section .wrapper .know-how-grid .grid-switches button:not(:hover)::before {
  left: -100%;
}
.know-how-section .wrapper .know-how-grid .grid-switches button.active {
  background-color: #6a21ff;
}
.know-how-section .wrapper .know-how-grid .grid-switches button span img {
  max-width: 100%;
  max-height: 100%;
  width: 15px;
}
.know-how-section .wrapper .know-how-grid .grid-right {
  padding: 50px 40px;
  color: #fff;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content {
  display: none;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content.active {
  display: block;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content h3 {
  font-size: clamp(2.625rem,3.8rem,2.813rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content h3 span {
  color: #6a21ff;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content p {
  margin-bottom: 2rem;
  line-height: 1.618;
  font-weight: 300;
  font-size: clamp(1rem,1.5rem,1.125rem);
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content ul {
  margin-bottom: 2rem;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content ul li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 30px;
  line-height: 1.618;
  font-weight: 300;
  font-size: clamp(1rem,1.5rem,1.125rem);
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content ul li::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('../img/list-dot.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.know-how-section .wrapper .know-how-grid .grid-right .grid-right-content div {
  margin-top: 3rem;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 990px) {
  .know-how-section .wrapper .know-how-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .know-how-section .wrapper .know-how-grid .grid-left {
    grid-column: span 2;
    border-bottom: 1px solid #4D4D4D;
    background-size: 600px;
    background-position: 100% 100%;
  }
  .know-how-section .wrapper .know-how-grid .grid-left .left-bg {
    gap: 60px;
    background-size: 600px;
    background-position: 100% 80px;
  }
}
@media screen and (max-width: 768px) {
  .know-how-section .wrapper .know-how-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .know-how-section .wrapper .know-how-grid .grid-left {
    grid-column: span 1;
    background-size: 600px;
    background-position: 100% 100%;
  }
  .know-how-section .wrapper .know-how-grid .grid-left .left-bg {
    gap: 60px;
    background-size: 600px;
    background-position: 100% 115px;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button span img {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 600px) {
  .know-how-section {
    margin-bottom: 0px;
  }
  .know-how-section .wrapper .know-how-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .know-how-section .wrapper .know-how-grid .grid-left {
    grid-column: span 1;
    background-size: 600px;
    background-position: 100% calc(100% - 35px);
  }
  .know-how-section .wrapper .know-how-grid .grid-left .left-bg {
    gap: 60px;
    background-size: 600px;
    background-position: 100% 115px;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width: 480px) {
  .know-how-section .wrapper .know-how-grid .grid-left .left-bg {
    padding: 25px;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button {
    padding: 25px;
    position: relative;
    overflow: visible !important;
    min-height: auto;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button.active {
    min-height: auto;
    height: auto;
    overflow: visible;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content {
    display: none !important;
    position: relative !important;
    width: 100% !important;
    background: #f8f8f8 !important;
    color: #202020 !important;
    text-align: left;
    padding: 25px !important;
    z-index: 1000 !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    font-family: 'Gilroy', sans-serif !important;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content h3 {
    font-size: clamp(1.625rem,2.65rem,1.75rem) !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
    color: #202020 !important;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content h3 span {
    color: #6a21ff !important;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content p {
    font-size: clamp(0.938rem,1.25rem,1.063rem) !important;
    line-height: 1.618 !important;
    margin-bottom: 1rem !important;
    color: #202020 !important;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content ul {
    margin-bottom: 1.5rem !important;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content ul li {
    font-size: clamp(0.938rem,1.25rem,1.063rem) !important;
    line-height: 1.618 !important;
    margin-bottom: 0.5rem !important;
    color: #202020 !important;
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 30px;
    line-height: 1.618;
    font-weight: 300;
    font-size: clamp(1rem,1.5rem,1.125rem);
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content ul li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url('../img/list-dot.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content-buttons a {
    flex: 1;
    text-align: center;
    align-items: center;
  }
  .know-how-section .wrapper .know-how-grid .grid-switches button .mobile-content-buttons a:last-child {
    color: #6a21ff;
    height: 100%;
    padding: 22px;
  }
  .know-how-section .wrapper .know-how-grid .grid-right {
    display: none;
  }
}
.numbers-section .wrapper .numbers-spacing {
  border: 1px solid #F3F3F3;
  padding: 80px 60px;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading {
  position: relative;
  margin-bottom: 100px;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 80px;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-left .heading-left-small-text {
  color: #6a21ff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-left .heading-left-small-text::after {
  content: '';
  left: 0px;
  bottom: 4px;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #6a21ff;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-left h2 {
  font-size: clamp(4.25rem,5.9rem,4.563rem);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  color: #202020;
  margin-bottom: 1.5rem;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-left h2 span {
  color: #6a21ff;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-right {
  display: flex;
  align-items: center;
}
.numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-right p {
  line-height: 1.5;
}
.numbers-section .wrapper .numbers-spacing .numbers-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 80px;
}
.numbers-section .wrapper .numbers-spacing .numbers-list li {
  padding-left: 30px;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
}
.numbers-section .wrapper .numbers-spacing .numbers-list li::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url('../img/list-dot.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 990px) {
  .numbers-section .wrapper .numbers-spacing .numbers-heading {
    margin: 0px 0px 80px 0px;
  }
  .numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .numbers-section {
    padding: 50px 0px;
  }
  .numbers-section .wrapper .numbers-spacing .numbers-heading {
    margin: 0px 0px 60px 0px;
  }
  .numbers-section .wrapper .numbers-spacing .numbers-heading .heading-flex .heading-left h2 {
    font-size: clamp(2.625rem,3.8rem,2.813rem);
  }
  .numbers-section .wrapper .numbers-spacing .numbers-list {
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width: 600px) {
  .numbers-section {
    padding: 50px 0px;
  }
  .numbers-section .wrapper .numbers-spacing {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 480px) {
  .numbers-section {
    padding: 50px 0px;
  }
  .numbers-section .wrapper .numbers-spacing {
    padding: 40px 25px;
  }
}
.numbers-purple-section .wrapper .purple-cols {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background-color: #6a21ff;
}
.numbers-purple-section .wrapper .purple-cols .col {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.numbers-purple-section .wrapper .purple-cols .col:nth-of-type(2) {
  border-left: 1px solid #884DFF;
  border-right: 1px solid #884DFF;
}
.numbers-purple-section .wrapper .purple-cols .col .col-img img {
  max-width: 100%;
  max-height: 100%;
  width: 40px;
}
.numbers-purple-section .wrapper .purple-cols .col .col-text {
  color: #fff;
}
.numbers-purple-section .wrapper .purple-cols .col .col-text .text-heading {
  font-size: clamp(2.625rem,3.8rem,2.813rem);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 .5rem 0;
}
.numbers-purple-section .wrapper .purple-cols .col .col-text .text-content {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .numbers-purple-section .wrapper .purple-cols .col {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .numbers-purple-section .wrapper .purple-cols .col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .numbers-purple-section .wrapper .purple-cols {
    grid-template-columns: repeat(1,1fr);
  }
  .numbers-purple-section .wrapper .purple-cols .col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .numbers-purple-section .wrapper .purple-cols .col:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #884DFF;
    border-top: 1px solid #884DFF;
  }
}
.our-work-section .wrapper .our-work-heading {
  text-align: center;
  padding: 100px 0px 60px 0px;
  border-left: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
}
.our-work-section .wrapper .our-work-heading .heading-left-small-text span {
  display: inline-block;
  color: #6a21ff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.our-work-section .wrapper .our-work-heading .heading-left-small-text span::after {
  content: '';
  left: 0px;
  bottom: 4px;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #6a21ff;
}
.our-work-section .wrapper .our-work-heading h2 {
  font-size: clamp(4.25rem,5.9rem,4.563rem);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  color: #202020;
  margin-bottom: 1.5rem;
}
.our-work-section .wrapper .our-work-heading h2 span {
  color: #6a21ff;
}
.our-work-section .wrapper .our-work-swiper {
  position: relative;
}
.our-work-section .wrapper .our-work-swiper .swiper-arrows {
  display: flex;
  justify-content: space-between;
}
.our-work-section .wrapper .our-work-swiper .swiper-arrows .swiper-custom-button-prev,
.our-work-section .wrapper .our-work-swiper .swiper-arrows .swiper-custom-button-next {
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 1px solid #F3F3F3;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 50% 50%;
  transition: 0.3s;
}
.our-work-section .wrapper .our-work-swiper .swiper-arrows .swiper-custom-button-prev:hover,
.our-work-section .wrapper .our-work-swiper .swiper-arrows .swiper-custom-button-next:hover {
  background-color: #F3F3F3;
}
.our-work-section .wrapper .our-work-swiper .swiper-arrows .swiper-custom-button-prev {
  background-image: url('../img/chevron-left.svg');
}
.our-work-section .wrapper .our-work-swiper .swiper-arrows .swiper-custom-button-next {
  background-image: url('../img/chevron-right.svg');
}
.our-work-section .wrapper .our-work-swiper .swiper {
  width: 100%;
  height: 850px;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-button-prev,
.our-work-section .wrapper .our-work-swiper .swiper .swiper-button-next {
  display: none !important;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide {
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.jobsio-slide {
  background-color: #57A189;
  background-image: url('../img/jobsio.png');
  background-position: 0 calc(100% - 60%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.najmanska-slide {
  background-color: #B5C2CA;
  background-image: url('../img/najmanska-work.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 35%;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.gpv-slide {
  background-color: #A9B388;
  background-image: url('../img/gabi-plete-vence-work.png');
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: -50px calc(50% - 60px);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.baywa-slide {
  background-color: #78B80F;
  background-image: url('../img/baywa-banners.png');
  background-repeat: no-repeat;
  background-size: 440px;
  background-position: calc(0% + 70px) calc(100%);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.salon-slide {
  background-color: #CFAF73;
  background-image: url('../img/salon-style-work.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right calc(100% - 60%);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.orc-slide {
  background-color: #2E9570;
  background-image: url('../img/orc-work.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right calc(100% - 70%);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.zsvratimov-slide {
  background-color: #4A6477;
  background-image: url('../img/zs-vratimov-work.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right calc(100% - 70%);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide.pires-slide {
  background-color: #FABD50;
  background-image: url('../img/pires-work.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right calc(100% - 60%);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .top-tooltips {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .top-tooltips span {
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 13px;
  font-size: clamp(0.625rem,1rem,0.688rem);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text p {
  font-size: clamp(2.625rem,3.8rem,2.813rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.1;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text div {
  display: inline-block;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text div a {
  background-color: #202020;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 60px 15px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text div a span {
  color: #fff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text div a img {
  max-width: 100%;
  max-height: 100%;
  width: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s ease;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text div a:hover {
  background-color: #000;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-wrapper .swiper-slide .bottom-text div a:hover img {
  right: 15px;
}
.our-work-section .wrapper .our-work-swiper .swiper .swiper-scrollbar {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .our-work-section .wrapper .our-work-heading h2 {
    font-size: clamp(2.625rem,3.8rem,2.813rem);
  }
}
.help-section {
  margin-bottom: 80px;
}
.help-section .wrapper .help-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.help-section .wrapper .help-grid .grid-img {
  display: flex;
  flex-direction: column;
}
.help-section .wrapper .help-grid .grid-img .grid-img-content {
  background-image: url('../img/najmanska-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 1;
}
.help-section .wrapper .help-grid .grid-img .img-subgrid {
  background-color: #202020;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-left {
  border-right: 1px solid #4D4D4D;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}
.help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-left img {
  max-width: 100%;
  max-height: 100%;
  width: 40px;
}
.help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-content {
  grid-column: span 2;
  position: relative;
  padding: 50px;
  color: #fff;
}
.help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-content::after {
  content: '';
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('../img/help-chart.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(100% + 10px) 100%;
}
.help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-content .subgrid-content-heading {
  font-size: clamp(1.625rem,2.65rem,1.75rem);
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-content .subgrid-content-text {
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  font-weight: 300;
  line-height: 1.5;
}
.help-section .wrapper .help-grid .grid-main-content {
  padding: 80px;
  border-right: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-heading .heading-left-small-text span {
  display: inline-block;
  color: #6a21ff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-heading .heading-left-small-text span::after {
  content: '';
  left: 0px;
  bottom: 4px;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #6a21ff;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-heading h2 {
  font-size: clamp(4.25rem,5.9rem,4.563rem);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  color: #202020;
  margin-bottom: 1.5rem;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-heading h2 span {
  color: #6a21ff;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-text {
  padding: 40px 0px 60px 0px;
  line-height: 1.7;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-btns .interested-btn {
  color: #6a21ff;
}
.help-section .wrapper .help-grid .grid-main-content .main-content-btns .interested-btn:hover {
  color: #fff;
}
@media screen and (max-width: 990px) {
  .help-section .wrapper .help-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .help-section .wrapper .help-grid .grid-img .grid-img-content {
    height: 400px;
  }
  .help-section .wrapper .help-grid .grid-main-content {
    border-left: 1px solid #F3F3F3;
  }
}
@media screen and (max-width: 768px) {
  .help-section .wrapper .help-grid .grid-main-content {
    padding: 60px 40px;
  }
  .help-section .wrapper .help-grid .grid-main-content .main-content-heading h2 {
    font-size: clamp(2.625rem,3.8rem,2.813rem);
  }
}
@media screen and (max-width: 600px) {
  .help-section {
    margin-bottom: 0px;
  }
  .help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-content {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .help-section .wrapper .help-grid .grid-main-content {
    padding: 40px 25px;
  }
  .help-section .wrapper .help-grid .grid-main-content .main-content-btns {
    flex-direction: column;
  }
  .help-section .wrapper .help-grid .grid-main-content .main-content-btns a {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .help-section .wrapper .help-grid .grid-img .img-subgrid {
    display: block;
  }
  .help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-left {
    display: none;
  }
  .help-section .wrapper .help-grid .grid-img .img-subgrid .subgrid-content {
    padding: 40px 25px;
  }
}
.inquiry-section .wrapper .inquiry-spacing {
  border: 1px solid #F3F3F3;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading {
  position: relative;
  padding: 80px 60px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 80px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-left .heading-left-small-text {
  color: #6a21ff;
  font-size: clamp(0.938rem,1.25rem,1.063rem);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-left .heading-left-small-text::after {
  content: '';
  left: 0px;
  bottom: 4px;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #6a21ff;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-left h2 {
  font-size: clamp(4.25rem,5.9rem,4.563rem);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  color: #202020;
  margin-bottom: 1.5rem;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-left h2 span {
  color: #6a21ff;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-right {
  display: flex;
  align-items: center;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-right p {
  line-height: 1.5;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps {
  background-color: #E9E9E9;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step {
  background-color: #F6F6F6;
  position: relative;
  padding: 60px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step .step-name {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  color: #6a21ff;
  border: 1px solid #6a21ff;
  padding: 10px 20px;
  font-size: clamp(0.75rem,1rem,0.875rem);
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step .step-content .step-content-icon {
  margin-bottom: 40px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step .step-content .step-content-icon img {
  max-width: 100%;
  max-height: 100%;
  width: 25px;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step .step-content .step-content-text h3 {
  font-size: clamp(1.625rem,2.65rem,1.75rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step .step-content .step-content-text p {
  line-height: 1.618;
  font-size: clamp(1rem,1.5rem,1.125rem);
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading {
    margin: 0px 0px 100px 0px;
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .inquiry-section {
    padding: 50px 0px;
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading {
    margin: 0px 0px 100px 0px;
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading .heading-flex .heading-left h2 {
    font-size: clamp(2.625rem,3.8rem,2.813rem);
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-steps {
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width: 600px) {
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading {
    padding: 60px 40px;
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-section .wrapper .inquiry-spacing .inquiry-heading {
    padding: 40px 25px;
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-steps {
    grid-template-columns: repeat(1,1fr);
  }
  .inquiry-section .wrapper .inquiry-spacing .inquiry-steps .step {
    padding: 40px 25px;
  }
}
.sticky-header {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: top 0.3s ease;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 10px 0;
}
.sticky-header.show {
  top: 0;
}
.sticky-header .sticky-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.sticky-header .sticky-nav .sticky-logo img {
  height: 40px;
}
.sticky-header .sticky-nav .sticky-menu {
  display: flex;
  gap: 30px;
}
.sticky-header .sticky-nav .sticky-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}
.sticky-header .sticky-nav .sticky-menu a:hover {
  color: #6a21ff;
}
.sticky-header .sticky-nav .sticky-contact .btn-solid {
  padding: 10px 20px;
  font-size: 14px;
}
.sticky-header .sticky-nav .sticky-mobile-menu {
  display: none;
  cursor: pointer;
}
.sticky-header .sticky-nav .sticky-mobile-menu img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .sticky-header .sticky-nav .sticky-menu {
    display: none;
  }
  .sticky-header .sticky-nav .sticky-contact {
    display: none;
  }
  .sticky-header .sticky-nav .sticky-mobile-menu {
    display: block;
  }
}
.mobile-menu {
  top: 0px;
  right: -280px;
  position: fixed;
  z-index: 10;
  width: 220px;
  transition: 0.4s;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  padding: 30px;
}
.mobile-menu .close-menu {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.mobile-menu .close-menu img {
  width: 30px;
}
.mobile-menu ul li {
  padding-bottom: 25px;
}
.mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.mobile-menu .mobile-menu-contact {
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
}
.mobile-menu .mobile-menu-contact .btn-solid {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 160px;
}
.mobile-navbar {
  display: none;
  padding-top: 18px;
}
.mobile-navbar .wrapper .mobile-navbar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-navbar .wrapper .mobile-navbar-flex .frameto-logo img {
  max-width: 100%;
  max-height: 100%;
  height: 30px;
}
.mobile-navbar .wrapper .mobile-navbar-flex .open-menu img {
  max-width: 100%;
  max-height: 100%;
  height: 30px;
}
@media screen and (max-width: 990px) {
  .mobile-navbar {
    display: block;
  }
}
header .header-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto auto;
}
header .header-grid .header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: span 2;
  padding-top: 40px;
}
header .header-grid .header-navbar .frameto-logo {
  display: inline-block;
}
header .header-grid .header-navbar .frameto-logo img {
  max-width: 100%;
  max-height: 100%;
  width: 160px;
}
header .header-grid .header-navbar .main-menu-lvl1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20%;
}
header .header-grid .header-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl1-link {
  text-decoration: none;
  border: 1px solid transparent;
  padding: 6px 15px;
  display: inline-block;
  transition: 0.2s;
  font-size: 14px;
}
header .header-grid .header-navbar .main-menu-lvl1 .main-menu-lvl1-item .main-menu-lvl1-link:hover {
  border: 1px solid #6a21ff;
}
header .header-grid .header-navbar .main-menu-lvl1 .main-menu-lvl1-item.active .main-menu-lvl1-link {
  border: 1px solid #6a21ff;
}
header .header-grid .header-hero {
  padding: 80px 60px;
  border-left: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
  grid-column: span 2;
  margin-top: 40px;
}
header .header-grid .header-hero .hero-heading p {
  color: #6a21ff;
  padding-bottom: 10px;
}
header .header-grid .header-hero .hero-heading h1 {
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1220px) {
  header .header-grid .header-hero .hero-heading h1 {
    font-size: 4rem;
    width: 90%;
  }
}
header .header-grid .header-hero .hero-heading h1 span {
  color: #6a21ff;
}
header .header-grid .header-hero .hero-text p {
  padding: 60px 0px;
  line-height: 1.8;
  font-weight: 300;
}
header .header-grid .header-hero .hero-text .text-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-grid .header-purple-card {
  position: relative;
  grid-column: 3;
  grid-row: 1 / span 2;
  padding: 40px;
  background: #8d54ff;
  background: linear-gradient(124deg,#8d54ff 0%,#6a21ff 100%);
  margin-bottom: 40px;
}
header .header-grid .header-purple-card .purple-card-contacts {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
@media screen and (max-width: 1220px) {
  header .header-grid .header-purple-card .purple-card-contacts {
    grid-template-columns: repeat(1,1fr);
  }
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border: 1px solid #fff;
  height: 38px;
  padding: 0px 11px;
  transition: all 0.3s ease;
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn svg {
  max-width: 100%;
  max-height: 100%;
  width: 15px;
  margin-top: -1px;
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn svg path {
  stroke: #fff;
  transition: 0.3s;
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn p {
  color: #fff;
  transition: 0.3s;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn:hover {
  background-color: #fff;
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn:hover svg path {
  stroke: #6a21ff;
}
header .header-grid .header-purple-card .purple-card-contacts .phone-btn:hover p {
  color: #6a21ff;
}
header .header-grid .header-purple-card .purple-card-contacts .meet-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  background-color: #fff;
  height: 40px;
  padding: 0px 15px;
  transition: all 0.3s ease;
}
header .header-grid .header-purple-card .purple-card-contacts .meet-btn img {
  max-width: 100%;
  max-height: 100%;
  width: 15px;
}
header .header-grid .header-purple-card .purple-card-contacts .meet-btn p {
  color: #6a21ff;
  transition: all 0.3s ease;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
header .header-grid .header-purple-card .purple-card-contacts .meet-btn:hover {
  background-color: #591bd6;
}
header .header-grid .header-purple-card .purple-card-contacts .meet-btn:hover p {
  color: #fff;
}
header .header-grid .header-purple-card .purple-card-main {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #9C6CFF;
  border-bottom: 1px solid #9C6CFF;
}
header .header-grid .header-purple-card .purple-card-main .main-right {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 200px;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-top .top-tooltips {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-top .top-tooltips span {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 0.65rem;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-top h3 {
  text-align: end;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 1.3px;
  padding-top: 13px;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-bottom a {
  background-color: #202020;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 60px 15px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-bottom a span {
  color: #fff;
  font-size: 15px;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-bottom a img {
  max-width: 100%;
  max-height: 100%;
  width: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s ease;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-bottom a:hover {
  background-color: #000;
}
header .header-grid .header-purple-card .purple-card-main .main-right .right-bottom a:hover img {
  right: 15px;
}
header .header-grid .header-purple-card .header-laptop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  width: 600px;
  height: auto;
}
@media screen and (max-width: 1220px) {
  header .header-grid .header-purple-card .header-laptop {
    right: 100px;
  }
}
header .header-grid .header-purple-card .purple-card-team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
header .header-grid .header-purple-card .purple-card-team div {
  color: #fff;
}
header .header-grid .header-purple-card .purple-card-team div .team-count {
  font-size: 3rem;
  margin: 0px !important;
  line-height: inherit !important;
}
header .header-grid .header-purple-card .purple-card-team div .team-text {
  margin: 0px !important;
  line-height: inherit !important;
}
header .header-grid .header-purple-card .purple-card-team img {
  max-width: 100%;
  max-height: 100%;
  width: 160px;
}
@media screen and (max-width: 990px) {
  header {
    padding-top: 10px;
  }
  header .header-grid {
    grid-template-columns: repeat(3,1fr);
  }
  header .header-grid .header-navbar {
    display: none;
  }
  header .header-grid .header-hero {
    margin-top: 0px;
  }
  header .header-grid .header-purple-card .purple-card-contacts {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
  header .header-grid .header-purple-card .header-laptop {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    width: 350px;
    height: auto;
  }
  header .header-grid .header-purple-card .purple-card-team {
    display: block;
  }
  header .header-grid .header-purple-card .purple-card-team div {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .header-grid {
    display: block;
  }
  header .header-grid .header-hero {
    border-right: 1px solid #F3F3F3;
  }
  header .header-grid .header-purple-card {
    display: grid;
  }
  header .header-grid .header-purple-card .purple-card-contacts {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  header .header-grid .header-purple-card .header-laptop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    left: -100px;
    width: 500px;
    height: auto;
  }
  header .header-grid .header-purple-card .purple-card-team {
    display: flex;
  }
  header .header-grid .header-purple-card .purple-card-team div {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  header .header-grid {
    display: block;
  }
  header .header-grid .header-hero {
    border-right: 1px solid #F3F3F3;
    padding: 60px 40px;
  }
  header .header-grid .header-hero .hero-heading h1 {
    font-size: 3.5rem;
  }
  header .header-grid .header-purple-card {
    display: grid;
  }
  header .header-grid .header-purple-card .purple-card-contacts {
    display: none;
  }
  header .header-grid .header-purple-card .header-laptop {
    position: absolute;
    top: 330px;
    transform: translateY(0%);
    right: unset;
    left: -150px;
    width: 500px;
    height: auto;
  }
  header .header-grid .header-purple-card .purple-card-main {
    justify-content: flex-start;
    margin-top: 0px;
    border-top: 0px;
  }
  header .header-grid .header-purple-card .purple-card-main .main-right {
    gap: 400px;
    padding: 0px;
  }
  header .header-grid .header-purple-card .purple-card-main .main-right .right-top .top-tooltips {
    justify-content: flex-start;
  }
  header .header-grid .header-purple-card .purple-card-main .main-right .right-top h3 {
    text-align: left;
  }
  header .header-grid .header-purple-card .purple-card-team {
    display: flex;
  }
  header .header-grid .header-purple-card .purple-card-team div {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  header .header-grid .header-hero {
    padding: 50px 25px;
  }
  header .header-grid .header-hero .hero-heading h1 {
    font-size: 3rem;
    width: 100%;
  }
  header .header-grid .header-hero .hero-text p {
    padding: 40px 0px;
  }
  header .header-grid .header-hero .hero-text .text-btns {
    flex-direction: column;
  }
  header .header-grid .header-hero .hero-text .text-btns a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  header .header-grid .header-purple-card {
    padding: 25px;
  }
  header .header-grid .header-purple-card .header-laptop {
    position: absolute;
    top: 180px;
    transform: translateY(0%);
    right: unset;
    left: -120px;
    width: 450px;
    height: auto;
  }
  header .header-grid .header-purple-card .purple-card-main {
    justify-content: flex-start;
  }
  header .header-grid .header-purple-card .purple-card-main .main-right {
    gap: 330px;
  }
  header .header-grid .header-purple-card .purple-card-main .main-right .right-top .top-tooltips {
    justify-content: flex-start;
  }
  header .header-grid .header-purple-card .purple-card-main .main-right .right-top h3 {
    text-align: left;
  }
  header .header-grid .header-purple-card .purple-card-team {
    display: flex;
  }
  header .header-grid .header-purple-card .purple-card-team div {
    margin-bottom: 0px;
  }
}
#content {
  line-height: 25px;
}
#content table,
#content ul,
#content ol,
#content p,
#content h2,
#content h3,
#content h4,
#content h5,
#content hr {
  margin: 0 0 15px 0;
}
#content a {
  color: inherit;
}
#content hr {
  display: block;
  height: 1px;
  border: none;
  background: #e4e4e4;
}
#content h2 {
  font-size: 26px;
}
#content h3 {
  font-size: 23px;
}
#content h4 {
  font-size: 18px;
}
#content h5 {
  font-size: 16px;
}
#content ul li {
  padding: 2px 0 2px 20px;
  background: url('../img/content_li.png') 0 13px no-repeat;
  background-size: 8px 12px;
}
#content ul ul {
  margin-left: 13px;
  margin-bottom: 0px;
}
#content table {
  width: 100%;
}
#content table thead tr {
  background: #dcefff;
}
#content table thead tr th {
  padding: 12px 10px 12px 10px;
  font-weight: 400;
}
#content table thead tr th:first-child {
  text-align: left;
}
#content table thead tr th:last-child {
  text-align: right;
}
#content table tbody tr td {
  padding: 8px 10px 8px 10px;
}
#section-6 {
  background-color: #6a21ff;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-6::before {
  content: "Kontakt";
  position: absolute;
  bottom: -45px;
  left: -5px;
  font-size: 200px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.3);
  text-stroke: 1px rgba(255,255,255,0.3);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
#section-6 .footer-section {
  padding: 100px 0px 0px 0px;
  position: relative;
  z-index: 2;
  width: 100%;
}
#section-6 .footer-section .wrapper .footer-section-heading {
  text-align: center;
  position: relative;
}
#section-6 .footer-section .wrapper .footer-section-heading p {
  font-size: 20px;
  font-weight: 600;
}
#section-6 .footer-section .wrapper .footer-section-heading h2 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  white-space: nowrap;
  margin: 0px !important;
}
#section-6 .footer-section .wrapper .footer-section-main-content {
  margin: 0 auto;
  padding: 100px 0px;
  transition: opacity 1s ease-out, top 1s ease-out;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-top {
  padding: 40px 70px 50px 70px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-top .top-email,
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-top .top-phone {
  text-decoration: none;
  font-size: 28px;
  font-weight: 300;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom {
  background-color: #202020;
  padding: 25px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -15px;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom .bottom-links {
  display: flex;
  align-items: center;
  gap: 80px;
  font-size: 14px;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom .bottom-links a {
  text-decoration: none;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom .bottom-links a:hover {
  text-decoration: underline;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom .bottom-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
#section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom .bottom-socials a {
  display: inline-block;
  width: 24px;
  height: auto;
}
#section-6 .footer-section-copyright {
  transition: opacity 1s ease-out, bottom 1s ease-out;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  #section-6 .footer-section-copyright {
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #section-6 .footer-section .wrapper .footer-section-heading h2 {
    font-size: 3rem;
    white-space: normal;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content {
    width: auto;
    max-width: unset;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content .main-content-top {
    padding: 40px 50px 50px 50px;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content .main-content-top .top-email,
  #section-6 .footer-section .wrapper .footer-section-main-content .main-content-top .top-phone {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #section-6 .footer-section {
    padding: 100px 0px 0px 0px;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content {
    padding: 80px 0px;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom {
    flex-direction: column;
    gap: 15px;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content .main-content-bottom .bottom-links {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  #section-6 .footer-section .wrapper .footer-section-heading h2 {
    font-size: 2.5rem;
  }
  #section-6 .footer-section .wrapper .footer-section-main-content .main-content-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (max-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (max-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.DownloadGalleryTable img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.gallery-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.gallery-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.bookings_sheet tr td {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .bookings_sheet tr td {
    padding: 6px 4px !important;
  }
}
@media screen and (max-width: 1220px) {
  .bookings_sheet tr td {
    padding: 6px 2px !important;
  }
}
.bookings_sheet tr:hover {
  background: none !important;
}
.bookings_month {
  font-size: 17px;
  font-family: ;
  padding: 7px 0 25px;
}
.bookings_tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  color: white !important;
  text-align: center;
}
.bookings_tooltip .booking_detail {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.bookings_tooltip .booking_detail strong {
  margin-bottom: 4px;
  display: block;
}
.bookings_tooltip:hover .booking_detail {
  display: block;
}
.news-item {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-item-content {
  float: left;
}
.news-item-content-text {
  margin-bottom: 10px;
}
.news-item-content-date {
  color: #5e5e5e;
}
.news-item-content-more {
  margin: 0 5px;
}
.news-item-thumb {
  float: left;
}
.news-item-thumb img {
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form-help {
  display: none;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.album-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
