@charset "UTF-8";
/*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-size: 100%;
  vertical-align: baseline;
}

html {
  background-color: #1e1e1e;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 18px;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

a {
  text-decoration: none;
  color: #0F172A;
}

a:hover {
  color: #0F172A;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  color: #334155;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
body .main {
  flex: 1;
}

.text-size-1 {
  font-size: calc(42px + 20 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 62px;
  }
}

.text-size-2 {
  font-size: calc(24px + 18 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 42px;
    font-weight: 700;
  }
}

.text-size-3 {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 26px;
  }
}

.text-size-4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 20px;
    font-weight: 700;
  }
}

.text-size-5 {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 18px;
    font-weight: 600;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 18px;
  }
}

.text-size-8 {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 16px;
  }
}

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

.background-color-1 {
  background-color: #bc8343;
}

.background-color-2 {
  background-color: #b7882a;
}

.background-color-3 {
  background-color: #83792e;
}

.background-color-4 {
  background-color: #626c3b;
}

.color-linear {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-top: calc(7px + 3 * (100vw - 390px) / 1010);
  padding-right: calc(14px + 14 * (100vw - 390px) / 1010);
  padding-bottom: calc(7px + 3 * (100vw - 390px) / 1010);
  padding-left: calc(14px + 14 * (100vw - 390px) / 1010);
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 99px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 28px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 28px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 18px;
  }
}
.button._dark {
  background: linear-gradient(90deg, #0F172A 0%, #334155 100%);
  color: #ffffff;
}
.button:hover {
  transform: scale(1.05);
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #93C5FD;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 18px;
  }
}
.input-block input.error,
.input-block textarea.error {
  border-color: #ff756c;
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

.logo {
  max-width: 100%;
  width: 52px;
  height: 52px;
}
.logo .logo__inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.logo .logo__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: calc(66px + 33 * (100vw - 390px) / 1010);
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent;
}
@media (min-width: 1400px) {
  .logo-text {
    font-size: 99px;
  }
}

.header-menu-button {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.header-menu-button::before {
  content: "\e905";
  font-family: "icomoon" !important;
}
.header-menu-button:focus {
  color: #ffffff;
}

.social-links {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 16px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.social-links a::before {
  color: #334155;
  font-size: 12px;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  min-width: 73px;
  height: 73px;
  border-radius: 50%;
  color: #ffffff;
  background-size: 43px 43px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-wrapper._number {
  font-family: inherit !important;
}
.icon-wrapper._number p {
  font-family: inherit;
  font-size: 32px;
  font-weight: 900;
}
.icon-wrapper._villa {
  background-image: url(../img/icons/village.svg);
}
.icon-wrapper._sign {
  background-image: url(../img/icons/sign.svg);
}
.icon-wrapper._bank {
  background-image: url(../img/icons/bank.svg);
}
.icon-wrapper._key {
  background-image: url(../img/icons/key.svg);
}
.icon-wrapper._car {
  background-image: url(../img/icons/car.svg);
}
.icon-wrapper._schedule {
  background-image: url(../img/icons/schedule.svg);
}
.icon-wrapper._camera {
  background-image: url(../img/icons/camera.svg);
}
.icon-wrapper._team {
  background-image: url(../img/icons/team-meeting.svg);
}

.highlighted-text span {
  color: #93C5FD;
}

.text-content .buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 10px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: 15px;
}
.text-content._type-3 > *:not(h3):not(:last-child) {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(h3):not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-content._type-3 h3 {
  margin-bottom: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 h3 {
    margin-bottom: 50px;
  }
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img,
.responsive-image .responsive-image__inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-image {
  padding-bottom: 85%;
  border-radius: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.hero {
  padding: 380px 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  color: #ffffff;
  position: relative;
}
.hero .hero-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__content {
  position: relative;
  z-index: 1;
}
.hero .button {
  width: 365px;
}
@media (min-width: 991.9px) {
  .hero {
    padding: 120px 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.product {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product .product-images {
  grid-column: span 2;
  width: 100%;
  display: grid;
  gap: 10px;
}
.product .product-images .image {
  padding-top: 64.8571428571%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.product .product-images .image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .product-card {
  grid-column: span 2;
  display: grid;
  padding: 14px 20px;
  gap: calc(20px + 10 * (100vw - 390px) / 1010);
  border-radius: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .product .product-card {
    gap: 30px;
  }
}
.product .product-card .heading {
  display: grid;
  gap: calc(7px + 16 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product .product-card .heading {
    gap: 23px;
  }
}
.product .product-card .heading h3 {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #0F172A;
}
@media (min-width: 1400px) {
  .product .product-card .heading h3 {
    font-size: 26px;
  }
}
.product .product-card .heading h4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #334155;
}
@media (min-width: 1400px) {
  .product .product-card .heading h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
.product .tags {
  color: #334155;
}
.product .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product .tags ul li {
  display: flex;
  gap: 4px;
  padding: 9px 13px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.8);
}
.product .tags ul li .icon {
  display: block;
  width: 16px;
  min-width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product .product-description h4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
  color: #0F172A;
}
@media (min-width: 1400px) {
  .product .product-description h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (min-width: 1400px) {
  .product .product-description h4 {
    margin-bottom: 20px;
  }
}
.product .product-description ul {
  display: grid;
  gap: calc(4px + 4 * (100vw - 390px) / 1010);
  color: #334155;
}
@media (min-width: 1400px) {
  .product .product-description ul {
    gap: 8px;
  }
}
.product .product-description ul li {
  display: flex;
}
.product .product-description ul li::before {
  content: "";
  display: block;
  width: calc(20px + 0 * (100vw - 390px) / 1010);
  min-width: calc(20px + 0 * (100vw - 390px) / 1010);
  height: calc(20px + 0 * (100vw - 390px) / 1010);
  margin-inline-end: 15px;
  background-color: #dcfce7;
  background-image: url(../img/icons/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .product .product-description ul li::before {
    width: 20px;
  }
}
@media (min-width: 1400px) {
  .product .product-description ul li::before {
    min-width: 20px;
  }
}
@media (min-width: 1400px) {
  .product .product-description ul li::before {
    height: 20px;
  }
}
.product .product-gallery {
  grid-column: span 2;
}
@media (min-width: 991.9px) {
  .product {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .product .product-images {
    grid-column: auto;
  }
  .product .product-card {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 26px;
  }
  .product .product-description {
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
}

.products-wrapper {
  display: grid;
  gap: 60px;
}
@media (min-width: 991.9px) {
  .products-wrapper {
    gap: 100px;
  }
  .products-wrapper .product:nth-child(even) {
    grid-template-areas: "product-card product-images";
  }
  .products-wrapper .product:nth-child(even) .product-card {
    grid-area: product-card;
  }
  .products-wrapper .product:nth-child(even) .product-images {
    grid-area: product-images;
  }
}

.review {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(16px + 6 * (100vw - 390px) / 1010);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.907px 1.813px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1.8134715557px);
          backdrop-filter: blur(1.8134715557px);
}
@media (min-width: 1400px) {
  .review {
    padding: 22px;
  }
}
.review .review__top {
  margin-bottom: 11px;
}
.review .review__top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../img/icons/icon-quotes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.review .review__top .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.review .review__top .stars span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../img/icons/icon-star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.review .review__main {
  margin-bottom: calc(30px + 20 * (100vw - 390px) / 1010);
  color: #f1f5f9;
}
@media (min-width: 1400px) {
  .review .review__main {
    margin-bottom: 50px;
  }
}
.review .review__bottom {
  margin-top: auto;
}
.review .review__bottom p.name {
  margin-bottom: 20px;
  font-size: calc(15px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .review .review__bottom p.name {
    font-size: 17px;
  }
}
.review .review__bottom p.note-1 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #93C5FD;
}
@media (min-width: 1400px) {
  .review .review__bottom p.note-1 {
    font-size: 16px;
  }
}
.review .review__bottom p.note-2 {
  font-size: calc(12px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #cbd5e1;
}
@media (min-width: 1400px) {
  .review .review__bottom p.note-2 {
    font-size: 14px;
  }
}
.review .review__bottom p.note-3 {
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #94a3b8;
}
@media (min-width: 1400px) {
  .review .review__bottom p.note-3 {
    font-size: 14px;
  }
}

.average-rating {
  display: flex;
  align-items: center;
  padding: 16px 30px;
  gap: 30px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.average-rating p {
  color: #ffffff;
}
.average-rating .stars {
  display: flex;
  gap: 4px;
}
.average-rating .stars span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../img/icons/icon-star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form {
  padding: calc(14px + 10 * (100vw - 390px) / 1010);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (min-width: 1400px) {
  .contact-form {
    padding: 24px;
  }
}
.contact-form .form-control.error {
  border-color: #ff756c;
}
.contact-form .button {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-form .button::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-inline-end: 15px;
  display: block;
  background-image: url(../img/icons/icon-send.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-information {
  padding: calc(14px + 10 * (100vw - 390px) / 1010);
  border-radius: 20px;
  color: #ffffff;
  background: #0F172A;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1400px) {
  .contact-information {
    padding: 24px;
  }
}
.contact-information ul {
  display: grid;
  gap: calc(19px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-information ul {
    gap: 28px;
  }
}
.contact-information ul li {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-information ul li {
    font-size: 16px;
  }
}
.contact-information ul li h6 {
  font-weight: 600;
}
.contact-information ul li p {
  font-weight: 400;
}
.contact-information ul li a {
  color: inherit;
}
@media (min-width: 991.9px) {
  .contact-information {
    padding: calc(14px + 10 * (100vw - 390px) / 1010);
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .contact-information {
    padding: 24px;
  }
}

.about-block {
  padding: calc(14px + 10 * (100vw - 390px) / 1010);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (min-width: 1400px) {
  .about-block {
    padding: 24px;
  }
}
.about-block .about-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 3px;
       column-gap: 3px;
  row-gap: 16px;
  align-items: center;
}
.about-block .about-grid .about-row {
  display: contents;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .about-block .about-grid .about-row {
    font-size: 16px;
  }
}
.about-block .about-grid .about-row .label {
  font-weight: 700;
}
.about-block .about-grid .about-row .text {
  font-weight: 400;
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination {
    margin-top: 30px;
  }
}
.swiper .swiper-pagination-bullet {
  width: calc(12px + 2 * (100vw - 390px) / 1010);
  min-width: calc(12px + 2 * (100vw - 390px) / 1010);
  height: calc(12px + 2 * (100vw - 390px) / 1010);
  opacity: 1;
  background-color: #cbd5e1;
  border: none;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 14px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0F172A;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: static;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-family: "icomoon";
  font-size: 12px;
  color: #09090b;
}
.swiper .swiper-button-next::after {
  content: "\e900";
}
.swiper .swiper-button-prev::after {
  content: "\e903";
}
.swiper._pagination-bottom .swiper-button-next,
.swiper._pagination-bottom .swiper-button-prev {
  position: static;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper .navigation {
  margin-top: calc(30px + 10 * (100vw - 390px) / 1010);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}
.swiper .navigation .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #0F172A;
  border-radius: 0px 0px 15px 15px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 26px;
  }
}
.nav-overlay .overlay-categories a {
  color: #334155;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 18px;
    font-weight: 600;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.light {
  background-color: #fff;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #93C5FD;
  border-right-color: transparent;
}

.header {
  width: 100%;
}

.section {
  margin-bottom: calc(80px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 120px;
  }
}
.section._reviews {
  padding-top: calc(50px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(50px + 30 * (100vw - 390px) / 1010);
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
}
@media (min-width: 1400px) {
  .section._reviews {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .section._reviews {
    padding-bottom: 80px;
  }
}
.section._reviews .section-heading h2 {
  color: #ffffff;
}
.section._reviews .section-heading p {
  color: #CBD5E1;
}
.section .section-heading {
  margin-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 40px;
  }
}
.section .section-heading h2 {
  font-size: calc(24px + 18 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #0F172A;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 42px;
    font-weight: 700;
  }
}
.section .section-heading h4 {
  margin-top: calc(10px + 10 * (100vw - 390px) / 1010);
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .section .section-heading h4 {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
.section .section-heading p {
  margin-top: calc(5px + 10 * (100vw - 390px) / 1010);
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #475569;
}
@media (min-width: 1400px) {
  .section .section-heading p {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading p {
    font-size: 18px;
  }
}

.footer {
  color: #94A3B8;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 18px;
  }
}
.footer > * {
  width: 100%;
}
.footer a {
  color: #94A3B8;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__main {
  padding: 30px 0;
  background-color: #0F172A;
}
.footer .footer__main .footer-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #94A3B8;
}
.footer .footer__main .footer-block h3 {
  margin-bottom: calc(28px + 0 * (100vw - 390px) / 1010);
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #93C5FD;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block h3 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block h3 {
    font-size: 26px;
  }
}
.footer .footer__main .footer-block h6 {
  margin-bottom: calc(16px + 24 * (100vw - 390px) / 1010);
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block h6 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block h6 {
    font-size: 18px;
  }
}
.footer .footer__main .footer-block ul.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block ul.tags {
    margin-bottom: 18px;
  }
}
.footer .footer__main .footer-block ul.tags li:not(:first-child)::before {
  content: "•";
  margin-inline-end: 10px;
}
.footer .footer__main .footer-block ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.footer .footer__main .footer-block ul.menu li a {
  font-weight: 700;
}
.footer .footer__main .footer-block .copyright {
  display: flex;
  gap: 10px;
}
.footer .footer__main .footer-block .copyright p:not(:first-child)::before {
  content: "|";
  margin-inline-end: 10px;
}
.footer .footer__bottom {
  padding: 10px 0;
  background-color: #000000;
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #ffffff;
}