.order_block {
  display: none;
}

.priceс br {
  display: none;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-5,
.col-md-6,
.col-md-10,
.col-lg-4,
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.justify-content-center {
  display: flex;
  justify-content: center !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
main,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

a {
  transition: 0.3s;
  color: #00a29d;
}

a:hover {
  color: #008b87;
  text-decoration: none;
}

/* Site header */

/* Logo */

/* Site menu */

/* Site main */
.site-content {
  padding: 25px 0;
}

/* breadcrumb */
.breadcrumb {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 20px;
}

.breadcrumb a {
  color: #2e80a6;
}

.breadcrumb a:after {
  content: ' > ';
  color: #cacaca;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: 10px;
}

.breadcrumb li:last-child a:after {
  display: none;
}

/* Post title */
.post__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.post__details {
  display: flex;
  margin: 5px 0;
}

.post__details ul {
  height: 24px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.post__details li {
  margin-left: 5px;
}

.post__details a:after {
  content: ',';
}

.post__date {
  margin-top: 15px;
}

.post__content p {
  font-size: 22px;
  margin-bottom: 20px;
}

.post__content h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 25px 0 15px;
}

.post__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

/* align */
.align--center {
  text-align: center;
}

/* Social icon */
.social-icon {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 25px 0 10px;
}

.social-icon li {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  margin-right: 20px;
}

.social-icon img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.social-icon li.fb {
  color: #3b5980;
}

.social-icon li.tw {
  color: #3b5980;
}

.social-icon li.pinterest {
  color: #a92128;
}

/* reviews */
.reviews {
  font-family: tahoma;
  margin-top: 25px;
  font-size: 15px;
}

/* Reviews */
.review {
  display: flex;
  border-bottom: 1px solid rgb(218, 225, 232);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.review__picture img {
  width: 48px;
  margin-right: 15px;
  object-fit: cover;
}

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

.review__text {
  font-size: 14px;
}

.review__date {
  color: rgb(153, 153, 153);
}

.reviews__title {
  padding: 3px 3px 2px 5px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

/* Btn */

/* Site aside */
.site-aside {
  border-top: 2px solid #000;
  background: #f9f9f9;
  padding: 0 10px;
}

.site-aside__title {
  font-weight: 400;
  font-size: 22px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

/* post small */
.post-small {
  border-bottom: 1px solid #ccc;
  padding: 17px 0;
  display: flex;
  align-items: center;
  color: #000;
}

.post-small:hover {
  text-decoration: none;
  color: #000;
}

.post-small:hover .post-small__text {
  opacity: 0.6;
}

.post-small__number {
  display: inline-block;
  color: #2e80a6 !important;
  font-size: 30px;
  font-weight: 600;
  margin: 0 10px 0 10px;
}

.post-small__text {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 20px;
  font-size: 18px;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ul,
li,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 656px),
print {
  .is-hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 975px),
print {
  .is-hidden-touch {
    display: none;
  }
}

@media screen and (min-width: 976px),
print {
  .is-hidden-desktop {
    display: none;
  }
}

body {
  overflow-x: hidden;
  position: relative;
}

.hero.is-actualitate {
  background-color: #2145ac;
}

.container {
  margin: 0 auto;
  padding: 0 19px;
  background-color: #fff;
}

.container.is-actualitate {
  background-color: #2145ac;
}

@media screen and (max-width: 656px),
print {
  .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 657px),
print {
  .container {
    width: 657px;
  }
}

@media screen and (min-width: 976px),
print {
  .container {
    width: 976px;
  }
}

@media screen and (min-width: 1495px),
print {
  .container {
    width: 1295px;
  }
}

.curs-bar,
.header-bar,
.menu-bar,
.submenu-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.curs-bar {
  font-family: 'Inter', sans-serif;
  color: #393939;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #2145ac;
  height: 35px;
}

@media screen and (max-width: 656px),
print {
  .curs-bar {
    font-size: 13px;
    margin: 0 20px;
  }
}

.curs-bar .updated {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 657px),
print {
  .curs-bar .updated {
    margin-left: 17px;
  }
}

@media screen and (max-width: 370px),
print {
  .curs-bar .updated .is-hidden-small-mobile {
    display: none;
  }
}

.curs-bar .curs .curs-up {
  color: #3f9863;
}

.curs-bar .curs .curs-down {
  color: #eb3223;
}

@media screen and (min-width: 657px),
print {
  .curs-bar .curs {
    margin-right: 8px;
  }
}

.header-bar {
  min-height: 90px;
  position: relative;
  background-color: #2145ac;
  flex-basis: 100%;
  padding-top: 8px;
}

@media screen and (max-width: 656px),
print {
  .header-bar {
    margin: 0 20px;
  }
}

.header-bar a {
  display: inline-block;
}

.header-bar .sigla {
  height: 52px;
}

@media screen and (max-width: 656px),
print {
  .header-bar .sigla {
    height: 40px;
  }
}

.header-bar .icon {
  height: 22px;
  margin: 10px;
}

.search-touch {
  position: relative;
  flex-basis: 100%;
  display: none;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 657px) and (max-width: 975px),
print {
  .search-touch {
    padding: 0 10px 15px 21px;
  }
}

@media screen and (max-width: 656px),
print {
  .search-touch {
    padding: 0 30px 15px 37px;
  }
}

.search-touch form {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.search-touch form input {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-variation-settings: 'opsz'30.7;
  font-style: normal;
  padding: 10px 65px 10px 40px;
  margin: 0 0 0 0;
  border: none;
  border-radius: 6px;
}

.search-touch form .go-search {
  -webkit-appearance: none;
  position: absolute;
  right: 4px;
  font-family: 'Inter', sans-serif;
  color: #393939;
  color: #2145ac;
  background-color: #dbdbdb;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 7px 3px;
  margin: 0 0 0 0;
  border: 1px solid #2145ac;
  border: 0;
  border-radius: 6px;
}

.search-touch form .form-icon {
  position: absolute;
  left: 0;
  top: -1px;
  height: 22px;
  margin: 10px;
}

.menu-bar {
  font-family: 'Inter', sans-serif;
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  color: #393939;
  height: 50px;
  padding-left: 22px;
}

@media screen and (max-width: 656px),
print {
  .menu-bar {
    padding-left: 19px;
    margin: 0 20px;
  }
}

.menu-bar a {
  padding-right: 21px;
  text-decoration: none;
}

@media screen and (max-width: 656px),
print {
  .menu-bar a {
    padding-right: 8px;
  }
}

.menu-bar a:link {
  color: #393939;
}

.menu-bar a:hover {
  color: #393939;
}

.menu-bar a:hover.is-actualitate {
  color: #2145ac;
}

.menu-bar a:hover.is-economie {
  color: #ed5c43;
}

.menu-bar a:hover.is-sport {
  color: #36a562;
}

.menu-bar a:hover.is-life {
  color: #d0459e;
}

.menu-bar a:hover.is-science {
  color: #767fea;
}

.menu-bar a:hover.is-revista {
  color: #484848;
}

.menu-bar a:hover.is-dosare {
  color: #9d8562;
}

.menu-bar a:hover.is-ultima {
  color: #2145ac;
}

.menu-bar a:visited {
  color: #393939;
}

.menu-bar a.is-active {
  color: #393939;
  display: inline;
}

.menu-bar a.is-active.is-actualitate {
  color: #2145ac;
}

.submenu-bar {
  font-family: 'Inter', sans-serif;
  color: #393939;
  font-size: 15px;
  color: #fff;
  height: 50px;
  margin-bottom: 35px;
  background-color: #2145ac;
  padding-left: 22px;
}

.submenu-bar.is-actualitate {
  background-color: #2145ac;
}

.submenu-bar a {
  color: #fff;
  padding-right: 21px;
  text-decoration: none;
}

.submenu-bar a.is-hl.is-actualitate {
  color: #ffa900;
}

@media screen and (max-width: 656px),
print {
  .is-hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 975px),
print {
  .is-hidden-touch {
    display: none;
  }
}

@media screen and (min-width: 976px),
print {
  .is-hidden-desktop {
    display: none;
  }
}

.ref-v2.dark .refs *::marker {
  color: #fff;
}

@media screen and (max-width: 656px),
print {
  .is-hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 975px),
print {
  .is-hidden-touch {
    display: none;
  }
}

@media screen and (min-width: 976px),
print {
  .is-hidden-desktop {
    display: none;
  }
}

input {
  resize: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

input:focus {
  outline: none !important;
  border: 1px solid #2145ac;
  border-radius: 6px;
}

@media screen and (max-width: 656px),
print {
  .is-hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 975px),
print {
  .is-hidden-touch {
    display: none;
  }
}

@media screen and (min-width: 976px),
print {
  .is-hidden-desktop {
    display: none;
  }
}

.order_block {
  font-family: 'Arial', sans-serif;
}

.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto 35px;
  position: relative;
}

.prod_img {
  width: 100%;
  max-width: 300px;
}

.priceс {
  position: absolute;
  font-family: 'Arial', sans-serif;
  right: 0;
  bottom: 0;

  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 165px;
  height: 108px;
  text-align: center !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0px auto 0px;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
}

span.discountс {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0px;
  margin: 0 auto;
}

.js_old_price {
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
}

.wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 50% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}

.data_label {
  line-height: 30px;
}

.country_select {
  display: none !important;
  width: 52% !important;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

@media screen and (max-width: 480px) {
  .wheel_input {
    width: 90% !important;
  }

  .country_select {
    width: 96% !important;
  }
}

.main-link {
  display: block;
  margin: 40px auto 15px;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.main-link:hover {
  opacity: 0.8;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute;
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center;
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  box-sizing: border-box;
}

.spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px;
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial,
      center center,
      0,
      center center,
      100%,
      color-stop(0, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.close-popup {
  width: 30px;
  height: 30px;
  background-image: url('../images/cross.svg');
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::after,
.pop-up-window::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}

.pop-up-text {
  margin-bottom: 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #414141 !important;
  font-weight: 400;
}

.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #71c341 !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important;
}

.wheel img {
  max-width: 100%;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
  }

  .pop-up-window {
    top: 30%;
  }

  .pop-up-heading {
    font-size: 33px !important;
  }

  .pop-up-text {
    margin-bottom: 15px !important;
  }

  .cursor-text {
    line-height: 40px;
    font-size: 14px;
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer;
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1860deg);
    transform: rotate(1860deg);
  }

  100% {
    -webkit-transform: rotate(1867deg);
    transform: rotate(1867deg);
  }
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

.review__content {
  width: 100%;
  padding-left: 10px;
}

.create_rom_footer {
  padding: 15px 0 15px;
}

.container {
  padding: 0 15px !important;
}

.center {
  text-align: center !important;
}

.inL_667596 {
  display: flex;
  flex-direction: row;
  align-items: center
}

.inL_388141 {
  text-align: center
}

.inL_376066 {
  margin-top: 5px
}

.inL_114080 {
  font-size: 40px;
  display: inline-block;
  text-decoration: line-through;
  margin-right: 10px;
}

.inL_224869 {
  font-size: 40px;
  color: red
}

@media all and (max-width: 479px) {

  .inL_114080,
  .inL_224869 {
    font-size: 30px;
  }
}

.foot-note,
.form-note {
  font-size: 14px;
}