.column,
.prod__pack picture,
.small-12 {
    width: 100%
}

.center img,
.row,
.small-12,
input,
textarea {
    max-width: 100%
}

.form__price,
input,
textarea {
    font-size: 16px
}

html,
input,
textarea {
    box-sizing: border-box
}

.center,
h1 {
    text-align: center
}

h1,
h3,
p {
    text-rendering: optimizeLegibility;
    line-height: 1.4
}

a,
strong {
    line-height: inherit
}

.menu,
ul {
    list-style-type: none
}

.price p span,
.red,
h1,
h3,
strong {
    font-weight: 700
}

.c-site-header,
.o-menu-top_nav,
.prod__pack {
    position: relative
}

.flex-css,
footer {
    align-content: flex-start
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
img {
    width: auto
}

#order_form button,
div {
    background-repeat: no-repeat
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}


a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

a,
a:active,
a:focus,
a:hover,
body:focus,
html:focus,
input,
input:focus,
input[type=text]:focus,
input[type]:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}


header,
main,
nav,
section {
    display: block
}

h1 {
    margin: 15px auto !important
}

*,
::after,
::before {
    box-sizing: inherit
}

img {
    flex-shrink: 0
}

.row::after,
.row::before {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.row::after {
    clear: both
}

.column {
    float: left
}

.row {
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row.collapse>.column {
    padding-left: 0;
    padding-right: 0
}

.column {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: .5rem;
    padding-right: .5rem;
    min-width: initial
}

@media screen and (min-width:64em) {
    .large-8 {
        width: 66.66667%
    }

    .column {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.column.row.row {
    float: none;
    display: block;
    max-width: 80em
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.form__price-wrapper,
.order {
    justify-content: space-evenly;
    display: flex
}

.center {
    margin: 0 auto 15px;
    max-width: 500px
}

.text {
    margin-bottom: 15px
}

.order {
    align-items: center;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    #order_form {
        background-image: url(../images/formbg.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 25px 20px !important
    }

    .u-margin-bottom-1 p {
        text-align: justify
    }
}

#order_form {
    padding: 15px 20px;
    max-width: 455px
}

.live-photo {
    width: 350px;
    padding-left: 60px
}

.form__price-wrapper {
    width: 100%;
    max-width: 320px
}

.main__title {
    font-size: 30px !important
}

input,
textarea {
    border: 1px solid #8d8d8d;
    padding: 14px 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #080000;
    transition: .3s
}

*,
body,
div,
form,
html,
img,
label,
p,
span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.price {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.btn_l,
.prod__pack {
    justify-content: center;
    display: flex
}

ul {
    margin: 0 0 15px !important
}

.price .x_price_previous {
    display: inline-block;
    position: relative
}

.price p span {
    font-size: 20px !important
}

.price .x_price_current,
.price .x_price_previous {
    font-size: 28px;
    padding-bottom: 0 !important
}

.price .x_price_previous:after,
.price .x_price_previous:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: red
}

.price .x_price_previous:before {
    transform: translateY(-50%) rotate(15deg)
}

.price .x_price_previous:after {
    transform: translateY(-50%) rotate(-15deg)
}

.red {
    color: red
}

@media only screen and (max-width:1048px) {

    .text {
        text-align: left
    }
}

.btn_l {
    width: 100%;
    font-size: 16px
}

.pack-center {
    display: flex;
    justify-content: center;
    max-width: 300px;
    width: 100%;
}

div,
h1,
h3,
li,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit
}

h1,
h3 {
    font-style: normal;
    color: inherit;
    margin-top: 0
}

@media screen and (min-width:1220px) {
    h3 {
        margin-top: 20px !important;
        margin-bottom: 15px !important
    }
}

@media screen and (max-width:1199px) {
    h3 {
        margin-top: 35px !important;
        margin-bottom: 15px !important
    }
}

.menu a,
h1,
h3 {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .column {
        padding-left: .5rem;
        padding-right: .5rem
    }

    h1 {
        font-size: 3rem
    }

    h3 {
        font-size: 1.9375rem
    }

    .o-menu-top_nav .enw-nav-menuList {
        margin: auto auto auto 0
    }
}

a {
    color: #2199e8;
    text-decoration: underline;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1585cf;
    text-decoration: none
}

.gnews a,
.gnews a:active,
.gnews a:focus,
.gnews a:visited,
footer {
    color: #fff
}

a img {
    border: 0
}


ul {
    line-height: 1.4;
    list-style-position: outside
}

.prices {
    width: 100%;
    display: flex;
    justify-content: space-around
}

li {
    font-size: inherit
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }
}

img,
input {
    max-width: 100%
}

.menu {
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap
}

.c-article {
    margin-right: auto;
    margin-left: auto
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu>li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (max-width:79.9375em) {
    .show-for-xlarge {
        display: none !important
    }
}

h1,
h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em
}

h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.o-menu-top_nav {
    background: #005587;
    display: block;
    width: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.enw-menuList__item,
.logo__link {
    color: #fff !important
}

.o-menu-top_nav .enw-menuList__item.dropdown::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    margin: auto 0 auto 5px;
    padding-bottom: 3px
}

.o-menu-top_nav .menu__item--is-active {
    background-color: #001d32
}

.o-menu-top_nav__menu-burger {
    width: 2.5rem
}

.o-menu-top_nav #toggle-menu {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    left: 0;
    background-color: #006486
}

.o-menu-top_nav:first-of-type {
    z-index: 10
}

.gnews::after,
.gnews::before {
    content: '';
    z-index: -1;
    position: absolute;
    background-color: rgba(0, 0, 0, .3)
}

.o-menu-top_nav .enw-nav-menuList {
    display: -ms-flexbox;
    display: flex;
    margin: auto auto auto 0
}

.c-menu-main__left,
.c-menu-main__right,
.o-menu-top_nav .enw-nav-menuList .enw-menuList {
    display: -ms-flexbox;
    display: flex
}

.o-menu-top_nav .enw-nav-menuList .enw-menuList__item {
    padding: 3px .5rem 0;
    color: #fff;
    height: 100%;
    line-height: 3.75rem;
    font-size: .875rem;
    margin: auto 0;
    display: block;
    background-color: transparent;
    transition: background-color .4s;
    text-decoration: none
}

.o-menu-top_nav .enw-nav-menuList .enw-menuList__item:hover {
    background-color: #1b84a9
}

.c-article-content p {
    margin-bottom: 20px;
    line-height: 1.4
}

.c-article-content h3 {
    line-height: 1.3;
    padding: 1rem 0;
    font-size: 23px
}

.c-article {
    background-color: #fff;
    max-width: 80rem
}

.c-article-content {
    transition: font-size 1s
}

.c-article-title {
    font-size: 1.875rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 20px
}

.c-site-header {
    width: 100%;
    z-index: 10
}

.c-site-header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 3.75rem;
    width: 10rem;
    padding-right: 1rem;
    margin: 0
}

.c-menu-main__right,
.c-site-header__logo img {
    width: 100%
}

.c-menu-main {
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: auto;
    padding: 0
}

@media screen and (min-width:80em) {
    .xlarge-9 {
        width: 75%;
        max-width: 100%
    }

    .column {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .c-menu-main {
        padding: 0
    }
}

.c-menu-main__left {
    height: 100%;
    max-width: 11.25rem;
    position: relative;
    padding-left: 10px
}

.inL_379561,
.js-enw-topnav__menu {
    margin-bottom: 0 !important
}

.c-menu-main__right>.menu {
    margin-left: auto;
    width: auto
}

#hamburger-button {
    width: 20px;
    height: 22.5px;
    position: relative;
    top: 0;
    margin: 12px auto;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#hamburger-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#hamburger-button span:nth-child(2n) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

#hamburger-button span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px
}

#hamburger-button span:first-child,
#hamburger-button span:nth-child(2) {
    top: 0
}

#hamburger-button span:nth-child(3),
#hamburger-button span:nth-child(4) {
    top: 7px
}

#hamburger-button span:nth-child(5),
#hamburger-button span:nth-child(6) {
    top: 14px
}

.widget__captionText {
    font-size: 15px;
    font-style: normal;
    display: block;
    margin-top: 5px
}

#enw-main-content {
    background-color: #eee;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 8;
    padding: 0 20px
}

@media screen and (max-width:47.9375em) {
    .hide-for-small-only {
        display: none !important
    }

    .o-menu-top_nav {
        height: 2.5rem
    }

    .small-12 {
        min-width: 100%
    }

    .c-article-title,
    h3 {
        font-size: 1.3rem
    }

    .c-article-title {
        margin-bottom: 10px
    }

    .c-article-content p,
    .center {
        margin-bottom: 15px
    }

    .c-site-header {
        position: fixed;
        top: 0
    }

    .c-site-header__logo {
        height: 2.5rem;
        padding-left: 1rem
    }

    .c-menu-main__left {
        max-width: 12.5rem
    }

    .c-menu-main__right {
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }

    .c-menu-main__right>.menu {
        height: 2.5rem
    }

    #enw-main-content {
        margin-top: 35px;
        padding: 0
    }

    .u-margin-top-medium-5 {
        padding: 15px;
    }

    .text {
        text-align: left;
        font-size: 16px
    }

    .c-article-content h3 {
        padding: 10px 0
    }
}

#enw-main-content:after {
    background-color: #000;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .8s ease-out;
    z-index: 12
}

.u-overflow-visible {
    overflow: visible !important
}

.u-margin-bottom-1 {
    margin-bottom: .5rem !important
}

@media screen and (min-width:48em) {
    .u-margin-top-medium-5 {
        margin: 20px
    }
}

.u-margin-auto {
    margin: auto
}

.flex-css,
footer {
    display: flex
}

@media (min-width:1024px) {

    
    main.u-overflow-visible {
        display: flex;
        align-content: flex-start
    }

    .c-article {
        max-width: 940px;
        margin: 0;
        width: 100%
    }

    main.u-overflow-visible {
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start
    }
}

.ramka {
    padding: 10px 20px
}

.grow {
    width: 100% !important
}


.gnews::after,
.gnews::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.flex-css,
footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.gnews {
    background: linear-gradient(138deg, #112152, #4890be);
    outline: #112152 solid 1px;
    position: relative;
    z-index: 2
}

.gnews:hover {
    outline: #112152 solid 1px !important
}

.gnews a:hover {
    color: #1b84a9
}


.hide {
    display: inline-block
}


.hide,
body {
    position: relative
}

.gright {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin: 20px 0 0
}

#order_form label,
.hide {
    margin-left: auto;
    margin-right: auto
}

.ramka {
    width: 100%;
    background: #f5ee1b;
    text-align: left !important;
    margin-bottom: 15px !important
}

a,
body,
div,
html,
img,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body,
html,
p {
    font-family: Roboto
}

.comments {
    padding: 0
}

.comments .solid-orange {
    border-bottom: 1px solid #666;
    margin-top: 30px !important
}

.comments span {
    line-height: 20px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-height: 999999px
}

body,
html {
    height: 100%;
    font-size: 100%
}

body {
    -webkit-font-smoothing: antialiased
}

.hide {
    text-align: center
}


.price p {
    text-align: center !important
}

#order_form,
.comment-create__btn,
.comment_moderate,
.hide::before,
.tac {
    text-align: center
}

.hide::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '18+';
    width: 101%;
    height: 101%;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: #000;
    opacity: 1;
    transition: .6s;
    z-index: 2
}

.hide:hover:before {
    opacity: .9
}

.remove::before,
.remove:hover:before {
    opacity: 0
}

p {
    margin-bottom: 15px !important
}

@media print {

    body,
    html {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0
    }

    body,
    img {
        margin-left: auto;
        margin-right: auto
    }

    body {
        width: 80%;
        zoom: 80%
    }

    img {
        max-width: 100%;
        display: block;
        text-align: center
    }
}

#order_form button,
.ava,
.name-date,
img {
    display: inline-block
}

body {
    visibility: visible !important;
    background: #fff;
    color: #222;
    cursor: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: auto
}

body,
div,
form,
html,
img,
label,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

html {
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

#order_form,
input,
textarea {
    font-family: Roboto
}

button {
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: button
}

input[type=text] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 36px;
    padding: 3px 9px
}

input[type=text]:active,
input[type=text]:focus {
    border-color: #b0b0b0 !important
}

@media screen and (max-width:599px) {
    body {
        line-height: 1.2 !important
    }
}

input {
    padding: 5px 0 5px 10px !important
}

.date {
    margin-top: 10px;
    padding-left: 60px
}

.comment-text p {
    font-size: 18px;
    padding-left: 60px;
    margin: 0
}

.ava {
    margin-right: 6px
}

.ava img {
    width: 50px;
    height: 50px
}

.comment-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .425)
}

.comment-content .ava img {
    margin-bottom: 0;
    margin-top: 10px
}

.name-date {
    vertical-align: top;
    margin-top: 5px;
    width: calc(100% - 60px)
}

.comment-content .city,
.comment-create__age,
.comment-create__city,
.comment-create__name {
    font-size: 16px !important
}

.comment-contianer {
    padding: 0 15px
}

.comment-content p {
    margin-bottom: 5px !important;
    padding-bottom: 0
}

@media (max-width:900px) {
    .comment-text p {
        font-size: 17px !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    height: auto;
    min-height: 50px
}

input::-ms-clear {
    display: none
}

input:focus {
    outline-offset: -2px
}

::selection {
    background: #221c42;
    color: #fff;
    text-shadow: none
}

input:active,
input:focus,
input:hover {
    box-shadow: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring {
    outline: ButtonText dotted 1px
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: ButtonText dotted 1px
}

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) {
    #order_form {
        background: #ebeae6;
        border: 2px solid #c0b1ae
    }

    .main__title {
        font-size: 26px !important
    }

    .pack-center {
        display: flex;
        align-items: center
    }

    .packs {
        margin-bottom: 0 !important
    }

    .order {
        flex-direction: column
    }

    footer {
        display: none
    }

    input[type=text] {
        font-size: 16px
    }

    input:not([type=submit]) {
        font-size: 16px !important
    }
}

.comment_moderate {
    padding-top: 20px
}

.comment-create__btn {
    border: none;
    cursor: pointer;
    outline: 0 !important
}

input {
    border: 1px solid #8d8d8d !important;
    box-sizing: border-box;
    color: #2c2f34;
    font-size: 13px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s, border .3s;
    background-color: transparent
}

textarea:focus {
    outline: #838383 1px
}

.comment__info-image-wrapper {
    margin-bottom: 10px;
    text-align: center;
    width: 48%;
    font-size: 15px
}

.comment-create__btn {
    margin: 0 auto
}

.comment-create__btn:hover {
    background-color: #3fa825;
    box-shadow: 0 0 5px 0 #3fa825
}

@media screen and (max-width:479px) {
    #order_form label {
        font-size: 14px
    }

    #order_form button {
        width: 260px;
        max-width: 100%;
        margin-top: 15px
    }

    #order_form {
        padding: 10px
    }

    .main__title {
        font-size: 22px !important
    }

    .ava,
    label {
        margin-bottom: 5px
    }

    .comment-contianer {
        padding: 0
    }

    .comment-create__age,
    .comment-create__city,
    .comment-create__name {
        width: 100% !important;
        border-radius: 5px !important;
        border: 1px solid #838383 !important
    }

    .comment__info-image-wrapper {
        width: 100%
    }
}

.visually-hidden {
    display: none
}

.comment-create__form {
    flex-wrap: wrap;
    align-items: center;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0
}

.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 {
    margin-bottom: 0 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.create-comment__image img.create-comment__image-2 {
    margin-bottom: 0 !important;
    width: 24px;
    height: 24px
}

.comment_moderate.show,
.create-comment__image-1.show,
.create-comment__image-2.show,
.inL_124971 {
    display: block
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline
}

#order_form button,
.ord_button,
.ord_button:hover {
    text-decoration: none
}

.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)
}

#order_form button:hover,
.main_btn:hover {
    background-color: #017acc
}

.comment-create__age,
.comment-create__city,
.comment-create__name {
    padding: 10px;
    margin-bottom: 10px;
    width: 48% !important;
    border-radius: 5px !important;
    border: 1px solid #838383 !important
}

.comment-create__btn {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #32881d;
    border-radius: 10px
}

.comment_moderate,
.price p {
    padding-bottom: 0 !important
}

.comment_moderate {
    font-size: 18px;
    display: none
}

.comment-create__form.show,
.just-wrap {
    display: flex
}

.inL_276800,
.inL_824152 b {
    font-size: 14px
}

.just-wrap {
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width:1023px) {
    .comment-create__btn {
        margin: 0 auto
    }
}

.create-comment__image-1,
.create-comment__image-2 {
    display: none
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    input {
        height: 36px !important
    }

    .c-site-header__logo img {
        width: 144px;
        height: 17.55px;
        position: relative;
        top: 0
    }
}

#order_form button,
.main_btn {
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    background-color: #0299ff
}

.main_btn {
    margin: 30px auto;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
    letter-spacing: 2px;
    padding: 10px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    border-radius: 5px
}

.main_btn:hover {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

#order_form {
    margin: 0;
    display: block;
    background-position: 50% 50%;
    line-height: 1
}

#order_form div {
    background: 0 0 !important
}

#order_form h2 {
    margin: 0 0 15px;
    padding: 0;
    line-height: 22px;
    border: none;
    margin-top: 15px !important
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0 10px;
    font-weight: 700;
    font-size: 16px
}

#order_form .order_form_pole {
    padding: 0 10px 5px;
    margin: 0 10px 5px
}

#order_form input {
    font-size: 16px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc !important;
    max-width: 300px;
    width: 100%;
    background-color: #fff
}

#order_form input:focus {
    border: 2px solid #686767 !important
}

#order_form button {
    padding: 20px;
    border-radius: 5px;
    background-position: 1.35em .94em;
    background-size: 1em;
    transition: .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px
}

#order_form button:active {
    position: relative;
    top: 1px
}

@media (max-width:767px) {
    input:not([type=submit]) {
        font-size: 16px !important
    }

    .comment-create__form {
        margin: 20px auto 0 !important;
        max-width: 450px
    }

    #order_form {
        background: #ebeae6;
        border: 2px solid #c0b1ae
    }
}

@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__btn {
        margin: 0 auto
    }

    .comment__info-image-wrapper {
        margin: 0 auto 10px 0
    }

    .just-wrap {
        flex-direction: column
    }

    label {
        margin-bottom: 5px
    }

    .comment-create__form {
        max-width: 300px !important;
        margin: 0 auto !important
    }

    .comment-create__wrapper {
        margin-bottom: 0
    }

    #order_form label {
        font-size: 14px
    }

    #order_form button {
        width: 260px;
        max-width: 100%;
        margin-top: 15px
    }

    #order_form {
        padding: 10px
    }

    #order_form .order_form_pole {
        padding: 0;
        margin: 2px
    }

    #order_form input {
        width: 100%
    }
}

@media screen and (max-width:459px) {
    #order_form input {
        width: 100%;
        max-width: 300px
    }

    #order_form button {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:349px) {
    #order_form input {
        font-size: 17px
    }

    #order_form button {
        margin-left: 0
    }
}

.inL_276800 {
    color: #00f;
    margin-bottom: 5px
}

.inL_199202 {
    font-size: 12px !important
}

.inL_824152 {
    margin: 15px 10px;
    border: 2px solid #0299ff;
    padding: 10px
}

.last-input {
    margin-bottom: 20px !important
}

.price {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px
}

.price p {
    line-height: 1.3;
    margin-bottom: 0 !important
}

@media screen and (min-width:1200px) {

    
    .c-article-content p,
    .text,
    .text b,
    a,
    b,
    li,
    p {
        font-size: 18px !important
    }

    .inL_824152 b {
        font-size: 13px !important
    }
}

@media screen and (max-width:1000px) {
    .order {
        flex-direction: column
    }

    .pack-center {
        margin: 0 auto 25px !important
    }

    .c-article-content p,
    .comment-content p,
    .comment-text {
        font-size: 16px !important
    }
}

@media screen and (max-width:767px) {
    #order_form button {
        width: 100%;
        max-width: 300px
    }
}

@media screen and (max-width:479px) {

    .c-article-content h3 {
        font-size: 21px
    }
}

h2 {
    margin-bottom: 15px
}

.popup-comment {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 250px;
    height: 120px;
    border: 5px solid #000;
    z-index: 10000;
    display: none
}

.eeee {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.296);
    display: none
}