*, body{font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.fw-9{font-weight: 900;}
.fw-8{font-weight: 800;}
.fw-7{font-weight: 700;}
.fw-6{font-weight: 600;}
.fw-5{font-weight: 500;}
.fw-4{font-weight: 400;}
.fw-3{font-weight: 300;}
.fw-2{font-weight: 200;}
.fw-1{font-weight: 100;}


input{
     border-radius: 40px;
     height: 50px;
     width: 90%;
     text-align: center;
}
input[type='text'] 
      {border: 2px solid #8a8684;
      background: white;}
input::placeholder 
      {font-size: 12px;color: grey;}
input[type='submit']
      {text-transform: uppercase;
      font-weight: 700;  
      background: rgb(6,6,6);
      background: linear-gradient(0deg, rgba(6,6,6,1) 0%, rgba(121,67,9,1) 3%, rgba(255,203,0,1) 10%, rgba(255,179,0,1) 100%);
      }
input[type='submit']:hover
     {background: rgb(6,6,6);
      background: linear-gradient(0deg, rgba(6,6,6,1) 0%, rgba(121,22,9,1) 6%, rgba(255,98,0,1) 10%, rgba(255,179,0,1) 100%);}


.border-yellow{
      border-left: 3px #f0bc5e solid;}
ul{
      list-style: none;
      padding: 0px;
}
li{
      background: url(img/tick.svg);
      background-repeat: no-repeat;
      background-size: 24px;
      padding-left: 50px;
  }

.bg-fon2 > div > div > div:hover > img
      {transform:scale(1.5);
      transform: 2s;}
.bg-fon2 > div > div > div > img 
     {transform:scale(1);
     transition: 2s;}


.bg-fon1{
    background:url(img/fon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    }
    
.bg-fon0{
    background: #73717145;
    backdrop-filter: blur(2px);
}
    

.bg-fon2{
    background:url(img/LP-TradingBook_08_00.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
div {border: 0px red solid;}
.fa {color: black;}









