@font-face {
    font-family: Formular;
    src: url("../fonts/formular-medium.woff2") format("woff2"),
     url("../fonts/formular-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: knife-icons;
    src: url("../fonts/knife-icons.woff") format("woff"),
     url("../fonts/knife-icons.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

body,
html {
    margin: 0px;
}

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

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

footer,
header,
nav {
    display: block;
}

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

* {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

img {
    max-width: 100%;
}

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

.Body {
    font-size: 16px;
    line-height: 24px;
}

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

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

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

.Body p,
.Body li {
    margin-bottom: 15px;
    font-size: 18px;
}

.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-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;
        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;
    }
    .Menu-item:last-of-type {
        border-right: none;
    }
    .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(0, 0, 0);
    position: relative;
    line-height: 45px;
    top: 1px;
    font-family: Formular, sans-serif;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

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

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

.Header {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    z-index: 2;
    max-width: 1000px;
    margin: 0px auto;
}

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

.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;
    padding-top: 10px;
    width: 130px;
}

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

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

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

.Copyright-container {
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto;
    padding: 13px 0px 12px;
}

@media only screen and (min-width: 48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 10px 0px 18px;
        flex-wrap: nowrap;
        text-align: left;
    }
}

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

.Copyright-block {
    padding-top: 13px;
    font-size: 17px;
    flex: 1 0 20%;
}

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

.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;
    color: rgb(184, 139, 88);
    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);
    border-color: rgb(184, 139, 88);
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}

.MaterialMeta {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: gray;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    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: 21px;
    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 50px 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-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);
    position: relative;
}

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

.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,
.App-footer {
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

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

.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;
}

.Footer {
    padding: 10px 0px 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(24, 40, 71);
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}

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

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

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

:focus {
    outline: 0px;
}

.social {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.social .social__item {
    display: block;
    margin: 0px 3px;
}

.social .social__item .social__item-link {
    display: block;
    font-size: 1.125em;
    line-height: 1;
    color: inherit;
    transition: none 0s ease 0s;
}

.social .social__item .social__item-link .icon {
    display: block;
    transition: color 0.25s ease 0s;
}

.social .social__item .social__item-link .icon.icon--vkontakte:hover {
    color: rgb(81, 134, 189);
}

.social .social__item .social__item-link .icon.icon--telegram:hover {
    color: rgb(0, 136, 204);
}

.social .social__item .social__item-link .icon.icon--zen:hover {
    color: rgb(221, 0, 0);
}

.social .social__item .social__item-link .icon.icon--flipboard:hover {
    color: rgb(245, 40, 40);
}

@media screen and (max-width: 1023px) {
    .social .social__item {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .social .social__item {
        font-size: 1.125rem;
    }
}

.icon {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: knife-icons !important;
}

.icon--vkontakte::before {
    content: "#";
}

.icon--zen::before {
    content: "#";
}

.icon--telegram::before {
    content: "#";
}

.icon--flipboard::before {
    content: "#";
}

.main-block img {
    display: block;
    margin: 0px auto 20px;
    max-width: 100%;
}

.main-block li {
    margin-bottom: 15px;
}

.censored {
   
    filter: blur(4px);
    border: 5px solid red;
    cursor: pointer;
    max-width: 450px;
    margin: 0px auto 20px;
}

.censored.censored-show {
    border: none;
    cursor: default;
    filter: blur(0px);
}

.comments-block img:not(.ava-img) {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px 0px;
}

.ft-logo {
    max-width: 215px;
    color: rgb(255, 255, 255);
}

.ft-logo svg {
    width: 100px;
    margin-bottom: 10px;
}

.comments-block>div {
    margin-bottom: 30px;
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .Body p,
    .Body li {
        font-size: 18px;
    }
    .MediaMaterialHeader-first {
        font-size: 23px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .Body p,
    .Body li {
        font-size: 18px;
    }
    .MediaMaterialHeader-first {
        font-size: 33px;
    }
}

@media screen and (min-width: 768px) {
    .social .social__item {
        margin: 0px 7px;
    }
    .ft-logo {
        max-width: 290px;
    }
    .Body p,
    .Body li {
        font-size: 18px;
    }
    .MediaMaterialHeader-first {
        font-size: 36px;
    }
}

.comment-name,
.comment-bottom {
    margin-left: 65px;
    font-size: 18px !important;
}

.comment-name {
    font-weight: 700;
}

.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 .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 .25em !important;
    color: #212121 !important;
    transition: .25s !important;
    font-style: normal !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-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, .5) !important;
    opacity: 100 !important;
    position: relative !important;
    padding: 25px !important;
    border: 1px solid #dee2e6 !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-field-wrapper .order-form-field {
    transition: .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 {
    font-weight: 400 !important
}

.order-form .order-form-field-wrapper .order-form-field:focus {
    border-color: #ababab !important
}

.order-form .order-form-product-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 220px !important;
    margin: 0 auto !important
}

.order-form .order-form-product-image-wrapper {
    text-align: center !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: .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, .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 .help-block {
    font-weight: 600 !important;
    font-style: normal !important
}

.order-form .order-form-deadline {
    color: #464646 !important;
    font-size: 16px !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: 16px !important;
    line-height: 16px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #555 !important
}

.cta-button .cta-button-wrapper {
    text-align: center !important
}

.cta-button .cta-button-link {
    text-shadow: 0 0 2px #000 !important;
    display: inline-block !important;
    background: #e6373a !important;
    line-height: 50px !important;
    padding: 0 25px !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 700 !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
}

.cta-button .cta-button-link:hover {
    background: #cf3134 !important;
    color: #fff !important
}

.cta-button .cta-button-link:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5) !important
}

.cta-button {
    width: 100% !important;
    clear: both !important;
    margin: 25px 0 !important
}


.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, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 50%;
    max-height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -130px;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    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;
    color:#000;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 40px !important;
    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 none;
    cursor: pointer;
    outline: medium none
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


.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: .5s ease .6s normal backwards 1 running pop-up-appear-before;
    -webkit-animation: .5s ease .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: .5s ease .6s normal backwards 1 running pop-up-appear-after
}


.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media(max-width: 600px) {
.header_title {
font-size: 20px !important;
}
}


.App-content {
background: rgb(24, 40, 71);
}

.MediaMaterialHeader-first {
line-height: 1.2;
}

.Material-container {
max-width: 1100px;
margin: 20px auto;
}

.MediaMaterial-meta {
margin-bottom: 15px;
}


.comments__kma>div {
    transition: all 0.3s ease 0s;
}

.comment-write {
    transition: all 0.3s ease 0s;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comment-write img {
    margin-right: 20px;
}

.comments__kma {
    overflow: hidden;
}

.loading {
    font-style: italic;
}

.loading img {
    display: inline;
    width: 60px !important;
}

.loading::after {
    content: ".";
    animation: 1s ease 0s infinite alternate none running loading;
}

@keyframes loading {
    60% {
        text-shadow: currentcolor 0.35em 0px 0px;
    }
    100% {
        text-shadow: currentcolor 0.35em 0px 0px, currentcolor 0.75em 0px 0px;
    }
}


.comments-block>div {
margin-bottom: 30px;
}

.ava-img {
width: 50px;
margin-right: 10px;
float: left;
vertical-align: middle;
}

.comment-name {
font-weight: 700;
margin-bottom: 10px;
}

.comment-bottom img {
width: 350px;
margin-top: 10px;
}

.comment-name,
.comment-bottom {
margin-left: 65px;
font-size: 18px !important;
}

.matreshka__item {
overflow: hidden;
position: relative;
width: 100%;
}

.comment-bottom a {
color: rgb(65, 147, 212) !important;
}

.icon--vkontakte:before {
    content: "\e903"
}

.icon--zen:before {
    content: "\e904"
}

.icon--telegram:before {
    content: "\e907"
}

.icon--flipboard:before {
    content: "\e914"
}

@media(max-width: 576px){
    .close-popup{
        right: 0;
    }
}


/*matreshka*/
.matreshka__container {
    display: flex;
    justify-content: space-around;
}
.matreshka__wrapper .matreshka__title {
    color: #ffff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px!important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0 !important;
    border-radius: .5em;

}

.matreshka__item img {
    max-width: 250px;
    width: 100%;
    cursor: pointer !important;
}

    
.win__matreshka span, .win__matreshka div {
    color: #8d7a7a!important;
}
.win__matreshka {
    display: none;
    position: relative;
    color: #8d7a7a!important;
}
.win__matreshka div {
    font-family: 'Open Sans',sans-serif !important;
    font-style: italic;
    font-size: 50px !important;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}
.sale {
    position: absolute;
    top: 28% !important; /*Ñ€ÐµÐ³ÑƒÐ»Ð¸Ñ€ÑƒÐµÑ‚ Ñ‡Ð¸ÑÐ»Ð°*/
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    margin: 0 !important;
}

.sale span{
  margin-right: 5px;
}



.grats span, div.grats {
    color: #f52626!important;
}
.grats:after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -32px;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-image: url(../images/line.png);
}

.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 none;
    cursor: pointer;
    outline: medium none;
}


.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
}
.pop-up-layer {
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    background-color: rgba(0, 0, 0, .7)!important;
    z-index: 99!important;
}
.pop-up-layer-show {
    display: block;
}

.text_small {
    font-size: .5em!important;
    font-weight: 400!important;
}
@keyframes pop-up-appear  {
    
  0%  {
    
      transform:  translateY(-2000px)
  }

  30%  {
    
      transform:  translateY(100px)
  }

  100%  {
    
      transform:  translateY(0)
  }
}
@keyframes pop-up-appear-before  {
    
  0%  {
    
      transform:  scale(0)
  }

  100%  {
    
      transform:  scale(1)
  }
}
@keyframes pop-up-appear-after  {
    
  0%  {
    
      opacity:  0
  }

  100%  {
    
      opacity:  1
  }
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s;
}
.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}
#order_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none;
}

.input-roulette::placeholder {
    font-size: .9em;
}
.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 352px;
    width: 100%;
    box-sizing: border-box;
}

@media(max-width: 996px){
    .sale {
    top: 26% !important}
.win__matreshka div {
    font-size: 42px !important;
}
}

@media (max-width:767px) {
    .matreshka__item img {
    max-width: 200px;
}
.sale {
    top: 24% !important}
.win__matreshka div {
    font-size: 36px !important;
}
}@media (max-width:540px) {
    .win__matreshka div {
    font-size: 32px !important;
}

.grats:after {
    height: 20px;
    bottom: -22px
 
}
}@media (max-width:420px) {
    .win__matreshka div {
    font-size: 28px !important;
}
}@media (max-width:360px) {
    .win__matreshka div {
    font-size: 25px !important;
}

.sale {
    top: 20% !important}
}



@keyframes pop-up-appear  {
    
0%  {
    
  transform:  translateY(-2000px);
    
}
30%  {
    
  transform:  translateY(100px);
    
}
100%  {
    
  transform:  translateY(0px);
    
}
}
@keyframes pop-up-appear-before  {
    
0%  {
    
  transform:  scale(0);
    
}
100%  {
    
  transform:  scale(1);
    
}
}
@keyframes pop-up-appear-after  {
    
0%  {
    
  opacity:  0;
    
}
100%  {
    
  opacity:  1;
    
}
}


.cursor-text {
    line-height: 45px!important;
    font-size: 12px!important;
}


@media (max-width:1023px) {
    .article-grid__right {
    display: none!important;
}
}

.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, .6);
    text-align: center
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    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: 21px;
    line-height: 40px !important;
    text-align: center !important
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 50%;
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -160px;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .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: .5s ease .6s normal backwards 1 running pop-up-appear-before;
    -webkit-animation: .5s ease .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: .5s ease .6s normal backwards 1 running pop-up-appear-after;
}

.danger-text {
    color: red;
    font-weight: bold;
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media(max-width:520px) {
    .close-popup {
        right: 0 !important;
    }
}

a {
    text-decoration: none;
}
body {
    margin: 0;
    background-color: rgb(245, 245, 245);
}
