* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    background-color: #151516;
    background-image: url('../img/img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Helvetica', 'Arial', sans-serif;
    overflow-x: hidden;
}

.section {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

span.grey {
    color: #737574;
}

span.green {
    color: #A1D892;
}

@media (max-width: 860px) {
    body {
        /*background-size: 200vw;*/
    }
}

.section-first-header {
    display: flex;
    justify-content: center;
    align-items: center;

    img {

    }
}

.section-first-content {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.section-first-content-item {
    width: 100%;
}

.section-first-content-title {
    background: linear-gradient(180deg, #FFFFFF, #BABABA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    letter-spacing: -3.69px;
    line-height: 50px;
    font-weight: 400;
}

.section-first-content-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #737574;
    margin-top: 25px;
    padding-right: 20px;
    letter-spacing: 0px;
}

.section-first-content-arrow-block {
    max-width: 413px;
    margin-top: 32px;
    padding: 8px 15px 8px 8px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    border-radius: 20px;
    color: #737574;
    background: linear-gradient(90deg, #1e1e1f, #252828);

    img {
        width: 8px;
    }
}

.section-first-content-form {
    width: 100%;
    border-radius: 16px;
    background-color: #202024;
    border: 1px solid #31323F;
}

#formRender {
    .form-group {
        display: flex;
        justify-content: center;
    }
    .input-group {
        margin-bottom: 20px;
        border-radius: 8px;
        border: 1px solid #393B4B;
        background-color: #26262b;
        color: #6D758F;
    }
    
    .input-group::placeholder {
      color: #6D758F;
    }
    
    .iti .iti__selected-dial-code {
      color: #6D758F;
    }

    .btn {
        width: 230px;
        transition: .5s ease-out;
        background-color: #2D362B;
        color: #A1D892;
        text-transform: uppercase;
        font-size: 18px;
        margin: 20px auto 0 auto;
        cursor: pointer;
    }

    .btn:hover {
        background-color: #445140;
        color: #A1D892;
    }

    .btn:focus {
        background-color: #A6FF8D;
        color: #1E1E1E;
    }
}

.section-first-content-form-description {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #ABBDFF7A;
    padding: 0 30px;
    text-align: center;
    letter-spacing: 0px;
}

@media (max-width: 860px) {
    .section-first-content {
        flex-direction: column;
        max-width: 600px;
    }
}

.section-second {
    display: flex;
    justify-content: space-between;
}

.section-second-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-second-content-title {
    max-width: 700px;
    font-size: 32px;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.section-second-content-text {
    max-width: 700px;
    margin-top: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;

    .grey {
        color: #737574;
    }

    .green {
        color: #A1D892;
    }
}

.section-second-content {
    img {
        position: relative;
        bottom: 50px;
    }
}

@media (max-width: 576px) {
    .section-second-content {
        flex-direction: column-reverse;
    }

    .section-second-content {
        img {
            right: 35px;
        }
    }
}

.section-third-content {
    display: flex;
    gap: 24px;
}

.section-third-item {
    border: 1px solid #252527;
    border-radius: 14px;
    padding: 15px;
}

.section-third-item-title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #fff;
}

.section-third-item-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
}

.section-third-item.first {
    background: rgb(24, 24, 25);
    background: linear-gradient(338deg, rgba(24, 24, 25, 1) 75%, rgba(24, 47, 37, 1) 100%);

    img {
        position: relative;
        right: 70px;
        bottom: 20px;
    }
}

.section-third-item.second {
    margin-top: 24px;
    background: rgb(21, 21, 22);
    background: linear-gradient(53deg, rgba(21, 21, 22, 1) 55%, rgba(33, 18, 29, 1) 100%);

    img {
        width: 100%;
    }
}

.section-third-item.third {
    background-color: #181819FF;
    width: 603px;

    img {
        width: 100%;
    }
}

@media (max-width: 860px) {
    .section-third-content {
        max-width: 600px;
        flex-direction: column;
    }

    .section-third-item.third {
        width: 100%;
    }
}

.section-fourth-content {
    padding-right: 150px;
}

.section-fourth-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
}

.scroll-to-from-button {
    max-width: 659px;
    width: 100%;
    border-radius: 8px;
    padding: 10px 25px;
    background-color: #2D362B;
    border: none;
    cursor: pointer;
    color: #A1D892;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
}

@media (max-width: 860px) {
    .section-fourth-content {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .scroll-to-from-button {
        font-size: 16px;
    }
}

.section-fifth-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section-fifth-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
    padding-right: 200px;
}

.section-fifth-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width: 860px) {
    .section-fifth-content {
        flex-direction: column-reverse;

        img {
            width: 100%;
        }
    }

    .section-fifth-title {
        padding-right: 0;
    }
}

.section-six-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
}

.section-six-comment {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #252527;
    background-color: #181819;
    border-radius: 14px;
    margin-top: 24px;
}

.section-six-comment-img {
    width: 128px;
    border-radius: 8px;
}

.section-six-comment-description__name {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
}

.section-six-comment-description__position {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #737574;
    margin-top: 4px;
}

.section-six-comment-description__text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
}

.section-six-bottom-block {
    max-width: 850px;
    padding: 16px;
    border: 1px solid #252527;
    background-color: #181819;
    border-radius: 14px;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 48px auto;
}

.section-six-button-block {
    display: flex;
    justify-content: center;
}

@media (max-width: 576px) {
    .section-six-comment {
        flex-direction: column;
    }
}

.section-footer {
    padding-bottom: 32px;
}