html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  background: #ebebeb url("../assets/background.png");
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: arial;
  font-size: 14px;
  color: #222222;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

a {
  color: #2f5f95;
}

.pagewrap {
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: white;
}

@media (max-width: 979px) {
  .pagewrap {
    width: 100%;
  }
}

/* header start */
header {
  height: 70px;
  padding: 0 10px;
  margin-bottom: 20px;
}

header img {
  float: left;
}

header p {
  font-size: 19px;
  text-align: center;
  color: red;
  padding-top: 15px;
  font-weight: 300;
}

header h2 {
  float: left;
  background: url("../assets/header.jpg") no-repeat center top;
  margin: 20px 10px 0 0px;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  width: 152px;
  height: 25px;
}

header img {
  margin: 5px;
}

header h1 {
  float: right;
  color: #444;
  font-weight: normal;
  font-size: 36px;
  margin-top: 10px;
  margin-left: 140px;
  color: #ff0000;
}

header:after {
  content: "";
  display: table;
  clear: both;
}

nav {
  margin-bottom: 15px;
  position: relative;
}

nav a {
  color: #2f5f95;
}

nav a:hover {
  color: #ff0000;
  text-decoration: none;
}

#dd-menu {
  display: none !important;
}

.innertab {
  border-bottom: 1px solid #b2c1c9;
  position: relative;
  font-size: 13px;
  background: #eff2f4;
  border-top: 1px solid #b2c1c9;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

nav ul,
nav ol {
  list-style: none;
}

.innertab ul {
  padding: 0px 6px 0px 0px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.innertab li {
  display: inline-block;
  padding: 5px 13px;
  border-right: 1px solid #fff;
  border-left: 1px transparent solid;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.active {
  border-bottom: 2px solid #db253a;
  padding-bottom: 10px;
  margin-bottom: -4px;
  background: #fafafa;
}

@media (max-width: 979px) {
  header {
    height: 50px;
  }

  header a {
    height: 25px;
  }

  header h1 {
    font-size: 28px;
    margin-left: 0;
    margin-top: 13px;
    width: 64%;
    text-align: center;
  }

  #dd-menu {
    background: url("../assets/ic-menu.png") no-repeat center center;
    width: 36px;
    height: 30px;
    border: 1px solid #b2c1c9;
    position: absolute;
    left: 10px;
    top: -31px;
    display: block !important;
    border-bottom: #ffffff 1px solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 2;
  }

  .innertab {
    min-height: 1px;
    font-size: 14px;
  }

  nav ul,
  .fblike-gplus {
    display: none;
  }

  .innertab ul {
    white-space: normal;
    text-align: left;
    padding: 0;
  }

  .innertab ul li {
    display: block;
    border: 0;
    padding: 0;
  }

  .innertab ul li a {
    display: block;
    padding: 6px 20px;
    border-bottom: 1px solid #fafafa;
  }
}

@media (max-width: 480px) {
  header {
    height: 75px;
  }

  header h1 {
    text-align: center;
    float: right;
    padding-top: 5px;
    font-size: 18px;
    width: auto;
  }

  header h2 {
    background: url("../assets/header.jpg") no-repeat left top;
  }
}

/* header end   */

/* article start */
article {
  background-color: #fff;
  padding: 12px;
}

.header {
  max-width: 840px;
  text-align: center;
  margin: 0 auto;
}

.header-title {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

.header-first {
  color: #000;
  line-height: 27px;
}

.header-first,
.header-separator {
  -o-transition: color 0.25s ease-out;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-size: 24px;
  font-weight: 700;
}

.date {
  font-size: 12px;
  display: block;
  padding-left: 20px;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 20px;
}

.date a {
  background: url("../assets/date.png") no-repeat left 2px;
  padding-top: 1px;
  padding-left: 20px;
  text-decoration: none;
  color: #a2a2a2;
}

.conteiner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
}

.info {
  border-left: #ff0000 3px solid;
  padding-left: 10px;
}

.doctor-info {
  display: block;
  width: 96%;
  background-color: #e2e2e2;
  padding: 2%;
  margin-top: 25px;
  text-align: center;
}

.doctor-info img {
  margin-right: 15px;
  float: left;
  max-width: 200px;
}

.doctor-info-text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: left;
}

.consist {
  margin-top: 8px;
  padding: 20px 16px;
  border-radius: 8px;
  background-color: rgba(0, 179, 228, 0.18);
}

@media (max-width: 767px) {
  .doctor-info img {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .doctor-info-text {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
}

@media (max-width: 480px) {
  .header {
    text-align: left;
  }

  .consist {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* article end   */

/* table start */
.table-title {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.table {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-top: 1px solid #008ac6;
  border-left: 1px solid #008ac6;
  font-size: 14px;
}

.table_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #008ac6;
  border-bottom: 1px solid #008ac6;
  font-weight: 700;
  text-align: center;
}

.table_logo {
  margin-top: -24px;
}

.table_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #008ac6;
  border-bottom: 1px solid #008ac6;
  font-weight: 700;
  text-align: left;
}

.table_side.table_blue {
  background-color: rgba(0, 179, 228, 0.18);
}

.table_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #008ac6;
  border-bottom: 1px solid #008ac6;
  text-align: left;
}

.table_block.table_blue {
  background-color: rgba(0, 179, 228, 0.18);
}

.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f35309;
  font-size: 24px;
  font-weight: 700;
}

.total.total_green {
  color: #3fa486;
}

.total_icon {
  width: 28px;
  margin-left: 12px;
}

@media screen and (max-width: 1200px) {
  .table_top {
    padding-right: 2px;
    padding-left: 2px;
  }

  .table_side {
    padding-right: 2px;
    padding-left: 2px;
  }

  .table_block {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media screen and (max-width: 790px) {
  .table {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .table_top {
    position: sticky;
    top: 0;
    background-color: #fff;
  }

  .table_top._2_col {
    display: none;
  }

  .table_logo {
    max-width: 80%;
  }

  .table_side.table_blue {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .table_side.wide_col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 179, 228, 0.18);
    text-align: center;
  }

  .table_block.table_blue {
    background-color: transparent;
  }

  .table_block.table_blue._2_col {
    display: none;
  }

  .table_block._2_col {
    display: none;
  }

  #w-node-0ff27b864b72-233d6984 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-9a400ed4d060-233d6984 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c824eac58f3a-233d6984 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-6012aa90db4f-233d6984 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-55d60fddde05-233d6984 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-0082cfdc8a60-233d6984 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-8a5da932f834-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-36963aabd900-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a8c8252bd3c2-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-0ddbee2cc329-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-71a3acc4d8c4-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cb2705543dad-233d6984 {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f3157f5d5f34-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-17baadd0215c-233d6984 {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-7e6c2f37451a-233d6984 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0716d424ae34-233d6984 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-58469ad36a2d-233d6984 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0bd823dac97c-233d6984 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-de76394ce835-233d6984 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e02b62072e09-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e189a82c5499-233d6984 {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-71175c84bed7-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-4d03045c7422-233d6984 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-40a1629e0b5e-233d6984 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c8d965834a16-233d6984 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

/* table end   */

/* order block start */
.order-form {
  font-family: Roboto, sans-serif !important;
  overflow: hidden;
  padding: 0 25px;
  clear: both;
}

.order-form .order-form-label:after,
.order-form .order-form-label:before {
  content: none;
}

.order-form .order-form-product-image {
  max-width: 100% !important;
  height: auto !important;
}

.order-form-order-conditions {
  margin: 15px 0;
  color: #555;
  font-size: 12px;
}

.order-form .order-form-wrapper {
  max-width: 400px;
  position: relative;
  margin: 25px auto;
  background: #fff;
  border-radius: 2.5px;
}

.order-form form {
  background: 0 0;
  padding: 0;
  margin: 0;
}

.order-form .order-form-input-field:focus::-webkit-input-placeholder {
  color: #f5f5f5;
}

.order-form .order-form-input-field:focus::-moz-placeholder {
  color: #f5f5f5;
}

.order-form .order-form-input-field:focus:-ms-input-placeholder {
  color: #f5f5f5;
}

.order-form .order-form-input-field:focus::-ms-input-placeholder {
  color: #f5f5f5;
}

.order-form .order-form-input-field:focus::placeholder {
  color: #f5f5f5;
}

.order-form .order-form-input-field::-webkit-input-placeholder {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #c7c7c7;
}

.order-form .order-form-input-field::-moz-placeholder {
  -moz-transition: 0.25s;
  transition: 0.25s;
  color: #c7c7c7;
}

.order-form .order-form-input-field:-ms-input-placeholder {
  -ms-transition: 0.25s;
  transition: 0.25s;
  color: #c7c7c7;
}

.order-form .order-form-input-field::-ms-input-placeholder {
  -ms-transition: 0.25s;
  transition: 0.25s;
  color: #c7c7c7;
}

.order-form .order-form-input-field::placeholder {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #c7c7c7;
}

.order-form .order-form-input-field:focus {
  border: 2px solid #f5f5f5;
}

.order-form .order-form-input-field {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: block;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  line-height: 50px;
  padding: 0 10px;
  outline: 0;
  font-size: 16px;
  border: 2px solid #eee;
  border-radius: 2.5px;
  color: #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order-form .order-form-submit-button:active {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.order-form .order-form-submit-button {
  height: auto;
  margin: 0;
  border-radius: 2.5px;
  display: inline-block;
  background: #d32f2f;
  line-height: 50px;
  padding: 0 25px;
  color: #fff;
  border: 0;
  width: 100%;
  outline: 0;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-form .order-form-product-image-wrapper {
  text-align: center;
  line-height: 0;
}

.order-form .order-form-submit-button:hover {
  background: #b71c1c;
  color: #fff;
}

.order-form .order-form-title {
  color: #212121;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: center;
  font-size: 20px;
}

.order-form .order-form-text {
  color: #212121;
  text-align: center;
  margin: 15px 0 25px 0;
  padding: 0 0 5px 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 600;
  text-indent: 0;
  border-bottom: 2px solid #d32f2f;
}

.order-form .order-form-footnote {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 16px;
  margin: 15px 0 0 0;
  padding: 0;
  text-indent: 0;
  text-align: left;
}

.order-form .order-form-product-description {
  margin: 15px 0 0 0;
}

.order-form .order-form-product-description ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 2.5px;
}

.order-form .order-form-product-description ul li:before {
  content: "-";
  padding: 0 5px 0 0;
}

.order-form .order-form-product-description ul li {
  margin: 0;
  list-style: none;
  color: #212121;
  line-height: 20px;
  overflow: hidden;
  padding: 0;
}

.order-form .order-form-body {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  overflow: auto;
  background: #fff !important;
}

.order-form .order-form-label {
  color: #212121;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  padding: 0;
  line-height: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.order-form .order-form-input-field-wrapper {
  margin: 0 0 15px 0;
}

.order-form .order-form-product-price-wrapper {
  opacity: 0.9;
  display: -ms-grid;
  display: grid;
  width: 150px;
  height: 150px;
  text-align: center;
  background: url("../assets/product-banner.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  line-height: 20px;
  right: 0;
}

.order-form .order-form-product-price {
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}

.order-form-product-image-section {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.order-form-product-date {
  color: #fff;
  font-size: 12px;
}

.order-form .order-form-product-image-link {
  border: none;
  line-height: 0;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order-form .order-form-product-image-link:hover {
  border: none;
}

.order-form .order-form-link {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b71c1c;
  border: none;
}

.order-form .order-form-link:hover {
  border: none;
  color: #b71c1c;
  text-decoration: none;
}

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

@media screen and (max-width: 480px) {
  .order-form .order-form-product-price-wrapper {
    top: -10px;
    right: -25px;
  }
}

/* order block end   */

/* form start */
.iframe {
  width: 100%;
  height: 360px;
  background: #a0ba8a;
  border: 5px dashed black;
  font-size: x-large;
  padding-top: 27px;
  margin-bottom: 25px;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0px none;
}

.order_form {
  padding: 20px 20px 0 20px;
  border-radius: 5px;
  margin: 0px;
  font-family: Arial, Helvetica;
}

.block_form {
  margin: 0 0 34px;
}

.block_form_label {
  width: 65px;
  font-size: 14px;
  color: #333;
  text-align: right;
  display: block;
  float: left;
  margin-top: 8px;
}

.block_form input {
  display: block;
  width: 95.8%;
  height: 13px;
  padding: 14px 10px;
  border: #888 1px solid;
  font-size: 15px;
  border-radius: 5px;
  background: #fff;
}

.block_form select {
  width: 96%;
  border: #888 1px solid;
  border-radius: 5px;
  height: 31px;
  color: #6d6d6d;
  margin-top: 0px;
  display: block;
}

.block_form p {
  font-size: 15px;
  padding-top: 8px;
  color: #1d1d1d;
}

.form_hr {
  border-top: #bbb 1px solid;
}

.block_form div {
  margin-left: 75px;
  position: relative;
}

.block_form_off {
  display: none;
}

.w_block_form_prices {
  padding-left: 74px;
}

.block_form_prices {
}

.block_form_prices p {
  margin-top: 3px;
  margin-bottom: 18px;
}

.block_form_prices_label {
  float: left;
  padding-right: 5px;
}

.block_form_prices_total {
}

.block_form_prices_total label {
  text-transform: uppercase;
}

.block_form_prices_total p {
  font-size: 18px;
  padding-top: 6px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: 700;
}

.order_form .clear {
  clear: both;
}

.order_form .fhelp {
  font-size: 14px;
  color: #929292;
  display: block;
  padding-top: 10px;
}

.errorMessage {
  position: absolute;
  z-index: 10000;
  font-size: 14px;
  background: #e74c3c;
  color: #fff;
  padding: 6px 7px 5px;
  margin: 3px 0px 0px 1px;
  border-radius: 5px;
  font-family: Arial;
}

/*button begin*/
.iframe {
  line-height: 28px;
}

.ifr_button {
  font-family: Arial;
  cursor: pointer;
  padding: 0;
  border: none;
  display: block;
  margin: 20px auto;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  width: 260px;
  /* height: 51px; */
  line-height: 51px;
  background: #e74c3c;
  font-weight: 700;
  border-bottom: 2px solid #c0392b;
  border-radius: 3px;
  float: none;
}

.ifr_button:hover {
  background: #e75c4e;
}

.ifr_button:active {
  background: #c0392b;
}

/*button end*/
@media screen and (max-width: 710px) {
  .block_form {
    margin-bottom: 14px;
  }

  .block_form label {
    text-align: left;
    margin: 8px 21px 7px 0;
    float: none;
  }

  .block_form div {
    margin-left: 0px;
  }

  .block_form input {
    width: 95%;
  }

  .block_form select {
    width: 103%;
  }

  .block_form_prices label {
    float: left;
    width: auto;
  }

  .int_price_total {
    margin: 0px;
  }

  .w_block_form_prices {
    padding-left: 0px;
  }

  .iframe {
    /*padding-top:0px !important;*/
    font-size: large;
    font-weight: bold;
    padding-top: 10px;
  }

  .order_form {
    padding: 0px 20px 0 20px;
  }
}

@media screen and (max-width: 430px) {
  .iframe {
    font-size: large;
    /*padding-top:0px !important;*/
  }

  .ifr_button {
    width: 190px;
    font-size: 17px;
  }
}

@media screen and (max-width: 320px) {
  .iframe {
    font-size: medium;
  }
}

.br {
  border-radius: 20px;
}

/* form end   */

/* comments start */
.comments {
  text-align: left;
}

.comments h3 {
  text-align: center;
}

.ava-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* comments end   */

.product_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}

.product_images img {
  width: 50%;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.responsive {
  width: 100%;
  height: auto;
}
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ss {
  width: 100%;
}

.ss p:first-child {
  margin-top: 0;
}

.opened_box {
  display: none;
}

.discount {
  display: none;
}
.img-ie {
  display: none;
}
@media (min-width: 0\0) {
  .table {
    display: none;
  }
  .img-ie {
    display: block;
  }
}
img.prod-img,
.order-form .order-form-product-image {
  width: 100%;
  max-width: 250px!important;
}
.price-block {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}
.price-block b {
  color: red;
}
@media screen and (max-width: 480px) {
  header p {
    margin-top: 0;
  }
}
.txt-red {
  color: red;
}