body {
  margin-top: 0 !important;
  background: #F7F7F7;
}

p {
  margin-bottom: 25px;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 35px;
}

.wsnw {
  white-space: nowrap;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 150px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  border: 1px solid #EEEEEE;
  background-color: #ffffff;
  padding: 5px 13px;
  color: #000000;
  font-size: 13px;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 0;
  line-height: 26px;
  border-radius: 3px;
}

textarea:focus,
input:focus {
  background: #FBFBFB;
  box-shadow: none;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #fb7f88;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

input[type="submit"] {
  padding: 13px 30px;
  line-height: 1;
  color: #000000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


input[type="submit"]:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

.clear {
  clear: both;
}

header {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: top center;
}

header .container {
  padding: 0;
}

header .col-md-12 {
  display: table;
  height: 200px;
}

.navbar {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  margin: 0;
  line-height: 1.42857;
  position: static;
}

.navbar .nav>li {
  float: left;
}

.navbar .nav>li {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.navbar .nav>li>a {
  color: #000000;
  display: block;
  font-size: 12px;
  padding: 5px 5px;
  margin-left: 30px;
  margin-right: 30px;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  letter-spacing: 2px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent !important;
}

.navbar .nav>li>a:hover {
  background: transparent;
  color: #9BA78A;
  border-bottom: 1px solid #9BA78A;
}

.navbar-center-wrapper {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  background: none;
  min-height: 0;
}

.navbar-collapse {
  padding: 0;
  max-height: inherit;
  clear: both;
}

.navbar .nav ul {
  list-style: none;
}

.navbar .navbar-toggle {
  background: transparent;
  cursor: pointer;
  color: #000000;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: none;
  margin: 0 auto;
  float: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggle-btn {
  display: inline-block;
}

.navbar-toggle-btn span {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #000;
}

.navbar-toggle-btn span:nth-child(2) {
  margin: 2px 0;
}

.navbar .navbar-toggle:hover {
  background: transparent;
}

.navbar-default .navbar-collapse {
  border: none;
}

.mainmenu-belowheader {
  background: #ffffff;
}

.mainmenu-belowheader .navbar {
  position: relative;
}

.mainmenu-belowheader .navbar .container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.mainmenu-belowheader .navbar {
  margin-left: 0;
  min-height: 0;
}

.mainmenu-belowheader .navbar .nav>li>a {
  text-align: center;
}

.mainmenu-belowheader .navbar .nav>li>a span {
  display: block;
  font-size: 12px;
  color: #8f9294;
  text-transform: none;
  font-weight: normal;
  margin-top: 5px;
  letter-spacing: 0;
}

.mainmenu-belowheader.menu-center .nav {
  display: table;
  margin: 0 auto;
}

.mainmenu-belowheader.mainmenu-uppercase .navbar .nav>li>a {
  text-transform: uppercase;
}

.post-content-wrapper {
  position: relative;
}

.post-container {
  margin-top: 45px;
}

.blog-post {
  margin-bottom: 70px;
  clear: both;
}

.blog-post.blog-post-single {
  margin-bottom: 0;
}

.blog-post-single .post-content-wrapper {
  width: 100%;
  float: none;
}

.blog-post>.post>.post-content-wrapper>.entry-content {
  margin-bottom: 30px;
}

.blog-post.blog-post-single .post-content {
  margin-left: 0;
}

.blog-post .post-content {
  background: transparent;
  padding: 0;
}

.blog-post .post-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.blog-post .blog-post-thumb {
  margin-bottom: 35px;
}

.blog-post .blog-post-thumb img {
  width: 100%;
  height: auto;
}

.blog-post:hover .blog-post-thumb img {
  opacity: 0.8;
}

.mod-center {
  text-align: center;
  margin-bottom: 10px;
}

footer {
  padding: 20px 0;
  background-color: #b5b3ae;
  color: #ffffff;
}

.footer__text {
  text-align: center;
}

.comments-form-wrapper {

  background: #ffffff;
}

.comments-area {
  margin-bottom: 30px;
  padding: 35px 15px;
  padding-bottom: 0;
  background: #ffffff;
}

.comment-list li.comment:first-child {
  border-top: none;
  margin-top: 0;
}

.comment-list li.comment:last-child {
  border-bottom: 0;
}

.comment-list li.comment {
  margin-top: 0;
  list-style: none;
  border-bottom: 1px solid #eeeeee;
}

.comment-list li.comment.depth-2 {
  margin-left: 65px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-content {
  margin-top: 5px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.comment-content p {
  margin-bottom: 10px;
}

.comment__date {
  margin-bottom: 20px;
  color: rgb(136, 136, 136);
}

.comment-body {
  padding: 0;
}

.comment-author {
  width: 50px;
  margin: 20px 0;
  margin-right: 15px;
  float: left;
}

.comment-author img {
  width: 50px;
  height: 50px;
}

.comment-metadata {
  margin-top: 20px;
  display: table;
}

.comment-metadata .author {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
  color: #565158;
  margin-bottom: 5px;
}

.comment-metadata .date {
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}

.comment-metadata .date a {
  text-decoration: none;
  color: #000000;
}

.comment-metadata .date a:hover {
  color: #9BA78A;
}

.comment-meta .reply {
  float: right;
  margin-right: 10px;
  margin-top: 40px;
}

.comment-meta .reply a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  background: #eeeeee;
  letter-spacing: 1px;
  font-weight: bold;
}

.comment-meta .reply a:hover {
  text-decoration: none;
  background: #9BA78A;
  color: #ffffff;
}

.comments-title {
  font-size: 24px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.entry-content {
  overflow: visible;
}

.entry-content img {
  height: auto;
  max-width: 100%;
}

img.aligncenter {
  display: block;
}

.aligncenter {
  text-align: center;
  margin: auto;
}

img.aligncenter {
  display: block;
}

.aligncenter {
  text-align: center;
  margin: auto;
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
footer,
header,
nav {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button,
input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.prod-bottom {
  margin: 30px auto 0;
  display: block;
  width: 250px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

p {
  margin: 0 0 20px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.col-sm-4,
.col-xs-6,
.col-xs-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-6,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .col-sm-4 {
    float: left;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

input[type="date"] {
  line-height: 34px;
}

.collapse {
  display: none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li>a>img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-collapse:after {
  clear: both;
}

body {
  background: #f7f7f7
}

.navbar {
  margin-bottom: 0;
}

.mainmenu-belowheader .navbar .container {
  width: 100%;
  background: #fff;
}

.author-image img {
  border-radius: 50px;
  margin-bottom: 10px
}

article li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}

article p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.post-container {
  padding: 40px 0;
  background-color: #f3f1eb;
  -webkit-box-shadow: 0 0 15px -1px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0 0 15px -1px rgba(204, 204, 204, 1);
  box-shadow: 0 0 15px -1px rgba(204, 204, 204, 1);
  margin-bottom: 40px
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%
}

.col-middle {
  vertical-align: middle
}

.col-bottom {
  vertical-align: bottom
}

.post-container .format-standard h1 {
  margin-bottom: 0
}

.single-post-info-mobile {
  display: none
}

@media(max-width:768px) {
  .single-post-info {
    display: none
  }

  .single-post-info-mobile .author-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .single-post-info-mobile .author-image img {
    width: 65px;
    height: 65px
  }

  .single-post-info-mobile {
    display: block
  }

  .single-post-info-mobile .meta-info-author,
  .single-post-info-mobile .meta-info-date {
    margin-top: 30px;
    padding: 0;
  }

  .single-post-info-mobile .meta-info-author {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    margin-top: 65px;
  }
}

.navbar .nav>li>a:hover {
  color: #e71f1f !important;
  border-bottom: 1px solid #e71f1f !important
}

.format-standard h1 {
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #f05b26 !important;
  text-align: center;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #f25e29 !important;
  margin: 20px 0;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2
}

.post-container {
  border-top: solid 1px #fff !important;
  background-color: #fff !important
}

.single-post-info {
  color: #989897;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: .0625em !important;
  margin-top: -60px
}

.author-image img {
  border-radius: 80px !important;
  margin-bottom: 10px;
  border-top: solid 2px #fff !important
}

.entry-content p {
  font-size: 18px;
  color: #252525 !important;
  letter-spacing: normal !important;
  line-height: 1.3
}

.entry-content a,
.comment-content a {
  font-weight: 700 !important;
  color: #428bca !important
}

.entry-content a:hover,
.comment-content a:hover {
  color: #2c71ad !important;
  text-decoration: underline;
}

.sharing-is-caring {
  cursor: pointer
}

.post-share .dropdown {
  float: right !important;
  margin-bottom: 20px !important
}

.post-share .dropdown a:hover {
  color: #e71f1f !important;
  text-decoration: none !important;
}

.dropdown-toggle.sharing-is-caring {
  font-size: 11px !important;
  text-transform: uppercase !important;
  color: #333;
}

.dropdown-toggle.sharing-is-caring a:hover {
  color: #e71f1f !important;
}

.image__wrapper {
  margin-bottom: 20px;
}

.entry-content p.image__note {
  text-align: center;
  padding-top: 5px;
  font-size: 15px !important;
  line-height: 1.2 !important;
  margin-bottom: 0;
}

.entry-content p.attention {
  color: blue !important;
  font-weight: 700 !important;
  text-align: center;
}

.form__wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 20px;
}

.form__input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid rgb(124, 123, 123);
  border-radius: 10px;
  box-shadow: 0px 3px 10px -5px #000;
}

.form__btn {
  width: 100%;
  border: none;
  background-color: rgb(255, 0, 0);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px #000;
  cursor: pointer;
}

.order__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.prod__wrapper {
  margin: 0 20px;
  width: 250px;
}

.bottom__btn {
  max-width: 250px;
}

.bottom__btn:hover,
.bottom__btn:focus {
  text-decoration: none;
  color: #fff;
}

@media (max-width:767px) {
  .order__wrapper {
    flex-direction: column;
  }

  .prod__wrapper {
    width: 180px;
    margin: 0 0 20px;
  }

  .prod-bottom {
    width: 180px;
  }

  .form__wrapper {
    margin: 0;
  }

  .format-standard h1 {
    margin-top: 30px;
  }

  h3 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  header .col-md-12 {
    height: auto !important;
    display: block;
  }

  header>.container>.row {
    margin: 0;
  }

  header>.container {
    padding: 0;
  }

  .navbar-inner {
    background: #ffffff;
  }
}

@media (max-width: 1023px) {
  .navbar .nav>li>a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .comments-area input[type="text"] {
    width: 100%;
  }

  .format-standard h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  header .col-md-12 {
    padding: 0;
  }

  header .navbar {
    padding-bottom: 0;
    margin: 0;
  }

  .mainmenu-belowheader.menu-center .nav {
    display: block;
  }

  .navbar .navbar-toggle {
    display: table;
  }

  .navbar .container {
    background: none !important;
    height: 60px;
  }

  .mainmenu-belowheader .navbar .nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mainmenu-belowheader .navbar .nav>li>a span {
    margin-bottom: 0;
  }

  .mainmenu-belowheader:not(.menu-center) .navbar .nav>li>a {
    text-align: left !important;
  }

  .mainmenu-belowheader:not(.menu-center) .navbar .nav>li:first-child>a {
    padding-left: 20px;
  }

  .navbar-collapse {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 70px;
  }

  .mainmenu-belowheader .navbar .nav>li>a {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }

  .mainmenu-belowheader .navbar .nav>li>a:hover {
    border: none;
  }

  .navbar .nav>li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mainmenu-belowheader {
    background: none !important;
  }

  .navbar .nav li {
    display: block;
    width: 100%;
  }

  .navbar .nav li a {
    padding: 5px 14px;
  }

  .blog-post .post-content {
    margin-left: 0;
  }

  .blog-post .post-content-wrapper {
    width: 100%;
    float: none;
  }

  .mainmenu-belowheader.menu-center .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-metadata .author {
    font-size: 18px;
  }

  .comment-content {
    font-size: 17px;
  }

  .entry-content p,
  article p,
  article li {
    font-size: 17px;
  }

  .format-standard h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .blog-post.blog-post-single {
    padding: 0 15px;
    margin-bottom: 0;
  }

  .comments-area {
    padding-top: 15px;
    margin-bottom: 20px;
  }

  .post-single-content {
    padding: 0;
  }

  .comments-form-wrapper {
    margin-top: 0;
  }

  .post-container {
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  header .col-md-12 {
    display: block;
  }

  .comment-meta .reply {
    display: none;
  }

  .comment-author {
    width: 50px;
    margin: 15px 15px 15px 0;
  }

  .comment-metadata {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .comment-list li:first-child {
    margin-top: 0;
  }

  .comment-author img {
    border-radius: 25px;
    width: 50px;
    height: auto;
  }

  .format-standard h1 {
    font-size: 22px;
  }

  .comment-content {
    padding-right: 0;
  }

  .comment-list li.comment.depth-2 {
    margin-left: 20px;
  }

  h2 {
    font-size: 22px;
  }

}

.author__link {
  color: #333;
}

.author__link:hover {
  text-decoration: none;
  color: #333;
}

.mod-red {
  color: red;
}

.content__ramka {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid rgb(255, 0, 0);
  background-color: rgba(57, 134, 201, 0.2);
}

.form__price-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.form__price {
  font-size: 18px;
  text-align: center;
}

.form__price p {
  margin-bottom: 5px;
}

.form__price-value {
  font-size: 30px;
  line-height: 1.2;
  position: relative;
}

.form__price-old .form__price-value::after,
.form__price-old .form__price-value::before {
  content: '';
  width: 110%;
  height: 1px;
  background-color: red;
  display: block;
  position: absolute;
  top: 50%;
  left: -5%;

}

.form__price-old .form__price-value::after {
  transform: rotate(20deg) translateY(-50%);
}

.form__price-old .form__price-value::before {
  transform: rotate(-20deg) translateY(-50%);
}

.comment__photo {
  padding-top: 10px;
}

::-ms-clear {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

#comebacker_main_div {
  display: none !important;
  height: 0px !important;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
  outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0;
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}



.comments__leave {

  text-align: right;
}

@media (max-width: 767px) {
  .comments__leave .button {
    width: 100%;

  }
}

.button {

  display: none;
  background: #16a883;
  border: none;
  height: 40px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  transition: .3s;
}

.button:hover {
  background: #18896d;
}

.button.show {
  display: block;
}

.form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.comment-create__wrapper {
  display: none;
}

.comment-create__wrapper.show {
  display: block !important;
}

.comment-create__form {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}

.comment-create__form.show {
  display: flex;
}

.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;
  position: relative;
  background-image: url('../images/com-ava.png');
  background-position: center;
  background-repeat: no-repeat
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
}

.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__name,
.comment-create__city {
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  font-family: 'Roboto';
  margin-bottom: 10px;
  width: 48%;
}

.comment__info-image-wrapper {
  margin-bottom: 10px;
}

.comment-create__btn {
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: rgb(2, 82, 187);
  border-radius: 10px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  display: block;
  max-width: 250px;
  width: 100%;
}

.comment_moderate {
  font-size: 18px;
  text-align: center;
  display: none;
}

.comment_moderate.show {
  display: block;
}

.create-comment__image.added {
  background-image: url(../images/check.png);
}

.comment__notice {
  font-size: 18px;
  text-align: center;
  display: none;
  padding-bottom: 10px;
  width: 100%;
}

.comment__notice.show {
  display: block;
}

.red {
  color: red;
}

@media (max-width: 767px) {
  .box_img p {
    width: 100%;
  }

  .form {
    margin-bottom: 10px;
  }

  .qoute {
    flex-direction: column;
    align-items: center;
  }

  .qoute img {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.under-form {
  text-align: center !important;
}

.comment__city {
  font-weight: 100 !important;
}

@media (max-width: 479px) {

  .comment-create__name,
  .comment-create__city {
    width: 100%;
  }

  .ostatok {
    font-size: 13px !important;
  }


}

::-ms-clear {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
  outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0;
  outline: none;
}

button::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}

.center {
  display: block;
  text-align: center !important;
}