/*
Theme Name: KATA
Theme URI: URL
Version: 1.0
Author: KATA

*/

/* RESET */
/* ----------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@font-face {
  font-family: "Inter";
  src:
    url("fonts/Inter-Regular.woff2") format("woff2"),
    url("fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("fonts/Inter-Italic.woff2") format("woff2"),
    url("fonts/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src:
    url("fonts/InterTight-Italic.woff2") format("woff2"),
    url("fonts/InterTight-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src:
    url("fonts/InterTight-Regular.woff2") format("woff2"),
    url("fonts/InterTight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: "Inter", sans-serif;
  --sub-font: "Inter Tight", sans-serif;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* MAIN LAYOUT */
/* ----------------------------------------- */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  border-color: #ccc;
  height: 39px;
  width: 100%;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.5;
  background-color: #ebebeb;
  font-family: var(--font);
}

a {
}

a:hover,
a:active,
a:focus {
}

*:focus,
*:active,
*:hover {
}

p {
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1,
h2,
h3 {
}

h4,
h5,
h6 {
}

h1 {
  font-size: 65px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 54px;
  line-height: 1;
}
@media (max-width: 992px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.08;
}

@media (max-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
}

@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.37;
}

h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.37;
}

.css-clip {
  font-size: 0;
  opacity: 0;
  display: none;
}

.rte a {
  color: #f14f1d;
}

.rte a:hover {
  color: #27c9ea;
}

iframe {
  border: none;
  max-width: 100% !important;
}

.rte p {
  margin-bottom: 25px;
  color: #666666;
}

.rte div {
  font-size: 16px;
}

.rte a:hover,
.rte a:focus,
.rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.rte h2 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type: circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type: circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
}

.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption {
  display: none;
}

input {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */

.not-found {
  text-align: center;
  padding: 100px 0;
}

.not-found h1 {
  margin-bottom: 30px;
}

nav {
  width: 100%;
}

.sub-menu {
  position: absolute;
  background: #181818;
  min-width: 130px;
  padding: 15px;
  display: none;
  z-index: 10;
}

.main-desc-nav > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
  }
  #cssmenu > ul > li.open > a {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }
}

.menu-wrapper {
  display: flex;
}
.logo-holder {
  padding: 12px;
  margin-right: 48px;
}
.main-desc-nav {
  display: flex;
  justify-content: flex-end;
}
.subheader {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 12px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.web-section {
  padding: 96px 0;
}

.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #dcdcdc;
}
.admin-bar .mobile-menu {
  /*top: 46px;*/
}
.mobbutton {
  display: inline-block;
  width: 24px;
}
.mobbutton span {
  width: 100%;
  height: 2px;
  background: #424242;
  margin-bottom: 5px;
  display: block;
}
.mobbutton span:last-child {
  margin-bottom: 0px;
}
.mob-logo-holder {
  position: relative;
}
.mobile-menu .mob-logo-holder img {
  max-width: 100px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.items-mobile {
  text-align: right;
}
.items-mobile .call-britta,
.items-mobile .mobbutton {
  display: inline-block;
}
.items-mobile .mobbutton {
  margin-left: 24px;
}
.mobilefooter-wrapper {
  position: fixed;
  left: calc(0px - 100%);
  top: 0px;
  width: 100%;
  background: #f3fdef;
  z-index: 9999999999;
  transition: all 0.3s;
  height: 100vh;
}
.closemobmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 11px 15px;
  border-bottom: 1px solid #e6f7df;
  border-left: 1px solid #e6f7df;
}

.cookie-law-wrapper-in {
  display: flex;
}
.cookie-law-text-wrapper {
  display: flex;
}
.cookie-law-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #002d47;
  color: #fff;
  padding: 10px 0px;
  z-index: 50000;
  font-size: 14px;
}
.cookie-law-text-wrapper a {
  text-decoration: underline;
  color: #fff;
}
.cookie-law-text-wrapper a:hover {
  color: #fff;
}
.cookie-law-wrapper p {
  margin-bottom: 0px;
}
.cookie-law-button-wrapper button {
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
  color: #002d47;
  padding: 15px 15px;
  vertical-align: top;
  margin: 0px 0 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  width: 195px;
  font-family: "Nexa", sans-serif;
  font-weight: 800;
  cursor: pointer;
}
.cookie-law-button-wrapper button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1650px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .cookie-law-wrapper-in {
    display: block;
  }

  .cookie-law-text-wrapper {
    display: inline-block;
    width: 100%;
  }

  .cookie-law-wrapper p {
    padding: 15px;
  }

  .cookie-law-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 15px;
  }

  .web-section {
    padding: 36px 0;
  }

  body {
    /*padding-top: 46px;*/
  }

  .map-responsive {
    padding-bottom: 110%;
  }
  .video-wrapper {
    padding-bottom: 110%; /* 16:9 */
  }
}

@media screen and (max-width: 480px) {
}

.mega-header {
  display: block;
  left: -100%;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 20px;
  visibility: hidden;
}

.bg {
  border-radius: 20px;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  /* max-width: 100%; */
  background-color: black;
  left: auto;
  bottom: auto;
  height: 100%;
  position: absolute;
}

.mega-header__block {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 5;
  position: relative;
  color: white;
  width: 100%;
}

.mega-header-bottom {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 36px 0;
  border-top: 1px solid #4c4c4c;
  gap: 10px 145px;
}

.header {
  position: sticky;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 200;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.scrolled-down {
  transform: translateY(-150%);
}

.scrolled-up {
}

.header-menu {
}

.header-menu li {
}

.header-menu li a {
  color: white;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--font);
  transition: all 0.3s ease-in-out;
}

.header-menu li a:hover {
  color: var(--sub-color);
  text-decoration: none;
}

.header-menu .current-menu-item > a {
  color: var(--sub-color);
}

.header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  height: 73px;
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
}

.header-block:after {
  position: absolute;
  top: 34%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: white;
  border-radius: 43px;
  width: 107px;
  height: 100%;
  content: "";
  transition: all 0.3s ease-in-out;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

.header-link a {
}

.header-link__block {
  background-color: var(--main-color);
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 5px;
  color: white;
  font-weight: 500;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: none;
}

.header-link__block:hover {
  text-decoration: none;
  color: white !important;
  background-color: var(--sub-color) !important;
}

.header-link__block:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}

.header-link__block-text {
  padding: 5px 11px;
}

.logo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}

.custom-logo-link {
  position: relative;
}

.hover-logo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
  min-width: 269px;
}

.default-logo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  min-width: 269px;
}

.header-active .hover-logo {
  z-index: 3;
}

.header-active .header-block:after {
  background-color: black;
}

.languages {
}

.languages p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--main-color);
  font-family: var(--font);
}

.languages p span {
  font-weight: 700;
  color: var(--sub-color);
}

.header .container {
}

.mega-header__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts-links {
  display: flex;
  flex-direction: column;
}

.contacts-links a {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.contacts-links a:hover {
  color: var(--sub-color);
}

.menu-bottom-link {
}

.menu-bottom-link span {
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font);
  display: block;
  margin-bottom: 17px;
}

.menu-bottom-link a {
  background-color: white;
  border-radius: 5px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  font-family: var(--font);
}

.menu-bottom-link a:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
  text-decoration: none;
}

.menu-bottom-link a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(241deg) brightness(103%) contrast(103%);
}

.header-menu-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header-menu-nav .header-menu {
  columns: 2;
  gap: 10px 145px;
}

.header-menu-nav .header-menu > li:not(:last-child) {
  margin-bottom: 28px;
}

.no-scroll {
  overflow: hidden;
}

.mega-header-active {
  z-index: 199 !important;

  left: 0;
  visibility: visible;
}

.header-active .header-block {
  background-color: black;
}

.header-active .header-link__block {
  background-color: white;
  color: var(--main-color);
}

.header-active .header-link__block img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(10%) saturate(471%)
    hue-rotate(21deg) brightness(92%) contrast(90%);
}

.header-active .languages p {
  color: white;
}

@media screen and (max-width: 992px) {
  .languages {
    display: none;
  }
  .logo {
    position: relative;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    top: auto;
  }
  .header-block:after {
    display: none;
  }

  .header-link-button {
    display: none;
  }
  .header-block {
    padding: 0 15px;
  }
  .header-links {
    gap: 5px;
  }
  .header {
    top: 15px;
  }
  .header-menu-nav .header-menu {
    columns: 1;
    gap: 30px;
  }
  .mega-header-bottom {
    justify-content: space-between;
    gap: 10px 30px;
  }
  .header-menu li a {
    font-size: 35px;
  }
  .hover-logo {
    position: absolute;
    left: 0;
    right: auto;
    transform: translate(0%, -50%);
    z-index: -1;
    min-width: 120px;
    width: 100%;
  }

  .default-logo {
    position: absolute;
    left: 0;
    right: auto;
    transform: translate(0%, -50%);
    z-index: 2;
    min-width: 120px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-menu li a {
    font-size: 30px;
  }
  .mega-header-bottom {
    flex-direction: column-reverse;
    padding: 15px 0;
  }
  .header-menu-nav .header-menu > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .mega-header__block {
  }
  .mega-header__container {
    padding-bottom: 66px;
  }
}

.hero-slider {
  padding: 53px 0;
  position: relative;
}

.hero-slider__row {
  position: relative;
  min-height: auto;
}

.gallery-slider {
  position: relative;

  border-radius: 20px;
}

.gallery-slider__item {
  display: flex !important;
  border-radius: 20px;
  height: 100%;
}

.gallery-slider__item img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 50px 40px;
}

.gallery-slider .slick-track {
  display: flex;
}

.gallery-slider .slick-slide {
  height: auto;
}

.gallery-slider .slick-slide > div {
  height: 100%;
}

.gallery-slider .slick-slider,
.gallery-slider .slick-slide {
  height: 628px; /* Set the desired height */
}

.button-white {
  background-color: white;
  border: 1px solid white;
  color: var(--text-color);
  padding: 5px 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font);
  font-weight: 500;
  border-radius: 5px;
  min-height: 40px;
  transition: all 0.3s ease-in-out;
}

.button-white:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
  text-decoration: none;
}

.button-white:focus {
  text-decoration: none;
}

.button-transparent {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 5px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font);
  font-weight: 500;
  border-radius: 5px;
  min-height: 40px;
  transition: all 0.3s ease-in-out;
}

.button-transparent:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
  text-decoration: none;
}

.button-transparent:focus {
  text-decoration: none;
}

.button {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: white;
  padding: 5px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font);
  font-weight: 500;
  border-radius: 5px;
  min-height: 40px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
  text-decoration: none;
}

.button:focus {
  text-decoration: none;
}

.hero-slider__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-slider-content__text {
  color: white;
  padding-bottom: 35px;
}

.hero-slider-content__text h1 {
  font-size: 54px;
  line-height: 1;
  color: white;
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(51.48deg, #000000 8.19%, rgba(0, 0, 0, 0) 41.82%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
}

.stendu {
  position: absolute;
  left: 0;
  top: 34%;
  background-color: var(--sub-color);
  border-radius: 0 20px 20px 0;
  padding: 15px 11px 15px 63px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 345px;
}

.stendu-number {
  color: white;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font);
  letter-spacing: 0.01em;
}

.stendu-text {
  color: white;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--font);
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .hero-slider-content__text h1 {
    font-size: 45px;
  }
  .hero-slider-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .hero-slider-content__text h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  .hero-slider-content {
    padding: 15px 20px;
  }

  .hero-slider {
    padding: 15px 0;
  }

  .gallery-slider .slick-slider,
  .gallery-slider .slick-slide {
    height: 428px; /* Set the desired height */
  }
  .hero-slider-content__text {
    padding-bottom: 15px;
  }
}

.title-text {
  padding: 70px 0;
}

.title-text .container {
  max-width: 1350px;
}

.title-text__row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.title-text__column-text {
  padding-bottom: 15px;
}

.title-text__column-text p {
  font-family: var(--sub-font);
  font-size: 16px;
  line-height: 25px;
}

.title-text__column-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.title-text__column-buttons .button-transparent {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.title-text__column-buttons .button-transparent:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
  text-decoration: none;
}

.title-text__column {
  flex: 1 1 5%;
}

.title-text__column:first-child {
  flex: 1 1 25%;
}

@media screen and (max-width: 992px) {
  .title-text {
    padding: 66px 0;
  }
  .stendu {
    top: 10%;
    padding: 15px 11px 15px 35px;
  }
  .stendu-number {
    font-size: 55px;
  }
  .stendu-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .title-text__row {
    flex-direction: column;
  }
  .title-text {
    padding: 36px 0;
  }
  .stendu {
    min-width: auto;
  }
  .stendu-number {
    font-size: 35px;
  }
  .stendu-text {
    font-size: 16px;
  }
  .stendu {
    padding: 15px 11px;
  }
  .overlay-gradient {
    background: rgba(0, 0, 0, 0.5);
  }
}

.kata-map {
  padding: 48px 0;
}

.numbers {
  padding: 57px 0;
}

.numbers .container {
  max-width: 1355px;
}

.numbers__title {
  margin-bottom: 44px;
  letter-spacing: -0.01em;
}

.numbers-items {
}

.numbers-items ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.numbers-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1 1 5%;
  padding: 10px 10px;
  border-radius: 20px;
  min-height: 202px;
}

.animated-number {
  font-size: 96px;
  line-height: 55px;
  font-family: var(--font);
  font-weight: 900;
}

.sufix-number {
  font-size: 96px;
  line-height: 55px;
  font-family: var(--font);
  font-weight: 900;
}

.numbers-item-text {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  padding-left: 15px;
}

.numbers-item-black {
  color: white;
  background-color: var(--main-color);
  flex: 1 1 13%;
}

.numbers-item-grey {
  background-color: var(--accent-color);
}

.numbers-item-white {
  background-color: white;
}

@media screen and (max-width: 992px) {
  .animated-number {
    font-size: 76px;
  }

  .sufix-number {
    font-size: 76px;
  }

  .numbers-item-text {
    font-size: 28px;
    padding-left: 10px;
    line-height: 1.2;
  }
  .numbers-items ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .animated-number {
    font-size: 45px;
  }
  .sufix-number {
    font-size: 45px;
  }
  .numbers-item-text {
    font-size: 16px;
  }
  .numbers__title {
    margin-bottom: 1rem;
  }
  .numbers {
    padding: 36px 0;
  }
  .numbers-items ul {
    flex-direction: column;
  }
  .kata-map {
    padding: 36px 0;
  }
}

.latest-products {
  padding: 64px 0 115px 0;
}

.latest-products .container {
  max-width: 1350px;
}

.kara-product__top {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 15px 15px;
  align-items: center;
}

.kara-product__top span {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1;
  font-family: var(--font);
  font-weight: 500;
}

.kara-product__image {
  border-radius: 20px;
  position: relative;
  height: 433px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.kara-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.kara-product__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 23px 0 23px;
}

.kara-product__bottom p {
  color: var(--text-color);
  font-size: 24px;
  line-height: 1;
  font-family: var(--sub-font);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.kara-product__bottom a {
}

.kara-product:hover .kara-product__image img {
  transform: scale(1.1);
}

.latest-products__top {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 94px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  padding: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
  background-color: var(--sub-color);
}

.slick-arrow:after {
}

.slick-prev {
  background-image: url("images/arrow-left.png");
}

.slick-next {
  background-image: url("images/arrow-right.png");
}

.products-slider-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.products-slider .slick-list {
  margin: 0 -10px;
}

.products-slider .slick-slide {
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  .latest-products__top {
    padding-bottom: 50px;
  }
  .kara-product__top span {
    font-size: 14px;
  }
  .kara-product__bottom p {
    font-size: 20px;
  }
  .kara-product__top {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .latest-products__top {
    padding-bottom: 25px;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
  }
  .kara-product__top span {
    font-size: 12px;
  }
  .kara-product__bottom p {
    font-size: 16px;
  }
  .kara-product__bottom {
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0 0 0;
  }
  .latest-products {
    padding: 36px 0;
  }
  .kara-product__image {
    height: 233px;
  }
}

.partners {
  background-color: white;
  padding: 88px 0;
  border-radius: 20px;
}

.partners .container {
  max-width: 1350px;
}

.partners__top {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 100px;
}

.partners__title {
  letter-spacing: -0.02em;
  flex: 1 1 5%;
}

.partners__text {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  flex: 1 1 5%;
}

.partners__text p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

/* Marquee logos */
.marquee-logos__container {
}

.marquee-logos {
}

.marquee-logos__container {
}

.marquee-logos__container img {
}
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-logos {
  display: inline-flex; /* inline-flex + nowrap решает проблему пробелов */
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  align-items: center;
}

.marquee-logo {
  display: inline-block;
  margin-right: 2rem;
}

.marquee-logo img {
  width: 14.625rem;
  height: 4.375rem;
  min-height: 4.375rem;
  min-width: 14.6253rem;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer {
  background-color: #f5f5f5;
  margin-top: auto;
}

.footer-menu {
  columns: 2;
  gap: 50px;
}

.footer-menu li {
  line-height: 1;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 17px;
}

.footer-menu li a {
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  font-family: var(--font);
  text-decoration: none;
}

.footer-menu .current-menu-item a {
  font-weight: 700;
}

.footer-menu li a:hover {
  color: var(--sub-color);
  text-decoration: none;
}

.footer__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}

.footer-bottom {
  background-color: #d9d9d9;
  padding: 5px 0;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.privacy-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.privacy-menu li {
}

.privacy-menu li a {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  font-family: var(--sub-font);
  text-decoration: none;
  text-transform: capitalize;
}

.privacy-menu li a:hover {
  color: var(--sub-color);
}

.privacy__menu {
  width: 100%;
}

.copyright {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.copyright p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  font-family: var(--sub-font);
  text-decoration: none;
}

.footer .container {
  max-width: 1360px;
}

.footer__container {
  position: relative;
  overflow: hidden;
  padding: 83px 15px 234px 15px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.footer__info {
  display: flex;
  flex-direction: column;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: none;
  color: var(--sub-color);
}

.company-code {
}

.company-code p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
}

.footer-code-links__phones {
  display: flex;
  flex-wrap: wrap;
}

.footer-link br {
  display: none;
}

@media screen and (max-width: 992px) {
  .partners {
    padding: 66px 0;
  }
  .footer__container {
    padding: 83px 15px;
  }
  .privacy-menu {
    gap: 25px;
  }
  .footer-menu {
    gap: 25px;
  }
}

@media screen and (max-width: 768px) {
  .partners__top {
    flex-direction: column;
    align-items: flex-end;
  }

  .partners__top br {
    display: none;
  }
  .partners__text {
    display: block;
    text-align: left;
  }
  .partners__text p {
    font-size: 20px;
    line-height: 24px;
  }
  .privacy-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .partners {
    padding: 36px 0;
  }
  .footer__row {
    flex-direction: column;
    gap: 25px;
  }
  .footer__container {
    padding: 66px 15px;
  }
  .footer-bottom .container {
    flex-direction: column;
    gap: 25px;
  }
  .copyright {
    justify-content: center;
    text-align: center;
  }
  .footer-menu li a {
    font-size: 16px;
  }
}

.list-image {
  padding: 101px 0 27px 0;
}

.list-image .container {
  max-width: 1360px;
}

.list-image__row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.list-image-block {
}

.list-image__blocks {
  flex: 1 1 5%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.list-image__img {
  border-radius: 20px;
  flex: 1 1 30%;
}

.list-image__img img {
  border-radius: 20px;
}

.list-image-block__title {
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: center;
  gap: 17px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.list-image-block__text {
}

.list-image-block__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--sub-font);
}

@media screen and (max-width: 992px) {
  .list-image {
    padding: 66px 0;
  }
  .list-image-block__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 768px) {
  .list-image {
    padding: 36px 0;
  }
  .list-image__row {
    flex-direction: column;
    gap: 25px;
  }
  .list-image-block__title {
    font-size: 24px;
    line-height: 30px;
  }
  .list-image__blocks {
    gap: 25px;
  }
}

.cta {
  padding: 66px 0;
}

.cta .container {
  max-width: 1360px;
}

.cta__row {
  display: flex;
  justify-content: space-between;
  padding: 75px 78px;
  background-color: var(--accent-color);
  border-radius: 20px;
}

.cta__title {
  flex: 1 1 25%;
}

.cta__content {
  flex: 1 1 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cta__title h2 {
  color: var(--text-color);
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

.cta__text {
  text-align: right;
  padding-bottom: 20px;
}

.cta__text p {
  color: var(--text-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .cta__row {
    padding: 40px 20px;
  }
  .cta__title h2 {
    font-size: 42px;
  }
  .cta__text {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .cta__row {
    flex-direction: column;
    padding: 30px 15px;
    gap: 15px;
  }
  .cta__text {
    text-align: left;
  }
  .cta__title h2 {
    font-size: 36px;
  }
  .cta {
    padding: 36px 0;
  }
  .cta__text br {
    display: none;
  }
  .cta__text {
    font-size: 18px;
    line-height: 22px;
  }
  .cta__title br {
    display: none;
  }
}

.contact-form-wrapper {
  background-color: var(--main-color);
  border-radius: 20px;
  padding: 48px 45px;
}

.contact-form-title {
  color: white;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  font-family: var(--sub-font);
  letter-spacing: 0.03em;
  margin-bottom: 32px;
}

.contact-form-fields {
}

.contact-form-field {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-form-block {
  width: 100%;
}

.contact-form-block p {
}

.footer-form {
  background-color: #ebebeb;
}

.contact-form-block br {
  display: none;
}

.contact-form-block label {
  color: white;
  font-size: 14px;
  line-height: 1;
  font-family: var(--font);
  font-weight: 300;
  margin-bottom: 3px;
}

.contact-form-block input {
  border: none;
  border-bottom: 1px solid #4c4c4c;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  background-color: transparent;
  height: 27px;
  padding-left: 0;
}

.contact-form-block input:hover {
  outline: none;
  box-shadow: none;
}

.contact-form-block input:focus {
  outline: none;
  box-shadow: none;
}

.contact-form-block textarea {
  border: 1px solid #4c4c4c;
  height: 104px;
  border-radius: 5px;
  color: white;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.contact-form-block textarea:hover {
  outline: none;
  box-shadow: none;
}

.contact-form-block textarea:focus {
  outline: none;
  box-shadow: none;
}

.footer-form__row {
  display: flex;
}

.footer-text {
  margin-bottom: 1rem;
}

.footer-text h2 {
  font-size: 54px;
  margin-bottom: 36px;
}

.footer-text p {
  font-size: 32px;
  line-height: 1.2;
}

.footer-form-link {
  display: inline-flex;
  align-items: center;
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: none;
  gap: 5px;
  width: auto;
}

.footer-form-link:hover {
  color: var(--sub-color);
  text-decoration: none;
}

.footer-form-contact {
  max-width: 529px;
  margin-bottom: 37px;
}

.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-form-bottom {
  position: relative;
}

.contact-form-bottom .wpcf7-submit {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: auto;
  padding: 10px 13px;
}

.contact-form-bottom .wpcf7-submit:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
}

.contact-form-bottom .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-image {
  display: flex;
  align-items: flex-end;
}

.footer-form-links {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}

.footer-form .wpcf7-response-output {
  color: white;
}

.contact-us .wpcf7-response-output {
  color: white;
}

@media screen and (max-width: 992px) {
  .footer-form-contact {
    margin-bottom: 0;
    max-width: 100%;
  }
  .footer-image {
    display: none;
  }

  .footer-form__row {
    gap: 15px;
  }
  .footer-text h2 {
    font-size: 40px;
  }
  .footer-text p {
    font-size: 28px;
  }
  .contact-form-wrapper {
    padding: 30px 15px;
  }
  .contact-form-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-text h2 {
    font-size: 32px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .footer-text p {
    font-size: 24px;
  }
  .footer-form__row {
    flex-direction: column;
  }
  .contact-form-field {
    flex-direction: column;
  }
  .contact-form-title {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-form-fields {
    gap: 15px;
  }
  .footer-form-link {
    font-size: 16px;
    line-height: 1.6;
  }
  .footer-text p br {
    display: none;
  }
}

.kata-filter-map {
  padding: 54px 0 25px 0;
}

.page-template-template-contact .footer-form {
  display: none;
}

.page-template-template-contact .footer {
  z-index: 5;
}

.contact-us__map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.contact-us__map iframe {
  height: 100%;
}

.contact-us .container {
  z-index: 5;
  position: relative;
}

.contact-us__row {
  display: flex;
  justify-content: space-between;
}

.contact-us__links {
  background: linear-gradient(90deg, #e3000f 0%, #d2000e 100%);
  border-radius: 20px;
  padding: 48px 15px 48px 44px;
  max-width: 403px;
  color: white;
  width: 100%;
}

.contact-us__phone-emails {
  margin-bottom: 38px;
}

.contact-us__title {
  color: white;
  font-weight: 600;
  font-family: var(--sub-font);
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 23px;
  letter-spacing: 0.03em;
}

.contact-us__phone-emails a {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact-us__phone-emails a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.contact-us {
  padding: 58px 0;
}

.contact-us .container {
  max-width: 1360px;
}

.contact-us__links .company-code {
  color: white;
}

.contact-us__links .company-code p {
  color: white;
}

.contact-us__links .company-code a {
  color: white !important;
}

.contact-us__links .company-code a:hover {
  color: var(--main-color) !important;
}

.contact-us__links .company-code a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(277%)
    hue-rotate(145deg) brightness(117%) contrast(100%);
}

.contact-us__form .footer-form-contact {
  margin-bottom: 0;
  display: flex;
}

.contact-us__form {
  display: flex;
  height: auto;
}

@media screen and (max-width: 992px) {
  .contact-us__row {
    gap: 15px;
  }
  .contact-us__title {
    margin-bottom: 1rem;
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .contact-us__row {
    flex-direction: column;
  }

  .contact-us__links {
    max-width: 100%;
  }

  .contact-us__form {
    width: 100%;
  }

  .contact-us__form .footer-form-contact {
    width: 100%;
  }

  .contact-us__form .contact-form-wrapper {
    width: 100%;
  }
  .contact-us__links {
    padding: 30px 15px;
  }
  .contact-us__phone-emails a {
    font-size: 16px;
    line-height: 1.6;
  }
  .contact-us__title {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 28px;
  }
  .contact-us__map {
    position: relative;
    height: auto;
    border-radius: 20px;
  }
  .contact-us__map iframe {
    border-radius: 20px;
  }
}

.text-list {
  padding: 109px 0;
}

.text-list .container {
  max-width: 1360px;
}

.text-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-left: 50px;
  padding-bottom: 52px;
}

.text-list__top-title {
  color: var(--text-color);
}

.text-list__top-text {
}

.text-list__top-text p {
  color: black;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.text-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 15px;
}

.text-list__items li {
  background-color: white;
  border-radius: 22px;
  padding: 25px 40px;
  color: black;
  font-size: 20px;
  line-height: 29px;

  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 18px;
}

.text-list__items li a {
  color: black;
  text-decoration: underline;
}

.text-list__items li a:hover {
  color: var(--sub-color);
}

.text-list__items li img {
  display: block;
}

@media screen and (max-width: 992px) {
  .text-list {
    padding: 66px 0;
  }
  .text-list__top {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .text-list__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .text-list {
    padding: 36px 0;
  }
  .text-list__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .text-list__top-text p {
    font-size: 20px;
    line-height: 1.3;
  }
  .text-list__items {
    grid-template-columns: 1fr;
  }
  .text-list__items li {
    padding: 25px 15px;
    font-size: 16px;
    line-height: 1.3;
    gap: 5px;
  }
}

.text-image {
  padding: 33px 0;
}

.text-image .container {
  max-width: 1360px;
}

.text-image__row {
  background-color: var(--accent-color);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.text-image__content {
  padding: 20px 53px;
  flex: 1 1 5%;
}

.text-image__img {
  flex: 1 1 9%;
  text-align: right;
}

.text-image__img {
  border-radius: 20px;
}

.text-image__img img {
  border-radius: 20px;
}

.text-image__content h2 {
  margin-bottom: 20px;
}

.text-image__content p {
  color: var(--text-color);
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.text-image__content p:not(:last-child) {
  margin-bottom: 20px;
}

.text-image__buttons .button-white {
}

.text-image__buttons .button-transparent {
  border: 1px solid black !important;
  color: black !important;
}

.text-image__buttons .button-transparent:hover {
  color: white !important;
  border-color: var(--sub-color) !important;
}

.text-image__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (max-width: 992px) {
  .text-image__content {
    padding: 30px 15px;
  }
  .text-image__content p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .text-image__content {
  }
  .text-image__row {
    flex-direction: column;
  }
  .text-image__content p {
    font-size: 18px;
    line-height: 22px;
  }
}

.kata-text {
  padding: 112px 0;
}

.kata-text .container {
  max-width: 1374px;
}

.kata-text__block {
}

.kata-text__block h2 {
  margin-bottom: 1rem;
}

.kata-text__block p:not(:last-child) {
  margin-bottom: 1rem;
}

.kata-text__block p {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: black;
}

.kata-text__block ul {
  list-style: disc;
  padding-left: 47px;
}

.kata-text__block ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: black;
}

.kata-text__block ul li:not(:last-child) {
  margin-bottom: 16px;
}

.kata-gallery {
  padding: 38px 0 136px 0;
}

.kata-gallery .container {
  max-width: 1372px;
}

.kata-gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 48px;
}

.kata-gallery__top .button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 15px;
}

.magnificent-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.magnificent-gallery a {
  display: flex;
  width: 100%;
}

.magnificent-gallery a:hover {
  opacity: 0.6;
}

.magnificent-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .kata-gallery {
    padding: 38px 0 66px 0;
  }
  .magnificent-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .kata-text {
    padding: 66px 0;
  }
}

@media screen and (max-width: 768px) {
  .kata-gallery {
    padding: 36px 0;
  }
  .kata-gallery__top {
    padding-bottom: 1rem;
    flex-direction: column;
  }
  .magnificent-gallery {
    grid-template-columns: 1fr;
  }
  .kata-text {
    padding: 36px 0;
  }
}

.images-slider {
  padding: 70px 0 15px 0;
}

.images-slider .container {
  max-width: 1360px;
}

.images-slider-block {
  list-style: none;
}

.images-slider-block li {
  border-radius: 20px;
  display: flex !important;
  height: 496px;
}

.images-slider-block li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  .images-slider-block li {
    height: 420px;
  }
}

@media screen and (max-width: 768px) {
  .images-slider {
    padding: 36px 0;
  }
  .images-slider-block li {
    height: auto;
  }
}

.steps {
  padding: 15px 0;
}

.steps .container {
  max-width: 1360px;
}

.steps__top {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 38px;
  justify-content: space-between;
}

.steps__buttons .button-transparent {
  border: 1px solid black !important;
  color: black !important;
}

.steps__buttons .button-transparent:hover {
  color: white !important;
  border-color: var(--sub-color) !important;
}

.steps__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.steps-block {
  background: linear-gradient(
    232.41deg,
    rgba(0, 0, 0, 0.78) 0.63%,
    #1a1a18 71.75%
  );
  border-radius: 20px;
  padding: 132px 70px 32px 100px;
  display: flex;
  align-items: flex-end;
}

.steps-text__title {
  background: linear-gradient(90deg, #e3000f 0%, #d2000e 100%);
  border-radius: 20px;
  padding: 15px 15px;
  margin-bottom: 32px;
}

.steps-text__title p {
  color: #f5f5f5;
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
}

.steps-items {
  flex: 1 1 5%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.steps-items li {
  display: flex;
  gap: 44px;
  max-width: 426px;
}

.steps-items li:not(:last-child) {
  padding-bottom: 23px;
  border-bottom: 1px solid #f5f5f5;
}

.steps-items li span {
  color: #f5f5f5;
  font-size: 96px;
  line-height: 32px;
  font-family: var(--sub-font);
  font-weight: 900;
}

.steps-items li p {
  color: #f5f5f5;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.steps-text {
  flex: 1 1 5%;
}

.steps-text__subtitle {
}

.steps-text__subtitle p {
  color: #f5f5f5;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .steps-block {
    gap: 15px;
    padding: 66px 15px;
  }
  .steps-items li span {
    font-size: 66px;
  }

  .steps-items li p {
    font-size: 20px;
    line-height: 24px;
  }
  .steps-text__title p {
    font-size: 28px;
    line-height: 1.3;
  }
  .steps-text__subtitle p {
    font-size: 45px;
  }
  .steps__top {
    flex-wrap: wrap;
  }
  .steps-items {
    gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  .steps-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 15px;
  }
  .steps-items li span {
    font-size: 46px;
  }

  .steps-items li p {
    font-size: 16px;
    line-height: 20px;
  }
  .steps-text__title p {
    font-size: 24px;
    line-height: 1.3;
  }
  .steps-text__subtitle p {
    font-size: 35px;
  }
  .steps__top {
    padding-bottom: 1rem;
  }
}

.bg-image-text {
  padding: 44px 0;
}

.bg-image-text .container {
}

.bg-image-text__block {
  position: relative;
  border-radius: 20px;
}

.bg-image {
  border-radius: 20px;
  min-height: 764px;
}

.bg-image-text__content {
  padding: 50px 15px 53px 47px;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  bottom: 46px;
  left: 37px;
  max-width: 827px;
}

.bg-image-text__content h2 {
  margin-bottom: 1rem;
}

.bg-image-text__content p {
  color: var(--text-color);
  font-size: 24px;
  line-height: 28px;
}

.not-found__text {
  margin-bottom: 30px;
}

.not-found__button a {
  text-transform: uppercase;
}

.not-found__text h4 {
  margin-bottom: 1rem;
}

.not-found__title {
  color: var(--sub-color);
}

@media screen and (max-width: 768px) {
  .not-found {
    padding: 36px 0;
  }
  .not-found h1 {
    margin-bottom: 1rem;
  }
  .not-found__text {
    margin-bottom: 1rem;
  }
}

.kata-filter-map__row {
  display: flex;
  overflow: hidden;
}

.kata-filter-block {
  flex: 1 1 5%;
}

.kata-filter-block__map {
  flex: 1 1 5%;
  height: auto;
  display: flex;
  border-radius: 0 20px 20px 0;
  position: relative;
}

.kata-filter-block__map > img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

.kata-filter-block__map > #stendai-filter-map.map-filter__img {
  flex: 1 1 auto;
  width: 100%;
  min-height: 420px;
  border-radius: 0 20px 20px 0;
  z-index: 1;
}

.leaflet-div-icon.kata-stendai-map__marker {
  border: none;
  background: transparent;
}

.kata-search-form__top {
  background-color: var(--main-color);
  border-radius: 20px 0 0 0;
  padding: 32px 15px 22px 35px;
}

.kata-search-form__title {
  color: white;
  font-weight: 600;
  font-family: var(--sub-font);
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.kata-search-form__fields {
  display: flex;
  gap: 30px;
  margin-bottom: 17px;
}

.kata-search-form__field {
  position: relative;
  border-bottom: 1px solid #4c4c4c;
}
.kata-search-form__field .city {
  max-width: 150px;
}
.kata-search-form__field label {
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  font-family: var(--font);
  color: white;
  margin-bottom: 5px;
}

.kata-search-form__field select {
  font-size: 16px;
  line-height: 1;
  color: white;
  font-family: var(--sub-font);
  font-weight: 400;
  background-color: transparent;
  border: none;
  -webkit-appearance: none; /* Remove default arrow in Chrome/Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  appearance: none; /* Remove default arrow in modern browsers */
  height: 30px;
  padding-left: 0;
  background-color: var(--main-color);
}

.kata-search-form__field select:hover {
  outline: none;
}

.kata-search-form__field select:focus {
  outline: none;
}

.kata-search-form__field select:focus-visible {
  outline: none;
}

.chevron-icon {
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 0;
}

.kata-search-form__checkboxes {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Create custom checkbox */
.custom-checkbox span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #4c4c4c; /* Border color */
  background: #1a1a18; /* Background color */
  border-radius: 2px; /* Optional: rounded corners */
  transition:
    background 0.2s,
    border 0.2s;
}

/* Show checked state */
.custom-checkbox input[type="checkbox"]:checked + span {
  background: #e3000f; /* Checked color */
  border-color: #e3000f;
}

/* Optional: add a tick mark */
.custom-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  /*border: solid white;*/
  /*border-width: 0 2px 2px 0;*/
  transform: rotate(45deg);
  margin: 2px auto;
}

.custom-checkbox {
  color: white !important;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
}

.kata-search-form__table {
  background-color: white;
  border-radius: 0 0 20px 20px;
  padding-bottom: 35px;
}

.search-form-table {
  padding: 31px 35px;
  height: 500px;
  overflow: scroll;

  /* Firefox scrollbar */
  scrollbar-color: #e3000f #f1f1f1; /* thumb color / track color */
  scrollbar-width: thin;
}

/* Webkit browsers: Chrome, Edge, Safari */
.search-form-table::-webkit-scrollbar {
  width: 8px; /* width of the scrollbar */
}

.search-form-table::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
}

.search-form-table::-webkit-scrollbar-thumb {
  background-color: #e3000f; /* scrollbar color */
  border-radius: 4px; /* rounded corners */
  border: 2px solid #f1f1f1; /* optional: adds padding around thumb */
}

.search-form-table__header span {
  color: var(--text-color);
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  font-family: var(--font);
}

.search-form-table__column {
  border-top: 1px solid #ccc9c6;
}

.search-form-table__column-item {
}

.search-form-table__column-item {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--sub-font);
}

.search-form-table__column-item button {
  background: transparent;
  padding: 0;
  border: none;
}

.search-form-table-grid {
  display: grid;
  grid-template-columns: 0.3fr 1fr 0.6fr 0.6fr 0.5fr 0.3fr 0.5fr;
  padding: 20px 0;
}

.search-form-table__header {
  padding: 0;
}

.search-form-table__column-item span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--sub-font);
  max-width: 40px;
}

.red-text {
  color: #e3000f;
}

.green-text {
  color: #008d2a;
}

.itb-row-status-label.itb-status-occupied {
  color: #e3000f;
}

.yellow-text {
  color: #e4b108;
}

.search-form-table__column .search-form-table__column-item:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.weeks {
  display: flex;
  width: 100%;
  gap: 2px;
}

.weeks-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  align-items: center;
}

.weeks-item__line {
  background-color: #ebebeb;
  border-radius: 2px;
  height: 8px;
  width: 100%;
  display: block;
}

.weeks-item__title {
  color: var(--text-color);
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  font-family: var(--font);
}

.map-location {
  position: absolute;
  bottom: 34%;
  left: 24%;
  width: 100%;
  max-width: 503px;
}

.openMapInfo {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  margin-left: 30px;
  margin-bottom: 6px;
}

.map-location-content {
  background-color: white;
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
}

.map-location-content:after {
  content: "";
  position: absolute;
  top: -10px; /* position below the box */
  left: 43px; /* adjust horizontal position */
  transform: rotate(180deg);

  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white; /* triangle color */
}

.map-location-content__title {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.map-location-content-info {
  display: flex;
  gap: 14px;
  align-items: center;
}

.map-location-content-info span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--sub-font);
}

.map-location-content-info button {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
}

.map-location-content__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.map-location-content__middle {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.map-location-content__middle p {
  color: var(--text-color);
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  font-family: var(--font);
}

.active .weeks-item__line {
  background-color: var(--sub-color);
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media screen and (max-width: 992px) {
  .kata-filter-map__row {
    flex-direction: column;
    gap: 10px;
  }
  .kata-filter-block__map > img,
  .kata-filter-block__map > #stendai-filter-map.map-filter__img {
    height: 500px;
    border-radius: 20px;
  }
  .map-location {
    left: 0;
    bottom: 0;
  }
  .search-form-table {
    padding: 30px 15px;
  }
  .kata-search-form__fields {
    flex-direction: column;
  }
  .kata-search-form__top {
    padding: 20px 15px;
    border-radius: 20px 20px 0 0;
  }
  .kata-search-form__checkboxes {
    gap: 5px;
  }
  .search-form-table-grid {
  }

  .search-form-table__column-item {
  }

  .search-form-table__column-item:nth-child(2) {
  }

  .search-form-table__header span {
  }

  .search-form-table__header span:nth-child(2) {
  }

  .search-form-table__column {
    min-width: 540px;
  }
  .search-form-table__header {
    min-width: 540px;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .weeks {
    overflow: scroll;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.woocommerce-MyAccount-navigation {
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.woocommerce-MyAccount-navigation li {
}

.woocommerce-MyAccount-navigation li a {
}

.woocommerce-MyAccount-navigation li a {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: white;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font);
  font-weight: 500;
  border-radius: 5px;
  min-height: 40px;
  transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation li a:hover {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li a:focus {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a {
  background-color: var(--sub-color);
  border-color: var(--sub-color);
  color: white;
}

.woocommerce-info {
  border-top-color: var(--main-color);
}

.woocommerce-info::before {
  color: var(--main-color);
}

.woocommerce-Button {
  background-color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
  color: white !important;
  padding: 5px 10px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: var(--font) !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  min-height: 40px !important;
  transition: all 0.3s ease-in-out !important;
}

.woocommerce-Button:hover {
  background-color: var(--sub-color) !important;
  border-color: var(--sub-color) !important;
  color: white !important;
  text-decoration: none !important;
}

.woocommerce-Button:focus {
  text-decoration: none;
}

.woocommerce .button {
}

.woocommerce .button {
  background-color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
  color: white !important;
  padding: 5px 10px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: var(--font) !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  min-height: 40px !important;
  transition: all 0.3s ease-in-out !important;
}

.woocommerce .button:hover {
  background-color: var(--sub-color) !important;
  border-color: var(--sub-color) !important;
  color: white !important;
  text-decoration: none !important;
}

.woocommerce .button:focus {
  text-decoration: none;
}

.woocommerce-MyAccount-content {
}

.woocommerce-MyAccount-content p a {
  color: var(--text-color);
  text-decoration: underline;
}

.woocommerce-MyAccount-content p a:hover {
  color: var(--sub-color);
}

.addresses {
}

.woocommerce-Address-title a {
  color: var(--sub-color);
  float: none !important;
  padding: 10px 0;
  display: block;
}

.woocommerce-LostPassword a {
  color: var(--sub-color);
}

.woocommerce-privacy-policy-text a {
  color: var(--sub-color);
}

.kata-map {
}

.kata-map__wrapper {
  position: relative;
  min-height: 520px;
}

.kata-map .container {
}

.kata-map .button {
  position: absolute;
  bottom: 35px;
  left: 33px;
}

.city-link {
  background-color: white;
  border-radius: 100px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 3px 3px;
}

.city-link__number {
  color: white;
  font-size: 16px;
  line-height: 1;
  width: 46px;
  height: 46px;
  font-weight: 700;
  border-radius: 50%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.city-link__title {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding-right: 19px;
}

.siauliai-link {
  top: 17%;
  left: 40%;
}

.kaunas-link {
  top: 57%;
  left: 46%;
}

.vilnius-link {
  top: 65%;
  left: 60%;
}

.klaipeda-link {
  top: 27%;
  left: 17%;
}

.active .city-link__number {
  background-color: var(--sub-color);
}

@media screen and (max-width: 992px) {
  .city-link {
    gap: 5px;
  }
  .city-link__title {
    font-size: 14px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .kata-map__wrapper {
    min-height: 360px;
  }
  .kata-map__leaflet#map-homepage,
  .kata-map__leaflet#map-homepage.leaflet-container {
    height: 360px;
    min-height: 360px;
  }
  .kata-map__wrapper .button {
    display: none;
  }
  .city-link__number {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

.timeline {
  width: 100%;
}

.timeline-top {
  display: flex;
  justify-content: space-between;

  margin-bottom: 6px;
}

.timeline-top span {
  font-size: 8px;
  line-height: 1;
  font-weight: bold;
}

.timeline-bars {
  display: flex;
  gap: 1px;
  margin-bottom: 2px;
}

.bar {
  width: 13px;
  height: 8px;
  background: #ebebeb;
  border-radius: 2px;
}

.timeline-bottom {
  display: flex;
  justify-content: space-between;
}

.timeline-bottom span {
  font-weight: 300;
  font-size: 8px;
  line-height: 1;
  color: var(--text-color);
}

.kata-single-product__row {
  display: flex;
}

.kata-single-product-block {
  flex: 1 1 5%;
  background-color: white;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  padding: 35px 33px 190px 33px;
}

.fixed-block {
  position: sticky !important;
  top: 0;
  left: 0;
}

.kata-single-product-map {
  flex: 1 1 5%;
}

.product-iframe {
  position: relative;

  width: 100%;
}

.product-iframe iframe {
  width: 100%;
  height: 681px;
  border-radius: 0 20px 20px 0;
}

.kata-product-title {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--text-color);
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  font-family: var(--sub-font);
  letter-spacing: 0.03em;
}

.kata-product-title img {
  margin-top: 5px;
}

.kata-single-product {
  padding: 45px 0;
}
.single-product .laikotarpis-select {
  width: 100% !important;
}
.product-gallery {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-bottom: 39px;
}

.product-gallery li {
  border-radius: 20px;
  height: 220px;
}

.product-gallery li a {
}

.product-gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.product-gallery li:hover {
  opacity: 0.7;
}

.product-gallery li:first-child {
  grid-column: 2 span;
  height: 449px;
}

.kata-product-excerpt {
  padding: 20px 32px;
}

.kata-product-excerpt p {
  font-family: var(--sub-font);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--text-color);
}

.kata-product-excerpt p strong {
  font-family: var(--font);
}

.months-weeks {
  padding-bottom: 30px;
  padding-top: 11px;
}

.months-weeks__title {
  color: var(--text-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
}

.product-content {
  padding-bottom: 45px;
}

.product-content p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: var(--sub-font);
}

.traukos-centrai {
  padding-bottom: 46px;
}

.traukos-centrai ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.traukos-centrai__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.traukos-centrai ul li {
  display: flex;
  align-items: center;
}

.laikotarpis {
  background-color: white;
  border-radius: 20px 0 0 20px;
  padding: 31px 21px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 400;
}

.laikotarpis-select {
  position: relative;
  width: 30%;
  padding-bottom: 3px;
}

.laikotarpis-select select {
  background-color: transparent;
  border: none;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--sub-font);
  border-bottom: 1px solid #ccc9c6;
  -webkit-appearance: none; /* Remove default arrow in Chrome/Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  appearance: none; /* Remove default arrow in modern browsers */
  padding-left: 0;
}

.laikotarpis-select label {
  color: var(--text-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}

.laikotarpis-select .chevron-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(0%)
    hue-rotate(132deg) brightness(103%) contrast(99%);
  bottom: 32px;
}

.laikotarpis .button {
  padding: 5px 20px !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 992px) {
  .kata-single-product__row {
    flex-direction: column;
  }
  .kata-single-product-block {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 768px) {
  .kata-product-title {
    font-size: 18px;
    line-height: 24px;
  }
  .product-gallery li:first-child {
    height: auto;
  }
  .product-gallery {
    display: flex;
    flex-direction: column;
  }
  .product-gallery li {
    height: auto;
  }
  .timeline {
    min-width: 800px;
  }

  .months-weeks__line {
    overflow: scroll;
  }
}

/* Homepage map (Leaflet) — explicit height required or map stays 0px tall */
.kata-map__leaflet#map-homepage {
  height: 520px;
  min-height: 520px;
  width: 100%;
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  z-index: 1;
}
.kata-map__leaflet#map-homepage.leaflet-container {
  height: 520px;
  min-height: 520px;
}

/* City markers on Leaflet: same pill as .city-link, positioned on lat/lng */
.leaflet-div-icon.itb-city-divicon {
  background: transparent !important;
  border: none !important;
}
.kata-map .city-link.city-link--map-marker {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
.itb-city-popup__title {
  font-weight: 700;
  margin: 0 0 8px;
}
.itb-city-popup__list {
  margin: 0;
  padding-left: 18px;
  max-height: 220px;
  overflow-y: auto;
}
.itb-city-popup__list a {
  color: inherit;
}

.itb-map-marker.itb-map-marker--simple {
  background: transparent;
  border: none;
}
.itb-map-marker__dot {
  display: block;
  width: 14px;
  height: 14px;
  background: #da1c3f;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.itb-map-marker__img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.leaflet-popup-content-wrapper.itb-leaflet-popup,
.itb-leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.itb-leaflet-popup .leaflet-popup-content {
  margin: 0;
  min-width: 200px;
}
.itb-product-map-card {
  padding: 12px 14px;
}
.itb-product-map-card__title {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.itb-product-map-card__title:hover {
  text-decoration: underline;
}
.itb-product-map-card__address {
  margin: 8px 0 0;
  font-size: 0.9em;
  opacity: 0.9;
}

.pranesimai-item h3 {
  color: #112954;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0px;
  display: inline-block;
  width: calc(100% - 150px);
}
.pranesimai-item p {
  color: #112954;
}

.buttonpranes-wrapper {
  text-align: right;
  margin-top: 0px;
  display: inline-block;
  width: 150px;
  text-align: right;
}

.pranesimai-item:hover {
  opacity: 0.7;
}

.pranesimai {
  padding-top: 0;
}

.pranesimai-content {
  padding-bottom: 36px;
}

.pranesimai-content h2 {
  margin-bottom: 1rem;
}

.pranesimai-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.pranesimai-content p {
  font-size: 20px;
  line-height: 30px;
}

.hidewithprice {
  display: none;
}

.woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}

.woocommerce-checkout #customer_details .col-1 {
  float: none;
  width: 100%;
}
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0;
  float: none;
  width: 100%;
}

/* Hide the default checkbox */
.woocommerce-checkout input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid black;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin: 0 5px 0 0 !important;
}

.woocommerce-checkout input[type="checkbox"]:focus {
  outline: none;
}

.woocommerce-checkout label.checkbox {
  display: flex !important;
  align-items: center;
}

/* Create custom checkmark when checked */
.woocommerce-checkout input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--main-color); /* Change to your preferred color */
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.woocommerce-checkout input[type="checkbox"]:checked {
  border-color: var(--main-color);
}

.woocommerce-checkout input {
  border: 1px solid #bdbdbd;
  height: 48px;
  color: var(--text-color);
}

.woocommerce-checkout input:focus {
  border-color: var(--main-color);
}

#payment {
  background-color: white !important;
  border-radius: 50px;
}

.payment_box {
  background-color: #f1f1f1 !important;
}

#payment div.payment_box::before {
  border: 1em solid #f1f1f1 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#customer_details {
  padding-bottom: 36px;
}

.optional {
  display: none;
}

.company-field label:after {
  color: red;
  font-weight: 700;
  border: 0 !important;
  content: "*";
  text-decoration: none;
}

.company-field {
  display: none;
}

.company-field-active {
  display: block;
}

.options summary {
  margin: 10px 0;
  cursor: pointer;
}

.options details {
  text-align: center;
}

.woocommerce-checkout .main-content .container {
  max-width: 750px;
}

#order_review_heading {
  margin-bottom: 1rem;
}

.itb-cart-calculate-wrap {
  text-align: center;
}
.cart_totals {
  width: 48%;
  margin: auto;
  float: unset !important;
  margin-top: 24px;
}
.wc-proceed-to-checkout {
  text-align: center;
}

.pranesimai-item {
  background-color: white;
  transition: all 0.3s ease-in-out;
}

.pranesimai-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pranesimai-item {
  display: block;
  width: calc(100% - 0px);

  padding: 15px 25px;
  display: block;
  color: var(--text-color);
}
.pranesimai-item:hover {
  text-decoration: none;
  color: #112954;
}

.naujienos-list-item-text {
  display: flex;
  align-items: center;

}

.pranesimai-item h3 {
  color: #112954;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0px;
  display: inline-block;
  width: calc(100% - 150px);
}
.pranesimai-item p {
  color: #112954;
}

.buttonpranes-wrapper {
  text-align: right;
  margin-top: 0px;
  display: inline-block;
  width: 150px;
  text-align: right;
}

.pranesimai-item:hover {
  opacity: 0.7;
}

.pranesimai  {
  padding-top: 0;
}

.pranesimai-content {
  padding-bottom: 36px;
}

.pranesimai-content h2 {
  margin-bottom: 1rem;
}

.pranesimai-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.pranesimai-content p {
  font-size: 20px;
  line-height: 30px;
}

.entry__content p {
  font-size: 20px;
  line-height: 1.3;
}

.entry__content ul li {
  font-size: 20px;
  line-height: 1.3;
}

.entry__content p:not(:last-child) {
  margin-bottom: 1rem;
}

.top-blog__text .page-title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.pranesimai-content p a {
  color: var(--sub-color);
}

@media screen and (max-width: 992px) {
  .pranesimai-item h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .pranesimai-item h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .entry__content p {
    font-size: 16px;
    line-height: 1.3;
  }
  .entry__content ul li {
    font-size: 16px;
    line-height: 1.3;
  }
}
