* {
    font-family: "Inter", sans-serif;
}
body {
    width: 100%;
}
.main_page section {
    width: 100%;
    overflow: hidden;
}

.ellipse_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 918px;
    height: 1300px;
    background-image: url("../base_images/mainpage_ellipse.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: -1;
}
header {
    padding: 8px 92px;
}
.header_links {
    text-align: right;

}
.header_links a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.header_links {
    padding-top: 9px;
}
.header_links a:hover {
    text-decoration: underline;
}
.main_page h1 {
    font-size: 56px;
    font-weight: bold;
}
.main_block--button {
    margin-top: 40px;
}
.supermain-button {
    padding: 22px 38px;
    line-height: 1;
    background: #FAB893;
    display: inline-block;
    border-radius: 8px;
    color: #1D1D1D;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.supermain-button:hover {
    background: #f1a77e;
}
.main_page .logo-image img {
    width: 45px;
}
.logo-image, .logo-text {
    display: inline-block;
}

.logo-text {
    margin-left: 6px;
    font-weight: 600;
    font-size: 18px;
    color: #403838;
}
.main_block {
    height: 90vh;
}
.main_block--heading {
    padding-top: 230px;
    padding-left: 92px;
}
.main_block--interface {
    position: relative;
    height: 100%;
}
.main_block--interface img {
    height: 584px;
}
.main_block--interface_img {
    position: absolute;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    right: -70px;
    top: 93px;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 10px 8px;
}
.we_offer {
    margin: 40px 0;
    padding: 20px 60px;
}
.we_offer_item {
    border-radius: 28px;
    background: #F3F4F7;
    padding: 33px 38px;
    height: 371px;
}
.we_offer_item--icon {
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}
.we_offer_item--icon img {
    width: 35px;
    height: 35px;
}
.we_offer_item--title {
    font-weight: 600;
    font-size: 28px;
    margin-top: 33px;
}
.we_offer_item--description {
    font-size: 18px;
    color: #616161;
    margin-top: 49px;
}


.slider {
    padding: 75px 0;
    background: #F3F4F7;
    margin-top: 120px;
}
.carousel-image-cover {
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 10px 8px;
}
.carousel-item-text {
    text-align: center;
    margin-bottom: 15px;
}
h2.mainh2 {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;

}
.faq {
    padding: 120px 0;
}

.accordion {
    margin-top: 65px;
}
.accordion *, .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #E7E7E7;
    background: #F3F4F7;
    border-radius: 0 0 10px 10px;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #E7E7E7;

}
.accordion-header {

}
.accordion, .accordion-button:not(.collapsed), .accordion-button, .accordion-button:not(.collapsed), .accordion-body {
    border-width: 0;
    --bs-accordion-border-width: 0;
}
.accordion-body a {
    background: none;
}
.accordion-button {
    border: 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #E7E7E7;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 24px 16px;
}

.accordion-body {
    padding: 5px 16px 24px 16px;
    background: #F3F4F7;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 0 0 10px 10px;
}
.bottom-cta {
    background: #FBE3D5;
    color: #000;
    text-align: center;
    padding: 80px 0;
}
.bottom-cta--title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.bottom-cta--button {
    margin-top: 25px;
}
footer {
    padding: 10px 0;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}
/* ======== MOBILE ========= */

@media (max-width: 767.98px) {
    .main_block {
        height: auto;
        padding: 60px 0;
    }
    .main_block--interface {
        display: none;
    }
    header {
        padding: 10px 0;
        margin-bottom: 40px;
    }
    .ellipse_bg {
        display: none;
    }
    .main_block--heading {
        padding: 0 30px;
    }
    .main_page h1 {
        font-size: 30px;
        text-align: center;
    }
    .main_block--button {
        text-align: center;
    }
    .we_offer {
        padding: 0 10px;
    }
    .we_offer_item {
        margin-bottom: 20px;
    }
    .we_offer_item--description {
        margin-top: 22px;
    }
    .faq {
        padding: 60px 0;
    }
    h2.mainh2 {
        font-size: 36px;
    }
    .accordion {
        margin-top: 35px;
    }
    .bottom-cta {
        padding: 60px 0;
    }
    .bottom-cta--title {
        font-size: 28px;
    }
}