input {
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  padding: 5px;

  border: 2px solid #222222;
  border-radius: 10px;
}

h3 {
  margin: -50px 0;
  padding-top: 15px;

  font-size: 20px !important;
  text-align: center;
}

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

p.pricec {
  position: absolute;
  top: 424px;
  right: 0;

  width: 160px;
  height: 129px;
  margin: -160px auto 30px;
  padding-top: 29px;

  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  text-align: center !important;
  color: #000000;

  background-size: contain;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.submit-form {
  width: 100%;
  padding: 15px;

  font-weight: 700;
  font-size: 20px;
  color: #ffffff;

  background-color: #d4282c;
  border: none;
  border-radius: 20px;
  cursor: pointer;

  -webkit-animation: a 1s infinite alternate;
          animation: a 1s infinite alternate;
}

p.pricec {
  right: 16%;

  width: 160px;
}

p.priceс {
  position: relative;
  top: -100px;
  left: 100px;

  width: 165px;
  height: 98px;
  margin: -160px auto 30px;

  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  text-align: center !important;
  color: #000000;

  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 19%;
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  transform: rotateZ(-7deg);;
}

.discountс {
  display: block;
  margin-top: 9px;

  font-size: 16px;
}

.price_main {
  font-size: 25px;
  line-height: 0;

  border-bottom: 2px solid #d31812;;
}

.js_old_price {
  margin: 0 30px;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;

  text-align: center !important;
}

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

.main-link {
  display: block;
  margin: 20px auto;
  padding: 20px;

  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;

  background-color: #de0606;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

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

.spin-wrapper {
  box-sizing: border-box;
  padding: 20px 10px;

  text-align: center;

  border: 3px solid red;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
  overflow: hidden;
}

#align .spin-wrapper p {
  margin-bottom: 15px;

  font-size: 21px !important;
  line-height: 1.4 !important;
  text-align: center;;
}

.wheel-wrapper {
  text-align: center;
}

.wheel {
  position: relative;

  margin: 0 auto;
  overflow: hidden;
}

.wheel-cursor {
  position: absolute;
  top: 49%;
  left: 50%;

  width: 35% !important;
  height: 35%;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cursor-text {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;

  display: inline-block;
  width: 32% !important;
  height: 43%;

  line-height: 71px;
  vertical-align: middle;
  text-align: center;

  background: #ffffff;
  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%);
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;;
}

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

.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-image: url(../img/cross.svg);
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
          box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 10px;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);;
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  z-index: 99 !important;

  width: 100% !important;
  height: 100% !important;

  background-color: rgba(0, 0, 0, 0.7) !important;;
}

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

.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  margin: 0 auto;

  background-color: #42b7e0;
  border-radius: 50%;

  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #ffffff #ffffff;
  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;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;;
}

@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 {
  margin-bottom: 20px;

  font-size: 40px;;
}

.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;

  background-color: #42b7e0;
  border: medium none;
  border-radius: 5px;
  outline: medium none;
  cursor: pointer;;
}

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

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

@media all and (max-width: 520px) {
  .cursor-text {
    top: 50%;

    width: 60px!important;
    height: 60px;

    font-size: 14px;
    line-height: 60px;
  }

  .close-popup {
    position: absolute;
    top: -40px;
    right: -10px;

    width: 30px;
    height: 30px;

    background-size: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #ffffff;
            box-shadow: 0 0 10px #ffffff;
    cursor: pointer;
  }

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

.super-rotation {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -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-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-weight: 700;
  font-size: 1.1em;
  color: red;;
}

.time_remains_title {
  padding-top: 15px;

  font-size: 22px;
  text-align: center;;
}

.comments {
  padding-top: 10px;
}

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

  border-bottom: 1px solid #e1e2e3;
}

.comment-avatar {
  display: inline-block;
  margin-right: 10px;

  font-size: 0;
  vertical-align: top;;
}

.comment-text {
  display: inline-block;
  max-width: 79%;

  font-size: 16px;
  vertical-align: top;;
}

.comment-username {
  margin-right: 10px;

  font-weight: 700;
  color: #365899;

  cursor: pointer;
}

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

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

.like,
.like-count,
.reply {
  position: relative;

  margin-right: 10px;

  font-size: 13px;
  color: #365899;

  cursor: pointer;

  -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;
  top: 0;
  right: -10px;

  font-weight: 700;
  color: #90949c;
}

.like-count {
  position: relative;

  padding-left: 20px;;
}

.like-count:before {
  content: "";
  position: absolute;
  left: 0;

  width: 18px;
  height: 18px;
}

.like-count-liked {
  animation: 0.5s like-change;
}

.like-count-unliked {
  animation: 0.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 {
  position: relative;

  font-size: 13px;
  color: #90949c;;
}

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

.comment-input-area {
  display: inline-block;
  width: 80%;

  font-size: 0;
  vertical-align: top;

  perspective: 800px;
}

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

  word-wrap: wrap;

  transition: 0.4s;;
}

.textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;

  font-family: Arial, sans-serif;

  transition: 0.5s;
}

.textarea-focus {
  height: 80px;
}

.input-action {
  display: none;
  padding: 10px 10px;
  padding: 10px 10px;

  background-color: #f6f7f9;
  border: 1px solid #cccccc;
  border-top: none;
  transform-origin: top;

  transition: 0.4s;;
}

.input-action-focus {
  display: block;

  animation: 0.6s action-appear;
}

.comment-appear {
  animation: comment-appear 0.4s;
}

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

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

.send-btn {
  float: right;
  padding: 5px 10px;

  font-weight: 700;
  color: #ffffff;

  background-color: #4267b2;
  border: none;
  border-radius: 2px;
  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;
  margin: 10px 0;
  padding: 15px 15px;

  font-size: 18px;
  vertical-align: top;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;

  background-color: #f44336;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);

  transition: 0.3s ease-out;
}

.button:hover {
  background-color: #f55a4e;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

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

.pulse:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  display: block;
  width: 100%;
  height: 100%;

  background-color: #f44336;
  border-radius: inherit;

  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;;
}

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

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

.comments-refreshing-wrapper {
  min-height: 150px;
  margin: 10px 0;
  padding: 5px 0;

  background-color: rgba(0, 78, 255, 0.14);
  border-radius: 5px;
}

.comments-refreshing-wrapper .comments-refreshing-title {
  padding-left: 20px;

  font-size: 20px;;
}

.comments-refreshing-wrapper .comments-item {
  display: none;

  border-bottom: none;
}

.comments-refreshing-wrapper .comments-newly-showed {
  display: block;

  animation: new-comment-show 0.5s;
}

.comments-refreshing {
  display: none;

  text-align: center;
}

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

.refresh-appear {
  display: block;

  animation: typing-show 0.5s;
}

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

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

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

.blink {
  color: red !important;
  text-decoration: line-through;

  -webkit-animation-name: blinker;
     -moz-animation-name: blinker;
          animation-name: blinker;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;;
}

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

.show-message__icon {
  display: inline-block;
  width: 50px !important;

  vertical-align: middle;
}

.show-message__info {
  display: inline-block;
  width: 248px;
  margin-bottom: 0;
  margin-left: 15px;

  font-size: 19px;
  line-height: normal;
  font-family: RobotoRegular, sans-serif;
  vertical-align: middle;
  color: #000000;;
}

.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: #000000;
}

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

#ouibounce-modal {
  background-color: rgba(0, 0, 0, 0.9);
}

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

.show-message__inner {
  display: inline-block;

  line-height: 90px;
  vertical-align: middle;
}

.show-message__item,
.show-message__item-first {
  position: fixed;
  top: 120px;
  right: 20px;
  z-index: 98;

  display: none;
  box-sizing: border-box;
  width: 318px;
  padding: 0 25px;

  font-size: 14px;
  line-height: 90px;
  color: #000000;
  text-shadow: 0 0 2px #ffffff;

  background-color: rgba(255, 255, 255, 0.92);
  border: 2px solid #7474ff;
  border-right-style: dashed;
  border-left-style: dashed;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 0;
     -moz-box-shadow: 0 0 1px 0;
          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;
  }
}

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

.prod_img_wrapper {
  position: relative;

  max-width: 300px;
  margin: 15px auto;
}

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

.priceс {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 165px;
  height: 98px;
  margin: -0 auto 0;

  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
  font-family: "Arial", sans-serif;
  text-align: center !important;
  color: #000000;

  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-radius: 19%;
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  transform: rotateZ(-7deg);
}

span.discountс {
  display: block;
  margin-top: 9px;

  font-size: 18px;
}

.price_main {
  margin: 0 auto;

  font-size: 24px;
  line-height: 15px;

  border-bottom: 2px solid #d31812;
}

.price_old {
  display: block;
  margin: 0 auto;
}

.wheel_input {
  display: block !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  max-width: 320px;
  height: 41px;
  margin: 0 auto 20px !important;
  padding: 10px !important;

  border: 2px solid grey !important;
  border-radius: 5px !important;
}

select::-ms-expand {
  display: none;
}

select.wheel_input {
  background: #ffffff url(../img/select.png) no-repeat 96% center;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.data_label {
  line-height: 30px;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;

  text-align: center !important;
}

.main-link {
  display: block;
  margin: 40px auto;
  padding: 20px;

  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;

  background-color: #de0606;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

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

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

.time_remains_title {
  padding-top: 15px;

  font-size: 22px;
  text-align: center;
}

.strongmanform {
  width: 100%;
  margin: 0 0 20px;
}

.strongmanust {
  padding: 15px 15px 5px 15px;

  background: rgb(255, 239, 191) none repeat scroll 0 0;
  border: 5px solid rgb(237, 27, 36);;
}

html,
body {
  scroll-behavior: smooth;
}

.order_block {
  display: none;
}


.content,
.wide-p {
  overflow-x: auto;
}

.strongmanform img {
  display: inline-block;
}

.fb-comments {
  padding: 20px 15px;
}

a {
  font-weight: 700;
}

img {
  max-width: 100%;
}

.first-p {
  margin-top: -3px;
}

.last-p {
  margin-bottom: 30px;
}

.fb-avatar img {
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

.fb-comment-load {
  position: relative;

  margin-bottom: 15px;
  padding: 0 10px 15px;

  border-bottom: 1px solid #dae1e8;
}

.fb-comment-name {
  margin-bottom: 10px;

  font-weight: 700;
  font-size: 19px;
  color: #2b587a;
}

.fb-comment-text {
  margin-bottom: 10px;
  margin-left: 60px;
}

.fb-comment-text img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fb-comment-date {
  margin-left: 60px;

  color: #999999;
}

.fb-comment-like:hover {
  cursor: pointer;
  opacity: 0.5;
}

body {
  margin: 0;
  padding: 0;
}

body * {
  font-family: Arial, sans-serif;
}

h1,
h2 {
  margin: 0;

  font-weight: 400;
}

h1 {
  font-size: 27px;
}

h2 {
  font-size: 21px;
}

a {
  color: #ba0009;
}

a:hover {
  color: red;
  text-decoration: none;
}

.wrap {
  min-width: 240px;
  max-width: 730px;
  margin: 0 auto;
}

body img {
  max-width: 100%;
}

.content {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;

  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #1e9c79;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #cccccc;
          box-shadow: 0 0 20px #cccccc;
}

.post {
  padding: 15px;

  font-size: 17px;
}

.post .info {
  font-style: italic;
  font-size: 11px;
  color: #999999;;
}

.post a {
  font-size: 19px;
}

.center {
  text-align: center;
}

.btn a {
  display: inline-block;
  padding: 8px 30px;

  font-weight: bold;
  font-size: 19px;
  line-height: 25px;
  font-family: "Roboto Condensed", "sans-serif";
  color: #ffffff;
  text-decoration: none;

  background-color: #000000;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 1px 2px 2px #999999;

  -webkit-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.btn a:hover {
  text-decoration: none !important;

  box-shadow: 2px 3px 5px #999999;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.footer {
  margin-top: 5px;
  padding: 15px;

  font-size: 14px;
  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-top: 1px solid #999999;
}

header .logo {
  padding: 20px 0;

  text-align: center;
}

header .logo h1:before {
  content: url(../img/logo.png);

  display: inline-block;

  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
       -o-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.post-img {
  float: left;
  max-width: 60%;
  margin: 5px 10px 30px 0;
}

header .logo h1 span {
  display: inline-block;
  margin-left: 20px;

  font-weight: 700;
  font-size: 80px;
  line-height: 110px;
  font-family: Pacifico, cursive;
  vertical-align: top;
  color: #1e9c79;
  text-decoration: none;
}

.fb-comment-load:last-child {
  border-bottom: none;
}

@media screen and (max-width: 999px) {
  .fb-comment-name {
    font-weight: 700;
    font-size: 18px;
    color: #2b587a;
  }
}

@media screen and (max-width: 720px) {
  .wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 639px) {
  .post {
    padding: 0 10px;
  }

  header .logo h1 span {
    display: block;

    font-size: 60px;
  }
}



@media screen and (max-width: 580px) {
  .fb-comment-text img {
    margin-left: -30px !important;
  }

  h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .content {
    padding-top: 10px;
  }

  .first-p {
    margin-top: 5px;
  }

  .last-p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 425px) {
  header .logo h1 span {
    font-size: 44px;
  }

  .last-p {
    margin-bottom: 20px;
  }

  .title1 {
    display: block !important;
  }

  .title2 {
    display: none;
  }

  .post-img {
    display: block;
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 319px) {
  .fb-comment-name {
    font-weight: 700;
    font-size: 15px;
    color: #2b587a;
  }

  .fb-comment-like {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  header .logo h1 span {
    line-height: 30px;
  }
}

.additional-link {
  text-decoration: none;
}

.newblock {
  margin: 0;
  margin-bottom: 25px;

  font-size: 27px;
  line-height: 40px;
  color: red;
}

.vpouste {
  margin-bottom: 20px;
  padding: 15px;

  background: #ffefbf;
  border: 5px solid #ed1b24;;
}

html,
body {
  scroll-behavior: smooth;
}

.fb-comment-load .fb-comment-text img {
  width: 100%;
  max-width: 500px;
}

#gifOne {
  float: left;
  max-width: 300px;
  margin: 0 10px 0 0;
}
#gifTwo {
  float: right;
  max-width: 350px;
  margin: 0 0 0 10px;
}

@media(max-width:539px) {
  #gifOne,
  #gifTwo {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .fb-comment-load:not(:nth-last-child(-n+5)) {
    display: none;
  }
}
.terms__block {
  position: relative;
  bottom: -107px;
  z-index: 1;

  text-align: center;
}
.terms__block a {
  color: #a12000;
}

a:hover {
  color: rgb(255, 0, 0);
  text-decoration: none;
}

.product__img {
  display: block;
  clear: both;
  max-width: 300px;
  margin: 20px auto;
}

.priceс span {
  display: block;
  margin-bottom: 5px;
}

.post p {
    padding: 5px 0;
}