body {
   background-color: #0b0b0b; 
}
footer {
    background-color: #000;
    padding: 60px 0;
}
.header-holder {
    height: 70px;
}

img {display: block;}

.wrapper {
    width: 1282px;
    margin: 0 auto;
    padding-top: 80px;
}
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 80px;
}
section {
    margin-bottom: 80px;
}
section .block-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.block-holder .box {
    width: 410px;
    background: #111;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 40px 46px;
    color: #808080;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 26px 26px 0;
}
.block-holder .box:nth-child(2),
.block-holder .box:nth-child(5) {
    margin-right: 0;
}
.block-holder .box.add {
    width: 806px;
    align-content: flex-start;
}
.block-holder .box.add2 {
    width: 444px;
    align-content: flex-start;
}
.block-holder .box.add2 h3 {
    margin-bottom: 52px;
}
.ru .block-holder .box.add2 >h3 {
    margin-bottom: 60px;
}
.block-holder .box p {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
}
.block-holder .box .img-holder {
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #515151;
    overflow: hidden;
    margin-bottom: 34px;
}
.block-holder .box .img-holder img {
    width: 298px;
    border: 10px solid #252525;
    border-radius: 50px;
    margin-bottom: 0;
}
.block-holder .box img {
    width: 318px;
    margin-bottom: 34px;
}
.block-holder .box h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.block-holder .box .img-block {
    width: 716px;
    height: 584px;
    background-image: url('../img/how-to-play/virtual-outfits/bg.png');
    background-size: 716px 500px;
    background-position: 0 56px;
    background-repeat: no-repeat;
    padding-top: 14px;
}
.block-holder .box .img-block .img-holder {
    width: 282px;
    margin: 0 38px 0 auto;
}
.block-holder .box .img-block .img-holder img {
    width: 262px;
    border: 10px solid #252525;
    border-radius: 50px;
    margin-bottom: 0;
}
.features {
    padding: 30px 0;
    border-top: 1px solid #1D1D1D;
}
.ru .features {
    padding: 34px 0;
}
.features:first-child {
    border-top: none;
    padding-top: 0;
}
.features:last-child {
    padding-bottom: 0;
}
.block-holder .add2 .features h3 {
    margin-bottom: 10px;
}
.block-holder .add2 .features p {
    margin-bottom: 20px;
}
.block-holder .add2 .features img {
    width: 356px;
    margin-bottom: 0;
}
.block-holder .box .en-dn {
    display: none;
}
.ru .block-holder .box .en-dn {
    display: block;
}
.block-holder .box .mb-0 {
    margin-bottom: 0;
}


@media screen and (max-width: 1300px) {
    .wrapper {
        width: auto;
        max-width: 366px;
        padding-top: 30px;
    }
    section {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 800;
        margin-bottom: 30px;
        text-align: left;
        padding: 0 12px;
    }
    section .block-holder {
        flex-direction: column;
    }
    .block-holder {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .block-holder .box.add,
    .block-holder .box.add2 {
        width: 100%;
        align-content: flex-start;
    }
    .block-holder .box {
        width: 100%;
        max-width: 366px;
        border-radius: 30px;
        padding: 24px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #e1e1e1;
        margin: 0 0 20px;
    }
    .block-holder .box h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .block-holder .box.add2 h3 {
        margin-bottom: 40px;
    }
    .block-holder .box p {
        margin-bottom: 22px;
    }
    .block-holder .box .img-block {
        width: auto;
        height: auto;
        background-image: none;
        background-size: auto;
        background-position: 0;
        background-repeat: no-repeat;
        padding-top: 8px;
    }
    .block-holder .box .img-block .img-holder {
        width: 100%;
    }
    .block-holder .box .img-block .img-holder img {
        width: 100%;
        border: 10px solid #252525;
        border-radius: 50px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .block-holder .add2 .features img {
        width: 100%;
        margin-bottom: 0;
    }
    .block-holder .add2 .features h3 {
        margin-bottom: 10px;
    }
    .features {
        padding: 20px 0 0;
        border-top: none;
    }
    .features:first-child {
        border-top: none;
        padding-top: 0;
    }
    .block-holder .box img {
        width: 100%;
        margin-bottom: 20px;
    }
    .block-holder .box .img-holder {
        width: 100%;
    }
    .block-holder .box .img-holder img {
        width: 100%;
        border: 10px solid #252525;
        border-radius: 50px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
}

@media (min-width: 780px) and (max-width: 1300px) {
    .wrapper {
        width: auto;
        max-width: 732px;
        padding-top: 60px;
    }
    section {
        margin-bottom: 60px;
    }
    h2 {
        font-size: 52px;
        line-height: 64px;
        margin-bottom: 60px;
        padding: 0 24px;
    }
    .block-holder .box {
        width: 100%;
        max-width: 732px;
        border-radius: 60px;
        padding: 48px;
        font-size: 32px;
        line-height: 44px;
        margin: 0 0 40px;
    }
    .block-holder .box h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .block-holder .box.add2 h3 {
        margin-bottom: 80px;
    }
    .block-holder .box p {
        margin-bottom: 44px;
    }
    .block-holder .box .img-block {
        padding-top: 16px;
    }
    .block-holder .box .img-block .img-holder img {
        border: 20px solid #252525;
        border-radius: 100px;
    }
    .block-holder .add2 .features h3 {
        margin-bottom: 20px;
    }
    .features {
        padding: 40px 0 0;
        border-top: none;
    }
    .features:first-child {
        border-top: none;
        padding-top: 0;
    }
    .block-holder .box img {
        width: 100%;
        margin-bottom: 40px;
    }
    .block-holder .box .img-holder {
        width: 100%;
        border-radius: 100px;
    }
    .block-holder .box .img-holder img {
        width: 100%;
        border: 20px solid #252525;
        border-radius: 100px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
}