/*============ REFERENCES =============*/
/** Colors **/
/** Fonts **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
}

span {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  border: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.norsi-med__header {
  padding: 64px 15px 20px 15px;
  background: url("img/main-bck-mobile.png") center no-repeat;
  background-size: cover;
}

.norsi-med__header li span {
  color: #fff;
}

@media (min-width: 768px) {
  .norsi-med__header {
    background: url("img/main-bck-desktop.png") center no-repeat;
    background-size: cover;
  }
}

@media (min-width: 991px) {
  .norsi-med__header {
    padding: 80px 0 50px 0;
  }
}

.norsi-med__header-title {
  position: relative;
  margin: 0 auto;
}

.norsi-med__header-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 4px;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #00a9fc;
  background-image: -webkit-gradient(linear, right top, left top, from(#1c88de), to(#009bff));
  background-image: -o-linear-gradient(right, #1c88de 0%, #009bff 100%);
  background-image: linear-gradient(to left, #1c88de 0%, #009bff 100%);
}

.norsi-med__header-title h1 {
  margin: 0 0 40px 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .norsi-med__header-title h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.norsi-med__header-subtitle {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .norsi-med__header-subtitle {
    max-width: 600px;
  }
}

@media (min-width: 991px) {
  .norsi-med__header-subtitle {
    max-width: 900px;
  }
}

.norsi-med__header-subtitle h2 {
  padding: 10px;
  max-width: 136px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #152844;
  font-weight: 400;
}

@media (min-width: 768px) {
  .norsi-med__header-subtitle h2 {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .norsi-med__header-subtitle h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.norsi-med__development {
  padding: 0 0 30px 0;
  background: #f8f8f8;
}

.norsi-med__development-title {
  padding: 0 20px;
}

.norsi-med__development-title h2 {
  padding: 30px 0 20px 0;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #213143;
  text-align: center;
  font-family: 'Open Sans';
}

@media (min-width: 768px) {
  .norsi-med__development-title h2 {
    padding: 50px 0 20px 0;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.norsi-med__development-title span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #213143;
  text-align: center;
  font-family: 'Open Sans';
}

.norsi-med__development-wrapper {
  padding: 22px 15px 0 15px;
}

@media (min-width: 768px) {
  .norsi-med__development-title span {
   font-size: 17px;
   line-height: 24px;
  }

  .norsi-med__development-wrapper {
    max-width: 1830px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .norsi-med__development-block {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 1220px) {
  .norsi-med__development-block {
    width: 32%;
  }
}

.norsi-med__development-content {
  position: relative;
  margin: 0 0 10px 0;
  padding: 20px 15px;
  background: #FFFFFF;
}

@media (min-width: 768px) {
  .norsi-med__development-content {
    padding: 30px;
    height: 380px;
  }
}

.norsi-med__development-content p {
  position: relative;
  margin: 0 0 36px 0;
  max-width: 194px;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #2b3e57;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 600;
}

.norsi-med__development-content ul {
  position: relative;
  list-style: none;
}

.norsi-med__development-content ul:after {
  content: '';
  display: block;
  position: absolute;
  top: -18px; 
  left: 0;
  width: 23px;
  height: 1px;
  background: #1c88de;

}

.norsi-med__tech-wrapper {
  margin: 0 0 10px 0;
}


.norsi-med__tech-block {
  padding: 10px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #dfe1e3;
  border-right: 1px solid #dfe1e3;
  border-bottom: 1px solid #dfe1e3;
}
.norsi-med__development-content ul li {
  margin: 0 0 16px 30px;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #2b3e57;
  position: relative;
}

.norsi-med__development-content ul li:last-child {
  margin: 0 0 0 30px;
}

.norsi-med__development-content ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 12px;
  top: 5px;
  left: -30px;
  background: url("img/check.png") center no-repeat;
  background-size: contain;
}

.norsi-med__development-content .norsi-med__development-icon {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.norsi-med__development-content .norsi-med__development-icon img {
  width: 57px;
  height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
}

.norsi-med__development-action a {
  width: 226px;
  margin: 20px 0 0px 0;
  text-align: center;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Bliss Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.norsi-med__scheme {
  padding: 40px 20px 30px 20px;
  background: url("img/scheme-bck.png") center no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {

  .norsi-med__development-content p {
    font-size: 22px;
    line-height: 22px;
  }

  .norsi-med__development-content ul li{
    font-size: 17px;
    line-height: 17px;
  }

  .norsi-med__scheme {
    background: url("img/scheme-bck-desktop.png") center no-repeat;
    background-size: cover;
  }
}

.norsi-med__scheme-title {
  margin: 0 0 40px 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (min-width: 1220px) {
  .norsi-med__scheme-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 200px 0 140px 0;
  }
}

.norsi-med__scheme-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
}

@media (min-width: 1220px) {
  .norsi-med__scheme-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .norsi-med__scheme-block:nth-child(1) .norsi-med__scheme-content {
    top: 84px;
    left: -52px;
    text-align: center;
    border: none;
    border-top: 2px solid #00a9fc;
  }
  .norsi-med__scheme-block:nth-child(1) .norsi-med__scheme-content:after {
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
        -ms-transform: translate(-50%, 0%) rotate(0deg);
            transform: translate(-50%, 0%) rotate(0deg);
  }
  .norsi-med__scheme-block:nth-child(2) .norsi-med__scheme-content {
    top: -150px;
    left: -52px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #00a9fc;
  }
  .norsi-med__scheme-block:nth-child(2) .norsi-med__scheme-content:after {
    top: 148px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
        -ms-transform: translate(-50%, 0%) rotate(180deg);
            transform: translate(-50%, 0%) rotate(180deg);
  }
  .norsi-med__scheme-block:nth-child(3) .norsi-med__scheme-content {
    top: 84px;
    left: -52px;
    text-align: center;
    border: none;
    border-top: 2px solid #00a9fc;
  }
  .norsi-med__scheme-block:nth-child(3) .norsi-med__scheme-content:after {
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
        -ms-transform: translate(-50%, 0%) rotate(0deg);
            transform: translate(-50%, 0%) rotate(0deg);
  }
  .norsi-med__scheme-block:nth-child(4) .norsi-med__scheme-content {
    top: -150px;
    left: -52px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #00a9fc;
  }
  .norsi-med__scheme-block:nth-child(4) .norsi-med__scheme-content:after {
    top: 148px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
        -ms-transform: translate(-50%, 0%) rotate(180deg);
            transform: translate(-50%, 0%) rotate(180deg);
  }
  .norsi-med__scheme-block:nth-child(5) .norsi-med__scheme-content {
    top: 84px;
    left: -52px;
    text-align: center;
    border: none;
    border-top: 2px solid #00a9fc;
  }
  .norsi-med__scheme-block:nth-child(5) .norsi-med__scheme-content:after {
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
        -ms-transform: translate(-50%, 0%) rotate(0deg);
            transform: translate(-50%, 0%) rotate(0deg);
  }
}

.norsi-med__prep-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.norsi-med__scheme-block:first-child:after {
  height: 70%;
}

@media (min-width: 1220px) {
  .norsi-med__scheme-block:first-child:after {
    width: 70%;
    height: 1px;
    left: 146px;
    top: 30px;
  }
}

.norsi-med__scheme-block:last-child:after {
  height: 0;
}

.norsi-med__scheme-block:last-child:before {
  display: none;
}

.norsi-med__scheme-block:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 85%;
  background: #00a9fc;
  top: 58px;
  left: 28px;
}

.norsi-med__tech {
  padding: 30px 15px;
}

.norsi-med__tech-title h2 {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #213143;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1220px) {
  .norsi-med__scheme-block:after {
    width: 70%;
    height: 1px;
    left: 146px;
    top: 30px;
  }
}

.norsi-med__scheme-block:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #00a9fc;
  bottom: -33px;
  left: 25px;
  border-radius: 50%;
}

@media (min-width: 1220px) {
  .norsi-med__scheme-block:before {
    bottom: 24px;
    left: 314px;
  }
}
.norsi-med__docs-list ul li {
  font-size: 0.975rem;
  line-height: 1.25rem;
  position: relative;
  margin: 0 0 20px 20px;
  color: #213143;
}

.norsi-med__docs-list ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 3px;
  left: -18px;
  top: 10px;
  background: #213143;
}

.norsi-med__prep {
  padding: 40px 15px;
  background: url("img/prep-bck.png") center no-repeat;
  background-size: cover;
}

.norsi-med__tech-block img {
  margin: 0 15px 0 0;
  width: 44px;
  height: 44px;
}
.norsi-med__scheme-num span {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #00a9fc;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.norsi-med__tech-btn {
  margin: 20px auto 0px auto;
  width: 254px;
}

.norsi-med__scheme-num span:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #213143;
  z-index: -1;
  border-radius: 50%;
}

.norsi-med__docs-title span {
  display: inline-block;
  margin: 0 0 25px 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #213143;
  font-weight: 800;
}
.norsi-med__prep-title {
  position: relative;
}

.norsi-med__prep-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 4px;
  top: 64px;
  background-color: #00a9fc;
  background-image: -webkit-gradient(linear, right top, left top, from(#1c88de), to(#009bff));
  background-image: -o-linear-gradient(right, #1c88de 0%, #009bff 100%);
  background-image: linear-gradient(to left, #1c88de 0%, #009bff 100%);
}

@media (min-width: 441px) {
  .norsi-med__prep-title:after {
    top: 40px;
  }
}

.norsi-med__prep-title h2 {
  margin: 0 0 44px 0;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
}

.norsi-med__scheme-content {
  position: relative;
  padding: 15px;
  margin: -10px 0 0px 14px;
  background: #213143;
  border-left: 2px solid #00a9fc;
}

@media (min-width: 1220px) {
  .norsi-med__scheme-content {
    position: absolute;
    width: 320px;
  }
}

.norsi-med__scheme-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 36px;
  left: -12px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #00a9fc transparent;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.norsi-med__scheme-content p {
  margin: 0 0 13px 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
}

@media(min-width: 768px){
.norsi-med__scheme-content p {
  font-size: 17px;
  line-height: 24px;
}

.norsi-med__scheme-content span {
  font-size: 15px;
  line-height: 22px;
}
}

.norsi-med__scheme-content span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.norsi-med__docs {
  padding: 30px 15px 40px 15px;
}

@media (min-width: 1220px) {
  .norsi-med__docs {
    background: url("img/docs-bck-desktop.png") center no-repeat;
    background-size: cover;
  }
}
.norsi-med__tech-block:first-child {
  border-top: 1px solid #dfe1e3;
}

.norsi-med__docs-title h2 {
  margin: 0 0 30px 0;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #213143;
  text-transform: uppercase;
}

@media (min-width: 768px){
.norsi-med__docs-title h2 {
 font-size: 28px;
 line-height: 40px;
}


@media (min-width: 991px) {
  .norsi-med__prep {
    background: url("img/prep-bck-desktop.png") center no-repeat;
    background-size: cover;
  }
}


@media (min-width: 768px){
.norsi-med__prep-title h2 {
 font-size: 28px;
 line-height: 40px;
}

.norsi-med__prep-content p{
 font-size: 17px;
 line-height: 24px;
}

.norsi-med__prep-title:after {
 top: 50px;
}
}



@media(min-wdith: 768px){
.norsi-med__tech-title h2 {
  font-size: 28px;
  line-height: 40px;
}
}




@media (min-width: 991px) {
  .norsi-med__tech-block {
    width: 33.3%;
    border: 1px solid #dfe1e3;
  }
}




.norsi-med__tech-block p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #213143;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .norsi-med__tech-block p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
  }
  .norsi-med__tech-block {
   padding: 24px;
  }
}




@media (min-width: 1220px){
 .norsi-med__scheme-title {
  text-align: center;
  font-size: 23px;
  line-height: 12px;
  font-weight: 400;
 }

 .norsi-med__tech-title h2 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
 }

 .norsi-med__development-content {
  height: 280px;
 }

 .norsi-med__development-title span {
   display: block;
   margin: 0 auto;
 }

 .norsi-med__prep {
  padding: 80px 0 120px 0;
 }

 .norsi-med__development {
  padding: 0 0 50px 0;
 }

 .norsi-med__development-action a{
   margin: 0 auto;
 }

 .norsi-med__prep-title, .norsi-med__prep-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 0 510px;
 }
 .norsi-med__prep-title h2, .norsi-med__prep-content h2 {
  max-width: 800px;
 }

 .norsi-med__prep-content p {
  font-size: 16px;
  line-height: 28px;
 }
 .norsi-med__development-content p {
  max-width: 100%;
 }

 .norsi-med__prep-title:after {
  top: 58px;
 }
}


.norsi-med__header .breadcrumbs {
    margin: 43px 30px 40px 50px !important;
}

.norsi-med__header .breadcrumbs span {
 color: #fff !important;
}

@media (min-width: 1220px){

.norsi-med__docs-title, .norsi-med__docs-list {
 max-width: 1300px;
 margin: 0 auto;
}

.norsi-med__docs {
 padding: 50px 15px;
}

.norsi-med__docs-title h2 {
 max-width: 800px;
 font-size: 28px;
 line-height: 40px;
}

.norsi-med__docs-list ul li {
 max-width: 770px;
}

.norsi-med__docs-title span {
 font-size: 19px;
 line-height: 24px;
}

.norsi-med__docs-list ul li{
 font-size: 19px;
 line-height: 24px;
}
}

@media (min-width: 991px) {
  .norsi-med__tech {
    padding: 82px 0 50px 0;
  }
  .norsi-med__tech-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .norsi-med__note {
    font-size: 17px;
    line-height: 24px;
    max-width: 1300px;
    margin: 20px auto 0 auto;
  }
}