body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #04120d
}

@media (min-width:960px) {
    body {
        background-color: #f0f5f3
    }
}

main.container {
    position: relative;
    padding-top: 17px
}

@media (min-width:960px) {
    main.container {
        padding-top: 15px;
        background-color: #fff;
        border-radius: 8px
    }
}

video,
img {
    max-width: 100%
}

.visually-hidden {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0
}

a {
    font-family: inherit
}

@media (max-width:575px) {
    .hide-max-sm {
        display: none
    }
}

@media (max-width:959px) {
    .hide-max-lg {
        display: none
    }
    .news-item {
        margin-right: 0!important;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

.container {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px
}

@media (min-width:960px) {
    .left-content {
        max-width: 544px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }
}

h2 {
    font-size: 15px;
    line-height: 20px
}

@media (min-width:768px) {
    h2 {
        font-size: 16px;
        line-height: 22px
    }
}

p {
    font-size: 13px;
    line-height: 18px
}

@media (min-width:768px) {
    p {
        font-size: 14px;
        line-height: 20px
    }
}

.caps {
    text-transform: uppercase
}

.breadcrumbs a,
.notes {
    font-size: 10px;
    line-height: 15px
}

@media (min-width:768px) {
    .notes {
        font-size: 12px;
        line-height: 18px
    }
}

.notes::before {
    content: "*";
    margin-right: 4px
}

main p a {
    font-weight: 700
}

.header {
    background-color: #f0f5f3
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.toggle-nav {
    width: 60px;
    height: 40px;
    margin-left: -20px;
    background-color: #e3eae7;
    background-image: url(http://viposidn.com/content/HE52X4bkM8fKZlz/img/icon_menu.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width:576px) {
    .toggle-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 120px;
        height: 70px;
        padding-left: 54px;
        font-weight: 900;
        font-size: 13px;
        color: #00b359;
        text-transform: uppercase;
        background-position: 20px center
    }
}

.header__logo-img {
    width: 160px;
    height: 20px
}

@media (max-width:959px) {
    .header__logo-img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
    }
}

@media (min-width:576px) {
    .header__logo-img {
        width: 230px;
        height: 30px
    }
    .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none
    }
    .nav__item:not(:last-child) {
        margin-right: 19px
    }
    .nav__link {
        display: block;
        font-weight: 900;
        font-size: 13px;
        line-height: 32px;
        color: #9ba8a4;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 4px solid transparent;
        -webkit-transition: border .2s ease-in-out, color .2s ease-in-out;
        transition: border .2s ease-in-out, color .2s ease-in-out
    }
    .nav__link.active {
        color: #00b359;
        border-bottom: 4px solid #00b359
    }
    .nav__link:hover {
        color: #00b359
    }
    .nav__link:focus {
        color: #00b359;
        outline: none;
        border-bottom: 4px solid #00b359
    }
    .nav__link:active {
        color: #9ba8a4;
        border-bottom: 4px solid #9ba8a4
    }
}

.top-banner {
    background-image: url(../img/banner-bg.jpg);
    background-position: center;
    border-top: 1px solid #c1c8c5
}

.top-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px
}

.top-banner__text {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    font-family: "Pacifico", "Comic Sans MS", "Monaco CY", "TSCu_Comic", cursive;
    color: #fff;
    text-shadow: 2px 2px 0#000
}

.top-banner__img {
    width: 136px;
    height: 60px;
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width:768px) {
    .top-banner__img {
        width: 114px;
        height: 50px;
        margin: 0 20px
    }
}

.top-banner__discount {
    display: inline-block;
    padding: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #e32c22;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3724), to(#d72020));
    background-image: linear-gradient(to bottom, #ef3724, #d72020);
    border-radius: 3px
}

.breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:959px) {
    .breadcrumbs {
        border-bottom: 1px solid #f0f5f3
    }
}

.breadcrumbs a {
    color: #9ba8a4;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

@media (min-width:960px) {
    .breadcrumbs a {
        line-height: 32px
    }
}

.breadcrumbs a:hover,
main p a {
    color: #00b359
}

.breadcrumbs a:not(:last-child)::after {
    content: ">";
    padding: 0 3px 0 7px
}

h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: #04120d
}

@media (min-width:768px) {
    h1 {
        font-size: 36px;
        line-height: 44px
    }
}

.main-header__date {
    font-size: 12px;
    line-height: 18px;
    color: #9ba8a4
}

.main-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f0f5f3;
    border-bottom: 1px solid #f0f5f3
}

@media (max-width:584px) {
    .main-header__info>div:not(.main-header__info-rating) {
        padding-right: 10px;
        border-right: 1px solid #f0f5f3
    }
}

@media (min-width:584px) {
    .main-header__info>div:not(:last-child) {
        border-right: 1px solid #f0f5f3
    }
}

@media (min-width:584px) and (min-width:584px) {
    .main-header__info>div:not(:last-child) {
        padding-right: 25px
    }
}

.main-header__info>div {
    padding-top: 5px;
    padding-bottom: 5px
}

.main-header__info-social {
    display: none
}

.ava-verified {
    float: left;
    margin-left: -5px
}

@media (min-width:584px) {
    .ava-verified {
        margin-left: 0
    }
}

.ava-verified img {
    display: block
}

.main-header__info-author-name,
.main-header__info-author-year {
    margin: 0 0 0 53px;
    font-size: 11px;
    line-height: 16px
}

@media (min-width:584px) {
    .main-header__info-author-name,
    .main-header__info-author-year {
        margin: 0 0 0 58px;
        font-size: 12px;
        line-height: 18px
    }
}

.comments-heading span,
.main-header__info-author-year {
    color: #9ba8a4
}

.main-header__info-author-name {
    margin-top: 12px;
    font-weight: 700
}

@media (min-width:584px) {
    .main-header__info-author-name {
        margin-top: 8px
    }
}

.main-header__info-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #9ba8a4
}

@media (min-width:584px) {
    .main-header__info-star {
        padding-left: 25px;
        font-size: 12px;
        line-height: 18px
    }
}

.main-header__info-star-img {
    margin-bottom: 3px
}

.main-header__info-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #9ba8a4
}

@media (min-width:584px) {
    .main-header__info-rating {
        padding-left: 25px;
        font-size: 12px;
        line-height: 18px
    }
}

.main-header__info-rating-like {
    padding-right: 10px;
    color: #00b359
}

.main-header__info-rating-dislike,
.main-header__info-rating-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.main-header__info-rating-like::before {
    content: url(http://viposidn.com/content/HE52X4bkM8fKZlz/img/icon_like.svg)
}

.main-header__info-rating-dislike::before {
    content: url(http://viposidn.com/content/HE52X4bkM8fKZlz/img/icon_dislike.svg)
}

@media (min-width:584px) {
    .main-header__info-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 25px
    }
    .main-header__info-social-link {
        display: block
    }
    .main-header__info-social-link:not(:last-child) {
        margin-right: 10px
    }
    .main-header__info-social-link svg {
        -webkit-transition: fill .2s ease-in-out;
        transition: fill .2s ease-in-out;
        fill: #9ba8a4
    }
    .main-header__info-social-link:hover svg {
        fill: #00aeef
    }
}

.block-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    text-align: center;
    background-color: #f6f9f8;
    border-radius: 3px
}

.block-prod__btn {
    display: block;
    max-width: 315px;
    margin: 17px auto;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #00b359;
    border-radius: 5px
}

@media (min-width:960px) {
    .block-prod__btn {
        padding: 15px 25px;
        font-size: 18px;
        line-height: 24px
    }
}

.banner {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width:960px) {
    .banner {
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 356px;
        height: 99.5%;
        padding: 10px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .banner .block-prod {
        position: sticky;
        top: 0
    }
}

.green-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
    line-height: 18px
}

@media (min-width:768px) {
    .green-list {
        font-size: 14px;
        line-height: 20px
    }
}

.green-item {
    margin-bottom: 1em
}

.green-item::before {
    content: url(../img/icon_plus.png);
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px
}

.comments {
    padding-top: 40px;
    padding-bottom: 18px
}

.comments .ava-img {
    float: left
}

.comments p {
    font-size: 12px;
    line-height: 18px
}

.comments-heading {
    margin: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 44px
}

.comments-list {
    margin: 0;
    padding: 17px 0 0;
    list-style-type: none
}

.comments-item {
    padding: 15px 0 20px;
    border-top: 1px solid #f0f5f3
}

.comments-date,
.comments-name {
    margin: 0 0 0 57px;
    font-size: 11px;
    line-height: 16px
}

.comments-name {
    padding-top: 5px
}

.comments-date {
    color: #9ba8a4
}

.news {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden
}

.news-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 44px
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 184px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style-type: none
}

@media (min-width:408px) {
    .news-list {
        max-width: 368px
    }
}

@media (min-width:592px) {
    .news-list {
        max-width: 552px
    }
}

@media (min-width:776px) {
    .news-list {
        max-width: 736px
    }
}

@media (min-width:960px) {
    .news-list {
        max-width: initial
    }
}

.news-list .slick-list {
    overflow: visible
}

.news-item {
    -ms-flex-preferred-size: 168px;
        flex-basis: 168px;
    max-width: 184px;
    font-size: 12px;
    line-height: 18px
}

.news-item:not(:last-child) {
    margin-right: 20px
}

.news-date {
    margin: 0;
    color: #9ba8a4
}

.news-link {
    color: inherit;
    text-decoration: none
}

.news-link:hover {
    color: #00b359;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.slick-arrow svg {
    fill: #b3b7b6
}

.slick-arrow:hover svg {
    fill: #00b359
}

.prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1)
}

.footer .container,
.wrap-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.footer {
    font-size: 10px;
    line-height: 15px;
    color: #e3eae7;
    background-color: #04120d
}

.footer .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-list {
    display: none
}

@media (min-width:768px) {
    .footer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none
    }
    .footer-item {
        margin-left: 15px;
        color: #e3eae7
    }
}