@font-face {
  font-family: 'WixMadeforDisplay';
  src: url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2') format('woff2'),
       url('../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WixMadeforDisplay';
  src: url('../fonts/WixMadeforDisplay/WixMadeforDisplay-ExtraBold.woff2') format('woff2'),
       url('../fonts/WixMadeforDisplay/WixMadeforDisplay-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'geologica';
  src: url('../fonts/geologica-italic/geologica-italic.woff2') format('woff2'),
       url('../fonts/geologica-italic/geologica-italic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'WixMadeforText';
    src: url('../fonts/WixMadeforText/WixMadeforText-SemiBold.woff2') format('woff2'),
        url('../fonts/WixMadeforText/WixMadeforText-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

:root {
  font-family: 'WixMadeforText', sans-serif;
  font-weight: normal;
  line-height: 1;
}

.container {
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'WixMadeforDisplay';
  line-height: 1.1;
}

section {
  overflow-x: hidden;
}

button {
  outline: none;
}

button:hover {
  cursor: pointer;
}

summary {
  outline: none;
}

summary:hover {
  cursor: pointer;
}

.block-heading {
  font-weight: 800;
  font-size: 23px;
}

.checkbox:checked {
  background: 
  linear-gradient(to bottom right, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) bottom right / 50% 50% no-repeat, 
  linear-gradient(to bottom left, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) bottom left / 50% 50% no-repeat, 
  linear-gradient(to top left, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) top left / 50% 50% no-repeat, 
  linear-gradient(to top right, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) top right / 50% 50% no-repeat, #0458DB;
}

.header-popup-background-container {
  position: absolute;
  top: 0;
  width: 100%;
  background-position-y: bottom;
  background-size: cover;
}

.header-menu-popup li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.2);
}

.header-menu-popup li:hover::after {
  background-color: #0458DB;
}

.header-services-menu:hover .header-menu-popup,
.header-address-menu:hover .header-menu-popup {
  display: block;
  position: absolute;
  left: 0;
}

.gradient-background {
  background: 
  linear-gradient(to bottom right, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) bottom right / 50% 50% no-repeat, 
  linear-gradient(to bottom left, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) bottom left / 50% 50% no-repeat, 
  linear-gradient(to top left, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) top left / 50% 50% no-repeat, 
  linear-gradient(to top right, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50%) top right / 50% 50% no-repeat, #0458DB;
}

.header-wrapper.show-mobile-menu {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.mobile-menu .has-submenu {
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .has-submenu::after {
  display: block;
  content: "";
  width: 14px;
  height: 7px;
  background-image: url(./../images/icons/arrow-down-icon.svg);
  rotate: -90deg;
  stroke: #000000;
}

.service-card {
  @apply flex flex-col justify-between bg-black bg-contain bg-no-repeat bg-bottom border border-[#DDDDDD] rounded-[14px] lg:rounded-[30px] lg:max-w-[384px] h-[252px] lg:h-[565px] shrink-0
}

.toolbar-tab-item {
  cursor: pointer;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline: 15px;
}

.toolbar-tab-item.show {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.1);
}

.toolbar-tab-content {
  display: none;
}

.toolbar-tab-content.show {
  display: block;
}

.number-input {
  border: 1px solid #E5E7EB;
  outline: none;
  -moz-appearance: textfield;
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 5px 14px;
  height: 40px;
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ba-slider {
  --ba-before: 70%;
}

.ba-slider-before {
  clip-path: inset(0 calc(100% - var(--ba-before)) 0 0);
  transition: clip-path 200ms ease;
}

.ba-slider-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - var(--ba-before));
  width: 84px;
  transition: all 200ms ease;
}

.full-swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  --swiffy-slider-snap-align: center;
  --swiffy-slider-item-width: 100%;
  --swiffy-slider-item-gap: 1rem;
  --swiffy-slider-item-reveal: 0rem;
  --swiffy-slider-item-ratio: 2 / 1;
  --swiffy-slider-item-count: 1;
  --swiffy-slider-track-opacity: 0.1;
}

.menu-swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  --swiffy-slider-snap-align: center;
  --swiffy-slider-item-width: 10%;
  --swiffy-slider-item-gap: 0rem;
  --swiffy-slider-item-ratio: 2 / 1;
  --swiffy-slider-item-count: 3;
  --swiffy-slider-track-opacity: 0.1;
}

.comments-swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  --swiffy-slider-snap-align: left;
  --swiffy-slider-item-width: 100%;
  --swiffy-slider-item-reveal: 4rem;
  --swiffy-slider-item-gap: 1rem;
  --swiffy-slider-item-ratio: 2 / 1;
  --swiffy-slider-item-count: 1;
  --swiffy-slider-track-opacity: 0.1;
}

@media (width >= 64rem) { 
  .comments-swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  --swiffy-slider-snap-align: left;
  --swiffy-slider-item-width: 100%;
  --swiffy-slider-item-reveal: 0rem;
  --swiffy-slider-item-gap: 1rem;
  --swiffy-slider-item-ratio: 2 / 1;
  --swiffy-slider-item-count: 3;
  --swiffy-slider-track-opacity: 0.1;
}
}

.full-swiffy-slider .slider-container {
  --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
  --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
}
.comments-swiffy-slider .slider-container {
  --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
  --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
}

.full-swiffy-slider .slider-container, 
.menu-swiffy-slider .slider-container,
.comments-swiffy-slider .slider-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: grid;
  align-items: center;
  height: 100%;
  grid: auto/auto-flow -webkit-max-content;
  grid: auto / auto-flow max-content;
  grid-auto-rows: 100%;
  grid-auto-flow: column;
  grid-gap: var(--swiffy-slider-item-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, .4) rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
  background-clip: padding-box;
}

.full-swiffy-slider .slider-container {
  grid-auto-columns: var(--swiffy-slider-item-width);
}
.comments-swiffy-slider .slider-container {
  grid-auto-columns: var(--swiffy-slider-item-width);
}

.full-swiffy-slider .slider-container > * {
  scroll-snap-align: var(--swiffy-slider-snap-align);
  position: relative;
  width: 100%;
  height: 100%;
}

.comments-swiffy-slider .slider-container > * {
  scroll-snap-align: var(--swiffy-slider-snap-align);
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-swiffy-slider .slider-container > * {
  scroll-snap-align: var(--swiffy-slider-snap-align);
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-swiffy-slider .slider-container {
  margin-inline: 22px;
}

.content {
  font-size: 13px;
}

.content h2 {
  font-size: 23px;
  margin-bottom: 25px;
}

.content h2:not(:first-child) {
  margin-top: 25px;
}

.content h3 {
  font-size: 17px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.content h3:not(:first-child) {
  margin-top: 25px;
}

.content ul {
  margin-top: 15px;
  list-style: disc;
  padding-left: 16px;
  margin-left: 10px;
}
.content ul:not(:last-child) {
  margin-bottom: 20px;
}

.content li {
  margin-block-start: 6px;
  margin-block-end: 6px;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.calc-accordion[open] .calc-accordion-chevron {
  transform: rotate(90deg);
}
.calc-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #000;
}
.calc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.calc-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.calc-checkbox,
.calc-radio {
  position: absolute;
  opacity: 0;
}
.calc-checkbox + .calc-control {
  border-radius: 4px;
}
.calc-radio + .calc-control {
  border-radius: 9999px;
}
.calc-checkbox:checked + .calc-control {
  background: #0458db;
  border-color: #0458db;
}
.calc-checkbox:checked + .calc-control::after {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -1px;
}
.calc-radio:checked + .calc-control::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #0458db;
}
.calc-price {
  background: #f3f4f6;
  border-radius: 44px;
  padding: 6px 12px;
  font-size: 13px;
  color: #02042e;
  white-space: nowrap;
}
.switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.switch input {
  position: absolute;
  opacity: 0;
}
.switch-track {
  width: 36px;
  height: 20px;
  background: #cbced4;
  border-radius: 9999px;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease;
}
.switch-track-sm {
  width: 32px;
  height: 18px;
  padding: 2px;
  background: #cbced4;
}
.switch-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 9999px;
  transition: transform 0.2s ease;
}
.switch input:checked + .switch-track {
  background: #0458db;
}
.switch input:checked + .switch-track .switch-thumb {
  transform: translateX(16px);
}
.calc-pill {
  position: relative;
}
.calc-pill input {
  position: absolute;
  opacity: 0;
}
.calc-pill-text {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 13px;
  color: #000;
  background: transparent;
}
.calc-pill input:checked + .calc-pill-text {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.calc-pill-wide {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f3f4f6;
  border-radius: 9999px;
  padding: 6px 12px;
}
.calc-pill-wide input {
  position: absolute;
  opacity: 0;
}
.calc-pill-wide input:checked + .switch-track {
  background: #0458db;
}
.calc-pill-wide input:checked + .switch-track .switch-thumb {
  transform: translateX(12px);
}
.calc-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #0458db;
  color: #fff;
  font-size: 11px;
  margin-left: 6px;
}

.blog-post-content-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-post-content-comment-block {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.00) 0%, rgba(143, 143, 143, 0.40) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, rgba(0, 0, 0, 0.00) 0%, rgba(143, 143, 143, 0.40) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, rgba(0, 0, 0, 0.00) 0%, rgba(143, 143, 143, 0.40) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, rgba(0, 0, 0, 0.00) 0%, rgba(143, 143, 143, 0.40) 50%) top right / 50% 50% no-repeat, #05070B;
}

.blog-post-content-comment-form {
  border-radius: 24px;
  background: rgba(28, 28, 28, 0.75);
  backdrop-filter: blur(27px);
}

.blog-post-content-list li::before {
  content: "";
  display: block;
  margin: 8px;
  width: 8px;
  height: 8px;
  background-color: #0458db;
  border-radius: 100%;
}

.contacts-hero {
  background: conic-gradient(from -41deg at 44.95% 52.04%, rgba(0, 0, 0, 0.00) 0deg, rgba(0, 0, 0, 0.05) 360deg), #0458DB;
}

@media (width >= 48rem) {
  .block-heading {
    font-size: 40px;
  }
}

@media (width >= 64rem) {
  .block-heading {
    font-size: 54px;
  }
  .number-input {
    font-size: 20px;
    height: 50px;
  }
  .toolbar-tab-item {
    height: 52px;
    width: auto;
    padding-inline: 22px;
  }
  .toolbar-tab-item.show {
    border-radius: calc(infinity * 1px);
  }
  .content {
    font-size: 16px;
  }
  .content h2 {
    font-size: 44px;
    margin-bottom: 45px;
  }
  .content h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .content h2:not(:first-child),
  .content h3:not(:first-child) {
    margin-top: 45px;
  }
  .content ul:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu-swiffy-slider .slider-container {
    margin-inline: 44px;
  }
  .calc-option {
    font-size: 20px;
  }
  .calc-price {
    font-size: 20px;
    padding: 8px 16px;
  }
  .calc-pill-text {
    font-size: 15px;
    padding: 8px 14px;
  }
}

.slider-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.slider-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.slider-container::-webkit-scrollbar { 
    display: none;
}
