*,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.border-yellow {
    border-left: 3px #f0bc5f solid;
}

input {
    border-radius: 30px;
    width: 90%;
    height: 50px;
    text-align: center;
}

input::placeholder {
    font-size: 12px;
    color: grey;
}

input[type='text'] {
    background: white;
    border: 2px solid #8a8684;
}

input[type='submit'] {
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(28, 21, 5);
    background: linear-gradient(
        0deg,
        rgba(28, 21, 5, 1) 0%,
        rgba(223, 193, 49, 1) 4%,
        rgba(214, 185, 23, 1) 73%,
        rgba(253, 187, 45, 1) 100%
    );
}

input[type='submit']:hover {
    background: rgb(28, 21, 5);
    background: linear-gradient(
        0deg,
        rgba(28, 21, 5, 1) 0%,
        rgba(223, 49, 49, 1) 4%,
        rgba(208, 34, 34, 1) 73%,
        rgba(253, 45, 45, 1) 100%
    );
}

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

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

.bg-fon2 > div > div > div > img {
    transform: rotate(0deg);
    transition: 2s;
}

li {
    background: url(img/tick.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 50px;
}

.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;
}

.bg-fon0 {
    background: #8d8d8d57;
    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;
}
