.Menu-item, .Menu-link, .SvgIcon, body {
    position: relative
}

* {
    box-sizing: border-box
}

.Body a:hover, a {
    color: #b88b58
}

.Menu-item, .Menu-link {
    transition: color .15s ease-out 0
}

.Menu-link, a {
    text-decoration: none
}

b, body, div, footer, h1, h3, header, html, img, nav, p, span, strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0
}

body {
    line-height: 1;
    background-color: #f2f2f2
}

.Body:last-child > :last-child {
    margin-bottom: 0
}

footer, header, nav {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    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 > * {
    max-width: 980px;
    font-family: PFRegal, Georgia, serif
}

.Body h3, .Footer, .HeaderButton-link, .MaterialMeta, .MaterialTag, .Menu {
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif
}

.Body p {
    margin-bottom: 15px
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700
}

.HeaderButton-link, .Menu {
    font-weight: 600;
    text-transform: uppercase
}

.SvgIcon {
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.Header, .MeduzaLogo {
    position: relative;
    z-index: 2
}

.App-content, button {
    overflow: visible
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 45px;
    width: 100px
}

.Menu {
    display: none;
    color: #fff
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size: 13px;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: #262626;
        display: flex;
        justify-content: center
    }
}

.Menu-item {
    display: flex;
    align-items: center;
    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 {
        color: #999;
        background-color: inherit
    }
}

.Menu-link {
    color: #fff;
    line-height: 45px;
    top: 1px
}

.Menu-item:hover .Menu-link {
    color: #999
}

.MeduzaLogo {
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: contain
}

.Header {
    height: 45px;
    background-color: #262626;
    display: flex;
    flex-flow: row nowrap
}

@media only screen and (max-width: 63.9375em) {
    .Header .HeaderButton--chat {
        display: none
    }
}

.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: 0;
    right: 0
}

@media only screen and (min-width: 64em) {
    .Header-meduzaLogo {
        position: static
    }
}

.HeaderButton {
    position: relative;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -moz-user-select: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    fill: currentcolor;
    border: 0;
    background: 0;
    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;
    color: inherit;
    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 12px;
    line-height: 1.2
}

@media only screen and (min-width: 64em) {
    .Copyright {
        padding: 0
    }
}

.Copyright-container {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 13px 0 12px
}

.MaterialMeta, .MaterialTag {
    display: inline-block
}

.Copyright-container a:hover {
    color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width: 48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 10px 0 18px;
        border-top: 1px solid #505050;
        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 {
    padding-top: 13px;
    font-size: 17px;
    flex: 1 0 20%
}

@media only screen and (min-width: 48em) {
    .Copyright-block {
        padding-top: 0;
        border-top: 0 none
    }
}

.Copyright-block:first-child {
    text-align: left
}

.Copyright-block:last-child {
    text-align: right
}

.MaterialTag {
    position: relative;
    z-index: 30;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    color: #b88b58;
    -moz-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
}

button {
    cursor: pointer
}

@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, .5)
}

.MaterialMeta--time {
    background-image: url(style.min.css)
}

.MaterialMeta {
    font-size: 20px;
    line-height: 24px;
    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: 20px;
        line-height: 24px;
        margin-right: 15px
    }
}

.MaterialMeta--time {
    background-size: 12px 12px
}

.App, .App-content, .App-footer {
    transition: transform .25s ease-out 0, -webkit-transform .25s ease-out 0, -o-transform .25s ease-out 0
}

.MediaMaterial {
    background-color: #fff;
    padding: 12px
}

.MediaMaterial-header {
    display: flex;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0 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
}

.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 {
        align-items: center;
        text-align: center
    }
}

.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
    }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
    max-width: none
}

.Material {
    padding: 12px 0 0
}

.Material-shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, .15)
}

.App-content, .App-footer {
    z-index: 1;
    position: relative
}

.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 {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 27px
    }
}

.MaterialContent--bannerless .Body > * {
    margin-right: auto;
    margin-left: auto
}

.App {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.App-content {
    background-color: #f2f2f2;
    flex: 1 0 auto
}

.App-header {
    position: relative;
    z-index: 200
}

.App--isMaterial .App-content {
    background-color: #e6e6e6
}

.Footer {
    padding: 20px;
    text-align: center;
    color: #999;
    background-color: #252525
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url(proximanova-regular-4238ca.woff.html) format("woff")
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    src: url(proximanova-semibold-125692.woff.html) format("woff")
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    src: url(proximanova-bold-86fdfa.woff.html) format("woff")
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.Body a {
    box-shadow: 0 -1px #b88b58 inset;
    color: #00f
}

.Body a:hover {
    box-shadow: none
}

html {
    font-family: sans-serif
}

body {
    margin: 0
}

footer, header, main, nav {
    display: block
}

a {
    background: 0
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button, input, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    text-transform: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.opacity {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    filter: alpha(opacity=100)
}

.opacity:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.left-img-box {
    float: left;
    padding: 2%;
    width: 96%;
    background: #dadada;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.left-img-box img {
    float: left;
    margin-right: 20px;
    width: 100%;
    height: auto;
    max-width: 350px !important
}

.lead-form-box {
    box-sizing: border-box !important;
    background: white;
    border-bottom: 1px solid #dacec6;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    background-image: url("../img/formbg.jpg");
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: 100% 100%;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15)
}

.fields-box {
    margin: auto;
    max-width: 320px;
    width: 100%
}
#lead-form select,
#lead-form input {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    background: #fff !important;
    padding: 15px !important;
    border: 2px solid #e9d7dc;
    font-weight: normal !important
}

.name-field, .phone-field {
    text-align: left;
    margin-bottom: 10px
}

.name-field label, .phone-field label {
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #333 !important
}

.lead-form-box h2 {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    line-height: 32px !important;
    color: #000 !important;
    border: 0
}

.lead-form-box label {
    width: 100%;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px
}

.lead-form-box > span {
    font-size: 12px
}

#send-lead {
    width: 100%;
    padding: 15px;
    background: #0299ff;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    color: #fff;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .lead-form-box {
        border-left: 1px solid #dacec6;
        border-right: 1px solid #dacec6;
        background-image: url("../img/formbg.jpg");
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 400px) {
    .fields-box {
        padding: 10px
    }

    .lead-form-box {
        padding: 10px
    }

    #send-lead {
        padding: 10px
    }
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%
}

#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: bold;
    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: 0;
    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
}

.pg {
    margin: 20px 0;
    background: #ffeca6 none repeat scroll 0 0;
    padding: 20px;
    border: 1px solid red
}

.comment-box {
    margin-bottom: 20px
}

.clearfix::after {
    content: '';
    display: table;
    clear: both
}

.new-price {
    font-size: 40px;
    font-weight: bold;
    color: #0299ff
}

.link {
    font-weight: bold;
    color: #0299ff !important;
    text-decoration: none
}
.input-group:before {
    display: none;
}