/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.35;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: rgba(0,0,0,0)
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
:root {
  --primary: #1950b6;
  --primary-d: #1648a3;
  --gray: #f4f4f4
}
html {
  box-sizing: border-box
}
*,
*::after,
*::before {
  box-sizing: inherit
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%
}
.body-hidden {
  overflow: hidden;
  touch-action: none
}
.body {
  font-family: Manrope,sans-serif;
  font-size: 20px
}
:root {
  --content-width: 1620px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2))
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto
}
.btn-s {
  --background: var(--primary);
  --border: var(--primary);
  --color: white;
  --background-h: var(--primary-d);
  --border-h: var(--primary-d);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 15px;
  padding: 16px 19px;
  border-radius: 20px;
  outline: 0;
  background: var(--background);
  border: 1px solid var(--border);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color);
  font-weight: 300;
  font-size: 17px;
  transition: color .3s ease,border-color .3s ease,background-color .3s ease
}
.btn-s svg {
  width: 25px;
  height: 25px
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none
}
.sect-m {
  margin: 80px 0
}
.sect-p {
  padding: 80px 0
}
.sect-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
  margin-bottom: 40px
}
.s-title {
  font-weight: 700;
  font-size: 48px;
  margin: 0
}
.content>* {
  margin: 0
}
.content>*:not(:last-child) {
  margin-bottom: 20px
}
.slider-arrows {
  display: flex;
  gap: 16px;
  flex-shrink: 0
}
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: 45px;
  height: 45px;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity .3s ease
}
.slider-arrow svg {
  width: 14px;
  height: 14px
}
.slider-arrow.swiper-button-disabled {
  opacity: .3;
  pointer-events: none
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin-top: 40px
}
.slider-pagination .swiper-pagination-bullet {
  flex: 0 0 8px;
  width: auto!important;
  height: 8px!important;
  opacity: 1!important;
  margin: 0!important;
  border-radius: 12px;
  background-color: currentColor;
  background-color: currentColor!important;
  cursor: pointer;
  transition: flex .3s ease,opacity .3s ease
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  flex-basis: 20px
}
.card-service {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden
}
.card-service__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1/.75;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.card-service__gallery::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .2;
  z-index: 1
}
.card-service__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.card-service__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  padding: 30px;
  color: #000
}
.card-service__title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 25px 0
}
.card-service__content {
  margin: 0 0 40px 0;
  color: rgba(0,0,0,.8)
}
.card-service__btn {
  margin-top: auto
}
.s-intro {
  margin-top: 60px
}
.s-intro__wrapper {
  display: flex;
  gap: 30px
}
.s-intro__body {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  flex: 1;
  z-index: 1;
  background: linear-gradient(180deg,#1e2535 0,#151c2b 55.69%,#1f293a 61.26%,#232e40 69.96%,#191f2e 74.71%,#0f131f 80.92%,#04050a 100%)
}
.s-intro__body::after,
.s-intro__body::before {
  position: absolute;
  content: "";
  inset: 0
}
.s-intro__body::before {
  background: linear-gradient(223deg,#1f2636 0,rgba(0,0,0,.2) 100%);
  z-index: -2
}
.s-intro__body::after {
  background: radial-gradient(144.96% 129.29% at 18.12% 0,rgba(24,29,42,0) 52.93%,#1a3465 100%);
  z-index: -1
}
.s-intro__body-inside {
  width: 800px;
  max-width: 100%;
  margin: 0 auto
}
.s-intro__tag {
  font-weight: 700;
  font-size: 48px;
  padding: 10px 35px;
  background-color: var(--primary);
  border-radius: 20px;
  margin-top: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.s-intro__content {
  margin-top: 40px
}
.s-intro__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 15px;
  margin-top: 60px
}
.s-intro__bottom-content {
  margin: 0;
  max-width: 395px
}
.s-intro__gallery {
  width: 660px;
  flex-shrink: 0;
  border-radius: 20px;
  padding-top: 75px;
  background: linear-gradient(180deg,#1e2535 0,#151c2b 55.69%,#1f293a 61.26%,#232e40 69.96%,#191f2e 74.71%,#0f131f 80.92%,#04050a 100%),linear-gradient(223deg,#1f2636 0,rgba(0,0,0,.2) 100%)
}
.s-intro__gallery img {
  display: block;
  width: 545px;
  margin: 0 auto;
  max-width: 95%
}
.s-adv__wrapper {
  display: flex;
  gap: 30px
}
.s-adv__main {
  flex: 0 1 580px
}
.s-adv__btn {
  margin-top: 60px
}
.s-adv__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  flex: 1
}
.s-adv__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 30px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  border-radius: 20px;
  color: #fff;
  z-index: 1;
  background: linear-gradient(180deg,#1e2535 0,#151c2b 55.69%,#1f293a 61.26%,#232e40 69.96%,#191f2e 74.71%,#0f131f 80.92%,#04050a 100%)
}
.s-adv__item::after,
.s-adv__item::before {
  position: absolute;
  content: "";
  inset: 0
}
.s-adv__item::before {
  background: linear-gradient(223deg,#1f2636 0,rgba(0,0,0,.2) 100%);
  z-index: -2
}
.s-adv__item::after {
  background: radial-gradient(144.96% 129.29% at 18.12% 0,rgba(24,29,42,0) 52.93%,#1a3465 100%);
  z-index: -1
}
.s-adv__item img {
  display: block;
  width: 55px;
  flex-shrink: 0
}
.s-partners {
  overflow: hidden;
  padding: 30px 0;
  background-color: var(--gray)
}
.s-partners__slide {
  display: flex!important;
  align-items: center;
  justify-content: center;
  height: auto!important;
  width: 165px!important;
  max-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.s-partners__slide img {
  display: block
}
.s-services {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg,#1e2535 0,#151c2b 55.69%,#1f293a 61.26%,#232e40 69.96%,#191f2e 74.71%,#0f131f 80.92%,#04050a 100%);
  z-index: 1
}
.s-services::after,
.s-services::before {
  position: absolute;
  content: "";
  inset: 0
}
.s-services::before {
  background: linear-gradient(223deg,#1f2636 0,rgba(0,0,0,.2) 100%);
  z-index: -2
}
.s-services::after {
  background: radial-gradient(144.96% 129.29% at 18.12% 0,rgba(24,29,42,0) 52.93%,#1a3465 100%);
  z-index: -1
}
.s-services__slider .swiper-slide {
  box-sizing: border-box;
  height: auto!important
}
.s-services__slider .swiper-slide .card-service {
  height: 100%
}
@media (min-width:992px) {
  .slider-pagination._desk-hide {
    display: none
  }
}
@media (max-width:1539px) {
  .s-intro__gallery {
    width: 500px
  }
  .s-adv__main {
    flex-basis: 450px
  }
}
@media (max-width:1365px) {
  .s-title {
    font-size: 42px
  }
  .card-service__body {
    padding: 25px
  }
  .s-intro__tag {
    font-size: 42px
  }
  .s-adv__wrapper {
    flex-wrap: wrap
  }
  .s-adv__main {
    flex: auto;
    width: 100%
  }
  .s-adv__btn {
    margin-top: 40px
  }
  .s-services {
    overflow: hidden
  }
  .s-services__slider {
    overflow: visible!important
  }
  .s-services__slider .swiper-slide {
    width: 450px!important;
    max-width: 100%
  }
}
@media (max-width:1199px) {
  .s-intro__gallery {
    width: 350px
  }
}
@media (max-width:991px) {
  .body {
    font-size: 18px
  }
  .btn-s {
    font-size: 15px
  }
  .sect-head {
    margin-bottom: 30px
  }
  .s-title {
    font-size: 38px
  }
  .content>*:not(:last-child) {
    margin-bottom: 18px
  }
  .slider-arrows {
    display: none
  }
  .slider-pagination {
    margin-top: 30px
  }
  .card-service__body {
    padding: 20px
  }
  .card-service__title {
    font-size: 20px
  }
  .card-service__content {
    margin-bottom: 25px
  }
  .s-intro {
    margin-top: 40px
  }
  .s-intro__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .s-intro__tag {
    font-size: 38px
  }
  .s-intro__bottom {
    margin-top: 40px
  }
  .s-intro__gallery {
    width: 100%
  }
  .s-services__slider .swiper-slide {
    width: 360px!important
  }
}
@media (max-width:767px) {
  .body {
    font-size: 16px
  }
  .btn-s {
    gap: 10px
  }
  .btn-s svg {
    width: 20px;
    height: 20px
  }
  .sect-m {
    margin: 60px 0
  }
  .sect-p {
    padding: 60px 0
  }
  .s-title {
    font-size: 32px
  }
  .content>*:not(:last-child) {
    margin-bottom: 16px
  }
  .card-service__title {
    font-size: 18px;
    margin-bottom: 20px
  }
  .card-service__content {
    margin-bottom: 20px
  }
  .s-intro {
    margin-top: 25px
  }
  .s-intro__body {
    padding: 30px 20px
  }
  .s-intro__tag {
    font-size: 32px
  }
  .s-intro__content {
    margin-top: 25px
  }
  .s-intro__bottom {
    margin-top: 30px
  }
  .s-adv__btn {
    margin-top: 30px
  }
  .s-adv__grid {
    gap: 20px
  }
  .s-adv__item {
    padding: 20px;
    gap: 15px
  }
  .s-adv__item img {
    width: 40px
  }
  .s-partners__slide {
    width: 120px!important
  }
}
@media (max-width:575px) {
  .s-title {
    font-size: 28px
  }
  .card-service__btn {
    width: 100%
  }
  .s-intro__tag {
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 14px
  }
  .s-intro__bottom .btn-s {
    width: 100%
  }
  .s-intro__bottom-content {
    max-width: none
  }
  .s-adv__btn {
    width: 100%
  }
  .s-adv__grid {
    grid-template-columns: 1fr
  }
}
@media (any-hover:hover) {
  .btn-s:hover {
    color: var(--color-h);
    border-color: var(--border-h);
    background-color: var(--background-h)
  }
  .slider-arrow:hover {
    opacity: .6
  }
  .slider-pagination .swiper-pagination-bullet:hover {
    opacity: .7
  }
}
@media (hover:none) {
  .btn-s:active {
    color: var(--color-h);
    border-color: var(--border-h);
    background-color: var(--background-h)
  }
  .slider-arrow:active {
    opacity: .6
  }
  .slider-pagination .swiper-pagination-bullet:active {
    opacity: .7
  }
}