.full-description {
    clear: both;

    margin: 0px 0px;

    color: #686d73;

    font-size: 14px;
}

.full-description p {
    margin: 20px 0px;
    line-height: 1.5;
    font-size: 150%;
    text-align: left !important;
}

.full-description h3 {
    font-size: 170%;
}

.full-description p strong {
    font-weight: 700;
}

.full-description ol, .fulltext ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.full-description ul {
    display: block;

    list-style-type: disc;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.full-description ol {
    display: block;

    list-style-type: decimal;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.full-description li {
    display: list-item;

    text-align: -webkit-match-parent;
}

/* Видео */
.full-description iframe:not(.apester-fill-content),
.full-description video {
    display: block !important;

    width: 310px;
    height: 176px;
    margin: 0px auto;
}

/* Новые тесты */
.full-description .interacty_padding {
    position: relative;
    padding: 0;
}

.full-description .interacty_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
}

.full-description .interacty_wrapper iframe {
    width: 100% !important;
    height: auto !important;
}

@media only screen and (min-width : 375px) {
    /* для iphone 6 отступы в описании*/
    .full-description {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media only screen and (min-width : 480px) {
    /* Видео */
    .full-description iframe:not(.apester-fill-content),
    .full-description video {
        width: 470px;
        height: 267px;
    }

    /* Новые тесты */
    .full-description .interacty_wrapper {
        height: 450px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .full-description {
        margin: 30px 0px;

        color: #333333;

        font-size: 16px;
    }

    .full-description p {
        margin: 20px 0px;
    }

    /* Видео */
    .full-description iframe:not(.apester-fill-content),
    .full-description video {
        width: 680px;
        height: 387px;
    }

    /* Новые тесты */
    .full-description .interacty_wrapper {
        height: 650px;
    }
}

@media only screen and (min-width : 768px) {
    /* Видео */
    .full-description iframe:not(.apester-fill-content),
    .full-description video {
        width: 728px;
        height: 414px;
    }

    .full-description p {
        text-align: justify !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .full-description {
        margin: 20px 0px;
    }

    .full-description p {
        margin: 15px 0px;
        line-height: 1.5;
        font-size: 120%;
        text-align: justify !important;
    }

    .full-description h3 {
        font-size: 140%;
    }

    /* Видео */
    .full-description iframe:not(.apester-fill-content),
    .full-description video {
        width: 868px;
        height: 490px;
    }

    .intersection-news-body .full-description iframe:not(.apester-fill-content),
    .intersection-news-body video {
        width: 546px;
        height: 306px;
    }

    .video-banner video {
        width: 546px;
        height: 307px;
    }
}
