@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}
body {
    background: #f6f6f6;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.container {
    width: 80vw;
    margin: auto;
    font-family: 'Rubik', sans-serif;
}
header {
    height: 45px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    flex: 0.5;
    display: flex;
    align-items: center;
}
.middle-block {
    flex: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4F5665;
}
.middle-block ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-block a {
    color: #4F5665;
}
.middle-block a:hover {
    text-decoration: underline;
}
.right-block {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.right-block p:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0B132A;
}
.right-block .border {
    width: 150px;
    height: 45px;
    border: 1px solid #F53855;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.right-block .border p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #F53855;
}
.right-block p:hover {
    text-decoration: underline;
}
.get-started {
    margin-top: 80px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-started .left-block {
    flex: 1;
    height: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}
.get-started .left-block h2 {
    width: 555px;
    height: 140px;

    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    color: #0B132A;
}
.get-started .left-block p {
    width: 555px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    margin-top: 20px;
}
.get-started .left-block .button-get-started {
    width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.get-started .left-block .button-get-started .button-block {
    width: 250px;
    height: 60px;
    background: #F53838;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.get-started .left-block .button-get-started .button-block p {
    width: 94px;
    height: 25px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}
.get-started .left-block .button-shadow {
    width: 211.83px;
    height: 60px;
    background: rgba(245, 56, 56, 0.35);
    filter: blur(54px);
    border-radius: 10px;
    margin-top: -30px;
}
.get-started .img-block {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.statistics-container {
    display: flex;
    flex-direction: column;
}
.statistics {
    margin-top: 100px;
    height: 200px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
}
.statistics .users, .statistics .locations, .statistics .servers {
    flex: 1;
    height: 100%;
}
.statistics .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.statistics .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.statistics .content img {
    width: 55px;
    height: 55px;
    margin-right: 36.5px;
}
.statistics .content p:first-child {
    width: 49px;
    height: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #0B132A;
}
.statistics .content p:last-child {
    width: 54px;
    height: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #4F5665;
}
.statistics .line {
    width: 0px;
    height: 125.57px;
    border: 2px solid #EEEFF2;
}
.statistics-shadow {
    width: 90%;
    height: 189.22px;
    background: #0D1025;
    opacity: 0.06;
    filter: blur(114px);
    border-radius: 10px;
    margin: auto;
    margin-top: -140px;
}
.features {
    display: flex;
}
.features .left-block {
    flex: 1;
}
.features .right-block {
    flex: 1;
    justify-content: center;
    align-items: center;
}
.features .right-block h2 {
    width: 383.41px;
    height: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    color: #0B132A;
}
.features .right-block h3 {
    width: 427.88px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    margin-top: 20px;
}
.features .right-block ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.features .right-block ul li img {
    margin-right: 10px;
}
.plan {
    margin-top: 80px;
    height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.plan h2 {
    width: 383.41px;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    color: #0B132A;
    text-align: center;
}
.plan h3 {
    width: 555px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    text-align: center;
    margin-top: 20px;
}
.plan .plans {
    width: 100%;
    height: 760px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.plan .plans .space {
    flex:1;
}
.plan .plans .item {
    width: 30%;
    height: 100%;
    background: white;
    flex: 6;
    border: 2px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 10px;
}
.plan .plans .item .content {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
.plan .plans .item .content .plan-img {
    width: 145px;
    margin-top: 80px;
}
.plan .plans .item .content .plan-h3 {
    height: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #0B132A;
    margin-top: 30px;
}
.plan .plans .item .content ul {
    margin-top: 20px;
}
.plan .plans .item .content ul li img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.plan .plans .item .content ul li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.plan .plans .item .content ul li p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #4F5665;
}
.plan .plans .item .content .plan-bottom {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.plan .plans .item .content .first {
    margin-top: 120px;
}
.plan .plans .item .content .second {
    margin-top: 80px;
}
.plan .plans .item .content .third {
    margin-top: 40px;
}
.plan .plans .item .content .plan-bottom h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #0B132A;
}
.plan .plans .item .content .plan-bottom p {
    width: 52px;
    height: 19px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #F53838;
}
.plan .plans .item .content .plan-bottom .border {
    width: 177.88px;
    height: 45px;
    border: 2px solid #F53838;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan .plans .item .content .plan-bottom .plan-bottom-price {
    color: #4F5665;
}