@charset "UTF-8";
/*
*	General styles
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Satoshi", sans-serif !important;
  color: #fff;
}

body {
  background-color: #1B1B1E !important;
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  section {
    padding: 70px 0 !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  section {
    padding: 75px 0 !important;
  }
}

::-moz-selection {
  background: rgb(227, 2, 19);
  color: white;
  /* boja teksta – opciono */
}

::selection {
  background: rgb(227, 2, 19);
  color: white;
  /* boja teksta – opciono */
}

.wpml-ls-legacy-list-horizontal a span,
.wpml-ls-legacy-list-horizontal a {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .wpml-ls-legacy-list-horizontal a span,
  .wpml-ls-legacy-list-horizontal a {
    font-size: 14px;
  }
}
.wpml-ls-legacy-list-horizontal a span:hover,
.wpml-ls-legacy-list-horizontal a:hover {
  color: rgb(227, 2, 19) !important;
}

.wpml-ls-current-language a span,
.wpml-ls-current-language a {
  color: rgb(227, 2, 19) !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.site-content {
  padding: 0 !important;
}

.archive-header {
  display: none !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.post,
.page {
  margin: 0 !important;
  overflow-x: hidden;
}

.border-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.inventory-table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table.inventory-table tr th,
table.inventory-table tr td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
table.inventory-table tbody > tr:nth-child(odd) > td,
table.inventory-table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.07);
}
table.inventory-table tbody tr,
table.inventory-table tbody tr:hover > td,
table.inventory-table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1) !important;
}

.wpml-ls-current-language a span,
.wpml-ls-current-language a {
  font-weight: bold;
}

body.archive section {
  padding: 50px 0;
}

iframe {
  border: 0 !important;
  width: 100%;
}

.fixedPosition {
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 16%;
  padding-right: 16%;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.bg-light {
  background-color: #F4F2ED !important;
}

.bg-primary {
  background-color: rgb(227, 2, 19) !important;
}

.bg-secondary {
  background-color: #0A2D82 !important;
}

.fc-primary {
  color: rgb(227, 2, 19) !important;
}

.fc-white {
  color: #fff !important;
}

.fc-black {
  color: #1B1B1E !important;
}

/*
*	mobile/desktop
*/
.desktop {
  display: block;
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .desktop {
    display: none;
  }
}

.desktop-flex {
  display: flex;
}
@media (max-width: 767px) {
  .desktop-flex {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .desktop-flex {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .desktop-flex {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .desktop-flex {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .mobile {
    display: block;
  }
}

.mobile-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-flex {
    display: flex !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mobile-flex {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-flex {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .mobile-flex {
    display: flex;
  }
}

/*
*	Table
*/
/*
*	Scroll to top
*/
.scroll-to-top {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A2D82;
  color: #fff !important;
  position: fixed;
  bottom: 48px;
  right: -100%;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  border-radius: 0;
  outline: none !important;
}
@media (max-width: 767px) {
  .scroll-to-top {
    bottom: 32px;
  }
}
.scroll-to-top i {
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.scroll-to-top i::before {
  color: #fff;
}
.scroll-to-top:hover {
  background-color: #0A2D82;
}
.scroll-to-top:hover i {
  transform: scale(1.2) !important;
}

.scroll-to-top.show {
  right: 24px;
}
@media (max-width: 767px) {
  .scroll-to-top.show {
    right: 16px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
section.tikt-cat-content .term-description {
  display: none !important;
}

.dd-white-bg .row {
  background: #fff;
  padding: 40px 30px;
  border-radius: 30px;
}

.dd-white-bg h2, .dd-white-bg p, .dd-white-bg ul, .dd-white-bg li, .dd-white-bg p * {
  color: #1b1b1e !important;
}

/*
*  Typography
*/
/* -------------------------
   FONT FACE DECLARATIONS
------------------------- */
/* === HEADINGS FONT === */
@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* === BODY FONT FAMILY : SATOSHI === */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* -------------------------
   HEADINGS
------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "RobotoCondensed", sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-bottom: 18px;
}

/* Responsive scaling */
h1,
.h1 {
  font-size: 64px !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 54px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 54px !important;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 42px !important;
  }
}

h2,
.h2 {
  font-size: 62px !important;
  letter-spacing: -2px !important;
  line-height: 100% !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h2,
  .h2 {
    font-size: 46px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px !important;
  }
}

h3,
.h3 {
  font-size: 32px !important;
  line-height: 1.25 !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h3,
  .h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px !important;
  }
}

h4,
.h4 {
  font-size: 32px !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h4,
  .h4 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 24px !important;
  }
}

h5,
.h5 {
  font-size: 24px !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h5,
  .h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px !important;
  }
}

h6,
.h6 {
  font-size: 18px !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h6,
  .h6 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 15px !important;
  }
}

/* -------------------------
   BODY TEXT
------------------------- */
body {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

p,
li {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1281px) and (max-width: 1600px) {
  p,
  li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  p,
  li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p,
  li {
    font-size: 15px;
  }
}
p:last-child,
li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  p br,
  li br {
    display: none;
  }
}

/* -------------------------
   LINKS
------------------------- */
a {
  font-family: "Satoshi", sans-serif;
  text-decoration: none !important;
  outline: none !important;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none !important;
  outline: none !important;
}

@media (max-width: 767px) {
  #accordion {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #accordion {
    margin-top: 16px;
  }
}
#accordion .card {
  border: 0;
  margin: 8px 0;
  border: 0 !important;
}
#accordion .card .card-header {
  background-color: transparent;
  border-radius: 0 !important;
  border: 0;
}
#accordion .card .card-header button {
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
  padding: 16px;
  position: relative;
  color: #1B1B1E;
  background-color: transparent;
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid #1B1B1E;
  font-size: 22px;
}
@media (max-width: 767px) {
  #accordion .card .card-header button {
    font-size: 18px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #accordion .card .card-header button {
    font-size: 20px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #accordion .card .card-header button {
    font-size: 20px;
  }
}
#accordion .card .card-header button::after {
  content: "\e913";
  font-family: "icomoon";
  color: #1B1B1E;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-10px, -50%);
  transition: all ease-in-out 0.5s;
  font-size: 18px;
}
#accordion .card .card-header button.collapsed {
  color: #1B1B1E;
  border: 1px solid #F4F2ED;
  transition: all 0.3s ease-in-out;
  border: 0;
  border-bottom: 1px solid #1B1B1E;
}
#accordion .card .card-header button.collapsed:hover {
  color: rgb(227, 2, 19);
}
#accordion .card .card-header button.collapsed:hover::after {
  color: rgb(227, 2, 19);
}
#accordion .card .card-header button.collapsed::after {
  content: "\e910";
  font-family: "icomoon";
  color: #1B1B1E;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-10px, -50%);
  transition: all ease-in-out 0.5s;
  font-size: 18px;
}
#accordion .card .card-body ul {
  margin-left: 25px;
  margin-bottom: 0;
}

.section-padding-medium.accordion-white {
  padding-top: 10px !important;
}

.accordion-white .card {
  background-color: transparent !important;
}
.accordion-white .card h5 button {
  color: #fff !important;
  border-color: #fff !important;
}
.accordion-white .card h5 button::after {
  color: #fff !important;
}

/*
*	Buttons style
*/
.btn {
  padding: 19px 34px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  border: 1px solid;
  letter-spacing: 0.14px;
  outline: none !important;
  font-style: italic;
  line-height: 1;
  font-family: "RobotoCondensed", sans-serif !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn {
    padding: 14px 22px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .btn {
    padding: 18px 26px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .btn {
    padding: 18px 26px;
  }
}
.btn::after {
  display: none !important;
}
.btn:focus {
  outline: none !important;
  border-color: none !important;
  box-shadow: none !important;
}

.btn-icon {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-icon:hover i {
  color: #fff;
}
.btn-icon i {
  font-size: 19px;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}

.btn-primary.btn-icon i {
  color: #fff;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

.btn-primary {
  background-color: rgb(227, 2, 19);
  color: #fff !important;
  border-color: rgb(227, 2, 19);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: #1B1B1E !important;
  color: #fff !important;
  border-color: #1B1B1E !important;
}

.btn-secondary {
  background-color: #0A2D82;
  color: #fff !important;
  border-color: #0A2D82;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  background-color: rgb(227, 2, 19);
  color: #fff !important;
  border-color: rgb(227, 2, 19);
}

.btn-black {
  background-color: #1B1B1E;
  color: #fff !important;
  border-color: #1B1B1E;
}
.btn-black:focus, .btn-black:active, .btn-black:hover {
  background-color: rgb(227, 2, 19);
  color: #fff !important;
  border-color: rgb(227, 2, 19);
}

.btn-white {
  background-color: #fff;
  color: #1B1B1E !important;
  border-color: #fff;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
  background-color: rgb(227, 2, 19);
  color: #fff !important;
  border-color: rgb(227, 2, 19);
}

.btn-outline-black {
  background-color: transparent;
  color: #1B1B1E !important;
  border-color: #1B1B1E;
}
.btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:hover {
  background-color: #1B1B1E;
  color: #fff !important;
  border-color: #1B1B1E;
}

.btn-outline-white {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:hover {
  background-color: #fff;
  color: #1B1B1E !important;
  border-color: #fff;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: rgb(227, 2, 19) !important;
  border-color: rgb(227, 2, 19);
}
.btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:hover {
  background-color: #0A2D82 !important;
  color: #fff !important;
  border-color: #0A2D82 !important;
}

.btn-outline-secondary {
  background-color: transparent !important;
  color: #0A2D82 !important;
  border-color: #0A2D82;
}
.btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:hover {
  background-color: #0A2D82;
  color: #fff !important;
  border-color: #0A2D82;
}

.btn-menu a {
  padding: 14px 32px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 28px !important;
  text-transform: uppercase;
  border: 1px solid;
  outline: none !important;
  background-color: transparent !important;
  color: #1B1B1E !important;
  border-color: #1B1B1E;
}
.btn-menu a:focus, .btn-menu a:active, .btn-menu a:hover {
  background-color: #1B1B1E !important;
  color: #fff !important;
  border-color: #1B1B1E !important;
  outline: none !important;
  border-color: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .btn-menu a {
    padding: 8px 20px;
    font-size: 15px;
  }
}

.wpcf7-submit {
  padding: 14px 32px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 8px;
  text-transform: uppercase;
  border: 1px solid;
  outline: none !important;
  background-color: rgb(227, 2, 19) !important;
  color: #fff !important;
  border-color: rgb(227, 2, 19) !important;
}
.wpcf7-submit:focus, .wpcf7-submit:active, .wpcf7-submit:hover {
  background-color: #fff !important;
  color: #1B1B1E !important;
  border-color: #fff !important;
}
@media (max-width: 767px) {
  .wpcf7-submit {
    padding: 8px 20px;
    font-size: 15px;
  }
}

.read-more {
  color: #1B1B1E;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 767px) {
  .read-more {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .read-more {
    font-size: 17px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .read-more {
    font-size: 17px;
  }
}
.read-more:active, .read-more:focus, .read-more:visited {
  color: #0A2D82;
}
.read-more:hover {
  color: rgb(227, 2, 19);
}
.read-more:hover::after {
  background-color: rgb(227, 2, 19);
}
.read-more:hover:after {
  transform: scaleX(0) translateY(4px);
  transform-origin: bottom right;
}
.read-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px !important;
  bottom: 2px;
  left: 0;
  background-color: #0A2D82;
  transition: transform 0.3s ease-out;
  transform: scaleX(1) translateY(4px);
  transform-origin: bottom left;
}

#footer-contact {
  display: flex;
  align-items: flex-end;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  width: 100%;
}
#footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1B1B1E 0%, rgba(27, 27, 30, 0.85) 12%, rgba(27, 27, 30, 0.25) 28%, rgba(27, 27, 30, 0) 50%, rgba(27, 27, 30, 0.25) 72%, rgba(27, 27, 30, 0.85) 88%, #1B1B1E 100%);
  pointer-events: none;
  z-index: 1;
}
#footer-contact > * {
  position: relative;
  z-index: 2;
}
#footer-contact .overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(to left, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
}
#footer-contact .item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #footer-contact .item {
    margin-bottom: 20px;
  }
}
#footer-contact .item p {
  margin-bottom: 2px;
  font-size: 18px;
}
#footer-contact h6 {
  font-size: 21px !important;
}

footer {
  padding: 80px 0 30px;
  background-color: #1B1B1E !important;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  footer .iso {
    max-width: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  footer .iso {
    max-width: 160px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  footer .iso {
    max-width: 160px;
  }
}
footer a.navbar-brand {
  justify-content: start;
}
footer a.navbar-brand img {
  max-width: 220px !important;
}
@media (max-width: 767px) {
  footer a.navbar-brand img {
    max-width: 180px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  footer a.navbar-brand img {
    max-width: 160px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  footer a.navbar-brand img {
    max-width: 160px;
  }
}
footer ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  footer ul.social {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
footer ul.social li {
  margin-bottom: 8px;
}
footer ul.social li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
footer ul.social li a:hover {
  background-color: rgb(227, 2, 19);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer ul.social li a:hover i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer ul.social li a:hover i::before {
  color: #fff;
}
footer ul.social li a i {
  font-size: 20px;
  color: #1B1B1E;
  transition: all 0.3s ease-in-out;
}
footer ul.social li a i::before {
  color: #1B1B1E;
}
footer h6 {
  font-size: 22px !important;
  font-style: italic;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  footer h6 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  footer .col-lg-2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  footer .col-lg-2 h6 {
    margin: 5px 0;
    height: 10px;
  }
}
footer .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .menu li {
  margin-bottom: 8px;
}
footer .menu li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .menu li a:hover {
  color: rgb(227, 2, 19);
}
footer .copyright {
  margin-top: 100px;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 16px;
  }
}
footer .copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .copyright p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
}
footer .copyright p a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .copyright p a:hover {
  color: rgb(227, 2, 19);
}

/* OVERLAY (za sve drawere) */
.tikt-info-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 9998;
}
.tikt-info-drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* BITNO: lock scroll na html + body */
html.tikt-drawer-open,
body.tikt-drawer-open {
  overflow: hidden !important;
}

/* DRAWER (za sve drawere) */
.tikt-info-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(720px, 92vw);
  background: #111;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 9999;
  padding: 48px 32px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-info-drawer {
    width: min(600px, 92vw);
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-info-drawer {
    width: min(600px, 92vw);
  }
}
.tikt-info-drawer {
  /* SCROLL U DRAWER-U */
  overflow: hidden;
  /* sprečava da scroll “pređe” na stranicu kad dođeš do kraja */
  overscroll-behavior: contain;
}
.tikt-info-drawer.is-active {
  transform: translateX(0);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.tikt-info-drawer i {
  color: #E5E5F0 !important;
}
.tikt-info-drawer {
  /* ZADRŽAVAM tvoje heading stilove */
}
.tikt-info-drawer h1,
.tikt-info-drawer h2,
.tikt-info-drawer h3,
.tikt-info-drawer h4,
.tikt-info-drawer h5,
.tikt-info-drawer h6 {
  color: #E5E5F0 !important;
}
.tikt-info-drawer h1 {
  font-size: 32px !important;
}
.tikt-info-drawer h2 {
  font-size: 28px !important;
}
.tikt-info-drawer h3 {
  font-size: 24px !important;
}
.tikt-info-drawer {
  /* Content */
}
.tikt-info-drawer .tikt-info-drawer-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.tikt-info-drawer .tikt-info-drawer-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) rgba(255, 255, 255, 0.04);
}
.tikt-info-drawer .tikt-info-drawer-content li,
.tikt-info-drawer .tikt-info-drawer-content div,
.tikt-info-drawer .tikt-info-drawer-content p,
.tikt-info-drawer .tikt-info-drawer-content p strong,
.tikt-info-drawer .tikt-info-drawer-content span {
  color: #E5E5F0 !important;
}
.tikt-info-drawer .tikt-info-drawer-content p label {
  color: #E5E5F0 !important;
}
.tikt-info-drawer .tikt-info-drawer-content::-webkit-scrollbar {
  width: 10px;
}
.tikt-info-drawer .tikt-info-drawer-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
}
.tikt-info-drawer .tikt-info-drawer-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border-radius: 999px;
  border: 2px solid rgba(17, 17, 17, 0.95);
}
.tikt-info-drawer .tikt-info-drawer-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.15));
}
.tikt-info-drawer {
  /* ✅ CF7 / forme – stavi ovde da važi i za contact drawer */
}
.tikt-info-drawer textarea.form-control,
.tikt-info-drawer select.form-control,
.tikt-info-drawer input.form-control {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #d2d6dc !important;
}
.tikt-info-drawer textarea.form-control:focus,
.tikt-info-drawer select.form-control:focus,
.tikt-info-drawer input.form-control:focus {
  background-color: #fff !important;
  color: #1B1B1E !important;
}
.tikt-info-drawer textarea.form-control::-moz-placeholder, .tikt-info-drawer select.form-control::-moz-placeholder, .tikt-info-drawer input.form-control::-moz-placeholder {
  color: #1B1B1E !important;
}
.tikt-info-drawer textarea.form-control:-moz-placeholder, .tikt-info-drawer select.form-control:-moz-placeholder, .tikt-info-drawer input.form-control:-moz-placeholder {
  color: #1B1B1E !important;
}
.tikt-info-drawer textarea.form-control:placeholder-shown, .tikt-info-drawer textarea.form-control::placeholder,
.tikt-info-drawer select.form-control:placeholder-shown,
.tikt-info-drawer select.form-control::placeholder,
.tikt-info-drawer input.form-control:placeholder-shown,
.tikt-info-drawer input.form-control::placeholder {
  color: #1B1B1E !important;
}
.tikt-info-drawer .wpcf7-submit {
  color: #fff !important;
}
.tikt-info-drawer .wpcf7-submit:hover {
  background-color: #1B1B1E !important;
  border-color: #1B1B1E !important;
  color: #fff !important;
}
.tikt-info-drawer .wpcf7-not-valid-tip {
  color: rgb(227, 2, 19) !important;
}
.tikt-info-drawer label {
  color: #1B1B1E;
}
.tikt-info-drawer .tikt-header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.tikt-info-drawer .tikt-header-info i {
  color: #1B1B1E;
  font-size: 30px;
}

/* Title */
h3.tikt-info-drawer-title {
  font-weight: 800;
  font-size: 40px !important;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 767px) {
  h3.tikt-info-drawer-title {
    font-size: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h3.tikt-info-drawer-title {
    font-size: 32px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  h3.tikt-info-drawer-title {
    font-size: 32px !important;
  }
}

/* Linkovi/btn lista u drawer-u (ostaje kao što imaš) */
.tikt-drawer-links {
  margin-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tikt-drawer-links__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
  text-align: left;
  color: #E5E5F0;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-drawer-links__btn {
    font-size: 13px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-drawer-links__btn {
    font-size: 13px !important;
  }
}
.tikt-drawer-links__btn i {
  font-size: 16px;
  color: #E5E5F0;
}

/* Responsive padding */
@media (max-width: 576px) {
  .tikt-info-drawer {
    padding: 40px 22px;
  }
}
/*
*	Forms style (input, select, textarea)
*/
textarea.form-control,
select.form-control,
input.form-control {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  height: 32px;
  padding-left: 0 !important;
  font-family: "Satoshi", sans-serif !important;
  box-shadow: none !important;
  color: #fff !important;
}
textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder, input.form-control::-moz-placeholder {
  color: #fff !important;
  font-family: "Satoshi", sans-serif !important;
  background-color: #1f1f27;
}
textarea.form-control::placeholder,
select.form-control::placeholder,
input.form-control::placeholder {
  color: #fff !important;
  font-family: "Satoshi", sans-serif !important;
  background-color: #1f1f27;
}
textarea.form-control:focus,
select.form-control:focus,
input.form-control:focus {
  box-shadow: none;
  background-color: #1f1f27;
  color: #fff !important;
}

.wpcf7-spinner {
  display: none !important;
}

.form-group label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: rgb(227, 2, 19);
}

.leaflet-popup-content {
  color: #1B1B1E !important;
}
.leaflet-popup-content strong {
  color: rgb(227, 2, 19) !important;
  font-family: "RobotoCondensed" !important;
  font-size: 18px !important;
}

textarea.form-control {
  height: 150px;
  padding-top: 16px;
}

select {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
}

.custom-file {
  height: 48px;
}
.custom-file input {
  opacity: 0;
}
.custom-file .custom-file-label {
  padding: 12px 12px;
  height: 48px;
  border: 2px solid #F4F2ED !important;
  color: #878787;
}
.custom-file .custom-file-label:hover::after {
  background-color: #3043FF !important;
  color: #fff !important;
  border-color: #3043FF !important;
}
.custom-file .custom-file-label::after {
  padding: 12px 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 48px;
}

.wpcf7-response-output {
  border-color: #fff !important;
  background: #d55252 !important;
  color: #fff !important;
  border-radius: 0;
  width: 100% !important;
  margin: 20px auto 20px !important;
  padding: 16px !important;
  margin-bottom: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #46b450 !important;
  color: #fff !important;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-checkbox {
  border: 0 !important;
  text-align: left;
  padding: 0 !important;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.wpcf7-checkbox label span {
  line-height: 1;
}
.wpcf7-checkbox label input {
  margin-right: 10px;
}

@media (max-width: 767px) {
  #wpcf7-f6-o1 .col-lg-3 p {
    margin-bottom: 0;
    margin-top: 13px;
  }
}

.start_date p {
  display: flex;
  align-items: center;
}
.start_date p span {
  flex: 1;
}
.start_date p i {
  margin-left: 16px;
  border: 1px solid #F4F2ED !important;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-style: normal;
}

.sg-response.error {
  background: #d55252;
  padding: 16px;
  margin-top: 16px;
  color: #fff !important;
}

.sg-response.success {
  background: #46b450;
  padding: 16px;
  margin-top: 16px;
  color: #fff !important;
}

#header-image {
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  #header-image {
    height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #header-image {
    height: 300px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #header-image {
    height: 300px;
  }
}
#header-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%);
  pointer-events: none;
  z-index: 1;
}
#header-image > * {
  position: relative;
  z-index: 2;
}
#header-image.header-image--has-slider {
  background-image: none !important;
  height: 560px;
}
@media (max-width: 767px) {
  #header-image.header-image--has-slider {
    height: 420px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #header-image.header-image--has-slider {
    height: 360px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #header-image.header-image--has-slider {
    height: 360px;
  }
}
#header-image .header-image__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
#header-image .header-image__slider.owl-carousel {
  display: block;
  height: 100%;
}
#header-image .header-image__slider:not(.owl-loaded) .header-image__slide:not(:first-child) {
  display: none;
}
#header-image .header-image__slider,
#header-image .header-image__slider .owl-stage-outer,
#header-image .header-image__slider .owl-stage,
#header-image .header-image__slider .owl-item,
#header-image .header-image__slide {
  height: 100%;
}
#header-image .header-image__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header-image .overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(to left, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  width: 60%;
  left: 0;
  top: 0;
  bottom: 0;
}
#header-image h1 {
  color: #fff;
}
#header-image #breadcrumbs span,
#header-image #breadcrumbs a {
  color: #fff;
}
#header-image #breadcrumbs .breadcrumb_last {
  color: rgba(255, 255, 255, 0.7);
}
#header-image p {
  margin: 24px auto;
  max-width: 80%;
  font-size: 22px;
}
@media (max-width: 767px) {
  #header-image p {
    font-size: 17px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #header-image p {
    font-size: 20px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #header-image p {
    font-size: 20px;
  }
}
#header-image h1 {
  margin-bottom: 8px;
}
#header-image h2 {
  margin-bottom: 40px;
  font-size: 55px;
}
@media (max-width: 767px) {
  #header-image h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #header-image h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #header-image h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

.tikt-cat-hero {
  height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .tikt-cat-hero {
    height: 350px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-cat-hero {
    height: 280px;
  }
}
.tikt-cat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%);
  pointer-events: none;
  z-index: 1;
}
.tikt-cat-hero > * {
  position: relative;
  z-index: 2;
}
.tikt-cat-hero.tikt-cat-hero--has-slider {
  background-image: none !important;
  height: 680px;
}
@media (max-width: 767px) {
  .tikt-cat-hero.tikt-cat-hero--has-slider {
    height: 420px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-cat-hero.tikt-cat-hero--has-slider {
    height: 360px;
  }
}
.tikt-cat-hero .tikt-cat-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.tikt-cat-hero .tikt-cat-hero__slider.owl-carousel {
  display: block;
  height: 100%;
}
.tikt-cat-hero .tikt-cat-hero__slider:not(.owl-loaded) .tikt-cat-hero__slide:not(:first-child) {
  display: none;
}
.tikt-cat-hero .tikt-cat-hero__slider,
.tikt-cat-hero .tikt-cat-hero__slider .owl-stage-outer,
.tikt-cat-hero .tikt-cat-hero__slider .owl-stage,
.tikt-cat-hero .tikt-cat-hero__slider .owl-item,
.tikt-cat-hero .tikt-cat-hero__slide {
  height: 100%;
}
.tikt-cat-hero .tikt-cat-hero__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tikt-cat-hero .overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(to left, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  width: 60%;
  left: 0;
  top: 0;
  bottom: 0;
}
.tikt-cat-hero .tikt-cat-hero__content {
  max-width: 650px;
}
.tikt-cat-hero h1 {
  margin-bottom: 0;
}
.tikt-cat-hero .tikt-cat-breadcrumbs {
  margin-bottom: 32px;
}
.tikt-cat-hero .tikt-cat-breadcrumbs .woocommerce-breadcrumb,
.tikt-cat-hero .tikt-cat-breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}
.tikt-cat-hero .tikt-cat-breadcrumbs a {
  transition: all 0.3s ease;
}
.tikt-cat-hero .tikt-cat-breadcrumbs a:hover {
  color: rgb(227, 2, 19);
}

.tikt-hero-slider-controls {
  position: absolute;
  right: 16%;
  bottom: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .tikt-hero-slider-controls {
    right: 15px;
    bottom: 16px;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tikt-hero-slider-controls {
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tikt-hero-slider-controls {
    right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-hero-slider-controls {
    right: 6%;
  }
}

.tikt-hero-slider-controls__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(27, 27, 30, 0.22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}
.tikt-hero-slider-controls__arrow:hover {
  background: rgb(227, 2, 19);
  border-color: rgb(227, 2, 19);
  color: #fff;
}
.tikt-hero-slider-controls__arrow i {
  font-size: 18px;
  line-height: 1;
}

.tikt-hero-slider-controls__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tikt-hero-slider-controls__dots .owl-dot {
  background: transparent;
  border: 0;
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tikt-hero-slider-controls__dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.tikt-hero-slider-controls__dots .owl-dot.active span,
.tikt-hero-slider-controls__dots .owl-dot:hover span {
  width: 24px;
  background: #fff;
}

#header-image.header-map {
  height: 660px;
}
@media (max-width: 767px) {
  #header-image.header-map {
    height: 400px;
  }
}
#header-image.header-map::before {
  z-index: 20;
  height: 60%;
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  .column-content .wpcf7 {
    margin-top: 80px;
  }
}

/*
*	Modal/popup style
*/
.modal .modal-dialog .modal-content {
  padding: 16px;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body h5 {
  color: #3043FF;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
}

#video-modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
#video-modal .modal-dialog .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
#video-modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  display: flex;
  padding: 7rem;
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #video-modal .modal-dialog .modal-content .modal-body {
    padding: 2rem 7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #video-modal .modal-dialog .modal-content .modal-body {
    padding: 2rem 7rem;
  }
}
@media (max-width: 767px) {
  #video-modal .modal-dialog .modal-content .modal-body {
    padding: 3rem 1rem;
    align-items: center;
  }
}
#video-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 750px;
}
@media (max-width: 767px) {
  #video-modal .modal-dialog .modal-content .modal-body iframe {
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #video-modal .modal-dialog .modal-content .modal-body iframe {
    height: 500px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #video-modal .modal-dialog .modal-content .modal-body iframe {
    height: 600px;
  }
}
#video-modal .modal-dialog .modal-content .modal-body .close-modal {
  position: absolute;
  right: 2%;
  border-radius: 50%;
  background-color: rgba(27, 27, 30, 0.6);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #video-modal .modal-dialog .modal-content .modal-body .close-modal {
    top: 12%;
  }
}
#video-modal .modal-dialog .modal-content .modal-body .close-modal img {
  filter: brightness(0) invert(1);
}

.col-full.topbar-wrapper {
  background-color: #1B1B1E !important;
  border-bottom-color: #1B1B1E !important;
}

header#masthead {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1030;
  backdrop-filter: blur(10px) brightness(0.3);
  -webkit-backdrop-filter: blur(10px) brightness(0.3);
}
@media (max-width: 767px) {
  header#masthead {
    height: auto;
  }
}
@media (max-width: 767px) {
  header#masthead .container-fluid {
    display: block;
  }
}
header#masthead .row {
  flex: 1;
}
header#masthead .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px !important;
}
@media (max-width: 767px) {
  header#masthead .navbar-brand img {
    width: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  header#masthead .navbar-brand img {
    max-width: 150px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  header#masthead .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  header#masthead .w-100 {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  header#masthead .row {
    flex-direction: row-reverse;
  }
}
header#masthead .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  header#masthead .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  header#masthead .header-contact-info {
    display: none;
  }
}
@media (max-width: 767px) {
  header#masthead .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
header#masthead .header-left .lang {
  display: flex;
  align-items: center;
  gap: 15px;
}
header#masthead .header-left .lang p {
  margin: 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
@media (max-width: 767px) {
  header#masthead .header-left .lang p {
    font-size: 14px;
  }
}
header#masthead .header-left .lang p:hover {
  color: rgb(227, 2, 19);
}
@media (max-width: 767px) {
  header#masthead .col-lg-6.text-center {
    text-align: left !important;
    padding-left: 30px;
  }
}

.navbar-fixed-top {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1030;
  backdrop-filter: blur(10px) brightness(0.3);
  -webkit-backdrop-filter: blur(10px) brightness(0.3);
}

body.header-4 {
  overflow-x: hidden !important;
}

.header-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .header-right {
    display: none !important;
  }
}
.header-right p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header-right p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .header-right p {
    font-size: 14px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .header-right p {
    font-size: 14px;
  }
}
.header-right a {
  color: #fff !important;
}
.header-right a:hover {
  color: rgb(227, 2, 19) !important;
}
.header-right a i {
  font-size: 25px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.header-right .burger-menu-wrapper {
  cursor: pointer;
  margin-left: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-right .burger-menu-wrapper {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .header-right .burger-menu-wrapper {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .header-right .burger-menu-wrapper {
    width: 46px;
    height: 46px;
  }
}
.header-right .burger-menu-wrapper i {
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  color: #1B1B1E;
}
@media (max-width: 767px) {
  .header-right .burger-menu-wrapper i {
    font-size: 22px;
  }
}

/* Accessibility helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Overlay base */
.tikt-overlay-menu {
  --tikt-levels: 0;
  --tikt-level-width: 380px;
  /* stagger */
  --tikt-stagger-step: 90ms;
  --tikt-item-duration: 800ms;
  --tikt-item-ease: cubic-bezier(.2, .9, .2, 1);
  /* left panel fade-in-right */
  --tikt-left-duration: 700ms;
  --tikt-left-delay: 120ms;
  --tikt-left-ease: cubic-bezier(.2, .9, .2, 1);
  /* wipe + image */
  --tikt-wipe-duration: 1400ms;
  --tikt-wipe-ease: cubic-bezier(.22, 1, .22, 1);
  --tikt-image-duration: 1400ms;
  --tikt-image-delay: 650ms;
  position: fixed;
  left: 0;
  right: 0;
  background: #0f1013;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.tikt-overlay-menu .current-menu-item a {
  background: rgb(227, 2, 19) !important;
}
.tikt-overlay-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tikt-overlay-menu {
  /* Backdrop */
}
.tikt-overlay-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.tikt-overlay-menu {
  /* PANEL LAYOUT */
}
.tikt-overlay-menu__panel {
  position: relative;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 380px auto 1fr;
  background: transparent;
  transform: translateY(-10px);
  transition: transform 0.25s ease;
  overflow: hidden;
}
.tikt-overlay-menu.is-open .tikt-overlay-menu__panel {
  transform: translateY(0);
}
.tikt-overlay-menu {
  /* LEFT COLUMN */
}
.tikt-overlay-menu__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #1B1B1E;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity var(--tikt-left-duration) var(--tikt-left-ease), transform var(--tikt-left-duration) var(--tikt-left-ease);
  transition-delay: var(--tikt-left-delay);
  will-change: transform, opacity;
}
.tikt-overlay-menu.is-open .tikt-overlay-menu__left {
  opacity: 1;
  transform: translateX(0);
}
.tikt-overlay-menu__top {
  display: flex;
  justify-content: flex-end;
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .tikt-overlay-menu__top {
    order: 2;
    padding: 18px 18px 20px;
  }
}
.tikt-overlay-menu__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 6px 8px;
  line-height: 1;
}
.tikt-overlay-menu__close i {
  font-size: 22px;
  color: #fff;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.tikt-overlay-menu__close:hover i {
  opacity: 1;
  transform: scale(1.05);
}
.tikt-overlay-menu__nav {
  flex: 1;
  overflow: auto;
}
.tikt-overlay-menu {
  /* LEFT MENU LIST */
}
.tikt-overlay-menu .tikt-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tikt-overlay-menu .tikt-menu-list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tikt-overlay-menu .tikt-menu-list > li:first-child {
  border-top: 0;
}
.tikt-overlay-menu .tikt-menu-list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17.3px 22px;
  padding-right: 66px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2px;
  transition: background 0.2s ease, color 0.2s ease;
}
.tikt-overlay-menu .tikt-menu-list > li > a:hover {
  background: rgb(227, 2, 19);
}
.tikt-overlay-menu .tikt-menu-list > li.is-submenu-open > a {
  background: rgb(227, 2, 19);
}
.tikt-overlay-menu .tikt-menu-list > li.menu-item-has-children > a:after {
  content: "\e912";
  font-family: "icomoon";
  font-size: 22px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.tikt-overlay-menu .tikt-menu-list > li > ul.sub-menu {
  display: none;
}
.tikt-overlay-menu {
  /* Toggle zona */
}
.tikt-overlay-menu .tikt-submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}
.tikt-overlay-menu .tikt-submenu-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}
.tikt-overlay-menu {
  /* INFO BLOCK */
}
.tikt-overlay-menu__info {
  background: rgb(227, 2, 19);
  color: #fff;
  padding: 26px 22px;
}
@media (max-width: 767px) {
  .tikt-overlay-menu__info {
    display: none;
  }
}
.tikt-overlay-menu .tikt-overlay-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tikt-overlay-menu .tikt-overlay-info__row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.tikt-overlay-menu .tikt-overlay-info__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: 0 0 34px;
  margin-top: 2px;
}
.tikt-overlay-menu .tikt-overlay-info__title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}
.tikt-overlay-menu .tikt-overlay-info__text {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}
.tikt-overlay-menu .tikt-overlay-info__social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.tikt-overlay-menu .tikt-overlay-info__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.2s ease;
}
.tikt-overlay-menu .tikt-overlay-info__social a:hover {
  background: rgba(255, 255, 255, 0.28);
}
.tikt-overlay-menu {
  /* SUBMENU WRAP (Desktop columns) */
}
.tikt-overlay-menu__submenu {
  height: 100%;
  background: #1B1B1E;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: calc(var(--tikt-levels) * var(--tikt-level-width));
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-8px);
  overflow: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, width 0.25s ease;
}
.tikt-overlay-menu.has-levels .tikt-overlay-menu__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.tikt-overlay-menu .tikt-submenu-columns {
  height: 100%;
  display: flex;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.tikt-overlay-menu .tikt-subcol {
  flex: 0 0 var(--tikt-level-width);
  width: var(--tikt-level-width);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  background: #1B1B1E;
}
.tikt-overlay-menu .tikt-subcol__top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .tikt-overlay-menu .tikt-subcol__top {
    order: 2;
    padding: 18px 18px 20px !important;
  }
}
.tikt-overlay-menu .tikt-subcol__back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tikt-overlay-menu .tikt-subcol__back i {
  font-size: 16px;
  opacity: 0.9;
}
.tikt-overlay-menu .tikt-subcol__back:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tikt-overlay-menu .tikt-subcol__title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
.tikt-overlay-menu .tikt-subcol__body {
  flex: 1;
  overflow: auto;
}
.tikt-overlay-menu .tikt-submenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tikt-overlay-menu .tikt-submenu__list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tikt-overlay-menu .tikt-submenu__list > li:first-child {
  border-top: 0;
}
.tikt-overlay-menu .tikt-submenu__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  padding-right: 66px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s ease;
}
.tikt-overlay-menu .tikt-submenu__list > li > a:hover {
  background: rgb(227, 2, 19);
}
.tikt-overlay-menu .tikt-submenu__list > li.menu-item-has-children > a:after {
  content: "\e912";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.tikt-overlay-menu .tikt-submenu__list > li > ul.sub-menu {
  display: none;
}
.tikt-overlay-menu {
  /* RIGHT IMAGE */
}
.tikt-overlay-menu__right {
  position: relative;
  overflow: hidden;
  background: #0f1013;
}
.tikt-overlay-menu__right:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0b0c10;
  transform: translateX(100%);
  z-index: 5;
  will-change: transform;
}
.tikt-overlay-menu.is-open.is-opening .tikt-overlay-menu__right:before {
  animation: tiktWipe var(--tikt-wipe-duration) var(--tikt-wipe-ease) forwards;
}
.tikt-overlay-menu__image {
  position: absolute;
  inset: 0;
  background-image: var(--tikt-img-current, none);
  background-size: cover;
  background-position: center;
  transform: scale(1.12);
  opacity: 0;
  transition: transform var(--tikt-image-duration) ease, opacity 600ms ease;
  transition-delay: var(--tikt-image-delay);
}
.tikt-overlay-menu__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tikt-img-next, none);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 220ms ease;
}
.tikt-overlay-menu__image.is-swapping:before {
  opacity: 1;
}
.tikt-overlay-menu__image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.tikt-overlay-menu.is-open .tikt-overlay-menu__image {
  opacity: 1;
  transform: scale(1);
}
.tikt-overlay-menu {
  /* helperi */
}
.tikt-overlay-menu .tikt-menu-list a .icon-wrapper,
.tikt-overlay-menu .tikt-submenu__list a .icon-wrapper {
  pointer-events: none;
  display: none;
}
.tikt-overlay-menu .caret {
  display: none !important;
}
.tikt-overlay-menu {
  /* =============================
     STAGGER (left->right)
     ============================= */
}
.tikt-overlay-menu .tikt-menu-list > li,
.tikt-overlay-menu .tikt-submenu__list > li {
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity var(--tikt-item-duration) var(--tikt-item-ease), transform var(--tikt-item-duration) var(--tikt-item-ease);
  transition-delay: calc(var(--i, 0) * var(--tikt-stagger-step));
  will-change: transform, opacity;
}
.tikt-overlay-menu.is-open .tikt-menu-list > li {
  opacity: 1;
  transform: translateX(0);
}
.tikt-overlay-menu .tikt-subcol.is-animating .tikt-submenu__list > li {
  opacity: 1;
  transform: translateX(0);
}
.tikt-overlay-menu {
  /* reduce motion */
}
@media (prefers-reduced-motion: reduce) {
  .tikt-overlay-menu__left, .tikt-overlay-menu__image, .tikt-overlay-menu__right:before,
  .tikt-overlay-menu .tikt-menu-list > li,
  .tikt-overlay-menu .tikt-submenu__list > li {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.tikt-overlay-menu {
  /* =============================
     MOBILE PUSH (STACK OVER CURRENT)
     ============================= */
}
@media (max-width: 991px) {
  .tikt-overlay-menu {
    --tikt-level-width: 100vw;
  }
  .tikt-overlay-menu__panel {
    grid-template-columns: 1fr;
  }
  .tikt-overlay-menu {
    /* right image hide on mobile */
  }
  .tikt-overlay-menu__right {
    display: none;
  }
  .tikt-overlay-menu {
    /* ✅ keep left visible */
  }
  .tikt-overlay-menu__left {
    border-right: 0;
    position: relative;
    z-index: 1;
  }
  .tikt-overlay-menu {
    /* ✅ Submenu becomes overlay on top of left */
  }
  .tikt-overlay-menu__submenu {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    border-right: 0 !important;
    /* hidden until has-levels */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(0);
    background: #1B1B1E;
    z-index: 5;
  }
  .tikt-overlay-menu.has-levels .tikt-overlay-menu__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .tikt-overlay-menu .tikt-submenu-columns {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .tikt-overlay-menu {
    /* Each column becomes full screen layer */
  }
  .tikt-overlay-menu .tikt-subcol {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100%;
    border-right: 0;
    /* default hidden */
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .tikt-overlay-menu {
    /* ✅ only active visible */
  }
  .tikt-overlay-menu .tikt-subcol.is-active-mobile {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .tikt-overlay-menu {
    /* top row always visible */
  }
  .tikt-overlay-menu .tikt-subcol__top {
    padding: 16px 18px 12px;
  }
  .tikt-overlay-menu {
    /* body scroll */
  }
  .tikt-overlay-menu .tikt-subcol__body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* body lock */
body.tikt-menu-open {
  overflow: hidden;
}

/* Keyframes */
@keyframes tiktWipe {
  0% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-110%);
  }
}
.mobile-navigation {
  /* 1 - 0.21 = 0.79 */
  backdrop-filter: blur(10px) brightness(0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 10px;
  width: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mobile-navigation a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "RobotoCondensed" !important;
}
.mobile-navigation a:hover, .mobile-navigation a:focus, .mobile-navigation a:active {
  color: rgb(227, 2, 19) !important;
}
.mobile-navigation a:hover i, .mobile-navigation a:focus i, .mobile-navigation a:active i {
  color: rgb(227, 2, 19) !important;
}
.mobile-navigation a i {
  font-size: 22px;
}
.mobile-navigation a i.icon-tikt-home {
  font-size: 21px !important;
}
.mobile-navigation a.active {
  color: rgb(227, 2, 19);
}
.mobile-navigation a.active i {
  color: rgb(227, 2, 19);
}

.tikt-burger {
  width: 24px;
  height: 16px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.tikt-burger__line {
  display: block;
  width: 100%;
  height: 3px;
  background: #1B1B1E;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.burger-menu-wrapper {
  cursor: pointer;
}
.burger-menu-wrapper.is-active .tikt-burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-menu-wrapper.is-active .tikt-burger__line:nth-child(2) {
  opacity: 0;
}
.burger-menu-wrapper.is-active .tikt-burger__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

#tiktMenuToggleMobile.is-active .tikt-burger__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#tiktMenuToggleMobile.is-active .tikt-burger__line:nth-child(2) {
  opacity: 0;
}
#tiktMenuToggleMobile.is-active .tikt-burger__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

ul.pagination {
  margin-top: 24px !important;
  justify-content: center;
}
@media (max-width: 767px) {
  ul.pagination {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ul.pagination {
    flex-wrap: wrap;
  }
}
ul.pagination li {
  margin: 0 5px;
}
@media (max-width: 767px) {
  ul.pagination li {
    margin: 8px 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ul.pagination li {
    margin: 8px 5px;
  }
}
ul.pagination li a {
  border: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #1B1B1E;
}
ul.pagination li a:active, ul.pagination li a:focus, ul.pagination li a:hover {
  background-color: #F4F2ED;
  color: #1B1B1E;
  outline: none;
  box-shadow: none;
}
ul.pagination li.active a {
  background-color: rgb(227, 2, 19) !important;
}

.post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-navigation .nav-links {
    flex-direction: column;
  }
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
  flex: 0 0 48%;
  max-width: 48%;
  height: 105px;
}
@media (max-width: 767px) {
  .post-navigation .nav-links .nav-next,
  .post-navigation .nav-links .nav-previous {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 8px 0;
  }
}
.post-navigation .nav-links .nav-next .nav-subtitle,
.post-navigation .nav-links .nav-previous .nav-subtitle {
  display: block;
}
.post-navigation .nav-links .nav-previous {
  text-align: right;
}
.post-navigation .nav-links .nav-previous a {
  align-items: flex-end;
  padding-left: 40px;
}
.post-navigation .nav-links .nav-previous a::before {
  content: "";
  border: solid #1B1B1E;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: rotate(135deg) translate(0, -50%);
}
.post-navigation .nav-links .nav-next {
  text-align: left;
}
.post-navigation .nav-links .nav-next a {
  padding-right: 40px;
}
.post-navigation .nav-links .nav-next a::before {
  content: "";
  border: solid #1B1B1E;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.post-navigation .nav-links a {
  position: relative;
  padding: 15px;
  border: 1px solid #f4f4f4;
  width: 100%;
  transition: all 0.3s ease-in-out;
  color: #1B1B1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.post-navigation .nav-links a .nav-subtitle {
  font-weight: 700;
}
.post-navigation .nav-links a:hover {
  color: rgb(227, 2, 19);
  border-color: rgb(227, 2, 19);
}
.post-navigation .nav-links a:hover::before {
  color: rgb(227, 2, 19);
  border-color: rgb(227, 2, 19);
}

.nav-tabs {
  border: 0;
  margin-bottom: 16px !important;
}
.nav-tabs li.nav-item:first-child a.nav-link {
  margin-left: 0;
}
.nav-tabs li.nav-item a.nav-link {
  border: 0;
  border-radius: 0;
  color: #1B1B1E;
  background-color: #F4F2ED;
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
}
.nav-tabs li.nav-item a.nav-link:hover {
  background-color: #3043FF;
  color: #fff;
}
.nav-tabs li.nav-item a.nav-link.active {
  background-color: #3043FF;
  color: #fff;
}

#index-page .blog-row {
  align-items: center;
  margin: 24px 0;
}
#index-page .blog-row h4 {
  font-weight: 600;
}
#index-page .blog-row p {
  margin: 0;
}
#index-page .blog-row p.date {
  margin-bottom: 8px;
}
#index-page .blog-row a.btn {
  margin-top: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#index-page .blog-row .blog-image {
  position: relative;
  overflow: hidden;
  display: block;
}
#index-page .blog-row .blog-image:hover img {
  transform: scale(1.1);
}
#index-page .blog-row .blog-image img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  #single-post-random .single-post-item {
    margin: 16px 0;
  }
  #single-post-random .single-post-item:first-child {
    margin-top: 0;
  }
}
#single-post-random .single-post-item h3 {
  margin: 8px 0 16px;
  font-size: 16px;
}
#single-post-random .single-post-item h3 a {
  color: rgb(227, 2, 19);
  transition: all 0.3s ease-in-out;
}
#single-post-random .single-post-item h3 a:hover {
  color: #1B1B1E;
}
#single-post-random .single-post-item a {
  color: #1B1B1E;
  transition: all 0.3s ease-in-out;
}
#single-post-random .single-post-item a:hover {
  color: rgb(227, 2, 19);
}

blockquote {
  border-left: 5px solid rgb(227, 2, 19);
  margin: 0;
  padding-left: 24px;
  font-style: italic;
  color: rgb(227, 2, 19);
}

.tikt-map-wrap {
  width: 100%;
  height: 100%;
}

#tikt-map {
  width: 100%;
  height: 100%;
  background: #0b0f14;
}

/*
*	404 Error
*/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  color: rgb(227, 2, 19);
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 32px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .error-404 h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .error-404 h1 {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .error-404 h1 {
    font-size: 80px;
  }
}
.error-404 p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .error-404 p {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .error-404 p {
    font-size: 16px;
  }
}

#hero {
  height: calc(100vh - 90px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  #hero {
    height: calc(80vh - 50px);
  }
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%);
  pointer-events: none;
  z-index: 1;
}
#hero > * {
  position: relative;
  z-index: 2;
}
#hero.hero--has-slider {
  background-image: none !important;
  height: 100vh;
}
@media (max-width: 767px) {
  #hero.hero--has-slider {
    height: 90vh;
  }
}
#hero .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
#hero .hero__slider.owl-carousel {
  display: block;
  height: 100%;
}
#hero .hero__slider:not(.owl-loaded) .hero__slide:not(:first-child) {
  display: none;
}
#hero .hero__slider,
#hero .hero__slider .owl-stage-outer,
#hero .hero__slider .owl-stage,
#hero .hero__slider .owl-item,
#hero .hero__slide {
  height: 100%;
}
#hero .hero__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(to left, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  width: 60%;
  left: 0;
  top: 0;
  bottom: 0;
}
#hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .hero-content {
  margin-bottom: 100px;
  position: relative;
  z-index: 100;
}
#hero h1 * {
  font-family: "RobotoCondensed", sans-serif !important;
  font-style: italic !important;
}
#hero h1 {
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  margin-bottom: 24px;
  font-size: 90px !important;
  font-family: "RobotoCondensed", sans-serif !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 100%;
}
@media (max-width: 767px) {
  #hero h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #hero h1 {
    font-size: 72px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  #hero h1 {
    font-size: 72px !important;
  }
}
#hero h1 .hero-title__outline {
  display: inline-block;
  font-weight: 700 !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.85) !important;
  text-stroke: 1px rgba(255, 255, 255, 0.85) !important;
  letter-spacing: 0.02em;
}
#hero h1 .hero-title__highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#hero h1 .hero-title__highlight:after {
  content: "";
  position: absolute;
  left: 0;
  right: -12px;
  height: 0.26em;
  bottom: 0.06em;
  background: #e00014;
  z-index: -1;
  transform: skewX(-10deg);
}
#hero h2 {
  color: #fff;
  margin-bottom: 25px;
}

section#default-page {
  padding-top: 20px !important;
}

.block_grid_repeater_with_image.home-benefits-grid img {
  max-height: 80px;
  width: 110px;
}

.wp-pagenavi {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wp-pagenavi .page-numbers {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3043FF;
  border-radius: 6px;
  margin: 0 6px;
  color: #3043FF;
  text-decoration: none;
}
.wp-pagenavi .page-numbers:hover {
  background-color: #3043FF;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #3043FF;
  color: #fff;
}

.archive .content-area {
  width: 100%;
}
.archive #main .woocommerce-products-header__title.page-title {
  display: none;
}

@media (max-width: 767px) {
  .tikt-cat-content {
    padding-top: 0 !important;
  }
}
.tikt-cat-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tikt-cat-content h2 {
    margin-bottom: 15px;
  }
}

.tikt-product-price {
  margin-top: 8px;
  font-family: "RobotoCondensed" !important;
  font-style: normal !important;
  letter-spacing: -1px;
}
.tikt-product-price span {
  color: rgb(227, 2, 19);
  font-weight: 700;
  font-family: "RobotoCondensed" !important;
  font-style: normal !important;
  letter-spacing: -1px;
}

.tikt-child-cat-card {
  background-color: #111;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  color: #1B1B1E;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .tikt-child-cat-card {
    padding: 12px;
  }
}
.tikt-child-cat-card:hover i {
  background-color: #fff !important;
}
.tikt-child-cat-card .image {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 12px;
  overflow: hidden;
}
.tikt-child-cat-card .image img {
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.tikt-child-cat-card .image .tikt-product-sku {
  color: #1B1B1E !important;
  font-weight: 700 !important;
  margin-top: 8px;
  font-size: 12px;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.tikt-child-cat-card .tikt-child-cat-bottom {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.tikt-child-cat-card .tikt-child-cat-bottom .tikt-child-cat-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tikt-child-cat-card .tikt-child-cat-bottom h3 {
  color: #E5E5F0 !important;
  margin: 0;
  font-size: 19px !important;
  line-height: 100% !important;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .tikt-child-cat-card .tikt-child-cat-bottom h3 {
    font-size: 19px !important;
  }
}
.tikt-child-cat-card .tikt-child-cat-bottom i {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  max-width: 50px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgb(227, 2, 19);
  border-radius: 50%;
  font-size: 25px;
  align-self: flex-end;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .tikt-child-cat-card .tikt-child-cat-bottom i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    max-width: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-child-cat-card .tikt-child-cat-bottom i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    font-size: 21px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-child-cat-card .tikt-child-cat-bottom i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    font-size: 21px;
  }
}
.tikt-child-cat-card .tikt-child-cat-name .tikt-child-cat-count {
  font-size: 0.7em;
  opacity: 0.75;
  margin-left: 8px;
  font-weight: 400;
}

.shoptimizer-sorting {
  display: none !important;
}

.single-product div[id^=product-].product.type-product {
  margin-right: 16% !important;
  margin-left: 16% !important;
  max-width: 100% !important;
  margin-top: 60px;
  background-color: #111 !important;
  padding: 50px 60px !important;
  border-radius: 29px;
}
@media (max-width: 767px) {
  .single-product div[id^=product-].product.type-product {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px 20px !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .single-product div[id^=product-].product.type-product {
    margin-right: 6% !important;
    margin-left: 6% !important;
    padding: 30px 40px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .single-product div[id^=product-].product.type-product {
    margin-right: 4% !important;
    margin-left: 4% !important;
    padding: 30px 40px !important;
  }
}
.single-product .related-wrapper {
  padding: 0 !important;
  background-color: transparent !important;
}
.single-product .related-wrapper h2 {
  color: #E5E5F0 !important;
  font-size: 40px !important;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-product .related-wrapper h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }
}
.single-product .related-wrapper .up-sells,
.single-product .related-wrapper .related.products {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 50px !important;
  max-width: 100%;
}
.single-product .related-wrapper .up-sells .tikt-child-cat-card,
.single-product .related-wrapper .related.products .tikt-child-cat-card {
  border: 1px solid #28282a;
}
@media (max-width: 767px) {
  .single-product .related-wrapper .up-sells ul.products,
  .single-product .related-wrapper .related.products ul.products {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
    row-gap: 30px !important;
  }
}
@media (max-width: 767px) {
  .single-product .related-wrapper .up-sells ul.products .tikt-child-cat-card,
  .single-product .related-wrapper .related.products ul.products .tikt-child-cat-card {
    width: 300px;
  }
}

.tikt-child-cat-card__count {
  background-color: rgb(227, 2, 19);
  color: #fff;
  border-radius: 30px;
  display: inline-flex;
  text-align: center;
  min-width: 30px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-style: normal;
  position: relative;
  top: -7px;
}

.product-details-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.product-details-wrapper .btn {
  font-size: 19px !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .product-details-wrapper .btn {
    font-size: 17px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .product-details-wrapper .btn {
    font-size: 17px !important;
  }
}
.product-details-wrapper .price {
  font-size: 30px !important;
  font-family: "RobotoCondensed" !important;
  font-style: normal !important;
  letter-spacing: -1px;
  margin-bottom: 0px !important;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .product-details-wrapper .price {
    font-size: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .product-details-wrapper .price {
    font-size: 26px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .product-details-wrapper .price {
    font-size: 26px !important;
  }
}
.product-details-wrapper .price span,
.product-details-wrapper .price bdi {
  color: rgb(227, 2, 19);
  font-weight: 700;
  margin: 20px 0 30px;
  font-family: "RobotoCondensed" !important;
  font-style: normal !important;
  letter-spacing: -1px;
}
.product-details-wrapper .price-extra-info {
  color: #E5E5F0;
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 14px;
}
.product-details-wrapper .images,
.product-details-wrapper .woocommerce-product-gallery {
  width: 50% !important;
}
@media (max-width: 767px) {
  .product-details-wrapper .images,
  .product-details-wrapper .woocommerce-product-gallery {
    width: 100% !important;
  }
}
.product-details-wrapper .images img,
.product-details-wrapper .woocommerce-product-gallery img {
  border-radius: 12px !important;
}
.product-details-wrapper .summary {
  width: 50% !important;
  padding-left: 60px !important;
}
@media (max-width: 767px) {
  .product-details-wrapper .summary {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.product-details-wrapper .summary h1.product_title {
  color: #E5E5F0 !important;
  padding: 0 !important;
  font-size: 46px !important;
  line-height: 100% !important;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .product-details-wrapper .summary h1.product_title {
    font-size: 30px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .product-details-wrapper .summary h1.product_title {
    font-size: 38px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .product-details-wrapper .summary h1.product_title {
    font-size: 38px !important;
  }
}

.tikt-single-sku {
  margin: 10px 0;
}
.tikt-single-sku .tikt-single-sku__label {
  color: #E5E5F0 !important;
  font-weight: 700 !important;
}
.tikt-single-sku .tikt-single-sku__value {
  color: #E5E5F0 !important;
  font-weight: 700 !important;
}

.tikt-single-wishlist {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tikt-single-wishlist a,
.tikt-single-wishlist button {
  background: none;
  border: 0;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
}
.tikt-single-wishlist__text {
  font-size: 14px;
  line-height: 1.2;
  color: #111;
}

.summary h1 {
  font-size: 52px !important;
}

.related-wrapper {
  background-color: #1B1B1E !important;
}
.related-wrapper .product_meta {
  display: none;
}
.related-wrapper .col-lg-4 {
  display: flex;
}
@media (max-width: 767px) {
  .related-wrapper .col-lg-4 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  ul.products {
    grid-template-columns: repeat(1, minmax(10px, 1fr)) !important;
    row-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}

@media (max-width: 767px) {
  ul.products.columns-3 > div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px !important;
  }
}

.tikt-child-cat-card--layout-1 {
  display: block;
  background: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 28px 28px 22px;
  height: 100%;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tikt-child-cat-card--layout-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  color: #000 !important;
  letter-spacing: -1px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__title {
    font-size: 28px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__title {
    font-size: 28px !important;
  }
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__left {
  flex: 1 1 auto;
  min-width: 0;
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__list li {
  margin: 0 0 8px;
  font-size: 16px;
  opacity: 0.7;
  color: #111;
  line-height: 1.15;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__list li {
    font-size: 15px !important;
    margin-bottom: 0 0 6px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__list li {
    font-size: 15px !important;
    margin-bottom: 0 0 6px;
  }
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__list .tikt-child-cat-card__more {
  opacity: 0.7;
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__empty {
  margin: 0;
  font-size: 16px;
  opacity: 0.7;
  color: #111;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__empty {
    font-size: 15px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__empty {
    font-size: 15px !important;
  }
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__right {
  flex: 0 0 200px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right {
    flex: 0 0 170px;
  }
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__right img {
  width: 200px;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right img {
    width: 170px;
  }
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__divider {
  margin: 24px 0 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tikt-child-cat-card--layout-1 .tikt-child-cat-card__btn.btn.btn-block {
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .tikt-child-cat-card--layout-1 {
    padding: 22px 18px 18px;
  }
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__title {
    font-size: 26px;
  }
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right {
    flex-basis: 120px;
  }
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right img {
    width: 120px;
  }
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__list li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__content {
    gap: 16px;
  }
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right {
    flex-basis: 90px;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right {
    flex-basis: 150px;
  }
}
@media (max-width: 575px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right img {
    width: 90px;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  .tikt-child-cat-card--layout-1 .tikt-child-cat-card__right img {
    flex-basis: 140px;
  }
}

.cg-cat-image {
  display: none !important;
}

@media (max-width: 767px) {
  .row.tikt-cat-children-grid .mb-4 {
    margin-bottom: 10px !important;
  }
}

/* Pagination (products + categories) */
.tikt-woo-pagination,
.tikt-cat-pagination {
  margin-top: 24px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tikt-woo-pagination ul.page-numbers,
.tikt-cat-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tikt-woo-pagination ul.page-numbers li,
.tikt-cat-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.tikt-woo-pagination ul.page-numbers,
.tikt-cat-pagination ul.page-numbers {
  /* broj u krugu */
}
.tikt-woo-pagination ul.page-numbers a.page-numbers,
.tikt-woo-pagination ul.page-numbers span.page-numbers,
.tikt-cat-pagination ul.page-numbers a.page-numbers,
.tikt-cat-pagination ul.page-numbers span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.tikt-woo-pagination ul.page-numbers a.page-numbers:hover,
.tikt-woo-pagination ul.page-numbers span.page-numbers:hover,
.tikt-cat-pagination ul.page-numbers a.page-numbers:hover,
.tikt-cat-pagination ul.page-numbers span.page-numbers:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
}
.tikt-woo-pagination ul.page-numbers,
.tikt-cat-pagination ul.page-numbers {
  /* active/current */
}
.tikt-woo-pagination ul.page-numbers span.page-numbers.current,
.tikt-cat-pagination ul.page-numbers span.page-numbers.current {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #111;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}
.tikt-woo-pagination ul.page-numbers,
.tikt-cat-pagination ul.page-numbers {
  /* prev/next kao krug sa ikonom */
}
.tikt-woo-pagination ul.page-numbers a.page-numbers.prev,
.tikt-woo-pagination ul.page-numbers a.page-numbers.next,
.tikt-cat-pagination ul.page-numbers a.page-numbers.prev,
.tikt-cat-pagination ul.page-numbers a.page-numbers.next {
  font-size: 0;
  padding: 0;
}
.tikt-woo-pagination ul.page-numbers a.page-numbers.prev i,
.tikt-woo-pagination ul.page-numbers a.page-numbers.next i,
.tikt-cat-pagination ul.page-numbers a.page-numbers.prev i,
.tikt-cat-pagination ul.page-numbers a.page-numbers.next i {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
}
.tikt-woo-pagination ul.page-numbers a.page-numbers.prev:hover i,
.tikt-woo-pagination ul.page-numbers a.page-numbers.next:hover i,
.tikt-cat-pagination ul.page-numbers a.page-numbers.prev:hover i,
.tikt-cat-pagination ul.page-numbers a.page-numbers.next:hover i {
  color: rgb(255, 255, 255);
}
.tikt-woo-pagination ul.page-numbers,
.tikt-cat-pagination ul.page-numbers {
  /* dots (...) */
}
.tikt-woo-pagination ul.page-numbers span.page-numbers.dots,
.tikt-cat-pagination ul.page-numbers span.page-numbers.dots {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 576px) {
  .tikt-woo-pagination,
  .tikt-cat-pagination {
    justify-content: center;
  }
  .tikt-woo-pagination ul.page-numbers,
  .tikt-cat-pagination ul.page-numbers {
    gap: 10px;
  }
  .tikt-woo-pagination ul.page-numbers a.page-numbers,
  .tikt-woo-pagination ul.page-numbers span.page-numbers,
  .tikt-cat-pagination ul.page-numbers a.page-numbers,
  .tikt-cat-pagination ul.page-numbers span.page-numbers {
    width: 32px;
    height: 32px;
  }
}
.shoptimizer-product-prevnext {
  display: none !important;
}
.shoptimizer-product-prevnext .tooltip {
  display: none !important;
}

/* sakrij default svg */
.shoptimizer-product-prevnext > a > svg {
  display: none !important;
}

/* wrapper razmak između dugmadi */
.shoptimizer-product-prevnext {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* sam link kao kružni button */
.shoptimizer-product-prevnext > a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F6F6F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  transition: opacity 0.15s ease;
}

/* ukloni eventualne default paddings/margins */
.shoptimizer-product-prevnext > a {
  padding: 0 !important;
  margin: 0 !important;
}

/* icon common */
.shoptimizer-product-prevnext > a::before {
  font-family: "icomoon" !important;
  font-size: 18px;
  line-height: 1;
  display: block;
  color: #111;
  /* promeni ako hoćeš svetlije */
}

/* prev / next glyph */
.shoptimizer-product-prevnext > a:first-child::before {
  content: "\e911";
}

.shoptimizer-product-prevnext > a:last-child::before {
  content: "\e912";
}

/* hover */
.shoptimizer-product-prevnext > a:hover {
  opacity: 0.85;
}

/* focus (accessibility) */
.shoptimizer-product-prevnext > a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* tooltip da ne pomeri layout (ako bude problema) */
.shoptimizer-product-prevnext .tooltip {
  pointer-events: none;
}

.single-product #page div.product .summary {
  top: 110px !important;
}

.archive-product-wrapper .tikt-child-cat-card {
  border-radius: 16px;
}
.archive-product-wrapper .tikt-child-cat-card .image {
  margin-bottom: 6px;
}
.archive-product-wrapper .tikt-child-cat-card .tikt-child-cat-bottom {
  align-items: center;
}
.archive-product-wrapper .tikt-child-cat-card .tikt-child-cat-name {
  display: flex;
  align-items: center;
}
.archive-product-wrapper .tikt-child-cat-card .count {
  background-color: rgb(227, 2, 19);
  color: #fff;
  border-radius: 30px;
  display: inline-flex;
  text-align: center;
  min-width: 30px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-style: normal;
  position: relative;
  top: 0;
  margin-left: 10px;
}

.tikt-child-cat-bottom .price-extra-info {
  display: none !important;
}

@media (max-width: 767px) {
  .single-product .content-area {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

body:not(.sticky-atc-open) .product-details-wrapper {
  z-index: inherit !important;
}

.tikt-product-card--has-hover .image .tikt-product-image-primary {
  transition: opacity 0s ease;
}
.tikt-product-card--has-hover .image .tikt-product-image-secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0s ease;
}

.tikt-product-card--has-hover.tikt-product-card--hover-ready:hover .image .tikt-product-image-primary {
  opacity: 0;
}
.tikt-product-card--has-hover.tikt-product-card--hover-ready:hover .image .tikt-product-image-secondary {
  opacity: 1;
}

.tikt-product-card--layout-2 {
  color: #1B1B1E !important;
  background-color: #fff !important;
  padding: 30px;
}
.tikt-product-card--layout-2 .tikt-product-layout-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__title,
.tikt-product-card--layout-2 .tikt-product-layout-2__desc,
.tikt-product-card--layout-2 .tikt-product-layout-2__desc p,
.tikt-product-card--layout-2 .tikt-product-layout-2__desc li {
  color: #1B1B1E !important;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__title {
  font-size: 40px !important;
  letter-spacing: -1px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tikt-product-card--layout-2 .tikt-product-layout-2__title {
    font-size: 32px !important;
  }
}
.tikt-product-card--layout-2 .tikt-product-layout-2__btn {
  width: 100%;
  display: block;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__desc {
  margin-bottom: 40px;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__desc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__desc li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 8px;
  color: #1B1B1E !important;
  padding-left: 30px;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__desc li strong {
  color: #1B1B1E !important;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__desc li::before {
  font-family: "icomoon";
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  line-height: 1;
  color: rgb(227, 2, 19);
  font-weight: 900;
}

.section-padding-no_padding {
  padding: 0 !important;
}

.section-padding-small {
  padding: 50px 0 !important;
}
@media (max-width: 767px) {
  .section-padding-small {
    padding: 40px 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-padding-small {
    padding: 30px 0 !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .section-padding-small {
    padding: 30px 0 !important;
  }
}

.section-padding-medium {
  padding: 100px 0 !important;
}
@media (max-width: 767px) {
  .section-padding-medium {
    padding: 50px 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-padding-medium {
    padding: 55px 0 !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .section-padding-medium {
    padding: 55px 0 !important;
  }
}
.section-padding-medium a {
  color: rgb(227, 2, 19);
  transition: all 0.3s ease-in-out;
}
.section-padding-medium a:hover {
  color: rgb(176.4454148472, 1.5545851528, 14.768558952);
}

.section-padding-medium.pb-0 {
  padding-bottom: 0 !important;
}

.section-padding-medium.pt-0 {
  padding-top: 0 !important;
}

.section-padding-medium.pt-5 {
  padding-top: 40px !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-padding-medium.pt-5 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .section-padding-medium.pt-5 {
    padding-top: 30px !important;
  }
}

.section-padding-large {
  padding: 120px 0 !important;
}
@media (max-width: 767px) {
  .section-padding-large {
    padding: 60px 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-padding-large {
    padding: 80px 0 !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .section-padding-large {
    padding: 90px 0 !important;
  }
}

.section-black {
  background-color: #1B1B1E !important;
  color: #fff !important;
}

.section-white {
  background-color: #fff !important;
}

.section-gray {
  background-color: #F4F2ED !important;
}

.section-primary {
  background-color: rgb(227, 2, 19) !important;
  color: #fff !important;
}

.section-secondary {
  background-color: #0A2D82 !important;
  color: #fff !important;
}
.section-secondary .main-title {
  color: #fff;
}
.section-secondary a {
  color: #fff !important;
  border-color: #fff;
}
.section-secondary a:hover {
  color: rgb(227, 2, 19);
}
.section-secondary a:hover::after {
  background-color: rgb(227, 2, 19) !important;
}

.section-font-white {
  color: #fff !important;
}
.section-font-white h1,
.section-font-white h2,
.section-font-white h3,
.section-font-white h4,
.section-font-white h5,
.section-font-white h6 {
  color: #fff !important;
}

.section-font-black {
  color: #1B1B1E !important;
}

.section-font-primary {
  color: rgb(227, 2, 19) !important;
}

.section-font-secondary {
  color: #0A2D82 !important;
}

.section-font-size-normal li,
.section-font-size-normal p {
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .section-font-size-normal li,
  .section-font-size-normal p {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-font-size-normal li,
  .section-font-size-normal p {
    font-size: 15px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .section-font-size-normal li,
  .section-font-size-normal p {
    font-size: 16px !important;
  }
}

.section-font-size-large p {
  font-size: 22px !important;
}
@media (max-width: 767px) {
  .section-font-size-large p {
    font-size: 17px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-font-size-large p {
    font-size: 19px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .section-font-size-large p {
    font-size: 20px !important;
  }
}

.owl-block img {
  height: 678px;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .owl-block img {
    height: 400px;
  }
}
.owl-block .owl-dots {
  position: relative !important;
}
.owl-block .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(227, 2, 19, 0.9);
  opacity: 1;
  margin: 5px;
}
.owl-block .owl-dots .owl-dot.active span {
  background-color: rgb(227, 2, 19);
  width: 12px;
  height: 12px;
}
.owl-block .owl-nav .owl-prev,
.owl-block .owl-nav .owl-next {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
  margin: 0 !important;
}
.owl-block .owl-nav .owl-prev span,
.owl-block .owl-nav .owl-next span {
  font-size: 50px;
  line-height: 1;
}
.owl-block .owl-nav .owl-prev:hover,
.owl-block .owl-nav .owl-next:hover {
  background-color: transparent !important;
  opacity: 0.8;
}
.owl-block .owl-nav .owl-prev {
  left: -60px;
  color: #1B1B1E !important;
}
.owl-block .owl-nav .owl-next {
  right: -60px;
  color: #1B1B1E !important;
}

.block_slider_with_title .owl-room-card .item {
  position: relative;
  display: block;
  color: #1B1B1E;
}
.block_slider_with_title .owl-room-card .item img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_slider_with_title .owl-room-card .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.block_slider_with_title .owl-room-card .item .bottom h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
}
.block_slider_with_title .owl-room-card .item .bottom p.price {
  position: relative;
  display: inline-block;
}
.block_slider_with_title .owl-room-card .item .bottom p.price::before {
  content: "";
  background-color: rgb(227, 2, 19);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.block_slider_with_title .owl-room-card .owl-nav .owl-prev,
.block_slider_with_title .owl-room-card .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  color: #1B1B1E !important;
}
.block_slider_with_title .owl-room-card .owl-nav .owl-prev i,
.block_slider_with_title .owl-room-card .owl-nav .owl-next i {
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
.block_slider_with_title .owl-room-card .owl-nav .owl-prev i:hover,
.block_slider_with_title .owl-room-card .owl-nav .owl-next i:hover {
  color: rgb(227, 2, 19);
}
.block_slider_with_title .owl-room-card .owl-nav .owl-prev {
  left: -56px;
}
.block_slider_with_title .owl-room-card .owl-nav .owl-next {
  right: -56px;
}

.block_bg_with_text {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
}
.block_bg_with_text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1B1B1E 0%, rgba(27, 27, 30, 0.8) 49%, #1B1B1E 100%);
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 767px) {
  .block_bg_with_text {
    height: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .block_bg_with_text {
    height: 500px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .block_bg_with_text {
    height: 550px !important;
  }
}
.block_bg_with_text img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_bg_with_text .bg-with-text {
  position: relative;
  z-index: 20;
}

.block_columns {
  position: relative;
}
.block_columns .col-md-6:first-child {
  padding-right: 59px;
}
@media (max-width: 767px) {
  .block_columns .col-md-6:first-child {
    padding-right: 15px;
  }
}
.block_columns a:hover i:before {
  color: #fff !important;
}
.block_columns a i {
  transition: all 0.3s ease-in-out;
}
.block_columns a i::before {
  color: #1B1B1E;
}
.block_columns ul {
  margin-left: 24px;
  margin-bottom: 0 !important;
}
.block_columns ul li {
  margin: 8px 0;
}
.block_columns p:last-child {
  margin-bottom: 0;
}

.grid-wrapper {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 767px) {
  .grid-wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.grid-wrapper > .post-gallery-item {
  box-sizing: border-box;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  counter-increment: brick-counter;
}
.grid-wrapper > .post-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5px;
}

.block-grid-gallery .post-gallery-item {
  margin: 15px 0;
}
.block-grid-gallery .post-gallery-item img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.block-gallery img {
  cursor: pointer;
}

.block_grid_repeater_with_image .image {
  display: block;
  overflow: hidden;
}
.block_grid_repeater_with_image .image:hover img {
  transform: scale(1.1);
}
.block_grid_repeater_with_image .image img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image .image img {
    height: 200px;
  }
}
.block_grid_repeater_with_image .main-title {
  margin-top: 10px;
  margin-bottom: 24px;
}

.block_grid_repeater_with_image.home-benefits-grid .col-lg-3 {
  display: flex;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image.home-benefits-grid .col-lg-3 {
    margin: 8px 0;
  }
}
.block_grid_repeater_with_image.home-benefits-grid .col-lg-3 .item {
  display: flex;
}
.block_grid_repeater_with_image.home-benefits-grid .info {
  background-color: #111;
  padding: 40px 20px;
  border: 1px solid #111;
  border-radius: 20px;
  color: #fff;
}
.block_grid_repeater_with_image.home-benefits-grid .info p,
.block_grid_repeater_with_image.home-benefits-grid .info h3 {
  color: #fff !important;
}
.block_grid_repeater_with_image.home-benefits-grid .info h3 {
  font-size: 28px !important;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image.home-benefits-grid .info h3 {
    font-size: 24px !important;
  }
}
.block_grid_repeater_with_image.home-benefits-grid .info p {
  font-size: 17px !important;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image.home-benefits-grid .info p {
    font-size: 15px !important;
  }
}
.block_grid_repeater_with_image.home-benefits-grid img {
  height: 80px;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image.home-benefits-grid img {
    height: 60px;
    width: 80px;
  }
}

.block_grid_repeater_with_image.home-offer-grid .col-lg-6 {
  display: flex;
}
.block_grid_repeater_with_image.home-offer-grid .item {
  margin: 15px 0;
  border-radius: 20px;
  border: 1px solid transparent;
  padding-bottom: 25px;
}
.block_grid_repeater_with_image.home-offer-grid .item:hover {
  border: 1px solid rgb(227, 2, 19);
}
.block_grid_repeater_with_image.home-offer-grid .item .image {
  border-radius: 20px 20px 0 0;
  position: relative;
}
.block_grid_repeater_with_image.home-offer-grid .item .image .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 30, 0) 0%, #1B1B1E 100%);
  pointer-events: none;
  z-index: 1;
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.block_grid_repeater_with_image.home-offer-grid .info {
  margin-top: -40px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image.home-offer-grid .info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .block_grid_repeater_with_image.home-offer-grid .info {
    margin-top: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .block_grid_repeater_with_image.home-offer-grid .info {
    margin-top: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block_grid_repeater_with_image.home-offer-grid .info::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
}
.block_grid_repeater_with_image.home-offer-grid .info p {
  font-size: 17px !important;
  margin: 0;
}
@media (max-width: 767px) {
  .block_grid_repeater_with_image.home-offer-grid .info p {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .block_grid_repeater_with_image.home-offer-grid .info p {
    font-size: 16px !important;
    line-height: 135%;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .block_grid_repeater_with_image.home-offer-grid .info p {
    font-size: 16px !important;
    line-height: 135%;
  }
}
.block_grid_repeater_with_image.home-offer-grid .info img {
  border-radius: 20px;
}

.block_logos .row {
  row-gap: 22px;
}
@media (max-width: 767px) {
  .block_logos .row {
    row-gap: 16px;
  }
}
.block_logos .col {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}
@media (max-width: 1200px) {
  .block_logos .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .block_logos .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .block_logos .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.block_logos .col .item {
  height: 96px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
  border-radius: 12px;
  margin: 0;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.25s ease-in-out;
}
.block_logos .col .item:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}
.block_logos img {
  width: 100%;
  max-width: 170px;
  max-height: 48px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.78;
  transition: all 0.25s ease-in-out;
}
.block_logos .col .item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}
.block_logos a::after {
  display: none;
}

@media (max-width: 767px) {
  .block_logos.pt-5 {
    padding-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .block_master_text iframe {
    height: 300px;
  }
}
.block_master_text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block_master_text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .block_master_text .w-50 {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .block_master_text .w-50 .text-left {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .block_master_text .w-75 {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .block_master_text .w-75 .main-title {
    font-size: 35px;
  }
}
.block_master_text .w-100 {
  width: auto !important;
}

.table-block {
  margin-bottom: 48px;
}
.table-block:last-child {
  margin-bottom: 0;
}
.table-block table {
  text-align: center;
}
.table-block table thead th {
  background-color: #0A2D82 !important;
  color: #fff !important;
}
.table-block table tbody tr:hover {
  background-color: #F4F2ED !important;
}
.table-block table tbody tr:nth-of-type(odd) {
  background-color: #F4F2ED !important;
}

.block_text_accordion .image-position-left_image {
  flex-direction: row-reverse;
}

.block_text_image.section-padding-no_padding .container-fluid {
  padding: 0 !important;
}
.block_text_image.section-padding-no_padding .container-fluid img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .block_text_image {
    overflow: hidden;
  }
}
.block_text_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .block_text_image img {
    margin-bottom: 10px;
  }
}
.block_text_image .container .image-position-left_image {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .block_text_image .container .image-position-right_image {
    flex-direction: column-reverse;
  }
}
.block_text_image .container .image-position-right_image img {
  margin-right: 0;
  margin-left: auto;
  display: flex;
}
.block_text_image .container-fluid .image-position-left_image {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .block_text_image .container-fluid .image-position-left_image {
    flex-direction: column-reverse;
  }
}
.block_text_image .container-fluid .image-position-left_image .text-image-content {
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .block_text_image .container-fluid .image-position-left_image .text-image-content {
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .block_text_image .container-fluid .image-position-left_image .text-image-content {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .block_text_image .container-fluid .image-position-left_image .text-image-content {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .block_text_image .container-fluid .image-position-right_image {
    flex-direction: column-reverse;
  }
}
.block_text_image .container-fluid .image-position-right_image .text-image-content {
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .block_text_image .container-fluid .image-position-right_image .text-image-content {
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .block_text_image .container-fluid .image-position-right_image .text-image-content {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media (min-width: 1281px) and (max-width: 1600px) {
  .block_text_image .container-fluid .image-position-right_image .text-image-content {
    padding-left: 0;
    padding-right: 50px;
  }
}/*# sourceMappingURL=main.css.map */