* {
  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;
}


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


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

.d-none {
  display: none;
}


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

body h1 {
  font-size: 38px;
  line-height: 48px;
  margin: 25px 0;
  font-weight: 900;
}

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: 24px;
  font-weight: 400;
  line-height: 38px;
}

body#th h1 {
  font-size: 38px;
  line-height: 48px;
  margin: 25px 0;
}


@media screen and (max-width: 1199px) {
  body h1 {
    margin: 20px 0 15px 0;
    font-size: 30px;
    line-height: 36px;
  }
}





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

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 5px;
}

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

p {
  margin: 15px 0;
}

ol, ul {
  text-align: left;
  display: block;
  margin: 0 0 0 35px;
}

li {
  margin: 10px 0;
}


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


.header-inr {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.logo-wrapper {
  border: 1px solid #def;
  position: relative;
  top: 42px;
  border-radius: 3px;
}

.header-inr .logo {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  display: flex;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: 0px 1px 2px #888;
  flex-flow: column wrap;
  background: #0b067c;
  text-align: right;
  border: 2px solid #fff;
  font-weight: 900;
  min-width: 150px;
}

.logo-chunk {
  padding: 5px 10px !important;
}

.logo-geo {
  position: relative;
  top: 5px;
  padding-top: 5px;
}

#ph .logo-geo {
  font-size: 22px;
}


.logo-post {
  color: #fff;
  text-shadow: 0px 1px 2px #888;
  padding: 3px;
  position: relative;
  bottom: 0;
}

#ph .logo-post {
  font-size: 30px;
  position: relative;
  bottom: 5px;
}


.logo-news {
  color: #fff;
  text-shadow: 0px 1px 2px #888;
  background: #01b9df;
  border-top: 1px solid #fff;
  background: linear-gradient(90deg,#2102fe,#1a0089);
  padding-bottom: 7px !important;
  font-weight: 600;
  font-style: italic;
}


.header {
  background-color: #1a008a;
}

/*#mx .header-inr .logo {
  font-size: 32px;
}*/





.menu {
  margin-left: 15px;
}

.header-inr .menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin: 10px 3px;
  padding: 1px 5px;
  border-radius: 3px;
}

.header-inr .menu a:hover {
  color: #fff;
  background-color: #5787b8;
}



.header-inr a.search {
  background: url('../images/search.svg') no-repeat;
  display: block;
  width: 22px;
  height: 21px;
  text-decoration: none;
  background-size: contain;
  margin: auto;
  /* margin-left: 0; */
  margin-right: 15px;
}

.login {
  background-color: #0313ff;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .login {
    margin-left: auto;
  }
}

.login:hover {
  /*! background-color: #21dcfd; */
}

.js-menu-toggle {
  background-image: url("../images/menu.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  display: block;
  font-size: 20px;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
}







.highlight-banner {
  height: 5px;
  background: linear-gradient(60deg, #ff4a5f, #ff001b, #a20021, #ff243e);
  background: #21dcfd;
}

.highlight-banner-v2 {
  background: #ff7802;
  height: 5px;
}

.highlight-banner-v3 {
  background-color: #fff;
  border-top: 1px solid #036;
  border-bottom: 1px solid #def;
  height: 38px;
}


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



.main-inr .fox-top-art-content {
  text-align: center;
  margin-top: 50px;
}

.main-inr .fox-top-art-content .image img {
  border-radius: 0;
}





.main-inr .published-on {
  border-top: 1px solid #000;
  display: flex;
  padding-top: 10px;
  margin-top: 17px;
  justify-content: space-between;
}

.main-inr .published-on-txt {
  font-size: 14px;
}

.cat-h {
  color: #036;
}

.main-inr .published-on-ico {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/published-on-plus.png') no-repeat;
  text-decoration: none;
  border-radius: 50%;
}



.main-inr .fox-btm-article-content {
  margin-top: 35px;
}

.main-inr .fox-btm-article-content img {
  display: block;
  margin: 15px auto;
/*  border-radius: 15px;*/
}

/*.main-inr img:not(table img, .blk600 img) {
  box-shadow: 0px 1px 3px;
}*/


.article-meta.article-meta-lower {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cedfef;
  border-bottom: 1px solid #cedfef;
  padding: 10px;
  margin-top: 30px;
  align-items: center;
}

@media screen and (max-width:1199px) {
  .article-meta.article-meta-lower {
    margin-top: 10px;
  }
}


.author-byline {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.article-social {
  display: flex;
}

.article-social a {
  display: block;
  width: 32px;
  height: 34px;
  color: transparent;
  margin: 0 3px;
}

.fb {
  background: url(../images/social.jpg) no-repeat;
  background-position: 0 0;
}

.flipboard {
  background: url(../images/social.jpg) no-repeat;
  background-position: -76px 0;
}

.comments-b {
  background: url(../images/social.jpg) no-repeat;
  background-position: -114px 0;
}

.email {
  background: url(../images/social.jpg) no-repeat;
  background-position: -190px 0;
}


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


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

.std-bq {
  border: 1px dashed #18004c;
  padding: 20px 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  background: #f8f6ff;
  font-style: italic;
  border-radius: 5px;
}

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

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

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


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

@media screen and (max-width: 1199px) {
  .hide-m {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hide-d {
    display: none !important;
  }
}

/*  ~ */

.center {
  text-align: center;
}

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

.green {
  color: green;
}

.blue {
  color: #0000ff;
}

.grey {
  color: #888;
}

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

.md {
  font-weight: 500;
}

.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: 4px solid #f00000;
  color: red;
  padding: 10px;
  background-color: #fdffbf;
}

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

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

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

/* ul, ol {
  display: table;
  margin: auto;
} */

/**/

.std-table-wrp {
    width: 100%;
    overflow-x: auto;
    cursor: default;
    margin: 10px 0 15px 0;
}

table, .std-table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  min-width: 400px;
}

.std-table-name {
    font-weight: 600;
}

table p,
.std-table p {
    margin: 0;
}

table td,
.std-table td {
    border: 1px solid #000;
    padding: 5px;
    vertical-align: middle;
}

table tr:first-of-type,
.std-table tr:first-of-type {
    font-weight: bold;
}

/* *** / 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: 50px 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;
    margin-right: -35px;
    margin-left: -35px;
  }

  .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 10px;
  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: 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,
  #in #voteSection .question_item,
  #ph #voteSection .question_item,
  #mx #voteSection .question_item,
  #lt #voteSection .question_item {
    font-size: 16px;
  }
}

/* /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.comment-answ {
  position: relative;
  left: 8px;
  width: 88%;
}

#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;
  border-radius: none;
}

#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;
  width: initial;
}

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

#comment-component-text .comment:last-of-type {
  border-bottom: 1px dashed #ccc;
}

#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: 19px;
  font-weight: 700;
  display: block;
  max-width: 320px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  padding: 20px 20px 20px;
  border-image: none;
  text-decoration: none;
  animation: 1.7s pulse infinite alternate ease-in-out;
  white-space: nowrap;
  box-shadow: 0px 5px 10px #555;
  margin: 40px auto !important;
  background: linear-gradient(-25deg, #ff33a6, #ff0c00, #ff3389, #f03c3c);
  border-radius: 7px;
}

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

/**/


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



.footer {
  height: initial;
  background: #6f0000;
  background-color: #1a008a;
  line-height: 16px;
}

.footer-inr {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0;
}

hr {
  background: #174676;
  display: block;
  height: 1px;
  border: none;
  margin: 10px 0;
}

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