* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Pridi';
  src: url('../fonts/pridi-light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pridi';
  src: url('../fonts/pridi-regular.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

html{scroll-behavior: smooth;}
/* *** */

html,body {
  background: #f8f8f8;
  overflow-x: hidden;
}

body#th {
	font-family: 'Pridi', system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
}

body {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}

p {
  margin: 10px 0 20px 0;
}

img {
  max-width: 100%;
  height: auto;
}

/*  **************************  */

.header {
  /* box-shadow: 0px 2px 3px #ccc; */
  position: relative;
  z-index: 1;
}

.burger {
	position: absolute;
	left: 0px;
	background: transparent;
	height: 42px;
	width: 44px;
	border-radius: 50%;
	display: block;
	z-index: 9;
	text-decoration: none;
	top: 20px;
}

.burger::before {
	content: '';
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAPFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHr/7WAAAAE3RSTlMAETMiDyY3DDEgLtiose7lrQUEAIZr+gAAAHdJREFUWMPt1jkOwCAMBECScN+E//81HaTFpqDY6b0SlpEtBAAcRV7L5K9chU4Q1AiInSSOgEQLSCNAZ0p91rMJxt7LrMHswW7NPctcm/W+UP5C8SOg0n5j3RfAfgKtiS+GD3bjLhb2amMvV/Z6Zx8Y7BMHAA7wAWtOM9rRvdfEAAAAAElFTkSuQmCC) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 5px;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width:1200px) {
  .burger {
    display: none;
  }

.hide-d {
  display: none;
}

}


.header-blk {
  background: #fff;
}

.header-blk--inner {
  position: relative;
}

.header-blk--inner .logo {
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	background: url('../img/logo-bg.svg') no-repeat;
	background-size: contain;
	max-width: 501px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 38px;
	line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mx .header-blk--inner .logo,
#ph .header-blk--inner .logo {
	font-size: 32px;
	line-height: 30px;
}

.header-blk--inner .signin {
	display: block;
	border: 1px solid #f9969b;
	width: auto;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
	position: absolute;
	top: 25px;
	right: 2px;
	padding: 0 17px;
	height: 32px;
	line-height: 30px;
	font-size: 18px;
	margin-right: 10px;
  padding-right: 40px;
}

.header-blk--inner .signin::after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('../img/signin.png') no-repeat;
	background-size: contain;
	background-position: center center;
	right: 12px;
	top: 7px;
}

.header-blk--inner .signin:hover {
  background: #f8f8f8;
}


@media screen and (max-width: 1199px) {
.header-blk--inner .logo {
	padding: 15px 10px;
	font-size: 30px;
  line-height: 30px;
	height: 80px;
	background-size: cover;
	margin-left: 25px;

}

.hide-m {
  display: none !important;
}

} /* /end media 1199px */


@media screen and (max-width: 668px) {

.header-blk--inner .logo {
  font-size: 28px;
  line-height: 28px;
}

.header-blk--inner .signin {
	color: transparent !important;
	filter: brightness(150%);
	border: none;
	margin: 0;
}

.header-blk--inner .signin:hover {
  background: none;
}

} /* /end media 568px */


@media screen and (max-width:340px) {
  .header-blk--inner .logo {
    font-size: 26px;
    line-height: 26px;
  }
} /* /end media 340px */


.header .header-menu--inner {
  border-top: 1px solid #ccc;
  height: 64px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #f8f8f8;
}

.header .header-menu--inner a {
  padding: 10px;
  color: #333;
  display: inline-block;
  text-decoration: none;

  text-decoration: none;
  background-image: linear-gradient(#fc96a1, #fc96a1);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all .3s;
  transition-property: box-shadow, background-size;
}

.header .header-menu--inner a:hover {
  background-size: 100% 2px;
  color: #111;
  text-shadow: 0px 0px 1px;
}

@media screen and (max-width: 1199px) {
  .header .header-menu {
    display: none;
  }
}


.read-conversation {
	color: #494949;
	text-decoration: none;
	line-height: 32px;
	display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.read-conversation::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 24px;
	height: 22px;
	background: url('../img/conversation.svg') no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}






.star-article {
	width: 100%;
	overflow: hidden;
}

.star-article-breadcrumbs {
  color: #333;
  padding: 2px 0;
  font-size: 18px;
  background: #ecebec;
}

@media screen and (max-width: 1199px) {
  .star-article-breadcrumbs {
    height: 10px;
  }
}

.star-article-breadcrumbs a {
  letter-spacing: 1px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}




.star-article-content {
  /* background: #fff; */
  padding: 30px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .star-article-content {
    /* margin-left: 10px;
    margin-right: 10px; */
    padding: 10px;
  }
}


.star-article-content img {
  margin: 20px auto;
  display: block;
}


.content-header {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}

.content__meta {
	color: #777;
	font-size: 18px;
}

.star-article-content .content-header .cover {
  margin: 0 auto;
}

.star-article-content .content-header h1 {
  margin: 25px 0 0 0;
  font-size: 36px;
  line-height: 46px;
}

#th .star-article-content .content-header h1 {
  font-size: 38px;
  line-height: 48px;
}




@media screen and (max-width: 1199px) {
  .star-article-content .content-header h1 {
    margin: 10px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

#th .star-article-content .content-header h1 {
    font-size: 34px;
    line-height: 44px;
}

} /* @media */



.content-body {
  margin-top: 20px;
}

.important {
  border: 3px solid red;
  color: red;
  padding: 10px;
  background-color: rgb(255, 255, 130);
}

.blk600 {
  display: block;
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}

.red {
  color: #f00;
  font-weight: bold;
}

.blue {
  color: #00f;
}

.grey {
  color: #aaaaaa;
}

.green {
  color: green;
}

.orng {
	color: #ff6000;
	font-weight: bold;
	/* text-shadow: 0px 0px 1px #555; */
}

.center {
  text-align: center;
}

.str {
  text-decoration: line-through;
}

.medium {
  font-weight: 500;
}

b,
.bold,
strong {
  font-weight: bold;
}

.itl {
  font-style: italic;
}


.grey-blk {
	background: #eee;
	padding: 10px;
	font-size: 28px;
}

.f26 {
  font-size: 26px;
}

.f30 {
  font-size: 30px;
}

.discont {
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
}

.x-bold {
	font-weight: 900;
	text-shadow: 0px 0px 1.5px;
}




/* *** * BQ *** */

.std-bq {
  border: 1px solid #0000ff;
  padding: 20px 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  background: #fafeff;
  font-style: italic;
}

.std-bq::before {
  content: '“';
  font-size: 50px;
  color: #0010fe;
  position: absolute;
  top: 12px;
  left: 5px;
  font-family: serif;
}

.std-bq::after {
	content: '”';
	font-size: 50px;
	color: #0010fe;
	position: absolute;
	bottom: -5px;
	right: 17px;
	font-family: serif;
}

/* *** / BQ *** */

/* *** ~ ContentStyles * *** */
/* *** * ************* * *** */
/* *** * ************* * *** */

.center {
	text-align: center;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: #0000ff;
}

b, strong, .bold {
	font-weight: bold;
}

.green {
  color: green;
}

.x-bold {
  text-shadow: 0px 0px 1px;
}

i, .itl {
	font-style: italic;
}

u, .undrl {
	text-decoration: underline;
}

s, del, .str {
  text-decoration: line-through;
}

.red-blk {
  padding: 5px;
  background: rgb(151, 0, 0);
  color: #fff;
  text-align: center;
}

.grey-blk {
  padding: 10px;
  background: #e9e9e9;
  color: #000;
  text-align: center;
}

.blk600 {
  display: block;
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}

.important {
	border: 3px solid red;
	color: red;
	padding: 10px;
	background-color: rgb(255, 255, 130);
}

/* ******************************************** */

.f40 {
  font-size: 40px;
  line-height: 52px;
}

.f36 {
	font-size: 36px;
	line-height: 48px;
}

.f34 {
	font-size: 34px;
	line-height: 46px;
}

.f32 {
	font-size: 32px;
	line-height: 44px;
}

.f30 {
	font-size: 30px;
	line-height: 42px;
}

.f28 {
	font-size: 28px;
	line-height: 40px;
}

.f26 {
  font-size: 26px;
  line-height: 38px;
}

.f24 {
  font-size: 24px;
  line-height: 36px;
}

.f22 {
  font-size: 22px;
  line-height: 34px;
}

.f20 {
  font-size: 20px;
  line-height: 32px;
}

.f18 {
  font-size: 18px;
	line-height: 30px;
}

.f16 {
  font-size: 16px;
	line-height: 28px;
}

.f14 {
  font-size: 14px;
	line-height: 26px;
}

/* ******************************************** */

.lh30 {
  line-height: 30px;
}

.lh28 {
  line-height: 28px;
}

.lh26 {
  line-height: 26px;
}

.lh22 {
  line-height: 22px;
}

.lh18 {
  line-height: 18px;
}

/* ******************************************** */

.mgt100 {
  margin-top: 100px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mg100 {
  margin: 100px 0;
}


.mgt70 {
    margin-top: 70px;
}
.mgb70 {
    margin-bottom: 70px;
}
.mg70 {
    margin: 70px 0;
}


.mgt50 {
  margin-top: 50px !important;
}
.mgb50 {
  margin-bottom: 50px;
}
.mg50 {
  margin: 50px 0;
}


.mgt35 {
  margin-top: 35px !important;
}
.mgb35 {
  margin-bottom: 35px;
}
.mg35 {
  margin: 35px 0;
}


.mgt25 {
    margin-top: 25px;
}
.mgb25 {
    margin-bottom: 25px;
}
.mg25 {
    margin: 25px 0;
}


.mgt20 {
    margin-top: 20px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mg20 {
    margin: 20px 0;
}


.mgt15 {
    margin-top: 15px;
}
.mgb15 {
    margin-bottom: 15px;
}
.mg15 {
    margin: 15px 0;
}


.mgt10 {
    margin-top: 10px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mg10 {
    margin: 10px 0;
}


.mg5a {
  margin: 5px !important;
}

.mgt5 {
  margin-top: 5px;
}

.mgb5 {
  margin-bottom: 5px;
}


.mgt0 {
  margin-top: 0;
}

.mgb0 {
  margin-bottom: 0;
}

.mg0 {
    margin: 0 !important;
}

/* ************ */


/* *** / ContentStyles * *** */
/* *** * ************* * *** */
/* *** * ************* * *** */



/* *** *** *** vote-section *** *** *** */

#voteSection .voteBlk {
	position: relative;
	font-size: 22px;
}

#voteSection .voteBlk .choice {
	position: relative;
	z-index: 9;
	top: 17px;
	left: 15px;
}

#voteSection {
  padding: 30px 0;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 70px auto;
}

#voteSection h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

#voteSection h2.title span {
  color: #e43315;
}

#voteSection h2.title:after {
  display: block;
  content: '';
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
  background: url('../img/separator_red.png') center no-repeat;
}

#voteSection input[type="radio"] {
	appearance: none;
	margin: 0;
	font: initial;
	width: 20px;
	height: 20px;
	border: 2px solid #65676b;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: #1c1e21;
	position: absolute;
	align-self: normal;
}

#voteSection input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	color: #1c1e21;
	background: #1c1e21;
}

#voteSection input[type="radio"]:checked::before {
  transform: scale(1);
}

#voteSection input[type="radio"]:focus {
  outline-offset: max(2px, 0.15em);
  border: 0.15em solid #1c1e21;
}

#voteSection .vote_block {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgb(2 2 2 / 10%);
}

#voteSection .questions_list {
  margin: 0 0 25px;
}

#voteSection .question_item {
	margin: 0 0 8px;
	height: 55px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#voteSection .question_item:nth-of-type(3) {
  margin-bottom: 20px;
}

#voteSection .questions_list.active .question_item .line {
  display: block;
}

#voteSection .question_item .line {
  background: #e7f3ff;
}

#voteSection .question_item .line {
  display: none;
  width: 0%;
  height: 55px;
  position: absolute;
  top: initial;
  left: 0;
}

#voteSection .question_item .question_text {
	padding: 0;
	line-height: 23px;
	position: absolute;
	left: 50px;
  color: #000;
}

#voteSection .question_item .percents {
  padding: 0 20px 0 0;
  font-weight: 700;
  text-align: right;
  position: relative;
  order: 1;
  color: #216FDB;
  top: 2px;
}

#voteSection .voice_count {
	text-align: center;
	position: relative;
	right: 45px;
	top: 0px;
	font-size: 18px;
	line-height: 34px;
}

#voteSection .voice_count b {
	margin: 0;
	padding: 1px 5px;
	border-radius: 2px;
	background: #7ac700;
	color: #fff;
}

#voteSection .percents::after {
	content: '\3009';
	color: #5f6771;
	height: 12px;
	font-size: 12px;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
}

#voteSection #voteBtnSubmt {
	background: linear-gradient(180deg, #18acfd 0%, #0064e0 100%);
	border: none;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	cursor: pointer;
	width: 130px;
	height: 40px;
	z-index: 99;
	font-size: 22px;
}

#voteSection #voteBtnSubmt[disabled] {
	background: #ccc;
}

#voteSection .fb-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 4px;
	filter: grayscale(100%);
	margin: 0;
}

#th #voteSection .question_item {
  font-size: inherit;
}

#in #voteSection .question_item,
#ph #voteSection .question_item,
#mx #voteSection .question_item,
#lt #voteSection .question_item {
  font-size: 18px;
}

@media screen and (max-width:350px) {
  #in #voteSection .voice_count,
  #ph #voteSection .voice_count,
  #mx #voteSection .voice_count,
  #lt #voteSection .voice_count,
  #in #voteSection .question_item,
  #ph #voteSection .question_item,
  #mx #voteSection .question_item,
  #lt #voteSection .question_item {
    font-size: 16px;
  }
}

#thx_msg {
	display: none;
}

/* /end *** *** *** vote-section *** *** *** */


/* ****************************************************** */

/* *** FORM  *** */

.order {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.order * {
  box-sizing: border-box;
}

.order .prod-img {
  display: block;
  margin: 20px auto;
}

.order-info h2 {
  color: red;
  font-size: 1.5em;
}

.order-info h2 span {
  text-decoration: underline;
}

.order-info .left_count {
  display: block;
  width: 178px;
  padding: 23px;
  margin: 12px auto;
  background: red;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 32px !important;
  border-radius: 5px;
}

.order-info .prod_left_val {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.order-info div h4 span {
  color: green;
}

.order-info div#soldout_text h4 {
  color: red;
}


.order-form {
  max-width: 600px;
  padding: 90px;
  margin: 50px auto;
  background-size: 100% 100% !important;
}

.order-form.red-form {
  background: #fff url(../img/formbg-red.jpg) no-repeat;
}

.order-form.blue-form {
  background: #fff url(../img/formbg-blue.jpg) no-repeat;
}


.order-form .top {
  padding-top: 100px;
  background-size: 100px auto !important;
}

.order-form.red-form .top {
   background: url(../img/med-red.png) top center no-repeat;
}
.order-form.blue-form .top {
  background: url(../img/med-blue.png) top center no-repeat;
}





.order-form .top h2 {
  margin: 25px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
}

.order-form .top p {
  font-size: 14px;
  color: #00f;
  font-style: italic;
}

.order-form .price p span {
  font-size: 21px;
  font-weight: 700;
  color: red;
}

.order-form .top-descr {
  line-height: 22px;
  margin: 10px 0;
}

.order-form .frame {
  margin: 45px 10px 25px;
  border: 2px solid #0299ff;
  padding: 10px;
  text-align: center;
}

.order-form .frame p {
	margin: 0 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

.order-form .order-input {
  margin: 10px;
}

.order-form label {
  width: 230px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.order-form input {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  font-size: 21px;
}

.order-form p {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}

.order-form button,
.obutton {
  max-width: 245px;
  display: block;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background: #0299ff;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
}

.order-form button:hover,
.obutton:hover {
  background: #017acc;
  text-decoration: none;
  color: #fff;
}

.order-form button:disabled,
.obutton:disabled {
  opacity: 0.5;
}

.order-form button:hover:disabled,
.obutton:hover:disabled {
  background-color: #0299ff;
}

.order-form button:active {
  position: relative;
  top: 1px;
}

.order-form .timelimit {
  font-size: 14px;
  margin: 0 0 10px;
}

.timer {
  display: inline-block;
  background: url(../img/timerIcon2.png) no-repeat;
  padding-left: 14px;
  color: red;
  font-weight: 700;
  line-height: 15px;
}

@media screen and (max-width: 480px) {
  .order-form label {
    font-size: 14px;
  }

  .order-form button {
    font-size: 16px;
  }

  .order-form {
    padding: 95px 50px 85px;
    margin-right: -40px;
    margin-left: -40px;
  }

  .order-form .order-input {
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  .order-form input {
    width: 80%;
  }

}



@media screen and (max-width: 349px) {
  .order-form .top h2 {
    margin: 0;
  }
  .order-form input {
    font-size: 17px;
  }

  .order-form .frame {
    margin: 10px;
  }
}

.order-form .notice {
	font-size: 16px;
	margin: 0;
	line-height: 22px;
}

/* *** /end form *** *** ************************ *** *** *** */




/*  *** COMMENTS *** */

#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#comment-component-text {
	margin-top: 55px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
	margin-bottom: 8px;
	padding: 16px 0 0;
	padding: 10px;
}

#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
  margin: auto !important;
  width: 100%;
}

#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  margin: 0 -5px;
}

#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}

#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}

#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}

#comment-component-text .your-name,
#comment-component-text .txt-content {
  font-size: inherit;
}

#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
  max-width: 700px;
}

#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  max-width: 700px;
}

#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  margin: 0 -10px;
  white-space: normal;
}

#comment-component-text .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}

#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}

#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 18px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}

#comment-component-text .comment .comment__text {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.4;
}

#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
  white-space: nowrap;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;

}

.comment-img img,
.comment__details img {
  border-radius: 0 !important;
}

#comment-component-text .comment__details img {
  width: 13px;
}

#comment-component-text .comment .comment__text img {
  width: 300px;
  display: block;
  margin: 8px 0 0;
  border-radius: 0 !important;
  cursor: pointer;
}

.form-comment {
  font-size: 20px;
}

@media screen and (max-width:500px) {
  .comment {
    position: relative;
    right: 5px;
  }

  #comment-img-dummy {
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    max-width: initial !important;
  }
}

/* *** /end COMMENT *** */




/*  buy-button   */

@keyframes pulse {
  from {
      transform: scale3d(1, 1, 1)
  }

  50% {
      transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
      transform: scale3d(1, 1, 1)
  }
}

.buy-button {
	color: white;
	font-size: 19px;
	font-weight: 700;
	display: block;
	max-width: 320px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	background: rgb(219, 32, 32) none repeat scroll 0% 0%;
	padding: 20px 20px 14px;
	border-image: none;
	border-radius: 6px;
	text-decoration: none;
	margin: 50px auto 0 auto;
	border-bottom: 6px solid transparent;
	animation: 1.7s pulse infinite alternate ease-in-out;
	white-space: nowrap;
	box-shadow: 0px 2px 7px #777;
}

@media screen and (max-width: 1199px) {
  .buy-button {
    margin: 50px auto 0 auto;
  }
}

/**/









.footer {
	background-color: #333;
	color: #fff;
	border: none;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	padding: 0 0 10px 0;
	position: relative;
	z-index: 9;
	border-top: 4px solid #b41007;
}

.footer::before {
	content: '';
	display: block;
	height: 25px;
	background-color: #202020;
  margin-bottom: 10px;
}

.footer-copyright {
	line-height: 26px;
	padding: 0 5px;
}

.footer p {
  margin: 0;
}


/**/

.mg0 {
  margin: 0 !important;
}


/*  **** FORM ORDER */

#form_after_chat_blk {
	margin-bottom: 25px;
	background: #fff;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
	padding: 5px 15px 25px 15px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

#form_after_chat_blk .product-name {
  font-size: 32px;
  line-height: 48px;
  margin-top: 10px;
}

#form_after_chat_blk .product-description {
	max-width: 500px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	text-align: center;
	padding: 5px;
	/*! border: 3px solid rgb(255, 0, 0); */
	color: rgb(0, 0, 0);
	font-size: 30px;
	font-weight: bold;
	border-radius: 15px;
/* 	box-shadow: 1px 5px 20px 0px rgba(133, 0, 0, 0.24); */
	margin: 25px auto;
	line-height: 40px;
}

#form_after_chat_blk .label-discont {
  margin: 0;
  position: relative;
  top: 16px;
  width: 100px;
}

#form_after_chat_blk .product-image-blk {
	background-color: ivory;
	width: 100%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0px 2px 4px #555;
}

#form_after_chat_blk .product-image {
  margin: 0;
}

#form_after_chat_blk .order-form-blocks {
	display: flex;
	flex-flow: column wrap;
	max-width: 400px;
	margin: 0 auto;
}

#form_after_chat_blk .order-form-blocks * {
  margin: 8px 0;
}

#form_after_chat_blk .order-form-blocks input {
  height: 47px;
  padding: 5px;
  font-size: 28px;
  max-width: 400px;
  box-shadow: 0px 0px 5px #bfc1cc;
  padding: 7px;
  border-radius: 5px;
  border: none;
  width: 100%;
  box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 4px #555;
}



#form_after_chat_blk .order-form-blocks .order-btn {
  height: 65px;
  padding: 5px;
  font-size: 28px;
  cursor: pointer;
  background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
  border: none;
  border-radius: 5px;
  box-shadow: 0px 3px 5px #555;
  position: relative;
  overflow: hidden;
  background: red;
  color: #000;
  animation: chngColor 4s infinite;
}

#form_after_chat_blk .order-form-blocks .order-btn:hover {
	background: linear-gradient(to bottom, #ffa5a5 0%,#f00 100%);
	color: #fff;
  animation: none;
}

@keyframes chngColor {
  0% {
    background-color: red;
    color: #fff;
  }
  50% {
    background-color: yellow;
    color: #000;
  }
  100% {
    background-color: red;
    color: #fff;
  }
}


#form_after_chat_blk .toform-btn-note {
  display: block;
  margin: 10px auto;
  font-size: 24px;
  text-align: center;
  color: white;
}

/*  /end FORM ORDER */