* {
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter";
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  text-decoration-skip-ink: auto;
  color: inherit;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  width: 100%;
}
button {
  border: none;
}
ul {
  list-style: none;
  padding: unset;
}
input {
  outline: none;
  box-shadow: none;
  border: none;
}
input[type="text"], input[type="email"], textarea {
  border: none;
  background: white;
  font-size: 16px;
  line-height: 28px;
  color: #6b797e;
  resize: none;
  padding: 15px;
}
label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 0;
  color: white;
  cursor: pointer;
}
label:has(input[type="checkbox"])::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
label:has(input[type="checkbox"]) input {
  position: absolute;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  pointer-events: none;
  visibility: hidden;
}
label:has(input[type="checkbox"]):has(input:checked)::before {
  background: #0f14ee;
}
label:has(input[type="checkbox"]) a {
  font-size: 14px;
  text-decoration: underline;
}
h1, .h1, h1 > * {
  font-family: "Inter";
  font-size: 55px;
  font-weight: 400;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1, .h1, h1 > * {
    font-size: 20px;
    line-height: 30px;
  }
}
h2, h2 > * {
  font-family: "Inter";
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2, h2 > * {
    font-size: 18px;
    line-height: 28px;
  }
}
h3, h3 > * {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h3, h3 > * {
    font-size: 16px;
    line-height: 26px;
  }
}
p {
  line-height: 28px;
}
section {
  margin: 60px 0;
  padding: 40px 0;
  transition: 1s ease-out;
  overflow: hidden;
}
section > * {
  transition: 1s ease-out;
}
.section__title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  color: black;
}
.section__title::after {
  content: "";
  display: block;
  height: 1px;
  width: 816px;
  max-width: 816px;
  position: absolute;
  bottom: 0;
  background: currentColor;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 850px) {
  .section__title::after {
    width: 100%;
  }
}
img.bg-cover {
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
.banner {
  margin: 92px 0 0;
  position: relative;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  gap: 10px;
}
@media (max-width: 940px) {
  .banner {
    margin: 0;
  }
}
.banner.bg-top .bg-cover {
  inset: 0 auto auto;
}
.banner .section__title {
  color: #fff;
}
.banner .container:not(.breadcrumbs) {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.banner .container:not(.breadcrumbs) img {
  max-width: 140px;
  margin-bottom: 25px;
  width: 100%;
}
@media (max-width: 850px) {
  .banner .container:not(.breadcrumbs) img {
    display: none;
  }
}
.banner.main .container {
  padding: 160px 0;
}
.banner__text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.banner::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(39, 39, 152, 0) 0%, rgba(39, 39, 152, 0.3) 32%, rgba(39, 39, 152, 0.3) 61.5%, rgba(39, 39, 152, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 55.5%, rgba(0, 0, 0, 0.2) 100%);
}
.banner::after {
  z-index: 4;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url('data:image/svg+xml,<svg width="1920" height="91" viewBox="0 0 1920 91" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-1 0L1408 91L1920 0V91H-1V0Z" fill="white"/></svg>');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.banner .action__btn {
  margin-top: 68px;
}
.header {
  z-index: 25;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 940px) {
  .header {
    position: absolute;
    top: -92px;
    left: 0;
    z-index: 300;
  }
}
.header .logo {
  max-width: 180px;
  width: 100%;
}
.header .container {
  max-width: 1650px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 940px) {
  .header .container {
    justify-content: center;
  }
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 53px;
}
@media (max-width: 1500px) {
  .header__left {
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  .header__left {
    gap: 10px;
  }
}
@media (max-width: 940px) {
  .header__left {
    gap: 0;
  }
}
.header .btn-back {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 12px;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  background-image: url('data:image/svg+xml,<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.763 17.8201L11.7937 16.9184C11.9314 16.7982 12 16.6598 12 16.5034C12 16.3473 11.9314 16.2089 11.7937 16.0887L3.69074 9.00009L11.7935 1.91176C11.9312 1.79154 11.9998 1.65319 11.9998 1.4969C11.9998 1.34054 11.9312 1.20219 11.7935 1.08204L10.7627 0.180424C10.6253 0.0600149 10.4672 -6.70014e-08 10.2884 -7.48143e-08C10.1099 -8.26209e-08 9.9517 0.0602044 9.81434 0.180424L0.20611 8.58523C0.0686804 8.70539 5.67099e-07 8.8438 5.60268e-07 9.00009C5.53436e-07 9.15639 0.0686804 9.29455 0.20611 9.41464L9.81434 17.8201C9.95177 17.9403 10.1099 18 10.2884 18C10.4672 18 10.6253 17.9403 10.763 17.8201Z" fill="black"/></svg>');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 940px) {
  .header .btn-back {
    display: none;
  }
}
.header .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1520px) {
  .header .menu {
    gap: 0px;
  }
}
@media (max-width: 940px) {
  .header .menu {
    display: none;
  }
}
.header .menu > li.current-menu-item > a {
  background: #0f14ee;
  color: #fff;
}
.header .menu > li > a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 4px 12px;
  border-radius: 100px;
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}
.header .menu > li > a:hover {
  background: #0f14ee;
  color: #fff;
}
@media (max-width: 1240px) {
  .header .menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .header .menu > li > a {
    font-size: 14px;
  }
}
.header .menu .menu-item-has-children {
  position: relative;
}
.header .menu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.header .menu .menu-item-has-children > a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header .menu .menu-item-has-children > a::after {
  line-height: 6px;
  transform-origin: center;
  content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.17188 0L5 3.72152L8.82812 0L10 1.13924L5 6L0 1.13924L1.17188 0Z" fill="black"/></svg>');
  transition: 0.3s ease-in-out;
}
.header .menu .menu-item-has-children:hover .sub-menu {
  transform: scaleY(1);
}
.header .menu .sub-menu {
  max-width: 300px;
  width: 100vw;
  left: 0;
  top: 100%;
  position: absolute;
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
  transition: 0.3s ease-in-out;
  transform-origin: center 20px;
  transform: scaleY(0);
}
.header .menu .sub-menu > * {
  position: relative;
}
.header .menu .sub-menu li {
  margin: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #6b797e;
  transition: 0.3s ease-in-out;
}
.header .menu .sub-menu li:hover {
  color: #0f14ee;
}
.header .menu .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  top: 20px;
  box-shadow: 0px 0px 35px 0px #aab1b4;
  background: #fff;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 940px) {
  .header__right {
    display: none;
  }
}
.header__right .callback-button {
  display: none;
}
@media (max-width: 1350px) {
  .header__right .callback-button {
    display: inline;
    transform: scale(1.2);
  }
}
@media (max-width: 1140px) {
  .header__right .callback-button {
    margin-right: 20px;
  }
}
.header__right > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header__right > div a {
  color: #131338;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: block;
  transition: var(--transition);
  position: relative;
}
.header__right > div a::before {
  content: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="18" cy="18" r="13" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 0C8.0586 0 0 8.0586 0 18C0 21.402 0.945 24.588 2.5884 27.3024L0.9828 32.76C0.890612 33.0733 0.884546 33.4057 0.96524 33.7222C1.04593 34.0387 1.21041 34.3277 1.44137 34.5586C1.67233 34.7896 1.96125 34.9541 2.27775 35.0347C2.59425 35.1154 2.92665 35.1094 3.24 35.0172L8.6976 33.4116C11.5032 35.1091 14.7208 36.0044 18 36C27.9414 36 36 27.9414 36 18C36 8.0586 27.9414 0 18 0ZM13.9284 22.0734C17.5698 25.713 21.0456 26.1936 22.2732 26.2386C24.1398 26.307 25.9578 24.8814 26.6652 23.2272C26.7545 23.0214 26.7869 22.7954 26.7591 22.5728C26.7312 22.3502 26.6441 22.1392 26.5068 21.9618C25.5204 20.7018 24.1866 19.7964 22.8834 18.8964C22.6113 18.7083 22.2769 18.6328 21.9504 18.6858C21.6239 18.7388 21.3306 18.9162 21.132 19.1808L20.052 20.8278C19.9952 20.9163 19.9067 20.9798 19.8047 21.0053C19.7026 21.0307 19.5947 21.0161 19.503 20.9646C18.7704 20.5452 17.703 19.8324 16.9362 19.0656C16.1694 18.2988 15.4998 17.28 15.1236 16.5942C15.077 16.5071 15.0635 16.406 15.0856 16.3097C15.1078 16.2134 15.1642 16.1284 15.2442 16.0704L16.9074 14.8356C17.1448 14.6292 17.2979 14.3427 17.3378 14.0307C17.3776 13.7187 17.3013 13.403 17.1234 13.1436C16.317 11.9628 15.3774 10.4616 14.0148 9.4662C13.839 9.33876 13.633 9.2593 13.4171 9.23563C13.2012 9.21196 12.9829 9.2449 12.7836 9.3312C11.1276 10.0404 9.6948 11.8584 9.7632 13.7286C9.8082 14.9562 10.2888 18.432 13.9284 22.0734Z" fill="black"/></svg>');
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .header__right > div a::before {
    content: unset;
  }
}
@media (max-width: 1400px) {
  .header__right > div a, .header__right > div span {
    font-size: 16px;
  }
}
@media (max-width: 1140px) {
  .header__right > div {
    display: none;
  }
}
@media (max-width: 1500px) {
  .header .action__btn {
    min-width: 180px;
  }
}
@media (max-width: 1400px) {
  .header .action__btn {
    min-width: 160px;
  }
}
@media (max-width: 1350px) {
  .header .action__btn {
    display: none;
  }
}
.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 310;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: #6b797e;
}
.mobile-menu .sidebar-toggler {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  width: 30px;
  height: fit-content;
  gap: 5px;
  padding: 0;
}
.mobile-menu .sidebar-toggler > span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  background: white;
  transition: 0.3s ease-in-out;
  transform-origin: center;
}
.mobile-menu .sidebar-toggler.active > :nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-menu .sidebar-toggler.active > :nth-child(2) {
  opacity: 0;
}
.mobile-menu .sidebar-toggler.active > :nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 940px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu a {
  cursor: pointer;
}
.mobile-sidebar {
  background-size: cover;
  background-position: center;
  background-color: white;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 305;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: black;
}
@media (min-width: 940px) {
  .mobile-sidebar {
    display: none;
  }
}
.mobile-sidebar * {
  font-family: "Montserrat";
}
.mobile-sidebar.show {
  right: 0;
}
.mobile-sidebar .title {
  font-family: "bowler";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.mobile-sidebar .title--bottom {
  margin-top: 20px;
}
.mobile-sidebar a.logo {
  position: absolute;
  top: 10px;
}
@media (max-height: 700px) {
  .mobile-sidebar a.logo {
    left: 10px;
  }
}
.mobile-sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}
.mobile-sidebar ul li {
  padding: 2px 0;
}
.mobile-sidebar ul li.current-menu-item a {
  color: white;
  background: #0f14ee;
}
.mobile-sidebar ul a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: black;
  padding: 4px 20px;
  display: block;
  transition: 0.3s ease-in-out;
  border-radius: 100px;
  background: transparent;
}
.mobile-sidebar ul a:hover {
  color: white;
  background: #0f14ee;
}
.mobile-sidebar .socials {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 10px 0;
  background-color: #0f14ee;
  padding: 10px;
  border-radius: 50px;
  width: 50%;
  justify-content: center;
}
@media (max-height: 700px) {
  .mobile-sidebar .socials {
    display: none;
  }
}
.mobile-sidebar .phone {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
}
.mobile-sidebar .item {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  max-width: 500px;
}
@media (max-height: 700px) {
  .mobile-sidebar .action__btn {
    display: none;
  }
}
.action__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0;
  transition: 0.3s ease-in-out;
  min-width: 243px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #1c1c1c;
  border: 0;
  box-shadow: none;
  border-radius: 100px;
  background: #fff;
  width: fit-content;
}
.action__btn:hover {
  box-shadow: 0px 0px 15px 0px #0f14ee;
}
.action__btn.stroke {
  background: transparent;
  color: #1c1c1c;
  box-shadow: none;
  border: 2px solid #1c1c1c;
}
.action__btn.stroke-blue {
  color: #1c1c1c;
  background: transparent;
  border: 1px solid black;
  box-shadow: none;
}
.action__btn.stroke-blue:hover {
  color: white;
  box-shadow: 0px 0px 15px 0px #0f14ee;
  background: #0f14ee;
  border-color: #0f14ee;
}
.action__btn.stroke-white {
  color: #fff;
  background: transparent;
  border-color: #fff;
  box-shadow: none;
}
.action__btn.stroke-white:hover {
  box-shadow: 0px 0px 15px 0px #fff;
}
.action__btn.arrow::after {
  content: "";
  display: block;
  position: relative;
  height: 16px;
  width: 19px;
  background: currentColor;
  mask-image: url('data:image/svg+xml,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M-6.13848e-05 8C-6.13716e-05 7.69581 0.125057 7.40408 0.347768 7.18899C0.570482 6.97389 0.872543 6.85305 1.1875 6.85305L14.9474 6.85305L9.84881 1.92884C9.63904 1.71142 9.52484 1.42385 9.53027 1.12671C9.5357 0.829574 9.66033 0.546072 9.87791 0.335932C10.0955 0.125792 10.389 0.00542094 10.6967 0.000178326C11.0044 -0.00506429 11.3021 0.105231 11.5272 0.307827L18.6526 7.18949C18.875 7.40454 18.9999 7.69606 18.9999 8C18.9999 8.30394 18.875 8.59545 18.6526 8.81051L11.5272 15.6922C11.3021 15.8948 11.0044 16.0051 10.6967 15.9998C10.389 15.9946 10.0955 15.8742 9.87791 15.6641C9.66033 15.4539 9.5357 15.1704 9.53027 14.8733C9.52484 14.5761 9.63904 14.2886 9.84881 14.0712L14.9474 9.14694L1.1875 9.14694C0.872543 9.14694 0.570482 9.0261 0.347768 8.81101C0.125057 8.59592 -6.13981e-05 8.30419 -6.13848e-05 8Z" fill="white"/></svg>');
  mask-size: cover;
  mask-position: center;
  transition: 0.3s ease-in-out;
}
.action__btn.white {
  background: white;
  color: #0f14ee;
  box-shadow: 0px 0px 15px 0px #ffffff;
  border-color: white;
}
.action__btn.white:hover {
  box-shadow: none;
}
.action__btn.blue {
  background-color: #0f14ee;
  color: white;
  font-weight: 600;
}
.main-socials {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
  width: 60px;
}
@media (max-width: 940px) {
  .main-socials {
    display: none;
  }
}
.main-socials.active .links {
  padding: 15px 15px 30px;
  max-height: 175px;
}
.main-socials .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s ease-in-out;
  transform-origin: center bottom;
  padding: 0px 15px;
  max-height: 0px;
  overflow: hidden;
}
.main-socials .socials-btn, .main-socials a {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: white;
  aspect-ratio: 1;
  border-radius: 50%;
  outline: none;
  flex-shrink: 0;
}
.main-socials a {
  width: 30px;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.main-socials .socials-btn {
  border: 1px solid #1c1c1c;
  width: 50px;
  animation: 0.6s socials-btn linear infinite;
}
@keyframes socials-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 108, 252, 0.2), 0 0 0px 10px rgba(0, 108, 252, 0.2), 0 0 0px 20px rgba(0, 108, 252, 0.1019607843);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 108, 252, 0.2), 0 0 0px 20px rgba(0, 108, 252, 0.1019607843), 0 0 0px 30px rgba(0, 108, 252, 0);
  }
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .services__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.services .action__btn {
  margin: 30px auto 0;
}
.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  height: 300px;
  background-color: #f3f3f3;
}
.service-card__top .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.service-card__top .text {
  overflow: hidden;
  max-height: 100px;
}
.service-card__top .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.service-card__bottom {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #0f14ee;
}
.service-card:hover::before {
  color: #0f14ee;
  background: linear-gradient(242.33deg, rgba(0, 0, 0, 0) -0.97%, currentColor 99.96%);
}
.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.categories__grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.categories__grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .categories__grid {
    grid-template-columns: 1fr 1fr;
  }
  .categories__grid-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .categories__grid {
    grid-template-columns: 1fr;
  }
}
.categories .action__btn {
  margin: 30px auto 0;
}
.category-card {
  display: block;
  height: 300px;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: white;
}
.category-card *:not(img) {
  position: relative;
  z-index: 3;
}
.category-card .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  transition: 0.3s ease-in-out;
  width: calc(100% - 40px);
}
.category-card .name-info {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
}
.category-card .name-info > div {
  overflow: hidden;
}
.category-card .action__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .category-card .action__btn {
    min-width: 200px;
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .category-card .action__btn {
    min-width: unset;
  }
}
@media (max-width: 992px) {
  .category-card .action__btn {
    min-width: 243px;
    padding: 0;
  }
}
.category-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  color: black;
  background: linear-gradient(242.33deg, rgba(0, 0, 0, 0) -0.97%, currentColor 99.96%);
  transition: 0.3s ease-in-out;
}
.category-card:hover .name {
  bottom: 60%;
  transform: translateY(50%);
}
.category-card:hover .name-info {
  grid-template-rows: 1fr;
}
.category-card:hover .action__btn {
  bottom: 20px;
}
.category-card:hover::before {
  color: #0f14ee;
  background: linear-gradient(242.33deg, rgba(0, 0, 0, 0) -0.97%, currentColor 99.96%);
}
.text-block {
  background: #f3f3f3;
  padding: 100px 0;
  margin: 0;
}
.text-block.blue {
  background: #0f14ee;
}
.text-block.blue .section__title, .text-block.blue .text-block__content-text {
  color: white;
}
.text-block.no-bg {
  background: transparent;
  margin: 100px 0;
  padding: 0;
}
.text-block__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1100px) {
  .text-block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.text-block__content > * {
  min-width: 0;
}
.text-block__content-image {
  position: relative;
  overflow: hidden;
  max-height: 576px;
}
@media (max-width: 992px) {
  .text-block__content-image {
    display: flex;
    justify-content: center;
  }
}
.text-block__content-image .bg-cover {
  position: relative;
  min-height: unset;
  min-width: unset;
  width: 100%;
  height: auto;
  margin: 0;
}
.text-block__content-image .bg-cover.left {
  left: -80px;
}
@media (max-width: 1100px) {
  .text-block__content-image .bg-cover.left {
    left: 0;
  }
}
@media (max-width: 992px) {
  .text-block__content-image .bg-cover {
    max-width: 650px;
  }
}
.text-block__content-text {
  max-width: 650px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .text-block__content-text {
    max-width: 800px;
  }
}
.text-block__content-text .action__btn {
  margin-top: 20px;
}
.text-block__content-text .section__title {
  color: black;
  text-align: left;
}
.text-block__content-text .section__title::after {
  max-width: 370px;
  left: 0;
  transform: translateX(0);
}
.text-block__content-text.left {
  right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .text-block__content-text.left {
    right: auto;
    margin-left: unset;
  }
}
.text-block__content-text h3 {
  margin: 20px 0;
}
.text-block__content .date {
  padding: 0 5px;
  background: #0f14ee;
  width: fit-content;
  color: white;
  margin: -10px 0 10px;
}
.text-block #map {
  min-height: 300px;
  max-width: 100%;
  width: 100%;
}
.text-block #map > * {
  width: 100%;
  height: 100%;
}
.specification {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  margin: 4px 0 0;
  background: #d9d9d9;
}
.specification div {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}
.specification div:not(div:nth-of-type(3n + 1)) {
  padding-left: 20px;
}
.specification div:nth-of-type(1), .specification div:nth-of-type(2), .specification div:nth-of-type(3) {
  padding-top: 0;
  padding-bottom: 20px;
}
.specification dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.specification dd {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  margin: 0;
}
@media (max-width: 700px) {
  .specification {
    grid-template-columns: repeat(2, 1fr);
  }
  .specification div {
    padding-left: 20px;
  }
  .specification div:nth-of-type(3), .specification div:nth-of-type(4) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .specification {
    grid-template-columns: 1fr;
  }
  .specification div:nth-of-type(n) {
    padding: 20px;
  }
}
.steps {
  counter-set: numbers 0;
}
.steps .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps .container .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0f14ee;
  text-align: center;
  margin-top: 30px;
}
.steps .container .action__btn {
  margin-top: 30px;
}
.steps__grid {
  row-gap: 24px;
  column-gap: 62px;
  padding-right: 47px;
}
.steps__grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .steps__grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .steps__grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .steps__grid-4 {
    grid-template-columns: 1fr;
  }
}
.steps__grid-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.steps__grid-3 .steps__single {
  width: 370px;
  min-height: fit-content;
}
@media (max-width: 1420px) {
  .steps__grid-3 .steps__single {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .steps__grid-3 .steps__single {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .steps__grid-3 .steps__single {
    width: 100%;
  }
}
.steps__single {
  height: 200px;
  background: #f3f3f3;
  position: relative;
  padding: 20px;
  transition: 0.3s ease-in-out;
  min-height: fit-content;
  height: auto;
}
.steps__single-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f14ee;
}
.steps__single-icon img {
  height: 40px;
  width: 40px;
}
.steps__single-text {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}
.steps__single::before {
  counter-increment: numbers;
  content: "0" counter(numbers);
  font-size: 48px;
  font-weight: 500;
  line-height: 52.8px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #0f14ee;
  transition: 0.3s ease-in-out;
}
.steps__single::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 42px;
  mask-image: url('data:image/svg+xml,<svg width="42" height="300" viewBox="0 0 42 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42 150L0 300L0 0L42 150Z" fill="%23D9D9D9"/></svg>');
  mask-position: left center;
  mask-size: cover;
  background: #f3f3f3;
  transition: 0.3s ease-in-out;
}
.steps__single:hover {
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.steps__single:hover .steps__single-text {
  color: white;
}
.steps__single:hover::before {
  color: white;
}
.steps__single:hover::after {
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.interesting .container > .action__btn {
  margin: 30px auto 0;
}
.interesting__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .interesting__grid {
    grid-template-columns: 1fr;
  }
}
.interesting__card {
  transition: 0.3s ease-in-out;
}
.interesting__card:hover {
  box-shadow: 0px 0px 22px 0px #aab1b4;
}
.interesting__card .thumb {
  position: relative;
  overflow: hidden;
  height: 314px;
}
.interesting__card .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 26px 30px 30px;
}
.interesting__card .text .title {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
.interesting__card .text .definitions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.interesting__card .text .definitions > div {
  display: flex;
  justify-content: space-between;
}
.interesting__card .text .definitions > div dt, .interesting__card .text .definitions > div dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.interesting__card .text .action__btn {
  width: 100%;
  margin-top: auto;
}
.interesting__card .text .action__btn::after {
  content: "";
  display: block;
  position: relative;
  height: 16px;
  width: 19px;
  background: white;
  mask-image: url('data:image/svg+xml,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M-6.13848e-05 8C-6.13716e-05 7.69581 0.125057 7.40408 0.347768 7.18899C0.570482 6.97389 0.872543 6.85305 1.1875 6.85305L14.9474 6.85305L9.84881 1.92884C9.63904 1.71142 9.52484 1.42385 9.53027 1.12671C9.5357 0.829574 9.66033 0.546072 9.87791 0.335932C10.0955 0.125792 10.389 0.00542094 10.6967 0.000178326C11.0044 -0.00506429 11.3021 0.105231 11.5272 0.307827L18.6526 7.18949C18.875 7.40454 18.9999 7.69606 18.9999 8C18.9999 8.30394 18.875 8.59545 18.6526 8.81051L11.5272 15.6922C11.3021 15.8948 11.0044 16.0051 10.6967 15.9998C10.389 15.9946 10.0955 15.8742 9.87791 15.6641C9.66033 15.4539 9.5357 15.1704 9.53027 14.8733C9.52484 14.5761 9.63904 14.2886 9.84881 14.0712L14.9474 9.14694L1.1875 9.14694C0.872543 9.14694 0.570482 9.0261 0.347768 8.81101C0.125057 8.59592 -6.13981e-05 8.30419 -6.13848e-05 8Z" fill="white"/></svg>');
  mask-size: cover;
  mask-position: center;
  transition: 0.3s ease-in-out;
}
.interesting.gray {
  background: #f3f3f3;
  padding: 100px 0;
  margin: 0;
}
.interesting.gray .container .interesting__card .text .action__btn::after {
  background: transparent;
}
.interesting.gray .container .interesting__card .text .action__btn:hover::after {
  background: white;
}
.interesting__slider {
  padding-bottom: 84px;
}
.interesting__slider .slick-track {
  padding-top: 24px;
}
.interesting__slider .slick-list {
  padding-bottom: 24px;
  margin: 0 -12px;
}
.interesting__slider .slick-slide {
  margin: 0 12px;
}
.technologies .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.technologies__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 62px;
  padding-right: 47px;
}
@media (max-width: 1200px) {
  .technologies__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .technologies__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .technologies__grid {
    grid-template-columns: 1fr;
  }
}
.technologies__single {
  height: auto;
  background: #f3f3f3;
  position: relative;
  padding: 20px;
}
.technologies__single-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.technologies__single-text {
  list-style: initial;
  margin-top: 20px;
  margin-left: 20px;
}
.technologies__single-text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.technologies__single::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 42px;
  mask-image: url('data:image/svg+xml,<svg width="42" height="300" viewBox="0 0 42 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42 150L0 300L0 0L42 150Z" fill="%23D9D9D9"/></svg>');
  mask-position: left center;
  mask-size: cover;
  background: #f3f3f3;
}
.years .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.years__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 62px;
  padding-right: 47px;
}
@media (max-width: 1200px) {
  .years__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .years__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .years__grid {
    grid-template-columns: 1fr;
  }
}
.years__single {
  min-height: 300px;
  background: #f3f3f3;
  position: relative;
  display: flex;
  transition: 0.3s ease-in-out;
}
.years__single-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f14ee;
}
.years__single-icon img {
  height: 40px;
  width: 40px;
}
.years__single-title {
  transform: translate(20px, 110px);
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  max-width: calc(100% - 30px);
  position: relative;
  z-index: 3;
}
.years__single::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 42px;
  mask-image: url('data:image/svg+xml,<svg width="42" height="300" viewBox="0 0 42 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42 150L0 300L0 0L42 150Z" fill="%23D9D9D9"/></svg>');
  mask-position: left center;
  mask-size: cover;
  background: #f3f3f3;
  transition: 0.3s ease-in-out;
}
.years__single:hover {
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.years__single:hover .years__single-title {
  color: white;
}
.years__single:hover::before {
  color: white;
}
.years__single:hover::after {
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.advantages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 62px;
  padding-right: 47px;
}
@media (max-width: 992px) {
  .advantages__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .advantages__grid {
    grid-template-columns: 1fr;
  }
}
.advantages__single {
  min-height: 300px;
  background: #f3f3f3;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 110px 0 0 30px;
  transition: 0.3s ease-in-out;
}
.advantages__single-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f14ee;
}
.advantages__single-icon img {
  height: 40px;
  width: 40px;
}
.advantages__single-title {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  max-width: calc(100% - 10px);
  width: 100%;
  position: relative;
  z-index: 3;
}
.advantages__single-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  padding: 20px 0;
  transition: 0.3s ease-in-out;
}
.advantages__single::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 42px;
  mask-image: url('data:image/svg+xml,<svg width="42" height="300" viewBox="0 0 42 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42 150L0 300L0 0L42 150Z" fill="%23D9D9D9"/></svg>');
  mask-position: left center;
  mask-size: cover;
  background: #f3f3f3;
  transition: 0.3s ease-in-out;
}
.advantages__single:hover {
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.advantages__single:hover .advantages__single-title, .advantages__single:hover .advantages__single-text {
  color: white;
}
.advantages__single:hover::before {
  color: white;
}
.advantages__single:hover::after {
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.certificates {
  overflow: hidden;
}
.certificates__slider, .certificates .slick-track {
  display: flex !important;
}
.certificates .slick-slide {
  height: inherit !important;
}
.certificates .slick-slide > div {
  height: 100%;
  width: 100%;
}
.certificates__slide {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.certificates__slide img {
  position: relative;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
.service-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .service-cards__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .service-cards__grid {
    grid-template-columns: 1fr;
  }
}
.service-cards .container .action__btn {
  margin: 30px auto 0;
}
.lift.gray {
  padding: 100px 0;
  background: #f3f3f3;
}
@media (max-width: 1200px) {
  .lift .text-block__content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .lift .text-block__content > * {
    max-width: 750px !important;
    margin-left: unset !important;
  }
}
.contacts-cards__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 30px;
  gap: 20px;
}
@media (max-width: 992px) {
  .contacts-cards__container {
    grid-template-columns: 1fr;
  }
}
.contacts-card {
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  background: #f3f3f3;
  box-shadow: 0px 0px 35px 0px #aab1b4;
}
.contacts-card > div {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.contacts-card > div .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contacts-card > div svg {
  min-width: 60px;
}
.contacts-socials {
  padding: 100px 0;
  margin: 0;
  background: #0f14ee;
}
.contacts-socials .section__title {
  color: white;
}
.contacts-socials .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.portfolio {
  overflow: hidden;
}
.portfolio__slider, .portfolio .slick-track {
  display: flex !important;
}
.portfolio .slick-slide {
  height: inherit !important;
}
.portfolio .slick-slide > div {
  height: 100%;
  width: 100%;
}
.portfolio__slide {
  height: 406px;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.portfolio__slide img {
  position: relative;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: 100%;
  object-fit: cover;
}
.feedback {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 40px 0 220px;
  margin: 0;
}
.feedback::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: black;
  opacity: 0.3;
}
.feedback .container {
  position: relative;
  z-index: 2;
  max-width: 856px;
}
.feedback .section__title {
  color: white;
}
.feedback__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  margin-bottom: 20px;
  text-align: center;
  color: white;
}
.feedback form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.feedback .form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .feedback .form__bottom {
    flex-direction: column;
    align-items: start;
  }
}
.footer {
  padding: 50px 0;
  background: #0f14ee;
  color: white;
  position: relative;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url('data:image/svg+xml,<svg width="1920" height="91" viewBox="0 0 1920 91" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L1408.27 91L1920 0V91H0V0Z" fill="%230F14EE"/></svg>');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.footer__top {
  width: 107px;
}
.footer .container {
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a.phone {
  font-weight: 400;
  font-size: 23px;
  line-height: 27.84px;
}
.footer__columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
}
@media (max-width: 1420px) {
  .footer__columns {
    gap: 40px;
  }
}
@media (max-width: 1320px) {
  .footer__columns {
    gap: 20px;
  }
}
@media (max-width: 1240px) {
  .footer__columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .footer__columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .footer__columns {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 0;
    inset: auto 0;
    position: relative;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  min-width: 191px;
  font-size: 16px;
  line-height: 28px;
  color: white;
}
.footer__column-info {
  min-width: 273px;
  gap: 40px;
}
.footer__column-info > div span {
  display: block;
}
.footer__column-info > div:first-child span {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.71px;
}
.footer__column-contacts {
  gap: 10px;
  min-width: 248px;
}
.footer__column-contacts div span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
}
.footer__column .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
}
.footer__column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__column ul .menu-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.footer__column ul .sub-menu {
  margin-bottom: 10px;
}
.footer__column ul .sub-menu .menu-item a {
  font-weight: 400;
}
.footer__bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer__bottom a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.slick-slider {
  padding-bottom: 100px;
}
.slick-slider .slick-arrow {
  border-radius: 50%;
  border: 1px solid #0f14ee;
  background: transparent;
  inset: auto 0 25px 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  color: #0f14ee;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .slick-arrow::before {
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: inherit;
  background: currentColor;
  content: "";
  mask-image: url('data:image/svg+xml,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M-3.49691e-07 8C-3.36395e-07 7.69581 0.125118 7.40408 0.34783 7.18899C0.570543 6.97389 0.872604 6.85305 1.18756 6.85305L14.9475 6.85305L9.84887 1.92884C9.6391 1.71142 9.5249 1.42385 9.53033 1.12671C9.53576 0.829574 9.66039 0.546072 9.87798 0.335932C10.0956 0.125792 10.3891 0.00542094 10.6968 0.000178326C11.0044 -0.00506429 11.3022 0.105231 11.5273 0.307827L18.6527 7.18949C18.8751 7.40454 19 7.69606 19 8C19 8.30394 18.8751 8.59545 18.6527 8.81051L11.5273 15.6922C11.3022 15.8948 11.0044 16.0051 10.6968 15.9998C10.3891 15.9946 10.0956 15.8742 9.87797 15.6641C9.66039 15.4539 9.53576 15.1704 9.53033 14.8733C9.5249 14.5761 9.6391 14.2886 9.84887 14.0712L14.9475 9.14694L1.18756 9.14694C0.872604 9.14694 0.570543 9.0261 0.347829 8.81101C0.125118 8.59592 -3.62988e-07 8.30419 -3.49691e-07 8Z" fill="%23006CFC"/></svg>');
  height: 16px;
  width: 19px;
  display: block;
}
.slick-slider .slick-arrow.slick-disabled {
  color: white;
  background: #0f14ee;
  box-shadow: 0px 0px 15px 0px #006cfc;
}
.slick-slider .slick-prev {
  transform: translate(-30px, 0);
}
.slick-slider .slick-prev::before {
  transform-origin: center;
  transform: rotate(180deg);
}
.slick-slider .slick-next {
  transform: translate(30px, 0);
}
.slick-slider .slick-dots {
  bottom: 42.5px;
  height: 15px;
  display: flex;
  justify-content: center;
}
.slick-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.slick-slider .slick-dots li button {
  height: 15px;
  width: 15px;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  background: #6b797e;
}
.slick-slider .slick-dots li button::before {
  content: unset;
}
.slick-slider .slick-dots li.slick-active button {
  background: #0f14ee;
}
.modal-dialog, .modal-content {
  max-width: 798px;
}
.modal-content {
  padding: 20px 50px 40px;
  border-radius: 0;
  background: #d9e1ed;
}
.modal-title {
  width: 100%;
  text-align: center;
  margin: 20px 0 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
}
.modal form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal form label:has(input[type="checkbox"]) {
  color: black;
}
.modal .form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .modal .form__bottom {
    flex-direction: column;
    align-items: start;
  }
  .modal .form__bottom .action__btn {
    width: 100%;
    min-width: fit-content;
  }
}
.modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.hide-left {
  opacity: 0;
}
.hide-left > * {
  transform: translateX(-100%);
}
.hide-right {
  opacity: 0;
}
.hide-right > * {
  transform: translateX(100%);
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.frozen {
  overflow: hidden;
  padding-right: 16px;
}
