@charset "UTF-8";

@import url("_carousel.css");

.submit-roulette:hover {
  background: #b00;
  transition: background 0.3s;
}

.additional-form-fields {
  margin-bottom: 10px;
  padding-left: 5px;
  height: 42px;
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#order_form input {
  display: flex;
}

.submit-roulette:active {
  box-shadow: none;
  transform: translateY(2px);
}

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

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

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

.input-roulette::placeholder {
  font-size: 0.9em;
}

.input-roulette {
  display: block;
  margin: 10px auto;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 5px;
  width: 300px;
  height: 42px;
  max-width: 100%;
}

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
  margin-bottom: 10px;
  padding-left: 5px;
  height: 42px;
}

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

.ruletka-p h2 {
  margin-bottom: 15px;
  font-size: 25px;
}

.ruletka-a {
  color: #1697ce;
}

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

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}

.danger-text {
  font-weight: 700;
  color: red;
}

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

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

.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

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

.cursor-text {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45% !important;
  height: 45%;
  -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;
  font: 16px sans-serif !important;
  line-height: 61px !important;
  text-align: center;
  background:
    -webkit-gradient(
      radial,
      center center,
      0,
      center center,
      100%,
      color-stop(0%, white),
      color-stop(100%, #eaeaea)
    );
  background:
    radial-gradient(
      center,
      ellipse cover,
      white 0%,
      #eaeaea 100%
    );
  background: radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
  background-color: #ccc;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
  -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;
}

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

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
}

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

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

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

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

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

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

.pop-up-button {
  outline: medium;
  border: medium;
  border-radius: 5px;
  padding: 10px 20%;
  font-size: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #71c341;
  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;
}

.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;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  max-width: 400px;
  text-align: center;
  background: #fff none repeat scroll 0% 0%;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

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

.text_small {
  font-weight: 400 !important;
  font-size: 0.5em !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 {
  text-decoration: none !important;
  color: #fff !important;
}

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

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

@media screen and (max-width: 520px) and (max-width: 345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important;
  }

  .cursor-text {
    font-size: 11px !important;
    line-height: 40px !important;
  }
}

.door__wrapper {
  width: 1000px;
  max-width: 100%;
}

.wheel-img {
  position: relative;
  user-select: none;
}

.wheel-img__numbers {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  user-select: none;
}

.wheel-img__number {
  position: absolute;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1;
  color: #000;
}

.wheel-img__number::before {
  content: "%";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  font-size: 0.7em;
}

.wheel-img__number:nth-child(1) {
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

.wheel-img__number:nth-child(2) {
  left: 75%;
  top: 25%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.wheel-img__number:nth-child(3) {
  left: 85%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(90deg);
}

.wheel-img__number:nth-child(4) {
  left: 75%;
  top: 75%;
  transform: translate(-50%, -50%) rotateZ(135deg);
}

.wheel-img__number:nth-child(5) {
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%) rotateZ(180deg);
}

.wheel-img__number:nth-child(6) {
  left: 25%;
  top: 75%;
  transform: translate(-50%, -50%) rotateZ(225deg);
}

.wheel-img__number:nth-child(7) {
  left: 15%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(270deg);
}

.wheel-img__number:nth-child(8) {
  left: 25%;
  top: 25%;
  transform: translate(-50%, -50%) rotateZ(315deg);
}

@media only screen and (max-width: 576px) {
  .wheel-img__number {
    font-size: 1.95em;
  }

  .wheel-img__number::before {
    top: 100%;
  }
}

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

  100% {
    transform: rotate(1620deg);
  }
}

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

.wheel-cursor {
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .box,
  .door {
    width: 95px;
    height: 200px;
  }
}

@media (max-width: 360px) {
  .box + .box {
    margin-left: 15px;
  }

  .hi {
    top: 60% !important;
    width: 100%;
    height: 100%;
  }

  .door__sales {
    left: 0 !important;
    right: 0 !important;
    top: 50px !important;
    display: table !important;
    margin: 0 auto !important;
    border-radius: 30px !important;
    padding: 30px 5px;
    font-weight: 700 !important;
    font-size: 22px !important;
    color: red !important;
  }
}

#form-block > center > div.order_block > img {
  width: 80% !important;
}

body * {
  font-family: sans-serif !important;
}

@media (max-width: 768px) {
  .card__item__sale .card__item__sale-100,
  .card__item__sale .card__item__sale-50,
  .card__item__sale .card__item__sale-30 {
    font-size: 22px !important;
  }
}

@media (max-width: 426px) {
  .card__item__sale .card__item__sale-100,
  .card__item__sale .card__item__sale-50,
  .card__item__sale .card__item__sale-30 {
    font-size: 15px !important;
  }
}

@media (max-width: 371px) {
  .card__item__sale .card__item__sale-100,
  .card__item__sale .card__item__sale-50,
  .card__item__sale .card__item__sale-30 {
    font-size: 11px !important;
  }
}

#form-block > center > div.order_block > h3 {
  margin: 15px auto;
}

.order-form {
  border: 1px solid #242124;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.order-form__price {
  display: inline-block;
  margin: 0 8px 16px;
}

.order-form__price:first-of-type {
  text-decoration: line-through;
}

.order-form__price:last-of-type {
  font-weight: 700;
}

.order-form__label {
  display: block;
  margin: 0 auto 8px;
}

.order-form__text {
  display: block;
  margin: 0 auto 16px !important;
  border: 1px solid #242124;
  border-radius: calc(8px / 2);
  padding: 0 16px;
  width: 100%;
  height: 44px;
  max-width: 220px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  text-indent: 0;
}

.order-form__button {
  margin: calc(8px / 2) auto 16px;
  border: 0;
  border-radius: calc(8px / 2);
  padding: 16px;
  width: 100%;
  max-width: 220px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  background-color: green;
  cursor: pointer;
}

.order-form__caption {
  margin-bottom: 0;
}

.order-form__star {
}

.order_block {
  margin-top: 25px;
  text-align: center !important;
}

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

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

p.door__sales {
  left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.box {
  position: relative;
}

.hi {
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

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

body {
  min-width: 320px;
}

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

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

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input[type="text"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}

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

html {
  line-height: 1;
}

ul {
  list-style: outside none none;
}

footer,
header,
nav {
  display: block;
}

.breadcrumbs {
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 530px) {
  .breadcrumbs {
    padding-right: 12px;
    padding-left: 12px;
  }
}

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

a:hover {
  text-decoration: underline;
}

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

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

.content::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.page-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 300px;
  max-width: 1280px;
  cursor: auto;
}

@media (max-width: 900px) {
  .page-wrap {
    padding: 0 24px;
  }
}

@media (max-width: 530px) {
  .page-wrap {
    overflow: hidden;
    padding: 0;
  }
}

.main-content {
  position: relative;
  z-index: 11;
  background: transparent repeat scroll 0% 0%;
}

.main-content::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content {
  margin: 0 auto;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  min-height: 700px;
}

.content__inner {
  float: left;
}

.content__inner_wide {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

@media (max-width: 1280px) {
  .content__inner_wide {
  }
}

@media (max-width: 1024px) {
  .content__inner_wide {
    width: 100%;
  }
}

.footer,
.content {
  clear: both;
}

.nav_mobile {
  display: none;
}

@media (max-width: 530px) {
  .nav_mobile {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 2;
    display: block;
    width: 270px;
    height: 100%;
    background: #222 none repeat scroll 0% 0%;
  }

  .nav_mobile::after {
    content: " ";
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-box-shadow: 2px 0 14px 1px #333;
    box-shadow: 2px 0 14px 1px #333;
  }

  .nav_mobile .nav__list_mobile li {
    border-bottom: 1px solid #000;
    height: 48px;
    line-height: 48px;
    color: #fff;
  }

  .nav_mobile .nav__list_mobile li a {
    padding-left: 24px;
    font: 16px/48px sans-serif;
  }

  .nav_mobile .nav__list_mobile li .header__air {
    float: none;
    border-left: medium;
    padding: 15px 24px 0;
    width: auto;
  }
}

@media (max-width: 530px) and (max-width: 530px) {
  .nav_mobile .nav__list_mobile li .header__air {
    display: block;
  }
}

@media (max-width: 530px) {
  .nav_mobile .nav__list_mobile li .header__air-logo {
    float: left;
    padding: 0;
  }

  .nav_mobile .nav__list_mobile li .header__air-title {
    float: right;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
  }
}

.header__air {
  float: right;
  border-left: 1px solid #2483c5;
  padding: 15px 16px 0;
  height: 49px;
}

@media (max-width: 530px) {
  .header__air {
    display: none;
  }
}

.header__air-logo {
  display: block;
  width: 70px;
  height: 18px;
  background: transparent url(../images/logo_r24_s.png) repeat scroll 0% 0%;
}

.header__air-title {
  display: block;
  padding-top: 5px;
  font: 11px/11px sans-serif;
  text-decoration: none;
  color: #85cced;
}

.footer {
  position: relative;
  z-index: 7;
  overflow: hidden;
  padding-bottom: 40px;
  background: #1a1a1a none repeat scroll 0% 0%;
}

.footer-wrapper_top {
  border-top: 9px solid #2483c5;
  height: 64px;
  background: #262626 none repeat scroll 0% 0%;
}

@media (max-width: 530px) {
  .footer-wrapper_top {
    height: auto;
  }
}

.footer__inner {
  margin: 0 auto;
  padding: 0 64px;
  min-width: 300px;
  max-width: 1280px;
}

@media (max-width: 900px) {
  .footer__inner {
    padding: 0 24px;
  }
}

.nav_footer {
  float: left;
  overflow: hidden;
  margin-left: -24px;
  width: 730px;
  height: 64px;
}

@media (max-width: 1280px) {
  .nav_footer {
    display: none;
  }
}

.nav_footer li {
  float: left;
  height: 64px;
}

.nav_footer li a {
  display: block;
  padding: 0 24px;
  height: 100%;
  font: 16px/64px sans-serif;
  text-decoration: none;
  color: #fff;
}

.soc-buttons {
  display: block;
  float: right;
  padding-top: 16px;
}

@media (max-width: 530px) {
  .soc-buttons {
    float: none;
    padding-top: 0;
    padding-bottom: 16px;
    height: auto;
  }
}

.soc-buttons a {
  display: block;
  float: right;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../images/soc-icons.png);
  -webkit-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
}

@media (max-width: 530px) {
  .soc-buttons a {
    margin-top: 16px;
  }
}

.soc-buttons_vk {
  background-position: 0 0;
}

.soc-buttons_vk:hover {
  background-position: 0 -32px;
}

.soc-buttons_fb {
  background-position: -32px 0;
}

.soc-buttons_fb:hover {
  background-position: -32px -32px;
}

.soc-buttons_twt {
  background-position: -64px 0;
}

.soc-buttons_twt:hover {
  background-position: -64px -32px;
}

.soc-buttons_gplus {
  background-position: -96px 0;
}

.soc-buttons_gplus:hover {
  background-position: -96px -32px;
}

.soc-buttons_rss {
  background-position: -128px 0;
}

.soc-buttons_rss:hover {
  background-position: -128px -32px;
}

.soc-buttons_insta {
  background-position: -160px 0;
}

.soc-buttons_insta:hover {
  background-position: -160px -32px;
}

.soc-buttons_youtube {
  background-position: -192px 0;
}

.soc-buttons_youtube:hover {
  background-position: -192px -32px;
}

.soc-buttons_ok {
  background-position: -224px 0;
}

.soc-buttons_ok:hover {
  background-position: -224px -32px;
}

.soc-buttons_telegram {
  background-position: -256px 0;
}

.soc-buttons_telegram:hover {
  background-position: -256px -32px;
}

.footer__copyright {
  padding: 36px 0 0;
  font: 12px/17px sans-serif;
  color: #999;
}

.footer__copyright p {
  padding-bottom: 24px;
}

.footer__copyright p + p {
  padding-top: 2px;
  padding-left: 54px;
}

.breadcrumbs {
  border-bottom: 1px dotted #ccc;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 97%;
  height: 52px;
  font: 14px/22px sans-serif;
}

.breadcrumbs h2 a {
  display: block;
  float: left;
  border-left: 1px solid #ccc;
  padding-right: 16px;
  padding-left: 16px;
  color: #255d89;
  cursor: pointer;
}

.breadcrumbs h2 a:first-child {
  border-left: medium;
  padding-left: 0;
}

.article {
  padding: 20px;
}

.comment-block .article {
  padding: 5px;
}

@media (max-width: 530px) {
  .article {
    padding: 24px 12px;
  }
}

@media (max-width: 1024px) {
  .article {
    width: auto;
  }
}

.article::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.article__date {
  float: right;
  font: 14px/18px sans-serif;
  color: #555;
}

.article__date .article__time {
  padding-right: 12px;
  padding-left: 12px;
}

.article__date .article__author {
  border-left: 1px solid #ccc;
  padding: 0 12px;
}

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

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

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

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

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

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

.article__text.comme .user-name {
  padding: 0 0 10px;
}

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

.article__text b {
  font-weight: 700;
}

@media (max-width: 900px) {
  .page-wrap {
    padding: 15px 24px 0;
  }
}

@media (max-width: 1024px) {
  .page-wrap {
    padding: 0;
  }
}

@media (max-width: 530px) {
  .nav_mobile {
    top: 0;
    bottom: 1px;
    z-index: 1;
    display: none;
    height: auto;
  }

  .page-wrap {
    padding: 15px 0 0;
  }
}

@media (max-width: 670px) {
  .page-wrap {
    padding: 0;
  }
}

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

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.screenLock {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}

.msg {
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -300px;
  border: 1px solid #eee;
  width: 600px;
  height: 220px;
  background: #148fb9 none repeat scroll 0% 0%;
}

.msg > h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.close {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 40px;
  cursor: pointer;
}

.comment-block {
  background: #fff none repeat scroll 0% 0%;
}

.comment-user {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-left: 80px;
  min-height: 130px;
}

.comment-block .user-name {
  margin-left: -80px;
  padding: 0 0 10px;
  font-weight: 700;
}

.comment-block img {
  float: left;
  margin: 0 20px 0 -80px;
  width: 60px;
}

@media screen and (max-width: 479px) {
  .comment-user {
    padding-left: 50px;
  }

  .comment-block img {
    margin: 0 10px 0 -50px;
    width: 40px;
  }

  .comment-block .user-name {
    margin-left: -50px;
  }
}

.comment-block p {
}

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

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

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

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

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

@media screen and (max-width: 602px) {
  .footer p {
    margin-bottom: 50px;
  }
}

.close {
  position: absolute;
  right: 5px;
  top: 1px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 40px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .soc-buttons_rss,
  .soc-buttons_ok,
  .soc-buttons_gplus {
    display: none !important;
  }

  .footer__inner {
    padding: 0 10px;
  }
}

.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;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.radio[type="radio"]:not(:checked) label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #000;
  -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;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.checkbox[type="checkbox"]:not(:checked) label::after {
  content: "вњ”";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  font-size: 17px;
  line-height: 12px;
  text-align: center;
  color: #fd3a13;
  -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 {
  position: relative;
  display: block;
  padding-left: 23px;
  cursor: pointer;
}

.radio-tp-2[type="radio"]:not(:checked) label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  -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"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.main-content {
  overflow: hidden;
  background: #ebebeb;
}

.breadcrumbs {
  font-family: sans-serif;
  color: #6f6f6f;
}

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

@media screen and (max-width: 767px) {
  .top-panel {
    display: none;
  }

  .header-tp-3 {
  }

  .header-tp-3 .main-nav {
    margin-left: 10px;
  }

  .breadcrumbs {
    height: 52px;
  }

  .article__date {
    clear: both;
    float: none;
    padding-top: 18px;
  }
}

@media screen and (max-width: 970px) {
  .htp-3-row {
    display: none !important;
  }
}

.header-tp-3 {
  position: relative;
  z-index: 11;
}

.header-tp-3 .bottom-side {
  position: relative;
}

.htp-3-row {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
}

.htp-3-row::after {
  content: "";
  display: table;
  clear: both;
}

.htp-3-menu {
  display: block;
  float: left;
  margin-right: 0;
}

.htp-3-menu {
  padding: 19px 0 0;
  width: 83.33333%;
}

.htp-3-menu:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1077px) {
  .htp-3-menu,
  .htp-3-menu:last-child {
    margin-right: 0;
  }

  .htp-3-menu {
    display: block;
    float: left;
    width: 88.33333%;
  }
}

.header-tp-3 .htp-3-menu {
  text-align: center;
}

.header-tp-3 .main-nav {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.main-nav-list,
.sf-menu {
  float: left;
  margin: 0;
}

@media screen and (max-width: 1077px) {
  .main-nav-list,
  .sf-menu {
    margin: 0;
  }
}

.main-nav-list li,
.sf-menu li {
  position: relative;
}

.main-nav-list > li,
.sf-menu > li {
  float: left;
}

.main-nav-list > li:hover > a::after,
.sf-menu > li:hover > a::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sf-menu > li > a {
  position: relative;
  display: block;
  border-bottom: solid 2px transparent;
  padding: 12px 12px 20px;
  -moz-font-weight: 500;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #1c1c1c;
  cursor: pointer;
}

@media screen and (max-width: 1229px) {
  .sf-menu > li > a {
    padding: 12px 8px 20px;
  }
}

.sf-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fd3a13;
  opacity: 0;
  -webkit-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

@media screen and (max-width: 639px) {
  .mb-ls-hide {
  }
}

.row-header {
  margin: 0 !important;
  font-size: 0 !important;
}

.top-panel {
  border-bottom: 1px solid #ccc;
  height: 40px;
  background: #f3f3f3;
}

.top-panel-right {
  display: inline-block;
  vertical-align: top;
}

.top-panel-right {
  width: 99%;
}

.top-panel-soc {
  margin-right: -18px;
  font-size: 0;
  text-align: right;
}

.top-panel-soc li {
  display: inline-block;
  vertical-align: top;
}

.top-panel-soc li a {
  display: block;
  border-left: 1px solid #ccc;
  width: 50px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  transition: 0.3s;
  cursor: pointer;
}

.close {
  position: absolute;
}

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

.close {
  right: 3px;
  top: 5px;
  z-index: 9999;
  width: 21px;
  height: 13px;
  cursor: pointer;
}

.close:hover {
  background-position: 0 -13px;
}

@media screen and (max-width: 676px) {
  .footer__copyright {
    display: none;
  }

  .footer {
    padding-bottom: 0;
  }
}

.bg-TamTam,
.bg-fb,
.bg-odnoklassniki,
.bg-tw,
.bg-vk {
  width: 40px;
  height: 40px;
}

.bg-vk {
  background: url(../images/css_sprites_grey.png) -9px -15px;
  background-size: 380px;
}

.bg-fb {
  background: url(../images/css_sprites_grey.png) -69px -15px;
  background-size: 370px;
}

.bg-tw {
  background: url(../images/css_sprites_grey.png) -127px -14px;
  background-size: 360px;
}

.bg-TamTam {
  background: url(../images/css_sprites_grey.png) -192px -15px;
  background-size: 370px;
}

.bg-odnoklassniki {
  background: url(../images/css_sprites_grey.png) -247px -14px;
  background-size: 360px;
}

.bg-instagram {
  width: 40px;
  height: 40px;
  background: url(../images/css_sprites_grey.png) 62px -24px;
  background-size: 470px;
}

.bg-vk:hover {
  background: url(../images/css_sprites.png) -9px -15px;
  background-size: 380px;
}

.bg-fb:hover {
  background: url(../images/css_sprites.png) -69px -15px;
  background-size: 370px;
}

.bg-tw:hover {
  background: url(../images/css_sprites.png) -127px -14px;
  background-size: 360px;
}

.bg-TamTam:hover {
  background: url(../images/css_sprites.png) -192px -15px;
  background-size: 370px;
}

.bg-odnoklassniki:hover {
  background: url(../images/css_sprites.png) -247px -14px;
  background-size: 360px;
}

.bg-instagram:hover {
  background: url(../images/css_sprites.png) 62px -24px;
  background-size: 470px;
}

.main-nav-list > li > a:hover {
  border-bottom: solid 2px red;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.time_remains {
  color: red;
}

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

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

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

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

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

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

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

.afterlose-boxes_item {
  opacity: 0.6;
}

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

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

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

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

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

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

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

#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 {
  margin: 0 !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #e72c2a !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;
  }
}

.f-title {
  margin-top: 30px;
  margin-bottom: 17px;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #333;
}

.comment_form {
  display: table;
  margin: 0 auto 30px;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 15px;
  width: 100%;
  max-width: 530px;
  background-color: #fff;
  -ms-input-placeholder-color: #6e6e6e;
  -moz-placeholder-color: #6e6e6e;
}

.comment_form input[type="text"],
.comment_form input[type="email"],
.comment_form textarea {
  margin-bottom: 20px;
  outline: none;
  border: 2px solid #aeaeae;
  padding: 0 15px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  background: #d6d6d6;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  resize: none;
}

.input_submit {
  display: table;
  margin: -10px auto 0;
  border: none;
  border-bottom: 3px solid #104c8a;
  padding: 8px 30px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  background-color: #629dda;
  transition: all 0.25s ease;
  cursor: pointer;
}

.input_submit:hover {
  color: #fff;
  background-color: #629dda;
  opacity: 0.7;
}

#form_add_comm .js-comment-empty {
  border-color: #f56b6b !important;
}

.comment-success {
  display: none;
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 600px;
  font-size: 20px;
  text-align: center;
  color: #8e8e8e;
}

#form_add_comm,
#form_add_comm * {
  box-sizing: border-box !important;
}

#form_add_comm .load_img label,
.load_img label {
  font-weight: 100 !important;
  font-size: 14px !important;
  cursor: pointer;
}

#form_add_comm .load_img {
  display: flexbox !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 700px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
}

#form_add_comm .load_img img {
  margin-left: 10px !important;
  max-width: 24px !important;
}

#form_add_comm label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 20px !important;
  outline: none !important;
  border: 2px solid #eaeaea !important;
  padding: 12px 8px !important;
  width: 100% !important;
  max-width: 300px !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

#form_add_comm .input_file {
  display: none !important;
}

#form_add_comm textarea {
  outline: none !important;
  padding: 10px 12px !important;
  width: 100% !important;
  min-height: 100px !important;
  max-width: 700px !important;
  font-family: sans-serif;
  font-size: 14px !important;
  line-height: unset !important;
  text-indent: 0 !important;
  resize: vertical !important;
}

.comment_form input[type="text"]:focus,
.comment_form input[type="text"]:hover,
.comment_form input[type="email"]:focus,
.comment_form input[type="email"]:hover,
.comment_form textarea:focus,
.comment_form textarea:hover {
  border: 2px solid #ffde00;
  box-shadow: none;
}

.comment-success p {
  line-height: 1.4;
}

.mycity {
  vertical-align: super;
  border: 1px solid #989898;
  border-radius: 2px;
  padding: 2px 5px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #444;
  background: #f5fbfb;
}

.vk-container {
  font-family: sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

.vk-header {
  margin-bottom: 10px;
  padding: 4px 4px 4px 6px;
  background: #dae2e8 none repeat scroll 0% 0%;
}

.vk-logo {
  float: right;
  margin-top: -1px;
  width: 16px;
  height: 16px;
  background: transparent none no-repeat scroll 0% 0%;
}

.vk-header-text {
  padding: 2px 3px 1px;
  font-weight: 700;
  line-height: 100%;
  color: #45688e;
}

.vk-comment,
.vk-comment-load {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  border-radius: 1.575em;
}

.vk-comment-name {
  margin-left: 59px;
  font-weight: 700;
  font-size: 14px;
  color: #a40000;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: #999;
}

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

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

.screenLock {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}

.msg {
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -300px;
  border: 1px solid #eee;
  width: 627px;
  height: 400px;
  background-image: url(../images/RNEiDVB16BU5.jpg);
}

.msg > h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  color: #000;
}

.msg > h2 {
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 18px;
  font-size: 18px;
  text-align: left;
  color: #000;
}

.close {
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.fig {
  text-align: center;
}

.commImage {
  padding-bottom: 15px;
}

.imageContainer {
  /* display: flex; */
  box-sizing: border-box;
}

.imageContainer img {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.imageContainer.commImage > img {
  object-fit: contain;
  width: auto;
  display: block;
  max-height: 350px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.mFooter {
  display: flex;
  background-color: #262626;
}

.mFooter__ul {
  display: flex;
  flex-wrap: wrap;
}

.mFooter__li a {
  display: inline-block;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .mFooter__li a {
    padding: 15px;
    font-size: 16px;
  }
}

.mHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-shadow: 0 0 2px 0 rgb(0 0 0/10%), 0 8px 30px -12px rgb(0 0 0/12%);
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .mHeader {
    flex-wrap: wrap;
    justify-content: right;
  }
}

.mHeader i {
  margin: 0 3px;
  color: #8e8e8e;
}

.mHeader__left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .mHeader__left {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}

.logoContainer {
  display: flex;
  align-items: center;
}

.logoContainer__text {
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .logoContainer__text {
    font-size: 16px;
  }
}

.mHeader__search {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .mHeader__search {
    margin: 10px 0 0;
  }
}

.mHeader__search input[type="search"] {
  outline: none;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding-right: 34px;
  padding-left: 12px;
  width: 280px;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  background: #fff;
  transition: border-color 0.15s ease;
}

@media screen and (max-width: 480px) {
  .mHeader__search input[type="search"] {
    width: 100%;
    max-width: 100%;
  }
}

.loop__container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  width: 70px;
  height: 50px;
  background-color: #b00205;
}

.fa-magnifying-glass {
  color: #fff !important;
}

.mHeader__ul {
  display: flex;
  align-items: center;
}

.mHeader__li a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .mHeader__li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .mHeader__left {
    flex-direction: column;
    align-items: center;
  }

  .mHeader__right {
    display: none;
  }
}

.chart-block {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.chart-block__left {
  margin: 0;
}

.chart-block__left > figcaption {
  max-width: 550px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}

.chart-block__list {
  align-self: center;
}

.chart-block__item {
  display: flex;
  align-items: center;
}

.chart-block__item:not(:last-child) {
  margin-bottom: 16px;
}

.chart-block__item::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.chart-block__item:nth-child(1)::before {
  background-color: #523078;
}
.chart-block__item:nth-child(2)::before {
  background-color: #67439a;
}
.chart-block__item:nth-child(3)::before {
  background-color: #8355bf;
}
.chart-block__item:nth-child(4)::before {
  background-color: #5c5c5c;
}
.chart-block__item:nth-child(5)::before {
  background-color: #8f8f8f;
}
.chart-block__item:nth-child(6)::before {
  background-color: #b5b5b5;
}
.chart-block__item:nth-child(7)::before {
  background-color: #674498;
}

.chart-block__item > p {
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
}

.chart-block__item > p > span {
  display: block;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .chart-block {
    flex-wrap: wrap;
  }

  .chart-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .chart-block__item {
    flex: 1 1 calc(50% - 10px);
  }

  .chart-block__item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .chart-block__list {
    flex-direction: column;
  }
  /* .chart-block__item {
    flex-basis: 100%;
  } */
}