@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #183B56;
  min-width: 360px;
  height: 100%;
}

button, input {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.wrap .main {
  flex-grow: 1;
}

.page-title {
  margin: 20px 0 30px;
  font-size: 30px;
}
@media (min-width: 992px) {
  .page-title {
    margin: 20px 0 40px;
    font-size: 36px;
  }
}

.section-title {
  margin: 0 0 30px;
  font-size: 30px;
}
@media (min-width: 992px) {
  .section-title {
    margin: 0 0 40px;
    font-size: 36px;
  }
}

a {
  color: #183B56;
}

.contact {
  background: #005FFF;
  padding: 50px 0;
  color: #fff;
}
.contact__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact__inner {
    flex-direction: row;
  }
}
.contact__inner h4 {
  font-size: 26px;
  margin: 0;
  padding: 0;
}
.contact__inner a {
  padding: 10px 16px;
  background: #fff;
  font-weight: 700;
  color: #161C2D;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
}

.modal a.close-modal {
  background-color: #ddd;
  top: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  color: #444;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  border-radius: 50%;
  background-image: none;
  font-size: 0;
}
.modal a.close-modal::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.contact-modal__inner {
  padding: 15px 0 24px;
}
.contact-modal__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.contact-modal__links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
.contact-modal__links a {
  width: 100%;
  font-size: 18px;
  display: flex;
  gap: 16px;
  background-color: #f3f3f3;
  padding: 12px 16px;
  border-radius: 5px;
  text-decoration: none;
}
.contact-modal__links a:hover {
  background-color: #e0e0e0;
}
.contact-modal__links a:first-child svg {
  width: 22px;
  height: 22px;
}
.contact-modal__links a svg {
  width: 24px;
  height: 24px;
}

.product-detail__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
  aspect-ratio: 7/5;
  margin-bottom: 30px;
}
.product-detail__price {
  font-weight: 700;
  font-size: 28px;
}
.product-detail__descr {
  line-height: 1.8;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 10px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("/static/img/chevron-right.svg") 50% no-repeat #fff;
  transition: all 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
  background: url("/static/img/chevron-right-light.svg") 50% no-repeat #005FFF;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}

.slick-prev {
  right: 60px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .slick-prev {
    right: 70px;
  }
}

header .header-top {
  background-color: #ECF7FB;
}
header .header-top .container {
  display: flex;
  justify-content: flex-end;
}
header .header-top .lang {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
  color: #6D889E;
}
header .header-top .lang button {
  color: #6D889E;
  line-height: 36px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}
header .header-top .lang button.active {
  color: #183B56;
}
header > .container {
  position: relative;
}

.main-nav {
  display: flex;
  line-height: 1;
}
.main-nav ul {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  padding: 10px 15px 30px;
  margin: 0;
  z-index: 101;
  flex-direction: column;
  background: #5A7184;
  list-style-type: none;
}
@media (min-width: 768px) {
  .main-nav ul {
    display: flex !important;
    background: transparent;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 40px;
    position: static;
  }
}
@media (min-width: 992px) {
  .main-nav ul {
    gap: 70px;
  }
}
.main-nav ul li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .main-nav ul li a {
    display: inline-block;
    transition: all 0.2s;
    border-width: 4px;
    padding: 10px 0;
    border-color: transparent;
    color: #183B56;
  }
  .main-nav ul li a:hover {
    border-color: #6D889E;
  }
}
.main-nav .menu-btn {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  background: #5A7184;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .main-nav .menu-btn {
    display: none;
  }
}
.main-nav .menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
}
.main-nav .menu-btn span::before, .main-nav .menu-btn span::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all 0.2s;
}
.main-nav .menu-btn span::after {
  top: 7px;
}
.main-nav .menu-btn.is-active span {
  background: transparent;
}
.main-nav .menu-btn.is-active span::before {
  transform: rotate(45deg);
  top: 0;
}
.main-nav .menu-btn.is-active span::after {
  transform: rotate(-45deg);
  top: 0;
}

.hero {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .hero {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .hero {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .hero__txt {
    padding-right: 20px;
  }
}
.hero__title {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 24px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 38px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  .hero__title {
    font-size: 52px;
    margin: 0 0 36px;
  }
}
.hero__descr {
  font-size: 16px;
  color: #5A7184;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .hero__descr {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .hero__descr {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.hero__btn {
  display: inline-block;
  background-color: #005FFF;
  color: #fff;
  border-radius: 15px;
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 992px) {
  .hero__btn {
    height: 68px;
    line-height: 68px;
  }
}
.hero__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2/1;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero__img {
    aspect-ratio: auto;
    margin-bottom: 0;
  }
}

.products-section {
  padding: 60px 0 40px;
  background: #ECF7FB;
}
.products-section .section-title {
  margin-bottom: 10px;
  margin-right: 100px;
}

.products-swiper {
  position: relative;
  padding-top: 70px;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .products-swiper {
    padding-top: 90px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  padding: 30px 15px 15px;
  text-decoration: none;
  color: #183B56;
  margin-bottom: 20px;
  min-height: calc(100% - 20px);
}
.product-card--shadow {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .product-card {
    padding: 50px 20px 30px;
  }
}
.product-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  margin-bottom: 40px;
}
.product-card__title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
.product-card__descr {
  margin: 0 0 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-card__descr {
    margin: 0 0 30px;
  }
}
.product-card__price {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-card__price {
    font-size: 28px;
  }
}

.about {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .about {
    padding: 80px 0 50px;
  }
}
.about__img {
  max-width: 640px;
  margin: 0 0 30px;
}
.about__txt {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .about__txt {
    text-align: left;
    margin-left: auto;
  }
}
.about__descr {
  line-height: 1.8;
  color: #6D889E;
}
@media (min-width: 992px) {
  .about__descr {
    line-height: 2;
  }
}

.services {
  padding: 40px 0;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .services {
    padding: 80px 0 40px;
  }
}
.services .section-title {
  margin: 0 0 10px;
}
.services__heading {
  text-align: center;
  max-width: 826px;
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  .services__heading {
    margin-bottom: 60px;
  }
}

.service-card {
  padding: 146px 30px 30px;
  border-radius: 15px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 40px;
  min-height: calc(100% - 40px);
}
.service-card::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  display: flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: url("/static/img/service-1.svg") 50% no-repeat #E0F7FE;
}
.service-card--1::before {
  background-image: url("/static/img/service-1.svg");
  background-color: #E0F7FE;
}
.service-card--2::before {
  background-image: url("/static/img/service-2.svg");
  background-color: #FEE5D7;
}
.service-card--3::before {
  background-image: url("/static/img/service-3.svg");
  background-color: #D7F3EB;
}
.service-card__title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0 0 24px;
}
.service-card__descr {
  margin: 0 0 16px;
}

.vendors {
  text-align: center;
  padding: 40px 0 80px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .vendors {
    padding: 60px 0 140px;
    line-height: 1.8;
  }
}
.vendors .section-title {
  margin: 0 0 10px;
  line-height: 1.5;
}
.vendors__heading {
  text-align: center;
  max-width: 826px;
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  .vendors__heading {
    margin-bottom: 60px;
  }
}
.vendors__inner {
  overflow: hidden;
}
.vendors__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -1px;
  margin-bottom: -1px;
}
.vendors__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 15px 0;
}
.vendors__item--border {
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.vendors__item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .vendors__item {
    width: 20%;
  }
}
.vendors__item img {
  width: 100%;
  height: 100%;
  max-width: 230px;
  max-height: 80px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .vendors__item img {
    max-width: 210px;
  }
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.categories a {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 10px;
  background: #ECF7FB;
}
.categories a.active {
  background-color: #005FFF;
  color: #fff;
}

.pagination {
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 10px;
  padding: 30px 0;
}
.pagination .page-item .page-link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1.2;
  background: #ECF7FB;
  border-radius: 5px;
}
.pagination .page-item.active .page-link {
  background-color: #005FFF;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
}

.footer {
  background: #000;
  padding: 40px 0;
  color: #fff;
}
.footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer__logo {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer__logo img {
  display: block;
  margin: 0 auto;
}
.footer__copy {
  margin: 15px 0;
  display: block;
  text-align: center;
}
.footer .social-icons {
  text-align: center;
}
@media (min-width: 992px) {
  .footer .social-icons {
    text-align: right;
  }
}
.footer .social-icons a {
  display: inline-block;
  margin-left: 20px;
}
