.display-none {
    display: none;
}

.video-block.pt {
    padding-top: 160px;
}

section.section-2.section-included span.title {
    text-align: left;
    padding-bottom: 60px;
}

section.section-2.section-included span.title.mob {
    display: none;
}

.section-included span.subtitle {
    margin-bottom: 15px;
}

.section-included p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 30px;
}

.img-side {
    width: 54%;
    margin-top: 0;
}

.img-side.order2 {
    position: relative;
}

.img-side.order2 span.text-info{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #202020 !important;
}

.info-side {
    width: 44%;
    margin-top: 0;
}

section.section-2.section-included {
    padding: 0;
}

.img-side,
.info-side {
    margin: 0;
}


.info-row .container2 {
    display: flex;justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 180px 0;
}

.info-row.black {
    background: #202020;
}

section.section-2.section-included .info-row.black span.title {
    color: #fff;
}

.section-included .info-row.black span.subtitle {
    color: #fff;
}

.section-included .info-row.black p {
    color: #fff;
}

.img-side p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    text-align: center;
    margin: 0;
    padding: 0;
}

.img-side img {
    width: 100%;
}

.video-block span.title {
    max-width: 1400px;
}

.video-block p {
    text-align: center;
}

.promocod-block {
    padding: 180px 0;
    background: #202020;
    margin-top: 180px;
}

.promocod-block .text {
    width: 36%;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
}

.promocod-block .img {
    width: 60%;
}

.question-cont-link {
    padding-top: 40px;
    text-align: center;
}

.question-cont-link a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F5AD3;
    border-bottom: 1px solid;
}

.question-cont-link a:hover {
    color: #202020;
}

.logo-promo {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 50px;
}

.tagline p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 60px;
}

.tagline p span {
    font-weight: 700;
    font-size: 60px;
    color: #FFD231;
}

.promo span.text {
    margin-bottom: 0;
}


@media(max-width: 992px) {

    .info-side {
        width: 100%;
        order: 2;
        padding: 0;
    }

    .img-side {
        width: 100%;
        order: 1;
        padding-bottom: 25px;
        padding-top: 0;
    }


    .info-row .container2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.section-2.section-included span.title {
        display: none;
    }

    section.section-2.section-included span.title.mob {
        display: block;
        font-size: 34px;
        line-height: 36px;
        padding-bottom: 30px;
    }
}

@media(max-width: 768px) {

    .tagline p, .tagline p span {
        font-size: 30px;
        line-height: 30px;
    }

    .promocod-block .flex {
        flex-wrap: wrap;
    }

    .promocod-block .text {
        padding-bottom: 40px;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
    }

    .promocod-block .img {
        width: 100%;
    }

    .promocod-block, .video-block.pt {
        padding: 60px 0;
        margin-top: 60px;
    }

}

@media(max-width: 480px) {
    .img-side.order2 {
        padding-bottom: 40px;
    }
}