*, ::after, ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
ol, ul {
  padding: 0
}
blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol, p, ul {
  margin: 0
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 360px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  z-index: -10000
}
ol, ul {
  list-style: none
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
img {
  display: block;
  max-width: 100%
}
button, input, select, textarea {
  font: inherit
}
html, svg {
  height: 100%
}
body.fixed-scroll {
  overflow: hidden
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}
.main {
  flex: 1 0 auto
}
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px
}
.header {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #86d3ff;
  z-index: 100
}
.header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 0 40px
}
.header__ag-logo {
  width: 213px;
  margin-right: 17px
}
.header__ag-logo img, .header__np-logo img, svg {
  display: block;
  width: 100%
}
.header__np-logo {
  position: relative;
  top: -7px;
  width: 95px;
  margin-right: 40px
}
.header .hamburger, .header__action {
  margin-left: auto
}
.menu {
  display: flex
}
.menu__item:not(:last-child) {
  margin-right: 23px
}
.menu__link {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #016088
}
.menu__action {
  margin-top: 20px
}
.footer, .main {
  opacity: 0;
  visibility: hidden
}
.hero {
  padding: 100px 0 0
}
.hero .fp-slidesNav.bottom {
  bottom: clamp(50px, 13vh, 130px)
}
.hero .fp-slidesNav ul {
  display: flex;
  justify-content: center;
  align-items: center
}
.hero .fp-slidesNav ul li {
  display: block;
  height: 14px;
  margin: 0 5px
}
.hero .fp-slidesNav ul li a.active span, .hero .fp-slidesNav ul li:hover a span {
  width: 14px;
  height: 14px;
  margin: 0;
  opacity: 1
}
.hero .fp-slidesNav ul li a span {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  background-color: #fff;
  opacity: .6
}
.btn {
  font-size: 56px;
  line-height: 1.3;
  font-weight: 700
}
.btn {
  position: relative;
  display: inline-block;
  height: 55px;
  padding: 0 70px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 55px;
  border-radius: 30px;
  text-align: center;
  letter-spacing: .03em;
  color: #313131;
  text-decoration: none!important;
  background-color: #ffe924;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: all .3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .19)
}
.btn:hover {
  background-color: #ffe60b;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .3)
}
.btn:active {
  background-color: #f0d800;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}
.btn:active, .btn:focus, .btn:hover {
  text-decoration: none!important
}
.btn[disabled] {
  background-color: #ccc!important;
  background-image: none!important;
  color: #fff!important;
  cursor: default
}
.btn--white {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: none
}
.btn-arrow {
  position: relative;
  display: inline-block;
  height: 41px;
  padding-left: 51px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: .12em;
  color: #b5b5b5;
  text-decoration: none!important;
  background-color: transparent;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: all .3s
}
.btn-arrow:hover .icon {
  -webkit-transform: rotate(180deg) translate(-3px, 0);
  transform: rotate(180deg) translate(-3px, 0)
}
.btn-arrow .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform .3s ease, fill .3s ease;
  transition: transform .3s ease, fill .3s ease, -webkit-transform .3s ease;
  box-shadow: -1px -2px 4px rgba(0, 0, 0, .25)
}
.btn-arrow--blue:hover .icon {
  fill: #009ff8
}
.btn-arrow--blue .icon {
  fill: #2cb3ff
}
.btn-arrow--pink:hover .icon {
  fill: #de287d
}
.btn-arrow--pink .icon {
  fill: #e55498
}
.icon-label {
  display: flex;
  align-items: center
}
.icon-label:hover .icon-label__icon .icon {
  fill: #0081b9
}
.icon-label__icon {
  position: relative
}
.icon-label__icon .icon {
  transition: all .3s
}
.icon-label__num {
  position: absolute;
  top: -5px;
  right: -7px;
  height: 14px;
  min-width: 14px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 15px;
  border-radius: 7px;
  background-color: #0081b9;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.icon-label__descr {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  text-decoration: none
}
.icon-label .icon {
  width: 22px;
  height: 22px;
  fill: #0081b9
}
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: #000;
  transition: all .3s;
  z-index: 900;
  opacity: 0;
  visibility: hidden
}
.mob-overlay.open {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5)
}
