* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

textarea {
  resize: vertical;
}

.index-head__body {
  overflow: hidden;
}
@media (min-width: 768px) {
  .index-head__body {
    padding-top: 40rem;
  }
}
.index-head__container {
  position: relative;
}
.index-head__container:before {
  content: url("/local/templates/main/images/index-head/right+.png");
  display: block;
  position: absolute;
  top: 50%;
  left: -45%;
  transform: translate(50%, -50%);
}
.index-head__container:after {
  content: url("/local/templates/main/images/index-head/left+.png");
  display: block;
  position: absolute;
  top: 50%;
  right: -28%;
  transform: translate(0%, -50%);
}
@media (max-width: 767.98px) {
  .index-head__container {
    padding: 0 !important;
  }
}

.index-head-slider {
  position: relative;
}
.index-head-slider__pagination {
  position: absolute;
  bottom: 50rem !important;
  right: 50rem !important;
  left: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 5;
}
.index-head-slider__pagination .swiper-pagination-bullet {
  opacity: 50% !important;
  background-color: white !important;
  width: 10rem;
  height: 10rem;
  margin: 0 5rem !important;
}
.index-head-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f5e400 !important;
  opacity: 1 !important;
}

.ih-slide__body {
  overflow: hidden;
  height: 600rem;
  position: relative;
  transition: 0.5s;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .ih-slide__body {
    border-radius: 50rem;
    padding: 20rem;
  }
  .ih-slide__body:hover {
    background-size: 105%;
  }
}
@media (max-width: 767.98px) {
  .ih-slide__body {
    background-size: cover;
    height: calc(100dvh - 113rem);
    min-height: 450rem;
  }
}
.ih-slide__body:before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(8, 61, 92, 0) 0%, #083d5c 80%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ih-slide__border {
  border-radius: 40rem;
  border: 1rem solid white;
  padding: 20rem 30rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .ih-slide__border {
    border-radius: 0;
    border: 0;
    padding: 37rem 10rem;
  }
}
@media (min-width: 768px) {
  .ih-slide__content {
    max-width: 50%;
  }
}
.ih-slide__content {
  color: white;
}
.ih-slide__title {
  font-weight: 600;
  font-size: 30rem;
  line-height: 130%;
}
.ih-slide__subtitle {
  font-size: 18rem;
  line-height: 130%;
}
.ih-slide__btn {
  margin-top: 30rem;
}/*# sourceMappingURL=style.css.map */