.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: #212e3f;
  color: #fff;
  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;
}
@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);
  }
}
@keyframes scale2 {
  0% {
    clip-path: polygon(
      20% 0%,
      80% 0%,
      100% 0,
      100% 100%,
      80% 100%,
      20% 100%,
      0 100%,
      0 0
    );
  }

  50% {
    clip-path: polygon(
      20% 0%,
      80% 0%,
      100% 20%,
      100% 80%,
      80% 100%,
      20% 100%,
      0% 80%,
      0% 20%
    );
  }
  100% {
    clip-path: polygon(
      20% 0%,
      80% 0%,
      100% 0,
      100% 100%,
      80% 100%,
      20% 100%,
      0 100%,
      0 0
    );
  }
}
#boxesContainer {
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}
.instructions {
  padding: 10px;
  background-image: url(/bcg_change.gif);
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  font-weight: bold;
  color: #fff;
}
#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;
  animation: 3s scale2 infinite ease-in-out;
}
.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;
  }

  .GeneralMaterial-root {
  }

  .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;
}
