@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    font-family: "Onest", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.container {
    max-width: 1480px;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header {
    padding-bottom: 12px;
    border-bottom: 1px solid #EAE4FB;
    padding-top: 12px;
}
.header ul {
    display: flex;
    align-items: center;
}
.header ul li a {
    font-family: Onest;
    font-size: 14px;
    transition: all .3s linear;
    text-decoration: none;
    color: #000012;
    font-weight: 500;
    line-height: 18px;
}
.header ul li a:hover {
    color: #8055E8;
}
.header ul li:not(:last-child) {
    margin-right: 80px;
}
.btn {
    border-radius: 10px;
    padding: 18px 25px;
    text-decoration: none;
    font-family: Onest;
    transition: all .3s linear;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
}
.btn:hover {
    transform: scale(1.1);
}
.btn.btn_v1 {
    color: #ffffff;
    background: linear-gradient(90.00deg, rgb(128, 85, 232),rgb(183, 36, 222) 100%);
    box-shadow: 0px 23px 80.9px 0px rgba(131, 83, 232, 0.71);
}
.btn.btn_v2 {
    background: url(../assets/images/border.svg);
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn.btn_v2 span {
    background: linear-gradient(90.00deg, rgb(128, 85, 232),rgb(183, 36, 222));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    text-fill-color:transparent;
}
.header .btn {
    padding: 12px 15px;
    border-radius: 5px;
}
.header_col:last-child .btn:first-child {
    margin-right: 10px;
}
.header_col {
    display: flex;
    align-items: center;
}
.first_block {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.first_block_col p {
    font-family: Onest;
    font-size: 19px;
    max-width: 490px;
    font-weight: 400;
    color: #000012;
    line-height: 31px;
    margin-bottom: 50px;
}
.first_block_col h1 {
    font-family: Onest;
    font-size: 48px;
    font-weight: 500;
    display: block;
    margin-bottom: 55px;
    color: #000012;
    line-height: 61px;
}
.first_block_col h1 span {
    color: #8055E8;
}
.first_block_col img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.first_block .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.first_block_wrap_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    max-width: 370px;
    align-items: center;
}
.first_block_bottom_text {
    font-family: Onest;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #666577;
    letter-spacing: 0%;
    text-align: left;
}
.banner_block__wrapper {
    border-radius: 20px;
    background-color: rgb(0, 0, 18);
    overflow: hidden;
    background-image: url('../assets/images/bg_2.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 80px;
    align-items: center;
}
.banner_block__wrapper img {
    display: block;
    width: 100%;
}
.title, h2 {
    font-family: Onest;
    font-size: 48px;
    font-weight: 500;
    line-height: 61px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 51px;
}
.banner_block__item p {
    font-family: Onest;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    color: #FFFFFF;
    letter-spacing: 0%;
    text-align: left;
}
.banner_block__item p:not(:last-child) {
    margin-bottom: 20px;
}
.banner_block__item:last-child {
    padding-right: 80px;
}
.banner_block {
    margin-bottom: 105px;
}
.cards_block .title {
    color: #000012;
    text-align: center;
}
.cards_block__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.cards_block__item_title {
    font-family: Onest;
    font-size: 23px;
    color: #000012;
    margin-bottom:17px;
    margin-top: 60px;
    font-weight: 500;
    line-height: 31px;
}
.cards_block__item_text {
    font-family: Onest;
    font-size: 17px;
    font-weight: 400;
    color: #474758;
    line-height: 26px;
}
.cards_block__item {
    border-radius: 20px;
    background: #EDEBFC;
    padding: 35px;
}
.cards_block__item svg {
    border-radius: 10px;
    box-shadow: 0px 23px 80.9px 0px rgba(131, 83, 232, 0.71);
}
.cards_block {
    margin-bottom: 60px;
}
.image_text .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}
.image_text_col .title {
    color: #000012;
    margin-bottom: 50px;
}
.image_text_col p {
    font-family: Onest;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    color: #000012;
    margin-bottom: 50px;
}
.image_text_col {
    display: block;
    width: 100%;
}
.banner_v2 {
    margin-top: 30px;
}
.banner_v2_wrapper {
    background-image: url('../assets/images/big_image.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 235px;
    border-radius: 20px;
    background-size: cover;
    padding-bottom: 235px;
    background-color: #000012;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.banner_v2_text {
    font-family: Onest;
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 60px;
    line-height: 31px;
}
.banner_v2 .title {
    margin-bottom: 20px;
}
.banner_v2 {
    margin-bottom: 130px;
}
.footer .container .footer__wrapper {
   display: grid;
   grid-template-columns: 1fr 220px 1fr;
   grid-gap: 20px;
   align-items: flex-start;
   padding-top: 45px;
   padding-bottom: 35px;
   border-top: 1px solid #CCCCD0;
}
.footer_col_text {
    font-family: Onest;
    font-size: 12px;
    color: #959595;
    margin-top: 37px;
    font-weight: 400;
    line-height: 16px;
}
.footer_col_socials {
    display: flex;
    align-items: center;
}
.footer_col_socials a svg {
    margin-right: 10px;
}
.footer_col_socials a:not(:last-child) {
    margin-right: 10px;
}
.footer_col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_col_socials a {
    padding: 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #EDEDEF;
    font-family: Onest;
    color: #666572;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.footer_bottom_text {
    text-align: right;
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    line-height: 16px;
}
.footer_link {
    font-family: Onest;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 18px;
    color: #6D6C78;
}
.image_text_col img {
    display: block;
}

@media(min-width: 1400px) {
    .banner_block .container {
        max-width: 1900px;
    }
}

@media(max-width: 1300px) {
    .banner_block__wrapper {
       grid-gap: 25px;
    }
    .banner_block__item:last-child {
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .first_block {
        overflow: hidden;
    }
    .image_text_col img {
        width: 100%;
    }
    .first_block_col img {
        right: -35px;
    }
    .title, h2 {
        font-size: 42px;
    }
}
@media(max-width: 1200px) {
    .banner_block .container {
        padding: 0;
        max-width: 100%;
    }
    .first_block_col img {
        right: -200px;
    }
    .banner_block__wrapper {
        border-radius: 0;
    }
}
@media(max-width: 1020px) {
    .first_block_col h1 {
        font-size: 39px;
        line-height: 130%;
        margin-bottom: 30px;
    }
    .banner_block__item:last-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title, h2 {
        margin-bottom: 30px;
    }
    .banner_block, .banner_v2 {
        margin-bottom: 60px;
    }
    .banner_v2_wrapper {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .banner_v2 {
        margin-top: 60px;
    }
    .banner_block__wrapper {
        align-items: stretch;
    }
    .banner_block__wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .first_block_col p {
        margin-bottom: 30px;
    }
}
@media(max-width: 800px) {
    .first_block_col img {
        right: -500px;
    }
    .first_block_col h1 {
        font-size: 32px;
    }
    .first_block_col p {
        font-size: 14px;
        line-height: 130%;
    }
    .cards_block__wrapper {
        grid-template-columns: 1fr;
    }
    .header ul {
        display: none;
    }
    .first_block_col h1 {
        margin-bottom: 15px;
    }
    .image_text_col .title, .image_text_col p {
        margin-bottom: 30px;
    }
    .image_text_col:last-child {
        order: -1;
    }
    .first_block .container, .image_text .container {
        grid-template-columns: 1fr;
    }
    .banner_v2_wrapper .title {
        font-size: 26px;
    }
    .banner_v2_wrapper {
        background-position: right;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .banner_v2_text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .banner_v2_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container {
        padding: 0 20px;
    }
    .cards_block__item_title {
        margin-top: 30px;
    }
    .footer_col_text {
        margin-top: 30px;
    }
    .footer_link  {
        margin-bottom: 30px;
    }
    .footer_bottom_text {
        text-align: left;
    }
    .footer_col:last-child {
        align-items: flex-start;
    }
    .banner_block__item p {
        font-size: 14px;
        line-height: 130%;
    }
    .title, h2 {
        font-size: 37px;
        line-height: 130%;
    }
    .banner_block__wrapper, .footer .container .footer__wrapper {
        grid-template-columns: 1fr;
    }
    .banner_block__item:last-child {
        padding-left: 30px;
    }
    .first_block_col p {
        max-width: 290px;
    }
    .first_block_wrap_bottom {
        grid-gap: 20px;
    }
}
@media(max-width: 500px) {
    .first_block_col img {
        right: -700px;
    }
    .first_block {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .first_block_col h1 br {
        display: none;
    }
    .header_col > img {
        max-width: 120px;
        display: block;
    }
    .title, h2 {
        font-size: 35px;
    }
}