root {

}

* {
  overflow-x: hidden;
  list-style: none;
}

.plate--container {
    width: 100%;
    max-width: unset;
    padding-left: 40px;
}

.fixed {
    position: absolute;
    width: calc(100% - 80px);
    bottom: 32px;
    display: flex;
    justify-content: right;
}


.bottomSectionOn.fixed.home {
    padding: 0;
    width: 100%;
}

.bottomSectionOn.fixed {
    padding: 0 44px;
    width: calc(100% - 80px);
}

.titleSection {
    width: 50%;
    float: right;
}

li.nav-item a:after {
    content: '3';
    padding: 2px 5px;
    position: absolute;
    top: -8px;
    right: -12px;
    border-radius: 18px;
    font-size: 11px;
}

li.nav-item {
    position: relative;
    overflow: visible;
}

@font-face {
  font-family: 'NeueMontreal-Regular';
  src: url('../fonts/NeueMontreal-Regular.woff') format('woff'),
       url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, a, p  {
    font-family: 'NeueMontreal-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
}

h1 {
    overflow: hidden;
    font-size: 47px;
    line-height: 50px;
    font-weight: 400;
}

span a,
p {
    font-size: 13px;
    line-height: 18px;
}

a {
    font-size: 18px;
    text-decoration-line: underline;
    line-height: 18px;
}

p span {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    opacity: .6;
    font-family: 'NeueMontreal-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.navbar-brand,
.navbar-nav {
    position: relative;
    width: 50%;
    margin: 0;
}

.navbar-brand {
    padding: 44px 0px 44px 44px
}

.navbar-nav {
    padding: 44px 44px 44px 0px
}

.mobile1 {
    display: none;
}
.mobile2 {
    display: none;
}
.desktop {
  display: block;
}

@media screen and (max-width: 600px) {
  .fixed {
      width: 100%;
  }
  .mobile1 {
      display: block;
  }
  .mobile2 {
      display: block;
  }
  .desktop {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .titleSection {
      width: 100%;
  }
}
