* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  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%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/nordicpraemie-fonts/nordicpraemie-inter-bold.woff2) format("woff2")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/nordicpraemie-fonts/nordicpraemie-raleway-bold.woff2) format("woff2")
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/nordicpraemie-fonts/nordicpraemie-nunito-regular.woff2) format("woff2")
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/nordicpraemie-fonts/nordicpraemie-nunito-bold.woff2) format("woff2")
}

:root {
  --font-main: "Nunito", sans-serif;
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(180deg, #040b1e 0%, #071333 46.82%, #0f286d 100%);
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --green: #0DBA58;
  --red: #FF1919;
  --gray: #848484;
  --background: #0a102a;
  --blue: #1e8cf1;
  --blue-dark: #2f37fe;
  --gradient-dark: linear-gradient(90deg, #101529 0%, #1d2b6a 100%);
  --gradient-green: linear-gradient(90deg, #1e8cf1 0%, #3aaa35 100%);
  --hover: #01ad6e;
  --active: #01ad6e
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 24px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  font-family: Inter;
  color: var(--white);
  background-color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  width: 100px;
  height: 36px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

.but_big {
  font-size: 18px;
  min-height: 46px
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.brr-20 {
  border-radius: 20px
}

.brr-10 {
  border-radius: 10px
}

.bg-gradient-dark {
  background: var(--gradient-dark)
}

.bg-gradient-green {
  background: var(--gradient-green)
}

.bg-background {
  background-color: var(--background)
}

.bg-red {
  background-color: var(--red)
}

.bg-green {
  background-color: var(--green)
}

.bg-d-blue {
  background-color: var(--blue-dark)
}

.bg-blue {
  background-color: var(--blue)
}

.br-1-dark {
  border: 1px solid #4a5784
}

.color-black {
  color: var(--black)
}

.color-gray {
  color: var(--gray)
}

.plr-16 {
  padding-left: 16px;
  padding-right: 16px
}

.p-20 {
  padding: 20px
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.ptb-9 {
  padding-top: 9px;
  padding-bottom: 9px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-5:not(:last-child) {
  margin-bottom: 5px
}

.mb-section:not(:last-child) {
  margin-bottom: 70px
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

.tx-main {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3
}

.tx-36-20 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-36-20 {
    font-size: 30px
  }
}

@media (max-width:991px) {
  .tx-36-20 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-36-20 {
    font-size: 20px
  }
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3
}

.tx-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3
}

.input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 20px;
  height: 46px;
  background-color: var(--white);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: rgba(54, 68, 117, .5);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  height: 72px;
  padding: 14px 20px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.input:active {
  border-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.pt-60 {
  padding-top: 60px
}

.logo {
  font-family: Raleway;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px
}

.circle::before {
  content: "";
  margin-top: 8px;
  width: 4px;
  height: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--white)
}

.nordicpraemie-card {
  padding: 13px 10px;
  border: 5px solid transparent;
  border-radius: 10px;
  background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(45deg, #269762, #50b87c) border-box
}

.breadcrumbs-link {
  border-radius: 100px;
  padding: 5px 10px
}

.breadcrumbs-link.active {
  background-color: var(--green);
  -webkit-box-shadow: 0 0 7px #0dba58;
  box-shadow: 0 0 7px #0dba58
}

.Inter {
  font-family: Inter
}

.Raleway {
  font-family: Raleway
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
  font-family: Raleway
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
  font-family: Raleway
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.nordicpraemie-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px
}

@media (max-width:991px) {
  .nordicpraemie-header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (max-width:991px) {
  .nordicpraemie-header__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.nordicpraemie-header__null {
  width: 22px;
  height: 1px;
  display: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

@media (max-width:991px) {
  .nordicpraemie-header__null {
    display: block
  }
}

@media (max-width:991px) {
  .nordicpraemie-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .nordicpraemie-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.nordicpraemie-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.nordicpraemie-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .nordicpraemie-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .nordicpraemie-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.nordicpraemie-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nordicpraemie-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nordicpraemie-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px
}

@media (max-width:991px) {
  .nordicpraemie-ticker {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
  }
}

@media (max-width:991px) {
  .nordicpraemie-ticker__text {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.nordicpraemie-ticker__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.nordicpraemie-ticker__icon span {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.nordicpraemie-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 100px
}

@media (max-width:991px) {
  .nordicpraemie-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.nordicpraemie-nav__list_footer {
  display: block
}

@media (max-width:991px) {
  .nordicpraemie-nav__item_logo {
    display: none
  }
}

.nordicpraemie-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nordicpraemie-nav__link:hover {
    color: var(--hover)
  }
}

.nordicpraemie-nav__link:focus-visible {
  color: var(--hover)
}

.nordicpraemie-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nordicpraemie-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 22px;
  height: 14px;
  background-color: transparent
}

@media (max-width:991px) {
  .nordicpraemie-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.nordicpraemie-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.nordicpraemie-hero {
  padding-top: 30px;
  padding-bottom: 10px;
  background-image: url(/nordicpraemie-img/nordicpraemie-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .nordicpraemie-hero {
    padding-top: 10px
  }
}

@media (max-width:600px) {
  .nordicpraemie-hero {
    background-image: url(/nordicpraemie-img/nordicpraemie-hero-mob.webp)
  }
}

@media (max-width:768px) {
  .nordicpraemie-hero__text {
    display: none
  }
}

.nordicpraemie-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 60px
}

@media (max-width:1220px) {
  .nordicpraemie-cards {
    gap: 20px
  }
}

@media (max-width:891px) {
  .nordicpraemie-cards {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .nordicpraemie-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px
  }
}

.nordicpraemie-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nordicpraemie-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.nordicpraemie-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.nordicpraemie-card__logo {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
  height: 50px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .nordicpraemie-card__logo:hover {
    opacity: .5
  }
}

.nordicpraemie-card__logo:focus-visible {
  opacity: .5
}

.nordicpraemie-card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nordicpraemie-card__top-right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 140px;
  flex: 0 1 140px
}

.nordicpraemie-card__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.nordicpraemie-card__icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.nordicpraemie-card__icon_decorative {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.nordicpraemie-card__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.nordicpraemie-card__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.nordicpraemie-card__wrapper-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.nordicpraemie-card-slider {
  max-width: 120px;
  width: 100%;
  margin: 0 auto
}

.nordicpraemie-card-slider__slide {
  width: 22px;
  height: 22px
}

.nordicpraemie-section__el {
  max-width: 752px;
  width: 100%
}

.form {
  max-width: 484px;
  width: 100%
}

.status {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border-bottom: 2px solid var(--green)
}

.form.active .status {
  display: block
}

.nordicpraemie-section-about {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .nordicpraemie-section-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.nordicpraemie-section-about__item:nth-child(even) {
  border-radius: 20px;
  background-color: var(--blue);
  padding: 20px
}

.nordicpraemie-section-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:768px) {
  .nordicpraemie-section-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.nordicpraemie-section-team__image {
  padding-bottom: 57%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/nordicpraemie-img/nordicpraemie-about-us.webp)
}

@media (max-width:600px) {
  .nordicpraemie-section-team__image {
    padding-bottom: 97%;
    background-image: url(/nordicpraemie-img/nordicpraemie-about-us-mob.webp)
  }
}

.nordicpraemie-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

@media (max-width:991px) {
  .nordicpraemie-faq {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .nordicpraemie-faq {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.nordicpraemie-faq__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 366px;
  flex: 0 1 366px;
  width: 100%;
  border-radius: 20px 0 20px 20px
}

@media (max-width:991px) {
  .nordicpraemie-faq__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.nordicpraemie-faq__icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.nordicpraemie-footer__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .nordicpraemie-footer__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.nordicpraemie-footer__address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.nordicpraemie-footer__address li span {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.nordicpraemie-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px
}

.nordicpraemie-footer__links a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .nordicpraemie-footer__links a:hover {
    opacity: .5
  }
}

.nordicpraemie-footer__links a:focus-visible {
  opacity: .5
}

.nordicpraemie-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nordicpraemie-footer__links li:nth-child(1) {
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.nordicpraemie-footer__links li:nth-child(2) {
  height: 38px
}

.nordicpraemie-footer__links li:nth-child(3) {
  height: 48px
}

.nordicpraemie-footer__links li:nth-child(4) {
  height: 48px
}

.nordicpraemie-footer__links li:nth-child(5) {
  height: 46px
}

.nordicpraemie-footer__links li:nth-child(6) {
  height: 28px
}

.nordicpraemie-footer__links li:nth-child(7) {
  height: 51px
}