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

body {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  color: black;
  background: rgb(247, 247, 247) none repeat scroll 0% 0%;
  height: 100%;
}

.flags {
  float: left;
}

.flags img {
  width: 30px;
}

input {
  outline: medium none;
}

.trackPixel {
  display: none;
}

a {
  font-weight: 700;
  color: rgb(22, 151, 206);
  transition: all .3s ease-out;
}

a:hover {
  color: rgb(176, 73, 59);
}

a .product {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:focus {
  outline: medium none;
}

h1 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 22px;
  font-weight: normal;
}

img {
  border-radius: 5px;
}

.backBlue {
  padding: 15px;
  background-color: #0973c7;
}


/*-----------------------------------------------------------------------------*/

.container {
  position: relative;
  margin: 0px auto;
  width: 960px;
}

button,
.btn {
  background: red none repeat scroll 0 0;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 0 3px 7px #666666;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 320px;
  cursor: pointer;
}

button:hover {
  background-color: #00AEEF;
  box-shadow: 0 0 5px #3f5b77;
  text-decoration: none !important;
  text-shadow: 0 0 3px #000000;
  color: white;
}

.footer {
  font-size: 12px;
  margin: 10px auto;
  text-align: center;
}

.box,
.box_2 {
  background-color: rgba(98, 140, 130, 0.1);
  padding: 10px;
  overflow: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  clear: both;
}

.box_2 {
  background: #cccccc;
}

.box p {
  line-height: 1.8 !important;
}

.box_2 p {
  line-height: normal !important;
  margin: 5px !important;
  font-style: italic;
  font-size: 15px !important;
}

.important {
  background: #e2e2e2;
  padding: 25px;
  font-weight: bold;
}

.date {
  font-size: 11px;
  float: right;
}

.logo {
  display: table;
  float: left;
  margin: 10px 0;
}

.logo>* {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
}

.logo h1 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.search {
  margin-top: 35px;
  position: relative;
  text-align: right;
  font-size: 12px;
  float: right;
  text-transform: uppercase;
}

.search input {
  width: 170px;
  padding: 4px 5px;
}

.menu {
  background: #04559f none repeat scroll 0% 0%;
  height: 50px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.38);
}

.menu ul {
  list-style: outside none none;
  width: 960px;
  margin: 0 auto;
}

ul li {
  display: inline-block;
  float: left;
  margin-right: 23px;
  padding: 14px 10px;
  position: relative;
}

.menu a {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}

.editor {
  font-style: italic;
  overflow: auto;
}

.reporter {
  font-style: italic;
  font-weight: bold;
}

.editor img {
  float: left;
  margin: 0 10px 0 0;
  width: 150px;
}

.center_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}

.chart {
  border: 1px solid #eeeff1;
  padding: 10px;
}

.chart h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 0;
  background: #eeeff1;
  text-align: center;
  padding: 15px 20px;
}

.chart h1 span {
  color: #8f0001;
  text-transform: uppercase;
}

.chart p {
  color: #6c6e7a !important;
  display: inline-block;
  margin: 10px 0 !important;
  width: 40%;
}

.chart p:nth-child(2n+1) {
  background: #eeeff1;
  width: 60%;
}

.chart p span {
  background: #66a01d none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.w1 {
  width: 23%;
}

.w2 {
  width: 47%;
}

.w4,
.w5 {
  background: #939598 !important;
}

.w3 {
  width: 8%;
}

.w4 {
  width: 17%;
}

.w5 {
  width: 5%;
}

.inner p {
  color: #2a2a2a;
  margin: 15px;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.inner h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}

.inner h3 span {
  font-size: 18px;
}

.statements {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  background: rgba(111, 156, 165, 0.55) none repeat scroll 0% 0%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

.statements p {
  font-size: 18px;
}

.box img {
  float: left;
  margin-right: 15px;
  width: 170px;
}

.inner {
  background: #fff;
  padding: 0px 30px 10px;
  line-height: 1.5;
}

.inner h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 0;
  text-transform: uppercase;
}

.doctor_comm {
  width: 50px;
}

.comments {
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 15px;
  color: black;
  text-decoration: none;
}

.comments_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 15px;
  margin-bottom: 10px;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.comment {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
  overflow: auto;
}

.comment img:first-of-type {
  float: left;
  margin-right: 10px;
}

.comment_name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}

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

  .container {
    width: auto;
  }

  .inner {
    padding: 0 10px;
  }

  body img {
    max-width: 100%;
  }

  body {
    font-size: 16px;
  }
}

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

  .chart p,
  .chart p:nth-child(2n+1) {
    width: 100%;
    display: block;
  }

  .w4,
  .w5 {
    color: #000 !important;
  }
}

@media screen and (max-width: 720px) {
  ul>li {
    width: 50%;
  }

  .search {
    display: none;
  }

  .inner {
    width: 100%;
  }

  .box p {
    line-height: 1.5 !important;
  }

  p {
    margin: 2px;
  }
}

@media screen and (max-width: 520px) {
  .logo {
    margin: 2px 0;
  }

  .logo h1 {
    font-size: 12px;
  }

  .inner h2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .inner p {
    font-size: 15px;
    margin: 15px 0;
  }

  .logo img {
    width: 40px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 420px) {
  .inner h3 {
    font-size: 16px;
  }

  .inner h3 span {
    font-size: 14px;
  }

  .inner p {
    font-size: 16px;
  }

  .container {
    padding: 0px;
  }

  /* .box img {
    width: 50%;
  } */

  .button {
    width: 80% !important;
  }

  .inner {
    font-size: 14px;
  }
/* 
  .date {
    display: none;
  } */
}


.countdown-block {
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding: 10px;
  box-shadow: 0 0 black;
}

.countdown-block>h3 {
  font-weight: 800;
  font-size: 26px;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}

.countdown-container {
  max-width: 320px;
  background: #ed1b24;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}

.countdown-container h3 {
  color: #fffd07;
  margin: 0 auto;
  margin-top: -10px;
  background: #ed1b24;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
}

.countdown {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  color: #fff;
  width: 80px;
  font-weight: bold;
  text-align: center;
}

.countdown-divider {
  color: #fff;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #ed1b24;
  width: 90%;
  color: #fffd07;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  /*width: 4rem;
margin-right: 2rem;*/
  text-align: center;
  width: 33%;
}

.best-form {
  font: 16px/1.2 "Roboto", sans-serif;
  padding: 1rem;
  padding-bottom: 40px;
  color: #fff;
  background-color: #fa0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAxNjAwIDgwMCc+PGcgPjxwYXRoIGZpbGw9JyNmZmI4MDMnIGQ9J000ODYgNzA1LjhjLTEwOS4zLTIxLjgtMjIzLjQtMzIuMi0zMzUuMy0xOS40Qzk5LjUgNjkyLjEgNDkgNzAzIDAgNzE5LjhWODAwaDg0My44Yy0xMTUuOS0zMy4yLTIzMC44LTY4LjEtMzQ3LjYtOTIuMkM0OTIuOCA3MDcuMSA0ODkuNCA3MDYuNSA0ODYgNzA1Ljh6Jy8+PHBhdGggZmlsbD0nI2ZmYzYwNycgZD0nTTE2MDAgMEgwdjcxOS44YzQ5LTE2LjggOTkuNS0yNy44IDE1MC43LTMzLjVjMTExLjktMTIuNyAyMjYtMi40IDMzNS4zIDE5LjRjMy40IDAuNyA2LjggMS40IDEwLjIgMmMxMTYuOCAyNCAyMzEuNyA1OSAzNDcuNiA5Mi4ySDE2MDBWMHonLz48cGF0aCBmaWxsPScjZmZkNDBjJyBkPSdNNDc4LjQgNTgxYzMuMiAwLjggNi40IDEuNyA5LjUgMi41YzE5Ni4yIDUyLjUgMzg4LjcgMTMzLjUgNTkzLjUgMTc2LjZjMTc0LjIgMzYuNiAzNDkuNSAyOS4yIDUxOC42LTEwLjJWMEgwdjU3NC45YzUyLjMtMTcuNiAxMDYuNS0yNy43IDE2MS4xLTMwLjlDMjY4LjQgNTM3LjQgMzc1LjcgNTU0LjIgNDc4LjQgNTgxeicvPjxwYXRoIGZpbGw9JyNmZmUxMTEnIGQ9J00wIDB2NDI5LjRjNTUuNi0xOC40IDExMy41LTI3LjMgMTcxLjQtMjcuN2MxMDIuOC0wLjggMjAzLjIgMjIuNyAyOTkuMyA1NC41YzMgMSA1LjkgMiA4LjkgM2MxODMuNiA2MiAzNjUuNyAxNDYuMSA1NjIuNCAxOTIuMWMxODYuNyA0My43IDM3Ni4zIDM0LjQgNTU3LjktMTIuNlYwSDB6Jy8+PHBhdGggZmlsbD0nI2ZmZWYxNScgZD0nTTE4MS44IDI1OS40Yzk4LjIgNiAxOTEuOSAzNS4yIDI4MS4zIDcyLjFjMi44IDEuMSA1LjUgMi4zIDguMyAzLjRjMTcxIDcxLjYgMzQyLjcgMTU4LjUgNTMxLjMgMjA3LjdjMTk4LjggNTEuOCA0MDMuNCA0MC44IDU5Ny4zLTE0LjhWMEgwdjI4My4yQzU5IDI2My42IDEyMC42IDI1NS43IDE4MS44IDI1OS40eicvPjxwYXRoIGZpbGw9JyNmZmVhMzQnIGQ9J00xNjAwIDBIMHYxMzYuM2M2Mi4zLTIwLjkgMTI3LjctMjcuNSAxOTIuMi0xOS4yYzkzLjYgMTIuMSAxODAuNSA0Ny43IDI2My4zIDg5LjZjMi42IDEuMyA1LjEgMi42IDcuNyAzLjljMTU4LjQgODEuMSAzMTkuNyAxNzAuOSA1MDAuMyAyMjMuMmMyMTAuNSA2MSA0MzAuOCA0OSA2MzYuNi0xNi42VjB6Jy8+PHBhdGggZmlsbD0nI2ZmZTU0NycgZD0nTTQ1NC45IDg2LjNDNjAwLjcgMTc3IDc1MS42IDI2OS4zIDkyNC4xIDMyNWMyMDguNiA2Ny40IDQzMS4zIDYwLjggNjM3LjktNS4zYzEyLjgtNC4xIDI1LjQtOC40IDM4LjEtMTIuOVYwSDI4OC4xYzU2IDIxLjMgMTA4LjcgNTAuNiAxNTkuNyA4MkM0NTAuMiA4My40IDQ1Mi41IDg0LjkgNDU0LjkgODYuM3onLz48cGF0aCBmaWxsPScjZmZlMTU3JyBkPSdNMTYwMCAwSDQ5OGMxMTguMSA4NS44IDI0My41IDE2NC41IDM4Ni44IDIxNi4yYzE5MS44IDY5LjIgNDAwIDc0LjcgNTk1IDIxLjFjNDAuOC0xMS4yIDgxLjEtMjUuMiAxMjAuMy00MS43VjB6Jy8+PHBhdGggZmlsbD0nI2ZmZGM2NCcgZD0nTTEzOTcuNSAxNTQuOGM0Ny4yLTEwLjYgOTMuNi0yNS4zIDEzOC42LTQzLjhjMjEuNy04LjkgNDMtMTguOCA2My45LTI5LjVWMEg2NDMuNGM2Mi45IDQxLjcgMTI5LjcgNzguMiAyMDIuMSAxMDcuNEMxMDIwLjQgMTc4LjEgMTIxNC4yIDE5Ni4xIDEzOTcuNSAxNTQuOHonLz48cGF0aCBmaWxsPScjZmZkNzcxJyBkPSdNMTMxNS4zIDcyLjRjNzUuMy0xMi42IDE0OC45LTM3LjEgMjE2LjgtNzIuNGgtNzIzQzk2Ni44IDcxIDExNDQuNyAxMDEgMTMxNS4zIDcyLjR6Jy8+PC9nPjwvc3ZnPg==");
  background-size: cover;
}

form {
  max-width: 320px;
  margin: 0 auto;
}

.product {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
}

.product .left {
  width: 50%;
}

.product .right {
  width: 50%;
  text-align: center;
  padding: 30% 0;
}

.product .price-old {
  line-height: 1;
}

.product .price-old span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 35px;
  color: #000;
  position: relative;
}

.product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
}

.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}

.product .price {
  color: #f4f704;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}

.product .price span {
  font-weight: 300;
  font-size: 50%;
  margin-left: 5px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.country-input,
.name-input,
.phone-input {
  color: #000;
  background: #fff;
  border: 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 19px;
  margin-bottom: 10px;
  display: flex;
  transition: all .15s ease-in-out;
}

.name-input label,
.phone-input label,
.country-input label {
  align-self: center;
  padding-left: 15px;
  width: 60px;
  font-weight: 700;
}

.name-input input,
.phone-input input,
.country-input select {
  flex: 1 1 auto;
  border: 0;
  padding: 7;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px;
  border-radius: 6px;
}

input::placeholder {
  text-decoration: underline dotted;
  font-family: sans-serif;
  color: grey !important;
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 15px;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all .15s ease-in-out;
  cursor: pointer;
  font: 24px/1.4 "Roboto", sans-serif;
  font-weight: 400;
}

.button-submit-text {
  color: #ffffff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 900;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}

#only-mob {
  display: none;
}

@media screen and (max-width: 759px) {
  .product {
    display: block;
  }

  .product .left,
  .product .right {
    width: 100%;
  }
.product .right
  {
    padding: 5% 0;
  }
  #not-on-mob {
    display: none;
  }

  #only-mob {
    display: block;
    text-align: center;
  }
}


.btnbtn {
  animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
    /*box-shadow: 0 0 0 0px rgba(255, 160, 122, 0.9);*/
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.btnbtn {
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: rgb(4, 4, 4) ! important;
  background-color: #ffda00;
  background-image: none;
  /*background: linear-gradient(rgba(255, 255, 0, 0.9), rgba(255, 0, 0, 0.9));*/
  display: block;
  padding: 15px;
  margin: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  animation: shadow-pulse2 1s infinite;
  font-weight: 700;
  white-space: normal;
  width: 100%;
  max-width: 320px;
  margin: 30px auto;
}

.pulse {
  background-color: rgba(0, 113, 227, 1);
  /*blue*/
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.timer-in-button {
  margin: 12px;
  display: block;
  white-space: nowrap;
}

.timer-in-button span {
  margin: 0 7px;
  background: white;
  color: red;
  padding: 5px;
  border-radius: 3px;
}

.prod-pulse {
  margin-bottom: 15px;
  border-radius: 20px;
  animation: prod-shadow-pulse 1s infinite;
}

@keyframes prod-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
    /*белый*/
    /*box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.9);*/
    /*крассный*/
    /*box-shadow: 0 0 0 0px rgba(227, 133, 0, 0.9);*/
    /*темно-крассный*/
    /*box-shadow: 0 0 0 0px rgba(255, 255, 0, 0.9);*/
    /*желтый*/
    /*box-shadow: 0 0 0 0px rgba(255, 215, 0, 0.9);*/
    /*золотой*/
    /*box-shadow: 0 0 0 0px rgba(255, 160, 122, 0.9);*/
    /*кораловый*/
    /*box-shadow: 0 0 0 0px rgba(255, 140, 0, 0.9);*/
    /*оранжевый*/
    /*box-shadow: 0 0 0 0px rgba(255, 105, 180, 0.9);*/
    /*розовый*/
    /*box-shadow: 0 0 0 0px rgba(238, 130, 238, 0.9);*/
    /*фиолетовый*/
    /*box-shadow: 0 0 0 0px rgba(138, 43, 226, 0.9);*/
    /*темно-фиолетовый*/
    /*box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.9);*/
    /*лайм*/
    /*box-shadow: 0 0 0 0px rgba(50, 205, 50, 0.9);*/
    /*светло-зеленый*/
    /*box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);*/
    /*зеленый*/
    /*box-shadow: 0 0 0 0px rgba(0, 255, 255, 0.9);*/
    /*берюзовый*/
    /*box-shadow: 0 0 0 0px rgba(0, 206, 209, 0.9);*/
    /*темно-берюзовый*/
    /*box-shadow: 0 0 0 0px rgba(173, 216, 230, 0.9);*/
    /*голубой*/
    /*box-shadow: 0 0 0 0px rgba(30, 70, 255, 0.9);*/
    /*синий*/
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes prod-shadow-pulse2 {
  0% {
    background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
  }

  11% {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
  }

  23% {
    background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
  }

  34% {
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  }

  45% {
    background: linear-gradient(rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%);
  }

  55% {
    background: linear-gradient(rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%);
  }

  66% {
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
  }

  77% {
    background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
  }

  89% {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
  }

  100% {
    background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
  }
}

@keyframes prod-shadow-pulse3 {
  0% {
    box-shadow: 5px 0px 2px white;
  }

  15% {
    box-shadow: 5px 5px 2px white;
  }

  30% {
    box-shadow: 0px 5px 2px white;
  }

  45% {
    box-shadow: -5px 5px 2px white;
  }

  55% {
    box-shadow: -5px 0px 2px white;
  }

  70% {
    box-shadow: -5px -5px 2px white;
  }

  85% {
    box-shadow: 0px -5px 2px white;
  }

  100% {
    box-shadow: 5px -5px 2px white;
  }
}

.img-responsive {
  width: 140%;
  max-width: 140%;
  position: relative;
  left: 0px;
}

.countdown-container h3 {
  font-size: 1rem;
}

.countdown-text {
  font-size: .8rem;
}

.product .price-old span {
  font-size: 21px;
}

.product .price {
  font-size: 32px;
}

.best-form {
  background: linear-gradient(#efeeed, #155e93)
}

.countdown-block,
.countdown-container,
.countdown-container h3,
.countdown-text {
  background: #9d1d4d;
}

.button-submit {
  position: relative;
  background-image: linear-gradient(to top, #a90606, #01045d);
  z-index: 1;
}

.button-submit::before,
.button-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: all .3s ease-out;
  z-index: -1;
}

.button-submit::before {
  background-image: linear-gradient(to top, #a90606, #01045d);
}

.button-submit::after {
  background-image: linear-gradient(to bottom, #a90606, #01045d);
  opacity: 0;
}

.button-submit:hover::after {
  opacity: 1;
}

@media screen and (max-width: 759px) {
  .img-responsive {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
    position: inherit;
  }
}

#report_post {
  cursor: pointer;
}

#facebook_popup {
  z-index: 9999999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  font-family: Tahoma;
}

/* .report_window { */
/* width: 480px; */
/* height: 300px; */
/* background-color: white; */
/* position:absolute; */
/* left:0; right:0; */
/* top:0; bottom:0; */
/* margin:auto; */
/* max-width:98%; */
/* max-height:98%; */
/* overflow:auto; */
/* border-bottom:1px solid #555555; */
/* border-right:2px solid #555555; */
/* border-left:1px solid #555555; */
/* border-top:1px solid #555555; */
/* } */


.report_window {
  width: 480px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 98%;
  border-bottom: 1px solid #555555;
  border-right: 2px solid #555555;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
  /* margin-top: 13%; */
  top: 50%;
  margin-top: -167px;
}

.relative_div {
  position: relative;
  overflow: auto;
  height: auto;
  display: block;
}

.fb_header {
  background: #6d84b4;
  height: 30px;
}

.fb_lock {
  float: right;
  margin-top: 3px;
}

.fb_footer {
  position: absolute;
  bottom: 0px;
  height: 44px;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;

}

.rep_text {
  float: left;
  color: white;
  margin-left: 3%;
  margin-top: 5px;
  font-size: 16px;
  font-family: Tahoma;
  font-weight: 700;
}

#fb_text_content {
  margin-left: 30px;
  margin-top: 20px;
  font-size: 13px;
  color: #603385;
  margin-bottom: 70px;
}

#fb_text_content b {
  color: black;
}

input[type="radio"] {
  margin-right: 6px;
}

#fb_submit {
  cursor: pointer;
  width: 80px;
  height: 21px;
  float: right;
  background: #6079ab;
  text-align: center;
  padding-top: 4px;
  margin-top: 7px;
  border: 1px solid #29447e;
  font-weight: bold;
  color: white;
  font-size: 15px;
  margin-right: 7px;
  opacity: 1;
  box-sizing: content-box;
}

#fb_cancel {
  cursor: pointer;
  width: 70px;
  height: 21px;
  float: right;
  background: #e6e6e6;
  text-align: center;
  padding-top: 4px;
  margin-top: 7px;
  border: 1px solid #999999;
  font-weight: bold;
  color: #333333;
  font-size: 15px;
  margin-right: 20px;
  box-sizing: content-box;
}

.blocked_button {
  opacity: 0.3 !important;
  cursor: default !important;
}

.blocked_button:hover {
  box-shadow: none !important;
}

#fb_textarea {
  margin-top: 4px;
  width: 70%;
  height: 48px;
}

#fb_submit:hover,
#fb_cancel:hover,
#report_post:hover {
  box-shadow: 0 0 6px rgb(104, 115, 121);
}

#fb_thanks {
  text-align: center;
  margin-left: -50px;
  font-size: 35px;
  margin-top: 35px;
  color: #4c6394;
  text-shadow: -1px 0 #e4dede, 0 1px #e4dede, 1px 0 #e4dede, 0 -1px #e4dede;
  font-weight: bold;
}

#fb_thanks span {
  font-size: 18px;
}

#get_content {
  display: none;
}

#report_post {
  background: #3a5797;
  border-radius: 4px;
  padding: 6px 9px 6px 10px;
  cursor: pointer;
  color: white;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
}

#report_post img {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

select::-ms-expand {
  display: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/customselect.png") center right 15px no-repeat, #ffffff;
}

.overflow {
  overflow-x: hidden;
}

/*@media (max-width: 991px) {
  .comment:nth-last-child(n+7) {
    display: none;
  }
}*/

@media (max-width: 576px) {
  .editor img,
  .box img {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
}

@media (max-width: 420px) {
  .countdown-block,
  .best-form,
  .comments_header {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}