body {
   background-color: #0b0b0b;
}
footer {
    background-color: #000;
    padding: 60px 0;
}

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;
    justify-content: flex-start;
}
.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.add {
    width: 844px;
}
.block-holder .box.add2 {
    width: 626px;
}
.green {
    color: #55A458;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    background-color: transparent;
}
.dotted {
    padding: 0 0 0 20px;
    margin-bottom: 50px;
}
.dotted li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.block-holder .box .dotted li p {
    margin: 0;
}
.dotted svg {
    margin-right: 20px;
    flex-shrink: 0;
}
.img-block {
    position: relative;
    width: 100%;
    display: flex;
}
.img-block .img-holder {
    margin: 96px 0 0 auto;
    position: relative;
    z-index: 10;
}
.img-block.add {
    margin-top: 40px;
}
.img-block.add .img-holder {
    margin-top: 0;
}
.img-block.add .img3 {
    width: 356px;
    top: 33px;
}
.img-block.add .img4 {
    width: 390px;
    top: 44px;
}
.img-block.add .img5 {
    width: 174px;
    top: 356px;
    left: 56px;
}
.img-block .abs {
    position: absolute;
    border-radius: 26px;
}
.img-block .img1 {
    width: 638px;
}
.img-block .img2 {
    width: 408px;
    top: 470px;
    left: 40px;
}
.block-holder .box:nth-child(2n){
    margin-right: 0;
}
.block-holder .box p {
    margin-bottom: 26px;
    align-items: center;
}
.block-holder .box.add p {
    margin-bottom: 30px;
}
.block-holder .box .img-holder {
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #515151;
    overflow: hidden;
}
.block-holder .box .img-holder img {
    width: 298px;
    border: 10px solid #252525;
    border-radius: 50px;
    margin-bottom: 0;
}
.block-holder .box.add .img-holder img,
.block-holder .box.add2 .img-holder img {
    width: 236px;
}
.block-holder .box.add2 p {
    border-top: 1px solid #1D1D1D;
    padding-top: 16px;
    margin: 20px 0 0;
}
.block-holder .box.add2 p:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.video-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.video-holder .video {
    width: 242px;
    padding-top: 40px;
}
.video-holder .video iframe {
    margin-bottom: 16px;
}
.box .video-holder .video p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    border: none;
}


@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 .box {
        width: 100%;
        max-width: 366px;
        border-radius: 30px;
        padding: 24px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #e1e1e1;
    }
    .block-holder .box.add,
    .block-holder .box.add2 {
        width: 100%;
        max-width: 366px;
    }

    .block-holder .block {
        width: auto;
        flex-direction: column;
        padding-top: 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;
    }
    .dotted {
        padding: 0;
        margin-bottom: 0;
    }
    .dotted li {
        margin-bottom: 30px;
    }

    .img-block .img1 {
        width: 90%;
        margin-right: 10%;
        border-radius: 10px;
    }
    .block-holder .img-block .img-holder {
        width: 32%;
        border-radius: 14px;
        margin-top: 48px;
    }
    .block-holder .box.add .img-holder img,
    .block-holder .box.add2 .img-holder img {
        width: 100%;
        border: 2px solid #252525;
        border-radius: 14px;
    }
    .img-block .img2 {
        width: 58%;
        top: 77%;
        left: 16px;
        border-radius: 8px;
    }

    .block-holder .add2 .img-block .img-holder {
        width: 46%;
        border-radius: 14px;
        margin-top: 0px;
    }
    .img-block.add .img3 {
        width: 68%;
        top: 13px;
        border-radius: 14px;
    }
    .img-block.add .img4 {
        width: 72%;
        top: 20px;
        border-radius: 14px;
    }
    .img-block.add .img5 {
        width: 36%;
        top: 66%;
        left: 20px;
        border-radius: 14px;
    }
    .video-holder .video {
        width: 100%;
        padding-top: 30px;
    }
    .video-holder .video iframe {
        margin-bottom: 16px;
        width: 317px;
        height: 173px;
    }
    .box .video-holder .video p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 16px;
        border: none;
    }

}

@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;
    }
    .block-holder .box p {
        margin-bottom: 52px;
    }
    .block-holder .box.add p {
        margin-bottom: 60px;
    }
    .block-holder .box.add2 p {
        border-top: 2px solid #1D1D1D;
        padding-top: 32px;
        margin: 40px 0 0;
    }
    .block-holder .box .img-holder {
        border-radius: 100px;
        border: 2px solid #515151;
    }
    .block-holder .box.add,
    .block-holder .box.add2 {
        width: 100%;
        max-width: 732px;
    }
    .block-holder .block {
        padding-top: 40px;
    }
    .block-holder .box .img-holder img {
        border: 20px solid #252525;
        border-radius: 100px;
    }
    .dotted li {
        margin-bottom: 60px;
    }
    .dotted svg {
        margin-right: 40px;
        width: 16px;
        height: 16px;
    }
    .img-block .img1 {
        width: 90%;
        margin-right: 10%;
        border-radius: 20px;
    }
    .block-holder .img-block .img-holder {
        width: 32%;
        border-radius: 28px;
        margin-top: 96px;
    }
    .block-holder .box.add .img-holder img,
    .block-holder .box.add2 .img-holder img {
        width: 100%;
        border: 4px solid #252525;
        border-radius: 28px;
    }
    .img-block .img2 {
        width: 58%;
        top: 77%;
        left: 32px;
        border-radius: 16px;
    }

    .block-holder .add2 .img-block .img-holder {
        width: 46%;
        border-radius: 28px;
        margin-top: 0px;
    }
    .img-block.add .img3 {
        width: 68%;
        top: 26px;
        border-radius: 28px;
    }
    .img-block.add .img4 {
        width: 72%;
        top: 40px;
        border-radius: 28px;
    }
    .img-block.add .img5 {
        width: 36%;
        top: 66%;
        left: 40px;
        border-radius: 28px;
    }
    .green {
        font-size: 36px;
        line-height: 44px;
    }
    .video-holder .video {
        width: 100%;
        padding-top: 60px;
    }
    .video-holder .video iframe {
        margin-bottom: 32px;
        width: 633px;
        height: 356px;
    }
    .box .video-holder .video p {
        margin: 0;
        padding: 0;
        font-size: 30px;
        line-height: 36px;
        border: none;
    }
}
