@font-face {
  font-family: 'Assistant-Regular';
  src: url(../fonts/Assistant-Regular.eot);
  src: url(../fonts/Assistant-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Assistant-Regular.otf) format('otf'),
       url(../fonts/Assistant-Regular.woff) format('woff'),
       url(../fonts/Assistant-Regular.woff2) format('woff2');
}

/* Global */

#introduction {
  scroll-margin-top: 177px;
}

#prerequisites {
  scroll-margin-top: -240px;
}

#token {
  scroll-margin-top: -240px;
}

#configuration {
  scroll-margin-top: -240px;
}

#install {
  scroll-margin-top: -240px;
}

#finish {
  scroll-margin-top: -240px;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.header-conteiner {
  padding: 0 5%;
  overflow: hidden;
}

.body-conteiner {
  padding-left: 18%;
  padding-right: 20%;
}

.notes {
  color: #EB0F2C;
}

#mockupPic{
  padding: 20px 0 0 0;
  width: 100%;
}

.doublePic {
  display: inline-flex;
}

a {
  text-decoration: none;
}



/* Header */
header {
  background-color: #313131;
  color: #fff;
  min-height: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 1;
  background-image: url(../img/line_header.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 45%;
  background-position-x: 28%;
  background-position-y: 40%;
}

#logoPic {
  width: 100%;
  height: auto;
  padding: 5px 0 5px 0;
  position: sticky;
  float: right;
}

#siteName {
  float: left;
  transition: 0.2s;
  transition-delay: 0.02s;
  margin-top: 6px;
}

#siteNameMain {
  font-weight: bold;
  font-size: 2.8rem;
  color: #28C4E6;
}

#siteNameSub {
  font-size: 1.8rem;
  margin-top: -12px;
}

#logo {
  float: right;
  max-width: 210px;
  margin: 0;
  transition: 0.2s;
}

.langLink2 {
  position: absolute;
  right: 1.5%;
  top: 30%;
  background: #F67485 0% 0% no-repeat padding-box;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  color: white;
  text-align: center;
  transition: 0.2s;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.28); 
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.28);  
}

.langLink {
  position: absolute;
  right: 1.8%;
  top: 38%;
  background: #F67485 0% 0% no-repeat padding-box;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  padding: 1px;
  font-size: 1.1rem;
  color: white;
  text-align: center;
  transition: 0.2s;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.28); 
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.28);  
}

.langLink:hover {
  background: #fff 0% 0% no-repeat padding-box;
  color: #28C4E6;
}

.langLink2:hover {
  background: #fff 0% 0% no-repeat padding-box;
  color: #28C4E6; 
}


/* BODY */

.arrows {
  padding: 0 5px 0 5px;
}

.body-conteiner img {
  padding: 5px 0;
}

#firstP {
  padding-top: 20px;
}

dt {
  font-size: 1.5rem;
  padding: 0px 0 8px 0;
  font-weight: bold;
}

#install dt {
  font-size: 1.3rem;
  padding: 0px 0 1rem 0;
  font-weight: normal;  
}

#finish dt {
  font-size: 1.3rem;
  padding: 0px 0 1rem 1.8rem;
  font-weight: normal;  
}

#finish dd {
  font-size: 1.3rem;
  padding: 0px 0 1rem 3.6rem;
  font-weight: normal;  
}

.stepNums {
  font-size: 1.65rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  margin-right: 15px;
}

dt span:after {
  background-color: #28C4E6;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}

dd {
  padding: 0 0 1rem 0;
}

.tightDD {
  margin-top: -0.8rem;
  padding-left: 1.8rem;
}

#token .tightDD {
  margin-top: -0.8rem;
  padding-left: 0;
}

.main-content ul {
  display: block;
  margin-block-start: 0rem;
  margin-block-end: 1.5rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 3.8rem;
  list-style: none;
}

.main-content ul li {
  padding: 0 0 12px 0;
}

.main-content ol li {
  padding: 10px 0 5px 0;  
}

.main-content ul li::before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(../img/bullet_en.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-left: -30px;
}

.phSpace {
  height: 90px;
}

body {
  font-family: 'Assistant-Regular', Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.main-content {
  margin-left: 25%;
  padding-top: 11rem;
  width: 75%;
  max-width: 1200px;
}

.main-content a {
  color: #007AB9;
  padding: 0 .25rem 0 0;
  text-decoration: underline;
}

.main-content a:hover {
  text-decoration: none; 
}

section {
  height: fit-content;
  margin:0;
}

h1 {
  color: #444;
  font-weight: 600;
  font-size: 4.1rem;
}

h2 {
  color: #007AB9;
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 2.2rem;
}

h3 {
  font-size: 1.6rem;
}

.side-bar {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  position: sticky;
  top: 12.5rem;
  align-self: start;
  float: left;
  transition:0.2s;
}

.side-bar2 {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  position: sticky;
  top: 6.1rem;
  transition:0.2s;
}

#sideB a {
  min-width: 150px;
}

.body-conteiner nav li {
  list-style: none;
  padding: 0.55rem 0.15rem;
}

.body-conteiner nav li a {
  color: #000;
  display: block;
}

.noWrap {
  white-space: nowrap; 
}



/* MENU EFFECTS */

.body-conteiner nav ul:hover li a{
  opacity:0.9;
  transition:0.4s;
}

.body-conteiner nav li a:hover {
  color: #007AB9;
  transform:scale(1.01);
  opacity:1;
  transition:0.4s;
}

.body-conteiner nav li.active {
  border-right: #007AB9 5px solid;
  background-color: #C8F1FB;
}

/* MENU EFFECTS - END */



/* Footer */
footer {
  background: #1C1C1C;
  color: #ffffff;
  min-height: auto;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}

#address {
  float: left;
}

#svds {
  float: right;
  font-size: 0.9rem;
  text-align: right;
  padding-top: 2px;
}

#copyright {
  padding-left: 50px;
  float: left;
}

#SocialIcons {
  float: right;
  position: absolute;
  display: block;
  z-index: 10;
  margin-top: -4.3rem;
  right: 5%;
}

.followUs {
  font-size: 1.2rem;
  padding-bottom: 10px;
  justify-content: end;
  font-weight: bold;
}

footer a {
  color: #ffffff;
  transition: .2s;
}

footer a:hover {
  color: #00e3aa;
}

.footer-conteiner {
  padding: 0 5%;
  overflow: hidden;
}

#FooterEnd {
  display: block;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 0.9rem;
  width: 100%;  
}

#FooterLinks {
  display: flex;
  justify-content: center;
  background-image: url(../img/opacity_tri_en.png);
  background-repeat: no-repeat;
  background-size: 28%;
  background-position-x: -16%;
  background-position-y: 105%;
  background-color: #313131;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

#FooterLinks a {
  font-size: 1.3rem;
  padding-left: 15px;
}

.f1,
.f2,
.f3 {
   box-sizing: border-box;
   display: inline-block;
   text-align: left;
   padding: 0 7%;
   min-width: 300px;
   list-style: none;
 }

.f1 li {
  border-left: 2px #45D8F9 solid;
  line-height: 1.2rem;
  margin: 1.2rem 0;
}

.f2 li {
  border-left: 2px #7CBB29 solid;
  line-height: 1.2rem;
  margin: 1.2rem 0;
}

.f3 li {
  border-left: 2px #FF9D1B solid;
  line-height: 1.2rem;
  margin: 1.2rem 0;
}

.f1 a:hover {
  color: #45D8F9;
}

.f2 a:hover {
  color: #7CBB29;
}

.f3 a:hover {
  color: #FF9D1B;
}

/* End of the Footer */

/* Back to Top Button */
#topBtn {
  opacity: 0;
  position: sticky;
  margin-bottom: 50px;
  bottom: 10%;
  left: 5%;
  z-index: 5;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  transition: opacity 0.5s, transform 0.5s;
  background-image: url(../img/gallery-arrow-up.png);
  background-size: 58%;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #007AB9;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  box-shadow: 2px 1px 10px #28c3e641;
}

#topBtn:hover {
  transform: scale(1.1);
}


/* Media Queries */
@media only screen and (max-width: 1820px){
  .body-conteiner {
    padding-left: 15%;
    padding-right: 17%;  
  }
}

@media(max-width: 1670px){
  .body-conteiner {
    padding-left: 12%;
    padding-right: 12%;  
  }

  .f1, .f2, .f3 {
    padding: 0px 6%;
  }

}

@media(max-width: 1570px){
  .f1, .f2, .f3 {
    padding: 0px 5%;
  }
  
  #FooterLinks {
    background-size: 35%;
    background-position-x: -28%;
    background-position-y: 105%;
  }
}

@media(max-width: 1500px){
  .body-conteiner {
    padding-left: 5%;
    padding-right: 5%;  
  }

  header {
    background-size: 50%;
    background-position-x: 35%;
  }

  .side-bar {
    font-size: 1.4rem;
  }

  .side-bar2 {
    font-size: 1.3rem;
  }

  #sideB a {
    min-width: 120px;  
  }

  #FooterLinks {
    background-position-x: -35%;
  }

}

@media(max-width: 1260px){

  .noWrap {
    white-space: normal; 
  }

  .f1, .f2, .f3 {
    padding: 0px 4%;
  }
}

@media(max-width: 1215px){
  .side-bar {
    display: none;   
  }
  
  .side-bar2 {
    display: none;   
  }

  .main-content {
    margin-left: 0;
    width: 100%;
  }

  header {
    background-size: 50%;
    background-position-x: 50%;
  }


  #FooterLinks {
    background-size: 38%;
    background-position-x: -20%;
  }
}

@media(max-width: 1140px){

  .langLink {
    right: 28%;
  }

  .langLink2 {
    right: 15%;
  }

  #topBtn {
    right: 5%;
    left: auto;
    position: fixed;
  }

  header {
    background-image: none;
  }

  .fullRespPics img {
    width: 100%;
  }

  footer {
    font-size: 0.9rem;
  }
  
  .f1, .f2, .f3 {
    display: inline-table;
  }

}

@media(max-width: 1080px){
  .f1, .f2, .f3 {
    padding: 0px 2%;
  }
  
  #FooterLinks {
    justify-content:left;
  }

}

@media(max-width: 1000px){
  .langLink {
    right: 33%;
  }

  #FooterEnd {
    display: grid;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
  
  #address {
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }

  #copyright {
    padding: 0px;
    float: none;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }

  #svds {
    float: none;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }

  #SocialIcons {
    float: none;
    width: 100%;
    text-align: center;
    right: 0;
  }

  #FooterLinks {
    padding-top: 2.2rem;
    padding-bottom: 5.5rem;
    background-size: 50%;
    display: block;
    background-position-x: -45%;
    background-position-y: 120%;
  }

  .f1, .f2, .f3 {
    float: left;
    padding: 0px 8%;
  }

}

@media(max-width: 908px){
  #FooterLinks {
    background-size: 71%;
    background-position-x: -100%;
    background-position-y: 130%;
  }

  .f1, .f2, .f3 {
    float: none;
    padding: 0px 10%;
}

}

@media(max-width: 830px){
  footer {
    text-align: center;
    display: block;
    justify-content: center;
  }

  #FooterLinks {
    padding-bottom: 6.5rem;
    background-position-x: -120%;
    background-position-y: 270%;
  }

  .f1, .f2, .f3 {
    float: left;
}

  .langLink {
    right: 37%;
  }

  .langLink2 {
    right: 18%;
  }

}


@media(max-width: 750px){

  #FooterLinks {
    background-image: none;
  }
}

@media(max-width: 700px){
  .langLink {
    right: 44%;
  }
  
  h1 {
    font-size: 3.5rem;
  }
  
}

@media(max-width: 600px){
  .langLink {
    right: 50%;
  } 

}

@media(max-width: 500px){
  .smallRespPics img {
    width: 100%; 
  }

  #siteNameMain {
    font-size: 1.8rem !important;
  }

  #siteNameSub {
    font-size: 1.4rem !important;
  }

  #logoPic {
    width: 80%; 
  }

  .langLink {
    right: 45%;
  }

  .langLink2 {
    right: 20%;
  }

  #topBtn{
    bottom: 20%;
  }
}

@media(max-width: 400){

  #siteNameMain {
    font-size: 1.4rem !important;
  }

  #siteNameSub {
    font-size: 0.9rem !important;
  }

  #logoPic {
    width: 60%; 
  }
}