*, 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}

div {border: 0px red solid}
.bg-fon0 {
    background: #ffffffaa;
    backdrop-filter: blur(5px);
}
.bg-fon1 {
    background: url(img/fon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-fon2 {
    background: url(img/LP-TradingBook_08_00.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.border-yellow {
    border-left: 3px #f0bc5f solid;
}
ul {
    list-style: none;
    padding: 0px;
}
li {
    background: url(img/tick.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 50px;
}
input {
    border-radius: 30px;
    height: 50px;
    width: 90%;
    text-align: center;
}
input[type='text'] {
    background: white;
    border: 2px solid #8a8684;
}
input[type='submit'] {
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(164,126,17,1) 0%, rgba(255,203,0,1) 70%, rgba(255,203,0,1) 100%);
}
input[type='submit']:hover {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(164,17,17,1) 0%, rgba(255,0,0,1) 70%, rgba(255,0,0,1) 100%);
}
input::placeholder {
    font-size: 14px;
    color: grey;
}
img {
    transition: 1.5s;
}
.bg-fon2 > div > div > div:hover > img {
    transform: rotate(1turn);
}