
.magnet-form {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.magnet-form__left {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 60%;
}

.magnet-form__right {
    position: relative;
    display: flex;
    width: 40%;
}

.magnet-form__title {
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
}

.magnet-form__title--dark {
    color: #333;
}

.magnet-form__description {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    color: #ffffff;
}

.magnet-form__description--dark {
    color: #333;
}

.magnet-form__form {
    position: relative;
    display: flex;
}

.magnet-form__input {
    width: 320px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    padding: 11px 15px;
    margin-right: 25px;
    outline: none;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.magnet-form__input::placeholder {
    color: #9FA3A7;
}

.magnet-form__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    background: 0 0;
    font-family: Rubik,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --btn-bgc: #34bc5a;
    --btn-c: #fff;
    --btn-trans-dur: .2s;
    background-color: var(--btn-bgc);
    border-radius: 4px;
    color: var(--btn-c);
    fill: var(--btn-c);
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transition: var(--btn-trans-dur) box-shadow ease,var(--btn-trans-dur) background-color ease,var(--btn-trans-dur) color ease;
    transition: var(--btn-trans-dur) box-shadow ease,var(--btn-trans-dur) background-color ease,var(--btn-trans-dur) color ease;
    -webkit-box-shadow: 0 1em 1em -1em transparent;
    box-shadow: 0 1em 1em -1em transparent;
    font-size: 19px;
    line-height: 24px;
    height: 46px;
    z-index: 1;
}

.magnet-form__check {
    position: relative;
    display: block;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    color: #9FC4FF;
    user-select: none;
    margin-top: 24px;
    cursor: pointer;
    padding-left: 28px;
}

.magnet-form__checkbox {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
}

.magnet-form__mark {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #E7EBFC;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 14px;
    transition: background-color .2s ease;
}


.magnet-form__mark svg {
    margin-top: 4px;
}

.magnet-form__mark svg path {
    transition: all .2s ease;
}

.magnet-form__check .magnet-form__checkbox:checked ~ .magnet-form__mark {
    background-color: #34BE5B;
}

.magnet-form__check .magnet-form__checkbox:checked ~ .magnet-form__mark svg path {
    stroke: white;
}

.magnet-form__link {
    display: inline-block;
    color: #9FC4FF;
    text-decoration: underline!Important;
}

.magnet-form__img--mob {
    display: none;
}

.magnet-form__success {
    display: none;
    margin-top: 55px;
    font-size: 32px;
    color: #fff;
}

.magnet-form__success--dark {
    color: #333;
}

@media (max-width: 768px) {

    .magnet-form__right {
        display: none;
    }

    .magnet-form__img--mob {
        display: flex;
        justify-content: center;
        margin: 24px 0;
    }

    .magnet-form {
        flex-direction: column-reverse;
    }

    .magnet-form__right, .magnet-form__left {
        width: 100%;
    }

    .magnet-form__title {
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
    }

    .magnet-form__description {
        font-size: 18px;
        line-height: 28px;
    }

    .magnet-form__success {
        text-align: center;
        font-size: 30px;
        margin-top: 0;
    }

    .magnet-form__success span {
        display: block;
        font-size: 60px;
    }

}

@media (max-width: 576px) {
    .magnet-form__form {
        flex-direction: column;
    }
    .magnet-form__input, .magnet-form__btn {
        margin-right: 0;
        margin-bottom: 24px;
        width: 100%;
    }
    .magnet-form__check {
        margin-top: 0;
    }
}

.danetka__btn-no {
    background-color: #E34034;
}

.danetka__btn-yes {
    background-color: #34BE5B;
}
