.blog {
    padding-bottom: 60px
}

.blog__container {
    display: flex;
    flex-direction: column
}

.blog__img {
    font-size: 0;
    line-height: 0
}

.blog__img,
.blog__img img {
    display: block;
    position: relative;
    width: 100%
}

.blog__img img {
    height: auto;
    max-width: 100%;
    z-index: 5
}

.blog__title {
    margin-top: 32px;
    max-width: 740px
}

.blog__title,
.blog__title * {
    color: #171717;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1
}

.blog__date {
    color: #878787;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 20px
}

.blog__body,
.blog__nav {
    margin-top: 20px;
    width: 100%
}

.blog__body {
    color: #171717;
    font-size: .9375rem;
    line-height: 1.6
}

.blog__body a {
    color: #0c70de;
    text-decoration: none
}

.blog__body a:hover {
    text-decoration: underline
}

.blog__body h2 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2
}

.blog__body h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333
}

.blog__body h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5
}

.blog__body h5 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.7142857143
}

.blog__body ul {
    list-style-type: none;
    margin-top: 6px;
    padding-left: 0
}

.blog__body ul li {
    padding-left: 17px;
    position: relative
}

.blog__body ul li:not(:last-child) {
    margin-bottom: 6px
}

.blog__body ul li:before {
    background-color: #ff9b40;
    border-radius: 1px;
    content: "";
    display: block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 10px;
    width: 6px
}

.blog__video {
    margin: 36px auto 0;
    max-width: 762px;
    width: 100%
}

.blog__stars {
    margin: 42px auto 0
}

.blog-nav {
    align-items: flex-start;
    counter-reset: num;
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.blog-nav__item {
    background: #eef6ee;
    border-radius: 62.4375rem;
    color: #878787;
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    padding: 8px 14px;
    text-decoration: none;
    transition-duration: .15s;
    transition-property: color, background;
    transition-timing-function: ease-in-out
}

.blog-nav__item:hover {
    background: #def6de;
    color: #313131
}

.blog-nav__item:before {
    content: counter(num) ".";
    counter-increment: num;
    display: inline-block;
    margin-right: .2857142857em
}

.blog-video__title {
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2
}

.blog-video__preview {
    background: transparent no-repeat 50%/cover;
    border: 8px solid #f2f5fc;
    color: rgba(34, 34, 34, .8);
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: 16px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    transition: color .15s ease-in-out
}

.blog-video__preview:hover {
    color: red
}

.blog-video__img {
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.blog-video__img img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.blog-video__icon {
    display: block;
    font-size: 3rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.4166666667em;
    z-index: 2
}

.stars-field {
    align-items: center;
    display: flex
}

.stars-field__label {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2
}

.stars-field__list {
    align-items: center;
    display: flex;
    font-size: 0;
    line-height: 0;
    margin-left: 12px
}

.stars-field__icon {
    color: #ed8a19;
    cursor: pointer;
    display: block;
    height: 18px;
    transition: color .15s ease-in-out;
    width: 18px
}

.stars-field__icon:not(:last-child) {
    margin-right: 3px
}

.stars-field__icon:hover~.stars-field__icon,
.stars-field__list:not(:hover) .stars-field__icon._checked~.stars-field__icon {
    color: #b3b3b3
}

@media only screen and (min-width:48em) {
    .blog__img:before {
        background: transparent url(../img/bg-dots.png) repeat 0 0;
        bottom: -36px;
        content: "";
        display: block;
        height: 166px;
        left: -99px;
        position: absolute;
        width: 275px;
        z-index: 1
    }

    body.no-js .blog__img:before,
    body.no-webp .blog__img:before {
        background-image: url(../img/bg-dots.png)
    }

    body.webp .blog__img:before {
        background-image: url(../img/bg-dots.webp)
    }
}

@media only screen and (min-width:62em) {

    .blog__title,
    .blog__title * {
        font-size: 2.25rem
    }

    .blog__title {
        margin-top: 48px
    }

    .blog__body,
    .blog__date,
    .blog__nav {
        margin-top: 36px
    }

    .blog__body ul li:before {
        top: 12px
    }

    .blog-video__preview {
        border-width: 28px
    }
}

@media only screen and (min-width:75em) {
    .blog {
        padding-bottom: 110px
    }

    .blog__video {
        margin-top: 64px
    }

    .blog__stars {
        margin-top: 92px
    }

    .blog-video__preview {
        border-width: 40px
    }
}