.three-bonuses {
    background: #F0F0FB;
    border-radius: 6px;
    padding: 20px 10px;
    margin-bottom: 40px;
}
.three-bonuses .three-bonuses-title {
    font-size: 31px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}
.three-bonuses .color2323b5 {
    color: #2323b5;
}
.three-bonuses .colord00 {
    color: #d00;
}

.three-bonuses .three-bonuses-content {
    display: flex;
}
.three-bonuses .three-bonuses-img {
    width: 25%;
}
.three-bonuses .three-bonuses-right {
    width: 75%;
}

.three-bonuses .three-bonuses-blocks tbody td {
    width: 33.3%;
}
.three-bonuses .three-bonuses-blocks {
    display: flex;
}
.three-bonuses .three-bonuses-block {
    background-color: #FBFBFF;
    border-radius: 6px;
    padding: 6px;
    width: 33.3%;
}
.three-bonuses .three-bonuses-block:nth-child(2) {
    margin: 0 20px;
}
.three-bonuses .number {
    color:#C3C3EA;
    font-size: 29px;
    font-weight: 600;
    text-align: right;
}
.three-bonuses-img {
    margin-top: 47px;
    margin-right: 20px;
}

.three-bonuses .bonuses-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.three-bonuses table {
    height: 53px;
}

.main-container .three-bonuses .open-form .wrap-content {
    margin: 0;
}
.main-container .three-bonuses .open-form .message {
    margin: 0;
}
.main-container .three-bonuses .open-form:not(.mini) {
    background: unset;
    box-shadow: unset;
    margin: 0;
    padding: 0;
}
.main-container .three-bonuses .open-form .wrap-action {
    padding-top: 20px;
    padding-left: 30px;
    max-width: 230px;
    width: 100%;
}
.main-container .three-bonuses .open-form .wrap-action .action button{
    background: #d00;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

.three-bonuses .wrap-action .action button:hover {
    background: #dd0000e6;
}

.three-bonuses .open-form .form .field.phone input {
    max-width: 315px;
    width: 100%;
}

.three-bonuses .open-form .wrap-input {
    max-width: 315px;
}

.main-container .three-bonuses .open-form .wrap-input .field.phone {
    margin-right: 10px;
    width: 100%;
}

@media (max-width: 600px) {
    .three-bonuses .three-bonuses-content {
        display: block;
    }
    .three-bonuses-img {
        display: none;
    }
    .three-bonuses .three-bonuses-right {
        width: 100%;
    }

    .three-bonuses .three-bonuses-blocks {
        display: block;
        width: 100%;
    }
    .three-bonuses .three-bonuses-block:nth-child(2) {
        margin: 10px 0;
    }
    .three-bonuses table {
        width: 100%;
    }
    .three-bonuses table img{
        height: 60px;
        width: auto;
    }
    .three-bonuses .number {
        padding-right: 15px;
    }
    .main-container .three-bonuses .open-form .wrap-action .action button {
        max-width: 100%;
    }

    .three-bonuses .three-bonuses-block {
        width: 100%;
    }
    .three-bonuses .open-form .wrap-input {
        max-width: 100%;
    }
    .three-bonuses .open-form .form .field.phone input {
        max-width: unset;
    }
    .main-container .three-bonuses .open-form .wrap-action {
        padding-left: 0;
        padding-top: 10px;
        max-width: 100%;
    }
    .three-bonuses .three-bonuses-title {
        font-size: 20px;
    }
}
