.myh4,
.rub-ramka a {
  text-transform: uppercase;
}
body {
  background: #fff;
}
.rub-ramka {
  background: rgba(3, 224, 0, 0.04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, 0.32);
  line-height: 28px;
  font-size: 16px;
  max-width: 86%;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
}
.myh4 {
  padding: 6px 4px 4px 5px;
  width: 100%;
  display: table;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #3a753a;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 23px;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: -3px;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: -webkit-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    #f5fef5 100%
  );
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
  background-image: -ms-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    rgba(3, 224, 0, 0.04) 100%
  );
}
.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
}
@media screen and (max-width: 1020px) {
  .rub-ramka {
    max-width: 95%;
  }
}
.ftrsale {
  display: block;
  width: 100%;
  background: url(../img/blck.png);
  color: #fff;
  box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
  -webkit-box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
  -moz-box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.ftrsale .mainfoot {
  padding: 15px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.mainfoot .lft {
  width: 60%;
  float: left;
}
.mainfoot .rght {
  width: 40%;
  float: right;
  margin: 10px 0;
  text-align: center;
}
.mainfoot p {
  text-align: center;
  margin: 10px;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 1px;
}
.mainfoot p span {
  font-size: 25px;
  color: #f60;
}
.mainfoot .cls {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/closew.png) no-repeat;
}
.ftr-bttn {
  display: inline-block;
  outline: 0;
  border: 2px solid #ffb452;
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 #f60;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 #f60;
  background-color: #d4d4d4;
  border-radius: 25px;
  color: #f60;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  cursor: pointer;
  padding: 10px 25px;
}
.ftr-bttn:hover {
  background-color: #bddabe;
}
.ftr-bttn:active {
  background-color: #bddabe;
  -webkit-box-shadow: 0 5px #666;
  box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media (max-width: 768px) {
  .demon_popup.active,
  .demon_popup {
    display: none !important;
  }
  .mainfoot .lft {
    width: 100%;
    float: none;
  }
  .mainfoot .rght {
    width: 100%;
    float: none;
    text-align: center;
  }
  .mainfoot p {
    line-height: 22px;
    font-size: 18px;
  }
  .mainfoot .rght .ftr-bttn {
    font-size: 18px;
    padding: 10px 10px;
  }
}
.SvgIcon,
body {
  position: relative;
}
body {
  overflow-x: hidden;
}
.Body a:hover,
a {
  color: #b88b58;
}
.Menu-item,
.Menu-link {
  -webkit-transition: color 0.15s ease-out 0s;
  transition: color 0.15s ease-out 0s;
}
.Menu-link,
a {
  text-decoration: none;
}
b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body {
  line-height: 1;
  background-color: #f2f2f2;
}
.Body:last-child > :last-child {
  margin-bottom: 0;
}
footer,
header,
nav {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.Body {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}
.Body > * {
  max-width: 980px;
}
.Body p {
  margin-bottom: 15px;
}
.Body p:empty {
  display: none;
}
.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}
.HeaderButton-link,
.Menu {
  font-weight: 600;
  text-transform: uppercase;
}
.SvgIcon {
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.Header,
.MeduzaLogo {
  position: relative;
  z-index: 2;
}
.App-content,
button {
  overflow: visible;
}
.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
}
.Menu {
  display: none;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.Menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0 15px;
    border-bottom: 0 none;
  }
  .Menu-item:last-of-type {
    border-right: medium none;
  }
  .Menu-item:hover {
    color: #999;
    background-color: inherit;
  }
  .Header {
    padding: 0 15px;
  }
}
.Menu-link {
  color: #fff;
  position: relative;
  line-height: 45px;
  top: 1px;
}
.Menu-item:hover .Menu-link {
  color: #999;
}
.MeduzaLogo {
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}
.Header {
  height: 45px;
  background-color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}
.Header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.Header-center {
  height: 100%;
  display: none;
}
@media only screen and (min-width: 64em) {
  .Header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
.Header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.Header-meduzaLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}
.HeaderButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0 15px;
  -moz-user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  fill: currentcolor;
  border: 0;
  background: 0 0;
  margin: 0;
  cursor: pointer;
}
.HeaderButton:active {
  outline-width: 0;
}
.HeaderButton:hover {
  color: #999;
}
.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #676767;
}
@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}
.HeaderButton-link {
  display: block;
  padding-top: 2px;
  color: inherit;
  cursor: pointer;
}
.HeaderButton-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.Copyright {
  padding: 0 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0;
  }
}
.Copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 13px 0 12px;
}
.MaterialMeta,
.MaterialTag {
  display: inline-block;
}
.Copyright-container a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0 18px;
    border-top: 1px solid #505050;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}
.Copyright-container a {
  color: #fff;
}
.Copyright-block {
  padding-top: 13px;
  font-size: 17px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}
@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 0;
    border-top: 0 none;
  }
}
.Copyright-block:last-child {
  text-align: right;
}
.MaterialTag {
  position: relative;
  z-index: 30;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  color: #b88b58;
  -moz-user-select: none;
}
@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
span.MaterialTag {
  cursor: default;
  pointer-events: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.MaterialTag--solid {
  color: #fff;
  background: #b88b58;
  border-color: #b88b58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.MaterialMeta {
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}
.App,
.App-content,
.App-footer {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
}
.MediaMaterial {
  background-color: #fff;
  padding: 12px;
}
.MediaMaterial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0 auto 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.MediaMaterial-tag {
  margin-bottom: 5px;
}
.MediaMaterial-meta {
  margin-top: 12px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
  .MediaMaterial-meta {
    margin-top: 12px;
  }
  .MediaMaterial--fullWidth .MediaMaterial-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}
.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}
.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}
.Material {
  padding: 12px 0 0;
}
.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}
.App-content,
.App-footer {
  z-index: 1;
  position: relative;
}
.Material-shadow--top {
  top: 0;
}
.Material-container {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0 0;
  }
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}
.MaterialContent--bannerless .Body > * {
  margin-right: auto;
  margin-left: auto;
}
.App {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.App-content {
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.App-header {
  position: relative;
  z-index: 200;
}
.App--isMaterial .App-content {
  background-color: #e6e6e6;
}
.Footer {
  color: #999;
  background-color: #252525;
}
.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.Body a {
  -webkit-box-shadow: 0 -1px #b88b58 inset;
  box-shadow: 0 -1px #b88b58 inset;
  color: #00f;
}
.Body a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html {
  font-family: sans-serif;
}
body {
  font-family: sans-serif;
  margin: 0;
}
footer,
header,
main,
nav {
  display: block;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
button,
input,
textarea {
  color: inherit;
  margin: 0;
}
button {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.contentBox {
  line-height: 1.5;
}
.contentBox p {
  padding-bottom: 10px;
  padding-top: 10px;
}
.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 27px;
}
.contentBox h2 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-12 {
  background: rgba(189, 61, 77, 0.04) !important;
  padding: 20px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #080808 !important;
  border: 2px solid !important;
  border-radius: 5px !important;
  border-color: #bd3d4d !important;
  text-shadow: 0 0 0 #616161 !important;
  text-indent: 0 !important;
  text-align: left !important;
}
a {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.Body p {
  margin-bottom: 0;
}
.comment-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.comment-profile-box {
  margin-bottom: 7px;
}
.comment-text-box img {
  margin: 7px 0;
}
.MediaMaterial-header {
  display: block;
  text-align: center;
}
.lead-form-box {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background: #fff;
  border-bottom: 1px solid #dacec6;
  padding: 20px;
  max-width: 600px;
  background-image: url(../img/formbg.jpg);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
}
.fields-box {
  margin: auto;
  max-width: 320px;
  width: 100%;
}
#lead-form input,
select {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  background: #fff !important;
  padding: 15px !important;
  border: 2px solid #e9d7dc;
  font-weight: 400 !important;
}
#lead-form-result {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.name-field,
.phone-field {
  text-align: left;
  margin-bottom: 10px;
}
.name-field label,
.phone-field label {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #333 !important;
}
.lead-form-box h2 {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  line-height: 32px !important;
  color: #000 !important;
  border: none;
}
.lead-form-box label {
  width: 100%;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: 700;
  font-size: 16px;
}
.lead-form-box span {
  font-size: 12px;
  line-height: 1.3em;
}
#send-lead {
  width: 100%;
  padding: 15px;
  background: #0299ff;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  color: #fff;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .lead-form-box {
    border-left: 1px solid #dacec6;
    border-right: 1px solid #dacec6;
    background-image: url(../img/formbg.jpg);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 400px) {
  .fields-box {
    padding: 10px;
  }
  .lead-form-box {
    padding: 10px;
  }
  #send-lead {
    padding: 10px;
  }
}
#push-comments #push_mlyjekpdfdd1__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}
#push-comments #push_mlyjekpdfdd1__title {
  color: #43a047;
  border-bottom: 0 solid;
  -webkit-box-shadow: 1px 4px 10px -7px #ccc;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}
#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #43a047;
  -webkit-box-shadow: 0 2px 4px -3px #237a27;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}
#push-comments #push_mlyjekpdfdd1__submit {
  background: #43a047;
  border: none;
  -webkit-box-shadow: 0 2px 4px -3px #000;
  box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0 0 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}
#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: #237a27;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 606px) {
  #form-block {
    margin: 0 auto;
    width: 100%;
    max-width: 500px !important;
  }
}
.main-lnk {
  text-decoration: none !important;
  color: inherit !important;
}

.rep {
  color: red;
}

.doc {
  color: #312fce;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #132a46;
  padding-top: 5px;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
}

.list-green {
  list-style-type: none !important;
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
}

.list-green li {
  position: relative;
  padding-left: 24px;
  background-image: url(../img/gal.png);
  background-position: left top 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.list-red {
  list-style-type: none !important;
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
}

.list-red li {
  position: relative;
  padding-left: 27px;
  background-image: url(../img/crest.png);
  background-position: left top 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.str {
  position: relative;
  padding-left: 27px;
  background-image: url(../img/crest.png);
  background-size: contain;
  background-position: left top 2px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  min-height: 18px;
  display: inline-block;
}

.gls {
  position: relative;
  padding-left: 24px;
  background-image: url(../img/gal.png);
  background-position: left top 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.price-old {
  text-decoration: line-through;
}

.link-b {
  padding: 10px 20px;
  background-color: red;
  color: #fff !important;
  border-radius: 10px;
  margin: 10px auto;
  display: inline-block;
}
