* {
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "NeusaNextPro";
  src: url("../fonts/NeusaNextPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeusaNextPro";
  src: url("../fonts/NeusaNextPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeusaNextPro";
  src: url("../fonts/NeusaNextPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 0;
  font-family: "NeusaNextPro", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.main {
  overflow: hidden;
}

.container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1300px) {
  .container {
    max-width: 950px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    min-width: 320px;
  }
}

.header {
  padding: 26px 0 27px;
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0 20px;
  }
}
.header .logo {
  width: 220px;
}
@media (max-width: 768px) {
  .header .logo {
    width: 118px;
  }
}
.header .logo img {
  width: 100%;
}
.header .right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header .right .item {
  margin: 2px 0;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .header .right .item {
    font-size: 12px;
    gap: 10px;
  }
}
.header .right .icon {
  font-size: 0;
  width: 24px;
}
@media (max-width: 768px) {
  .header .right .icon {
    width: 20px;
  }
}
.header .right .icon svg {
  width: 100%;
}

.s-content p {
  font-weight: 400;
  font-size: 16px;
  color: #38383a;
  margin: 12px 0;
}
.s-content *:first-child {
  margin-top: 0;
}
.s-content *:last-child {
  margin-bottom: 0;
}
.s-content ul {
  font-weight: 400;
  font-size: 16px;
  color: #38383a;
  margin: 12px 0;
  list-style: none;
  padding: 0;
}
.s-content ul li {
  margin: 12px 0;
  position: relative;
  text-indent: 14px;
}
.s-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #38383a;
}
.s-content h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #020f59;
}

section.banner {
  padding: 74px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.banner {
    padding: 40px 0 136px;
  }
}
section.banner .swiper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.banner .swiper-slide {
  background-position: center;
  background-size: cover;
}
section.banner .container {
  position: relative;
  z-index: 2;
}
section.banner .box {
  display: flex;
  flex-direction: column;
  padding: 40px 43px;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  max-width: 485px;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 768px) {
  section.banner .box {
    padding: 30px 30px;
    width: 100%;
    max-width: 100%;
  }
}
section.banner .box .title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  section.banner .box .title {
    font-size: 26px;
  }
}
section.banner .box .text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 768px) {
  section.banner .box .text {
    font-size: 19px;
  }
}
section.banner .box .btn {
  width: auto;
  margin-top: 23px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 16px 33px;
  background: #bf0436;
  border-radius: 1000px;
  display: inline-block;
}
@media (max-width: 768px) {
  section.banner .box .btn {
    margin-top: 18px;
    font-size: 16px;
    padding: 12px 24px;
  }
}
section.banner .swiper-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0 14px;
}
@media (max-width: 768px) {
  section.banner .swiper-navigation {
    bottom: 30px;
  }
}
section.banner .swiper-navigation .swiper-button-prev,
section.banner .swiper-navigation .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 1000px;
  background: transparent;
  border: 1px solid #fff;
  position: relative;
  margin: 0 !important;
}
section.banner .swiper-navigation .swiper-button-prev svg,
section.banner .swiper-navigation .swiper-button-next svg {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.banner .swiper-navigation .swiper-button-prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
section.banner .swiper-navigation .swiper-pagination {
  position: relative;
  display: flex;
  gap: 0 6px;
  justify-content: center;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  width: auto;
  align-items: center;
}
section.banner .swiper-navigation .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
  margin: 0;
  border-radius: 100%;
  transition: all 0.3s;
}
section.banner .swiper-navigation .swiper-pagination-bullet-active {
  background: #bf0436;
}
section.advantages {
  padding: 50px 0 40px;
}
@media (max-width: 768px) {
  section.advantages {
    padding: 40px 0 30px;
  }
}
section.advantages .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 40px;
}
@media (max-width: 1000px) {
  section.advantages .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  section.advantages .grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
section.advantages .item {
  border: 1px solid #020f59;
  border-radius: 20px;
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
}
section.advantages .title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #020f59;
}
section.advantages .text {
  margin-top: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #38383a;
}
section.about {
  padding: 50px 0 90px;
}
@media (max-width: 768px) {
  section.about {
    padding: 30px 0 60px;
  }
}
section.about .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.about .s-title {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  padding-bottom: 3px;
  position: relative;
  width: auto;
}
section.about .s-title:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  background: #bf0436;
  height: 7px;
}
section.about .item {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px 30px;
}
@media (max-width: 1000px) {
  section.about .item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  section.about .item {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  section.about .item_type2 {
    flex-direction: column-reverse;
  }
}
section.about .item .img {
  width: 404px;
  max-width: 100%;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, #bf0436 0%, #020f59 100%);
}
@media (max-width: 768px) {
  section.about .item .img {
    width: 100%;
  }
}
section.about .item .img img {
  width: 100%;
  border-radius: 20px;
}
section.about .item .content {
  width: 100%;
  flex: 1 0 0;
}
section.services {
  padding: 60px 0 60px;
  background-image: url(../img/services-bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  section.services {
    padding: 50px 0 50px;
  }
}
section.services .grid {
  display: flex;
  gap: 30px 70px;
  align-items: center;
}
@media (max-width: 1000px) {
  section.services .grid {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.services .img {
  width: 404px;
  max-width: 100%;
}
@media (max-width: 768px) {
  section.services .img {
    width: 100%;
  }
}
section.services .img img {
  width: 100%;
}
section.services .content {
  flex: 1 0 0;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.services .s-title {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  padding-bottom: 3px;
  position: relative;
  width: auto;
}
section.services .s-title:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  background: #bf0436;
  height: 7px;
}
section.services .s-content {
  margin-top: 30px;
}
section.slider {
  padding: 40px 0 40px;
}
@media (max-width: 768px) {
  section.slider {
    padding: 40px 0 40px;
  }
}
section.slider .container {
  flex-direction: column;
}
section.slider .slider-top {
  display: flex;
  align-items: center;
  width: 100%;
}
section.slider .slider-top .s-title-wrap {
  flex: 1 0 0;
}
section.slider .slider-top .s-title {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  padding-bottom: 3px;
  position: relative;
  width: auto;
}
@media (max-width: 768px) {
  section.slider .slider-top .s-title {
    font-size: 24px;
  }
}
section.slider .slider-top .s-title:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  background: #bf0436;
  height: 7px;
}
section.slider .slider-top .swiper-navigation {
  width: 77px;
  position: relative;
}
section.slider .slider-top .swiper-navigation .swiper-button-prev,
section.slider .slider-top .swiper-navigation .swiper-button-next {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 1000px;
  background: transparent;
  border: 1px solid #919492;
  margin: 0 !important;
}
section.slider .slider-top .swiper-navigation .swiper-button-prev svg,
section.slider .slider-top .swiper-navigation .swiper-button-next svg {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.slider .slider-top .swiper-navigation .swiper-button-prev {
  right: unset !important;
  left: 0 !important;
}
section.slider .slider-top .swiper-navigation .swiper-button-prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
section.slider .swiper {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.slider .swiper {
    padding: 0 70px;
    overflow: visible;
  }
}
section.slider .swiper-pagination {
  margin-top: 30px;
  position: relative;
  display: flex;
  gap: 0 6px;
  justify-content: center;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  width: auto;
  align-items: center;
}
@media (max-width: 768px) {
  section.slider .swiper-pagination {
    display: none;
  }
}
section.slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #d4d4d4;
  opacity: 1;
  margin: 0;
  border-radius: 100%;
  transition: all 0.3s;
}
section.slider .swiper-pagination-bullet-active {
  background: #020f59;
}
section.slider .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
section.slider .swiper-slide img {
  width: 100%;
}

.footer {
  background: #020f59;
  padding: 26px 0 27px;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 0 20px;
  }
}
.footer .logo {
  width: 200px;
}
@media (max-width: 768px) {
  .footer .logo {
    width: 118px;
  }
}
.footer .logo img {
  width: 100%;
}
.footer .right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.footer .right .item {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .right .item {
    font-size: 16px;
    gap: 10px;
  }
}
.footer .right .icon {
  font-size: 0;
}

/*# sourceMappingURL=main.css.map */
