html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figcaption,
figure,
footer,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif !important;
}

body {
    line-height: 1;
}

figcaption,
figure,
footer,
header,
nav {
    display: block;
}

.c15 {
    margin-bottom: 25px;
}

.c15,
.c15 td,
.c15 tr {
    border: 1px solid #d6d6d6;
}

.c15 .c3 p {
    padding: 5px 10px 5px;
    margin-bottom: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

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 {
    max-width: 100%;
}

a {
    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;
    font-family: "PFRegal", "Georgia", serif;
}

.Body:last-child > *:last-child {
    margin-bottom: 0;
}

.Body a {
    color: inherit;
}


.Body p {
    margin-bottom: 15px;
}

.Body p:empty {
    display: none;
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.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: "Proxima Nova", "Arial", "Helvetica Neue", 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 0.15s ease-out;
    transition: color 0.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 0.15s ease-out;
    transition: color 0.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: "Proxima Nova", "Arial", "Helvetica Neue", 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: 0.05em;
}

.Copyright {
    padding: 0 12px;
    line-height: 1.2;
}

@media only screen and (min-width: 64em) {
    .Copyright {
        padding: 0;
    }
}

.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: 13px 0 12px;
    -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;
        padding: 10px 0 18px;
        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 {
    padding-top: 13px;
    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:last-child {
    text-align: right;
}

.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: "Proxima Nova", "Arial", "Helvetica Neue", 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: 0.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;
    }
}

.MaterialClose {
    cursor: pointer;
    display: none;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

@media only screen and (min-width: 63.125em) {
    .MaterialClose {
        display: inline-block;
    }
}

.MaterialMeta {
    display: inline-block;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-right: 12px;
    padding-left: 18px;
    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("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEyIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy41LjEgKDI1MjM0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9ItC90L7QstC+0YHRgtGMLdGC0LXQu9C10YTQvtC9IiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuMDAwMDAwLCAtMTY0LjAwMDAwMCkiIGZpbGw9IiNCNjhBNTgiPgogICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlLTEwLSstSW1wb3J0ZWQtTGF5ZXJzLUNvcHktMi0rLdCd0LDQtNC10LbQvdGL0Lkt0LjRgdGC0L7Rh9C90LjQui0rLdCg0JHQmi0rLWZsYWctLSstMDk6NDYsLTI3LdC90L7Rj9Cx0YDRjy0yMDEtKy10aW1lIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi4wMDAwMDAsIDE2Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSLQoNCR0JotKy1mbGFnLSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImZsYWctIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNTAzNzU5NCw5LjU3MTA2NTc3IEw5LjY3MjE4MDQ1LDkuNTcxMDY1NzcgTDcuMDMwNTc2NDQsNi40MDczOTAxNiBDNi44MTIwMzAwOCw2LjE0NTQ5NjQ5IDYuODE0MDM1MDksNS43NzUwMzU5OCA3LjAzNDU4NjQ3LDUuNTE1MDQ2OTggTDkuNjU2MTQwMzUsMi40Mjg1MTA5NiBMMS41MDM3NTk0LDIuNDI4NTEwOTYgTDEuNTAzNzU5NCw5LjU3MTA2NTc3IFogTTExLjI0ODEyMDMsMTAuOTk5NTc2NyBDMTEuMjQzMTA3OCwxMC45OTk1NzY3IDExLjIzNTA4NzcsMTEuMDAwNTI5MSAxMS4yMjgwNzAyLDEwLjk5OTU3NjcgTDAuNzUxODc5Njk5LDEwLjk5OTU3NjcgQzAuMzM2ODQyMTA1LDEwLjk5OTU3NjcgMCwxMC42Nzk1OTAzIDAsMTAuMjg1MzIxMyBMMCwxLjcxNDI1NTQ4IEMwLDEuMzE5OTg2NDYgMC4zMzY4NDIxMDUsMSAwLjc1MTg3OTY5OSwxIEwxMS4yMjgwNzAyLDEgQzExLjUxNzc5NDUsMSAxMS43ODE0NTM2LDEuMTU4MDg4NTUgMTEuOTA2NzY2OSwxLjQwNjY0OTQ1IEMxMi4wMzEwNzc3LDEuNjU0MjU4MDIgMTEuOTk0OTg3NSwxLjk0ODUzMTI4IDExLjgxMzUzMzgsMi4xNjI4MDc5MiBMOC41ODI0NTYxNCw1Ljk2NzQwODc5IEwxMS43MzAzMjU4LDkuNzM2NzczMDUgQzExLjg5NDczNjgsOS44NjgxOTYwNiAxMiwxMC4wNjUzMzA2IDEyLDEwLjI4NTMyMTMgQzEyLDEwLjY3OTU5MDMgMTEuNjY0MTYwNCwxMC45OTk1NzY3IDExLjI0ODEyMDMsMTAuOTk5NTc2NyBMMTEuMjQ4MTIwMywxMC45OTk1NzY3IFoiIGlkPSJpY29uIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    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("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDEyIDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy41LjEgKDI1MjM0KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9ItC90L7QstC+0YHRgtGMLdGC0LXQu9C10YTQvtC9IiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjQuMDAwMDAwLCAtMTYzLjAwMDAwMCkiIGZpbGw9IiNCNjhBNTgiPgogICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlLTEwLSstSW1wb3J0ZWQtTGF5ZXJzLUNvcHktMi0rLdCd0LDQtNC10LbQvdGL0Lkt0LjRgdGC0L7Rh9C90LjQui0rLdCg0JHQmi0rLWZsYWctLSstMDk6NDYsLTI3LdC90L7Rj9Cx0YDRjy0yMDEtKy10aW1lIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi4wMDAwMDAsIDE2Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSIwOTo0NiwtMjct0L3QvtGP0LHRgNGPLTIwMS0rLXRpbWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUyLjAwMDAwMCwgMC4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0idGltZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJpY29uIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01Ljc1LDIgQzMuNDA2LDIgMS41LDMuOTA2IDEuNSw2LjI1IEMxLjUsOC41OTQgMy40MDYsMTAuNSA1Ljc1LDEwLjUgQzguMDk0LDEwLjUgMTAsOC41OTQgMTAsNi4yNSBDMTAsMy45MDYgOC4wOTQsMiA1Ljc1LDIgTTUuNzUsMTIgQzIuNTc5LDEyIDAsOS40MjEgMCw2LjI1IEMwLDMuMDc5IDIuNTc5LDAuNSA1Ljc1LDAuNSBDOC45MjEsMC41IDExLjUsMy4wNzkgMTEuNSw2LjI1IEMxMS41LDkuNDIxIDguOTIxLDEyIDUuNzUsMTIiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03Ljc1LDcgTDUuNzUsNyBDNS4zMzYsNyA1LDYuNjY0IDUsNi4yNSBMNSw0LjI1IEM1LDMuODM2IDUuMzM2LDMuNSA1Ljc1LDMuNSBDNi4xNjQsMy41IDYuNSwzLjgzNiA2LjUsNC4yNSBMNi41LDUuNSBMNy43NSw1LjUgQzguMTY0LDUuNSA4LjUsNS44MzYgOC41LDYuMjUgQzguNSw2LjY2NCA4LjE2NCw3IDcuNzUsNyIgaWQ9IkZpbGwtMyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.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 0.25s ease-out;
    transition: color 0.25s ease-out;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px;
    }
}

.MediaMaterial {
    background-color: #fff;
    padding: 12px;
}

@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-containerClose {
    position: relative;
}

.MediaMaterial-close {
    position: absolute;
    top: -10px;
    right: 0;
    transition: -webkit-transform 0.15s ease-out;
    -o-transition: -o-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out,
    -o-transform 0.15s ease-out;
}

.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--bannerless .MediaMaterial-body {
    display: block;
    max-width: none;
}

@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;
}

@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;
}

@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: 0 auto;
    padding: 7px 12px 0;
    font-size: 15px;
    line-height: 17px;
}

@media only screen and (min-width: 40.625em) {
    .Figure-caption {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 18px;
    }
}

@-moz-document url-prefix() {
}

.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 0.25s ease-out;
    -o-transition: -o-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out,
    -o-transform 0.25s ease-out;
}

.App-content,
.App-footer {
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: -o-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out,
    -o-transform 0.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: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
}

.logo {
    display: block;
    margin-top: 10px;
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.Body a {
    color: blue;
}

.Body a:hover {
    box-shadow: none;
}

a.button {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: block;
    width: 100%;
    max-width: 320px;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px;
}

a.button:hover {
    background-color: #c11f1f;
}

.right {
    text-align: right;
    font-style: italic;
}

.center {
    text-align: center;
    max-width: 400px;
}

.img-width {
    max-width: 100%;
}

.yellow_block {
    background: #fff2cc;
    border: 2px solid #fddf87;
    padding: 15px;
}

.py {
    padding: 15px 0;
}

.my {
    margin: 15px 0;
}

.small {
    font-size: 16px;
}

.dr_block {
    width: 100%;
    border: 2px solid #eee;
    padding: 15px;
    display: flex;
    align-items: center;
}

.dr_block img {
    margin-right: 25px;
}

@media screen and (max-width: 480px) {
    .dr_block {
        flex-direction: column;
        align-items: flex-start;
    }

    .dr_block img {
        margin-right: 0;
    }
}

a {
    color: rgb(49, 175, 243) !important;

}

.otzv-img {
    max-width: 300px !important;
}

.comment_block {
    margin-bottom: 20px;
}

/* */

.door__container {
    display: flex;
    justify-content: space-between;
}

.box {
    perspective: 500px;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.box,
.door {
    width: 190px;
    height: 400px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.door {
    background-image: url("../images/xdoor.png");
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain;
}

#door__2 {
    background-image: url("../images/xdoor2.png");
    background-size: contain;
}

#door__3 {
    background-image: url("../images/xdoor3.png");
    background-size: contain;
}

.door:hover {
    transform: rotateY(-30deg);
}

.door.open {
    transform: rotateY(-85deg);
}

.door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    left: 0 !important;
    display: table;
    right: 0;
    margin: -30px auto !important;
}

.door__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0;
    border-radius: 0.5em;
}

@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        left: 0 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }

    .box,
    .door {
        width: 96px;
        height: 200px;
        box-shadow: none;
    }
}

@media (max-width: 500px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        left: 0 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }

    .box,
    .door {
        width: 100%;
        height: 200px;
        box-shadow: none;
    }
}

@media (max-width: 360px) {
    .box + .box {
        margin-left: 15px;
    }

    .door__sales {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: red !important;
        margin-top: -44px !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
}

#form-block > center > div.order_blocks > img {
    width: 80% !important;
}

body * {
    font-family: sans-serif !important;
}

p,
ul li,
ol li {
    font-size: 22px !important;
    line-height: 26px !important;
}

@media (max-width: 768px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 22px !important;
    }
}

@media (max-width: 426px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 15px !important;
    }
}

@media (max-width: 371px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 11px !important;
    }
}

#form-block > center > div.order_blocks > h3 {
    margin: 15px auto;
}

.vk-comment-text img {
    margin-top: 10px;
}

.overlay {
    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 0.3s all;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium;
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}


.order-form * {
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/
    /*width: unset !important;*/
    /*height: unset !important;*/
    /*background: unset !important;*/
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.order-form .has-error .order-form-field-label {
    color: #d32f2f !important;
}

.order-form .has-success .order-form-field-label {
    color: #2e7d32 !important;
}

.order-form .order-form-field-label {
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 0 0.25em !important;
    color: #212121 !important;
    transition: 0.25s !important;
    font-style: normal !important;
}

.order-form .phone-help {
    font-size: 10px !important;
    line-height: 10px !important;
    color: #999 !important;
}

.order-form .order-form-old-price {
    font-size: 14px !important;
    color: #d7d7d7 !important;
    font-weight: 400 !important;
    line-height: 10px !important;
    font-style: italic !important;
    text-align: right !important;
    text-decoration: line-through !important;
}

.order-form .order-form-footnote {
    color: #9e9e9e !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
}

.order-form .order-form-wrapper {
    max-width: 400px !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
    opacity: 100 !important;
    position: relative !important;
    padding: 25px !important;
    border: 1px solid #dee2e6 !important;
}

.order-form .order-condition {
    font-size: 12px !important;
    line-height: 20px !important;
}

.order-form .order-form-header {
    margin: 0 0 25px !important;
    position: relative !important;
    opacity: 1 !important;
}

.order-form .order-form-field-wrapper {
    margin-bottom: 15px !important;
}

.order-form .order-form-product-price-wrapper:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-bottom: 5px solid #b16869 !important;
}

.order-form .order-form-product-price-wrapper:before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-top: 5px solid #b16869 !important;
}

.order-form .order-form-product-price {
    display: block !important;
    position: relative !important;
    border-radius: 5px 0 0 5px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: none !important;
    line-height: 25px !important;
    text-shadow: 0 0 2px #000 !important;
}

.order-form .order-form-product-price-wrapper {
    display: block !important;
    padding: 10px 15px !important;
    text-align: center !important;
    background: #e6373a !important;
    position: absolute !important;
    top: 0 !important;
    right: -35px !important;
    border-radius: 5px 0 0 5px !important;
}

.order-form .order-form-product-image-section {
    position: relative !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

.order-form .order-form-discount {
    font-style: italic !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    color: #d7d7d7 !important;
    font-size: 16px !important;
    text-align: right !important;
}

.order-form .order-form-field-wrapper .order-form-field {
    transition: 0.25s !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #212121 !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin: 0 !important;
    border: 2px solid #ddd !important;
    line-height: 1em !important;
    text-indent: unset !important;
    height: unset !important;
    appearance: auto !important;
    max-width: unset !important;
    font-weight: 400 !important;
    cursor: text !important;
}

.order-form .order-form-field-wrapper,
.order-form .order-form-field::placeholder {
    font-weight: 400 !important;
}

.order-form .order-form-field::placeholder {
    opacity: unset !important;
    color: #c6c6c6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.order-form .order-form-field-wrapper.has-error .order-form-field:focus,
.order-form .order-form-field-wrapper.has-error .order-form-field {
    border-color: #d32f2f !important;
    background-color: #fbebeb !important;
    color: #d32f2f !important;
}

.order-form .order-form-field-wrapper.has-error .order-form-field::placeholder {
    color: #b29090 !important;
}

.order-form .order-form-field-wrapper.has-success .order-form-field {
    border-color: #2e7d32 !important;
    color: #2e7d32 !important;
    background-color: #eefdee !important;
}

.order-form .order-form-field-wrapper .order-form-field:focus,
.order-form .order-form-field-wrapper.has-success .order-form-field:focus {
    border-color: #ababab !important;
}

.order-form .order-form-product-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    margin-top: 50px!important;
}

.order-form .order-form-product-image-wrapper {
    text-align: center !important;
}

.order-form .order-form-field-wrapper.has-error .help-block {
    color: #d32f2f !important;
}

.order-form .order-form-field-wrapper .help-block {
    font-size: 12px !important;
    line-height: 12px !important;
    text-align: left !important;
}

.order-form .order-form-submit-button {
    cursor: pointer !important;
    text-shadow: 0 0 2px #000 !important;
    display: block !important;
    width: 100% !important;
    background: #e6373a !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    height: unset !important;
    transition: 0.25s !important;
}

.order-form .order-form-submit-button:hover {
    background: #cf3134 !important;
}

.order-form .order-form-submit-button:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}

.order-form form {
    background: 0 0 !important;
}

.order-form {
    background: unset !important;
    max-width: unset !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    word-wrap: break-word !important;
    font-size: 1em !important;
    line-height: 2rem !important;
}

.order-form .order-form-text {
    text-align: center !important;
    border-bottom: 2px solid #eee !important;
    padding: 0 0 10px !important;
    font-size: 22px !important;
}

.order-form .order-form-footer-link {
    font-size: 14px !important;
}

.order-form-footer-link-wrapper {
    text-align: center !important;
    margin: 15px 0 0 !important;
}

.order-form .order-form-conditions {
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.order-form .product-counter-info {
    font-size: 14px !important;
    text-align: center !important;
    margin: 15px 0 !important;
}

.order-form .product-counter {
    color: #e6373a !important;
    font-weight: 600 !important;
}

.order-form .order-form-info {
    display: flex !important;
    justify-content: space-between !important;
    margin: 10px 0 0 !important;
}

.order-form .timer {
    color: #dc3545 !important;
}

.order-form .help-block {
    font-weight: 600 !important;
    font-style: normal !important;
}

.order-form .order-form-deadline {
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
}

.order-form .order-form-timer {
    font-weight: 700 !important;
    margin: 5px 0 0 !important;
    font-size: 14px !important;
}

.order-form .time_remains {
    color: #e6373a !important;
    font-size: 14px !important;
}

.order-form .order-form-information {
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #555 !important;
}

.order-form .has-error:not(.validating) .order-form-field {
    animation: 0.5s ease trambling-animation;
}

/* */

.price_block {
  margin-top: 20px;
  text-align: center;
}
.old-price {
  color: red;
  text-decoration: line-through;
}
.new-price {
  color: green;
  margin-top: 25px;
}

/* */
.uslov {
    text-align: center;
    font-size: 15px;
    line-height: 1.3em;
    margin: 10px auto 0;
}

/**/
.country_select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}
