a {
  outline: none;
  cursor: pointer !important;
}

body {
  top: 0;
  color: #1b354a;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto;
  overflow-x: hidden;
  cursor: default;
}

a {
  text-decoration: underline;
  color: #00f;
  cursor: auto;
}

a:hover {
  color: #3434fd;
  text-decoration: none;
}

h1 {
  margin: 0 0 17px;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #1b354a;
}

h2 {
  margin: 18px 0;
  font-family: sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  color: #1b354a;
}

img {
  max-width: 100%;
}

ul li,
ol li {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

p {
  margin: 0;
  padding: 10px 0;
}

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

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.time {
  line-height: 20px;
  display: inline-block;
  font-size: 11px;
  font-family: sans-serif;
  color: #909090;
  margin-left: 15px;
}

.header_line_2 {
  margin-top: 0;
  padding-bottom: 6px;
}

.links {
  padding-top: 5px;
  font-size: 0;
  position: relative;
  margin-left: 69px;
  display: inline-block;
}

.links li {
  font-family: sans-serif;
  font-size: 14px;
  color: #1b354a;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  letter-spacing: 0.9px;
}

.links li:hover {
  color: #5296db;
}

.links li:nth-child(1) {
  margin-right: 11px;
}

.links li:nth-child(2) {
  margin-right: 11px;
}

.links li:last-child {
  margin-right: 0;
}

.chosen_link {
  border-radius: 3px;
  border: 2px solid #05519d;
  padding: 4px;
}

.search {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: transparent url('../fonts/search.svg') no-repeat scroll center center/20px 20px;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.search:hover {
  opacity: 0.7;
}

.text_section {
  position: relative;
  width: 100%;
  background: #260701;
  padding-bottom: 10px;
}

.white_base {
  position: relative;
}

.base {
  padding: 40px 40px 0;
  width: 940px;
  background-color: #fff;
  overflow: hidden;
}

button,
input {
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
}

b {
  font-family: sans-serif;
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}

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

.order_block img {
  width: 20%;
}

.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
}

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

.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: 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: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

.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: 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%;
  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;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }
  .time {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header_line_2 {
    text-align: center;
  }
  .base {
    width: calc(100% - 50px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .container {
    width: 100% !important;
  }
  .wr-search {
    display: none;
  }
  .links {
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  p,
  td {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .base p {
    font-size: 18px;
  }
}

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

:focus,
:active {
  outline: none;
}

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

header {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button {
  font-family: sans-serif;
}

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: 400;
}

input[type='text'] {
  -webkit-appearance: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
b,
center,
ol,
ul,
li,
form,
label,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  -webkit-font-feature-settings: inherit;
  -moz-font-feature-settings: inherit;
  font-feature-settings: inherit;
  -webkit-font-language-override: inherit;
  -moz-font-language-override: inherit;
  font-language-override: inherit;
  -webkit-font-kerning: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul {
  list-style: outside none none;
}

header {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background: transparent repeat scroll 0% 0%;
}

@media (max-width: 530px) {
  body {
    position: relative;
  }
}

.article__title {
  font: 24px/28px sans-serif;
  padding: 4px 0;
}

.article__text {
  font: 16px/24px sans-serif;
  color: #333;
  padding-left: 0;
  padding-top: 24px;
}

@media (max-width: 1280px) {
  .article__text {
    padding-left: 0;
  }
}

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

.article__text p {
  padding: 0 0 30px;
  text-align: left !important;
}

.article__text a {
  text-decoration: underline;
  color: #0095da;
}

.article__text b {
  font-weight: 700;
}

.of-site {
  font: bold 30px/100% sans-serif;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

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

input {
  outline: none;
}

input:active {
  outline: none;
}

:focus {
  outline: none;
}

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

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

.order_form {
  padding: 20px 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  font-family: sans-serif;
}

.radio[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio[type='radio']:not(:checked) label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.radio[type='radio']:not(:checked) label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.radio[type='radio']:not(:checked) label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio[type='radio']:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.radio[type='radio']:disabled:not(:checked) label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.radio[type='radio']:not(:checked):focus label:before {
  border-color: #919191;
}

.checkbox[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox[type='checkbox']:not(:checked) label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.checkbox[type='checkbox']:not(:checked) label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.checkbox[type='checkbox']:not(:checked) label:after {
  content: 'вњ”';
  color: #fd3a13;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  font-size: 17px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox[type='checkbox']:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox[type='checkbox']:disabled:not(:checked) label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox[type='checkbox']:not(:checked):focus label:before {
  border-color: #919191;
}

.radio-tp-2[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-tp-2[type='radio']:not(:checked) label {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.radio-tp-2[type='radio']:not(:checked) label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.radio-tp-2[type='radio']:not(:checked) label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio-tp-2[type='radio']:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.radio-tp-2[type='radio']:disabled:not(:checked) label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.radio-tp-2[type='radio']:not(:checked):focus label:before {
  border-color: #919191;
}

body {
  font: 13px/23px sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input[type='tel'],
input[type='text'] {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol li {
  list-style-type: decimal;
}

img.comm_photo {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.order_block,
.order_block * {
  box-sizing: border-box;
  transition: 0.2s;
  font-family: sans-serif;
}

.order_block {
  max-width: 650px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}

.order_block .order_offer {
  text-align: center;
}

.order_block .order_offer img {
  max-width: 100%;
  width: auto;
}

.order_pre_form {
  padding: 20px 20px 0;
}

.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}

.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px;
}

.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.order_form .order_form_row input {
  width: 100% !important;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}

.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: none;
  border: 2px solid #cecece;
}

.order_form .order_form_button {
  box-shadow: 0 1px 0 0 #f5978e inset;
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 0 #810e05;
}

.order_form .order_form_button:hover {
  background: #c62d1f;
}

.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}

.order_timer_block {
  line-height: 1;
  font-weight: 700;
}

.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.order_timer_block .order_timer {
  font-size: 21px;
}

.time_remains {
  color: red;
}

.ord_button {
  background-color: #fc0a10;
  color: #fff !important;
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px !important;
  box-shadow: 2px 3px 8px #999;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
  background-color: #772133;
  box-shadow: 2px 3px 3px #999;
  text-decoration: none !important;
  transform: scale(1.1);
}

body,
html {
  margin: 0;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 250px !important;
  border: 1px solid rgba(4, 15, 29, 0.81);
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 10px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 0 !important;
}

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

.order_block img {
  width: 55%;
  margin: 20px auto !important;
}

.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
}

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

.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: 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: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

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

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

@media screen and (max-width: 600px) {
  .order_block img {
    width: 60%;
  }
}

@media screen and (max-width: 400px) {
  .order_block img {
    width: 80%;
  }
}

b,
body,
div,
h1,
h3,
header,
html,
img,
p,
span,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

header {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: #b88b58;
  text-decoration: none;
}

.Body {
  font-size: 16px;
  line-height: 24px;
}

.Body > * {
  max-width: 980px;
}

.Body a {
  color: inherit;
  box-shadow: inset 0 -1px #b88b58;
}

.Body a:hover {
  color: #b88b58;
}

.Body p,
.Body li {
  margin-bottom: 15px;
  font-size: 18px;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}

.MaterialMeta {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  font-weight: 400;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}

.MaterialMeta--source {
  background-position-y: 1px;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    background-position-y: 4px;
    white-space: nowrap;
  }
}

.MaterialMeta--time {
  background-size: 12px 12px;
  display: inline-flex;
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-title {
  text-align: center;
  margin-bottom: 20px;
}

.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 26px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}

.Body a {
  color: #00f;
}

.Body a:hover {
  box-shadow: none;
}

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

input {
  outline: 0;
}

input:active {
  outline: 0;
}

:focus {
  outline: 0;
}

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

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

.of-site:hover {
  color: rgba(255, 0, 0, 0.72) !important;
  transition: 0.3s;
  text-decoration: underline;
}

.ord_button {
  background-color: #fa3d3d;
  color: #fff !important;
  display: inline-block;
  padding: 10px 30px;
  font-size: 22px !important;
  box-shadow: 2px 3px 8px #999;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
  text-shadow: 1px 1px 0 #565656;
  font-weight: 500;
}

.ord_button:hover {
  background-color: #772133;
  box-shadow: 2px 3px 3px #999;
  text-decoration: none !important;
  transform: scale(1.1);
}

.main-block img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.main-block li {
  margin-bottom: 15px;
}

.comments-block img:not(.ava-img) {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 15px 0;
}

.btn-main {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 10px 15px;
  color: #fff;
  background: #00f;
}

.comments-block > div {
  margin-bottom: 30px;
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .Body p,
  .Body li {
    font-size: 16px;
  }
  .MediaMaterialHeader-first {
    font-size: 18px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .Body p,
  .Body li {
    font-size: 18px;
  }
  .MediaMaterialHeader-first {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .Body p,
  .Body li {
    font-size: 19px;
  }
  .MediaMaterialHeader-first {
    font-size: 26px;
  }
}

.comment-name,
.comment-bottom {
  margin-left: 65px;
  font-size: 18px !important;
}

.comment-name {
  font-weight: 700;
}

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

.hi {
  left: 50% !important;
  transform: translateX(-50%);
}

.main_content p.door__sales {
  left: 0 !important;
}

@media (max-width: 767px) {
  .door__sales {
    font-size: 20px !important;
  }
  .main_content p.door__sales {
    padding: 10px !important;
  }
}

.door__container {
  display: flex;
  justify-content: space-around;
}

.box {
  perspective: 500px;
  position: relative;
}

.box,
.door {
  width: 190px;
  height: 400px;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}

.door,
.hi {
  position: absolute;
  top: 0;
  left: 0;
}

.door {
  background-image: url(../images/door_1.png);
  background-repeat: no-repeat;
  transform: rotateY(0deg);
  display: inline-block;
  transition: all 0.75s ease;
  transform-origin: 0% 0%;
  cursor: pointer;
}

#door__2 {
  background-image: url(../images/door2_1.png);
}

#door__3 {
  background-image: url(../images/door3_1.png);
}

.door:hover {
  transform: rotateY(-30deg);
}

.door.open {
  transform: rotateY(-85deg);
}

.door__sales {
  position: relative;
  top: 140px;
  font-size: 46px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px !important;
  box-shadow: 0 1px 2px 2px #7f7878;
}

.door__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px 0;
  border-radius: 0.5em;
}

@media (max-width: 840px) {
  .door__sales {
    font-size: 20px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    border-radius: 30px !important;
  }
  .box,
  .door {
    width: 95px;
    height: 200px;
  }
  .door {
    background-image: url(../images/media_door_1.png);
  }
  #door__2 {
    background-image: url(../images/media_door2_1.png);
  }
  #door__3 {
    background-image: url(../images/media_door3_1.png);
  }
}

@media (max-width: 360px) {
  .box + .box {
    margin-left: 15px;
  }
  .door__sales {
    font-size: 25px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    left: 0 !important;
    border-radius: 30px !important;
  }
}

.order_block,
.spin-result-wrapper {
  display: none;
}

.spin-result-wrapper {
  max-width: 100%;
  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: 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: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

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

.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-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;
  background: #fff 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: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  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: 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: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.text_small {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}

@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-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.order_block h3 {
  text-align: center;
  font-size: 20px;
}

.time_remains {
  color: red;
}

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

@media screen and (min-width: 992px) {
  #scroll-point-2 {
    display: none;
  }
}

@media (max-width: 479px) {
  .box,
  .door {
    width: 86px;
    height: 182px;
    background-size: contain;
  }
}

.block-7 {
  box-sizing: border-box !important;
  border: 3px dashed #eaeaea !important;
  background: transparent !important;
  padding: 14px !important;
  width: 100% !important;
  margin-bottom: 16px;
}

.block-4 {
  border-left: 5px solid #39b4ff !important;
  padding: 10px 25px 10px 25px !important;
  margin: 10px 35px !important;
  color: #39b4ff !important;
  box-sizing: border-box !important;
}

.block-14 {
  width: 100% !important;
  margin: auto auto 8px auto !important;
  max-width: 600px !important;
  text-align: center !important;
  background: #f7f7f7 !important;
  padding-bottom: 10px !important;
}

.block-5 {
  border-left: 5px solid red !important;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 16px;
}

.art-subtitle {
  font-size: 22px;
}

.order_block img {
  width: 100% !important;
  max-width: 380px !important;
}

@media (max-width: 768px) {
  .art-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .art-subtitle {
    font-size: 19px;
  }
}

.Body p,
.Body li {
  padding-bottom: 0px;
}

.of-site:hover {
  color: #000 !important;
  text-decoration: none;
}

.door__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px 0;
  border-radius: 0.5em;
}

.door__container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}

.box {
  perspective: 500px;
  position: relative;
}

.box,
.door {
  width: 190px;
  height: 400px;
  box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919;
}

@media (max-width: 840px) {
  .box,
  .door {
    width: 95px;
    height: 200px;
  }
}

.hi {
  left: 50%;
  transform: translateX(-50%);
}

.door,
.hi {
  position: absolute;
  top: 0;
  /*left: 0;*/
}

.door__sales {
  position: relative;
  top: 140px;
  font-size: 46px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px !important;
  box-shadow: 0px 1px 2px 2px #7f7878;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}

@media (max-width: 840px) {
  .door__sales {
    font-size: 20px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    border-radius: 30px !important;
  }
}

@media (max-width: 360px) {
  .door__sales {
    font-size: 25px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    left: 0 !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
  }
}

.door {
  background-image: url(../images/door.png);
  background-repeat: no-repeat;
  transform: rotateY(0deg);
  display: inline-block;
  transition: all 0.75s ease;
  transform-origin: 0% 0%;
  cursor: pointer;
  left: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
}

.door:hover {
  transform: rotateY(-30deg);
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  -ms-transform: rotateY(-30deg);
  -o-transform: rotateY(-30deg);
}

#door__2 {
  background-image: url(../images/door2.png);
}

#door__3 {
  background-image: url(../images/door3.png);
}

@media (max-width: 840px) {
  .door {
    background-image: url(../images/media_door.png);
  }

  #door__3 {
    background-image: url(../images/media_door3.png);
  }

  #door__2 {
    background-image: url(../images/media_door2.png);
  }
}

.door.open {
  transform: rotateY(-85deg);
  -webkit-transform: rotateY(-85deg);
  -moz-transform: rotateY(-85deg);
  -ms-transform: rotateY(-85deg);
  -o-transform: rotateY(-85deg);
}

.spin-result-wrapper {
  max-width: 100%;
  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;
}

.order_block,
.spin-result-wrapper {
  display: none;
}

.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: 0.7s ease 0s normal none 1 running pop-up-appear;
  -webkit-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%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.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 none;
  cursor: pointer;
  outline: medium none;
}

.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: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@media screen and (max-width: 336px) {
  .box,
  .door {
    width: 88px;
    height: 185px;
  }
}

.ramka {
  background: #f2f2f2;
  border: 2px #000 solid;
  padding: 12px 15px 0 15px;
}

.txt-center {
  text-align: center;
  font-weight: 700;
}

.txt-red {
  color: red;
}

.prod-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 640px) {
  .prod-img {
    max-width: 300px;
  }
}

.order_block h3 {
  text-align: center;
  font-size: 20px;
}

.price-bl {
  text-align: center;
  margin-bottom: 20px;
}

.price-bl s {
  padding-right: 6px;
}

.price-bl b {
  color: red;
  padding-left: 6px;
}

.input-roulette {
  display: block;
  margin: 0 auto 10px;
  width: 100%;

  height: 42px;
  padding: 0 10px;
  font-size: 16px;
  border: 2px solid #e9d7dc;
  box-sizing: border-box;
  outline: none;
}

.button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: red;
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 250px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 8px 16px;
  height: auto;
}

.button {
  transition: 0.2s;
  font-family: sans-serif;
  font-size: 24px !important;
  font-weight: 300 !important;
}

.lead-form-box {
  display: none;
}

#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.order_block,
.order_block * {
  box-sizing: border-box;
  transition: 0.2s;
  font-family: sans-serif;
}

.order_block {
  max-width: 430px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}

.order_block .order_offer {
  text-align: center;
}

.order_block .order_offer img {
  max-width: 100%;
  width: auto;
}

.order_pre_form {
  padding: 20px 20px 0 20px;
}

.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}

.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px 20px;
}

.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.order_form .order_form_row input {
  width: 100% !important;
  padding: 7px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 414px) {
  .order_form .order_form_row input {
    font-size: 14px;
  }
}
.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: none;
  border: 2px solid #cecece;
}

.order_form .order_form_button {
  box-shadow: 0 1px 0 0 #f5978e inset;
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 0 #810e05;
}

.order_form .order_form_button:hover {
  background: #c62d1f;
}

.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}

.order_timer_block {
  line-height: 1;
  font-weight: bold;
}

.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.order_timer_block .order_timer {
  font-size: 21px;
}

.time_remains {
  color: red;
}

.box-popup-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

.box-tooltip {
  background: #fff;
  font-size: 18px;
  padding: 20px;
  width: 90%;
  max-width: 320px;
  margin: 80px auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.box-tooltip:hover .box-tooltip-btn {
  background: #62a30e !important;
  transition: 0.2s !important;
}

.box-tooltip-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #333 !important;
  text-align: center !important;
  font-family: sans-serif;
}

.box-tooltip-ico {
  width: 100% !important;
  padding: 20px !important;
  padding-top: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.box-tooltip-ico img {
  height: 80px !important;
  width: auto !important;
}

.box-tooltip-btn {
  background: #70b31a !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-family: sans-serif;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 16px 0 !important;
  border-radius: 15px !important;
  text-align: center !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  animation: scale 0.4s infinite !important;
  animation-direction: alternate !important;
}

.afterlose-boxes_item {
  opacity: 0.6;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-iteration-count: 1;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.base {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .base {
    width: 100% !important;
    margin-left: 0px;
  }

  .order_form_button {
    font-size: 13px;
  }

  .hi {
    top: 10% !important;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

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

#boxesContainer {
  width: 100%;
  margin: auto;
  max-width: 600px;
}

.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}

.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  color: #fff;
}

#tries_count {
  font-size: 19px;
}

.boxes {
  margin: 10px 0;
}

.boxes_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.boxes_item.afterlose-boxes_item {
  cursor: default;
}

.boxes_item.afterlose-boxes_item:hover {
  -webkit-transform: none;
  transform: none;
}

.boxes_item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.win_prize {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #e72c2a !important;
  text-transform: uppercase !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
}

@media (max-width: 479px) {
  .boxes div {
    width: 32%;
  }

  .win_prize {
    font-size: 21px !important;
  }
}

@media (max-width: 319px) {
  .boxes div {
    width: 48%;
  }

  .win_prize {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .Body p,
  .Body li,
  .Body h2,
  .Body b,
  .Body td {
    font-size: 18px;
  }
}

.links {
  padding-top: 15px;
}

.time {
  font-size: 15px;
}

.comment-bottom img {
  max-width: 300px;
  width: 100%;
}

.App-content {
  background: #182847;
}

.MediaMaterialHeader-first {
  line-height: 1.2;
}

.Material-container {
  max-width: 900px;
  margin: 20px auto;
}

.MediaMaterial-meta {
  margin-bottom: 15px;
}

form select {
  font-size: 21px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  width: 100% !important;
  text-indent: 7px;
}

.order_timer_block p,
.order_timer {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .rub-ramka {
    text-align: left !important;
  }

  .spin-result-wrapper {
    padding: 0 16px;
  }

  .Body .ruletka-p.pop-up-text {
    font-size: 17px;
  }
}

@media (max-width: 1019px) {
  .base {
    width: calc(100% - 20px);
    padding-top: 0px;
  }

  .links {
    height: 56px;
  }
}

@media (max-width: 670px) {
  .doc {
    display: block;
    padding: 15px;
    text-align: center;
  }

  .doc img {
    margin: 0 auto 15px;
  }

  .header_line_2 {
    display: none;
  }
}

.comments__kma > div {
  transition: all 0.3s ease;
}

.comment-add {
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.comment-hide {
  transform: translateY(calc(-100% - 15px));
}

.comment-write {
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.comment-write img {
  margin-right: 20px;
}

.comments__kma {
  overflow: hidden;
}

.loading {
  font-style: italic;
}

.loading img {
  display: inline;
  width: 60px !important;
}

.loading:after {
  content: '.';
  animation: loading 1s ease alternate infinite;
}

@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }
  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}

@keyframes race {
  0% {
    transform: skew(0, -3deg);
  }
  25% {
    transform: skew(0, 3deg);
  }
  50% {
    transform: skew(0, -3deg);
  }
  75% {
    transform: skew(0, 3deg);
  }
  100% {
    transform: skew(0);
  }
}

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

.order_block img {
  width: 80%;
  max-width: 303px;
}

.order_block h3 {
  font: bold 18px sans-serif !important;
  background: 0 0;
}

p.door__sales {
  left: 0 !important;
}

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

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

.article__text p.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 none;
  cursor: pointer;
  outline: medium none;
}

.danger-text {
  color: red !important;
}

@media (max-width: 767px) {
  .door__sales {
    font-size: 20px !important;
  }

  p.door__sales {
    padding: 10px !important;
  }
}

.box {
  position: relative;
}

.hi {
  left: 50%;
  transform: translateX(-50%);
}

.msg {
  background-image: url(../images/prod_1.png);
  background-repeat: no-repeat;
  background-size: 47%;
  background-position: 350px 80px;
}

.ord_button:hover {
  transform: scale(1.02);
}

.quiz-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  background: #b5e9ff;
  padding: 25px;
  text-align: center;
}

.quiz-item {
  display: none;
}

.quiz-item.active {
  display: block;
}

.quiz-item p {
  font-size: 1.5rem;
  text-align: left;
}

.quiz-answer {
  text-align: left;
}

.quiz-answer label {
  display: block;
}

.text-alert-2 {
  color: #929292;
}

.alert-block-2 {
  padding: 15px;
  background: #dbffdb;
}

.btn-main {
  display: inline-block;
  padding: 15px 25px 17px;
  margin: 20px 0 0;
  background: #2035dc;
  color: #fff !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transition: all 0.5s;
}

.result-block {
  display: none;
}

.btn-main-2 {
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 35px 12px;
  color: #fff !important;
  background: #2035dc;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.inL_876411 {
  color: rgb(5, 81, 157);
}
.inL_942152 {
  color: red;
}
.inL_305775 {
  padding-top: 0px;
}
.inL_865075 {
  text-align: center !important;
}
.inL_872110 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_486595 {
  color: darkred;
  font-size: 24px;
}
.inL_187237 {
  text-align: center !important;
}
.inL_679707 {
  color: darkred;
  font-size: 24px;
}
.inL_917896 {
  text-align: center !important;
}
.inL_85038 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_324201 {
  text-align: center !important;
}
.inL_884826 {
  max-width: 320px !important;
  width: 100% !important;
}
.inL_205107 {
  text-align: center !important;
}
.inL_262776 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_186057 {
  text-align: center !important;
}
.inL_889684 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_851252 {
  text-align: center !important;
}
.inL_702919 {
  text-align: center !important;
}
.inL_271661 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_391122 {
  text-align: center !important;
}
.inL_670578 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_909597 {
  text-align: center !important;
}
.inL_722618 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_8175 {
  text-decoration: none;
}
.inL_322009 {
  text-decoration: none;
}
.inL_117166 {
  text-decoration: none;
}
.inL_421589 {
  text-decoration: none;
}
.inL_308585 {
  text-decoration: none;
}
.inL_475573 {
  text-decoration: none;
}
.inL_164122 {
  text-decoration: none;
}
.inL_459181 {
  font-style: italic;
}
.inL_154152 {
  margin-bottom: 8px;
  text-align: left;
}
.inL_101112 {
  text-align: center !important;
}
.inL_460097 {
  max-width: 440px !important;
  width: 100% !important;
}
.inL_515749 {
  text-decoration: none;
}
.inL_665588 {
  text-decoration: none;
}
.inL_380559 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_303475 {
  color: green;
}
.inL_265653 {
  color: green;
}
.inL_811326 {
  color: green;
}
.inL_223796 {
  color: green;
}
.inL_10125 {
  text-decoration: none;
}
.inL_414838 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_827194 {
  color: green;
}
.inL_885109 {
  color: green;
}
.inL_515590 {
  color: green;
}
.inL_40893 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_325640 {
  color: green;
}
.inL_493857 {
  color: green;
}
.inL_77500 {
  color: green;
}
.inL_276682 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_638525 {
  color: green;
}
.inL_847904 {
  color: green;
}
.inL_997366 {
  color: green;
}
.inL_874630 {
  color: green;
}
.inL_654890 {
  color: green;
}
.inL_573760 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_948916 {
  color: green;
}
.inL_857955 {
  color: green;
}
.inL_599660 {
  color: green;
}
.inL_654513 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_8380 {
  color: green;
}
.inL_247561 {
  color: green;
}
.inL_583314 {
  color: green;
}
.inL_695913 {
  text-align: center !important;
}
.inL_168719 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_187391 {
  text-decoration: none;
}
.inL_169057 {
  text-decoration: none;
}
.inL_812159 {
  text-decoration: none;
}
.inL_318501 {
  text-align: center !important;
}
.inL_510247 {
  max-width: 750px !important;
  width: 100% !important;
}
.inL_188328 {
  text-decoration: none;
}
.inL_734100 {
  text-decoration: none;
}
.inL_605520 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_776078 {
  text-decoration: none;
}
.inL_737384 {
  text-decoration: none;
}
.inL_448622 {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}
.inL_688922 {
  color: green;
}
.inL_343750 {
  color: green;
}
.inL_47056 {
  color: green;
}
.inL_26306 {
  color: green;
}
.inL_911687 {
  text-decoration: none;
}
.inL_313468 {
  text-decoration: none;
}
.inL_904942 {
  color: red;
}
.inL_248992 {
  text-decoration: none;
}
.inL_517520 {
  font-weight: bold;
  font-family: sans-serif;
}
.inL_716217 {
  text-align: left;
  display: block;
  margin: 1.5em 0px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.inL_713000 {
  text-align: center;
  display: inline;
}
.inL_860016 {
  text-align: center;
  display: inline;
}
.inL_762273 {
  margin-top: 10px;
}
.inL_701029 {
  font-size: 20px;
}
.inL_537647 {
  font-size: 20px;
}
.inL_989642 {
  color: #000;
}
.inL_47468 {
  font-size: 20px;
}
.inL_383786 {
  font-size: 20px;
}
.inL_53403 {
  color: black;
}
.inL_82180 {
  color: black;
}
.inL_179267 {
  font-weight: bold;
  font-size: 26px;
}
.inL_12120 {
  display: none;
}
.inL_391247 {
  visibility: hidden;
}
.inL_797484 {
  display: none;
}
.inL_399089 {
  display: none;
}
.inL_352827 {
  color: #00f;
  font-weight: 700;
}
.inL_53216 {
  color: #00f;
  font-weight: 700;
}
.inL_962759 {
  color: #00f;
  font-weight: 700;
}
.inL_493168 {
  color: #00f;
  font-weight: 700;
}
.inL_480083 {
  color: #00f;
  font-weight: 700;
}
.inL_805026 {
  color: #00f;
  font-weight: 700;
}
.inL_606932 {
  color: #00f;
  font-weight: 700;
}
.inL_612566 {
  color: #00f;
  font-weight: 700;
}
.inL_312908 {
  color: #00f;
  font-weight: 700;
}
.inL_322200 {
  color: #00f;
  font-weight: 700;
}
.inL_973332 {
  color: #00f;
  font-weight: 700;
}
.inL_933561 {
  color: #00f;
  font-weight: 700;
}
.inL_584689 {
  color: #00f;
  font-weight: 700;
}
.inL_817747 {
  color: #00f;
  font-weight: 700;
}

.error {
  font-size: 14px;
  color: red;
}
[scroll='goScrollToForm'] {
  cursor: pointer;
}
.prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.old span {
  text-decoration: line-through;
}
.new span {
  color: red;
}
.popup-title {
  font-size: 25px;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/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: pointer;
}
@media all and (max-width: 520px) {
  .close-popup {
    right: 0 !important;
  }
}

.pop-up-layer-show,
.quiz-item.active {
  display: block;
}

.quiz-answer,
.quiz-item p {
  text-align: left;
}

.quiz-item,
.result-block {
  display: none;
}

.quiz-item p {
  font-size: 1.5rem;
}

.quiz-answer label {
  display: block;
  font-size: 16px;
}

.quiz-block {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  margin: 0 0 20px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 45%);
  box-shadow: 0 0 10px rgb(0 0 0 / 45%);
  background: #b5e9ff;
  padding: 25px;
  text-align: center;
}
.pop-up-window {
  position: absolute;
  max-width: 400px;
  width: 85%;
  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;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.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;
}
@keyframes pop-up-appear {
  0% {
    transform: translate(-50%, -2000px);
  }
  30% {
    transform: translate(-50%, 100px);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 520px){
  .close-popup {
    right: 0 !important;
  }
}