﻿/*Высокие карточки*/
.recipes-item__img:before {
    padding-top: 135%
}

.recipes-item__img img {
    height: 100%;
}


/*Черная тема*/
body {
    background-color: black;
}

h1 {
    color: white;
}

.recipes {
    background-color: #222222;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 0 20px;
    margin-bottom: 20px;
}

.recipes div.h1 {
    color: white;
}

@media (max-width: 480px) {
    .wrap_buy_col {
        background: #FFFCF5;
        border: 1px solid #FEF0E4;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 25px 39px 16px 39px;
    }
}

.recipes__wrap {
    padding: 20px 0 0 0;
}

.catalog-page .container, .post_data .container, .ingredients .container, .post_video .container, .steps .container {
    background-color: #222222 !important;
    color: #ffffff;
}

.btn2 {
    color: #ffffff;
}

.tille_ing {
    color: #ffffff;
}

.steps {
    padding: 0;
}

.steps .container {
    padding: 20px 20px;
}

.wrap_comments .tille_ing {
    color: #222222;
}

div.descriptions_steps span {
    color: #ffffff;
}

.videorecipes-item__img:before {
    padding-top: 135%;
}
.feature {

}