* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #e9c8b0;
    font-weight: bold;
}

button {
    font-family: inherit;
    cursor: pointer;
    color: inherit;
}

body {
    width: 100%;
    height: 100%;

    background-color: #1b1510;
    color: #fff;

    font-family: "Montserrat", sans-serif;
}

.sticky-btn-wrapper {
    display: none;
}



section {
    padding-top: 0;
    padding-bottom: 30px;
    max-width: 1220px;
    margin: 0 auto;
}


header {
    background-color: #623618;
    position: relative;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.header-container {
    max-width: 1220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

header img {
    max-width: 160px;
}


h1, h2, h3 {
    color: #ff9900;
}

p {
    line-height: 1.4;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.container {
    max-width: 1220px;
    display: flex;
    align-items: center;
}

.nav a {
    margin-right: 8px;
}

.row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
}

.cta {
    font-size: 21px;
    font-weight: 800;
    color: orange;

}

@media (max-width: 714px) {

    body {
        position: relative;
    }

    section {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .stick-btn-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #623618;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .stick-btn {
        color: #ff9900;
        font-weight: bold;
        text-decoration: none;
        font-size: 22px;
    }

}

.container {
    max-width: 1220px;
    margin: 0 auto;
}

.logo {
    display: flex;
    gap: 8px;
}

nav ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.logo img {
    min-width: 50px;
}

.logo_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.logo_text h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
    width: 100%;
}

@media (max-width: 714px) {

    nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .logo_text h2 {
        font-size: 13px;
    }

    .logo_text--think {
        font-size: 13px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.orange {
    color: orange;
    font-weight: bold;
}

.for_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.for_text p {
    font-size: 16px;
    font-weight: 600;
}

.for_text span {
    font-size: 12px;
}



.list__item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.btns-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_button {
    text-decoration: none;
    border: none;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background-color: #ff9900;

    padding: 12px 24px;
}

.main_button:focus,
.main_button:hover {
    background-color: #FFA800;
}


.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 200px;
}


.mob {
    display: none;
}

.desc {
    display: flex;
}

.for_img {
    max-height: 80px;
}

.for_img img {
    max-width: 160px;
    width: 100%;
}

@media (max-width: 714px) {

    .mob {
        display: flex;
    }

    .desc {
        display: none;
    }

    .for_img img {
        max-width: 140px;
        margin-top: 10px;
    }


    .button-wrapper {
        margin-bottom: 20px;
        margin-top: 20px;
        min-width: max-content;
    }

    .main_button {
        margin-right: 20px;
    }


}

.logo_text--think {
    font-size: 20px;
    font-weight: 300;
}

.about_b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

}


.about_b-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 49%;
}

.about_b-description {
    font-size: 16px;
}

.about_b-list {
    max-width: 49%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
}

.about_b-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 4px solid #fff;
    border-radius: 8px;
    max-width: 45%;
    padding: 18px;
}

.item-main-title {
    font-weight: 700;
    font-size: 30px;
}

.item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-title {
    font-size: 14px;
    font-weight: 700;
}

.about_b-title {
    color: #ff9900;
    font-size: 32px;
    line-height: 100%;
    /*text-align: center;*/
    margin-bottom: 8px;
}

.documentation h2,
.documentation h2,
.documentation h3 {
    margin-top: 20px;
}

@media (max-width: 714px) {
    .about_b {
        flex-direction: column;
        justify-content: center;
    }

    .about_b-text {
        max-width: 100%;
    }

    .about_b-title {
        font-size: 24px;
    }

    .about_b-list {
        max-width: 100%;
        margin-top: 20px;
    }

    .about_b-list-item {
        max-width: 100%;
    }
}

.form-img-wrapper {
    position: absolute;
    top: -20px;
    right: 0;
}

.form-img-wrapper img {
    max-width: 400px;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_b {
    background: url("/assets1/img/bg-footer.webp");
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    gap: 20px;
}

.footer-icons ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-icon img {
    max-height: 50px;
    width: auto;
}


.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .logo img {
    min-width: 30px;
}

.footer-bottom .logo_text h2 {
    font-size: 16px;
}

@media (max-width: 714px) {
    .footer_b {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding-bottom: 30px;
    }


    .form-img-wrapper {
        position: static;
    }

    .form-img-wrapper img {
        max-width: 100%;
    }

    .footer-icon img {
        max-height: 30px;
        width: auto;
    }

    .footer-icons ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer-bottom .copyright {
        display: none;
    }


}

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

.banner_wrapper img {
    max-width: 1200px;
}

.header__logos img {
    width: 1220px;
    height: auto;
}

@media (max-width: 714px) {

    .header__logos img {
        max-width: 100%;
    }
}

.content {
    max-width: 1220px;
    margin: 0 auto;
}


.content-list {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.content-list li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: none;
}


.img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}


/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}




.text-img-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: -40px;
}





.mob {
    display: none;
}

.nav ul {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    width: 100%;
    font-size: 11px;
}

.date {
    font-size: 11px;
    margin-left: 20px;
    color: rgba(255,255,255,0.6);
}

.img-bottom-wrapper img {
    max-width: 100%;
}

.scheme {
    max-width: 400px;
}

@media (max-width: 714px) {

    .mob {
        display: flex;
    }

    .scheme {
        width: 100%;
    }


    .text-img-wrapper {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }

    .sticky-btn-wrapper h4 {
        max-width: 90%;
    }

    .date {
        top: 110px;
        left: 20px;
    }
}

.text-and-img {
    display: flex;
}

.text-and-img img {
    margin-left: 10px;
    min-width: 100%;
    height: auto;
}

@media (max-width: 714px) {

    .main-logo {
        margin-left: 20px;
    }

    .content {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .text-and-img {
        flex-direction: column;
    }

    .text-and-img img {
        margin-left: 0;
    }

    .content-list li {
        margin-left: 0;
    }
}

h4 {
    font-weight: bolder;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#signup {
    position: relative;
}

