@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    background: linear-gradient(180deg, #3A62BD 0%, #0B0F56 100%);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
      
}

a {
    text-decoration: none;
}

.container {
    max-width: 1215px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.header {
    min-height: 225px;
    display: flex;
    align-items: center;
    background: url('../images/1.webp') no-repeat center/cover;
}

.link {
    max-width: 290px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    background: linear-gradient(180deg, #CD97CB 0%, #6259B4 100%);
    border-radius: 10px;

    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin: 40px auto;
    color: #242C53;;

}

main {
    margin: 40px 0;
}
h2 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
}
.bg {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}
.text__block {
    margin-bottom: 30px;
}
.text__block ul {
    padding-right: 15px;
}

.big_img {
    display: block;
    max-width: 664px;
    width: 100%;
    height: 370px;
    object-fit: cover;
    margin: 40px auto;
}

.block {
    margin: 40px 0;
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.block p {
    padding: 20px;
}


.white {
    background: rgba(255, 255, 255, 0.1);
}