.text-size-1 {
  font-size: calc(32px + 32 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 64px;
  }
}
.text-size-1 {
  font-weight: 900;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-weight: 900;
  }
}

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

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

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

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

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

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

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

/* 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;
  vertical-align: baseline;
}

html {
  background-color: #ffffff;
}

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

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}
input,
select,
button,
textarea {
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-weight: 500;
  }
}

*: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;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

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

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #ED1010;
  transition: all 0.2s ease;
}

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

.text-primary {
  color: #ED1010 !important;
}

.bg-primary {
  background-color: #ED1010 !important;
}

.text-secondary {
  color: #FFD8D8 !important;
}

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

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-success {
  color: #6cffc1 !important;
}

.bg-success {
  background-color: #6cffc1 !important;
}

.text-danger {
  color: #ff756c !important;
}

.bg-danger {
  background-color: #ff756c !important;
}

.text-warning {
  color: #ffb067 !important;
}

.bg-warning {
  background-color: #ffb067 !important;
}

.text-info {
  color: #27b3d2 !important;
}

.bg-info {
  background-color: #27b3d2 !important;
}

.text-gray {
  color: #667085 !important;
}

.bg-gray {
  background-color: #667085 !important;
}

.text-dark {
  color: #111111 !important;
}

.bg-dark {
  background-color: #111111 !important;
}

.text-light {
  color: rgba(255, 216, 216, 0.6) !important;
}

.bg-light {
  background-color: rgba(255, 216, 216, 0.6) !important;
}

.border {
  border: 1px solid #d1d5db !important;
}

.border-top {
  border-top: 1px solid #d1d5db !important;
}

.border-right {
  border-right: 1px solid #d1d5db !important;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db !important;
}

.border-left {
  border-left: 1px solid #d1d5db !important;
}

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

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

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

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

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

.rounded {
  border-radius: 4px !important;
}

.rounded-md {
  border-radius: 8px !important;
}

.rounded-lg {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 20px !important;
}

.rounded-2xl {
  border-radius: 24px !important;
}

.rounded-full {
  border-radius: 999px !important;
}

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

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.color-linear {
  background: linear-gradient(180deg, #FF1509 0%, #6E0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

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

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

.text-color-1 {
  color: #ED1010;
}

.text-color-2 {
  color: #ffffff;
}

.bg-gradient-1 {
  background: linear-gradient(180deg, #FF1509 0%, #6E0000 100%) !important;
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%) !important;
}

.bg-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae) !important;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: var(--preloader-bg-mobile, none);
  background-size: cover;
  background-position: center;
}
.loading-screen .logo {
  width: 100px;
  max-width: 100%;
  mix-blend-mode: normal;
}
.loading-screen .loading-bar {
  width: 130px;
  height: 2px;
  background: #FFD8D8;
  margin: 22px;
  position: relative;
  overflow: hidden;
}
.loading-screen .loading-bar::before {
  content: "";
  width: 68px;
  height: 2px;
  background: #ED1010;
  position: absolute;
  left: -34px;
  animation: bluebar 1.5s infinite ease;
}
@keyframes bluebar {
  50% {
    left: 96px;
  }
}
@media (min-width: 768px) {
  .loading-screen {
    background-image: var(--preloader-bg-desktop, none);
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 265px;
  padding-top: calc(8px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-top: 9px;
  }
}
.button {
  padding-right: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-right: 20px;
  }
}
.button {
  padding-bottom: calc(8px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 9px;
  }
}
.button {
  padding-left: calc(16px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    padding-left: 20px;
  }
}
.button {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .button {
    font-weight: 500;
  }
}
.button {
  line-height: normal;
  background: #ED1010;
  color: #ffffff;
  border: none;
  border-radius: 60px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.button._small {
  width: 170px;
  padding-top: calc(4px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-top: 6px;
  }
}
.button._small {
  padding-right: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-right: 16px;
  }
}
.button._small {
  padding-bottom: calc(4px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-bottom: 6px;
  }
}
.button._small {
  padding-left: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-left: 16px;
  }
}
.button._light {
  background: #FFD8D8;
}
.button:hover {
  transform: scale(1.05);
  color: #ffffff;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.disabled, .button[aria-disabled=true] {
  opacity: 0.6;
  pointer-events: none;
  transform: none;
}
.button.disabled:hover, .button[aria-disabled=true]:hover {
  transform: none;
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 16px;
  }
}
.input-block input,
.input-block textarea {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-weight: 500;
  }
}
.input-block input,
.input-block textarea {
  border-radius: 20px;
  background: #FFD8D8;
  border: 1px solid #FFD8D8;
}
.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 {
  display: block;
  max-width: 100%;
  width: calc(80px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    width: 120px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  width: 100%;
  height: auto;
}

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

.header-icon-links {
  display: flex;
  gap: 10px;
}
.header-icon-links .header-icon-links_item {
  display: flex;
  align-items: flex-end;
  padding: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    padding: 10px;
  }
}
.header-icon-links .header-icon-links_item {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item {
    font-size: 20px;
  }
}
.header-icon-links .header-icon-links_item {
  color: #ffffff;
  position: relative;
}
.header-icon-links .header-icon-links_item::before {
  font-family: "icomoon" !important;
  font-size: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-icon-links .header-icon-links_item::before {
    font-size: 30px;
  }
}
.header-icon-links .header-icon-links_item._account::before {
  content: "\e925";
}

.header-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul {
    gap: 20px;
  }
}
.header-menu ul li a {
  display: flex;
  align-items: center;
  padding-top: calc(4px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    padding-top: 7px;
  }
}
.header-menu ul li a {
  padding-bottom: calc(4px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    padding-bottom: 7px;
  }
}
.header-menu ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.header-menu ul li a:hover {
  color: #ED1010;
}
.header-menu ul li.menu-item-has-children {
  position: relative;
}
.header-menu ul li.menu-item-has-children > a {
  gap: 7px;
}
.header-menu ul li.menu-item-has-children > a::after {
  content: "\e903";
  font-family: "Icomoon";
  display: block;
  transform: rotate(90deg);
  font-size: 12px;
}
.header-menu ul ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #343434;
  min-width: 200px;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  padding: 10px 0;
  z-index: 1000;
}
.header-menu ul ul.sub-menu li {
  padding: 5px 15px;
}
.header-menu ul ul.sub-menu li a {
  color: #ffffff;
  font-size: 14px;
}
.header-menu ul ul.sub-menu li a:hover {
  color: #FFD8D8;
}
.header-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 20px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: rgba(237, 16, 16, 0.3);
  border-radius: 100%;
  border: none;
  transition: all 0.2s ease;
}
.social-links a::before {
  color: #ffffff;
  font-size: 24px;
}
.social-links a:hover {
  background-color: #ffffff;
}
.social-links a:hover::before {
  color: #000000;
}

.banner {
  display: block;
  width: 100%;
}
.banner._banner-1 .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 153.3333333333%;
  overflow: hidden;
}
.banner._banner-1 .banner__inner img,
.banner._banner-1 .banner__inner picture,
.banner._banner-1 .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .banner._banner-1 .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 49.8333333333%;
    overflow: hidden;
  }
  .banner._banner-1 .banner__inner img,
  .banner._banner-1 .banner__inner picture,
  .banner._banner-1 .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-content .buttons-block {
  display: flex;
  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(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 30px;
  }
}
.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-1 .buttons-block {
  margin-top: calc(30px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 .buttons-block {
    margin-top: 30px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-2 > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.text-content._type-3 > *:not(:last-child) {
  margin-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

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

.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 + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 18px;
  }
}
.swiper .swiper-pagination-bullet {
  min-width: calc(12px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 18px;
  }
}
.swiper .swiper-pagination-bullet {
  height: calc(12px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 18px;
  }
}
.swiper .swiper-pagination-bullet {
  background-color: #ED1010;
  opacity: 0.5;
  border: none;
  border-radius: 60px;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: calc(60px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ED1010;
  opacity: 1;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: calc(20px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 60px;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  min-width: calc(20px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    min-width: 60px;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  height: calc(20px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    height: 60px;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: #ED1010;
  border-radius: 50%;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-family: "icomoon";
  font-size: calc(12px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    font-size: 18px;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  color: #ffffff;
}
.swiper .swiper-button-next::after {
  content: "\e900";
}
.swiper .swiper-button-prev::after {
  content: "\e903";
}
.swiper._navigation-bottom .swiper-button-next,
.swiper._navigation-bottom .swiper-button-prev {
  position: static;
  margin-top: 0;
}
.swiper._navigation-bottom .swiper-pagination {
  margin-top: 0;
}
.swiper._navigation-bottom .swiper-pagination.swiper-pagination-bullets-dynamic {
  transform: none;
  width: 300px !important;
  max-width: 100%;
  margin: 0 5px;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper .navigation {
  margin-top: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}
.swiper .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper.servicesSwiper .swiper-slide {
  transition: 0.3s all ease;
  z-index: 1;
  filter: blur(1px);
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.servicesSwiper .swiper-slide-active {
  opacity: 1;
  z-index: 3;
  filter: none;
  transform: scale(1);
}
.swiper.examplesSwiper .swiper-slide, .swiper.mobileServicesSwiper .swiper-slide, .swiper.processSwiper .swiper-slide, .swiper.storiesSwiper .swiper-slide, .swiper.teamSwiper .swiper-slide, .swiper.successStoriesSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion .accordion-item {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}
.accordion .accordion-button {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 19px;
  }
}
.accordion .accordion-button {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-weight: 600;
  }
}
.accordion .accordion-button {
  background-color: #FFD8D8;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-body {
  background-color: #FFD8D8;
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #111111;
  border-radius: 0 0 12px 12px;
  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,
.nav-overlay .overlay-menu .menu-item-has-children {
  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(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 24px;
  }
}
.nav-overlay .overlay-menu ul li a {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-weight: 700;
  }
}
.nav-overlay .overlay-menu ul li a {
  color: #ffffff;
}
.nav-overlay .overlay-menu .sub-menu li a {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu .sub-menu li a {
    font-size: 19px;
  }
}
.nav-overlay .overlay-menu .sub-menu li a {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu .sub-menu li a {
    font-weight: 600;
  }
}
.nav-overlay .overlay-categories a {
  color: #ED1010;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(16px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 17px;
  }
}
.nav-overlay .overlay-categories h5 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    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: 992px) {
  .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: #6b7280;
  border-right-color: transparent;
}

.highlighted-text span {
  color: #ED1010;
}

.list-styled {
  display: flex;
  flex-direction: column;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .list-styled {
    gap: 20px;
  }
}
.list-styled li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: calc(16px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .list-styled li {
    font-size: 17px;
  }
}
.list-styled li {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .list-styled li {
    font-weight: 600;
  }
}
.list-styled li::before {
  content: "";
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ED1010;
}

.open-link {
  display: flex;
  gap: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .open-link {
    gap: 10px;
  }
}
.open-link {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .open-link {
    font-size: 19px;
  }
}
.open-link {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .open-link {
    font-weight: 600;
  }
}
.open-link {
  color: #ED1010;
}
.open-link::after {
  content: "";
  width: calc(20px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .open-link::after {
    width: 24px;
  }
}
.open-link::after {
  min-width: calc(20px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .open-link::after {
    min-width: 24px;
  }
}
.open-link::after {
  height: calc(20px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .open-link::after {
    height: 24px;
  }
}
.open-link::after {
  background-image: url(../img/icons/icon_open-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.video-wrapper {
  max-width: 100%;
  width: 100%;
  padding-bottom: 178%;
  position: relative;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.content-block .content-block__image {
  width: 66%;
  position: relative;
}
.content-block .content-block__image .content-block__image-inner {
  position: relative;
  width: 100%;
  padding-top: 178.2608695652%;
  overflow: hidden;
}
.content-block .content-block__image .content-block__image-inner img,
.content-block .content-block__image .content-block__image-inner picture,
.content-block .content-block__image .content-block__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-block .content-block__image .mobile-heading {
  padding: 7px;
  width: 100%;
  color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 0;
}
.content-block .content-block__image .mobile-heading > * {
  z-index: 1;
  position: relative;
}
.content-block .content-block__image .mobile-heading .mobile-heading__bg {
  position: absolute;
  inset: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: blur(3px) brightness(0.75);
  z-index: 0;
}
.content-block .content-block__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(20px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .content-block .content-block__content {
    gap: 60px;
  }
}
@media (min-width: 767.9px) {
  .content-block {
    flex-direction: row;
  }
  .content-block .content-block__content {
    align-items: start;
    text-align: start;
  }
  .content-block .content-block__image {
    width: 30%;
    min-width: 30%;
  }
}
@media (min-width: 1399.9px) {
  .content-block {
    justify-content: space-between;
  }
  .content-block .content-block__content {
    width: 40%;
    min-width: 40%;
  }
  .content-block .content-block__image {
    width: 40%;
    min-width: 40%;
  }
}

.content-blocks {
  display: grid;
  gap: calc(40px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .content-blocks {
    gap: 40px;
  }
}
@media (min-width: 767.9px) {
  .content-blocks:not(._reversed) .content-block:nth-child(odd) .content-block__image {
    order: 2;
  }
  .content-blocks._reversed .content-block:nth-child(even) .content-block__image {
    order: 2;
  }
}

.fixed-bg {
  background-attachment: fixed;
}

.section-hero {
  background-color: #111111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.section-hero .section-hero__main {
  padding: 50px 0;
}
.section-hero .hero-videos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 20px;
}
.section-hero .hero-videos .video-wrapper:nth-child(1) {
  grid-column: span 2;
}
.section-hero .hero-videos .video-wrapper:nth-child(2) {
  grid-column: span 3;
}
.section-hero .hero-videos .video-wrapper video {
  max-width: 100%;
}
.section-hero .section-hero__bottom {
  padding: 0 0 50px;
}
@media (min-width: 992px) {
  .section-hero .section-hero__main {
    min-height: 654px;
  }
}

.service-card-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-small {
    padding: 30px;
  }
}
.service-card-small {
  gap: calc(8px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-small {
    gap: 15px;
  }
}
.service-card-small {
  min-height: calc(106px + 94 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-small {
    min-height: 200px;
  }
}
.service-card-small {
  height: 100%;
  width: calc(230px + 180 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-small {
    width: 410px;
  }
}
.service-card-small {
  border-radius: 20px;
  background: rgb(41, 41, 41);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.service-card-small h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-small h3 {
    font-size: 24px;
  }
}
.service-card-small h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .service-card-small h3 {
    font-weight: 700;
  }
}
.service-card-small h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-small h4 {
    font-size: 19px;
  }
}
.service-card-small h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .service-card-small h4 {
    font-weight: 600;
  }
}
.service-card-small h4 {
  color: #ED1010;
}

.example-video {
  width: calc(170px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .example-video {
    width: 200px;
  }
}

.story-video {
  width: calc(170px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .story-video {
    width: 200px;
  }
}
.story-video {
  padding-bottom: 209%;
}

.service-card-mobile {
  display: flex;
  width: 290px;
  min-height: calc(516px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-mobile {
    min-height: 516px;
  }
}
.service-card-mobile {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-card-mobile .service-card-mobile__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.service-card-mobile .service-card-mobile__content h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-mobile .service-card-mobile__content h2 {
    font-size: 32px;
  }
}
.service-card-mobile .service-card-mobile__content h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .service-card-mobile .service-card-mobile__content h2 {
    font-weight: 900;
  }
}
.service-card-mobile .service-card-mobile__content h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-mobile .service-card-mobile__content h3 {
    font-size: 24px;
  }
}
.service-card-mobile .service-card-mobile__content h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .service-card-mobile .service-card-mobile__content h3 {
    font-weight: 700;
  }
}
.service-card-mobile .service-card-mobile__content h3 {
  color: #ED1010;
}
.service-card-mobile .service-card-mobile__content h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .service-card-mobile .service-card-mobile__content h4 {
    font-size: 19px;
  }
}
.service-card-mobile .service-card-mobile__content h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .service-card-mobile .service-card-mobile__content h4 {
    font-weight: 600;
  }
}
.service-card-mobile .service-card-mobile__content > * {
  z-index: 1;
}
.service-card-mobile .service-card-mobile__content .content-bg {
  position: absolute;
  inset: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: blur(3px) brightness(0.75);
  z-index: 0;
}

.services-tabs .nav-pills .nav-link {
  text-align: start;
  padding: 20px 0;
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .services-tabs .nav-pills .nav-link {
    font-size: 24px;
  }
}
.services-tabs .nav-pills .nav-link {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .services-tabs .nav-pills .nav-link {
    font-weight: 700;
  }
}
.services-tabs .nav-pills .nav-link {
  color: #000000;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  opacity: 0.4;
}
.services-tabs .nav-pills .nav-link.active {
  opacity: 1;
}

.process-card {
  width: 210px;
}
.process-card .process-card__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  gap: 10px;
  height: 210px;
  max-height: 210px;
  margin-bottom: 13px;
  border-radius: 50%;
  position: relative;
}
.process-card .process-card__top::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from 0deg, rgba(237, 16, 16, 0.05) 0deg, rgba(237, 16, 16, 0.15) 40deg, rgba(237, 16, 16, 0.25) 90deg, rgba(237, 16, 16, 0.35) 150deg, rgba(237, 16, 16, 0.45) 210deg, rgba(237, 16, 16, 0.6) 260deg, rgba(237, 16, 16, 0.85) 300deg, rgb(237, 16, 16) 330deg, transparent 345deg, transparent 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 0);
          mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 0);
  animation: process-ring-rotate 2s linear infinite;
}
@keyframes process-ring-rotate {
  to {
    transform: rotate(360deg);
  }
}
.process-card .process-card__top .count {
  font-size: 26px;
  font-weight: 900;
  color: #ED1010;
}
.process-card .process-card__top h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .process-card .process-card__top h3 {
    font-size: 24px;
  }
}
.process-card .process-card__top h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .process-card .process-card__top h3 {
    font-weight: 700;
  }
}
.process-card .process-card__main h4 {
  padding-bottom: 13px;
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .process-card .process-card__main h4 {
    font-size: 19px;
  }
}
.process-card .process-card__main h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .process-card .process-card__main h4 {
    font-weight: 600;
  }
}
.process-card .process-card__main h4 {
  color: #ED1010;
  border-bottom: 1px solid #ffffff;
}
.process-card .process-card__main p {
  padding-top: 13px;
}

.success-story {
  display: flex;
  width: 290px;
  min-height: calc(516px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .success-story {
    min-height: 516px;
  }
}
.success-story {
  height: 100%;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.success-story .success-story__video {
  display: none;
}
.success-story .success-story__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.success-story .success-story__content h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .success-story .success-story__content h2 {
    font-size: 32px;
  }
}
.success-story .success-story__content h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .success-story .success-story__content h2 {
    font-weight: 900;
  }
}
.success-story .success-story__content h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .success-story .success-story__content h3 {
    font-size: 24px;
  }
}
.success-story .success-story__content h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .success-story .success-story__content h3 {
    font-weight: 700;
  }
}
.success-story .success-story__content h3 {
  color: #ED1010;
}
.success-story .success-story__content h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .success-story .success-story__content h4 {
    font-size: 19px;
  }
}
.success-story .success-story__content h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .success-story .success-story__content h4 {
    font-weight: 600;
  }
}
.success-story .success-story__content > * {
  z-index: 1;
}
.success-story .success-story__content .content-bg {
  position: absolute;
  inset: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: blur(3px) brightness(0.75);
  z-index: 0;
}
@media (min-width: 992px) {
  .success-story {
    width: 100%;
    min-height: auto;
    padding: 40px 20px;
    gap: 20px;
    border-radius: 20px;
    background-image: none;
    background: rgba(221, 221, 221, 0.3);
  }
  .success-story .success-story__video {
    display: block;
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
  .success-story .success-story__content {
    width: calc(50% - 10px);
    gap: 40px;
    margin-top: 0;
    padding: 0px;
    background: transparent;
    color: #111111;
  }
  .success-story .success-story__content h3 {
    color: #ED1010;
  }
  .success-story .success-story__content .content-bg {
    display: none;
  }
}

.vlog-card {
  transition: 0.3s all ease;
}
.vlog-card .vlog-card__image {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.vlog-card .vlog-card__image .vlog-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.vlog-card .vlog-card__image .vlog-card__image-inner img,
.vlog-card .vlog-card__image .vlog-card__image-inner picture,
.vlog-card .vlog-card__image .vlog-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlog-card .vlog-card__image .vlog-card__image-inner {
  transition: 0.3s all ease;
}
.vlog-card .vlog-card__title {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .vlog-card .vlog-card__title {
    font-size: 19px;
  }
}
.vlog-card .vlog-card__title {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .vlog-card .vlog-card__title {
    font-weight: 600;
  }
}
.vlog-card .vlog-card__title {
  color: #ffffff;
}
.vlog-card:hover .vlog-card__image .vlog-card__image-inner {
  transform: scale(1.1);
}
.vlog-card:hover .vlog-card__title {
  color: #ED1010;
}

.faq-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(237, 16, 16, 0.2);
}
.faq-card h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-card h4 {
    font-size: 19px;
  }
}
.faq-card h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .faq-card h4 {
    font-weight: 600;
  }
}
.faq-card h4 {
  color: #ffffff;
}
.faq-card h5 {
  font-size: calc(16px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .faq-card h5 {
    font-size: 17px;
  }
}
.faq-card h5 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .faq-card h5 {
    font-weight: 600;
  }
}
.faq-card h5 {
  color: #ED1010;
}

.faq-wrapper {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .faq-wrapper {
    padding-bottom: 20px;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .faq-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  .faq-wrapper::-webkit-scrollbar-track {
    background: rgba(237, 16, 16, 0.1);
    border-radius: 4px;
  }
  .faq-wrapper::-webkit-scrollbar-thumb {
    background: #ED1010;
    border-radius: 4px;
  }
  .faq-wrapper .faq-card {
    width: 100%;
    min-width: 420px;
  }
}

.logos-block {
  position: relative;
}

.logos-cross {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: calc(70px + 100 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logos-cross {
    padding-top: 170px;
  }
}
.logos-cross {
  padding-bottom: calc(70px + 100 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logos-cross {
    padding-bottom: 170px;
  }
}
.logos-cross {
  display: flex;
  position: relative;
  overflow: hidden;
}
.logos-cross .logos-wrapper {
  z-index: 2;
  justify-content: center;
  margin-left: -2em;
  margin-right: -2em;
  display: flex;
  position: relative;
}
.logos-cross .logos-wrapper.back {
  z-index: 1;
  position: absolute;
}
.logos-cross .logos-line {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  transform: rotate(-8deg);
  background-color: #ED1010;
}
.logos-cross .logos-line.back {
  justify-content: flex-end;
  transform: rotate(8deg);
  z-index: 2;
}
.logos-cross .logos-line .logos-line__inner {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: calc(10px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logos-cross .logos-line .logos-line__inner {
    padding: 14px;
  }
}
.logos-cross .logos-line .logos-line__inner {
  gap: calc(20px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logos-cross .logos-line .logos-line__inner {
    gap: 28px;
  }
}
.logos-cross .logos-line .logos-line__inner > * {
  display: block;
  color: #ffffff;
  font-size: calc(12px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logos-cross .logos-line .logos-line__inner > * {
    font-size: 18px;
  }
}
.logos-cross .logos-line .logos-line__inner > * {
  font-style: normal;
  font-weight: 700;
  text-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (min-width: 991.9px) {
  .logos-cross .logos-line {
    transform: rotate(-8deg);
  }
  .logos-cross .logos-line.back {
    transform: rotate(8deg);
  }
}

.team-member-card {
  display: flex;
  width: 427px;
  height: 100%;
  border-radius: 10px;
  background: #343647;
  color: #ffffff;
  overflow: hidden;
}
.team-member-card .team-member-card__content {
  width: 100%;
  padding: 7px 10px;
}
.team-member-card .team-member-card__content h4 {
  margin-bottom: 3px;
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .team-member-card .team-member-card__content h4 {
    font-size: 19px;
  }
}
.team-member-card .team-member-card__content h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .team-member-card .team-member-card__content h4 {
    font-weight: 600;
  }
}
.team-member-card .team-member-card__content h5 {
  font-size: calc(16px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .team-member-card .team-member-card__content h5 {
    font-size: 17px;
  }
}
.team-member-card .team-member-card__content h5 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .team-member-card .team-member-card__content h5 {
    font-weight: 600;
  }
}
.team-member-card .team-member-card__content h5 {
  color: #ED1010;
}
.team-member-card .team-member-card__image {
  width: 106px;
  min-width: 106px;
}
.team-member-card .team-member-card__image .team-member-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.team-member-card .team-member-card__image .team-member-card__image-inner img,
.team-member-card .team-member-card__image .team-member-card__image-inner picture,
.team-member-card .team-member-card__image .team-member-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card {
    padding-top: 20px;
  }
}
.plan-card {
  padding-right: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card {
    padding-right: 20px;
  }
}
.plan-card {
  padding-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card {
    padding-bottom: 20px;
  }
}
.plan-card {
  padding-left: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card {
    padding-left: 20px;
  }
}
.plan-card {
  margin-top: 13px;
  height: 100%;
  background-color: #111111;
  color: #ffffff;
  border: 1px solid #ED1010;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease;
  cursor: pointer;
}
.plan-card .plan-card__image {
  width: calc(38px + 22 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__image {
    width: 60px;
  }
}
.plan-card .plan-card__image {
  min-width: calc(38px + 22 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__image {
    min-width: 60px;
  }
}
.plan-card .plan-card__image {
  height: calc(38px + 22 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__image {
    height: 60px;
  }
}
.plan-card .plan-card__image {
  border-radius: 50%;
  overflow: hidden;
}
.plan-card .plan-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-card .plan-card__title {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__title {
    font-size: 24px;
  }
}
.plan-card .plan-card__title {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .plan-card .plan-card__title {
    font-weight: 700;
  }
}
.plan-card .plan-card__title {
  margin-top: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__title {
    margin-top: 15px;
  }
}
.plan-card .plan-card__title {
  margin-bottom: calc(20px + 16 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__title {
    margin-bottom: 36px;
  }
}
.plan-card .plan-card__title {
  color: #ED1010;
}
.plan-card .plan-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__body {
    gap: 20px;
  }
}
.plan-card .plan-card__body {
  max-width: 100%;
}
.plan-card .plan-card__body h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__body h4 {
    font-size: 19px;
  }
}
.plan-card .plan-card__body h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .plan-card .plan-card__body h4 {
    font-weight: 600;
  }
}
.plan-card .plan-card__body ul {
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: calc(5px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .plan-card__body ul {
    gap: 8px;
  }
}
.plan-card .plan-card__body ul {
  color: #ED1010;
}
.plan-card .plan-card__body ul li {
  display: flex;
  gap: 8px;
}
.plan-card .plan-card__body ul li::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../img/icons/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.plan-card .plan-card__body .button {
  margin-top: auto;
}
.plan-card._highlighted {
  margin-top: 10px;
}
.plan-card._highlighted::before {
  content: attr(data-label);
  display: block;
  margin-top: -18px;
  padding-top: calc(3px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card._highlighted::before {
    padding-top: 5px;
  }
}
.plan-card._highlighted::before {
  padding-right: calc(15px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card._highlighted::before {
    padding-right: 24px;
  }
}
.plan-card._highlighted::before {
  padding-bottom: calc(3px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card._highlighted::before {
    padding-bottom: 5px;
  }
}
.plan-card._highlighted::before {
  padding-left: calc(15px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card._highlighted::before {
    padding-left: 24px;
  }
}
.plan-card._highlighted::before {
  min-width: 50%;
  max-width: 100%;
  font-size: calc(11px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card._highlighted::before {
    font-size: 18px;
  }
}
.plan-card._highlighted::before {
  font-weight: 600;
  background-color: #ED1010;
  border-radius: calc(15px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card._highlighted::before {
    border-radius: 24px;
  }
}
.plan-card._highlighted::before {
  transform: translateY(-50%);
}
.plan-card:hover {
  background: linear-gradient(180deg, #FF1509 0%, #6E0000 100%);
}
.plan-card:hover .plan-card__title {
  color: #ffffff;
}
.plan-card:hover .plan-card__body ul {
  color: #ffffff;
}

.event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-inline: calc(10px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card {
    padding-inline: 30px;
  }
}
.event-card {
  padding-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card {
    padding-top: 30px;
  }
}
.event-card {
  padding-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card {
    padding-bottom: 20px;
  }
}
.event-card {
  border-radius: 20px;
  border: 1px solid #ED1010;
  background: #111111;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.event-card .label {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 5px 10px;
  font-size: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card .label {
    font-size: 16px;
  }
}
.event-card .label {
  line-height: 1;
  border-radius: 20px;
  background-color: #ED1010;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-card .event-card__image {
  width: 100%;
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card .event-card__image {
    margin-bottom: 15px;
  }
}
.event-card .event-card__image .event-card__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.event-card .event-card__image .event-card__image-inner img,
.event-card .event-card__image .event-card__image-inner picture,
.event-card .event-card__image .event-card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card .event-card__image .event-card__image-inner {
  border-radius: 20px;
}
.event-card .event-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  width: 100%;
}
.event-card .event-card__content h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card .event-card__content h3 {
    font-size: 24px;
  }
}
.event-card .event-card__content h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .event-card .event-card__content h3 {
    font-weight: 700;
  }
}
.event-card .event-card__content h3 {
  color: #ED1010;
}
.event-card .event-card__content h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card .event-card__content h4 {
    font-size: 19px;
  }
}
.event-card .event-card__content h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .event-card .event-card__content h4 {
    font-weight: 600;
  }
}
.event-card .event-card__content h4 {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card .event-card__content .event-date {
  color: #ffffff;
}
.event-card .event-card__content .buttons-block {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
}
.event-card .event-card__content .buttons-block .button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .event-card .event-card__content .buttons-block .button {
    font-size: 16px;
  }
}
.event-card .event-card__content .buttons-block .button {
  font-weight: 400;
}

.eventsSwiper .swiper-slide {
  padding-top: 10px;
}

.block-contact {
  padding-top: calc(20px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .block-contact {
    padding-top: 50px;
  }
}
.block-contact {
  padding-right: calc(10px + 80 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .block-contact {
    padding-right: 90px;
  }
}
.block-contact {
  padding-bottom: calc(20px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .block-contact {
    padding-bottom: 50px;
  }
}
.block-contact {
  padding-left: calc(10px + 80 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .block-contact {
    padding-left: 90px;
  }
}
.block-contact {
  background-color: rgba(221, 221, 221, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.block-contact .label-for-checkbox a {
  color: #ED1010;
}

.highlight-card-big {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  background: #111111;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.highlight-card-big .highlight-card__image {
  position: relative;
  width: 100%;
  padding-top: 72.7848101266%;
  overflow: hidden;
}
.highlight-card-big .highlight-card__image img,
.highlight-card-big .highlight-card__image picture,
.highlight-card-big .highlight-card__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight-card-big .highlight-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  padding-top: calc(18px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .highlight-card-big .highlight-card__content {
    padding-top: 25px;
  }
}
.highlight-card-big .highlight-card__content {
  padding-right: calc(5px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .highlight-card-big .highlight-card__content {
    padding-right: 8px;
  }
}
.highlight-card-big .highlight-card__content {
  padding-bottom: calc(18px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .highlight-card-big .highlight-card__content {
    padding-bottom: 25px;
  }
}
.highlight-card-big .highlight-card__content {
  padding-left: calc(5px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .highlight-card-big .highlight-card__content {
    padding-left: 8px;
  }
}
.highlight-card-big .highlight-card__content h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .highlight-card-big .highlight-card__content h3 {
    font-size: 24px;
  }
}
.highlight-card-big .highlight-card__content h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .highlight-card-big .highlight-card__content h3 {
    font-weight: 700;
  }
}
.highlight-card-big .highlight-card__content p {
  color: #ED1010;
}
.highlight-card-big._reverse {
  flex-direction: column-reverse;
}

.highlightsSwiper .swiper-slide:nth-child(odd) .highlight-card-big {
  flex-direction: column-reverse;
}

.services-row {
  padding: 10px 0;
  background-color: #fff;
  border-top: 1px solid #ED1010;
  border-bottom: 1px solid #ED1010;
}

.services-marquee {
  overflow: hidden;
  width: 100%;
}
.services-marquee._not-ready {
  opacity: 0;
}
.services-marquee .services-marquee__track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.services-marquee .services-marquee__track .item {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  padding: 0 10px;
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .services-marquee .services-marquee__track .item {
    font-size: 24px;
  }
}
.services-marquee .services-marquee__track .item {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .services-marquee .services-marquee__track .item {
    font-weight: 700;
  }
}
.services-marquee .services-marquee__track .item {
  color: #666;
}
.services-marquee .services-marquee__track .item::before {
  content: "";
  margin-inline-end: 20px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #666;
}

.team-marquee {
  overflow: hidden;
  width: 100%;
}
.team-marquee._not-ready {
  opacity: 0;
}
.team-marquee._reverse .team-marquee__track {
  direction: ltr;
}
.team-marquee .team-marquee__track {
  display: inline-flex;
  align-items: center;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.team-marquee .team-marquee__track .item {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
}

.video-with-elements {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.video-with-elements .element {
  position: absolute;
  width: 59%;
}
.video-with-elements .element .element-inner {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.video-with-elements .element._1 {
  right: 0;
  bottom: 15%;
}
.video-with-elements .element._1 .element-inner {
  padding-bottom: 51%;
}
.video-with-elements .element._2 {
  left: 0;
  top: 20%;
}
.video-with-elements .element._2 .element-inner {
  padding-bottom: 31%;
}

.solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding-top: calc(20px + 16 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .solution-card {
    padding-top: 36px;
  }
}
.solution-card {
  padding-right: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .solution-card {
    padding-right: 20px;
  }
}
.solution-card {
  padding-bottom: calc(20px + 16 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .solution-card {
    padding-bottom: 36px;
  }
}
.solution-card {
  padding-left: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .solution-card {
    padding-left: 20px;
  }
}
.solution-card {
  border-radius: 20px;
  background: rgba(221, 221, 221, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.solution-card .solution-card__image {
  width: calc(100px + 100 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .solution-card .solution-card__image {
    width: 200px;
  }
}
.solution-card .solution-card__image {
  margin-bottom: calc(15px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .solution-card .solution-card__image {
    margin-bottom: 25px;
  }
}

.product-info {
  display: grid;
  gap: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info {
    gap: 15px;
  }
}
.product-info h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info h2 {
    font-size: 32px;
  }
}
.product-info h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .product-info h2 {
    font-weight: 900;
  }
}
.product-info h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info h3 {
    font-size: 24px;
  }
}
.product-info h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .product-info h3 {
    font-weight: 700;
  }
}
.product-info h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info h4 {
    font-size: 19px;
  }
}
.product-info h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .product-info h4 {
    font-weight: 600;
  }
}
.product-info h5 {
  font-size: calc(16px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info h5 {
    font-size: 17px;
  }
}
.product-info h5 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .product-info h5 {
    font-weight: 600;
  }
}
.product-info ul {
  padding-inline-start: 15px;
  color: #ED1010;
  list-style-type: disc;
}

.product-contents {
  padding: 14px;
  max-height: calc(427px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-contents {
    max-height: 427px;
  }
}
.product-contents {
  overflow-y: scroll;
  border-radius: 20px;
  background: rgba(237, 16, 16, 0.15);
}

.update-item {
  display: grid;
  gap: 10px;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
  background: rgba(237, 16, 16, 0.2);
}
.update-item h4 {
  font-size: calc(17px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .update-item h4 {
    font-size: 19px;
  }
}
.update-item h4 {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .update-item h4 {
    font-weight: 600;
  }
}
.update-item h4 {
  color: #ffffff;
}
.update-item .update-meta {
  display: none;
}
.update-item .update-content {
  font-size: calc(16px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .update-item .update-content {
    font-size: 17px;
  }
}
.update-item .update-content {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .update-item .update-content {
    font-weight: 600;
  }
}
.update-item .update-content {
  color: #ED1010;
}
.update-item._horizontal {
  display: flex;
  align-items: flex-start;
}
.update-item._horizontal .update-category-image {
  width: calc(64px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .update-item._horizontal .update-category-image {
    width: 64px;
  }
}
.update-item._horizontal .update-category-image {
  min-width: calc(64px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .update-item._horizontal .update-category-image {
    min-width: 64px;
  }
}
.update-item._horizontal .update-category-image {
  height: calc(64px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .update-item._horizontal .update-category-image {
    height: 64px;
  }
}
.update-item._horizontal .update-category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.update-item._horizontal .update-category-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  padding-top: calc(13px + 23 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
    padding-top: 36px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  padding-right: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
    padding-right: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  padding-bottom: calc(13px + 23 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
    padding-bottom: 36px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  padding-left: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
    padding-left: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading {
  background-color: #111111;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
  font-size: calc(18px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
    font-size: 26px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-heading h4 {
  font-weight: 500;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  padding-top: calc(18px + 18 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
    padding-top: 36px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  padding-right: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
    padding-right: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  padding-bottom: calc(18px + 18 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
    padding-bottom: 36px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  padding-left: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
    padding-left: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list {
  margin-bottom: 15px;
  border: 1px solid #ED1010;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li a {
  font-weight: 400;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li:not(:last-child) {
  margin-bottom: calc(15px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .nav-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .nav-list li.is-active a {
  font-weight: 700;
  color: #ED1010;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .points-block + .wps_wpr_badge_way_points_main_wrap {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  width: -moz-fit-content;
  width: fit-content;
}

._bg-dark a {
  color: #ffffff;
}

.nav-tabs {
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .nav-tabs {
    gap: 20px;
  }
}
.nav-tabs {
  border: none;
}
.nav-tabs .button:not(.active) {
  color: #ED1010;
  background: transparent;
  border: 1px solid #ED1010;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #d1d5db !important;
}

.border-top {
  border-top: 1px solid #d1d5db !important;
}

.border-end {
  border-right: 1px solid #d1d5db !important;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db !important;
}

.border-start {
  border-left: 1px solid #d1d5db !important;
}

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

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

.border-end-0 {
  border-right: 0 !important;
}

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

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ED1010 !important;
}

.border-secondary {
  border-color: #FFD8D8 !important;
}

.border-success {
  border-color: #6cffc1 !important;
}

.border-info {
  border-color: #27b3d2 !important;
}

.border-warning {
  border-color: #ffb067 !important;
}

.border-danger {
  border-color: #ff756c !important;
}

.border-light {
  border-color: rgba(255, 216, 216, 0.6) !important;
}

.border-dark {
  border-color: #111111 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-radius-xl {
  border-radius: 20px !important;
}

.shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.font-italic {
  font-style: italic !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: normal !important;
}

.lh-lg {
  line-height: 1.5 !important;
}

.text-primary {
  color: #ED1010 !important;
}

.text-secondary {
  color: #FFD8D8 !important;
}

.text-success {
  color: #6cffc1 !important;
}

.text-info {
  color: #27b3d2 !important;
}

.text-warning {
  color: #ffb067 !important;
}

.text-danger {
  color: #ff756c !important;
}

.text-light {
  color: rgba(255, 216, 216, 0.6) !important;
}

.text-dark {
  color: #111111 !important;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #111827 !important;
}

.text-muted {
  color: #4b5563 !important;
}

.bg-primary {
  background-color: #ED1010 !important;
}

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

.bg-success {
  background-color: #6cffc1 !important;
}

.bg-info {
  background-color: #27b3d2 !important;
}

.bg-warning {
  background-color: #ffb067 !important;
}

.bg-danger {
  background-color: #ff756c !important;
}

.bg-light {
  background-color: rgba(255, 216, 216, 0.6) !important;
}

.bg-dark {
  background-color: #111111 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-body {
  background-color: #fff !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.bg-gradient-primary {
  background: linear-gradient(180deg, #FF1509 0%, #6E0000 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%) !important;
}

.bg-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae) !important;
}

.text-gradient-primary {
  background: linear-gradient(180deg, #FF1509 0%, #6E0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-in-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scale-in {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 0.3s ease-out forwards;
}

.animate-slide-in-left {
  animation: slide-in-left 0.3s ease-out forwards;
}

.animate-slide-in-right {
  animation: slide-in-right 0.3s ease-out forwards;
}

.animate-slide-in-up {
  animation: slide-in-up 0.3s ease-out forwards;
}

.animate-slide-in-down {
  animation: slide-in-down 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scale-in 0.3s ease-out forwards;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .header-main {
  padding-top: calc(10px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-top: 12px;
  }
}
.header .header-main {
  padding-bottom: calc(10px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-bottom: 12px;
  }
}
.header .header-main {
  background-color: #343434;
  color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 992px) {
  .header .header-main {
    background-color: #343434;
    color: #ffffff;
  }
}

.section[id] {
  scroll-margin-top: 100px;
}

.section {
  margin-bottom: calc(80px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 120px;
  }
}
.section {
  overflow-x: clip;
}
.section .section-heading {
  display: grid;
  gap: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    gap: 15px;
  }
}
.section .section-heading {
  margin-bottom: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 60px;
  }
}
.section .section-heading h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 32px;
  }
}
.section .section-heading h2 {
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-weight: 900;
  }
}
.section .section-heading h3 {
  font-size: calc(19px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 24px;
  }
}
.section .section-heading h3 {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-weight: 700;
  }
}
.section .container {
  position: relative;
  z-index: 1;
}
.section._first {
  padding-top: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._first {
    padding-top: 60px;
  }
}
.section._bg-dark {
  background-color: #111111;
  color: #ffffff;
}
.section._bg-light {
  background-color: #fff;
  color: #111111;
}
.section._padding {
  padding-top: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._padding {
    padding-top: 60px;
  }
}
.section._padding {
  padding-bottom: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._padding {
    padding-bottom: 60px;
  }
}

.footer {
  font-size: calc(15px + 1 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer {
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer {
    font-weight: 500;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer > * {
  width: 100%;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #FFD8D8;
}
.footer .footer__main {
  padding-top: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-top: 40px;
  }
}
.footer .footer__main {
  padding-bottom: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-bottom: 40px;
  }
}
.footer .footer__main {
  background-color: #000000;
  color: #ffffff;
}
.footer .footer__main h2 span {
  color: #ED1010;
}
.footer .footer__main .footer-menu > ul {
  width: 100%;
}
.footer .footer__main .footer-menu ul,
.footer .footer__main .footer-menu .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: calc(18px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-menu ul,
  .footer .footer__main .footer-menu .menu-item-has-children {
    gap: 20px;
  }
}
.footer .footer__main .logo {
  width: 210px;
  padding: 12px 52px;
  background-color: rgba(237, 16, 16, 0.3);
  border-radius: 20px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(6208%) hue-rotate(355deg) brightness(99%) contrast(101%);
}
.footer .footer__main .footer-contacts a {
  font-size: 18px;
  font-weight: 400;
  color: #ED1010;
}
.footer .footer__bottom {
  padding: 10px 0;
  background-color: #ffffff;
}
.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: #000;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #000;
}
@media (min-width: 992px) {
  .footer .social-links {
    padding-top: 14px;
    border-top: 1px solid #d9d9d9;
  }
}

.system-windows ::-webkit-scrollbar {
  width: 10px !important;
  height: 16px !important;
}
.system-windows ::-webkit-scrollbar-thumb {
  opacity: 0.15 !important;
  background: #808080 !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: 24px !important;
  min-width: 24px !important;
}
.system-windows ::-webkit-scrollbar-thumb:hover,
.system-windows ::-webkit-scrollbar-thumb:active {
  background: #ed1010 !important;
  background-clip: content-box !important;
  border: 3.6px solid transparent !important;
}
.system-windows ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}
.system-windows ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.system-windows ::-webkit-scrollbar-track:vertical:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows ::-webkit-scrollbar-track:horizontal:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}
.system-windows .header ul.header-categories__list::-webkit-scrollbar-track {
  background: transparent !important;
}

body.page-template-template-home .section-hero {
  border-bottom: 2px solid #ED1010;
}
body.page-template-template-home .section-hero .hero-videos {
  visibility: hidden;
  opacity: 0;
}
body.page-template-template-home, body.page-template-template-vlog {
  color: #ffffff;
  background: #000000;
}

.form-floating > label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}/*# sourceMappingURL=style.css.map */