@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,800;1,200;1,400;1,600&display=swap');

* {
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
  
body {
    margin: 0px;
    font-size: 14px;
    background-image: url(../src/1920_1080.png); 

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.input {
    all: unset;
    padding: 15px;
    border-radius: 15px;
}

.underline-text-href {
    text-decoration: underline;
}


.main-cont {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-page {
    padding: 15px;
    background-image: url('../src/grid\ 2.png');
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 7vh;
}

.main-page--list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #31333C;
    clip-path: 
        polygon(
        0% 3%,     /* верхняя левая */
        3% 0%,     /* верхняя левая */
        97% 0%,    /* верхняя правая */
        100% 3%,   /* верхняя правая */
        100% 97%,  /* нижняя правая */
        97% 100%,  /* нижняя правая */
        3% 100%,   /* нижняя левая */
        0 97%      /* нижняя левая */
        );
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}

.main-page--list--txt{
    margin-left: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--bg-23-basic-white, #FFF);
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 35.2px */
    text-transform: uppercase;

}

.main-page--list--card {
    margin-top: 8px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background: #292B30;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    cursor: pointer;

}

.main-page--list--card > span {
    padding: 18px 15px 18px 60px;
    color: #FDFDFD;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.488px;
    letter-spacing: -0.225px;
    text-transform: uppercase;
}

.main-page--list--card > svg {
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 7px;
}

body {
    background-color: #E8ECF0;
}

.background-text {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}


.background-bottom-cont {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-bottom {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    position: relative;
}
.runner-back-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: 3;
}
.circles-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.bottom-logo {
    width: 100%;
    position: relative;
    z-index: 7;
}
.grid-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bottom-copyright {
    position: relative;
    z-index: 7;
}