body,
html {
    margin: 0px;
}

hr {
    padding: 0px;
    border-width: medium;
    border-style: double none none;
    border-color: rgb(51, 51, 51) currentcolor currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: rgb(51, 51, 51);
    text-align: center;
}

b,
body,
div,
figure,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0px 0px;
}

body {
    line-height: 1;
    font-family: sans-serif;
}

figure,
header,
nav {
    display: block;
}

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

* {
    box-sizing: border-box;
}

body {
    background-color: rgb(242, 242, 242);
    position: relative;
}

img {
    max-width: 100%;
}

a {
    color: rgb(184, 139, 88);
    text-decoration: none;
}

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

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

.Body>* {
    max-width: 980px;
}

.Body:last-child> :last-child {
    margin-bottom: 0px;
}

.Body a {
    color: inherit;
    box-shadow: 0px -1px rgb(184, 139, 88) inset;
}

.Body a:hover {
    color: rgb(184, 139, 88);
}

.Body p {
    margin-bottom: 15px;
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700;
}

.Menu {
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size: 13px;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: rgb(38, 38, 38);
        display: flex;
        justify-content: center;
    }
}

.Menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px;
    text-align: center;
    transition: color 0.15s ease-out 0s;
}

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

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

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

.Menu-link {
    transition: color 0.15s ease-out 0s;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: relative;
    line-height: 45px;
    top: 1px;
}

.Menu-item:hover .Menu-link {
    color: rgb(153, 153, 153);
}

.Header {
    position: relative;
    height: 45px;
    background-color: rgb(38, 38, 38);
    display: flex;
    flex-flow: row nowrap;
    z-index: 2;
}

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

@media only screen and (max-width: 63.9375em) {
    .Header .HeaderButton--chat {
        display: none;
    }
    .App-header {
        display: none;
    }
    .Material {
        padding-top: 0 !important;
    }
}

.Header-left {
    display: flex;
    flex-basis: 16%;
    flex-grow: 1;
    height: 100%;
}

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

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

.Header-right {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    flex-basis: 16%;
    flex-grow: 1;
}

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

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

.HeaderButton {
    position: relative;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0px 15px;
    -moz-user-select: none;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    fill: currentcolor;
    border: 0px none;
    background: transparent none repeat scroll 0px 0px;
    margin: 0px;
    cursor: pointer;
}

.HeaderButton:active {
    outline-width: 0px;
}

.HeaderButton:hover {
    color: rgb(153, 153, 153);
}

.HeaderButton::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-right: 1px solid rgb(103, 103, 103);
}

@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-weight: 600;
    cursor: pointer;
}

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

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

.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;
    color: rgb(184, 139, 88);
    -moz-user-select: none;
}

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

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

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

.MaterialTag--solid {
    color: rgb(255, 255, 255);
    background: rgb(184, 139, 88) none repeat scroll 0% 0%;
    border-color: rgb(184, 139, 88);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.MaterialMeta {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: grey;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    font-weight: 400;
}

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

.MaterialMeta--source {
    background-image: url("../fonts/3oeigfnatno3838797cfrjgosh.svg");
    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("../fonts/1fkqy3hauftlt37g7rx0sjmafb.svg"); */
}

.MediaMaterialHeader {
    max-width: 840px;
}

.MediaMaterialHeader-first {
    color: rgb(0, 0, 0);
    line-height: 27px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first {
        line-height: 38px;
    }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    transition: color 0.25s ease-out 0s;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px;
    }
}

.MediaMaterial {
    background-color: rgb(255, 255, 255);
    padding: 12px;
}

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

.MediaMaterial-header {
    display: flex;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0px auto 18px;
    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: 0px 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 {
        align-items: center;
        text-align: center;
    }
}

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

.Material {
    padding: 12px 0px 0px;
}

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

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

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

.Material-container {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: relative;
}

@media only screen and (min-width: 48em) {
    .Body h3 {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 27px;
    }
}

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

.MaterialContent .Figure {
    margin-right: -12px;
    margin-left: -12px;
}

@media only screen and (min-width: 40.625em) {
    .MaterialContent .Figure {
        margin-right: auto;
        margin-left: auto;
    }
}

.Figure {
    margin: 15px -12px;
}

.Figure img {
    display: block;
    margin: 5px auto;
}

@media only screen and (min-width: 48em) {
    .Figure {
        margin: 27px auto 20px;
    }
}

@media only screen and (min-width: 75em) {
    .Figure {
        max-width: 650px;
    }
}

.Figure img {
    max-width: 100%;
    vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
    .Figure img {
        border-radius: 2px;
    }
}

.Figure-caption {
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
    padding: 7px 12px 0px;
    font-size: 15px;
    line-height: 17px;
}

@media only screen and (min-width: 40.625em) {
    .Figure-caption {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 18px;
    }
}

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

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

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: rgb(242, 242, 242);
    flex: 1 0 auto;
}

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

.App--isMaterial .App-content {
    background-color: rgb(230, 230, 230);
}

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

.Body a {
    color: rgb(0, 128, 0);
}

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

select {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 10px auto ! important;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 6px;
    outline: medium none;
    text-indent: 60px;
    color: rgb(37, 37, 37);
    font-size: 30px;
    box-sizing: content-box;
    transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
    select {
        font-size: 24px;
    }
}

select {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 10px auto ! important;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 6px;
    outline: medium none;
    text-indent: 60px;
    color: rgb(37, 37, 37);
    font-size: 30px;
    box-sizing: content-box;
    transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
    select {
        font-size: 24px;
    }
}

a:active,
a:focus {
    outline: 0px none;
}

input {
    outline: 0px none;
}

input:active {
    outline: 0px none;
}

:focus {
    outline: 0px none;
}

button:active,
button:focus {
    outline: 0px none ! important;
}

button::-moz-focus-inner {
    border: 0px none ! important;
}

.ord_button {
    background-color: rgb(250, 61, 61);
    color: rgb(255, 255, 255) ! important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 22px ! important;
    box-shadow: 2px 3px 8px rgb(153, 153, 153);
    text-decoration: none ! important;
    border-radius: 8px;
    border: 3px solid rgb(255, 255, 255);
    margin: 20px 0px 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    text-shadow: 1px 1px 0px rgb(86, 86, 86);
    font-weight: 500;
}

.ord_button:hover {
    background-color: rgb(119, 33, 51);
    box-shadow: 2px 3px 3px rgb(153, 153, 153);
    text-decoration: none ! important;
    transform: scale(1.1);
}

.center {
    text-align: center;
}

.countdown-block {
    text-align: center;
    background: rgb(237, 27, 36) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    box-shadow: 0px 0px black;
}

.countdown-block>h3 {
    font-weight: 800;
    font-size: 24px;
    padding-top: 5px;
    margin: 0px;
    padding-bottom: 10px;
}

.countdown-container {
    max-width: 320px;
    background: rgb(237, 27, 36) none repeat scroll 0% 0%;
    border: 5px solid rgb(255, 253, 7);
    text-align: center;
    margin: 0px auto;
}

.countdown-container h3 {
    color: rgb(255, 253, 7);
    margin: -10px auto 0px;
    background: rgb(237, 27, 36) none repeat scroll 0% 0%;
    width: 90%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 1;
}

.countdown-item {
    color: rgb(255, 255, 255);
    width: 5rem;
    font-weight: 800;
}

.countdown-divider {
    color: rgb(255, 255, 255);
    width: 1rem;
}

.countdown-text {
    margin: 0px auto -8px;
    background: rgb(237, 27, 36) none repeat scroll 0% 0%;
    width: 90%;
    color: rgb(255, 253, 7);
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.countdown-text span {
    width: 2rem;
    margin-right: 2rem;
}

.best-form {
    font: 16px/1.2 "Roboto", sans-serif;
    padding: 1rem 1rem 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 170, 0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAxNjAwIDgwMCc+PGcgPjxwYXRoIGZpbGw9JyNmZmI4MDMnIGQ9J000ODYgNzA1LjhjLTEwOS4zLTIxLjgtMjIzLjQtMzIuMi0zMzUuMy0xOS40Qzk5LjUgNjkyLjEgNDkgNzAzIDAgNzE5LjhWODAwaDg0My44Yy0xMTUuOS0zMy4yLTIzMC44LTY4LjEtMzQ3LjYtOTIuMkM0OTIuOCA3MDcuMSA0ODkuNCA3MDYuNSA0ODYgNzA1Ljh6Jy8+PHBhdGggZmlsbD0nI2ZmYzYwNycgZD0nTTE2MDAgMEgwdjcxOS44YzQ5LTE2LjggOTkuNS0yNy44IDE1MC43LTMzLjVjMTExLjktMTIuNyAyMjYtMi40IDMzNS4zIDE5LjRjMy40IDAuNyA2LjggMS40IDEwLjIgMmMxMTYuOCAyNCAyMzEuNyA1OSAzNDcuNiA5Mi4ySDE2MDBWMHonLz48cGF0aCBmaWxsPScjZmZkNDBjJyBkPSdNNDc4LjQgNTgxYzMuMiAwLjggNi40IDEuNyA5LjUgMi41YzE5Ni4yIDUyLjUgMzg4LjcgMTMzLjUgNTkzLjUgMTc2LjZjMTc0LjIgMzYuNiAzNDkuNSAyOS4yIDUxOC42LTEwLjJWMEgwdjU3NC45YzUyLjMtMTcuNiAxMDYuNS0yNy43IDE2MS4xLTMwLjlDMjY4LjQgNTM3LjQgMzc1LjcgNTU0LjIgNDc4LjQgNTgxeicvPjxwYXRoIGZpbGw9JyNmZmUxMTEnIGQ9J00wIDB2NDI5LjRjNTUuNi0xOC40IDExMy41LTI3LjMgMTcxLjQtMjcuN2MxMDIuOC0wLjggMjAzLjIgMjIuNyAyOTkuMyA1NC41YzMgMSA1LjkgMiA4LjkgM2MxODMuNiA2MiAzNjUuNyAxNDYuMSA1NjIuNCAxOTIuMWMxODYuNyA0My43IDM3Ni4zIDM0LjQgNTU3LjktMTIuNlYwSDB6Jy8+PHBhdGggZmlsbD0nI2ZmZWYxNScgZD0nTTE4MS44IDI1OS40Yzk4LjIgNiAxOTEuOSAzNS4yIDI4MS4zIDcyLjFjMi44IDEuMSA1LjUgMi4zIDguMyAzLjRjMTcxIDcxLjYgMzQyLjcgMTU4LjUgNTMxLjMgMjA3LjdjMTk4LjggNTEuOCA0MDMuNCA0MC44IDU5Ny4zLTE0LjhWMEgwdjI4My4yQzU5IDI2My42IDEyMC42IDI1NS43IDE4MS44IDI1OS40eicvPjxwYXRoIGZpbGw9JyNmZmVhMzQnIGQ9J00xNjAwIDBIMHYxMzYuM2M2Mi4zLTIwLjkgMTI3LjctMjcuNSAxOTIuMi0xOS4yYzkzLjYgMTIuMSAxODAuNSA0Ny43IDI2My4zIDg5LjZjMi42IDEuMyA1LjEgMi42IDcuNyAzLjljMTU4LjQgODEuMSAzMTkuNyAxNzAuOSA1MDAuMyAyMjMuMmMyMTAuNSA2MSA0MzAuOCA0OSA2MzYuNi0xNi42VjB6Jy8+PHBhdGggZmlsbD0nI2ZmZTU0NycgZD0nTTQ1NC45IDg2LjNDNjAwLjcgMTc3IDc1MS42IDI2OS4zIDkyNC4xIDMyNWMyMDguNiA2Ny40IDQzMS4zIDYwLjggNjM3LjktNS4zYzEyLjgtNC4xIDI1LjQtOC40IDM4LjEtMTIuOVYwSDI4OC4xYzU2IDIxLjMgMTA4LjcgNTAuNiAxNTkuNyA4MkM0NTAuMiA4My40IDQ1Mi41IDg0LjkgNDU0LjkgODYuM3onLz48cGF0aCBmaWxsPScjZmZlMTU3JyBkPSdNMTYwMCAwSDQ5OGMxMTguMSA4NS44IDI0My41IDE2NC41IDM4Ni44IDIxNi4yYzE5MS44IDY5LjIgNDAwIDc0LjcgNTk1IDIxLjFjNDAuOC0xMS4yIDgxLjEtMjUuMiAxMjAuMy00MS43VjB6Jy8+PHBhdGggZmlsbD0nI2ZmZGM2NCcgZD0nTTEzOTcuNSAxNTQuOGM0Ny4yLTEwLjYgOTMuNi0yNS4zIDEzOC42LTQzLjhjMjEuNy04LjkgNDMtMTguOCA2My45LTI5LjVWMEg2NDMuNGM2Mi45IDQxLjcgMTI5LjcgNzguMiAyMDIuMSAxMDcuNEMxMDIwLjQgMTc4LjEgMTIxNC4yIDE5Ni4xIDEzOTcuNSAxNTQuOHonLz48cGF0aCBmaWxsPScjZmZkNzcxJyBkPSdNMTMxNS4zIDcyLjRjNzUuMy0xMi42IDE0OC45LTM3LjEgMjE2LjgtNzIuNGgtNzIzQzk2Ni44IDcxIDExNDQuNyAxMDEgMTMxNS4zIDcyLjR6Jy8+PC9nPjwvc3ZnPg==");
    background-size: cover;
}

.best-form>.wrap {
    max-width: 320px;
    margin: 0px auto;
}

.product {
    display: flex;
    align-items: center;
}

.product .left {
    width: 50%;
}

.product .right {
    width: 50%;
    text-align: center;
}

.product .price-old {
    line-height: 1;
}

.product .price-old span {
    display: inline-block;
    font-size: 2rem;
    color: rgb(0, 0, 0);
    position: relative;
}

.product .price-old>span::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 45%;
    right: 0px;
    border-top: 5px solid rgb(237, 27, 36);
    transform: rotate(-20deg);
}

.product .price-old>span::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 45%;
    right: 0px;
    border-top: 5px solid rgb(237, 27, 36);
    transform: rotate(20deg);
}

.comment p:first-child img {
    float: left;
}

.comment p:last-child {
    padding-left: 60px;
}

.comment p:first-child strong {
    position: relative;
    bottom: 5px;
}

.comment p:first-child {
    margin-bottom: 0;
}

.product .discount-text {
    margin-top: 1rem;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.product .price {
    color: rgb(237, 27, 36);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 1;
}

input,
button,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.name-input,
.phone-input,
select {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 0px none;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    transition: all 0.15s ease-in-out 0s;
}

.name-input label,
.phone-input label {
    align-self: center;
    padding-left: 15px;
    width: 60px;
    font-weight: 700;
}

.name-input input,
.phone-input input, 
select {
    flex: 1 1 auto;
    border: 0px none;
    font: inherit;
    box-sizing: border-box;
    min-width: 0px;
    padding: 10px 15px 10px 10px;
    border-radius: 6px;
}

.button-submit {
    text-align: center;
    display: flex;
    box-sizing: border-box ! important;
    width: 100%;
    margin: 0px auto;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 0px none;
    padding: 14px 0px;
    background-image: linear-gradient(to top, rgb(19, 124, 9), rgb(22, 172, 12));
    transition: all 0.15s ease-in-out 0s;
    cursor: pointer;
    font: 400 18px/1.4 "Roboto", sans-serif;
}

.button-submit-text {
    color: rgb(255, 255, 255);
    flex: 1 1 auto;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: 400;
}

.button-submit-arrow {
    width: 0px;
    height: 0px;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid rgb(255, 255, 255);
    margin-right: 1rem;
}

/* Code tidied up by ScrapBook */

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}

/* Code tidied up by ScrapBook */

/* Code tidied up by ScrapBook */

#only-mob {
    display: none;
}

@media screen and (max-width: 759px) {
    .product {
        display: block;
    }
    .product .left,
    .product .right {
        width: 100%;
    }
    .img-responsive {
        margin: 0px auto;
    }
    #not-on-mob {
        display: none;
    }
    #only-mob {
        display: block;
        text-align: center;
    }
    .product .price-old>span::before {
        transform: rotate(10deg);
    }
    .product .price-old>span::after {
        transform: rotate(-10deg);
    }
}

/* Code tidied up by ScrapBook */

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0px;
    color: rgb(161, 32, 0);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

.advert_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 768px) {
    .advert_wrap__item1 {
        display: none;
    }
}
.dnone {display:none!important;}
.inL_474760 { text-align: center; font: bold 12px 'IBM Plex Sans', sans-serif;font-weight: bold; padding: 10px 0; background: #545159; }
.inL_555695 { color: #fff; }
.inL_757991 { color: #fff; text-decoration: underline;cursor: pointer; }
.inL_36004 { text-align: center; }
.inL_945582 { text-align: center; }
.inL_80730 { max-width: 95%; }
.inL_597426 { margin-bottom: 20px; }
.inL_884965 { max-width: 95%; }
.inL_591528 { margin-bottom: 20px; }
.inL_473044 { max-width: 95%; }
.inL_134616 { margin-bottom: 20px; }
.inL_372494 { width: 100%; max-width: 250px; display: block;margin: 0 auto; }
.inL_362251 { color: green; }
.inL_449476 { display: inline-block; }
.inL_65090 { display: inline-block; }
.inL_899657 { max-width: 95%; }
.inL_225841 { background: white;text-align: center; }
.inL_963216 { text-decoration: underline; cursor: pointer; }
.inL_570318 { text-decoration: underline; cursor: pointer; }