@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(''),url(../fonts/roboto-v20-cyrillic-ext-regular.woff2) format('woff2'),url(../fonts/roboto-v20-cyrillic-ext-regular.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local(''),url(../fonts/roboto-v20-cyrillic-ext-700.woff2) format('woff2'),url(../fonts/roboto-v20-cyrillic-ext-700.woff) format('woff');
    font-display: swap
}

.Link-root {
    display: block;
    color: inherit
}

.red {
    color: red
}

.form-bomain {
    display: flex;
    flex-direction: column;
    align-items: center
}

.desc__prod {
    font-size: 14px;
    text-align: center
}

.Modal-root {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 301;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.9);
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width: 32em) {
    .Modal-root {
        flex-direction:column;
        align-items: center;
        padding-bottom: 12px;
        transition: opacity .25s ease,visibility .25s ease
    }
}

.Modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: auto;
    transform: scale(.5) translateY(100px);
    opacity: 0
}

@media only screen and (min-width: 32em) {
    .Modal-content {
        transition:opacity .25s ease,transform .25s ease
    }
}

.Modal-dismiss {
    position: absolute;
    display: none;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 32em) {
    .Modal-dismiss {
        top:22px;
        right: 22px;
        display: block;
        color: #aaa
    }
}

.Modal-dismiss svg {
    display: block;
    width: 21px;
    height: 21px
}

.Modal-dismissOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    content: ""
}

.Modal-background {
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    overflow: hidden;
    color: #f7f7f7;
    border-radius: 8px 8px 0 0
}

.Modal-background,.Modal-background rect {
    position: absolute;
    width: 100%;
    height: 100%
}

.GeneralMaterial-root {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px 10px 0 0
}

@media only screen and (min-width: 1024px) {
    .GeneralMaterial-root {
        padding:30px 15px 20px
    }
}

.animation-pack {
    position: relative
}

.GeneralMaterial-container {
    width: 100%
}

.GeneralMaterial-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    max-width: 650px;
    margin: 0 auto 20px
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-head {
        flex-flow:row nowrap;
        max-width: 1000px
    }
}

.GeneralMaterial-materialHeader {
    position: relative
}

@media only screen and (min-width: 64em) {
    .GeneralMaterial-materialHeader {
        max-width:840px
    }
}

.GeneralMaterial-article {
    position: relative
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-center .GeneralMaterial-head {
        justify-content:center;
        max-width: 860px
    }
}

@media only screen and (min-width: 48em) {
    .GeneralMaterial-center .GeneralMaterial-materialHeader {
        align-items:center;
        text-align: center
    }
}

.AffiliatePanels-root {
    position: relative
}

.comment-text p {
    padding-left: 20px;
    margin: 0;
    font-size: 18px
}

.ava {
    display: inline-block
}

.comment-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.425)
}

input {
    border: 1.5px solid;
    border-color: #e8e8e1;
    max-width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 2px 4px 4px rgba(3,3,3,.05);
    transition: .3s
}

input:active,input:focus,input:hover {
    box-shadow: none
}

.cursor {
    cursor: pointer!important
}

.block {
    display: block
}

@media (min-width: 1024px) {
    .GeneralMaterial-root {
        border-radius:10px
    }

    .GeneralMaterial-article {
        margin-bottom: 20px
    }
}

.ava img {
    padding: 0 5px 5px 0;
    box-sizing: inherit;
    width: 55px
}

.name-date {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px
}

.name p {
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 0;
    margin-top: 0
}

.date span {
    font-size: 14px;
    color: #5f5f5f
}

.comment-text p {
    padding-left: 60px;
    margin: 0
}

.Header-root {
    position: relative;
    z-index: 300;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 50px;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width: 64em) {
    .Header-root {
        height:77px
    }
}

ul {
    font-style: italic;
}

.Header-menuToggle {
    z-index: 100;
    margin-left: auto;
    padding-top: 0
}

@media only screen and (min-width: 64em) {
    .Header-menuToggle {
        display:none
    }
}

.Header-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: inherit
}

@media only screen and (min-width: 64em) {
    .Header-logo {
        position:static;
        flex-basis: 12%;
        flex-grow: 1;
        justify-content: flex-start;
        padding-top: 0;
        background-color: transparent
    }
}

.Header-meduza {
    display: inline-block;
    fill: #dcad76
}

@media only screen and (min-width: 64em) {
    .Header-meduza {
        margin-top:-4px;
        padding: 0 15px
    }
}

.Header-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-top: 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px
}

@media only screen and (min-width: 64em) {
    .Header-buttons {
        position:static;
        flex-basis: 12%;
        flex-grow: 1;
        justify-content: flex-end;
        padding-top: 0
    }
}

@media only screen and (min-width: 75em) {
    .Header-buttons {
        font-size:14px
    }
}

@media only screen and (min-width: 64em) {
    .Header-buttons .Header-item:after {
        content:""
    }
}

.Header-buttons .Header-item:last-child:after {
    display: none
}

.Header-nav {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    height: 0;
    padding: 12px 12px 4px;
    overflow: hidden;
    background-color: #040404;
    visibility: hidden;
    opacity: 0;
    transition: height .2s ease,visibility .2s ease,opacity .2s ease
}

@media only screen and (min-width: 64em) {
    .Header-nav {
        position:static;
        height: auto;
        padding: 0;
        background-color: transparent;
        transform: translateZ(0);
        visibility: visible;
        opacity: 1;
        transition: none
    }
}

.Header-item {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 41px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    cursor: pointer;
    transition: color .15s ease-out;
    fill: currentColor
}

@media only screen and (min-width: 64em) {
    .Header-item {
        height:45px
    }
}

.Header-item:after {
    position: absolute;
    top: 50%;
    right: -1px;
    height: 18px;
    border-left: 1px solid #404040;
    transform: translateY(-50%) translateY(-1px)
}

.Header-item:hover,.Header-menu a:hover {
    color: #999
}

a:focus {
    outline: 0
}

.Header-menu a {
    display: block;
    padding: 0 6px;
    color: #fff
}

@media only screen and (min-width: 48em) {
    .Header-menu a {
        padding:14px 10px
    }
}

@media only screen and (min-width: 75em) {
    .Header-menu a {
        padding:14px 15px
    }
}

.Header-itemSearch,.Header-menuToggle .Header-item {
    color: #737373
}

@media only screen and (min-width: 64em) {
    .Header-itemSearch,.Header-menuToggle .Header-item {
        color:#fff
    }
}

.Header-itemAuth {
    padding-top: 2px;
    padding-right: 15px;
    padding-left: 12px
}

.Header-itemAuth,.Header-itemLang {
    display: none
}

@media only screen and (min-width: 64em) {
    .Header-itemAuth,.Header-itemLang {
        display:-webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.Header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    font-size: 17px;
    line-height: 21px;
    border-top: 1px solid #323232
}

@media only screen and (min-width: 48em) {
    .Header-menu {
        flex-basis:60%;
        flex-flow: row wrap;
        flex-grow: 1;
        padding-top: 0;
        font-size: 12px;
        line-height: 17px;
        border-top: 0
    }
}

@media only screen and (min-width: 75em) {
    .Header-menu {
        font-size:14px
    }
}

.Header-mobileNav {
    padding-top: 2px
}

@media only screen and (min-width: 64em) {
    .Header-mobileNav {
        display:none
    }
}

.Header-menuAdditional {
    padding: 22px 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232
}

.Header-menuAdditional a {
    color: hsla(0,0%,100%,.5)
}

.Header-menuAdditionalItem {
    margin: 0 6px
}

.Header-switcher {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    color: hsla(0,0%,100%,.5);
    font-size: 16px
}

@media only screen and (min-width: 64em) {
    .Header-switcher {
        padding:0
    }
}

.Footer-root {
    position: relative;
    z-index: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    text-align: center;
    color: #999;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif
}

@media only screen and (min-width: 64em) {
    .Footer-root {
        justify-content:flex-start;
        padding: 20px 0;
        text-align: left
    }
}

.Footer-root a {
    transition: color .15s ease-out;
    color: #fff
}

.Footer-root a:hover {
    color: hsla(0,0%,100%,.5)
}

.Footer-container {
    width: 100%;
    max-width: 675px
}

@media only screen and (min-width: 64em) {
    .Footer-container {
        max-width:970px
    }
}

.Footer-tip {
    display: none
}

@media only screen and (min-width: 64em) {
    .Footer-tip {
        display:block
    }
}

.Footer-copyright {
    padding: 0 12px;
    text-align: left;
    font-size: 14px
}

@media only screen and (min-width: 64em) {
    .Footer-copyright {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 0;
        font-size: 14px;
        line-height: 16px
    }
}

.Footer-copyrightGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap
}

.Footer-copyrightItem {
    width: 100%
}

@media only screen and (min-width: 64em) {
    .Footer-copyrightItem {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row nowrap;
        width: auto
    }
}

.Footer-copyrightItem:after {
    display: block;
    height: 18px;
    margin: 0 15px;
    border-left: 1px solid #404040
}

@media only screen and (min-width: 64em) {
    .Footer-copyrightItem:after {
        content:""
    }
}

.Footer-copyrightItem:last-child:after {
    content: none
}

.Footer-copyrightItem:only-child {
    text-align: center
}

.App-root {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.App-header {
    position: relative;
    z-index: 500;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto
}

@media only screen and (min-width: 64em) {
    .App-header {
        z-index:auto
    }
}

.App-content {
    position: relative;
    z-index: 100;
    flex-grow: 1;
    width: 100%;
    min-height: calc(100vh - 140px)
}

@media only screen and (min-width: 32em) {
    .App-content {
        max-width:1335px;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (min-width: 1024px) {
    .SimpleBlock-module_center__2rjif {
        max-width:980px;
        margin-right: auto!important;
        margin-left: auto!important
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

figcaption,figure,footer,header,main,nav {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.formh3 {
    margin-top: 30px!important
}

img {
    border-style: none
}

svg {
    overflow: visible
}

button,input {
    font: inherit;
    margin: 0
}

button,input {
    overflow: visible
}

button {
    text-transform: none
}

body,html {
    overflow-x: hidden
}

button,html [type=button] {
    appearance: button
}

[type=button]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

.Switcher-module_root__1Env1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 600;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Switcher-module_dark__1IzaH {
    color: inherit
}

.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
    background-color: transparent
}

.Switcher-module_input__jaMVF {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.Switcher-module_control__1NTvY {
    position: relative;
    display: block;
    width: 37px;
    height: 21px;
    background-color: #e6e6e6;
    border-radius: 15px
}

.Switcher-module_control__1NTvY:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    background: rgba(19,191,17,0);
    border-radius: 15px;
    transition: .25s ease-in-out;
    content: ""
}

.Switcher-module_knob__3kEy5 {
    position: relative;
    top: 2px;
    left: 2px;
    z-index: 200;
    display: block;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 15px;
    transition: .25s ease-in-out
}

.Switcher-module_input__jaMVF:checked~.Switcher-module_control__1NTvY:before {
    width: 100%;
    background-color: #b88b59
}

.Switcher-module_input__jaMVF:checked~.Switcher-module_control__1NTvY:after {
    box-shadow: inset 0 0 0 1px transparent
}

.Switcher-module_input__jaMVF:checked~.Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
    left: 18px
}

.Switcher-module_children__147JP.Switcher-module_left__2coeE {
    margin-right: 6px
}

.Switcher-module_isInMenu__3XJYj {
    font-weight: 400
}

.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
    margin-right: 8px
}

.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
    width: 48px;
    height: 30px
}

.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
    top: 4px;
    width: 22px;
    height: 22px;
    background-color: #bababa
}

.Switcher-module_isInMenu__3XJYj input:checked~.Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
    left: 23px;
    background-color: #fff
}

.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
    background-color: #1a1a1a;
    box-shadow: inset 0 0 0 1px #323232
}

.SvgSymbol-module_root__2CsRW {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.SvgSymbol-module_menu__2iYFt {
    width: 24px;
    height: 24px
}

.SvgSymbol-module_cross__J2lCN {
    width: 14px;
    height: 14px
}

.SvgSymbol-module_meduzaLogo__2Ouzp {
    width: 92px;
    height: 20px
}

@media only screen and (min-width: 64em) {
    .SvgSymbol-module_meduzaLogo__2Ouzp {
        width:100px;
        height: 45px
    }
}

.SvgSymbol-module_search__VK6p3 {
    width: 24px;
    height: 24px
}

@media only screen and (min-width: 64em) {
    .SvgSymbol-module_search__VK6p3 {
        width:16px;
        height: 16px
    }
}

@media only screen and (min-width: 64em) {
    .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
        stroke-width:1.5px
    }
}

.Image-module_root__1vsA_ {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden
}

@media only screen and (min-width: 32em) {
    .Image-module_root__1vsA_ {
        border-radius:inherit
    }
}

.Image-module_wrapper__3fLjs {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media (max-width: 800px) {
    .Image-module_wrapper__3fLjs {
        max-width:600px
    }
}

.Tag-module_root__3IqWC {
    display: inline-block;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    font-weight: 600
}

.Tag-module_root__3IqWC {
    font-size: 12px;
    line-height: 12px
}

@media only screen and (min-width: 64em) {
    .Tag-module_large__22z_o {
        letter-spacing:1px;
        font-size: 14px;
        line-height: 16px
    }
}

.Tag-module_gold__2ksA7 {
    color: #b88b59
}

.Tag-module_rich__2URd9 {
    margin-bottom: 5px;
    line-height: 10px;
    display: block;
    text-align: center
}

.MediaCaption-module_root__KqTdw {
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif
}

.Meta-module_root__12AG7 {
    transform: translateZ(0);
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    font-size: 12px;
    line-height: 14px;
    fill: inherit
}

.Meta-module_rich__1XBtZ {
    width: 100%;
    color: #757575
}

.Meta-module_center__3BBPr {
    text-align: center
}

.Timestamp-module_root__coOvT {
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    font-weight: 400
}

.red {
    color: red
}

.prod-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.prod {
    width: 270px;
    max-width: 100%;
    margin-bottom: 0
}

.btn-container {
    text-align: center
}

.knopka {
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #d44b38;
    padding: .5em 1.5em;
    outline: 0;
    font-size: 19px;
    display: block;
    max-width: 300px;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    text-align: center!important
}

.comment-create__age,.comment-create__city,.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 47%!important;
    border-radius: 5px!important;
    border: 1px solid #838383!important;
    font-size: 16px!important
}

.knopka:hover {
    background: #e85f4c;
    text-decoration: none!important
}

.knopka:active {
    background: #980f00;
    text-decoration: none!important
}

.SimpleBlock-module_p__Q3azD {
    margin: 0 0 14px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.3
}

@media only screen and (min-width: 1200px) {
    .SimpleBlock-module_p__Q3azD {
        margin:0 0 20px;
        font-size: 20px;
        line-height: 28px
    }

    .SimpleBlock-module_p__Q3azD {
        font-size: 18px
    }
}

.SimpleBlock-module_p__Q3azD:first-child {
    margin-top: 0
}

.SimpleBlock-module_p__Q3azD:last-child {
    margin-bottom: 0
}

.SimpleBlock-module_h3__2Kv7Y {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

@media only screen and (min-width: 516px) {
    .SimpleBlock-module_h3__2Kv7Y {
        font-size:21px
    }
}

@media only screen and (min-width: 1000px) {
    .SimpleBlock-module_h3__2Kv7Y {
        margin-bottom:15px;
        font-size: 28px
    }
}

.SimpleBlock-module_p__Q3azD+ul {
    margin-top: -9px
}

.RichTitle-module_root__BK_WT {
    margin: 0 0 8px;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.bomain {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 480px) {
    .RichTitle-module_root__BK_WT {
        font-size:26px
    }
}

@media (min-width: 768px) {
    .RichTitle-module_root__BK_WT {
        font-size:30px
    }

    .bomain {
        flex-direction: row
    }

    .prod {
        margin-bottom: 0;
        width: 340px
    }
}

@media (min-width: 1024px) {
    .RichTitle-module_root__BK_WT {
        font-size:30px
    }
}

ul {
    padding-left: 30px
}

@media (min-width: 1024px) {
    .RichTitle-module_root__BK_WT {
        font-size:34px
    }

    .Tag-module_rich__2URd9 {
        margin-bottom: 13px
    }

    .knopka {
        font-size: 20px
    }

    ul {
        padding-left: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .RichTitle-module_root__BK_WT {
        margin-bottom:15px;
        font-size: 36px
    }
}

.MetaItem-module_root__2VQom {
    display: inline;
    margin-right: 15px
}

@media only screen and (max-width: 32.1875em) {
    .MetaItem-module_hasSource__1DmCI:first-child {
        margin-top:0
    }
}

.MetaItem-module_hasSource__1DmCI:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 32.1875em) {
    .MetaItem-module_hasSource__1DmCI:nth-child(n+2):before {
        display:none
    }
}

@media only screen and (max-width: 32.1875em) {
    .MetaItem-module_datetime__3tOWm {
        width:auto
    }
}

@media only screen and (max-width: 32.1875em) {
    .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
        order:-2
    }
}

.EmbedBlock-module_root__28k9U {
    position: relative;
    margin: 15px 0
}

@media only screen and (min-width: 32em) {
    .EmbedBlock-module_root__28k9U {
        margin:25px 0 20px
    }
}

.EmbedBlock-module_root__28k9U:first-child {
    margin-top: 0
}

.EmbedBlock-module_root__28k9U figcaption {
    width: 100%;
    max-width: 650px;
    font-size: 14px;
    margin-right: auto;
    margin-left: auto;
    font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;
    text-align: center
}

.EmbedBlock-module_full__1TEjx {
    max-width: 980px
}

@media only screen and (min-width: 32em) {
    .EmbedBlock-module_full__1TEjx {
        margin-right:auto;
        margin-left: auto
    }
}

@media only screen and (min-width: 32em) {
    .EmbedBlock-module_figure__vAvcN {
        margin-right:auto;
        margin-left: auto
    }
}

img {
    max-width: 100%
}

@media only screen and (min-width: 32em) {
    .EmbedBlock-module_desktop__SF5a_ {
        display:block
    }
}

@media only screen and (min-width: 64em) {
    html {
        font-size:1.49813vw
    }
}

@media (min-width: 1335px) {
    html {
        font-size:20px
    }
}

body {
    font-family: Arial,Helvetica,sans-serif
}

@media (min-width: 83.4375em) {
    body {
        background-color:#000
    }
}

h1,h3 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

.h3 {
    margin-top: 35px!important;
    margin-bottom: 25px!important;
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline
}

* {
    box-sizing: border-box
}

a {
    color: #06f;
    text-decoration: none;
    transition: .5s
}

a:hover {
    text-decoration: underline
}

.inL_703706.inL_703706 {
    position: relative
}

.inL_714696.inL_714696 {
    max-width: 100%
}

@media (max-width: 767px) {
    .comment-text p {
        font-size:17px
    }
}

.comments {
    margin-right: 15px;
    margin-left: 15px
}

.name {
    margin-bottom: 20px
}

.comm-h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

button {
    overflow: visible;
    width: auto
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

body:focus,html:focus {
    outline: 0
}

input:focus {
    outline-offset: -2px
}

body {
    font-family: Helmet,Freesans,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.4
}

strong {
    font-weight: 700
}

a {
    text-decoration: none
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,a:active,a:focus,a:hover,a:visited {
    outline: 0!important
}

a {
    text-decoration: none!important;
    font-weight: 700
}

.SimpleBlock-module_center__2rjif {
    margin-bottom: 40px
}

input {
    border: 1px solid #8d8d8d!important;
    max-width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    transition: .3s
}

input:active,input:focus,input:hover {
    box-shadow: none
}

@media only screen and (min-width: 1024px) {
    .SimpleBlock-module_center__2rjif {
        max-width:980px;
        margin-right: auto!important;
        margin-left: auto!important
    }
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::selection {
    color: #fff;
    text-shadow: none
}

input[type=text] {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

input[type=text]:focus {
    outline: 0
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

@media only screen and (min-width: 1024px) {
    .SimpleBlock-module_center__2rjif {
        max-width:980px;
        margin-right: auto!important;
        margin-left: auto!important;
        margin: 30px auto
    }
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px 0 5px 10px!important;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }

    .SimpleBlock-module_center__2rjif {
        margin-bottom: 20px
    }
}

.comment-text p {
    padding-left: 20px;
    margin: 0;
    font-size: 18px
}

.ava {
    display: inline-block
}

.comment-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.425)
}

.ava img {
    padding: 0 5px 0 0;
    box-sizing: inherit;
    width: 55px
}

.date {
    padding-left: 4px
}

.name-date {
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

.city-wrap {
    display: flex;
    align-items: center
}

.name p {
    font-size: 16px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.date span {
    font-size: 14px;
    color: #5f5f5f;
    display: block
}

.comment-text p {
    padding-left: 60px;
    margin: 0;
    margin-top: -10px
}

a:focus {
    outline: 0
}

@media only screen and (min-width: 1024px) {
    .SimpleBlock-module_center__2rjif {
        max-width:980px;
        margin-right: auto!important;
        margin-left: auto!important;
        margin: 30px auto
    }
}

.comment-text p {
    line-height: 1.3
}

.comment__city {
    margin-bottom: 0
}

.name__user {
    margin-bottom: 5px
}

a:hover {
    text-decoration: underline
}

@media (max-width: 1199px) {
    .comment-text p {
        font-size:17px
    }
}

@media screen and (min-width: 768px) {
    .SimpleBlock-module_center__2rjif,.comment-text {
        text-align:justify
    }
}

img {
    max-width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .SimpleBlock-module_center__2rjif {
        margin-bottom:20px
    }
}

.SimpleBlock-module_center__2rjif {
    margin-bottom: 25px
}

input {
    border: 1px solid #8d8d8d!important;
    max-width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    transition: .3s
}

input:active,input:focus,input:hover {
    box-shadow: none
}

@media only screen and (min-width: 1024px) {
    .SimpleBlock-module_center__2rjif {
        max-width:980px;
        margin-right: auto!important;
        margin-left: auto!important
    }
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::selection {
    color: #fff;
    text-shadow: none
}

input[type=text]:focus {
    outline: 0
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #221c42;
    color: #fff
}

::selection {
    background-color: #221c42;
    color: #fff
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    body {
        background: #1b1b1b
    }

    .Image-module_wrapper__3fLjs {
        display: inherit!important;
        width: 600px!important
    }
}

.comment-text p {
    padding-left: 20px;
    margin: 0;
    font-size: 18px
}

.ava {
    display: inline-block
}

.comment-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.425)
}

.ava img {
    padding: 0 5px 0 0;
    box-sizing: inherit;
    width: 55px;
    height: 55px
}

.date {
    padding-left: 4px
}

.name-date {
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

.city-wrap {
    display: flex;
    align-items: center
}

.name p {
    font-size: 16px;
    padding-left: 0;
    margin-top: 0
}

.date span {
    font-size: 14px;
    color: #5f5f5f;
    display: block
}

.comment-text p {
    padding-left: 60px;
    margin: 0;
    margin-top: -10px
}

.SimpleBlock-module_center__2rjif {
    margin: 0 auto 25px auto
}

@media only screen and (min-width: 1024px) {
    .SimpleBlock-module_center__2rjif {
        max-width:980px;
        margin-right: auto!important;
        margin-left: auto!important;
        margin: 0 auto 25px auto
    }
}

body,html {
    font-family: Roboto!important;
    overflow-x: hidden
}

@-ms-viewport {
    width: device-width
}

body {
    background-color: #fff
}

img {
    border: 0
}

button:focus,input:focus,textarea:focus {
    outline: 0!important
}

input,textarea {
    background-clip: padding-box
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,::after,::before {
    box-sizing: inherit
}

img {
    border-style: none
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

body {
    font-size: 18px;
    color: #180701;
    background-color: #fefcfa;
    line-height: 1.4
}

body,div,form,html,img,span {
    margin: 0;
    padding: 0;
    border: 0 none;
    font: inherit;
    vertical-align: baseline
}

input {
    outline: medium none
}

.comment-create__form.show {
    display: flex
}

.create-comment__image-1.show {
    display: block
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image-1 {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

html {
    font-family: Roboto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

.footer-attention {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px
}

input {
    border: 1.5px solid;
    border-color: #e8e8e1;
    max-width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 2px 4px 4px rgba(3,3,3,.05);
    transition: .3s
}

input:active,input:focus,input:hover {
    box-shadow: none
}

html {
    font-family: Roboto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,input {
    font: inherit;
    margin: 0
}

button,input {
    overflow: visible
}

button {
    text-transform: none
}

body,html {
    overflow-x: hidden
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

img {
    max-width: 100%
}

@media only screen and (min-width: 64em) {
    html {
        font-size:1.49813vw
    }
}

@media (min-width: 1335px) {
    html {
        font-size:20px
    }
}

body {
    font-family: Roboto
}

* {
    box-sizing: border-box
}

button {
    overflow: visible;
    width: auto
}

.comment__img {
    padding-left: 60px;
    padding-top: 17px
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

body:focus,html:focus {
    outline: 0
}

input:focus {
    outline-offset: -2px
}

input {
    border: 1px solid #8d8d8d!important;
    max-width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    transition: .3s
}

input:active,input:focus,input:hover {
    box-shadow: none
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::selection {
    color: #fff;
    text-shadow: none
}

input[type=text] {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

input[type=text]:focus {
    outline: 0
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px 0 5px 10px!important;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

input:active,input:focus,input:hover {
    box-shadow: none
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::selection {
    color: #fff;
    text-shadow: none
}

input[type=text]:focus {
    outline: 0
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #221c42;
    color: #fff
}

::selection {
    background-color: #221c42;
    color: #fff
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

input::-ms-clear {
    display: none
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button {
    border: none;
    background: 0 0;
    cursor: pointer;
    border-radius: 0
}

input:-webkit-autofill {
    background-color: transparent!important
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button::-moz-focus-inner {
    border: none
}

input:invalid {
    box-shadow: none
}

button {
    overflow: visible;
    width: auto
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

body:focus,html:focus {
    outline: 0
}

input:focus {
    outline-offset: -2px
}

body {
    font-family: Roboto;
    line-height: 1.4
}

input:active,input:focus,input:hover {
    box-shadow: none
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::selection {
    color: #fff;
    text-shadow: none
}

input[type=text]:focus {
    outline: 0
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

img {
    max-width: 100%;
    height: auto
}

input:active,input:focus,input:hover {
    box-shadow: none
}

button {
    appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::selection {
    color: #fff;
    text-shadow: none
}

input[type=text]:focus {
    outline: 0
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input:hover,input[type=text]:focus {
    background-color: rgba(0,0,0,.03)
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #221c42;
    color: #fff
}

::selection {
    background-color: #221c42;
    color: #fff
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }
}

.comment_moderate {
    font-size: 18px;
    text-align: center;
    display: none;
    padding-bottom: 20px
}

.comment-create__btn {
    border: none
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

.visually-hidden {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.create-comment__image img.create-comment__image-1 {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.create-comment__image img.create-comment__image-2 {
    width: 24px;
    height: 24px
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px
}

.comment-create__text {
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #838383;
    resize: none;
    overflow: auto;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 10px
}

.comment-create__text:focus {
    background-color: rgba(0,0,0,.03)
}

textarea:focus {
    outline: 1px #838383
}

.comment-create__city,.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 10px;
    width: 47%!important;
    border-radius: 5px!important;
    border: 1px solid #838383!important;
    font-size: 16px!important
}

.comment__info-image-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.comment-create__btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0252bb;
    border-radius: 10px
}

@media screen and (max-width: 479px) {
    .comment-create__city,.comment-create__name {
        width:100%!important;
        border-radius: 5px!important;
        border: 1px solid #838383!important
    }
}

.visually-hidden {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

.comment-create__form {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 40px auto 40px auto
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.create-comment__image-2 {
    display: none
}

.create-comment__image img.create-comment__image-1 {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.create-comment__image img.create-comment__image-2 {
    width: 24px;
    height: 24px
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.comment-create__text {
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #838383;
    resize: none;
    overflow: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px
}

.comment-create__text:focus {
    background-color: rgba(0,0,0,.03)
}

.comment-create__form.show {
    display: flex
}

.create-comment__image-1.show {
    display: block
}

.comment-create__form.show {
    display: flex
}

.comment_moderate.show {
    display: block
}

.create-comment__image-2.show {
    display: block
}

.create-comment__image-1 {
    display: none
}

.create-comment__image-2.show {
    display: block!important
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image-1 {
    display: none
}

.comment-create__city,.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 48%!important;
    border-radius: 5px!important;
    border: 1px solid #838383!important
}

.comment-create__btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0252bb;
    border-radius: 10px
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }

    .comment-create__form {
        margin: 20px auto!important
    }

    .comment-create__form {
        max-width: 450px
    }
}

.comment__info-image-wrapper {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 479px) {
    .comment-create__age,.comment-create__city,.comment-create__name {
        width:100%!important;
        border-radius: 5px!important;
        border: 1px solid #838383!important
    }

    .comment-create__form {
        max-width: 300px!important
    }

    .comment-create__btn {
        margin: 0 auto
    }

    .comment__info-image-wrapper {
        margin: 0 auto 10px auto
    }
}

.comment-create__btn:hover {
    background-color: #1d68cc
}

.just-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
    .comment-create__btn {
        margin:0 auto
    }
}

@media screen and (max-width: 479px) {
    .just-wrap {
        flex-direction:column
    }
}

.comment-text p {
    line-height: 1.3
}

.names {
    margin-bottom: 5px!important
}

.comment__city {
    margin-bottom: 0
}

.name__user {
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    .comment-text p {
        font-size:17px
    }
}

img {
    max-width: 100%;
    height: auto
}

input {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .3s;
    max-width: 100%;
    background-color: transparent
}

textarea:focus {
    outline: 1px #838383
}

@media (max-width: 767px) {
    input:not([type=submit]) {
        font-size:16px!important
    }

    .SimpleBlock-module_center__2rjif {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 479px) {
    .comments {
        margin-left:0;
        margin-right: 0
    }

    .prod {
        width: 200px
    }
}

input::-ms-clear {
    display: none
}

.link__prod {
    text-decoration: underline!important
}

.link__prod:hover {
    text-decoration: none!important
}

#comebacker_main_div {
    display: none!important
}

#comebacker_main_div {
    height: 0!important
}

#comebacker_main_div {
    width: 100%!important;
    background: #000
}

footer {
    outline: 2px solid #000
}
