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

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

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

::-ms-clear {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

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

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
  outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0;
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}

input:invalid {
  box-shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.3;
  color: #222;
  background-color: #f4f7fa;
}

#title_block {
  width: 100%;
}

.title_block_wrapper {
  width: 100%;
  height: 100%;
}

.title_block_content {
  position: relative;
  width: 100%;
  height: 100%;
}

.toplogo picture {
  display: block;
  line-height: 0;
}

.mainLogo {
  max-width: 299px;
}

.toplogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.journal {
  width: 88px;
}

.title_block_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #000 !important;
  opacity: 0.6;
}

.title_block_texts {
  position: relative;
  z-index: 9;
  background: transparent !important;
  padding: 21px;
}

.title_block_bread span {
  color: #fff;
  font: bold 10px/16px "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.88;
}

.title_h1 {
  font: 600 28px/1.2 "IBM Plex Sans", sans-serif;
  color: #fff;
}

.title_bq {
  border-left: 4px solid #349dee;
  padding-left: 16px;
  color: #fff;
  opacity: 0.88;
  font-size: 24px;
  line-height: 1.5;
}

.title_block_author {
  margin-top: 26px;
}

.tauthor {
  font: 600 19px/24px "IBM Plex Sans", sans-serif;
  color: #349dee;
}

.tdate {
  margin-top: 2px;
  color: #fff;
  font: 500 10px/16px "IBM Plex Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title_block_texts div {
  background: transparent !important;
}

#topwrap {
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
}

#bodyWrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
  width: 100%;
  height: 100%;
}

#wrapper {
  max-width: 1000px;
  margin: 0px auto;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

@media screen and (max-width: 1020px) {
  #content {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .topleft {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .topleft {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  #content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 420px) {
  .title_bq {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .tauthor {
    font-size: 14px;
  }
}

@media screen and (min-width: 1300px) {
  #wrapper {
    max-width: 1000px;
  }

  #content {
    width: 100%;
  }

  #topwrap {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1600px) {
  #wrapper {
    max-width: 1000px;
  }

  #content {
    width: 100%;
  }

  #topwrap {
    max-width: 1000px;
  }
}

a:active,
a:focus {
  outline: none;
}

input {
  outline: none;
}

input:active {
  outline: none;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input {
  outline: none;
}

a.button {
  font-size: 120%;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: table;
  margin: 25px auto;
  width: 400px;
  max-width: 100%;
  border-radius: 15px;
  text-decoration: none;
  padding: 15px;
  line-height: 1.3;
}

.padWrap {
  padding: 1em 15px 1px;
}

.block-bg {
  background-color: rgb(234, 193, 159);
  padding: 10px;
}

#content .order_block {
  display: none;
}

input[value="Получить бесплатно"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 3px #242120;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

input[value="Получить бесплатно"]:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form__input {
  padding: 15px;
  border: 2px solid grey;
  border-radius: 5px;
  font-size: 16px;
  display: block;
  width: 100%;
}

input {
  font-size: 16px;
}

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

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

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

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

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

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 14px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block h3 {
  font: 700 18px Arial !important;
  background: 0 0;
}

.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);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 20%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/cross1.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: pointer;
}

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

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

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

.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;
  transition-timing-function: ease-in-out;
}

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

  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg);
  }

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

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

.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;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.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: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-before;
  animation: 0.5s ease 0.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;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-after;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }

  .close-popup {
    right: 0;
  }
}

@media screen and (max-width: 345px) {
  .cursor-text {
    line-height: 40px !important;
    font-size: 10px !important;
  }
}

.form {
  background-color: #fff;
  height: auto;
}

@media (max-width: 600px) {
  a.button {
    width: 80%;
  }
}

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

.timer {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
}

#clock span {
  color: #f00;
  font-weight: bold;
}

label {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.form_btn {
  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;
  width: 100%;
}

.form_btn:hover {
  opacity: 0.8;
}

.order_block h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 5px 10px;
  color: #fff;
  display: block;
  width: 100%;
  background: #0a78c2;
}

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

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

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

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

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -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(0px);
  }
}

@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: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

@media all and (max-width: 520px) {
  .spin-wrapper {
    margin-bottom: 20px;
  }

  .cursor-text {
    line-height: 36px;
    font-size: 7px;
  }

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

.price {
  display: flex;
  align-items: flex-end;
  margin: 0 auto !important;
  max-width: 400px;
}

.price__item {
  width: 50%;
}

.price__old {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
  border-right: 1px solid #444444;
}

.price__new {
  padding-left: 10px;
}

.price__item-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 700;
  display: flex;
}

.price__old .price__item-title {
  text-align: right;
}

.price__item-content {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 !important;
}

.price__old .price__item-content {
  text-decoration: line-through;
}

.img-caption {
  font-size: 0.9em;
  text-align: center;
  font-style: italic;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.content-img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

li:not(:last-child) {
  margin-bottom: 5px;
}

.block-bg__title {
  margin-top: 0;
}

.block-bg p:last-of-type {
  margin-bottom: 0;
}

#bodyWrapper {
  margin-bottom: 25px;
}

.comment {
  float: left;
  width: 100%;
}

.comment:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.comments__list:after {
  content: "";
  display: block;
  clear: both;
}

.comment__ava {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.comment__text {
  margin-left: 60px;
}

.comment__name {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.tcenter {
  text-align: center;
}

.order-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.order-info {
  width: 100%;
}

.form-wrap {
  max-width: 350px;
  width: 100%;
}

.form_btn--bottom {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.comment__name span {
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 1.3;
  }
}

.live {
  display: block;
  max-width: 300px;
  margin-top: 5px;
  width: 100%;
}

.product-wrap {
  max-width: 320px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .order-inner {
    flex-direction: column;
  }

  .product-wrap {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 250px;
  }

  ul {
    padding-left: 25px;
  }

  .title_h1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .pop-up-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .pop-up-text {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  body {
    font-size: 16px;
    line-height: 1.3;
  }

  .order_block h2 {
    margin-bottom: 25px;
  }

  h3 {
    font-size: 18px;
  }
}

.pop-up-button:hover {
  opacity: 0.8;
}

.price__item-content--new {
  color: red;
}

@media screen and (max-width: 639px) {
  .title_h1 {
    font-size: 20px !important;
  }

  .title_bq {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }
}

@media screen and (max-width: 479px) {
  .title_h1 {
    font-size: 18px !important;
  }

  .title_bq {
    font-size: 16px !important;
  }

  .order_block h2 {
    font-size: 20px;
  }

  .journal {
    display: none;
  }

  .toplogo {
    padding: 10px 15px;
  }
}

#form {
  margin-top: 30px;
}

.no-wrap {
  white-space: nowrap;
}