*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #2d2d2d;
}
.title{
    color: white;
    margin-bottom: 30px;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    color: #2d2d2d;
}
.main-cont{
    padding: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.block{
    display: flex;
    padding: 20px;
    width: 100%;
    text-align: center;
    margin-right: 20px;
    height: 322px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.num-block{
    background-color: #b3b3b3;
    padding: 5px 12px 5px 12px;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
    margin-right: -13px;
}
img{
    width: 203px;
}
.full-ds{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ds{
    color: #2d2d2d;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
}
.ds-text-min{
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 7px 0;
    padding: 5px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 305px;
}
.ds-text-big{
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    line-height: 1;
    background-color: #ff7b00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.cb-num {
    padding: 5px 13px;
    display: inline-block;
    color: #2d2d2d;
    top: 4px;
    position: absolute;
    left: 4px;
    font-weight: 700;
    font-size: 13px;
}
.cb-features {
    width: 28%;
    margin-top: 15px;
}
.cb-features-list {
    list-style: none;
    font-size: 14px;
}
.cb-features-plus, .cb-features-minus {
    position: relative;
    margin: 7px 0;
    padding: 5px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 305px;
}
.cb-features-plus:before {
    background: url(/img/correct.svg);
    background-size: cover;
}
.cb-features-plus:before, .cb-features-minus:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -30px;
    top: calc(50% - 11px);
}
.cb-features-minus:before {
    background: url(/img/failed.svg);
    background-size: cover;
}
.cb-features-plus:before, .cb-features-minus:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -30px;
    top: calc(50% - 11px);
}
.ds-text{
    margin-bottom: 20px;
}
button{
    width: 154px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(to top,#ffbb00 0%,#ff7b00 100%);
    color: white;
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 25px;
    background-color: #1e1e1e;
    text-align: center;
}
.text{
    margin-top: 50px;
    color: #2d2d2d;
}
.footer p{
    width: 785px;
    margin-bottom: 0;
}
@media only screen and (max-width: 890px) {
    .main-cont{
        align-items: center;
        flex-direction: column;
    }
    .title{
        font-size: 20px;
    }
    .footer p {
        width: 556px;
    }
    .block{
        height: 544px;
        padding: 10px;
        margin-right: 0;
        flex-direction: column;
        justify-content: space-around;
    }
    .img {
        width: 560px;
        padding: 110px 0 110px 0;
    }
    .cb-features {
        width: 40%;
        margin-right: 19px;
    }
    .num-block {
        margin-right: 0;
    }
    .ds{
        align-items: center;
    }
    .full-ds{
        align-items: center;
    }
}
@media only screen and (max-width: 667px) {
    .title {
        font-size: 17px;
    }
    .text{
        text-align: center;
    }
    .text p {
        width: 371px;
    }
    .footer p {
        width: 401px;
    }
    .block {
        height: 490px;
        padding: 10px;
        flex-direction: column;
        justify-content: space-between;
    }
    .img {
        width: 471px;
        padding: 50px 0 50px 0;
    }
    .cb-features {
        width: 60%;
        margin-right: 0;
    }
    .cb-features-list {
        padding-left: 0;
    }
    button{
        width: 460px;
    }
    .ds{
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px) {
    .img{
        width: 413px;
    }
    button {
        width: 413px;
    }
    .block {
        height: 513px;
    }
}
@media only screen and (max-width: 360px) {
    .img{
        width: 253px;
    }
    button {
        width: 253px;
    }
    .block {
        height: 553px;
    }
    .text p {
        width: 282px;
    }
    .footer p {
        width: 282px;
    }
    .main-cont {
        align-items: unset;
    }
    .text-cont{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}