.exitblock {
    opacity: 0;
    /*display: none;*/
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
}
.exitblock .fon {
    background: #F6FCFF;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #AEAEAE;
    background: #F0F0FB;
    position:fixed;
    top: 80px;
    left:30px;
    right: 30px;
    margin: auto;
    /*margin-left:-40%;*/
    max-width: 1200px;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
    border-radius: 6px;
}
.exitblock .closeblock {
    cursor: pointer;
    position: absolute;
    line-height: 60px;
    font-size: 40px;
    transform: rotate(45deg);
    text-align: center;
    top: 0;
    right: 30px;
    color: black;
    z-index: 1;
}
.exitblock .closeblock:hover {
    color: #000000a3
}
.exitblock .three-bonuses {
    background: #F0F0FB;
    border-radius: 6px;
    padding: 20px 10px;
    margin-bottom: 0;
}
.exitblock .three-bonuses .three-bonuses-title {
    font-size: 31px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}
.exitblock .three-bonuses .color2323b5 {
    color: #2323b5;
}

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

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

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

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

 .exitblock .three-bonuses .open-form .wrap-content {
    margin: 0;
}
 .exitblock .three-bonuses .open-form .message {
    margin: 0;
}
 .exitblock .three-bonuses .open-form:not(.mini) {
    margin: 0;
    padding: 0;
    background: unset;
    box-shadow: unset;
}
 .exitblock .three-bonuses .open-form .wrap-action {
    padding-top: 20px;
    padding-left: 30px;
}
 .exitblock .three-bonuses .open-form .wrap-action .action button{
    background: #2323B5;
    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;
}

.exitblock .three-bonuses .wrap-action .action button:hover {
    background: #2323b5cf;
}

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

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

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

.exitblock .three-bonuses table {
    width: 100%;
}
.exitblock .three-bonuses table img{
    max-height: 58px;
    width: auto;
}




@media (max-width: 1000px) {
    .exitblock .three-bonuses .open-form .form .field.phone input {
        max-width: 255px;
        width: 100%;
    }
    .exitblock .three-bonuses .open-form .wrap-action{
        width: fit-content;
    }

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

    .exitblock .three-bonuses .three-bonuses-blocks {
        display: block;
        width: 100%;
    }
    .exitblock .three-bonuses .three-bonuses-block:nth-child(2) {
        margin: 10px 0;
    }

    .exitblock .three-bonuses .number {
        padding-right: 15px;
    }
     .exitblock .three-bonuses .open-form .wrap-action .action button {
        max-width: 100%;
    }
     .exitblock .three-bonuses .open-form .wrap-action {
        padding-top: 10px;
    }
    .exitblock .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;
    }
     .exitblock .three-bonuses .open-form .wrap-action {
        padding-left: 0;
    }
    .exitblock .three-bonuses .three-bonuses-title {
        font-size: 20px;
    }
}