body{
    font-family: "lato",sans-serif;
    background: #f1f4f7;
    margin: 0;
    padding: 0;
}

header{
    background: white;
}

a{
    text-decoration: none;
    color: #0573ff;
}

h1{
    text-align: center;
    padding: 0;
    margin: 20px;
    font-size: 40px;
    font-weight: 900;
}

.center-1200{
    width: 1200px;
    margin: 0 auto;
}

.header{

}

.header-first-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8ecef;
}

.header-first-line-logo{

}

.header-first-line-logo a img{
    height: 40px;
}

.header-first-line-buttons{
    display: flex;
}

.header-first-line-buttons-enter a{
    background: #f1f4f7;
    color: #2c2c2c;
    padding: 10px 40px;
    border-radius: 6px;
    margin-right: 10px;
    font-weight: 700;
}

.header-first-line-buttons-enter a:hover{
    background: #dfe9f3;
}

.header-first-line-buttons-start a{
    background: #0573ff;
    color: white;
    padding: 10px 40px;
    border-radius: 6px;
}

.header-first-line-buttons-start a:hover{
    background: #005fd9;
}

.header-second-line{
    border-bottom: 1px solid #d7d7d7;
}

.header-second-line-nav{
    display: flex;
}

.header-second-line-nav-item{
    margin-right: 40px;
}

.header-second-line-nav-item a{
    color: #343f51;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.content{
    min-height: 50vh;
}

.first-description{
    text-align: center;
}

.footer{
    background: white;
    border-top: 1px solid #d7d7d7;
}

.footer-first-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-first-line-column{
    width: 30%;
}

.footer-first-line-logo{
    font-size: 32px;
    font-weight: 700;
}

.footer-first-line-logo a img{
    height: 40px;
}

.index-price-cards{
    display: flex;
}

.index-price-cards-item{

}
