.thanks {
    position: relative;
    z-index: 9;

    &__container {
        padding-top: 50px;
        position: relative;
    }

    &__content {
        max-width: 730px;
    }

    &__iero {
        margin-bottom: 20px;
    }

    &__subtitle {
        font-size: 52px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    &__lead,
    &__caption {
        max-width: 610px;
        line-height: 1.4;
    }

    &__lead {
        font-size: 18px;
        margin-bottom: 38px;
    }

    &__caption {
        font-size: 14px;
        margin-bottom: 22px;
    }

    &__lead-icon {
        position: relative;
        top: 3px;
    }

    &__messengers {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -15px 38px;

        .btn {
            justify-content: space-between;
            width: 100%;
        }

        .btn__text {
            display: flex;
            align-items: center;
        }

        .btn__icon {
            margin-right: 8px;
        }
    }

    &__messengers-column {
        max-width: 50%;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    &__box {
        position: relative;
        left: -45px;
        z-index: 3;
    }

    &__iero-line {
        font-weight: normal;
        font-family: $fontIero;
        white-space: nowrap;
        font-size: 7vw;
        line-height: 1;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba($black, .05);
        margin-bottom: 45px;
        margin-top: -103px;
        text-align: center;
    }

    &__box-mobile {
        display: none;
    }

    &__confirm {
        font-size: 14px;
        max-width: 350px;
        width: 100%;
        padding: 20px 20px 18px;
        background-color: $dark;
        color: $white;
        position: absolute;
        top: 107px;
        right: 40px;

        p {
            margin-top: 0;
        }
    }

    &__confirm-picts {
        display: flex;
        align-items: center;
        margin-top: 17px;
        margin-bottom: 8px;
    }

    &__confirm-img {
        margin-right: 6px;
    }

    &__fish {
        position: absolute;
        top: -40px;
        right: -90px;
        z-index: 9;
        pointer-events: none;
        max-height: 335px;
    }

    @media (max-width: 1300px) {
        &__box {
            left: 0;
        }
    }

    @media (max-width: 1024px) {
        &__container {
            padding-top: 45px;
        }

        &__confirm {
            padding: 20px;
            position: relative;
            top: 0;
            right: 0;
            margin-bottom: 30px;
            margin-top: 15px;

            p{
                margin-bottom: 3px;
            }
        }

        &__confirm-picts {
            margin-top: 5px;
        }

        &__fish {
            top: -22px;
            right: -12px;
            max-height: 195px;
        }
    }

    @media (max-width: 767px) {
        &__iero {
            margin-bottom: 8px;
        }

        &__messengers {
            display: block;
            margin: 0 0 38px;

            .btn {
                margin-bottom: 13px;
            }
        }

        &__messengers-column {
            max-width: 100%;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        &__lead {            
            margin-bottom: 23px;

            strong{
                display: block;
            }
        }

        &__lead,
        &__caption{
            font-size: 16px;
            line-height: 1.5;
        }

        &__caption{
            margin-bottom: 14px;
        }
    

        &__box,
        &__iero-line {
            display: none;
        }

        &__box-mobile {
            display: block;
            max-height: 154px;
        }
    }

    @media (max-width: 576px) {
        &__subtitle{
            font-size: 32px;
            max-width: 300px;
        }
    }

    @media (max-width: 320px) {
        &__fish {
            max-height: 165px;
        }
    }
}