@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Overpass%20Mono');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    min-width: 434px;
    margin: 0 auto;
}

a {
    text-decoration-line: none;
}

h2>img, h3>img {
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.sp-carousel-container
{
    width: 507px;
    margin: 0 auto;
    overflow: hidden;
}

.sp-carousel
{
    display: flex;
    transition: transform 0.3s ease;
}

.sp-slide
{
    flex: 0 0 100%;
}

.sp-carousel > img
{
    width: 100%;
}

.carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #DCDCE0;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
}

.dot.active {
    background-color: #8A8A99;
}

.dot:hover {
    background-color: #8A8A99;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.wrapper .icon {
    height: 39px;
    width: 47px;
}

.wrapper .log_in {
    align-items: center;
    display: flex;
    gap: 20px;
}

.wrapper .log_in a {
    background: #fff;
    border-radius: 7px;
    color: #3058e3;
    font-family: "Overpass Mono", sans-serif;
    font-size: 18px;
    padding: 10px 18px 9px 18px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
}

.wrapper .log_in a.button {
    border-radius: 6px;
    border: 2px solid #3058e3;
}

.wrapper .main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    padding-top: 40px;
}

.wrapper .main_img, .wrapper .main_img2 {
    position: relative;
}

.wrapper .main_img2>img:nth-child(2) {
    bottom: -58px;
    left: -20px;
    position: absolute;
}

.wrapper .main_img>img:nth-child(2) {
    bottom: -70px;
    left: 100px;
    position: absolute;
}

.wrapper .main_text {
    width: 716px;
}

.wrapper .main_text h2 {
    font-size: 94px;
    font-weight: 400;
}

.wrapper .main_text h2 span, .wrapper .med_page button, .wrapper .section2 h3, .wrapper .section4 h3 {
    color: #3058e3;
}

.wrapper .main_text h2, .wrapper .section5 h2 {
    color: #242424;
}

.wrapper .main_text p {
    font-size: 28px;
    font-weight: 300;
    margin: 18px 0 0 0;
}

.wrapper .med_page {
    margin: auto;
}

.wrapper .med_page button {
    background: #d6d6d6;
    background: rgba(45,78,195,0.07);
    border-radius: 12px;
    border: none;
    font-size: 58px;
    margin-top: 10px;
    padding: 10px 15px;
    text-align: left;
    font-weight: 400;
    color: var(--md-blue, #3058E3);

    /* H2 */
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: normal;
}

.main_img, .main_img2 {
    /*max-width: 100%;*/
    display: block;
    /*margin: auto;*/
}

.wrapper .menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 2000px;
    padding: 60px 80px;
}

.wrapper .menu > div > img {
    height: 40px;
    width: auto;
}

.wrapper .notes h4 {
    padding-top: 100px;
    text-align: center;
    text-transform: uppercase;
}

.wrapper .section1 {
    padding-bottom: 150px;
}

.wrapper .section1 .arrow {
    position: absolute;
    right: 184px;
    top: -230px;
}

.wrapper .section3 .arrow {
    position: absolute;
    right: 184px;
    top: -300px;
}

.wrapper .section3 .main {
    margin-top: 200px;
    margin-bottom: 200px;
}

.wrapper .section1, .wrapper .section2,  .wrapper .section3, .wrapper .section4, .wrapper .section5 {
    position: relative;
}

.wrapper .section2, .wrapper .section4 {
    background: #F7F7F8;
    border-radius: 120px;
    margin-top: 120px;
    padding: 60px 0 170px 0;
}

.wrapper .section2 .arrow, .wrapper .section4 .arrow {
    left: 184px;
    position: absolute;
    top: -230px;
}

.wrapper .section2 .main_text, .wrapper .section4 .main_text {
    width: 860px;
}

.wrapper .section2 .main_text ul, .wrapper .section4 .main_text ul {
    font-size: 28px;
    line-height: normal;
    margin-left: 40px;
    margin-top: 20px;
    /*width: 645px;*/
    list-style-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 13' fill='none'><circle cx='6.5' cy='6.5' r='5.5' fill='white' stroke='%233058E3' stroke-width='2'/></svg>");
    color: #5C6173;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
}

.wrapper .section2 .main_text ul li, .wrapper .section4 .main_text ul li  {
    margin: 10px 0;
}

.wrapper .section2 h3, .wrapper .section4 h3 {
    font-family: "Overpass Mono", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
}

.wrapper .section5 {
    margin: 150px auto;
    max-width: 1200px;
    padding: 200px 300px;
    position: relative;
    text-align: center;
}

.wrapper .section5 h2 {
    color: #242424;
    font-family: "Roboto", sans-serif;
    font-size: 94px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: auto;
}

.wrapper .section5 p {
    color: #5c6173;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    margin: 28px auto 0;
    max-width: 727px;
}

.wrapper .section5>img {
    position: absolute;
    right: 0;
    bottom: -520px;
    z-index: -10;
}

.wrapper .section6 {
    align-items: flex-start;
    background: #f0f3fb;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 10px;
    height: 562px;
    justify-content: center;
    padding: 10px 120px;
}

.wrapper .section6 div {
    background: #FFF;
    border-radius: 50px;
}

.wrapper .section6 h2 {
    color: #0f236c;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrapper .section6 p {
    color: #3058e3;
    font-family: "Overpass Mono", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
}

.wrapper .section6>div {
    align-self: stretch;
    background: #fff;
    border-radius: 50px;
    padding: 100px 110px 120px 110px;
}

.wrapper .section6>div h2 {
    font-size: 48px;
    margin-top: 17px;
    max-width: 1050px;
}

.wrapper .section6>div p {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
}

.wrapper footer {
    margin-bottom: 50px;
    margin-left: 78px;
    margin-top: 37px;
    max-width: 1605px;
}

.wrapper footer > img {
    height: 32px;
    width: auto;
}

.wrapper footer p {
    margin-top: 22px;
}

.wrapper footer p a {
    color: #5c6173;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.wrapper p, .wrapper ul {
    color: #5c6173;
}

@media (max-width: 1582px) {
    .wrapper .arrow {
        display: none;
    }
    .wrapper .section5>img {
        max-width: 400px;
        bottom: -120px;
    }
    .wrapper .section2 .main, .wrapper .section4 .main {
        flex-direction: column-reverse;
    }
}

@media (max-width: 820px) {

    .dot {
        width: 10px;
        height: 10px;
    }

    .sp-carousel-container {
        width: 324px;
    }

    .wrapper .log_in {
        gap: 4px;
    }

    .wrapper .main_text {
        display: grid;
        padding: 0 90px;
    }

    .wrapper .main_text h2, .wrapper .main_text p {
        text-align: center;
    }

    .wrapper .section2 .main_text h2, .wrapper .section4 .main_text h2 {
        text-align: left;
    }

    .wrapper .main_text h2, .wrapper .section5 h2 {
        font-size: 48px;
    }

    .wrapper .main_text p {
        font-size: 22px;
        padding-bottom: 40px;
    }

    .wrapper .main_text, .wrapper .section2 .main_text, .wrapper .section2 .main_text ul {
        width: auto;
    }

    .wrapper .med_page button {
        font-size: 38px;
        margin: 10px auto 0;
        text-align: center;
    }

    .wrapper .section1 {
        margin-top: 70px;
        padding-bottom: 0;
    }

    .wrapper .section2 {
        border-radius: 60px;
        margin-top: 60px;
        padding: 50px 0 50px 0;
    }

    .wrapper .section2 .main_text ul, .wrapper .section4 .main_text ul  {
        font-size: 22px;
        margin: 0 40px 0 40px;
        /*width: 437px;*/
    }

    .wrapper .section2 .main_text ul li {
        margin: 10px 0;
    }

    .wrapper .section2 .main div img, .wrapper .section4 .main div img {
        max-width: 324px;
    }

    .wrapper .main_img2>img:nth-child(1) {
        max-width: 425px;
    }

    .wrapper .main_img2>img:nth-child(2) {
        max-width: 312px;
    }

    .wrapper .section5 {
        max-width: 580px;
        padding: 50px 0;
    }

    .wrapper .section5 p {
        font-size: 22px;
    }

    .wrapper .section5>img {
        max-width: 257px;
        right: -150px;
        top: 150px;
    }

    .wrapper .section6 {
        height: auto;
        padding: 36px 16px;
    }

    .wrapper .section6>div {
        padding: 22px;
    }

    .wrapper .section6>div h2 {
        font-size: 21px;
    }

    .wrapper .section6>div p {
        font-size: 16px;
    }

    .wrapper footer {
        margin: 65px 30px 30px;
    }

    .wrapper .menu {
        padding: 24px 40px;
    }

    .wrapper .menu img {
        width: 124px;
    }

    .wrapper .log_in a
    {
        font-size: 14px;
        padding: 8px 17px 7px 16px;
    }

    .wrapper .main_img>img:nth-child(1) {
        max-width: 460px;
    }

    .wrapper .main_img>img:nth-child(2) {
        bottom: -38px;
        left: 60px;
        position: absolute;
        max-width: 185px;
    }

    .wrapper .section2 .main_text, .wrapper .section4 .main_text {
        width: auto;
    }

    .wrapper .section2 .main, .wrapper .section4 .main {
        flex-direction: column-reverse;
    }

    .wrapper .section2 h3, .wrapper .section4 h3 {
        font-size: 16px;
        line-height: normal;
    }

    .wrapper .section2 h3 > img, .wrapper .section4 h3 > img {
        max-width: 30px;
        margin-bottom: 4px;
    }

    .wrapper .section5 p, .wrapper .section5 h2 {
        max-width: 356px;
    }
}

@media (max-width: 430px) {

    .wrapper .main_text {
        padding: 0 30px;
    }

    .wrapper .menu {
        padding: 24px;
    }

    .wrapper .main_img>img:nth-child(1) {
        max-width: 300px;
    }

    .wrapper .main_img>img:nth-child(2) {
        bottom: -28px;
        left: 40px;
        position: absolute;
        max-width: 123px;
    }

    .wrapper .section2, .wrapper .section4 {
        padding: 25px 0;
    }

    .wrapper .main_img2>img:nth-child(1) {
        max-width: 332px;
    }

    .wrapper .main_img2>img:nth-child(2) {
        bottom: -20px;
        left: 0;
        position: absolute;
        max-width: 224px;
    }

    .wrapper .main_img>img:nth-child(2) {
        bottom: -30px;
        left: 30px;
        position: absolute;
    }

    .wrapper .main_text h2, .wrapper .section5 h2 {
        font-size: 38px;
    }

    .wrapper .med_page button {
        font-size: 38px;
        margin: 0 auto;
        text-align: center;
    }

    .wrapper .section2 .main_text ul, .wrapper .section4 .main_text ul {
        width: 326px;
        margin: 0 0 0 20px;
    }

    .wrapper .section2 .main_text h2 {
        text-align: left;
    }
    .wrapper .med_page button {
        text-align: left;
    }

    .wrapper .section3 .main {
        margin-top: 125px;
        margin-bottom: 125px;
    }

    .wrapper .section5>img {
        max-width: 145px;
        right: -45px;
        top: 320px;
    }

    .wrapper .section6>div {
        border-radius: 20px;
    }

    .wrapper .section5 {
        margin: 65px auto;
    }

    .wrapper .section2, .wrapper .section4 {
        border-radius: 60px;
    }

    .wrapper .section2 .main, .wrapper .section4 .main {
        padding-top: 20px;
    }

    .wrapper .section2 .main_text ul, .wrapper .section4 .main_text ul {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}