:root {
    --wd-text-font-size: 16px!important;
}
body header {
    margin-bottom: 0!important;
    height: 110px!important;
}
body .main-page-wrapper {
    margin: 0;
    padding: 0;
}
body .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
body .container:has(.recipes-banner) {
    margin: 0;
    padding: 0;
    max-width: unset;
}
body .container:has(.recipe-top__wrap) {
    max-width: unset;
    width: 100vw;
}
body .container:has(.container .recipes-down__row) {
    max-width: unset;
    width: 100vw;
}
body .site-content {
    margin-bottom: 0!important;
}
body .wd-prefooter.woodmart-prefooter {
    display: none;
}

body .container_smaller {
    max-width: 45.875rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

body .recipes-down.recipes-down_big {
    width: 100%;
}

body .recipes-down {
    max-width: unset;
    width: 100vw;
}

body .slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, .0666666667);
    display: block;
    height: .625rem;
    width: .625rem;
    outline: none;
    line-height: 0;
    font-size: 0;
    margin: 1rem;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

body h2 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #050505;
    margin-bottom: 2.8125rem;
    margin-left: 9.875rem;
    line-height: 1.22;
}

body .h2_tiny {
    margin-left: 0;
    margin-bottom: 2.5rem;
}