*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__top--social img {
    max-width: 32px;
}

.container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
}

.link-disabled {
    cursor: auto;
    opacity: .6;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

a {
    text-decoration: none
}

#body {
    font-family: "Inter", sans-serif;
    color: #fff;
    background-color: #1B1D29;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main {
    overflow: hidden
}

.header {
    background-color: #1B1D28
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    max-width: 1160px;
    margin: 0 auto
}

.header svg {
    display: block
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px
}

.header__right--btn {
    color: #fff;
    padding: 6px 31px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(190deg, #4DAB60 101.31%, #5EC068 14.99%);
    border-radius: 5px
}

@media (max-width: 425px) {
    .header__right--btn {
        padding: 6px 24px
    }
}

@media (max-width: 374px) {
    .header__right--btn {
        padding: 6px 10px
    }
}

.header__right--btn:hover {
    color: #fff;
    background: linear-gradient(190deg, #3b8349 101.31%, #5EC068 14.99%)
}

.section__wrap {
    max-width: 1000px;
    margin: 15px auto
}

.section__wrap a {
    color: #7cbb88;
}

.section h3,
.section .h3 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    margin-bottom: 15px
}

.section h4,
.section .h4 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 18px
}

.section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px
}

.circle1 {
    position: absolute;
    max-width: 754px;
    max-height: 656px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.circle2 {
    position: absolute;
    max-width: 707px;
    max-height: 866px;
    width: 100%;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 500px) {
    .circle2 {
        bottom: 545px;
    }
}

.footer {
    padding: 30px 0 0;
    background-color: #1B1D28
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 20px
}

@media (max-width: 425px) {
    .footer__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 20px;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__top--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 10px;
    gap: 10px
}

.footer__center {
    max-width: 1160px;
    margin: 0 auto
}

.footer__center--mail {
    text-decoration: underline;
    display: inline-block;
    padding-bottom: 20px;
    color: #626262;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 100%
}

@media (max-width: 400px) {
    .footer__center--mail {
        padding-bottom: 0;
    }
}

.footer__center--mail:hover {
    color: #626262;
    text-decoration: none
}

.footer p {
    padding-bottom: 20px;
    color: #626262;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 100%
}

@media (max-width: 400px) {
    .footer p {
        padding-bottom: 0;
    }
}

.footer__bot {
    background-color: #222433
}

.footer__bot--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 26px;
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;

}

@media (max-width: 400px) {
    .footer__bot--wrap {
        justify-content: flex-start;

    }
}

.footer__bot--wrap a {
    display: block;
    font-size: 18px;
    padding-bottom: 0;
    color: #fff
}