.Menu-item, .Menu-link, .SvgIcon, body {
    position: relative;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.Menu-item, .Menu-link {
    -webkit-transition: color .15s ease-out 0s;
    transition: color .15s ease-out 0s;
}

.Menu-link, a, a.button {
    text-decoration: none;
}

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

body {
    background-color: #f2f2f2;
    line-height: 1;
}

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

header, nav {
    display: block;
}

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

img {
    max-width: 100%;
}

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

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

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

.Body h3, .HeaderButton-link, .MaterialMeta, .MaterialTag, .Menu {
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
}

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

.Body p:empty {
    display: none;
}

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

.HeaderButton-link, .Menu {
    font-weight: 600;
    text-transform: uppercase;
}

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

.Header, .MeduzaLogo {
    position: relative;
    z-index: 2;
}

.App-content, button {
    overflow: visible;
}

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

.Menu {
    color: #fff;
    display: none;
}

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

.Menu-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: center;
}

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

    .Menu-item {
        border-bottom: 0 none;
    }

    .Menu-item:last-of-type {
        border-right: medium none;
    }

    .Menu-item:hover {
        background-color: inherit;
        color: #999;
    }
}

.Menu-link {
    color: #fff;
    line-height: 45px;
    top: 1px;
}

.Menu-item:hover .Menu-link {
    color: #999;
}

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

.Header {
    background-color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    height: 45px;
}

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

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

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

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

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

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

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

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

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

.HeaderButton:hover {
    color: #999;
}

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

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

.HeaderButton-link {
    color: inherit;
    cursor: pointer;
    display: block;
    padding-top: 2px;
}

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

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

.MaterialMeta, .MaterialTag {
    display: inline-block;
}

.MaterialTag {
    border: 1px solid;
    border-radius: 2px;
    color: #b88b58;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    z-index: 30;
}

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

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

button, html input[type=button], input[type=submit] {
    cursor: pointer;
}

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

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

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

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

.MaterialMeta--time {
    background-size: 12px 12px;
}

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

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

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

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

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

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

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

    .MediaMaterial {
        padding: 25px 15px 20px;
    }

    .MediaMaterial-tag {
        margin-bottom: 11px;
    }

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

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

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

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

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

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

.Material {
    padding: 12px 0 0;
}

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

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

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

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

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

    .Body h3 {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

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

.App {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.App-content {
    background-color: #f2f2f2;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

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

.App--isMaterial .App-content {
    background-color: #e6e6e6;
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ProximaNova-Regular.woff) format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ProximaNova-Semibold.woff) format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ProximaNova-Bold.woff) format("woff");
}

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

.Body a {
    -webkit-box-shadow: 0 -1px #b88b58 inset;
    box-shadow: 0 -1px #b88b58 inset;
    color: #00f;
}

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

a.button {
    background-color: red;
    border-radius: 30px;
    color: #fff !important;
    display: block;
    font-size: 20px;
    max-width: 320px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

a.button:hover {
    background-color: #c11f1f;
}

html {
    font-family: sans-serif;
}

body {
    margin: 0;
}

header, main, nav {
    display: block;
}

a {
    background: 0 0;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    text-transform: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.main-lnk {
    text-decoration: none !important;
    color: inherit !important;
}


body {
    font-family: 'PT Sans', sans-serif;
}

.contentBox {
    line-height: 1.5;
}

.contentBox p {
    padding-bottom: 10px;
    padding-top: 10px;
}

.contentBox h1 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contentBox h2 {
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blue-horizontal-box {
    background: #e5f2ff;
    color: #165391;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    width: 100%;
}

.red-horizontal-box {
    background: #ffeeee;
    color: #9f0d0d;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    width: 100%;
}

.left-img-box {
    background: #dadada;
    color: #000;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2%;
    width: 100%;
}

.left-img-box p {
    text-align: right;
    margin: 0;
    padding: 0;
}

.left-img-box img {
    float: right;
    height: auto;
    margin-left: 20px;
    max-width: 350px !important;
    width: 100%;
}

a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.Body p {
    margin-bottom: 0;
}

.contentBox span, p, a, h1, h2, h3 {
    font-family: "PFRegal", "Georgia", serif !important;
}

.comment-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.comment-profile-box {
    margin-bottom: 7px;
}

.comment-text-box img {
    margin: 7px 0;
}

.MediaMaterial-header {
    display: block;
    text-align: center;
}

.lead-form-box {
    background: white url("../images/formbg.jpg") no-repeat top 0 right 0;
    background-size: 100% 100%;
    border-bottom: 1px solid #dacec6;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: Arial, sans-serif;
    max-width: 450px;
    padding: 20px;
}

.form__prod {
    max-width: 300px;
    margin: 0 auto 15px;
    position: relative;
    padding: 25px 10px 0;
}

.form__prod:before {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    top: 0;
    width: 74px;
    height: 74px;
    font-weight: 700;
    content: "%50-";
    unicode-bidi: plaintext;
    color: white;
    background-color: red;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    padding: 15px 0;
}

.form__discount {
    unicode-bidi: plaintext;
}

.fields-box {
    margin: auto;
    max-width: 320px;
    width: 100%;
}

#lead-form input {
    background: #fff !important;
    border: 2px solid #e9d7dc;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 17px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 15px !important;
    width: 100% !important;
}

#lead-form-result {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a94442;
    display: none;
    font-size: 15px;
    padding: 7px;
    width: 100%;
}

.name-field, .phone-field {
    margin-bottom: 10px;
    text-align: left;
}

.name-field label, .phone-field label {
    color: #333 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.lead-form-box h2 {
    border: none;
    color: #000 !important;
    line-height: 32px !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}

.lead-form-box label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    width: 100%;
    text-align: right;
}

.lead-form-box span {
    font-size: 12px;
}

#send-lead {
    background: #0299ff;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
    box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold !important;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    width: 100%;
    transition: all .3s ease-in-out;
}

#send-lead:hover {
    background: #037ed2;
}

@media screen and (max-width: 600px) {
    .lead-form-box {
        background-image: url("../images/formbg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-left: 1px solid #dacec6;
        border-right: 1px solid #dacec6;
    }
}

@media screen and (max-width: 400px) {
    .fields-box {
        padding: 10px;
    }

    .lead-form-box {
        padding: 10px;
    }

    #send-lead {
        padding: 10px;
    }
}

.myh4, .rub-ramka a {
    text-transform: uppercase;
}

.rub-ramka {
    background: rgba(3, 224, 0, .04);
    border: 4px double rgba(21, 160, 37, .32);
    border-radius: 2px;
    color: #4a4a4a;
    font-family: open sans, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
    max-width: 86%;
    padding: 6px 13px !important;
}

.myh4 {
    background-color: #f5fef5;
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
    border: 1px dotted #e2e2e2;
    border-radius: 2px;
    border-right: none;
    color: #3a753a;
    display: table;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 9px;
    margin-left: -3px;
    margin-top: 5px;
    padding: 6px 4px 4px 5px;
    width: 100%;
}

.rub-ramka a {
    border-bottom: 1px dashed;
    color: #ce5353;
    font-size: 15px;
    font-weight: 400;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 1px;
    text-decoration: none;
    text-shadow: 0 0 0;
}

@media screen and (max-width: 1020px) {
    .rub-ramka {
        max-width: 95%;
    }
}

.al-cost-promo span {
    font-size: 20px;
    color: gray;
}

.al-cost-promo {
    position: relative;
}

.al-cost-promo::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.al-cost {
    margin-right: 15px;
}

.al-cost span {
    font-size: 24px;
    font-weight: 700;
}

.ac_footer {
    color: #a12000;
    padding: 30px 15px;
}

.ac_footer a {
    color: #a12000;
}

.ac_footer p {
    text-align: center;
    width: 100%;
}

.order__form-block {
    margin-top: 50px;
}

img[width='1'] {
    display: none !important;
}

.inL_326085 {
    font-family: 'Germania One', cursive !important;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
}

@media screen and (min-width: 64em) {
    .inL_326085 {
        text-align: right;
    }

    .order__form-block {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        max-width: 840px;
        margin: 30px auto 0;
        align-items: center;
    }

    .form__prod {
        max-width: 300px;
        width: 100%;
        margin: 0 40px 0 0;
        padding: 25px 10px 0 0;
    }
    
    .form__prod:before {
        width: 90px;
        height: 90px;
        font-size: 32px;
        padding: 17px 0;
    }
    
}

.inL_805796 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.inL_569251 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_505189 {
    text-align: center;
}

.inL_338507 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_999296 {
    max-width: 600px;
    width: 100%;
}

.inL_877094 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_262404 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_433095 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_92437 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_791144 {
    text-align: center;
}

.inL_570986 {
    max-width: 600px;
    width: 100%;
}

.inL_819622 {
    font-family: Arial, Helvetica, sans-serif;
}

.contentBox p.inL_702894 {
    text-align: center;
    padding-bottom: 0;
}

.inL_384218 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_466912 {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.inL_94090 {
    font-size: 16px;
    text-align: center;
}

.inL_3929 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_163216 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_995990 {
    text-align: center;
}

.inL_558931 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_504596 {
    max-width: 500px;
    width: 100%;
}

.inL_365439 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_718558 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_102529 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_779486 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_698740 {
    margin-left: 40px;
}

.inL_423291 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_753077 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_667400 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_249465 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_585675 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_912878 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_241451 {
    width: 100%;
}

.inL_828462 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_455243 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_304747 {
    width: 100%;
}

.inL_901056 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_948089 {
    width: 100%;
}

.inL_652122 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_486730 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_393773 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_794746 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_973956 {
    margin-left: 40px;
}

.inL_465617 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_376832 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_46709 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_871994 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_804182 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_517964 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_829347 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_253131 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_135590 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_862882 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_215067 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_180339 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_455267 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_33481 {
    width: 100%;
    max-width: 300px;
}

.inL_846940 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_335876 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_507070 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_505538 {
    margin-left: 40px;
}

.inL_972962 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_276079 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_943619 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_928699 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_28242 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_287610 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_748286 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_896282 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_658867 {
    background: rgb(255, 236, 166) none repeat scroll 0 0;
    padding: 20px;
    border: 1px solid red;
}

.inL_900927 {
    font-size: 18px;
}

.inL_234898 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_439078 {
    max-width: 100px;
    margin-top: 20px;
}

.inL_325386 {
    color: blue;
    font-size: 14px;
}

.inL_256752 {
    font-size: 16px;
}

.inL_588188 {
    text-align: center;
    margin: 20px 10px 20px 10px;
    border: 2px solid #0299ff;
    padding: 10px;
}

.inL_826997 {
    margin-bottom: 20px;
}

.inL_659759 {
    font-family: Arial, Helvetica, sans-serif;
}

.inL_403203 {
    color: #6b6b6b;
}

.inL_645039 {
    color: #6b6b6b;
}

.inL_522962 {
    color: #6b6b6b;
}

.inL_88350 {
    color: #6b6b6b;
}

.inL_955003 {
    color: #6b6b6b;
}

.inL_794865 {
    color: #6b6b6b;
}

.inL_691105 {
    color: #6b6b6b;
}

.inL_653121 {
    color: #6b6b6b;
}

.inL_165334 {
    color: #6b6b6b;
}

.inL_84084 {
    color: #6b6b6b;
}

.inL_576867 {
    color: #6b6b6b;
}

.inL_769164 {
    color: #6b6b6b;
}

.inL_391337 {
    color: #6b6b6b;
}

.inL_406430 {
    color: #6b6b6b;
}

.inL_526267 {
    color: #6b6b6b;
}

.inL_360188 {
    color: #6b6b6b;
}

.inL_274289 {
    color: #6b6b6b;
}

.inL_224343 {
    color: #6b6b6b;
}

.inL_978268 {
    color: #6b6b6b;
}

.inL_610412 {
    color: #6b6b6b;
}

.inL_985263 {
    color: #6b6b6b;
}

.inL_138460 {
    color: #6b6b6b;
}

.inL_372111 {
    color: #6b6b6b;
}

.inL_317790 {
    color: #6b6b6b;
}

.inL_741524 {
    color: #6b6b6b;
}

.inL_148994 {
    color: #6b6b6b;
}

.inL_486677 {
    color: #6b6b6b;
}

.inL_64917 {
    color: #6b6b6b;
}

.inL_838503 {
    color: #6b6b6b;
}

.inL_825763 {
    color: #6b6b6b;
}

.center-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.red-text {
    color: red;
}

.form__price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    ul.inL_698740, ul.inL_973956, ul.inL_505538,
    ul.inL_900927 {
        margin-left: 0;
        padding-left: 0;
        padding-right: 10px;
    }
}

.product__link {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    background-color: red;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 700;
    padding: 15px;
    transition: background-color .3s;
}

.product__link:hover {
    background-color: rgb(145, 2, 2);
}

.product__pack {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 15px;
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial,serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
    /*margin-top: 20px;*/
}

.commentForm.hidden,
.comment-btn.hidden {
    display: none;
}

#push-comments #push_mlyjekpdfdd1__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_mlyjekpdfdd1__title {
    color: #43a047;
    border-bottom: 0 solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none
}

.commentForm__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.comment__area {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 14px 20px;
    width: calc(65% - 20px);
}

.custom {
    display: flex;
    max-width: 210px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.custom__image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(../images/com-ava.png);
    background-color: #e5e5e5;
    margin-left: 10px;
}

.custom__text {
    font-size: 16px;
    font-weight: 700;
}

.custom__field {
    max-width: 100px;
    visibility: hidden;
    position: absolute;
    z-index: 0;
}

#push-comments {
    padding: 20px 0 40px;
}

.comment-btn {
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #919191;
    padding: 0.7em 1.5em;
    outline: 0;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
    margin: 0 auto;
}

.comment-btn:hover {
    background: #818181;
}

@media screen and (max-width: 600px) {
    .commentForm__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment__area {
        margin-bottom: 25px;
        width: 100%;
    }

    .left-img-box {
        float: none;
        max-width: 360px;
        margin: 10px auto;
        padding: 10px;
    }

    .left-img-box img {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .left-img-box p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .left-img-box p strong {
        text-align: center;
    }
}