body, h1, h2, p {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy', sans-serif;
}

html {
    scroll-behavior: smooth;
  }

.section-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.top-section {
    height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1140px) {
    .top-section {
        height: auto;
        padding: 64px 20px;
    }
}

@media (max-width: 500px) {
    .top-section {
        padding: 48px 20px;
    }
}

.top-section .top-section__headline {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 100%;
    color: #333333;
}

@media (max-width: 500px) {
    .top-section .top-section__headline {
        font-size: 20px;
    }
}

.top-section .top-section__logo {
    margin: 24px 0 12px 18px;
}

@media (max-width: 1140px) {
    .top-section .top-section__logo img {
        width: 80%;
    }
}

@media (max-width: 1140px) {
    .top-section .top-section__logo{
        margin: 8px 0 16px 0;
    }
}

.top-section .top-section__list, .roi-section .roi-section__list {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 20px;
    color: #333333;
}

@media (max-width: 1140px) {
    .top-section .top-section__list, .roi-section .roi-section__list {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .top-section .top-section__list, .roi-section .roi-section__list {
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 0 10px;
    }
}

.top-section__list-item, .roi-section__list, .help-section__list {
    list-style: none;
}

.top-section__list-item::before, .roi-section__list-item::before {
    content: '•';
    margin: 0 16px 0 0;
}

@media (max-width: 500px) {
    .top-section__list-item::before, .roi-section__list-item::before {
        margin: 0 16px 0 -12px;
        position: absolute;
    }
}

.top-section .top-section__image {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1340px) {
    .top-section .top-section__image {
        width: 480px;
        height: 560px;
        overflow: hidden;
    }
}

@media (max-width: 1140px) {
    .top-section .top-section__image {
        display: none;
    }
}

.top-section__image img:nth-child(2) {
    position: absolute;
    left: -32px;
    top: 12px;
}

@media (max-width: 1340px) {
    .top-section__image img:nth-child(1) {
        margin: 0 0 0 36px;
    }

    .top-section__image img:nth-child(2) {
        left: 0;
    }
}

.roi-section-container {
    border-top: 1px solid #ECECEC;
}

@media (max-width: 1140px) {
    .roi-section-container {
        padding: 64px 20px;
    }
}

@media (max-width: 500px) {
    .roi-section-container {
        padding: 48px 0;
    }
}

.roi-section {
    height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1140px) {
    .roi-section {
        height: auto;
    }
}

.roi-section .roi-section__headline {
    margin: 0 0 0 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #333333;
}

@media (max-width: 1140px) {
    .roi-section .roi-section__headline {
        margin: 0;
        font-size: 20px;
    }
}

.roi-section .roi-section__period {
    margin: 3px 0 18px 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 62px;
    color: #CD6A6C;
}

@media (max-width: 1140px) {
    .roi-section .roi-section__period {
        margin: -2px 0 16px 0;
        font-size: 40px;
    }
}

.roi-section .roi-section__image {
    position: absolute;
    top: 526px;
    right: 0;
}

@media (max-width: 1340px) {
    .roi-section .roi-section__image {
        width: 560px;
        height: 560px;
        overflow: hidden;
    }
}

@media (max-width: 1140px) {
    .roi-section .roi-section__image {
        display: none;
    }
}

.roi-section .roi-section__image img:nth-child(2) {
    position: absolute;
    top: 112px;
    right: 200px;
}

@media (max-width: 1340px) {
    .roi-section .roi-section__image img:nth-child(1) {
        margin: 0 0 0 220px;
    }

    .roi-section .roi-section__image img:nth-child(2) {
        right: -9px;
    }
}

.roi-section .roi-section__button {
    margin: 40px 0 0 20px;
}

@media (max-width: 500px) {
    .roi-section .roi-section__button {
        margin: 32px 0 0 0;
    }
}

.cta-button_red, input.cta-button_red {
    width: 168px;
    padding: 23px 48px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: #CD6A6C;
}

.cta-button_red a {
    text-decoration: none;
}

.cta-button_red:hover {
    background: #e25558;
    cursor: pointer;
}

@media (max-width: 1140px) {
    .cta-button_red, input.cta-button_red {
        padding: 19px 32px;
        font-size: 16px;
    }

    
}

@media (max-width: 500px) {
    .cta-button_red, input.cta-button_red {
        display: flex;
        width: 100%;
        padding: 0;
        height: 48px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

.benefits-section-container {
    background: #384F6C;
    position: relative;
}



.benefits-section {
    color: white;
    padding: 64px 60px 96px 100px;
}

@media (max-width: 1540px) {
    .benefits-section   {
        padding: 64px 60px 96px 40px;
    }
}

@media (max-width: 1340px) {
    .benefits-section   {
        padding: 63px 60px 96px 40px;
    }
}

@media (max-width: 1140px) {
    .benefits-section   {
        padding: 63px 60px 96px 60px;
    }
}

@media (max-width: 500px) {
    .benefits-section   {
        padding: 44px 20px 72px 20px;
    }
}

.benefits-section .benefits-section__paragraph {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section__paragraph  {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .benefits-section .benefits-section__paragraph   {
        font-size: 15px;
        line-height: 24px;
    }
}

.benefits-section .benefits-section__paragraph:nth-child(1) {
    max-width: 1261px;
}

.benefits-section .benefits-section__paragraph:nth-child(5) {
    margin: 20px 0 48px 0;
    width: 512px;
}

@media (max-width: 1140px) {
    .benefits-section .benefits-section__paragraph:nth-child(5)  {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .benefits-section .benefits-section__paragraph:nth-child(5)  {
        margin: 20px 0 20px 0;
    }
}

@media (max-width: 1140px) {
    .benefits-section .benefits-section__paragraph br  {
        display: none;
    }
}

.benefits-section .benefits-section__logo {
    margin: 12px 0 18px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 100%;
    color: #CD6A6C;
}

@media (max-width: 500px) {
    .benefits-section .benefits-section__logo  {
        font-size: 40px;
    }
}

.benefits-section .benefits-section-block {
    margin: 20px 0 0 0;
    display: flex;
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section-block  {
        flex-direction: column;
    }
}

@media (max-width: 1140px) {
    .benefits-section .benefits-section-block  {
        margin: 64px 0 64px 0;
    }
}

@media (max-width: 500px) {
    .benefits-section .benefits-section-block  {
        margin: 40px 0 40px 0;
    }
}

.benefits-section .benefits-section-block__number {
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 62px;
    color: white;
}

@media (max-width: 500px) {
    .benefits-section .benefits-section-block__number  {
        font-size: 40px;
        line-height: 100%;
    }
}

.benefits-section .benefits-section-block__visitors {
    margin: 0 88px 0 0;
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section-block__visitors  {
        margin: 0;
    }
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section-block__visitors  {
        margin: 0 0 20px 0;
    }
}

.benefits-section .benefits-section-block__visitors .benefits-section-block__number::before {
    margin: 0 14px 0 0;
    content: url(img/user-pic.svg);
}

.benefits-section .benefits-section-block__names .benefits-section-block__number::before {
    margin: 0 14px 0 0;
    content: url(img/wine-pic.svg);
}

.benefits-section .benefits-section-block__sub {
    padding: 0 0 0 51px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: white;
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section-block__sub  {
        font-size: 15px;
    }
}

.benefits-section .benefits-section-block__visitors .benefits-section-block__sub {
    padding: 0 0 0 50px;
}

.benefits-section .benefits-section__image {
    position: absolute;
    bottom:-4px;
    right: 0;
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section__image {
        width: 576px;
        overflow: hidden;
    }
}

@media (max-width: 1140px) {
    .benefits-section .benefits-section__image {
        display: none;
    }
}

.benefits-section .benefits-section__image img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: -6px;
}

@media (max-width: 1340px) {
    .benefits-section .benefits-section__image img:nth-child(2) {
        left: 0;
    }
}

.headline-section {
    background: #F3F6F9;
}

.headline-section .headline-section__headline {
    margin: 0;
    padding: 40px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #384F6C;
}

@media (max-width: 1340px) {
    .headline-section .headline-section__headline br {
        display: none;
    }

    .headline-section .headline-section__headline {
        font-size: 24px;
        line-height: 32px;
        padding: 40px 60px;
    }
}

@media (max-width: 500px) {
    .headline-section .headline-section__headline {
        padding: 40px 32px;
    }
}

.help-section {
    display: flex;
}

@media (max-width: 1340px) {
    .help-section {
        justify-content: space-around;
    }
}

.help-section-container {
    height: 525px;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

@media (max-width: 1140px) {
    .help-section-container {
        height: auto;
    }
}

.help-section .help-section-column-container {
    margin: 80px 0 0 0;
    display: flex;
}

@media (max-width: 1140px) {
    .help-section .help-section-column-container {
        flex-direction: column;
        padding: 0 0 64px 40px;
    }
}

@media (max-width: 500px) {
    .help-section .help-section-column-container {
        padding: 0;
        margin: 48px 0 48px 0;
    }
}

.help-section .help-section__column {
    width: 426px;
    border-left: 3px solid #CD6A6C;
}

@media (max-width: 1140px) {
    .help-section .help-section__column {
        width: 100%;
        border: none;
    }
}

.help-section .help-section__column:nth-child(1) {
    margin: 0 104px 0 0;
}

@media (max-width: 1140px) {
    .help-section .help-section__column:nth-child(1) {
        margin: 0 0 40px 0;
    }
}

.help-section .help-section__headline {
    margin: 0 0 0 26px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 100%;
    color: #333333;
}

@media (max-width: 1140px) {
    .help-section .help-section__headline {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .help-section .help-section__headline {
        font-size: 20px;
    }
}

.help-section .help-section__list {
    margin: 0;
    padding: 0 0 0 39px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

@media (max-width: 500px) {
    .help-section .help-section__list {
        margin: 0;
        padding: 0 0 0 24px;
        font-size: 15px;
    }
}

.help-section .help-section__list .help-section__list-item::before {
    position: absolute;
    content: "•";
    margin: 0 0 0 -12px;
}

.help-section .help-section__list .help-section__list-item {
    margin: 13px 0 0 0;
}

.help-section .help-section__image {
    position: absolute;
    right: 0;
    overflow: hidden;
}

@media (max-width: 1340px) {
    .help-section__image {
        display: none;
    }
}

@media (max-width: 1400px) {
    .help-section__image img {
        margin: 0 -100px 0 0;
    }
}

.form-section {
    width: 1088px;
    margin: 0 auto 120px auto;
    padding: 64px 0 64px 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    background-color: white;
}

@media (max-width: 1140px) {
    .form-section {
        width: 100%;
        margin: 0 auto 0 auto;
    }
}

.form-section .form-section__headline {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

@media (max-width: 1140px) {
    .form-section .form-section__headline {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1140px) {
    .form-section .form-section__headline {
        font-size: 20px;
        line-height: 24px;
    }
}

.form-section .form-section__sub {
    margin: 8px auto 32px auto;
    width: 573px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

@media (max-width: 1140px) {
    .form-section .form-section__sub {
        width: 80%;
    }
}

@media (max-width:500px) {
    .form-section .form-section__sub {
        width: 80%;
        font-size: 15px;
        line-height: 20px;
    }
}

.form-section__form {
    text-align:center;
}

.form-section__fields-block {
    list-style: none;
    display: grid;
    grid-template-columns: 372px 372px;
    padding: 0 0 0 180px;
}

@media (max-width: 1140px) {
    .form-section__fields-block {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

.form-section__fields-item input {
    font-family: inherit;
    background: #F1F5F9;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #333;
    height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    margin: 10px 0;
    width: 320px;
}

@media (max-width: 1140px) {
    .form-section__fields-item input {
        width: 80%;
    }
}

.form-section__fields-item textarea {
    font-family: inherit;
    background: #F1F5F9;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #333;
    min-width: 692px;
    max-width: 692px;
    min-height: 136px;
    padding: 12px 16px;
    border-radius: 4px;
    margin: 10px 0 0 10px; 
}

@media (max-width: 1140px) {
    .form-section__fields-item textarea {
        min-width: auto;
        max-width: unset;
        width: 80%;
        margin: 10px 0 0 0;
    }
}

#form-submit {
    width: 288px;
    margin: 20px 0 0 0;
    border: none;
}

@media (max-width: 1140px) {
    #form-submit {
        width: calc(80% + 32px);
        margin: 0 auto;
    }
}
