* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@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: bold;
	font-style: normal;
}

/* ******************************************** */
/* for body tag */

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

.d-none {
  display: none;
}

body#th {
	font-family: Pridi, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 26px;
	font-weight: 400;
	line-height: 38px;
}

body#lt {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;
  font-weight: 400;
	line-height: 30px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 15px; */
}

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

ul {
	margin-bottom: 35px;
}

li {
	margin-left: 35px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

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

.all-wrapper {
	max-width: 1200px;
	margin: 0 auto;
  background: #fff;
}

.header {
	background: #fff;
	color: #fff;
	position: relative;
	background: #b4051d url(../images/ring-lg.png) no-repeat;
	/* background-size: 740px 55px; */
	/* background-position: left bottom; */
}

.logo {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	font-size: 36px;
	letter-spacing: 2px;
    text-align: center;
    line-height: 38px;
}

#lt .logo {
  letter-spacing: 0;
}

@media screen and (max-width:360px) {
  .logo {
	  font-size: 32px;
  }
}

@media screen and (max-width:340px) {
  .logo {
	  font-size: 28px;
  }
}



.header .menu {
	margin: 15px 0;
	margin: 0;
	background-color: #C71D1D;
  text-align: center;
}

.header .menu a {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 7px 27px 7px 27px;
	display: inline-block;
}

.header .menu a:hover {
  text-shadow: 0px 0px 1.5px #fff;
  background-color: #B4051D;
}

.header .menu a::after {
  content: none;
}

#burger {
  display: none;
}



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

.header .menu {
	background: linear-gradient(90deg,#000f55,#0032aa);
	margin: 0;
	height: 0;
}

.logo {
  text-align: center;
}

.header .menu a {
	display: block;
	color: transparent;
	text-align: right;
	pointer-events: none;
}

.header .menu.show a::after {
	content: '';
	display: block;
	height: 1px;
	background: #fff;
}

#burger {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff" width="40px" height="40px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"/></svg>') no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	position: absolute;
	top: 14px;
	left: 10px;
}

.header .menu.show {
	height: initial;
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
	padding-top: 10px;
}

.header .menu.show a {
	color: #fff;
	pointer-events: initial;
}

} /* end mob */

/* /end header ****************************************************** */





main {
	background: #fff;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 900px;
	padding: 20px;
}

main p {
	margin: 15px 0;
}

main img {
	display: block;
	margin: 10px auto;
}



#th .main h1 {
	margin: 20px 0 20px 0;
	font-size: 40px;
	line-height: 48px;
	color: #000;
	font-weight: bold;
}

#th .main h2 {
	margin: 15px 0;
	font-size: 32px;
	line-height: 44px;
    color: #000;
}

#th .main h3 {
	margin: 15px 0;
	font-size: 30px;
	line-height: 32px;
    color: #000;
}

/**/

#lt .main h1 {
	margin: 15px 0;
	font-size: 32px;
	line-height: 42px;
    color: #000;
}

#lt .main h2 {
	margin: 15px 0;
	font-size: 30px;
	line-height: 42px;
    color: #000;
}

#lt .main h3 {
	margin: 15px 0;
	font-size: 26px;
	line-height: 38px;
    color: #000;
}

/**/


.main table {
	border-collapse: collapse;
	text-align: center;
	margin: 30px 0;
}

.main table th,
.main table td {
	border: 1px solid #a6a6a6;
	padding: 7px;
	vertical-align: top;
}

.main table th img {
	width: 150px;
	height: 134px;
}

.main table ul li {
  list-style: none;
}

.main table .pink {
  background: #fff5f7
}

.ovh-x {
  overflow-x: auto;
}

@media screen and (min-width: 1200px) {
	.main table td {
		vertical-align: middle;
	}
}



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

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

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


.orange-bcg {
	overflow: auto;
	margin: 20px 0;
	padding: 15px;
	width: 100%;
	border: 2px solid #f7f9b6;
	background-color: #ffffec;
	box-sizing: border-box;
}


/* 18+ */

.blk18 {
	position: relative;
}

/* .show {
  opacity: 0;
} */

.spoiler-screen {
	cursor: pointer;
	position: absolute;
	max-width: 363px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translteX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	font-size: 47px;
	font-weight: 700;
	z-index: 20;
	transition: opacity .3s ease-in-out;
}

/* / 18+ */






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

.center {
	text-align: center;
} 

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

.blue {
	color: #0000ff;
}

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

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

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

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

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

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

.red-blk {
  padding: 5px;
  background: rgb(151, 0, 0);
  color: #fff;
  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 * *** */
/* *** * ************* * *** */
/* *** * ************* * *** */





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

/* *** 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: 20px auto;
  background-size: 100% 100% !important;
}
.order-form.red-form {
  background: #fff url(../images/formbg-red.jpg) no-repeat;
}
.order-form.blue-form {
  background: #fff url(../images/formbg-blue.jpg) no-repeat;
}


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

.order-form.red-form .top {
   background: url(../images/med-red.png) top center no-repeat;
}
.order-form.blue-form .top {
  background: url(../images/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;
}

.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(../images/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;
  }

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

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


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

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

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

#voteSection {
  padding: 30px 15px;
  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('../images/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: 0;
  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: 0;
  filter: grayscale(100%);
}

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

#lt #voteSection .question_item {
  font-size: 18px;
}

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





/*  *** ******************* COMMENTS *** ******************* */

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

#comment-component-text {
  margin-top: 55px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

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

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

#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 {
  display: block;
	width: 300px;
  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 {
	font-size: 20px;
	font-weight: 700;
	display: block;
	max-width: 315px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	background: rgb(219, 32, 32) none repeat scroll 0% 0%;
	border-image: none;
	border-radius: 6px;
	text-decoration: none;
	border-bottom: 6px solid transparent;
	animation: 1.7s pulse infinite alternate ease-in-out;
	white-space: nowrap;
	margin: 50px auto !important;
	line-height: 24px;
	padding: 20px 0 13px 0 !important;
}















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

.footer {
	color: #fff;
	background: #9f0014;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	padding: 15px 0 10px 0;
	display: block;
}

/* /end footer ****************************************************** */
