html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
footer,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 20px;*/
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

figure {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

figcaption {
    font-size: 18px;
    line-height: 1.3;
}

footer,
header,
nav {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

* {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f2f2f2;
    position: relative
}

img {
    display: block;
    max-width: 100%
}

.Body img {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}

a {
    color: #b88b58;
    text-decoration: none
}

.Body {
    font-size: 18px;
    line-height: 1.4;
}

@media only screen and (min-width: 48em) {
    .Body {
        font-size: 18px;
        line-height: 1.4;
    }
}

.Body>* {
    max-width: 980px;
    font-family: sans-serif;
}

.Body a,
.comment_text a {
    color: inherit;
    box-shadow: inset 0 -1px #b88b58
}

.Body a:hover,
.comment_text a:hover {
    color: #b88b58
}

.Body p {
    margin-bottom: 15px
}

.SvgIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 45px;
    width: 100px
}

.Menu {
    display: none;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size: 13px;
        display: block;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: #262626;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.Menu-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

@media only screen and (min-width: 64em) {
    .Menu-item {
        padding: 0 15px;
        border-bottom: 0
    }
}

@media only screen and (min-width: 64em) {
    .Menu-item:last-of-type {
        border-right: none
    }
}

@media only screen and (min-width: 64em) {
    .Menu-item:hover {
        color: #999999;
        background-color: inherit
    }
}

.Menu-link {
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    text-decoration: none;
    color: #fff;
    position: relative;
    line-height: 45px;
    top: 1px
}

.Menu-item:hover .Menu-link {
    color: #999999
}

.MeduzaLogo {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center 10px;
    background-size: contain
}

.Header {
    position: relative;
    height: 45px;
    background-color: #262626;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    z-index: 2
}

@media only screen and (min-width: 64em) {
    .Header {
        padding: 0 15px
    }
}

@media only screen and (max-width: 63.9375em) {
    .Header .HeaderButton--chat {
        display: none
    }
}

.Header-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

.Header-center {
    height: 100%;
    display: none
}

@media only screen and (min-width: 64em) {
    .Header-center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

.Header-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Header-meduzaLogo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0
}

@media only screen and (min-width: 64em) {
    .Header-meduzaLogo {
        position: static
    }
}

.HeaderButton {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    fill: currentColor;
    border: 0;
    background: transparent;
    margin: 0;
    cursor: pointer
}

.HeaderButton:active {
    outline-width: 0
}

.HeaderButton:hover {
    color: #999
}

.HeaderButton::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #676767
}


@media only screen and (min-width: 64em) {
    .HeaderButton::after {
        top: 10px;
        bottom: 10px
    }
}

.HeaderButton-link {
    display: block;
    padding-top: 2px;
    text-transform: uppercase;
    color: inherit;
    font-family: sans-serif;
    font-weight: 600;
    cursor: pointer
}

.HeaderButton-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ''
}

.HeaderButton--chat {
    font-size: 13px;
    letter-spacing: .05em
}

.Copyright {
    padding: 0 15px;
    line-height: 1.2
}

.Copyright-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Copyright-container a:hover {
    color: rgba(255, 255, 255, 0.5)
}

@media only screen and (min-width: 48em) {
    .Copyright-container {
        max-width: 675px;
        border-top: 1px solid #505050;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left
    }
}

@media only screen and (min-width: 64em) {
    .Copyright-container {
        max-width: 860px
    }
}

.Copyright-container a {
    color: #fff
}

.Copyright-block {
    font-size: 17px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

@media only screen and (min-width: 48em) {
    .Copyright-block {
        padding-top: 0;
        border-top: 0
    }
}

.Copyright-block {
    text-align: center
}

.MaterialTag {
    position: relative;
    z-index: 30;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    font-family: sans-serif;
    color: #b88b58;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 32em) {
    .MaterialTag {
        height: 15px;
        line-height: 15px;
        padding: 0 5px;
        font-size: 10px;
        letter-spacing: .5px
    }
}

span.MaterialTag {
    cursor: default;
    pointer-events: none
}

@media only screen and (min-width: 32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0 7px;
        letter-spacing: 1px;
        font-size: 12px
    }
}

.MaterialTag--solid {
    color: #fff;
    background: #b88b58;
    border-color: #b88b58;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.FormField-input:placeholder {
    color: #AFAFAF
}

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

    .Messenger-content::-webkit-scrollbar-track:hover:vertical {
        background: #F3F3F3
    }

    .Messenger-content::-webkit-scrollbar-thumb:hover:vertical {
        background: #D9D9DE
    }
}

.MaterialMeta {
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #808080;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    font-weight: normal
}

@media only screen and (min-width: 48em) {
    .MaterialMeta {
        font-size: 15px;
        line-height: 18px;
        margin-right: 15px
    }
}

.MaterialMeta--source {
    background-image: url("");
    background-position-y: 1px
}

@media only screen and (min-width: 48em) {
    .MaterialMeta--source {
        background-position-y: 4px;
        white-space: nowrap
    }
}

.MaterialMeta--time {
    background-size: 12px 12px;
    background-image: url("")
}

.MediaMaterialHeader {
    max-width: 840px
}

.MediaMaterialHeader-first {
    color: #000;
    line-height: 27px
}

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

    .MediaMaterialHeader-first {
        line-height: 38px
    }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-family: sans-serif;
    font-size: 27px;
    font-weight: 700
}

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

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px
    }
}

.MediaMaterial {
    background-color: #fff;
    padding: 12px 15px
}

@media only screen and (min-width: 48em) {
    .MediaMaterial {
        padding: 25px 15px 20px
    }
}

.MediaMaterial-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-header {
        max-width: 1000px;
        margin-bottom: 25px
    }
}

.MediaMaterial-tag {
    margin-bottom: 5px
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-tag {
        margin-bottom: 11px
    }
}

.MediaMaterial-meta {
    margin-top: 12px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-meta {
        margin-top: 12px;
    }
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-body {
        max-width: 1000px
    }
}

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

    .MediaMaterial--fullWidth .MediaMaterial-header {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
    max-width: none
}

.Material {
    padding: 12px 0 0
}

@media only screen and (min-width: 48em) {
    .Material {
        padding: 15px 0 0
    }
}

.Material-shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.15)
}

.Material-shadow--top {
    top: 0
}

.Material-container {
    background: #fff;
    position: relative
}

.MaterialContent--bannerless .Body>* {
    margin-right: auto;
    margin-left: auto
}


.App {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    transition: -webkit-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-content,
.App-footer {
    transition: -webkit-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-footer {
    position: relative;
    z-index: 1
}

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #f2f2f2;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.App-header {
    position: relative;
    z-index: 200
}

.App--isMaterial .App-content {
    background-color: #E6E6E6
}

.Footer {
    color: #999999;
    background-color: #252525;
    font-family: sans-serif;
}

.logo {
    display: block;
    margin-top: 10px;
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.Body a,
.comment_text a {
    color: blue;
}

.Body a:hover,
.comment_text a:hover {
    box-shadow: none;
}



button {
    -webkit-appearance: none;
    border-radius: 5px !important;
    box-shadow: 0px 4px 3px #242120 !important;
    padding: 10px 15px !important;
}

.comment_date {
    color: #808080;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

picture {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.cr {
    color: red;
}

.text--center {
    text-align: center !important;
}

.mt {
    margin-top: 15px;
}

.udl {
    text-decoration: underline;
}

.attention {
    padding: 1rem;
    border: 2px solid #ff0d00;
}

.attention.marked p {
    position: relative;
    padding-left: 20px;
}

.attention.marked p::before {
    width: 10px;
    height: 10px;
    background-color: #ff0d00;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.biege {
    background-color: #ffefc9;
}

table tr:nth-child(even) {
    text-align: center;
    background-color: #9ffcb8;
}

.p-table td {
    padding: 5px 0;
}

.table-reverse tr:nth-child(odd) {
    text-align: left;
    background-color: #9ffcb8;
    padding-left: 25px;

}

.table-reverse tr:nth-child(even) {
    text-align: left;
    background-color: transparent;
}

@media (min-width: 768px) {
    .mt {
        margin-top: 15px;
    }

    h2 {
        font-size: 25px;
    }

    .Body p,
    .comment_text {
        text-align: justify;
    }
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #a12000;
}

.ac_footer a {
    color: #a12000;
}

.ac_footer a:hover {
    text-decoration: underline;
}

.come {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.come__line {
    width: 100%;
    height: 2px;
    background: #b4b4b4;
}

.come__text {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 10px;
    color: #148fb9;
    font-weight: 600;
    white-space: nowrap;
}

.block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

ul.block li {
    flex-basis: 30%;
    list-style: none;
    text-align: center;
    margin-bottom: 8px;
}

ul.block li img {
    max-width: 150px;
    width: 100%;
}

ul.block li:nth-child(4) img {
    max-width: 80px;
}

ul.block li:nth-child(5) img {
    max-width: 80px;
}

@media (max-width: 500px) {
    .block {
        flex-direction: column;
    }
}

.v-order-wrapper-fon-bg2 {
    border: 1px solid #f3e8cb;
    padding: 15px 50px;
    -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25),
        0 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25),
        0 5px 5px rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f3e8cb),
            to(#fffbf0));
    background: -o-linear-gradient(#f3e8cb, #fffbf0);
    background: linear-gradient(#f3e8cb, #fffbf0);
}

@media (max-width: 767px) {
    .v-order-wrapper-fon-bg2 {
        padding: 15px 20px;
    }
}


@media (max-width: 720px) {
    .v-order-wrapper-fon-bg2 .vik-winners-bl .left_block {
        background: transparent;
        margin-bottom: 20px;
    }

    .v-order-wrapper-fon-bg2 {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 10px;
    }

    .vik-winners-bl .lb_top:before {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%;
    }

    .vik-winners-bl .lbt_text_1 {
        font-size: 18px;
        line-height: 20px;
    }

    .vik-winners-bl .lb_text {
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px;
    }

    .vik-winners-bl .lb_text>span {
        font-size: 40px;
        line-height: 41px;
    }
}

.vik-winners-bl .left_block {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
}

.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
    background: #fff;
}

.vik-winners-bl .lb_top {
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}

.vik-winners-bl .lb_top:before {
    display: block;
    content: "";
    width: 40px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.vik-winners-bl .lbt_text_1 {
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    text-align: center;
}

.vik-winners-bl .lb_text {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 15px 0;
    text-align: center;
}

.vik-winners-bl .lb_text>span {
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
}

.vik-winners-bl .wins {
    border: 1px solid #d8d8d8;
    border-radius: 15px;
}

.vik-winners-bl .win_line {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.vik-winners-bl .win_line>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px 0 15px;
    font-size: 17px;
    line-height: 19px;
}

.vik-winners-bl .win_line:first-child {
    background: linear-gradient(89.47deg,
            #ed7b22 0,
            #f59a14 100%);
}

.vik-winners-bl .win_line:last-child {
    border-bottom: none;
}

.vik-winners-bl .lb_text>span {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (max-width: 1100px) {
    .vik-winners-bl .left_block {
        display: block;
    }
}

@media only screen and (max-width: 880px) {
    .vik-winners-bl .left_block {
        max-width: 100%;
        float: none;
    }

    .vik-winners-bl .lb_text {
        text-align: center;
    }
}

@media (max-width: 720px) {
    .vik-winners-bl .win_line {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vik-winners-bl .win_line>div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 10px !important;
    }

    .vik-winners-bl .lb_top:before {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%;
    }

    .vik-winners-bl .lbt_text_1 {
        font-size: 18px;
        line-height: 20px;
    }

    .vik-winners-bl .lb_text {
        font-size: 26px;
        line-height: 35px;
        margin-top: 20px;
    }

    .vik-winners-bl .lb_text>span {
        font-size: 26px;
        line-height: 35px;
    }
}

@media screen and (max-width: 480px) {

    .vik-winners-bl .lb_text,
    .vik-winners-bl .lb_text>span {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media only screen and (max-width: 450px) {
    .vik-winners-bl .win_line>div {
        padding: 0 5px 0 10px;
        font-size: 15px;
        line-height: 19px;
    }
}

@media (max-width: 460px) {
    .vik-winners-bl .left_block {
        padding: 0 !important;
    }

    .vik-winners-bl .win_line>div {
        font-size: 14px !important;
    }

    .vik-winners-bl .lb_text>span {
        font-size: 26px;
        line-height: 30px;
    }

    .vik-winners-bl .lb_top {
        padding: 10px;
    }
}

body *:not(i) {
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

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

.ring-loading {
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 0 auto !important;
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a {
    cursor: pointer;
}

[scroll="goScrollToForm"] {
    cursor: pointer;
}

#form-block {
    margin-top: 25px;
}

#first_comment {
    margin-top: 15px;
    margin-bottom: 15px;
}

.comment {
    padding: 15px 0;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.comment_text {
    margin: 15px 0;
}

.comment .live {
    width: 100%;
    max-width: 250px;
}

.prod-wrapper img {
    max-width: 190px;
    margin: 0 auto;
}

.citate {
    position: relative;
    padding: 30px 20px;
}

.citate::before,
.citate::after {
    background-image: url(../images/quotes.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
    content: "";
    position: absolute;
}

.citate::before {
    left: 10px;
    top: 5px;
    transform: rotate(180deg);
}

.citate::after {
    bottom: 5px;
    right: 10px
}

h4,
ul {
    margin-bottom: 15px;
    margin-top: 15px;
}

.door__head {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
}

.inL_409117 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
}

.scroll {
    max-width: 40px !important;
    transform: translateX(0);
    animation: moving 2s infinite;
    margin: 0 auto 20px !important;
}

@keyframes moving {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

.scroll-container {
    width: 100%;
    margin-bottom: 15px;
}

.scrolled-img {
    display: block;
    min-width: 650px;
    max-width: 650px;
    margin: 0 auto;
}

.scroll-img-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
}

.scroll-img-wrapper picture {
    margin-bottom: 0;
}

@media screen and (min-width: 680px) {
    .scroll {
        display: none !important;
    }

    .scroll-img-wrapper {
        max-width: 100%;
    }

    .scrolled-img {
        min-width: unset;
        width: 100%;
        display: block;
    }

    .citate::before,
    .citate::after {
        width: 35px;
        height: 35px;
    }

    .citate {
        padding: 40px 20px
    }
}

.pink {
    background-color: #ffd7d7;
}

@media screen and (max-width: 768px) {
    .prod-wrapper img {
        max-width: 170px;
    }
}