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

.soc-buttons a {
  display: block;
  float: left;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  transition: background 0.2s ease-out 0;
}

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

a,
article,
b,
body,
center,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
li,
menu,
nav,
p,
pre,
q,
s,
span,
strong,
table,
tbody,
td,
th,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q::after,
q::before {
  content: none;
}

a img {
  border: medium none;
}

article,
footer,
header,
main,
menu,
nav {
  display: block;
}

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

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

a:hover {
  text-decoration: underline;
}

body {
  box-sizing: border-box;
}

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

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

.main-content {
  z-index: 11;
  position: relative;
}

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

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

.content__inner {
  float: left;
}

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

.news-wrapper-2::after,
.news-wrapper::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content,
.footer {
  clear: both;
}

.header {
  width: 100%;
  z-index: 12;
  position: relative;
}

.header__inner {
  height: 64px;
  background: #0095da none repeat scroll 0 0;
  position: relative;
  z-index: 7;
}

.header__logo {
  width: 169px;
  height: 100%;
  position: relative;
  float: left;
}

.header__logo a {
  display: block;
  position: absolute;
  top: 13px;
  left: 20px;
  width: 167px;
  height: 51px;
  text-indent: -9000px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0095da;
  text-indent: -9000px;
}

.nav {
  height: 64px;
  max-width: 920px;
  overflow: hidden;
  position: relative;
}

.nav__inner {
  width: 9000px;
}

.nav li {
  display: block;
  float: left;
  height: 64px;
  margin-right: 1px;
  position: relative;
}

.nav li a {
  display: block;
  height: 100%;
  font: 16px/64px OpenSansLight, sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
  transition: background 0.3s ease 0;
}

.nav li a:hover {
  background: #00a5f2 none repeat scroll 0 0;
}

.nav li {
  perspective: 1000px;
}

.nav li:focus a::before,
.nav li:hover a::before {
  background: #2483c5 none repeat scroll 0 0;
}

.nav_mobile {
  display: none;
}

.header__menu-link {
  display: none;
}

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

.header__air-logo {
  display: block;
  width: 70px;
  height: 18px;
}

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

.search {
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  float: right;
  background-image: url(../images/icons-4ff.arb.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search .search__form {
  display: none;
}

.search__form {
  display: block;
  position: absolute;
  width: 30px;
  top: 18px;
  right: 20px;
  background: #0069a0 none repeat scroll 0 0;
  border-radius: 18px;
  overflow: hidden;
  height: 30px;
}

.search__form input {
  float: left;
  height: 30px;
}

.search__form .search__text {
  border: medium none;
  outline: medium none;
  background: transparent none repeat scroll 0 0;
  width: 0;
  color: #fff;
  padding: 0 3px;
  font: 12px/17px RobotoLight, sans-serif;
  display: block;
}

.search__form .search__submit {
  display: block;
  background-image: url(../images/icons-4ff.arb.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  border: medium none;
  cursor: pointer;
  float: right;
}

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

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

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

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

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

b {
  font-weight: bold;
}

.comment-user p:last-child {
  padding-left: 80px;
}

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

.nav_footer li a:hover {
  text-decoration: underline;
}

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

.soc-buttons a {
  display: block;
  float: left;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  transition: background 0.2s ease-out 0;
}

.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 {
  font: 12px/17px RobotoLight, sans-serif;
  color: #999;
  padding: 36px 0 0;
}

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

.center {
  text-align: center;
}

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

.breadcrumbs {
  height: 22px;
  border-bottom: 1px dotted #ccc;
  padding-top: 16px;
  padding-bottom: 16px;
  font: 14px/22px OpenSansLight;
}

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

.breadcrumbs h2 span {
  color: #000;
}

.breadcrumbs h2 a:hover {
  text-decoration: underline;
}

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

.breadcrumbs h2 a:last-child {
  font-family: OpenSansSemibold;
}

.breadcrumbs .breadcrumbs__all-link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  background: transparent url(../images/icons-4ff.arb.png) no-repeat scroll -1px -453px;
}

.article {
  width: 70%;
  padding: 24px 20px 24px 70px;
  float: left;
  box-sizing: border-box;
}

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

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

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

.article__title {
  font: 32px/36px RussiaLight, sans-serif;
  padding: 4px 0 24px;
}

.article__video-link::after {
  content: 'Смотреть видео';
  position: absolute;
  width: 96px;
  height: 96px;
  background: #0095da url(../images/icons-4ff.arb.png) no-repeat scroll 23px -27px;
  top: 50%;
  margin-top: -48px;
  left: 0;
  overflow: hidden;
  font: 20px/96px OpenSansRegular, sans-serif;
  color: #fff;
  text-indent: -250px;
  text-decoration: none;
  transition: all 0.2s ease-out 0;
}

.article__video-link:hover::after {
  width: 260px;
  padding: 0 0 0 60px;
  background-position: 250px -27px;
  text-indent: 0;
}

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

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

.article__text p {
  text-align: left;
}

.article__text p:last-child {
  min-height: 60px;
}

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

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

.footer__product {
  width: 300px;
  max-width: 100%;
  margin: 20px auto 10px;
  display: block;
  float: none;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.article__text em,
.article__text i {
  font-style: italic;
}

.article__text b,
.article__text strong {
  font-weight: 700;
}

.article__text ul {
  padding-left: 15px;
  list-style: outside none disc;
  padding-bottom: 15px;
}

.head {
  font: bold 24px/100% RussiaLight, sans-serif;
  padding: 0 0 10px !important;
  margin-top: 20px;
  margin-bottom: 15px;
}

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

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.submit {
  margin-top: 10px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 400px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 none;
  background-color: #b22222;
  color: #fff;
  font-size: 26px;
  border-radius: 3px;
}

table {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, 0.39);
}

td,
th {
  border-color: #bdbdbd;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.tbg1 {
  background: #b4edff none repeat scroll 0 0;
}

.tbg2 {
  background: #ebfaff none repeat scroll 0 0;
}

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

.comment-user {
  padding-bottom: 20px;
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.comment-user p:last-child {
}

.comm-img {
  width: 300px !important;
  max-width: 100% !important;
  display: block;
  float: none !important;
  margin-top: 10px !important;
}

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

.avatar {
  width: 60px;
  float: left;
  margin: 0 20px 0 0;
}

.comment-user:last-child {
  border-bottom: medium none;
}

.sidebar {
  float: right;
  width: 320px;
  margin-right: 1.2%;
  margin-top: 7px;
}

.sidebar p {
  text-align: left;
  padding: 10px 0 10px 20px;
  font-style: italic;
  font-size: 14px;
  line-height: 140%;
}

.sidebar a {
  color: #00f;
  text-decoration: underline;
}

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

.sidebar .doc {
  border-width: medium 0 medium medium;
  border-style: none;
  border-color: currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  background: #eee none repeat scroll 0 0;
  text-align: center;
  font-family: RussiaLight, sans-serif;
}

@media screen and (max-width: 1259px) {
  .sidebar {
    display: none !important;
  }

  .article {
    padding: 15px 15px 0;
    width: 100%;
  }
}

@media screen and (max-width: 671px) {
  .page-wrap {
    padding: 0 15px;
    max-width: 1280px;
    min-width: 196px;
  }

  .tg td {
    padding: 4px 3px;
    font-size: 11px;
  }
}

@media screen and (max-width: 380px) {
  .tg td {
    font-size: 9px !important;
  }
}

@media screen and (max-width: 467px) {
  .breadcrumbs h2 a {
    font-size: 12px;
  }

  .nav li a {
    padding: 0 10px;
  }

  .nav li:first-child a {
    padding-left: 15px;
  }

  .header__air {
    display: none;
  }
}

@media screen and (max-width: 427px) {
  .breadcrumbs h2 a {
    font-size: 11px;
  }
}

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

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

.mybutton2 {
  display: block;
  width: 134px;
  font-family: Arial;
  cursor: pointer;
  padding: 0 24px;
  border-width: medium medium 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #c0392b;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  height: 51px;
  line-height: 51px;
  background: #e74c3c none repeat scroll 0 0;
  font-weight: 700;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: none;
  text-align: center;
}

.mybutton2:hover {
  background: #fb2f2f none repeat scroll 0 0;
  text-decoration: none;
  color: #fff;
}

.mybutton2:focus {
  color: #fff;
  text-decoration: none;
  border: medium none !important;
}

.mycity {
  color: #737373;
  font-size: 90%;
  font-weight: 500;
}

@media screen and (max-width: 678px) {
  .soc-buttons {
    width: 93%;
    margin: 0 auto;
    text-align: center;
  }

  .soc-buttons a {
    margin-top: 5px;
  }

  .footer__copyright {
    width: 100%;
    text-align: center;
  }

  .footer__copyright p {
    width: 100% !important;
    margin: 0 auto;
    text-align: left;
    padding: 0px !important;
  }

  .footer__copyright p + p {
    padding: 0;
    width: auto !important;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer__copyright {
    padding-top: 20px;
  }

  .footer__inner {
    padding: 0 28px;
  }
}

.pl_next_order_page {
  display: none;
}

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  animation: 0.5s ease 0 normal none 1 running fadein;
}

.over-window {
  font-family: Roboto, serif;
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #fff none repeat scroll 0 0;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
}

.ex-logo {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin: 15px auto 10px;
  padding: 0 15px;
  text-align: center;
  font-weight: 700 !important;
}

.exitprod-img {
  width: 230px;
  margin: 15px 15px 0;
  float: left;
  text-align: center;
}

.exit-form {
  width: 370px;
  float: left;
}

.exit-form-text {
  margin: 10px 0 20px;
}

.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #782b2b;
}

.exit-form-text .subhead ul {
  list-style: outside none none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding-left: 10px;
}

.exit-form-text .subhead ul li {
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.clr {
  clear: both;
}

.un-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 322px;
  padding: 20px 18px;
  margin-top: -181px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #b2b2b2;
  border-radius: 15px;
  box-shadow: 0 0 1px 1px #fff inset;
  width: 420px;
  margin-left: 96px;
}

.un-overlay.mod-auto {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  margin: 0 0 0 96px;
  border-radius: 5px;
  width: 420px;
}

.un-overlay .un-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.un-overlay .un-wrapper .line {
  position: relative;
  padding: 0 20px 20px 115px;
}

.un-overlay .un-wrapper .line input[type='text'] {
  display: block;
  width: 100%;
  height: 31px;
  padding: 0 10px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px #fff inset;
  font-size: 15px;
  font-family: 'Trebuchet MS';
  color: #353535;
  line-height: 2;
  margin-bottom: 0;
}

.submit {
  position: relative;
  padding: 0 0 8px;
  margin: 5px 0 0;
  top: 0;
  left: 0;
  border: 0 none;
  font-size: 22px !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #353535;
  font-weight: 700;
  font-style: italic;
  line-height: 1.8;
  text-shadow: 0 1px 0 #fafafa;
  cursor: pointer;
  outline: 0 none;
  width: 90%;
  height: 50px;
}

.submit::after,
.submit::before {
  content: ' ';
  position: absolute;
  top: 0;
  width: 22px;
  height: 48px;
}

.submit::before {
  left: -22px;
}

.submit::after {
  right: -22px;
}

.submit1 {
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: transparent none repeat scroll 0 center;
  position: static;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
  float: none;
}

.submit1[type='submit'] {
  position: absolute;
  cursor: pointer;
  border: 1px solid #499bea;
  background: transparent
    linear-gradient(135deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%)
    repeat scroll 0 0;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 60px;
  vertical-align: top;
  display: block;
  text-indent: 0;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  width: 402px;
  height: 64px;
  opacity: 1;
  bottom: 20px;
  margin-left: 195px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  border-radius: 10px;
  transition: all 0.6s ease 0;
}

.submit1[type='submit']:hover {
  background: transparent
    linear-gradient(
      to bottom,
      #de455c 0,
      #de455c 13%,
      #c01f37 76%,
      #c01f37 100%
    )
    repeat scroll 0 0;
}

.red {
  color: red;
}

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

.order__product {
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.order__product,
.order__price {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.order__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.price__old {
  font-size: 22px;
  margin-bottom: 10px;
}

.price__new {
  font-weight: 700;
  font-size: 28px;
}

.price__new > span {
  color: red;
}

.order__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.order__input {
  width: 100%;
  max-width: 228px;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #5a5a5a;
  border-radius: 10px;
  padding: 5px 10px;
}

.order__btn {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 62px;
  font-size: 20px;
  background-color: #fb2f2f;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.order__btn:hover {
  background-color: #a51313;
}

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute;
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center;
}

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

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

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

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

.cursor-text {
  z-index: 2;
  display: inline-block;
  width: 79px !important;
  height: 79px;
  line-height: 79px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ccc;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset,
    rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset,
    rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(234, 234, 234, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
}

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

.close-popup {
  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: 0;
}

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

.spin-result-wrapper {
  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);
}

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

.pop-up-window::after,
.pop-up-window::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  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 0;
  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(0);
  }
}

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

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

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

  100% {
    opacity: 1;
  }
}

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

.pop-up-text {
  margin-top: 0;
  margin-bottom: 15px !important;
  font-size: 22px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #414141 !important;
  font-weight: 400;
}

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

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

.pop-up-button:hover {
  background-color: #3e741e !important;
}

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

@media all and (max-width: 520px) {
  .pop-up-window {
    top: 30%;
  }

  .pop-up-heading {
    font-size: 33px !important;
  }

  .pop-up-text {
    margin-bottom: 15px !important;
  }

  .cursor-text {
    line-height: 79px;
    font-size: 18px;
  }

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

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

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

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

.wheel__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

.wheel__subtitle {
  font-size: 24px;
}

.wheel__subtitle span {
  font-weight: 700;
  color: red;
}

.order_block {
  display: none;
}

.order_form_img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.price_wrapper {
  display: block;
  max-width: 550px;
  margin: 0 auto 20px;
  font-size: 16px;
  text-align: center;
}

.price_wrapper p {
  display: inline;
}

.price_old {
  color: red;
  font-weight: 700;
  font-size: 18px;
}

.price_new {
  color: green;
  font-weight: 700;
  font-size: 26px;
}

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

.order_form_pole input {
  display: block;
  max-width: 350px;
  width: 100%;
  height: 50px;
  border-radius: 20px;
  border: 2px solid gray;
  padding: 0 20px;
  margin: 0 auto;
  outline: none;
}

.order_form_btn button {
  display: block;
  max-width: 350px;
  width: 100%;
  height: 70px;
  margin: 0 auto 20px;
  background: transparent linear-gradient(to bottom, #2ddd00, #187500) repeat
    scroll 0 0;
  border: none;
  border-radius: 20px;
  color: #fff;
}

@media (max-width: 843px) {
  .moby {
    display: none !important;
  }
}

.prod {
  margin: 20px 0;
}

.ev-answer--hidden {
  display: none;
}

.ev-answer__avatar {
  max-width: none;
}

.ev-answer__img {
  display: block;

  margin-top: 10px;
  margin-bottom: 10px;
}

.ev-answer__comment,
.ev-answer__name,
.ev-answer__town {
  word-break: break-all;
}

.ev-answer__comment {
  display: block;
}

.ev-feedback {
  font-family: sans-serif;
}

.ev-feedback__title {
  color: #333;
}

.ev-feedback__field {
  color: #333;
  border: 1px solid #333;
}

.ev-feedback__field--comment::-webkit-scrollbar {
  width: 5px;
  background: 0 0;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
  opacity: 0.5;
}

.ev-feedback__file {
  color: #a9c8e0 !important;
  border: 1px solid #a9c8e0;
}

.ev-feedback__file:hover {
  color: #fff !important;
  background: #a9c8e0;
}

.ev-feedback__file--loaded {
  color: #fff !important;
  background: #fff
    linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02)
    0 0;
  border-color: #57cf02;
}

.ev-feedback__file--loaded:hover {
  color: #fff;
  background: #57cf02;
}

.ev-feedback__file--error {
  background: #fff
    linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
  color: #fff;
  border-color: red;
}

.ev-feedback__file--error:hover {
  color: #fff;
  background: red;
  border-color: red;
}

.ev-feedback__btn {
  color: #fff !important;
  border: none;
  background: #a9c8e0 !important;
}

.ev-feedback__btn:hover {
  background: #4077a1 !important;
}

.ev-modal {
  background: rgba(0, 0, 0, 0.5);
}

.ev-modal__wrapper {
  background: #fff;
  border-radius: 8px;
}

.ev-modal__close::after,
.ev-modal__close::before {
  background: #474646;
}

.ev-modal__close:hover::after,
.ev-modal__close:hover::before {
  background-color: #a9c8e0;
}

.ev-modal__subtitle,
.ev-modal__title {
  color: #333;
}

.ev-modal__btn {
  color: #fff;
  background: #a9c8e0 !important;
  border: none;
  border-radius: 5px;
}

.ev-modal__btn:hover {
  background: #4077a1 !important;
}

@keyframes fileLoaded {
  0% {
    background: #fff
      linear-gradient(
        to left,
        transparent,
        transparent 50%,
        #57cf02 50%,
        #57cf02
      )
      100% 0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

@keyframes fileError {
  0% {
    background: #fff
      linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100%
      0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

.ev-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}

.ev-feedback__title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  align-self: flex-start;
  margin: 0 0 15px 0;
}

.ev-feedback__section {
  display: flex;
  width: 100%;
}

.ev-feedback__section--data {
  margin-bottom: 15px;
}

.ev-feedback__profile {
  position: relative;
  width: calc(100% / 3);
}

.ev-feedback__profile:not(:last-of-type) {
  margin: 0 15px 0 0;
}

.ev-feedback__comment {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}

.ev-feedback__field {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  resize: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.ev-feedback__field--comment {
  min-height: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}

.ev-feedback__file {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: calc(100% / 3);
  padding: 10px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  margin-right: 15px;
}

.ev-feedback__file--loaded {
  background-size: 200% 100%;
  animation: fileLoaded 0.5s ease-in;
}

.ev-feedback__file--loaded:hover {
  transition: none;
}

.ev-feedback__file--error {
  background-size: 200% 100%;
  animation: fileError 0.5s ease-in;
}

.ev-feedback__file--error:hover {
  transition: none;
}

.ev-feedback__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.ev-feedback__chooser {
  display: none;
}

.ev-feedback__btn {
  display: block;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  max-width: 100%;
  width: calc(100% / 3);
  padding: 13px;
}

.ev-feedback__section--two .ev-feedback__profile {
  width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
  width: 80%;
}

.ev-feedback__section--one .ev-feedback__file {
  width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
  width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
  order: -1;
}

.ev-feedback--structure .ev-feedback__section {
  order: -1;
  margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
  margin-bottom: 30px;
}

.ev-modal {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.ev-modal--active {
  display: flex;
}

.ev-modal__wrapper {
  position: relative;
  cursor: auto;
  padding: 40px 30px 30px;
  margin: 0 20px;
}

.ev-modal__close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ev-modal__close::after,
.ev-modal__close::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2px;
  transition: background-color 0.3s ease-in-out;
}

.ev-modal__close::before {
  transform-origin: left;
  transform: rotate(45deg);
  left: 2px;
}

.ev-modal__close::after {
  transform-origin: right;
  transform: rotate(-45deg);
  right: 4px;
}

.ev-modal__title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px 0;
}

.ev-modal__subtitle {
  text-align: center;
  margin-bottom: 20px !important;
}

.ev-modal__btn {
  display: block;
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 130px;
  width: 100%;
  word-break: break-all;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 639px) {
  .ev-feedback__title {
    font-size: 21px;
  }

  .ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .ev-feedback__title {
    text-align: center;
    align-self: center;
  }

  .ev-feedback__section--data,
  .ev-feedback__section--files {
    flex-direction: column;
  }

  .ev-feedback__section--data {
    margin-bottom: 10px;
  }

  .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__file {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .ev-feedback__btn {
    width: 100%;
  }

  .ev-feedback__file:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__comment {
    margin-bottom: 10px;
  }

  .ev-feedback__section--two {
    flex-direction: column;
  }

  .ev-feedback__section--two .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__section--one .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--one .ev-feedback__file {
    width: 100%;
  }

  .ev-modal__wrapper {
    padding: 30px 20px 20px;
  }
}

.ev-input-error {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  border: 1px solid #a9c8e0;
  padding: 5px;
}

.ev-input-error::before {
  content: '';
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #a9c8e0;
  border-right: 1px solid #a9c8e0;
  transform: rotate(-45deg);
}

.ev-input-error--hidden {
  display: none;
}
.feedback-show {
  font-size: 16px !important;
  border: none !important;
  background: #dcdcdc !important;
  transition: all 0.5s;
  padding: 15px;
  cursor: pointer;
}

.feedback-show:hover {
  background: #ccc !important;
}

.feedback-wrap {
  display: none;
}

@media screen and (min-width: 672px) {
  .form {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .order__product {
    margin: 0;
  }
  .order__btn {
    width: 280px;
  }
}
