.clear:after {
  content: "";
  display: table;
  clear: both;
}

.reset-all, .comment, .title, .comments, .menu, .menu__item, .menu__text, .feed {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 100%;
  color: currentColor;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: 0;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  word-wrap: break-word;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

img, video {
  max-width: 100%;
  display: block;
  max-height: 400px;
}

figure {
  margin: 0;
  padding: 0;
}

svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}

body, html {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #555;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

::-moz-selection {
  color: #fff;
  background: #dd9ca5;
}

::selection {
  color: #fff;
  background: #dd9ca5;
}

.t--light {
  font-weight: 300;
}

.t--bold {
  font-weight: 700;
}

.t--italic {
  font-style: italic;
}

.t--medium {
  font-weight: 500;
}

.t--ttu {
  text-transform: uppercase;
}

.t--ttl {
  text-transform: lowercase;
}

.t--imp {
  color: #dd9ca5;
}

.t--ex {
  color: #e0a8ce;
}

.t--block {
  display: block;
}

.ttu,
.ttu-M {
  text-transform: uppercase;
}

.regular,
.regular-M {
  font-weight: 400;
}

.medium,
.medium-M {
  font-weight: 500;
}

.bold,
.bold-M {
  font-weight: 700;
}

.italic,
.italic-M {
  font-style: italic;
}

.color-base,
.color-base-M {
  color: #dd9ca5;
}

.color-ex,
.color-ex-M {
  color: #e0a8ce;
}

.font-base,
.font-base-M {
  font-family: "Roboto", sans-serif;
}

.font-extra, .font-extra-M {
  font-family: "Dancing Script", cursive;
}

.only-desktop {
  display: none;
}

.only-mobile {
  display: block;
}

.dis-i,
.dis-i-M {
  display: inline;
}

.dis-i-block,
.dis-i-block-M {
  display: inline-block;
}

.dis-block,
.dis-block-M {
  display: block;
}

.dis-table,
.dis-table-M {
  display: table;
}

.dis-table-cell,
.dis-table-cell-M {
  display: table-cell;
}

.dis-table-caption,
.dis-table-caption-M {
  display: table-caption;
}

.gutter,
.gutter-M {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gutter-top,
.gutter-top-M {
  margin-top: 20px;
}

.gutter-bottom,
.gutter-bottom-M {
  margin-bottom: 20px;
}

.gutter-right,
.gutter-right-M {
  margin-right: 20px;
}

.gutter-left,
.gutter-left-M {
  margin-left: 20px;
}

.reset,
.reset-M {
  margin: 0;
  padding: 0;
}

.reset-margin,
.reset-margin-M {
  margin: 0;
}

.reset-padding,
.reset-padding-M {
  padding: 0;
}

.center,
.center-M {
  margin: 0 auto;
}

.center-t,
.center-t-M {
  text-align: center;
}

.float-left,
.float-left-M {
  float: left;
  margin: 6px 10px 10px 0;
}

.float-right,
.float-right-M {
  float: right;
  margin: 6px 0 10px 10px;
}

.grid,
.grid-M {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.part,
.part-M {
  display: table-cell;
  vertical-align: top;
}

.float-left-D {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}

.float-left-D img {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .ttu-D {
    text-transform: uppercase;
  }
  .ttu-M {
    text-transform: none;
  }
  .regular-D {
    font-weight: 400;
  }
  .regular-M {
    font-weight: inherit;
  }
  .medium-D {
    font-weight: 500;
  }
  .medium-M {
    font-weight: inherit;
  }
  .bold-D {
    font-weight: 700;
  }
  .bold-M {
    font-weight: inherit;
  }
  .italic-D {
    font-style: italic;
  }
  .italic-M {
    font-style: normal;
  }
  .color-base-D {
    color: #dd9ca5;
  }
  .color-base-M {
    color: inherit;
  }
  .color-ex-D {
    color: #e0a8ce;
  }
  .color-ex-M {
    color: inherit;
  }
  .font-base-D {
    font-family: "Roboto", sans-serif;
  }
  .font-base-M {
    font-family: inherit;
  }
  .font-ex-D {
    font-family: "Dancing Script", cursive;
  }
  .font-ex-M {
    font-family: inherit;
  }
  .only-desktop {
    display: block;
  }
  .only-mobile {
    display: none;
  }
  .dis-i-D {
    display: inline;
  }
  .dis-i-M {
    display: inherit;
  }
  .dis-i-block-D {
    display: inline-block;
  }
  .dis-i-block-M {
    display: inherit;
  }
  .dis-block-D {
    display: block;
  }
  .dis-block-M {
    display: inherit;
  }
  .dis-table-D {
    display: table;
  }
  .dis-table-M {
    display: inherit;
  }
  .dis-table-cell-D {
    display: table-cell;
  }
  .dis-table-cell-M {
    display: inherit;
  }
  .dis-table-caption-D {
    display: table-caption;
  }
  .dis-table-caption-M {
    display: inherit;
  }
  .gutter-D {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gutter-M {
    margin-top: 0;
    margin-bottom: 0;
  }
  .gutter-top-D {
    margin-top: 20px;
  }
  .gutter-top-M {
    margin-top: 0;
  }
  .gutter-bottom-D {
    margin-bottom: 20px;
  }
  .gutter-bottom-M {
    margin-bottom: 0;
  }
  .gutter-right-D {
    margin-right: 20px;
  }
  .gutter-right-M {
    margin-right: 0;
  }
  .gutter-left-D {
    margin-left: 20px;
  }
  .gutter-left-M {
    margin-left: 0;
  }
  .center-D {
    margin: 0 auto;
  }
  .center-M {
    margin: 0;
  }
  .center-t-D {
    text-align: center;
  }
  .center-t-M {
    text-align: left;
  }
  .float-left-D {
    float: left;
    text-align: left;
    margin: 6px 10px 20px 0;
  }
  .float-left-M {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
  }
  .float-right-D {
    float: right;
    margin: 6px 0 10px 10px;
  }
  .float-right-M {
    float: none;
    margin: 0;
  }
  .grid-D {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .grid-M {
    display: inherit;
    table-layout: auto;
    width: auto;
  }
  .part-D {
    display: table-cell;
    vertical-align: top;
  }
  .part-M {
    display: inherit;
    vertical-align: baseline;
  }
}

.comment .grid-M {
  margin-bottom: 10px;
}

.comment .part-M:first-of-type {
  width: 64px;
}

.comment .part-M:last-of-type {
  padding-left: 20px;
  vertical-align: middle;
}

.comment .name {
  margin-right: 10px;
}

.comment__tale {
  margin-bottom: 10px;
}

.comment__tale-imgs {
  display: inline-block;
  max-width: 245px;
  white-space: no-wrap;
  font-size: 0;
}

.comment__tale img {
  display: inline-block;
  margin-right: 5px;
}

.comment__tale img:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .comment {
    position: relative;
    padding-left: 90px;
  }
  .comment .part-M:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
  }
  .comment .part-M:last-of-type {
    padding-left: 0;
  }
}

.button {
  max-width: 100%;
  display: inline-block;
  font-size: 26px;
  min-width: 280px;
  color: #fff;
  background: #aebc41;
  overflow: hidden;
  background: -webkit-radial-gradient(200% 70px at center 10px, #bcc74d 28%, #acbb40 32%);
  background: radial-gradient(200% 70px at center 10px, #bcc74d 28%, #acbb40 32%);
  -webkit-border-radius: 130px;
          border-radius: 130px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  clear: both;
  position: relative;
  text-transform: none;
}

.button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.button__text {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 35px;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  font-weight: inherit;
  text-shadow: inherit;
  font-family: inherit;
  outline: none;
  position: relative;
  cursor: pointer;
  text-transform: inherit;
}

@media only screen and (min-width: 992px) {
  .button {
    font-size: 30px;
  }
  .button__text {
    padding: 8px 65px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  color: #dd9ca5;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

.title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 24px;
  margin-bottom: 10px;
}

.title--top {
  font-size: 30px;
}

.comments {
  text-align: left;
}

.comments .comment {
  margin-bottom: 20px;
}

.comments .comment:last-of-type {
  margin-bottom: 0;
}

.comments .comment {
  display: none;
}

.comments .comment:nth-last-of-type(-n + 5) {
  display: block;
}

.date {
  opacity: .4;
}

.main__part--last {
  display: none;
}

.s-content .date {
  margin-bottom: 10px;
}

img {
  display: block;
  margin: 0 auto;
}

.photo img {
  margin-bottom: 20px;
}

.logo {
  display: inline-block;
  width: 199px;
  height: 65px;
  background: no-repeat center / contain;
  background-image: url("../png/logo.png");
}

.header {
  min-height: 100px;
  background: no-repeat center / cover;
  background-image: url("../bg-mobile.html");
  text-align: center;
}

.header .container {
  padding-top: 12px;
  padding-bottom: 28px;
}

.menu {
  display: inline-block;
  color: #fff;
}

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

.menu__item:last-of-type {
  margin-right: 0;
}

.menu__item.active {
  text-decoration: underline;
}

.menu a.menu__text:hover {
  color: #dd9ca5;
}

.autor {
  display: inline-block;
}

.autor__img {
  display: inline-block;
  width: 124px;
  height: 73px;
  background: no-repeat center / contain;
  background-image: url("../png/pat.png");
}

.s-content .autor {
  margin-top: -25px;
  margin-bottom: 20px;
}

.tale {
  max-width: 660px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 18px;
}

.tale__part {
  padding: 0 2px;
  position: relative;
}

.tale__part:first-of-type {
  padding-left: 0;
}

.tale__part:last-of-type {
  padding-right: 0;
}

.tale__text {
  position: absolute;
  margin-bottom: 0;
  bottom: 4%;
  left: 20px;
  max-width: 90%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.tale--blur-prod {
  max-width: 570px;
  font-size: 0;
  text-align: center;
}

.tale--blur-prod .tale__part {
  vertical-align: middle;
}

.tale--blur-prod .tale__part:first-of-type {
  position: relative;
  left: 10%;
}

.tale--blur-prod .tale__part:nth-of-type(2) {
  position: relative;
  z-index: 2;
  width: 40%;
}

.tale--blur-prod .tale__part:last-of-type {
  right: 10%;
  top: 2px;
}

.tale--blur-prod img {
  display: inline-block;
}

.divide {
  font-size: 24px;
  margin-bottom: 20px;
}

.divide__top, .divide__bottom {
  height: 39px;
  width: 100%;
  background: no-repeat center / contain;
  background-image: url("../png/pat-2.png");
  position: relative;
}

.divide__top:before, .divide__bottom:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(10%, #dd9ca5), color-stop(90%, transparent));
  background: -webkit-linear-gradient(left, transparent 10%, #dd9ca5, transparent 90%);
  background: linear-gradient(to right, transparent 10%, #dd9ca5, transparent 90%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.divide__top {
  margin-bottom: 15px;
}

.divide__bottom {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.color-dark {
  color: #fff;
}

.prod {
  position: relative;
}

.prod__img {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 50%;
}

.prod__img:before, .prod__img:after {
  content: '';
  display: block;
  position: absolute;
  background: no-repeat center / contain;
}

.prod__img:before {
  background-image: url("../png/bean-1.png");
  width: 77px;
  height: 69px;
  bottom: 0;
  z-index: 4;
  left: -40px;
}

.prod__img:after {
  background-image: url("../bean-2.html");
  width: 96px;
  height: 91px;
  bottom: 0;
  right: -85px;
}

.prod--bg:before, .prod--bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: no-repeat center / contain;
}

.prod--bg:before {
  margin-left: -15px;
  margin-top: 20px;
  width: 300%;
  height: 125%;
  background-image: url("../patterns.html");
}

.prod--bg:after {
  width: 488px;
  padding-top: 62%;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url("../png/leafs.png");
}

.prod--bg img {
  position: relative;
  z-index: 2;
}

.avatar {
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  position: relative;
}

.avatar__wrap {
  display: inline-block;
  position: relative;
}

.avatar__wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 85px;
  height: 90px;
  background: no-repeat center / contain;
  background-image: url("../avatar-patt.html");
  top: -9px;
  left: -11px;
}

.avatar__inner {
  width: 71px;
  height: 71px;
}

.color-light {
  opacity: .2;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  body, html {
    font-family: "Lora", sans-serif;
  }
  .container {
    max-width: 980px;
  }
  .main__grid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .main__part {
    display: table-cell;
    vertical-align: top;
  }
  .comments .comment {
    display: block;
  }
  .title {
    font-size: 24px;
  }
  .title--top {
    font-size: 42px;
  }
  .main__part--first {
    padding-right: 30px;
  }
  .main__part--last {
    padding-top: 37px;
    width: 300px;
  }
  .header {
    min-height: 285px;
    background-image: url("../jpg/bg.jpg");
  }
  .header .container {
    padding-top: 5px;
  }
  .header__part {
    vertical-align: middle;
  }
  .header__part:first-of-type {
    text-align: left;
    width: 220px;
  }
  .header__part:last-of-type {
    text-align: right;
  }
  .feed {
    background-color: #fff;
    padding: 14px 18px;
    font-size: 14px;
  }
  .feed__part:first-of-type {
    padding-right: 20px;
  }
  .feed__part:last-of-type {
    width: 50px;
  }
  .feed__content {
    padding-bottom: 4px;
  }
  .feed__content .text:last-of-type {
    margin-bottom: 0;
  }
  a.feed:hover .text {
    text-decoration: underline;
  }
  .sidebar {
    margin-bottom: 30px;
  }
  .sidebar:last-of-type {
    margin-bottom: 0;
  }
  .sidebar__inner {
    -webkit-box-shadow: 0 0 20px 10px #f3f3f3;
            box-shadow: 0 0 20px 10px #f3f3f3;
  }
  .sidebar .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sidebar .feed {
    border-bottom: 3px solid #f3f3f3;
  }
  .sidebar .feed:last-of-type {
    border-bottom: 0;
  }
  .autor__part:first-of-type {
    width: 124px;
  }
  .autor__part:last-of-type {
    padding-left: 10px;
    padding-top: 19px;
  }
  .s-content .autor {
    margin-top: -15px;
  }
  .tale {
    font-family: "Dancing Script", cursive;
    font-size: 23px;
  }
  .tale__text {
    text-shadow: none;
  }
  .color-dark {
    color: #333333;
  }
}


 form{
   position: relative;
 }
 .loader {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   z-index: 10000;
   display: none;
 }
 .loader img{
   position: absolute;
     width: 10%;
     bottom: 50%;
     left: 50%;
     transform: translateY(50%);
     transform: translateX(-50%);
 }
  input, select {
   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;
}

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

p.pricec {
    position: absolute;
    right: 0;
    top: 424px;
    color: #000;
    width: 160px;
    height: 129px;
    text-align: center!important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    margin: -160px auto 30px;
    background-size: contain;
    padding-top: 29px;
}
.submit-form {

   display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff!important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
p.pricec {
    right: 16%;
    width: 160px;
}
 p.priceс {
    position: relative;
    left: 100px;
    top: -100px;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 165px;
    height: 98px;
    text-align: center !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: -160px auto 30px;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 19%
}

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

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

.js_old_price {
    margin: 0 30px
}

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

.country_select {
    display: none
}

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

@media screen and (max-width: 480px) {
    input {
        width: 90%
    }
}

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

.main-link:hover {
    opacity: .8
}

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

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

.wheel-wrapper {
    text-align: center
}

.wheel {
    margin: 0 auto;
    position: relative
}

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

.cursor-text {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45% !important;
    height: 65%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 56%;
    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, .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, .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%)
}

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

.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: -40px;
    cursor: pointer
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(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, .6);
    text-align: center
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(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;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #42b7e0;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    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: .5s ease .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;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #42b7e0;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

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

.wheel img {
    max-width: 100%
}

@media all and (max-width: 520px) {
    .cursor-text {
        line-height: 48px;
        font-size: 14px;
        width: 50% !important;
        top: 52%
    }

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

    p.priceс {
        top: -120px;
        left: 20px
    }
}

.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(1783deg);
        transform: rotate(1783deg)
    }
    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

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

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

.comments {
    padding-top: 10px
}

.comments-item {
    max-width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e2e3
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0
}

.comment-text {
    display: inline-block;
    max-width: 79%;
    vertical-align: top;
    font-size: 16px
}

.comment-username {
    color: #365899;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer
}

.comment-username:hover {
    text-decoration: underline
}

.comment-action {
    padding-left: 50px
}

.like, .like-count, .reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover, .reply:hover {
    text-decoration: underline
}

.like:after, .reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

.like-count {
    padding-left: 20px;
    position: relative
}

.like-count:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
}

.like-count-liked {
    animation: .5s like-change
}

.like-count-unliked {
    animation: .5s like-unchange
}

@keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }
    51% {
        bottom: -10px
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

.comment-date {
    font-size: 13px;
    color: #90949c;
    position: relative
}

.comment-input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px
}

.comment-input-area {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 0;
    perspective: 800px
}

.comment-input input[type=text] {
    width: 150px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    transition: .4s;
    word-wrap: wrap
}

.textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-family: Arial, sans-serif;
    transition: .5s
}

.textarea-focus {
    height: 80px
}

.input-action {
    display: none;
    transition: .4s;
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px;
    transform-origin: top;
    padding: 10px 10px
}

.input-action-focus {
    display: block;
    animation: .6s action-appear
}

.comment-appear {
    animation: comment-appear .4s
}

@keyframes comment-appear {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes action-appear {
    0% {
        opacity: 0;
        transform: rotateX(-90deg)
    }
    60% {
        transform: rotateX(30deg)
    }
    100% {
        opacity: 1;
        transform: rotateX(0)
    }
}

.send-btn {
    float: right;
    padding: 5px 10px;
    background-color: #4267b2;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.send-btn:hover {
    background-color: #365899
}

@media all and (max-width: 720px) {
    main {
        width: 100%
    }

    .sidebar {
        display: none
    }

    .mobile-header {
        display: block
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.pulse {
    position: relative;
    z-index: 1
}

.pulse:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f44336;
    border-radius: inherit;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}



.comments-refreshing {
    display: none;
    text-align: center
}

.comments-refreshing img {
    max-width: 100px
}

.refresh-appear {
    display: block;
    animation: typing-show .5s
}

@keyframes typing-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes new-comment-show {
    0% {
        transform: scale(.2)
    }
    80% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

.show-message {
    font-family: Roboto-Regular
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.show-message p {
    margin: 0 !important
}

.show-message__icon {
    width: 50px !important;
    display: inline-block;
    vertical-align: middle
}

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #000;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: RobotoRegular, sans-serif
}

.show-message__info span {
    font-size: 20px;
    font-family: RobotoRegular, sans-serif
}

.show-message__left {
    font-size: 14px
}

.show-message__left span {
    font-size: 15px
}

.show-message_call {
    background-color: #363636
}

.show-message__info span {
    color: #000
}

.package_left, .package_left span {
    font-size: 15px !important
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, .9)
}

.show-message_online {
    background-color: #cd5555;
    background-color: rgba(0, 0, 0, .9)
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle
}

.show-message__item, .show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(255, 255, 255, .92);
    color: #000;
    padding: 0 25px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 5px;
    display: none;
    z-index: 98;
    box-sizing: border-box;
    border: 2px solid #7474ff;
    border-left-style: dashed;
    border-right-style: dashed;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 0 1px 0;
    -webkit-box-shadow: 0 0 1px 0;
    -moz-box-shadow: 0 0 1px 0
}

.lost_position {
    display: none !important;
    opacity: 0 !important
}

.block_position {
    display: block !important;
    opacity: 1 !important
}

@media screen and (max-width: 767px) {
    .show-message__item, .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px
    }

    .show-message__info {
        width: 230px
    }

    .show-message__item, .show-message__item-first {
        width: 300px
    }
}

@media screen and (max-width: 319px) {
    .show-message__item, .show-message__item-first {
        width: 225px
    }

    .show-message__info {
        width: 160px;
        margin-left: 7px;
        font-size: 15px
    }

    .show-message__info span {
        font-size: 17px
    }

    .show-message__icon {
        width: 38px !important
    }

    .show-message__info br {
        display: none
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}