* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lead-form-box {
  display: none;
}
#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.order_block,
.order_block * {
  box-sizing: border-box;
  transition: 0.2s;
  font-family: Arial, sans-serif !important;
}
.box-tooltip-btn,
.box-tooltip-title {
  font-family: Arial, Helvetica, sans-serif !important;
}
.order_block {
  /* max-width: 430px; */
  width: 100%;
  margin: auto;
  background: #fff;
  /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); */
  /* border: 3px dashed #eaeaea; */
  border-radius: 0;
}
.order_block .order_offer img {
  max-width: 100%;
  width: auto;
  max-height: 210px;
}
.order_pre_form {
  padding: 20px 20px 0;
}
.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}
.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px;
}
.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}
.order_form .order_form_row input,
.order_form .order_form_row select {
  width: 100% !important;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}
.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}
.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: 0;
  border: 2px solid #cecece;
}
.order_form .order_form_button {
  box-shadow: 0 1px 0 0 #f5978e inset;
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 0 #810e05;
}
.order_form .order_form_button:hover {
  background: #c62d1f;
}
.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}
.order_timer_block {
  line-height: 1;
  font-weight: 700;
}
.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}
.order_timer_block .order_timer {
  font-size: 21px;
}
.time_remains {
  color: red;
}
.box-popup-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.box-tooltip,
.boxes_item {
  position: relative;
  cursor: pointer;
}
.box-tooltip {
  background: #fff;
  font-size: 18px;
  padding: 20px;
  width: 90%;
  max-width: 320px;
  margin: 80px auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
}
.box-tooltip:hover .box-tooltip-btn {
  background: linear-gradient(180deg, #e62431 0%, #7B0014 100%);
  transition: 0.2s;
}
.box-tooltip-title {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
}
.box-tooltip-ico {
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: center;
}
.box-tooltip-ico img {
  height: 40px;
  width: auto;
}
.box-tooltip-btn {
  border-radius: 20px;
  background-color: #ffffff;
  color: #9b0609!important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 auto !important;
  padding: 16px 0;
  text-align: center;
  animation: scale 0.4s infinite;
  animation-direction: alternate;
}
.afterlose-boxes_item {
  opacity: 0.9;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-iteration-count: 1;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.shakeInf {
  animation: shake 1s ease-in-out;
  animation-iteration-count: 2;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shakeInf {
  10%,
  90% {
    transform: translate3d(2px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(-2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
#boxesContainer {
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}
.instructions {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  font-weight: bold;
  background-color: #9b0609;
  color: #fff;
  animation: bounce 2s infinite ease-in-out;
}
#tries_count {
  font-size: 19px;
}
.boxes {
  margin: 10px 0;
}
.boxes_item {
  margin: 2px 0;
  display: inline-block;
  width: 32.5%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.boxes_item.afterlose-boxes_item {
  cursor: default;
}
.boxes_item.afterlose-boxes_item:hover {
  -webkit-transform: none;
  transform: none;
}
.boxes_item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.win_prize {
  font-size: 35px;
  font-weight: 700;
  color: #e72c2a;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (max-width: 479px) {
  .boxes > div {
    width: 32%;
  }
  .win_prize {
    font-size: 24px;
  }
}
@media (max-width: 319px) {
  .boxes > div {
    width: 48%;
  }
  .win_prize {
    font-size: 21px;
  }
}
*,
body * {
  font-family: Roboto, sans-serif !important;
}
.tovar {
  max-width: 700px;
  width: 100%;
}

.container {
  min-width: 240px;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: auto;
}



.ittem-comment p img {
  width: 100%;
  max-width: 300px;
}
.dialogify {
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 1100px;
  min-width: 360px;
  max-height: 100vh;
  background-color: #fff;
  font-size: 14px;
  color: #464646;
  border: none;
  border-radius: 4px;
  overflow: auto;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.05),
    0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 0;
  line-height: 100%;
  font-family: helvetica neue, Helvetica, Roboto, Arial, lucida grande,
    pingfang tc, 蘋果儷中黑, 微軟正黑體, Microsoft JhengHei, 黑體-繁, sans-serif;
}
.dialogify[open] {
  display: block;
}
.dialogify.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialogify p {
  line-height: 1.5;
}
.dialogify > div {
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dialogify > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 21px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.dialogify > div hr {
  border: none;
  height: 1px;
  background: #e0e6e8;
}
.dialogify .dialogify__body {
  min-height: 40px;
  zoom: 1;
}
.dialogify .dialogify__body:after {
  clear: both;
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.dialogify .dialogify__body a {
  color: #117e96;
}
.dialogify .dialogify__body a:hover {
  color: #126e7d;
}
.dialogify .dialogify__content {
  padding: 22px 28px 20px 24px;
  box-sizing: border-box;
}
.dialogify .dialogify__content-box {
  margin: 20px auto;
}
.dialogify .dialogify__maxheight {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dialogify .dialogify__autowidth {
  max-width: 1100px;
  min-width: 560px;
}
.dialogify .dialogify__fixedwidth {
  max-width: 560px;
}
.dialogify .dialog__maxheight {
  max-height: 400px;
  overflow-y: auto;
}
.dialogify .dialogify__close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #00555f;
}
.dialogify .dialogify__close img {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}
.dialogify .dialogify__close:hover {
  cursor: pointer;
}
.dialogify .dialogify__close:hover img {
  opacity: 1;
}
.dialogify img.dialogify-ajax-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dialogify a:focus {
  outline: 0;
  text-decoration: none;
}
.dialogify .btn-danger {
  box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.dialogify .btn-box {
  margin-top: 20px;
  clear: both;
}
.dialogify .btn-box .btn-insert {
  margin-left: 8px;
  margin-right: 3px;
}
.dialogify .btn-box .check-group {
  float: left;
  margin-top: 8px;
}
.dialogify .btn-box .check-group input[type="checkbox"] + label h6 {
  font-size: 13px;
  color: #a6a6a6;
}
.dialogify .btn-box .check-group input[type="checkbox"] + label a {
  color: #117e96;
}
.dialogify .btn-box .check-group input[type="checkbox"] + label a:hover {
  color: #126e7d;
  text-decoration: none;
  transition: all 0.3s;
}
.dialogify .btn-box .float-left {
  margin-left: 0;
}
.dialogify .btn-box .float-left a {
  margin-left: 0;
}
.dialogify .btn-box .post__text-small {
  font-weight: 400;
}
.dialogify .link-form__actions {
  margin-top: 10px;
  float: right;
  width: 100%;
}
.dialogify .btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px 12px;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #a6a6a6;
  outline: 0;
  text-decoration: none;
}
.dialogify .btn:hover {
  background: #dcdcdc;
  color: #a6a6a6;
}
.dialogify .btn.is-disabled {
  opacity: 0.5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: not-allowed !important;
}
.dialogify .btn.is-disabled:hover {
  -webkit-animation: 0.3s shake;
  animation: 0.3s shake;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.dialogify .btn.btn-primary {
  background-color: #117e96;
  color: #fff;
}
.dialogify .btn.btn-primary:hover {
  background-color: #126e7d;
}
.dialogify .btn.btn-danger {
  background-color: #f44336;
  color: #fff;
}
.dialogify .btn.btn-danger:hover {
  background: #de2427;
}
.dialogify .btn.btn-danger.is-disabled:hover {
  background-color: #f44336;
}
.dialogify h5.dialogify_title {
  font-size: 18px;
  color: #00555f;
  line-height: 1;
  margin: 0 0 18px;
  font-family: helvetica neue, Helvetica, Roboto, Arial, lucida grande,
    pingfang tc, 蘋果儷中黑, apple ligothic medium, 微軟正黑體, sans-serif;
  font-weight: 400;
}
.dialogify h5.dialogify_title img {
  width: 12px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.dialogify h5.dialogify_title .post__text-small img {
  width: 12px;
  height: 12px;
  top: -1px;
}
.dialogify hr {
  background: #e0e6e8;
  border: none;
  height: 1px;
  width: 100%;
  margin-bottom: 15px;
}
.dialogify .text-right {
  text-align: right;
}
.dialogify .text-center {
  text-align: center;
}
.dialogify .text-left {
  text-align: left;
}
.dialogify .text-field {
  margin: 10px 0;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #00555f;
}
.dialogify .text-field:focus,
.dialogify .text-field:hover {
  outline: 0;
  border-color: #117e96;
}
.dialogify .text-field:-moz-placeholder,
.dialogify .text-field:-ms-input-placeholder,
.dialogify .text-field::-moz-placeholder,
.dialogify .text-field::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
.dialogify .text-field.is-error {
  border-color: #de2427;
  color: #de2427;
}
.dialogify textarea.text-field {
  resize: none;
  min-height: 100px;
  line-height: 1.5;
  font-size: 14px;
  overflow: auto;
}
dialog::-webkit-backdrop {
  background: #000;
  opacity: 0.7;
}
dialog::backdrop {
  background: #000;
  opacity: 0.7;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}
.dialogify button {
  float: none;
}
.comment-name {
  font-weight: 700;
}
.pl_dat_code_block {
  display: none !important;
}
body {
  position: relative;
  -webkit-animation-name: example;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1.5s;
  /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 1.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

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

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

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/Robotobold.woff2") format("woff2"),
    url("../fonts/Robotobold.woff") format("woff"),
    url("../fonts/Robotobold.ttf") format("truetype");
  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"),
    url("../fonts/Robotobolditalic.woff") format("woff"),
    url("../fonts/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

#created-button-1,
#created-button-2 {
  line-height: 1.5em !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;
}

.fancybox-overlay {
  z-index: 99999999;
}

.fancybox-wrap {
  z-index: 999999999;
}

.ittem-comment p:nth-child(2n) {
  margin-top: 5px !important;
}

.img-mob {
  display: block;
}

@media screen and (min-width: 421px) {
  .img-mob {
    display: none !important;
  }
}

@media screen and (max-width: 420px) {
  .mycity {
    display: block;
  }

  .img-pc {
    display: none !important;
  }


  .contentBox h1 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 500;
  }
}

#s_comebacker_block {
  background: white;
  width: 100%;
  height: 177px;
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  display: none;
  text-align: center;
}

#s_comebacker_block img {
  width: 593px;
  height: 177px;
}
ol, ul {
  list-style: none;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.form {
  width: 320px;
  background-color: #fff;
  border-radius: 8px;
}
.form__title {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  background: #df1a22;
  background: -moz-linear-gradient(45deg, #df1a22 0%, #df1a22 50%, #8f0406 100%);
  background: -webkit-linear-gradient(45deg, #df1a22 0%,#df1a22 50%,#8f0406 100%);
  background: linear-gradient(45deg, #df1a22 0%,#df1a22 50%,#8f0406 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1a22', endColorstr='#8f0406',GradientType=1 );
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
}
.form__title span {
  color: #ffdd00;
  font-weight: 700;
}
.form__list {
  display: block;
  width: 270px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.form__cap {
  color: #131415;
  font-size: 18px;
  padding-bottom: 5px;
  margin-left: 18px;
}
.form__item {
  margin-bottom: 25px;
  margin-left: 18px;
}
.form__input {
  width: 233px;
  height: 40px;
  background-color: #f9f3e5;
  color: #131415;
  padding: 0 12px;
  font-size: 15px;
  border: 1px solid #2b2e30;
}
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none;
  background: #f9f3e5;
  background-position: 200px center;
  border-radius: 0;
}
.form__item:nth-of-type(7) {
  margin-bottom: 5px;
  margin-left: 0;
}
.form__btn {
  background: 0;
  border: 0;
  width: 270px;
  height: 70px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 40%);
  background: #df1a22;
  background: -moz-linear-gradient(45deg, #df1a22 0%, #df1a22 50%, #8f0406 100%);
  background: -webkit-linear-gradient(45deg, #df1a22 0%,#df1a22 50%,#8f0406 100%);
  background: linear-gradient(45deg, #df1a22 0%,#df1a22 50%,#8f0406 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1a22', endColorstr='#8f0406',GradientType=1 );
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}
.form__btn:hover, .form__btn:focus {
  background: #8f0406;
  background: -moz-linear-gradient(45deg, #8f0406 0%, #b91015 50%, #df1a22 100%);
  background: -webkit-linear-gradient(45deg, #8f0406 0%,#b91015 50%,#df1a22 100%);
  background: linear-gradient(45deg, #8f0406 0%,#b91015 50%,#df1a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0406', endColorstr='#df1a22',GradientType=1 );
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.form__btn span {
  color: #ffdd00;
  font-size: 28px;
  color: #ffdd00;
  font-weight: 700;
  text-transform: uppercase;
}
.form__foot {
  text-align: right;
  font-size: 14px;
  padding-bottom: 27px;
  padding-top: 6px;
}

.boxes > div > p {
  text-align: center;
}

:root {
  --main-cl: #9b0609;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu {
  background-color: #000;
  margin-left: 1px;
}

.main {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.left-bar {
  width: 100%;
  background-color: #fff;
}
.content h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  color:var(--main-cl);
  text-align: left;
  margin-left: 4px;
}
.content h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  background-image: linear-gradient(-83deg, #e34d77 0%, #e34d77 0%, #b42c53 100%, #b42c53 100%);
  color: #FFFFFF;
  margin: 10px 0px;
  text-align: left;
  padding: 0 20px;
}
.content h3 {
  font-size: 15px;
  font-family: "Cuprum", sans-serif;
  color: #000;
  font-weight: 700;
  text-align: justify;
}
.content hr.red {
  background-color: red;
  color: red;
  height: 3px;
}
.content p {
  font-size: 15px;
  font-family: "Cuprum", sans-serif;
  color: #1E1E1E;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.5;
  margin-left: 4px;
}
.content h3 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -5px;
}
p.center {
  text-align: center;
  text-indent: 0;
}
img {
  max-width: 100%;
  display: block;
}

.content .redw {
  text-indent: 15px;
  display: inline-block;
  font-weight: 400;
}
.content p span {
  font-weight: 700;
}
.content-img img,
.content-img2 img {
  max-width: 100%;
}

.content-img.right-small {
  width: 100%;
}
.content-img.left-small .annotate {
  color: #aaa;
  font-family: "Cuprum", sans-serif;
  font-size: 10px;
  margin-bottom: 19px;
  text-align: center;
}
.content-img2 img {
  margin-bottom: 20px;
}
.krem3 {
  width: 17%;
  margin: 5px 0 5px 5px;
}
.comment-photo {
  width: 100%;
  margin-left: 100px;
}
a.order-btn {
  text-decoration: none;
  background-color: #9b0609;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  width: 260px;
  margin: 10px auto;
  animation: bounce 2s infinite ease-in-out;
}
@keyframes bounce {
  0% {
      transform: scale(0.95);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(0.95);
  }
}

.right-bar {
  float: right;
  width: 27.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner {
  padding: 9px;
  border: 1px solid #ddd;
}
.publishing {
  border: 1px solid #ddd;
  margin: 0 0 11px;
  padding-right: 10px;
}
.tittle-publishing {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.tittle-publishing h1 {
  font-size: 13px;
  font-family: "Cuprum", sans-serif;
  color: #fc0303;
  font-weight: 700;
  text-align: center;
}
.content-publication {
  padding: 15px 0 6px 12px;
}
.publication {
  padding-bottom: 8px;
}
.publication img {
  float: left;
}
.description-pub {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 10px;
}
.description-pub p {
  font-size: 13px;
  font-family: "Cuprum", sans-serif;
  color: #000;
  font-weight: 700;
  word-break: normal;
}
.lower-frame {
  font-size: 9px;
  overflow: hidden;
  font-family: "Cuprum", sans-serif;
  color: #a5a7ab;
  margin-top: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .left-bar,
  .right-bar {
    width: auto;
    float: none;
  }
  .lower-frame {
    display: none;
  }
  .banner {
    max-width: 240px;
    margin: 0 auto 10px;
  }
  .pc-hide {
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  .menu {
    display: none;
  }
  .left-bar,
  .right-bar {
    width: auto;
    float: none;
  }

  .content p {
    text-align: left;
  }
  .content p.center {
    text-align: center;
  }
}

.cc,
.cc h3,
.cc h5,
.cc p,
.cc h1,
.cc dl,
.cc dt,
.cc h6,
.cc ol,
.cc form,
.cc select,
.cc option,
.cc pre,
.cc div,
.cc h2,
.cc caption,
.cc h4,
.cc address,
.cc blockquote,
.cc dd,
.cc fieldset,
.cc textarea,
.cc hr {
  display: block;
}
.cc table {
  display: table;
}
.cc tbody {
  display: table-row-group;
}
.cc tr {
  display: table-row;
}
.cc td {
  display: table-cell;
}
.cc ul {
  list-style-type: none !important;
}

.cc a,
.cc a *,
.cc input[type="submit"],
.cc input[type="radio"],
.cc input[type="checkbox"],
.cc select {
  cursor: pointer !important;
}
.cc a:hover {
  text-decoration: none !important;
}
.cc button,
.cc input[type="submit"] {
  height: auto !important;
  text-align: center !important;
}
.cc input[type="hidden"] {
  display: none;
}
.cc input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}
.cc li:before,
.cc li:after {
  content: "" !important;
}
.cc input,
.cc select {
  vertical-align: middle !important;
}
.cc select,
.cc textarea,
.cc input {
  border: 1px solid #ccc !important;
}
.cc table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.cc [dir="rtl"] {
  direction: rtl !important;
}
.cc {
  font-size: 13px !important;
  line-height: 18px !important;
  direction: ltr !important;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #333 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  list-style-type: disc !important;
}
.cc [class^="mcicon-"],
.cc [class*=" mcicon-"] {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-decoration: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  vertical-align: baseline !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  margin-top: 0 !important;
}
.cc [class^="mcicon-"]:before,
.cc [class*=" mcicon-"]:before {
  text-decoration: inherit !important;
  display: inline-block !important;
  speak: none !important;
}
.cc a [class^="mcicon-"],
.cc a [class*=" mcicon-"] {
  display: inline-block !important;
}
.cc li [class^="mcicon-"],
.cc li [class*=" mcicon-"] {
  display: inline-block !important;
  width: 1.25em !important;
  text-align: center !important;
}
.cc .mcicon-ok:before {
  content: "\f00c" !important;
}
.cc .mcicon-share:before {
  content: "\f045" !important;
}
.cc .mcicon-exclamation-sign:before {
  content: "\f06a" !important;
}
.cc .mcicon-thumbs-up:before {
  content: "\f087" !important;
}
.cc .mcicon-thumbs-down:before {
  content: "\f088" !important;
}
.cc .mcicon-rss:before {
  content: "\f09e" !important;
}
.cc .mcicon-envelope:before {
  content: "\f003" !important;
}
.cc .mcicon-envelope-alt:before {
  content: "\f0e0" !important;
}
.cc .mcicon-smile-o:before {
  content: "\f118" !important;
}
.cc .mcicon-picture:hover:before {
  opacity: 0.85;
}
.cc .mcicon-comments:before {
  content: "\f086" !important;
}
.cc .mcicon-star:before {
  content: "\f005" !important;
}
.cc .mcicon-star-o:before {
  content: "\f006" !important;
}
.cc .mcicon-star-half-o:before {
  content: "\f123" !important;
}
.cc .mcicon-search:before {
  content: "\f002" !important;
}
.cc .mcicon-caret-left:before {
  content: "\f0d9" !important;
}
.cc .mcicon-caret-right:before {
  content: "\f0da" !important;
}
.cc .mcicon-pencil:before {
  content: "\f040" !important;
}
.cc .mcicon-lock:before {
  content: "\f023" !important;
}
.cc .mcicon-unlock:before {
  content: "\f09c" !important;
}
.cc .mcicon-save:before {
  content: "\f0c7" !important;
}
.cc .mcicon-undo:before {
  content: "\f0e2" !important;
}
.cc .mcicon-cog:before {
  content: "\f013" !important;
}
.cc .mcicon-trash:before {
  content: "\f014" !important;
}
.cc .mcicon-home:before {
  content: "\f015" !important;
}
.cc .mcicon-time:before {
  content: "\f017" !important;
}
.cc .mcicon-edit:before {
  content: "\f044" !important;
}
.cc .mcicon-ban-circle:before {
  content: "\f05e" !important;
}
.cc .mcicon-check-empty:before {
  content: "\f096" !important;
}
.cc .mcicon-globe:before {
  content: "\f0ac" !important;
}
.cc .mcicon-beaker:before {
  content: "\f0c3" !important;
}
.cc .mcicon-paper-clip:before {
  content: "\f0c6" !important;
}
.cc .mcicon-desktop:before {
  content: "\f108" !important;
}
.cc .mcicon-laptop:before {
  content: "\f109" !important;
}
.cc .mcicon-reply:before {
  content: "\f112" !important;
}
.cc .mcicon-linux:before {
  content: "\f17c" !important;
}
.cc .mcicon-shield:before {
  content: "\f132" !important;
}
.cc .mcicon-bug:before {
  content: "\f188" !important;
}
.cc .mcicon-ok-o:before {
  content: "\f05d" !important;
}
.cc .mcicon-meh-o:before {
  content: "\f11a" !important;
}
.cc .mcicon-user:before {
  content: "\f007" !important;
}
.cc .mcicon-check:before {
  content: "\f046" !important;
}
.cc .mcicon-shop:before {
  content: "\f07a" !important;
}
.cc .mcicon-warning-sign:before {
  content: "\f071" !important;
}
.cc .mcicon-minus-sign:before {
  content: "\f056" !important;
}
.cc .mcicon-share-alt:before {
  content: "\f1e0" !important;
}
.cc .mcicon-check-circle:before {
  content: "\f058" !important;
}
.cc .mcicon-plus-sign:before {
  content: "\f055" !important;
}
.cc .mcicon-question-circle:before {
  content: "\f059" !important;
}
.cc .mc-right,
.cc .mc-btn.mc-right {
  float: right !important;
}
.cc .mc-h4 {
  font-weight: 700 !important;
}
.cc .mc-sm {
  color: #999 !important;
  font-size: 12px !important;
}
.cc .mc-spin {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-indent: -999em !important;
  vertical-align: middle !important;
  background: url() 0 center no-repeat !important;
}
.cc .mc-alert {
  text-align: center !important;
  font-size: 13px !important;
  padding: 8px 35px 8px 14px !important;
  background-color: #fcf8e3 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.cc .mc-alert.mc-alert-close {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cc .mc-alert.mc-alert-error {
  color: #a94442 !important;
  border-color: #ebccd1 !important;
  background-color: #f2dede !important;
}
.cc .mc-alert.mc-alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #9acfea !important;
}
.cc .mc-btn {
  display: inline-block;
  float: none !important;
  padding: 4px 10px !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 20px !important;
  color: #333 !important;
  text-align: center !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  outline: 0 !important;
  background-color: #fff !important;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  ) !important;
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: -o-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background-repeat: repeat-x !important;
  border: 1px solid #ccc !important;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  border-bottom-color: #b3b3b3 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.cc .mc-btn:hover {
  color: #333 !important;
  text-decoration: none !important;
  background-color: #e6e6e6 !important;
  background-position: 0 -15px !important;
  -webkit-transition: background-position 0.1s linear !important;
  -moz-transition: background-position 0.1s linear !important;
  -ms-transition: background-position 0.1s linear !important;
  -o-transition: background-position 0.1s linear !important;
  transition: background-position 0.1s linear !important;
}
.cc .mc-btn-sm {
  padding: 2px 8px !important;
  font-size: 12px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.cc .mc-btn-warning {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #faa732 !important;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#f89406)
  ) !important;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -o-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
  background-repeat: repeat-x !important;
  border-color: #f89406 #f89406 #ad6704 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc .mc-btn-warning:hover {
  color: #fff !important;
  background-color: #f89406 !important;
}
.cc .mc-btn-info {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #49afcd !important;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  ) !important;
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
  background-repeat: repeat-x !important;
  border-color: #2f96b4 #2f96b4 #1f6377 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc .mc-btn-info:hover {
  color: #fff !important;
  background-color: #2f96b4 !important;
}
.cc .mc-btn-success {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  border-color: #3e8f3e !important;
  background-color: #5cb85c !important;
  background-repeat: repeat-x !important;
  background-image: -webkit-linear-gradient(
    top,
    #5cb85c 0,
    #419641 100%
  ) !important;
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5cb85c),
    to(#419641)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #5cb85c 0,
    #419641 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc .mc-btn-success:hover {
  color: #fff !important;
  background-color: #419641 !important;
  background-position: 0 -15px !important;
}
.cc .mc-btn-primary {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-image: -webkit-linear-gradient(
    top,
    #428bca 0,
    #2d6ca2 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #428bca 0,
    #2d6ca2 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  border-color: #2b669a !important;
}
.cc .mc-btn-primary:hover {
  color: #fff !important;
  background-color: #2d6ca2 !important;
  background-position: 0 -15px !important;
}
.cc .mc-btn img {
  vertical-align: middle !important;
}
.cc .mc-btn:active,
.cc .mc-btn.mc-btn-press {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.cc .mc-btn[disabled] {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  box-shadow: none !important;
  background: #f6f6f6 !important;
  border-color: #ccc !important;
}
.cc .mc-attachimg-cnt {
  position: absolute !important;
  bottom: 0 !important;
  right: 10px !important;
  z-index: 999 !important;
  font-size: 15px !important;
}
.cc .mc-attachimg {
  color: #999 !important;
  text-decoration: none !important;
}
.cc .mc-attachimg:hover {
  color: #333 !important;
  text-decoration: none !important;
}
.cc .mc-media-preview {
  display: inline-block;
  width: 100% !important;
  overflow: hidden !important;
  border-top: 1px dashed #ccc !important;
  margin-top: 8px !important;
}
.cc .mc-media-preview li {
  display: inline-block !important;
  position: relative !important;
  margin: 8px 8px 0 0 !important;
}
.cc .mc-media-preview li span {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  cursor: pointer !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #999 !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
  border-radius: 20px !important;
  background: #eee !important;
}
.cc .mc-media-preview li span:hover {
  color: #333 !important;
}
.cc .mc-media-preview .mc-media-surface {
  display: block !important;
  padding: 4px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.cc .mc-media-preview img {
  display: block !important;
  max-width: 300px !important;
  max-height: 75px !important;
}
.cc .mc-modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1040 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  background-color: #000 !important;
}
.cc .mc-modal {
  display: block;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
  overflow: auto !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  outline: 0 !important;
  transform: translateZ(0) !important;
  -webkit-transform: translateZ(0) !important;
}
.cc .mc-modal-dialog {
  position: relative !important;
  width: auto !important;
  margin: 10px !important;
}
@media (min-width: 768px) {
  .cc .mc-modal-dialog {
    width: 600px !important;
    margin: 60px auto !important;
  }
}
.cc .mc-modal-content {
  position: relative !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #999 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  outline: none !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
}
.cc .mc-modal-header {
  min-height: 16.42857143px !important;
  padding: 15px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #f6f9f9 !important;
  border-radius: 5px 5px 0 0 !important;
  overflow: hidden !important;
}
.cc .mc-modal-header .mc-close {
  padding: 0 !important;
  cursor: pointer !important;
  background: 0 0 !important;
  border: 0 !important;
  -webkit-appearance: none !important;
  float: right !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #ccc !important;
  text-shadow: 0 1px 0 #fff !important;
}
.cc .mc-modal-header .mc-close:hover {
  color: #999 !important;
}
.cc .mc-modal-header img {
  float: left !important;
  max-height: 42px !important;
  vertical-align: middle !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 2px !important;
  margin-right: 8px !important;
}
.cc .mc-modal-header .mc-modal-title {
  font-size: 16px !important;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 0 #fff !important;
}
.cc .mc-modal-header .mc-modal-title span {
  display: block;
  text-overflow: ellipsis !important;
  color: #555 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-size: 15px !important;
  text-shadow: 1px 1px 0 #fff !important;
}
.cc .mc-modal-body {
  position: relative !important;
  padding: 20px !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}
.cc .mc-modal-body .mc-modal-ok {
  margin-top: 20px !important;
  text-align: center !important;
}
.cl {
  position: relative !important;
  width: 100% !important;
  display: inline-block;
}

.cl .mc-auth-container {
  clear: both !important;
  display: inline-block !important;
  width: 100% !important;
}
.cl .mc-auth-label {
  float: left !important;
}
.cl .mc-auth-provider {
  border: 1px solid #ddd !important;
  float: left !important;
  height: 24px !important;
  margin: 3px !important;
  width: 24px !important;
  cursor: pointer !important;
  background-image: url(/sprite3.png) !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.cl .mc-sso-provider {
  border: 1px solid #ddd !important;
  float: left !important;
  height: 24px !important;
  margin: 3px !important;
  width: 24px !important;
  cursor: pointer !important;
}
.cl .mc-sso-provider img {
  cursor: pointer !important;
}
.cl .mc-logged-provider {
  outline: 3px solid #fffb73 !important;
}
.cl .mc-auth-google {
  background-position: -92px 4px !important;
}
.cl .mc-auth-googleplus {
  background-position: -112px 4px !important;
}
.cl .mc-auth-mailru {
  background-position: -152px 4px !important;
}
.cl .mc-auth-odnoklassniki {
  background-position: -352px 4px !important;
}
.cl .mc-auth-mymailru {
  background-position: -332px 4px !important;
}
.cl .mc-auth-facebook {
  background-position: -52px 4px !important;
}
.cl .mc-auth-twitter {
  background-position: -212px 4px !important;
}
.cl .mc-auth-yandex {
  background-position: -312px 4px !important;
}
.cl .mc-auth-yahoo {
  background-position: -292px 4px !important;
}
.cl .mc-auth-vkontakte {
  background-position: -252px 4px !important;
}
.cl .mc-auth-rambler {
  background-position: -192px 4px !important;
}
.cl .mc-auth-myopenid {
  background-position: -172px 4px !important;
}
.cl .mc-auth-livejournal {
  background-position: -132px 4px !important;
}
.cl .mc-auth-flickr {
  background-position: -72px 4px !important;
}
.cl .mc-auth-wordpress {
  background-position: -272px 4px !important;
}
.cl .mc-auth-blogger {
  background-position: 4px 4px !important;
}
.cl .mc-auth-verisign {
  background-position: -232px 4px !important;
}
.cl .mc-auth-linkedin {
  background-position: -372px 4px !important;
}
.cl .mc-auth-500px {
  background-position: -392px 4px !important;
}
.cl .mc-auth-dropbox {
  background-position: -412px 4px !important;
}
.cl .mc-auth-foursquare {
  background-position: -432px 4px !important;
}
.cl .mc-auth-instagram {
  background-position: -452px 4px !important;
}
.cl .mc-auth-live {
  background-position: -472px 4px !important;
}
.cl .mc-auth-stackoverflow {
  background-position: -492px 4px !important;
}
.cl .mc-auth-yammer {
  background-position: -512px 4px !important;
}
.cl .mc-auth-tumblr {
  background-position: -532px 4px !important;
}
.cl .mc-auth-soundcloud {
  background-position: -552px 4px !important;
}
.cl .mc-auth-cackle {
  background-position: -572px 4px !important;
}
.cl .mc-auth-anonym {
  background-position: -592px 4px !important;
}
.cl .mc-auth-other {
  background-position: -612px 4px !important;
}
.cc {
  display: inline-block;
  width: 100% !important;
  position: relative !important;
}
.cc .mc-comment-bullet {
  color: #999 !important;
  font-size: 10px !important;
  margin: 0 5px !important;
}
#mc-link {
  float: right;
  color: #555 !important;
  font-size: 11px !important;
  clear: both !important;
  text-decoration: none !important;
}
#mc-link:hover {
  color: #333 !important;
}
.cc .mc-head-container {
  display: inline-block !important;
  width: 100% !important;
  clear: both !important;
  margin: 10px 0 20px !important;
}
.cc .mc-head-container a {
  color: #999 !important;
}
.cc .mc-head-container a:hover {
  color: #666 !important;
  text-decoration: none !important;
}
.cc .mc-head-container .active a {
  color: #333 !important;
  cursor: default !important;
}
.cc .mc-head-container .mc-comment-count {
  float: left !important;
  font-size: 18px !important;
}
.cc .mc-head-container .mc-logo {
  float: right !important;
}
.cc.mc-loggedin .mc-head-container .mc-logo {
  display: none !important;
}
.cc .mc-head-container .mc-user {
  float: right !important;
  font-size: 15px !important;
}
.cc.mc-loggedin .mc-head-container .mc-user {
  display: inline-block !important;
  position: relative !important;
}
.cc .mc-head-container .mc-controls {
  right: 0 !important;
}
.cc .mc-auth-container {
  display: inline-block;
  clear: both !important;
  width: 100% !important;
}
.cc.mc-loggedin .mc-auth-container {
  display: none;
}
.cc .mc-auth-label {
  float: left !important;
}
.mc-auth-container .mc-logincnt {
  overflow: hidden !important;
  margin-left: 55px !important;
}
.cc .mc-usercnt a {
  color: #07c !important;
}
.cc .mc-usercnt a:hover {
  color: #0c65a5 !important;
  text-decoration: none !important;
}
.cc .mc-user-profile {
  overflow: hidden !important;
}
.cc .mc-user-profile input {
  margin: 0 0 6px !important;
}
.cc .mc-user-profile input[type="text"] {
  display: block;
  width: 100% !important;
  padding: 5px 3px !important;
  border-radius: 3px !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset !important;
}
.cc .mc-user-profile .mc-user-img {
  display: inline-block;
  width: 100px !important;
  text-align: center !important;
  vertical-align: top !important;
}
.cc .mc-user-profile .mc-user-img img {
  display: block;
  margin: 0 auto !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px 3px 3px 3px !important;
  max-width: 100px !important;
  padding: 2px !important;
}
.cc .mc-user-profile .mc-user-info {
  display: inline-block;
  width: 420px !important;
  margin-left: 8px !important;
  vertical-align: top !important;
}
.cc .mc-user-profile .mc-user-info > div {
  padding: 4px 0 !important;
}
.cc .mc-user-profile .mc-user-name {
  font-size: 18px !important;
}
.cc .mc-user-recent {
  color: #999 !important;
  font-size: 14px !important;
  padding: 30px 0 2px !important;
  border-bottom: 2px solid #ccc !important;
}
.cc .mc-user-ccnt {
  max-height: 400px !important;
  overflow-y: auto !important;
}
.cc .mc-user-comment {
  opacity: 0.7 !important;
  padding: 22px 5px 0 0 !important;
}
.cc .mc-user-comment.mc-approved {
  opacity: 1 !important;
}
.cc .mc-user-comment .mc-title {
  position: relative !important;
  color: #999 !important;
  font-size: 12px !important;
  margin-bottom: 4px !important;
  padding-right: 100px !important;
}
.cc .mc-user-comment .mc-title .mc-sm {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.cc .mc-comment-author {
  display: block;
  position: relative !important;
}
.cc .mc-avatar-container {
  position: absolute !important;
  width: 50px !important;
  text-align: center !important;
}
.cc .mc-avatar-container img {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px !important;
  height: 42px !important;
  width: 42px !important;
  margin: 0 !important;
  padding: 2px !important;
}
.cc .mc-user-avatar,
.cc .mc-comment-avatar {
  height: 62px !important;
  width: 62px !important;
  border-radius: 13px !important;
  margin: 1px !important;
  padding: 3px !important;
  max-width: none !important;
}
.cc .mc-comment-avatar:hover {
  cursor: pointer !important;
}
.cc .mc-postbox-container {
  margin-left: 55px !important;
  position: relative !important;
  margin-bottom: 10px !important;
}
.cc .mc-editor {
  border: solid 1px #c6c6c6 !important;
  border-radius: 5px !important;
  position: relative !important;
  width: auto !important;
  margin-bottom: 5px !important;
}
.cc .mc-editor-wrapper {
  padding: 10px !important;
  background: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset !important;
}
.cc .mc-editor textarea {
  height: 22px;
  width: 100% !important;
  max-width: none !important;
  border: 0 none !important;
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  overflow: hidden !important;
  resize: none !important;
  margin: 0 !important;
  outline: 0 none !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  float: none !important;
  white-space: pre-wrap !important;
  -webkit-transition: min-height 0.1s ease-in-out !important;
  transition: min-height 0.1s ease-in-out !important;
}
.cc .mc-expanded .mc-editor textarea {
  min-height: 70px !important;
}
.cc .mc-editor-message {
  position: relative !important;
}
.cc .mc-submit {
  width: 100% !important;
}
.cc .mc-submit-left {
  display: inline-block;
  float: left !important;
}
.cc .mc-expanded .mc-submit {
  display: inline-block !important;
}
.cc .mc-submit label {
  margin: 0 !important;
  margin-left: 5px !important;
}
.cc .mc-btn.mc-comment-submit {
  float: right !important;
}
.cc .mc-social-submit {
  float: left !important;
  display: none;
}
.cc .mc-social-xpost-icon {
  float: right !important;
  height: 16px !important;
  margin-left: 5px !important;
  width: 16px !important;
  background-image: url(/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-social-xpost table td:last-child {
  vertical-align: middle !important;
}
.cc .mc-social-xpost-icon.mc-xpost-vkontakte {
  background-position: -256px 0 !important;
}
.cc .mc-social-xpost-icon.mc-xpost-facebook {
  background-position: -56px 0 !important;
}
.cc .mc-social-xpost-icon.mc-xpost-twitter {
  background-position: -216px 0 !important;
}
.cc .mc-social-xpost-icon.mc-xpost-mymailru {
  background-position: -336px 0 !important;
}
.cc .mc-comment-container {
  clear: both !important;
  display: block;
}
.cc .mc-nav-content {
  display: inline-block;
  width: 100% !important;
  color: #999 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
  padding-bottom: 2px !important;
  border-bottom: 2px solid #ddd !important;
}

.cc .mc-nav-content .mc-comment-sort {
  float: left !important;
  margin: 0 !important;
}
.cc .mc-nav-content .mc-sort-menu {
  color: #666 !important;
}
.cc .mc-nav-content .mc-subscribed a {
  color: #4bad00 !important;
}
.cc .mc-nav-content .mc-subscribed a:hover {
  color: #4bad00 !important;
}
.cc .mc-nav-content .mc-subscription-email input {
  height: 18px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  background: #fff !important;
  border-radius: 3px !important;
  margin-top: -4px !important;
}
.cc .mc-share-post .mc-controls li {
  border: none !important;
}
.cc .mc-nav-content .mc-share-menu li {
  float: left !important;
  padding: 5px !important;
  border: 0 !important;
  cursor: pointer !important;
}
.cc .mc-nav-content .mc-share-menu li:hover {
  background: #eee !important;
}
.cc .mc-nav-content .mc-share-menu span {
  float: left !important;
  height: 16px !important;
  width: 16px !important;
  cursor: pointer !important;
  background-image: url(/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-info {
  float: left !important;
}
.cc .mc-info .mc-copyright {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
}
.cc .mc-info .mc-copyright a {
  text-decoration: none !important;
}
.cc .mc-info .mc-copyright a:hover {
  text-decoration: underline !important;
}
.cc .mc-comment-wait {
  float: left !important;
}
.cc .mc-comment-reply-box {
  display: inline-block;
  position: relative !important;
  width: 100% !important;
  clear: both !important;
}
.cc .mc-comment-reply-box .mc-editor textarea {
  min-height: 60px !important;
}
.cc .mc-comment-edit-box {
  display: inline-block;
  width: 100% !important;
  position: relative !important;
  clear: both !important;
  margin-top: 4px !important;
}
.cc .mc-comment-edit-box .mc-btn {
  float: left !important;
  margin-right: 4px !important;
}
.cc .mc-comment-spam .mc-comment-head,
.cc .mc-comment-spam .mc-comment-body,
.cc .mc-comment-spam .mc-comment-media,
.cc .mc-comment-deleted .mc-comment-head,
.cc .mc-comment-deleted .mc-comment-body,
.cc .mc-comment-deleted .mc-comment-media,
.cc .mc-comment-pending .mc-comment-head,
.cc .mc-comment-pending .mc-comment-body,
.cc .mc-comment-pending .mc-comment-media {
  -ms-filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}
.cc .mc-comment-list {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cc .mc-comment-list li {
  position: relative !important;
  background-image: none !important;
  list-style-type: none !important;
  margin-top: 20px !important;
}
.cc .mc-none-comments {
  text-align: center !important;
  min-height: 20px !important;
  padding: 10px !important;
  margin-bottom: 20px !important;
  background-color: #fff !important;
  border: 1px solid #e3e3e3 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.cc .mc-comment-wrapper .mc-alert {
  margin-top: 10px !important;
}
.cc .mc-comment-child {
  margin-left: 52px !important;
  list-style-type: none !important;
}
.cc .mc-comment-child.mc-lastlvl {
  margin-left: 0 !important;
}
.cc .mc-comment-provider {
  background-image: url(/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-google {
  background-position: -96px 0 !important;
}
.cc .mc-googleplus {
  background-position: -116px 0 !important;
}
.cc .mc-mailru {
  background-position: -156px 0 !important;
}
.cc .mc-odnoklassniki {
  background-position: -356px 0 !important;
}
.cc .mc-mymailru {
  background-position: -336px 0 !important;
}
.cc .mc-facebook {
  background-position: -56px 0 !important;
}
.cc .mc-twitter {
  background-position: -216px 0 !important;
}
.cc .mc-yandex {
  background-position: -316px 0 !important;
}
.cc .mc-yahoo {
  background-position: -296px 0 !important;
}
.cc .mc-vkontakte {
  background-position: -256px 0 !important;
}
.cc .mc-rambler {
  background-position: -196px 0 !important;
}
.cc .mc-myopenid {
  background-position: -176px 0 !important;
}
.cc .mc-livejournal {
  background-position: -136px 0 !important;
}
.cc .mc-flickr {
  background-position: -76px 0 !important;
}
.cc .mc-wordpress {
  background-position: -276px 0 !important;
}
.cc .mc-blogger {
  background-position: 0 0 !important;
}
.cc .mc-verisign {
  background-position: -236px 0 !important;
}
.cc .mc-linkedin {
  background-position: -376px 0 !important;
}
.cc .mc-500px {
  background-position: -396px 0 !important;
}
.cc .mc-dropbox {
  background-position: -416px 0 !important;
}
.cc .mc-foursquare {
  background-position: -436px 0 !important;
}
.cc .mc-instagram {
  background-position: -456px 0 !important;
}
.cc .mc-live {
  background-position: -476px 0 !important;
}
.cc .mc-stackoverflow {
  background-position: -496px 0 !important;
}
.cc .mc-yammer {
  background-position: -516px 0 !important;
}
.cc .mc-tumblr {
  background-position: -536px 0 !important;
}
.cc .mc-soundcloud {
  background-position: -556px 0 !important;
}
.cc .mc-comment-body-container {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  zoom: 1 !important;
}
.cc a.mc-comment-seemore {
  display: block;
  z-index: 901 !important;
  border-top: 1px solid #ccc !important;
  color: #6c6c6c !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.cc .mc-comment-media {
  display: inline-block !important;
  margin: 5px 0 0 !important;
  width: 100% !important;
}
.cc .mc-comment-media li {
  margin: 0 0 10px !important;
}
.cc .mc-comment-media li span {
  background: url() no-repeat !important;
  position: absolute !important;
  right: 0 !important;
  cursor: pointer !important;
  height: 22px !important;
  width: 22px !important;
}
.cc .mc-comment-media a {
  position: relative !important;
  display: inline-block !important;
  max-width: 100% !important;
}
.cc .mc-comment-media img {
  display: block !important;
  border-radius: 3px !important;
  max-width: 100% !important;
  max-height: 480px !important;
  z-index: -1 !important;
  margin: 0 auto!important;
}
.cc .mc-comment-media .mc-media-play {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  opacity: 0.6;
}
.cc .mc-comment-media .mc-media-play:hover {
  opacity: 1;
}
.cc .mc-comment-media object,
.cc .mc-comment-media embed {
  display: block !important;
  width: 100% !important;
  height: 360px !important;
}
.cc .mc-comment-rating {
  display: inline-block;
  font-size: 14px !important;
  min-width: 16px !important;
  text-align: center !important;
}
.cc .mc-theme-standard a {
  text-decoration: none !important;
}
.cc .mc-theme-standard .mc-comment-body-inner a {
  text-decoration: underline !important;
  color: blue !important;
}
.cc .mc-theme-standard .mc-comment-head {
  padding: 3px !important;
  text-align: left !important;
  height: auto !important;
  line-height: normal !important;
}
.cc .mc-theme-standard .mc-comment-head table {
  width: 100% !important;
}
.cc .mc-theme-standard .mc-comment-head td {
  vertical-align: middle !important;
}
.cc .mc-theme-standard .mc-comment-head td.mc-comment-avatar-td {
  border: 0 none !important;
  padding: 0 !important;
  width: 1% !important;
}
.cc .mc-theme-standard .mc-comment-head td.mc-comment-user-td {
  padding: 0 8px !important;
}
.cc .mc-theme-standard .mc-comment-head td.mc-comment-vote-td {
  width: 20% !important;
}
.cc .mc-theme-standard .mc-comment-username {
  font-size: 14px !important;
  position: relative !important;
  display: block !important;
  font-weight: bold;
  color:#9b0609;
}
.cc .mc-theme-standard .mc-comment-username:hover {
  text-decoration: none !important;
}
.cc .mc-theme-standard .mc-comment-thumbsup span,
.cc .mc-theme-standard .mc-comment-thumbsdown span {
  background-repeat: no-repeat !important;
  float: left !important;
  height: 18px !important;
  width: 18px !important;
}
.cc .mc-theme-standard .mc-comment-thumbsup span {
  background: url(/vote_up.png) no-repeat scroll 0 0 !important;
}
.cc .mc-theme-standard .mc-comment-thumbsdown span {
  background: url(/vote_down.png) no-repeat scroll 0 0 !important;
}
.cc .mc-theme-standard .mc-comment-vote {
  float: right !important;
  font-size: 13px !important;
  display: block !important;
  padding: 3px 0 3px 3px !important;
}
.cc .mc-theme-standard .mc-comment-vote td {
  padding: 0 3px !important;
}
.cc .mc-theme-standard .mc-comment-provider {
  position: relative !important;
  float: right !important;
  height: 16px !important;
  width: 16px !important;
  margin-right: -2px !important;
  margin-top: -16px !important;
}
.cc .mc-theme-standard .mc-comment-rating-zero {
  color: #666 !important;
}
.cc .mc-theme-standard .mc-comment-rating-plus {
  color: #090 !important;
}
.cc .mc-theme-standard .mc-comment-rating-neg {
  color: #cc0005 !important;
}
.cc .mc-theme-standard .mc-comment-footer {
  height: 20px !important;
  color: #999 !important;
  font-size: 12px !important;
  margin: 5px 0 0 !important;
  border-bottom: 1px solid #b8b8b8!important;
}
.cc .mc-theme-standard .mc-comment-footer a {
  margin-right: 10px !important;
}
.cc .mc-theme-standard .mc-comment-footer a:hover {
  color: #333 !important;
}
.cc .mc-theme-standard .mc-comment-footer .mc-comment-reply {
  float: right !important;
  margin-right: 0 !important;
}
.cc .mc-theme-simple .mc-comment-footer a.mc-comment-thumbsup:hover {
  color: #2e9fff !important;
}
.cc .mc-theme-simple .mc-comment-footer a.mc-comment-thumbsdown:hover {
  color: #ff2f2f !important;
}
.cc .mc-theme-standard .mc-comment-moderate ul a {
  text-decoration: none !important;
}
.cc .mc-theme-simple a {
  text-decoration: none !important;
  vertical-align: 0 !important;
}
.cc .mc-theme-simple a:hover {
  text-decoration: none !important;
}
.cc .mc-theme-simple .mc-comment-user {
  float: left !important;
  margin-right: 10px !important;
}
.cc .mc-theme-simple .mc-comment-wrapper {
  overflow: hidden !important;
}
.cc .mc-theme-simple .mc-comment-username {
  color: #4c4c4c !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}
.cc .mc-theme-simple .mc-comment-created,
.cc .mc-theme-simple .mc-comment-footer a {
  color: #999 !important;
  font-size: 11px !important;
  -webkit-transition: color linear 0.1s !important;
  transition: color linear 0.1s !important;
}
.cc .mc-theme-simple .mc-comment-footer a {
  font-size: 12px !important;
}
.cc .mc-theme-simple .mc-comment-created:hover,
.cc .mc-theme-simple .mc-comment-footer a:hover {
  color: #666 !important;
}
.cc .mc-theme-simple .mc-comment-footer i {
  font-size: 16px !important;
}
.cc .mc-theme-simple .mc-comment-footer a,
.cc .mc-theme-simple .mc-comment-footer span,
.cc .mc-theme-simple .mc-comment-footer i {
  vertical-align: middle !important;
}
.cc .mc-theme-simple .mc-comment-share:hover + .mc-share-icons {
  display: inline-block;
}
.cc .mc-theme-simple .mc-share-icons {
  display: none;
  position: absolute !important;
}
.cc .mc-theme-simple .mc-share-icons:hover {
  display: inline-block;
}
.cc .mc-theme-simple .mc-share-icons span {
  float: left !important;
  height: 16px !important;
  width: 16px !important;
  margin: 2px 0 0 4px !important;
  cursor: pointer !important;
  opacity: 0.8 !important;
  background-image: url(/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-theme-simple .mc-share-icons span:hover {
  opacity: 1 !important;
}
.cc .mc-theme-simple .mc-comment-rating {
  margin-right: 3px !important;
}
.cc .mc-theme-simple .mc-comment-rating-zero {
  display: none;
}
.cc .mc-theme-simple .mc-comment-rating-plus {
  color: #2e9fff !important;
}
.cc .mc-comment-moderate {
  display: none;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  color: #999 !important;
  font-size: 12px !important;
  padding: 1px !important;
  background: #f6f9f9 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
}
.cc .mc-comment-moderate.mc-comment-moderate-press,
.cc.mc-admin .mc-comment-wrapper:hover .mc-comment-moderate {
  display: block;
}
.cc .mc-comment-moderate span {
  font-size: 14px !important;
  vertical-align: middle !important;
}
.cc .mc-comment-moderate a:hover {
  color: #666 !important;
  -webkit-transition: color linear 0.1s !important;
  transition: color linear 0.1s !important;
}
.cc .mc-controls {
  display: block;
  position: absolute !important;
  background: none repeat scroll 0 0 #fff !important;
  border: 2px solid #ccc !important;
  border-radius: 3px !important;
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  z-index: 9999 !important;
  text-align: left !important;
}
.cc .mc-controls li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cc .mc-controls li a {
  display: block !important;
  margin: 0 !important;
  padding: 4px 14px !important;
  font-size: 13px !important;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.5) !important;
  white-space: nowrap !important;
}
.cc .mc-controls li a:hover {
  background-color: #f1f1f1 !important;
}
.cc .mc-comment-moderate .mc-controls {
  right: 0 !important;
}
.cc .mc-comment-moderate .mc-controls li a {
  font-size: 11px !important;
}
.cc .mc-pagination {
  margin: 10px auto 0 !important;
  text-align: center !important;
}
.cc .mc-pagination .mc-pagination-wait {
  margin-left: 5px !important;
}
.cc .mc-pagination .mc-btn {
  width: 100% !important;
}

.yellow-bcg {
     color: #9b0609;
    padding: 0 3px;
}
.red {
  color: #9c0a34;
  font-weight: 500;
}
.comment-head {
  background-color: #9b0609;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

body,
button,
h1,
h3,
h4 {
  margin: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none !important;
  box-shadow: none !important;
}
button {
  font: inherit;
  text-transform: none;
}
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@media only screen and (min-width: 64em) {
  html {
    font-size: 1.49813vw;
  }
}
@media (min-width: 1335px) {
  html {
    font-size: 20px;
  }
}
h1,
h3,
h4 {
  padding: 0;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ittem-comment {
  position: relative;
  margin-bottom: 25px;
  min-height: 60px;
}
.ittem-comment p {
  position: relative;
  padding-left: 75px;
  margin-bottom: 5px;
  font-size: 90%;
  line-height: 1.3;
}
.ava-img {
  width: 60px;
  border-radius: 10px;
  position: relative;
  float: left;
}
.block-14,
.block-14 img,
.block-5 {
  width: 100% !important;
}
.order_form {
  font-family: Arial, Helvetica;
  margin: 0;
  border-radius: 5px;
}
img {
  max-width: 100%;
}
input {
  outline: 0;
}
.contentBox {
  line-height: 1.5;
}
.contentBox p {
  padding-bottom: 10px;
  padding-top: 10px;
}
.contentBox h1 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 27px;
}
.block-5 {
  border-left: 5px solid red !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}
.block-14 {
  margin: auto !important;
  max-width: 600px !important;
  text-align: center !important;
  background: #e4e1e1 !important;
  padding-bottom: 10px !important;
}
.block-14 img {
  height: auto !important;
  margin: 0 0 10px !important;
}
.GeneralMaterial-article p,
.block-14 p {
  margin: 0 !important;
}
.block-14 p {
  padding: 0 !important;
  font-style: italic !important;
}
.contentBox span,
a,
body,
h1,
h2,
h3,
h4,
p {
  font-family: PFRegal, Georgia, serif !important;
}
.contentBox h1 {
  margin-top: 0;
}
.obutton {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45) !important;
  border-radius: 10px;
  background-color: red;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.obutton:hover {
  color: #fff;
  box-shadow: 0 4px 35px 0 rgba(129, 150, 160, 0.45) !important;
}
span[data-cmchighlight=""] {
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  float: none !important;
  position: static !important;
  -webkit-print-color-adjust: exact !important;
}
.cmcredaction {
  color: #d3d3d3 !important;
  background: #d3d3d3 !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-print-color-adjust: exact !important;
}
.lead-form-box {
  display: none;
}
#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.order_block,
.order_block * {
  box-sizing: border-box;
  transition: 0.2s;
  font-family: Arial, sans-serif !important;
}

.order_block {
  max-width: 430px;
  width: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}
.order_block .order_offer img {
  max-width: 100%;
  width: auto;
  max-height: 210px;
}
.order_pre_form {
  padding: 20px 20px 0;
}
.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}
.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px;
}
.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}
.order_form .order_form_row input,
.order_form .order_form_row select {
  width: 100% !important;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}
.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}
.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: 0;
  border: 2px solid #cecece;
}
.order_form .order_form_button {
  box-shadow: 0 1px 0 0 #f5978e inset;
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 0 #810e05;
}
.order_form .order_form_button:hover {
  background: #c62d1f;
}
.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}
.order_timer_block {
  line-height: 1;
  font-weight: 700;
}
.order_timer_block p {
  font-size: 16px;
  margin: 10px 0 !important;
  padding: 0 !important;
}
.order_timer_block .order_timer {
  font-size: 21px;
}
.time_remains {
  color: red;
}
.box-popup-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.box-tooltip,
.boxes_item {
  position: relative;
  cursor: pointer;
}
.box-tooltip {
  font-size: 18px;
  padding: 20px;
  width: 90%;
  max-width: 320px;
  margin: 80px auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 41px;
  filter: drop-shadow(0.484px 1.941px 4px rgba(0,0,0,0.88));
  background-color: #9b0609;
  border: 3px solid #ffffff;
}

.box-tooltip-title {
  margin: 0;
  padding: 0;
  color: #ffffff!important;
  text-align: center;
}
.box-tooltip-ico {
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: center;
}
.box-tooltip-ico img {
  height: 40px;
  width: auto;
}

.afterlose-boxes_item {
  opacity: 0.9;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-iteration-count: 1;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
#boxesContainer {
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}

#tries_count {
  font-size: 19px;
}
.boxes {
  margin: 10px 0;
}
.boxes_item {
  display: inline-block;
  width: 32.5%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


.boxes_item.afterlose-boxes_item {
  cursor: default;
}
.boxes_item.afterlose-boxes_item:hover {
  -webkit-transform: none;
  transform: none;
}
.boxes_item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.win_prize {
  font-size: 35px;
  font-weight: 700;
  color: #e72c2a;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (max-width: 479px) {
  .boxes > div {
    width: 32%;
  }
  .win_prize {
    font-size: 24px;
  }
}
@media (max-width: 319px) {
  .boxes > div {
    width: 48%;
  }
  .win_prize {
    font-size: 21px;
  }
}
*,
body * {
  font-family: Roboto, sans-serif !important;
}
.tovar {
  max-width: 700px;
  width: 100%;
}

.container {
  min-width: 240px;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: auto;
}


.ittem-comment p img {
  width: 100%;
  max-width: 300px;
}
.dialogify {
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 1100px;
  min-width: 360px;
  max-height: 100vh;
  background-color: #fff;
  font-size: 14px;
  color: #464646;
  border: none;
  border-radius: 4px;
  overflow: auto;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.05),
    0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 0;
  line-height: 100%;
  font-family: helvetica neue, Helvetica, Roboto, Arial, lucida grande,
    pingfang tc, 蘋果儷中黑, 微軟正黑體, Microsoft JhengHei, 黑體-繁, sans-serif;
}
.dialogify[open] {
  display: block;
}
.dialogify.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialogify p {
  line-height: 1.5;
}
.dialogify > div {
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dialogify > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 21px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.dialogify > div hr {
  border: none;
  height: 1px;
  background: #e0e6e8;
}
.dialogify .dialogify__body {
  min-height: 40px;
  zoom: 1;
}
.dialogify .dialogify__body:after {
  clear: both;
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.dialogify .dialogify__body a {
  color: #117e96;
}
.dialogify .dialogify__body a:hover {
  color: #126e7d;
}
.dialogify .dialogify__content {
  padding: 22px 28px 20px 24px;
  box-sizing: border-box;
}
.dialogify .dialogify__content-box {
  margin: 20px auto;
}
.dialogify .dialogify__maxheight {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dialogify .dialogify__autowidth {
  max-width: 1100px;
  min-width: 560px;
}
.dialogify .dialogify__fixedwidth {
  max-width: 560px;
}
.dialogify .dialog__maxheight {
  max-height: 400px;
  overflow-y: auto;
}
.dialogify .dialogify__close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #00555f;
}
.dialogify .dialogify__close img {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}
.dialogify .dialogify__close:hover {
  cursor: pointer;
}
.dialogify .dialogify__close:hover img {
  opacity: 1;
}
.dialogify img.dialogify-ajax-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dialogify a:focus {
  outline: 0;
  text-decoration: none;
}
.dialogify .btn-danger {
  box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.dialogify .btn-box {
  margin-top: 20px;
  clear: both;
}
.dialogify .btn-box .btn-insert {
  margin-left: 8px;
  margin-right: 3px;
}
.dialogify .btn-box .check-group {
  float: left;
  margin-top: 8px;
}
.dialogify .btn-box .check-group input[type="checkbox"] + label h6 {
  font-size: 13px;
  color: #a6a6a6;
}
.dialogify .btn-box .check-group input[type="checkbox"] + label a {
  color: #117e96;
}
.dialogify .btn-box .check-group input[type="checkbox"] + label a:hover {
  color: #126e7d;
  text-decoration: none;
  transition: all 0.3s;
}
.dialogify .btn-box .float-left {
  margin-left: 0;
}
.dialogify .btn-box .float-left a {
  margin-left: 0;
}
.dialogify .btn-box .post__text-small {
  font-weight: 400;
}
.dialogify .link-form__actions {
  margin-top: 10px;
  float: right;
  width: 100%;
}
.dialogify .btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px 12px;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #a6a6a6;
  outline: 0;
  text-decoration: none;
}
.dialogify .btn:hover {
  background: #dcdcdc;
  color: #a6a6a6;
}
.dialogify .btn.is-disabled {
  opacity: 0.5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: not-allowed !important;
}
.dialogify .btn.is-disabled:hover {
  -webkit-animation: 0.3s shake;
  animation: 0.3s shake;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.dialogify .btn.btn-primary {
  background-color: #117e96;
  color: #fff;
}
.dialogify .btn.btn-primary:hover {
  background-color: #126e7d;
}
.dialogify .btn.btn-danger {
  background-color: #f44336;
  color: #fff;
}
.dialogify .btn.btn-danger:hover {
  background: #de2427;
}
.dialogify .btn.btn-danger.is-disabled:hover {
  background-color: #f44336;
}
.dialogify h5.dialogify_title {
  font-size: 18px;
  color: #00555f;
  line-height: 1;
  margin: 0 0 18px;
  font-family: helvetica neue, Helvetica, Roboto, Arial, lucida grande,
    pingfang tc, 蘋果儷中黑, apple ligothic medium, 微軟正黑體, sans-serif;
  font-weight: 400;
}
.dialogify h5.dialogify_title img {
  width: 12px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.dialogify h5.dialogify_title .post__text-small img {
  width: 12px;
  height: 12px;
  top: -1px;
}
.dialogify hr {
  background: #e0e6e8;
  border: none;
  height: 1px;
  width: 100%;
  margin-bottom: 15px;
}
.dialogify .text-right {
  text-align: right;
}
.dialogify .text-center {
  text-align: center;
}
.dialogify .text-left {
  text-align: left;
}
.dialogify .text-field {
  margin: 10px 0;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #00555f;
}
.dialogify .text-field:focus,
.dialogify .text-field:hover {
  outline: 0;
  border-color: #117e96;
}
.dialogify .text-field:-moz-placeholder,
.dialogify .text-field:-ms-input-placeholder,
.dialogify .text-field::-moz-placeholder,
.dialogify .text-field::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
.dialogify .text-field.is-error {
  border-color: #de2427;
  color: #de2427;
}
.dialogify textarea.text-field {
  resize: none;
  min-height: 100px;
  line-height: 1.5;
  font-size: 14px;
  overflow: auto;
}
dialog::-webkit-backdrop {
  background: #000;
  opacity: 0.7;
}
dialog::backdrop {
  background: #000;
  opacity: 0.7;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}
.dialogify button {
  float: none;
}
.comment-name {
  font-weight: 700;
}
.pl_dat_code_block {
  display: none !important;
}
body {
  position: relative;
  -webkit-animation-name: example;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1.5s;
  /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 1.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

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

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

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/Robotobold.woff2") format("woff2"),
    url("../fonts/Robotobold.woff") format("woff"),
    url("../fonts/Robotobold.ttf") format("truetype");
  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"),
    url("../fonts/Robotobolditalic.woff") format("woff"),
    url("../fonts/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

#created-button-1,
#created-button-2 {
  line-height: 1.5em !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;
}

.fancybox-overlay {
  z-index: 99999999;
}

.fancybox-wrap {
  z-index: 999999999;
}

.ittem-comment p:nth-child(2n) {
  margin-top: 5px !important;
}

.img-mob {
  display: block;
}

@media screen and (min-width: 421px) {
  .img-mob {
    display: none !important;
  }
}

@media screen and (max-width: 420px) {
  .mycity {
    display: block;
  }

  .img-pc {
    display: none !important;
  }



  .contentBox h1 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 500;
  }
}

 .logo {
  display: flex;
  flex-direction: column;
 }
 .logo_img-wrapp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 0 0 0 ;
 }
 .logo_img-wrapp img {
  width: 100%;
 }

 .logo ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content:space-evenly;
  margin: 10px 0;
 }
 .logo ul>li {
  font-size: 13px;
text-transform: uppercase;
font-weight: 600;
font-family: "Montserrat";
text-align: center;
background-color: #2f2f34;
color: #fff;
border-left: 2px solid white;
border-right: 2px solid white;
padding: 5px 0;
width: 100%;
 }
 .logo ul>li:nth-child(2){
  background-color: #9b0609;

 }

 .date_info {
  display: flex;
  align-items: center;
  margin: 10px 0 10px 5px;
 }
 .date_info img {
  width: 190px;
  margin-left: 20px;
 }
 .mc-widget-container {
  padding: 0 10px;
 }
