/* ::::: https://fonts.googleapis.com/css?family=Roboto+Condensed ::::: */

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url("../fonts/Robotothin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
    url("../fonts/Robotothinitalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/Robotolight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
    url("../fonts/Robotolightitalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Italic"), local("Roboto-Italic"),
    url("../fonts/Robotoitalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../fonts/Robotomedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
    url("../fonts/Robotomediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/Robotobold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
    url("../fonts/Robotobolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"),
    url("../fonts/Robotoblack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
    url("../fonts/Robotoblackitalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

/* ::::: http://shopper-today.ru/news/eromast-c/assets/css/style.css ::::: */

.at-icon {
  fill: rgb(255, 255, 255);
  border: 0px none;
}
.at-icon-wrapper {
  display: inline-block;
  overflow: hidden;
}
a .at-icon-wrapper {
  cursor: pointer;
}
.at-share-btn::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}
.at-share-tbx-element {
  position: relative;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 0px;
}
.at-share-tbx-element,
.at-share-tbx-element .at-share-btn {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  padding: 0px;
  line-height: 0;
}
.at-share-tbx-element .at-share-btn {
  cursor: pointer;
  margin: 0px 5px 5px 0px;
  display: inline-block;
  overflow: hidden;
  border: 0px none;
  text-decoration: none;
  text-transform: none;
  background-color: transparent;
  color: inherit;
  transition: all 0.2s ease-in-out 0s;
}
.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
  transform: translateY(-4px);
  outline-offset: -1px;
  color: inherit;
}
.at-share-tbx-element .at-share-btn::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}
.at-share-tbx-element .at-share-btn.at-share-btn.at-svc-compact:hover {
  transform: none;
}
.at-share-tbx-element .at-icon-wrapper {
  vertical-align: middle;
}
.addthis-smartlayers {
  padding: 0px;
  margin: 0px;
}
.at4-visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0px;
  border: 0px none;
  overflow: hidden;
}
.at4-show {
  display: block !important;
  opacity: 1 !important;
}
.addthis-animated {
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
}
#at-expanded-menu-host .at-expanded-menu-close::after {
  content: "";
  display: inline-block;
  height: 22px;
}
#at-expanded-menu-host
  .at-expanded-menu-ft
  .at-expanded-menu-ft-loading::after {
  animation: 1s steps(4, end) 0s normal forwards infinite running ellipses;
  content: " …";
  display: inline-block;
  overflow: hidden;
  position: absolute;
  vertical-align: bottom;
  width: 0px;
}
#at-expanded-menu-host .at-expanded-menu-search-label::after,
#at-expanded-menu-host .at-expanded-menu-search-label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgb(238, 236, 236);
}
#at-expanded-menu-host .at-expanded-menu-search-label::after {
  border-bottom: 2px solid rgb(238, 236, 236);
  transform: translate3d(-100%, 0px, 0px);
  transition: transform 0.3s ease 0s;
}
#at-expanded-menu-host
  .at-expanded-menu-search-input:focus
  + .at-expanded-menu-search-label::after {
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 950px) {
  #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
    margin-left: -289px;
  }
}
@media screen and (max-width: 569px) {
  #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
    margin-left: -214px;
  }
}
@media screen and (max-width: 449px) {
  #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
    margin-left: -180px;
  }
}
@media screen and (max-width: 369px) {
  #at-expanded-menu-host .at-expanded-menu:not(.at-expanded-menu-email) {
    margin-left: -10pc;
  }
}
@media screen and (max-width: 347px) {
}
@media screen and (max-height: 800px), screen and (max-width: 639px) {
}
@media screen and (max-height: 800px) and (min-width: 480px) {
}
@media screen and (max-height: 800px) {
  #at-expanded-menu-host .at-expanded-menu-search-label::after,
  #at-expanded-menu-host .at-expanded-menu-search-label::before {
    height: 35px;
  }
}
@media screen and (max-height: 550px) {
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm-12,
  .col-sm-4,
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .col-sm-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md-5,
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
}
html {
  background-color: rgb(19, 61, 141);
  overflow-x: hidden;
}
body {
  font-family: "Roboto Condensed";
  font-weight: 300;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  height: 100%;
  overflow-x: hidden;
  margin: 0px auto;
  padding: 0px;
  font-size: 1.1em;
  color: rgb(51, 51, 51);
}
.container {
  background-color: rgb(255, 255, 255);
  padding-left: 2%;
  padding-right: 2%;
}
.header {
  padding-top: 20px;
  padding-bottom: 15px;
}
.content {
  margin: 40px 0px;
  font-size: 1.05em;
  line-height: 1.5em;
}
.highlights {
  height: 325px;
  padding-top: 90px;
}
img {
  max-width: 100%;
}
h1 {
  font-family: "Roboto Condensed";
  font-weight: 600;
  font-size: 180%;
  line-height: 120%;
  text-align: left;
  color: rgb(0, 130, 66);
  padding-top: 0.5em;
}
h4 {
  font-family: "Roboto Condensed";
  font-size: 120%;
  font-weight: 600;
  text-align: left;
  padding-top: 1em;
}
p {
  text-align: left;
}
ul li {
  list-style-type: disc;
  text-align: left;
}
a,
a:visited {
  font-weight: 400;
  color: rgb(0, 130, 66);
  text-decoration: underline;
}
a:hover,
a:active {
  font-weight: 400;
  color: rgb(0, 153, 83);
  text-decoration: underline;
}
#top {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  float: right;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: rgb(13, 42, 111) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: 0px none;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  opacity: 0;
}
#top:hover {
  background: rgb(26, 81, 169) none repeat scroll 0% 0%;
}
.emailsignup-wrapper {
  background-color: rgb(0, 130, 66);
  padding: 30px 0px;
}
.emailsignup {
  background-color: rgb(0, 130, 66);
}
.footer-wrapper {
  background-color: rgb(19, 61, 141);
}
.footer {
  background-color: rgb(19, 61, 141);
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
}
.footer h4 {
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 480px) {
  .highlights {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .highlights {
    padding-top: 0px;
  }
  .content,
  .footer,
  .emailsignup {
    padding-left: 2%;
    padding-right: 2%;
  }
  .highlights {
    text-align: center;
    float: none;
  }
  .subfooter {
    display: block;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 785px) {
  #cssmenu > ul > li > span {
    letter-spacing: 0px !important;
  }
}
@media only screen and (min-width: 786px) and (max-width: 891px) {
  #cssmenu > ul > li > span {
    letter-spacing: 0px !important;
  }
}
@media only screen and (min-width: 1180px) {
  #cssmenu.align-center > ul > li {
    padding-left: 25px;
    padding-right: 45px;
  }
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li span,
#cssmenu #menu-button {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  list-style: outside none none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#cssmenu::after,
#cssmenu > ul::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0px;
}
#cssmenu {
  font-family: "ITC Avant Garde Gothic W01";
  background: rgb(19, 61, 141) none repeat scroll 0% 0%;
  padding: 5px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0px;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center > ul > li > span:hover {
  cursor: default;
  background-color: rgb(26, 81, 169);
  color: rgb(221, 221, 221);
}
#cssmenu.align-center ul ul {
  text-align: left;
  z-index: 99;
}
#cssmenu > ul > li > span {
  padding: 17px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > span {
  color: rgb(255, 255, 255);
}
#cssmenu > ul > li.has-sub > span {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > span::after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
}
#cssmenu > ul > li.has-sub > span::before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
  transition: all 0.25s ease 0s;
}
#cssmenu > ul > li.has-sub:hover > span::before {
  top: 23px;
  height: 0px;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0px;
  transition: all 0.25s ease 0s;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul li span {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 225px;
  font-size: 14px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background: rgb(19, 61, 141) none repeat scroll 0% 0%;
}
#cssmenu ul ul li:last-child > span,
#cssmenu ul ul li.last-item > span {
  border-bottom: 0px none;
}
#cssmenu ul ul li:hover > span,
#cssmenu ul ul li span:hover {
  background-color: rgb(26, 81, 169);
  color: rgb(221, 221, 221);
}
#cssmenu ul ul li.has-sub > span::after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
}
#cssmenu.align-right ul ul li.has-sub > span::after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > span::before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
  transition: all 0.25s ease 0s;
}
#cssmenu.align-right ul ul li.has-sub > span::before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > span::before {
  top: 17px;
  height: 0px;
}
#cssmenu.small-screen > ul > li.has-sub > span::after,
#cssmenu.small-screen > ul > li.has-sub > span::before,
#cssmenu.small-screen ul ul > li.has-sub > span::after,
#cssmenu.small-screen ul ul > li.has-sub > span::before {
  display: none;
}
#cssmenu.small-screen #menu-button::after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid rgb(221, 221, 221);
  border-bottom: 2px solid rgb(221, 221, 221);
  content: "";
}
#cssmenu.small-screen #menu-button::before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
}
#cssmenu.small-screen #menu-button.menu-opened::after {
  top: 23px;
  border: 0px none;
  height: 2px;
  width: 15px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened::before {
  top: 23px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  width: 15px;
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button::after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
}
#cssmenu.small-screen ul ul .submenu-button::after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened::after {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
#cssmenu.small-screen .submenu-button::before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: rgb(221, 221, 221) none repeat scroll 0% 0%;
  content: "";
}
#cssmenu.small-screen ul ul .submenu-button::before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened::before {
  display: none;
}
.comment-block {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.comment-user {
  min-height: 130px;
  clear: both;
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 20px;
}
.comment-user::after {
  content: "";
  display: table;
  clear: both;
}
.comment-block .user-name {
  font-weight: bold;
  padding: 0px;
}
.comment-block img {
  width: 100%;
  max-width: 400px;
}
.comment-block .user-ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  float: left;
  margin: 0px 20px 0px 0px;
}

.comment-user:last-child {
  border-bottom: medium none;
}
@media screen and (max-width: 800px) {
  figure {
    margin: inherit;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 140%;
  }
  h2 {
    font-size: 120%;
    line-height: 130%;
  }
}
.my-container img,
figure {
  width: 100%;
  max-width: 650px;
}
figure p {
  margin-bottom: 0px;
}
figure figcaption {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1.5em;
}
.oui {
  width: 781px;
  height: 460px;
  background: transparent
    linear-gradient(135deg, rgb(60, 114, 181) 0%, rgb(123, 159, 204) 100%)
    repeat scroll 0% 0%;
  font-family: Roboto !important;
  position: relative;
  border: 5px solid rgb(221, 221, 221);
}
.eeee {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 333;
  position: fixed;
  top: 0px;
}
.kmacb-form2 .modal-block {
  left: 50%;
  margin-left: -396px;
  position: fixed;
  top: 6%;
  z-index: 8105;
  width: 792px;
  height: 470px;
  border-radius: 5px;
  border: 0px none;
  box-shadow: none;
  font-family: Arial, sans-serif;
  overflow: hidden;
  color: rgb(34, 34, 34);
}
.ouimainp {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 30px;
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
}
.ouimain-text-img {
  display: block;
  width: 100%;
  padding: 0px 5%;
  margin-top: 60px;
}
.ouimain-img {
  float: left;
  display: block;
  width: 30%;
  margin: -20px auto 0px;
}
.ouimain-img img {
  display: block;
  width: 100%;
  margin: 0px auto;
}
.ouimain-text {
  display: block;
  width: 65%;
  float: right;
  margin-left: 5%;
  margin-top: -10px;
}
.ouimain-text p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding-bottom: 5px;
}
.ouimain-text-img::after {
  content: "";
  display: block;
  clear: both;
}
.close {
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}
.submit {
  margin: 0px;
  text-align: center;
  width: 100%;
  height: auto;
  background: transparent none repeat scroll 0px center;
  position: static;
  padding: 0px;
  border: 0px none;
}
.submit {
  box-sizing: border-box;
}
.submit {
  float: none;
}
.submit[type="submit"] {
  position: absolute;
  cursor: pointer;
  border: 1px solid rgb(73, 155, 234);
  background: transparent
    linear-gradient(
      135deg,
      rgb(222, 69, 92) 0%,
      rgb(222, 69, 92) 13%,
      rgb(192, 31, 55) 76%,
      rgb(192, 31, 55) 100%
    )
    repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 0px 10px;
  text-transform: uppercase;
  line-height: 60px;
  vertical-align: top;
  display: block;
  text-indent: 0px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  width: 402px;
  height: 64px;
  opacity: 1;
  bottom: 20px;
  margin-left: 195px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  border-radius: 10px;
  transition: all 0.6s ease 0s;
}
.submit[type="submit"]:hover {
  background: transparent
    linear-gradient(
      to bottom,
      rgb(222, 69, 92) 0%,
      rgb(222, 69, 92) 13%,
      rgb(192, 31, 55) 76%,
      rgb(192, 31, 55) 100%
    )
    repeat scroll 0% 0%;
}

#created-button-1,
#created-button-2 {
  line-height: 1.7em !important;
}

#created-button-1,
#created-button-2 {
  line-height: 1.7em !important;
}

.my-com-date {
  color: rgb(91, 95, 101);
  text-shadow: 0 0 0px #000000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px;
}

.out-comebacker-content-btn:hover {
  text-decoration: none !important;
  transition: 0.3s !important;
}

.out-comebacker-content-btn:focus {
  text-decoration: none;
  color: #fff;
}

.out-comebacker-content-btn:active {
  border: 1px solid #fff;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.pl_field_address_info {
  height: 0;
  display: block;
}

.mya {
  text-decoration: none !important;
  border-bottom: 1px dashed #ff6565;
  color: #ff3d3d;
  font-weight: 500;
}

.mya:hover {
  border-bottom: 1px dashed #f77c7c;
  color: #f96a6a;
  text-decoration: none !important;
}

.rub-ramka a:hover {
  color: #f96a6a !important;
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, 0.04);
  padding: 12px 15px !important;
  color: rgb(8, 8, 8);
  font-size: 19px;
  border-radius: 4px;
  text-indent: 0 !important;
  text-align: center !important;
  margin: 0 auto;
  line-height: 29px;
  border: 3px double #e2243c;
}

.of-site:hover {
  color: rgba(255, 0, 0, 0.72) !important;
  transition: 0.3s;
  text-decoration: underline;
}

.comment-user p {
  text-indent: 0 !important;
}

@media screen and (max-width: 600px) {
  .rub-ramka {
    text-align: justify !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#product-block {
  background: url(../img/product.png) center center no-repeat;
  height: 375px;
  width: 100% !important;
  display: block;
  margin: 0px 0px 0px 0px !important;
  margin: 0 !important;
  background-size: contain;
  text-align: center;
}

#product-block .plashka2-t {
  color: #fff915;
  font-size: 20px;
  line-height: 25px;
}

#product-block .plashka2 b {
  text-shadow: 1px 1px 2px #373838;
}

#product-block .plashka2 {
  position: absolute;
  background: url(../img/sale-bg-2.png) center center no-repeat;
  background-size: 190px 262px;
  width: 190px !important;
  height: 138px;
  padding: 144px 30px 0 0;
  line-height: 22px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  margin: 48px 0 0 -10px !important;
  font-family: "Roboto", sans-serif;
  box-sizing: content-box;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #product-block {
    width: 100% !important;
    height: 224px !important;
    margin: 0 !important;
  }

  #product-block .plashka2 {
    background-size: 135px 188px;
    width: 110px !important;
    height: 98px;
    padding: 95px 25px 0 0;
    line-height: 16px;
    font-size: 13px;
    margin: 15px 0 0 0px !important;
  }

  #product-block .plashka2-t {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .renul_seDwyoGn57 .gelat_Bb6MhOHv {
    text-align: center;
  }
}

@media screen and (max-width: 200px) {
  #product-block .plashka2 {
    display: none;
  }
}
