/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul[class],
ol,
li,
p,
pre,
blockquote,
figure,
hr {
  margin: 0;
  padding: 0;
}

ul[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none;
}

.mytable {
  display: table;
}

.mytable-cell {
  vertical-align: middle;
  display: table-cell;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

.form__select-wrapper {
  background: #fff;
  width: 35%;
  margin-left: auto;
  position: relative;
  border-radius: 5px;
  border: 1px solid #bababa;
  border: none;
}

.form__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
}

.form__arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3a3a3a;
}

.form__element--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: #ffffff;
  background: #ffffff;
  white-space: nowrap;
  text-indent: 0.01px;
  background: transparent;
  text-overflow: '';
  position: relative;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.form__element--select option {
  background: #ffffff;
}

select::-ms-expand {
  display: none;
}

.form__element--select::-ms-expand {
  display: none;
}

body {
  min-width: 320px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #333;
}

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  min-height: 100px;
  padding-top: 4px; background:#890000
}
.header__form > div input { margin-bottom:0 !important}

@media (max-width: 991px) {
  .header {
    padding-top: 13px;
  }
}

@media (max-width: 991px) {
  .header {
    min-height: auto;
  }
}

.header__menu-btn {
  display: none;
}

@media (max-width: 767px) {
  .header__menu-btn {
    display: block;
  }
}

.header__logo {
  float: left;
  height: 100px;
  width: 252px;
  overflow: auto;
}

@media (max-width: 991px) {
  .header__logo {
    height: auto;
  }
}

@media (max-width: 479px) {
  .header__logo {
    float: left;
    width: 155px;
    margin: 0 auto;
  }
}

.logo__img {
  width: 180px;
}

.header__nav {
  display: inline-block;
  max-width: calc(100% - 252px - 192px);
  width: 100%;
}

@media (max-width: 991px) {
  .header__nav {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .header__nav {
    float: none;
    display: none;
  }
  .header__nav .show {
    display: block;
  }
}

.nav__list {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .nav__list {
    width: 100%;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .nav__list {
   
    margin: 0 auto;
    -webkit-transition: all 0.4;
    transition: all 0.4;
  }
  #buyForm .input-form{ width:90% !important}
}

.nav__item {
  float: left;
  min-height: 100px;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  overflow: auto;
}

@media (max-width: 991px) {
  .nav__item {
    min-height: 60px;
  }
}

@media (max-width: 767px) {
  .nav__item {
    float: none;
    min-height: auto;
    width: 100%;
  }
}

.nav__item--input {
  display: block;
  float: none;
  overflow: hidden;
}

.nav__item--input .nav__link {
  padding: 0;
}

.nav__item--input .nav__link:hover {
  background: none;
}

.nav__item .mytable-cell {
  color: red;
  width: 100%;
}

.nav__link {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 1.2rem; color:#fff
}

@media (max-width: 991px) {
  .nav__link {
    font-size: 1rem;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .nav__link {
    font-size: 1rem;
    padding: 0;
    height: auto;
    line-height: 2rem;
    width: 100%;
    display: block;
    letter-spacing: 2px;
  }
}

@media (max-width: 479px) {
  .nav__link {
    text-align: center;
  }
}

.nav__link:hover {
  background: #001e42;
}

.show {
  display: block;
}

.header__form {
  width: 100%;
  display: block;
  display: table;
}

@media (max-width: 991px) {
  .header__form {
    max-width: 300px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header__form {
    margin: 0 auto;
  }
}

.header__form > div {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .header__form > div {
    width: 100%;
    display: block;
  }
}

.form__input-container {
  position: relative;
  height: 50px;
}

.form__input-container:hover input {
  border-color: #ffffff;
}

@media (max-width: 991px) {
  .form__input-container {
    width: 100%;
  }
}

.form__input-container::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 15px;
  right: 0;
  background: url("icon2.png") center no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .form__input-container::after {
    top: 7.5px;
  }
}

@media (max-width: 767px) {
  .form__input-container::after {
    top: 0px;
  }
}

.form__input {
  height: 50px;
  border: none;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #001e42;
  width: 100%;
  z-index: 5;
  text-align: center;
  padding-right: 40px;
}

.header__form input {border-color:#fff !important}

@media (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}

.header__social {
  float: right;
  overflow: auto;
}

@media (max-width: 479px) {
  .header__social {
	  position:relative; top:-6px;
    float: right;
    margin: 0 auto;
    width: 162px;
  }
}

.header__social li {
  float: left;
  height: 100px;
}

@media (max-width: 767px) {
  .header__social li {
    height: auto;
  }
}

.social__link {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

@media (max-width: 767px) {
  .social__link {
    height: auto;
  }
}

.social__img {
  margin: 10px;
}

@media (max-width: 767px) {
  .social__img {
    margin: 10px 5px;
  }
}

.main {
  padding-top: 10px;
  padding-bottom: 15px;
}

.main .wrapper {
  max-width: 1170px;
}

.column {
  border: 3px solid #001e42; border-radius:10px
}

.column--left {
  float: left;
  max-width: 300px;
  width: 30%;
}

.spin-wrapper { background:#fff}

.column--right {
  float: right;
  max-width: 800px;
  width: 68%;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .column--right {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .column {
    float: none;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
}

.doc__photo {
  padding: 10px;
}

.doc__name {
  text-align: center;
  border-bottom: 3px solid #001e42;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.doc__name span {
  display: block;
}

@media (max-width: 1199px) {
  .doc__name {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .doc__name {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .doc__img {
    margin: 0 auto;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
  .sticky {
    position: static;
  }
}

.main__title {
  font-size: 2.5rem;
  text-align: center;
  line-height: 4rem;
}

@media (max-width: 767px) {
  .main__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.main__img-container {
  background: #0C2761;
  padding: 20px 0 10px 0;
  margin-bottom: 35px; border-radius:10px;
}

@media (max-width: 767px) {
  .main__img-container {
    margin: 0 -10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
  }
  .main__img-container { border-radius:7px}
}

.main__img {
  display: block;
  margin: 0 auto;
}

.main__title--second {
  font-size: 20px;
}

.main__txt {
  line-height: normal;
  margin-bottom: 25px;
  text-align: justify;
}

.main__txt span {
  display: block;
}

li.main__txt {
  margin-bottom: 15px;
}

.main__lnk {
  color: #a30101;
  font-weight: bolder;
}

.main__lnk:hover {
  text-decoration: underline;
}

.main__btn {
  display: block;
  text-align: center;
  background: #001e42;
  color: #ffffff;
  margin: 0 auto;
  max-width: 350px;
  font-size: 2.5rem;
  padding: 20px 0;
  border-radius: 15px;
  margin-bottom: 30px;
  font-weight: 900;
}

.main__btn:hover {
  background: red;
}

@media (max-width: 479px) {
  .main__btn {
    max-width: 85%;
    font-size: 1.3rem;
  }
}

.prod-link {
  cursor: default;
}
.prod-link img {
  cursor: pointer;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out
}
.prod-link img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.header-new{position:relative!important;min-height:70px;display:flex;background:#890000;z-index:99}
.panel-search{display:none;position:absolute;top:100%;background:#890000;width:100%;margin-top:1px;padding:15px 15px 15px 15px}
.panel-search input{display:block;border:0;background:#fff;height:40px;padding:0 15px 0 15px;text-align:center;border:0;width:100%;max-width:300px;margin:0 auto 0 auto!important;font-family:Arial,Helvetica,sans-serif;color:#333;outline:0}
.header-new .wrapper{position:relative;display:flex;align-items:center}
.search-new{position:absolute;left:15px;top:50%;margin:-9px 0 0 0;cursor:pointer;z-index:20}
.logo-new{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.logo-new img{display:block;width:100px}
.menu-new{margin-left:auto;font-size:12px}
.menu-new span{position:relative;padding-left:25px;cursor:pointer;display:inline-block;color:#f1c40f!important}
.menu-new span:before{position:absolute;top:-3px;left:0;content:'';display:block;width:20px;height:16px;background:url(ico-menu.png) no-repeat}
.panel-menu{display:none;position:absolute;top:100%;background:#890000;width:100%;margin-top:1px;padding:15px 15px 15px 15px}
.panel-menu ul{list-style-type:none;margin:0;padding:0}
.panel-menu ul li{margin:0;padding:0;line-height:normal;background:0}
.panel-menu ul li a{display:block;padding:10px;color:#fff;text-align:center}


.line-grey { height:1px; width:100%; background:#ccc; margin-bottom:20px}
.vk-link{text-decoration:none!important;cursor:default!important}
.vk-header{margin-bottom:10px;padding:4px 4px 4px 6px;background:none repeat scroll 0 0 #dae2e8}
.vk-logo{float:right;width:16px;height:16px;margin-top:-1px}
.vk-header-text{padding:2px 3px 1px;font-weight:700;line-height:100%;color:#45688e}
.vk-avatar img{float:left;margin-right:10px}
.vk-comment,.vk-comment-load{position:relative;min-height:70px;margin-bottom:15px;padding:0;border-bottom:1px solid #dae1e8}
.vk-comment:last-child{border-bottom:0 none}
.vk-comment-name{margin-bottom:5px;font-weight:700;font-size:15px;color:#2b587a}
.vk-comment-text{margin-left:60px;margin-bottom:10px}
.vk-comment-text img { display:block; margin-top:10px; }
.vk-comment-photo{width:100%;max-width:300px}
.vk-comment-date{margin:5px 0 8px 60px;color:#999}
.vk-comment-like:hover{cursor:pointer;opacity:.5}
.vk-comment-like-count{padding-left:14px;font-weight:700;font-size:10px;color:#7295b2}
.vk-comment-answer{color:#2b587a}
.vk-comment-answer:hover{cursor:pointer;opacity:.5}

.btn{display:block; max-width:280px;margin:10px auto 20px auto;padding:15px 20px 15px 20px; text-align:center;font-weight:700;font-size:20px;line-height:1.2;color:#fff!important;text-decoration:none;background:#0C2761;-webkit-border-radius:50px;border-radius:50px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
 .iti{ display:block; width:100%; max-width:50%}
 .iti input { display:block; width:100% !important; padding-left:47px !important}
 
 
 
.block-doc { display:flex;    background: #e7e7e7; padding:30px; margin:40px 0 40px 0}
.photo-doc { min-width:200px; text-align:center}
.photo-doc img { display:block; max-width:200px}
.photo-doc p { margin:10px 0 0 0; padding:0; line-height: normal}
.desc-doc { padding-left:20px; line-height:23px; font-size:18px}
.desc-doc a{color:#a30101}

.green-text{background:rgba(3,224,0,.04);padding:6px 13px!important;border-radius:2px;border:4px double rgba(21,160,37,.32);font-family:open sans,arial;line-height:28px;font-size:16px;max-width:100%;margin:15px auto 0 auto;font-weight:400;color:#4a4a4a}
.in-green-text{width:100%;display:table;padding:5px;border-right:none;color:#3a753a;font-size:14px;margin-bottom:9px;line-height:23px;border-radius:2px;margin-top:5px;margin-left:-3px;font-weight:600;background-color:#f5fef5;background-image:-webkit-repeating-linear-gradient(0deg,#bfe6bf 0,#f5fef5 100%);background-image:repeating-linear-gradient(90deg,#bfe6bf 0,#f5fef5 100%);background-image:-ms-repeating-linear-gradient(0deg,#bfe6bf 0,rgba(3,224,0,.04) 100%)}
.nums-inp { border:none !important; padding:0 !important; outline:none !important; text-align:center; width:20px !important; height:20px !important; display: inline !important; color:red !important; font-family: Arial, Helvetica, sans-serif !important}
 
 @media (max-width: 768px){
	 .block-doc { flex-direction:column; padding:20px}
	 .photo-doc {min-width:1px; margin-bottom:25px}
	 .photo-doc img  { max-width:100%; margin:0 auto}
	 .desc-doc { padding-left:0}
 }
 
@media (max-width: 479px){
.iti{ display:block; width:100%; max-width:90%}
#buyForm  .iti input { width:100% !important}
}


.game{display:block;background-image:-moz-linear-gradient(90deg,#b70808 24%,#530913 33%);background-image:-webkit-linear-gradient(90deg,#b70808 24%,#530913 33%);background-image:-ms-linear-gradient(90deg,#b70808 24%,#530913 33%);padding:40px 10px 50px;text-align:center}
.scale{position:relative;margin:0 0 5%}
.scale img{display:block;width:70%;max-width:300px;margin:0 auto}
.scale-img{min-width:202px}
.cursor{position:absolute;width:100%!important;max-width:27%;height:35%;top:92%;left:46%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.cursor img{transform-origin:79% 51%;max-width:88px}
.doors{display:inline-table;margin:0 0 7%;max-width:400px}
.door-l,.door-r{display:inline-table;width:50%;cursor:pointer}
.door-l:focus,.door-r:focus{outline:0}
#drl{width:100vw;max-width:140px;height:236px;background:url(//viposidn.com/content/BRRp3uSTPV4i9I6/img/door_l.png) no-repeat center;background-size:cover}
#drr{width:100vw;max-width:140px;height:236px;background:url(//viposidn.com/content/BRRp3uSTPV4i9I6/img/door_r.png) no-repeat center;background-size:cover}
@-webkit-keyframes pulse{
10%{-webkit-box-shadow:0 0 15px 5px rgba(255,228,0,.9)}
50%{-webkit-box-shadow:0 0 15px 5px rgba(255,228,0,0)}
80%{-webkit-box-shadow:0 0 15px 5px rgba(255,228,0,0)}
}
@keyframes pulse{
10%{-moz-box-shadow:0 0 15px 5px rgba(255,228,0,.9);box-shadow:0 0 15px 5px rgba(255,228,0,.9)}
50%{-moz-box-shadow:0 0 15px 5px rgba(255,228,0,0);box-shadow:0 0 15px 5px rgba(255,228,0,0)}
80%{-moz-box-shadow:0 0 15px 5px rgba(255,228,0,0);box-shadow:0 0 15px 5px rgba(255,228,0,0)}
}
.appeal{font-size:35px;color:#dc0000;font-weight:700;line-height:1.2;text-align:center;text-shadow:#ff0 1px 1px 0,#ff0 -1px -1px 0,#ff0 -1px 1px 0,#ff0 1px -1px 0}
#parent_popup{background-color:rgba(0,0,0,.8);display:none;position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;animation:showBlock .2s linear forwards}
@keyframes hideBlock{
100%{opacity:0}
0%{opacity:1}
}
@keyframes showBlock{
0%{opacity:0}
100%{opacity:1}
}
#popup{background:url('//viposidn.com/content/BRRp3uSTPV4i9I6/img/popup-bg.jpg') no-repeat center;background-size:cover;color:#f7d276;width:auto;max-width:400px;width:90%;margin:14% auto;padding:35px 20px 35px;position:relative;-webkit-border-radius:15px;-moz-border-radius:15px;border:4px solid #f7d276;border-radius:25px}
#popup p{font-size:22px;font-weight:900}
#popup .red{color:#f24a4a}
.prodpop{display:block;width:100%}
.prodpop img{display:block;max-width:156px;margin:0 auto 30px}
.knopka{display:block;padding:1em 1.4em;margin:0 auto;max-width:260px;border:none;border-radius:50px;box-sizing:border-box;text-decoration:none;font-family:Roboto,sans-serif;text-transform:uppercase;font-weight:600;color:#fff;background:-webkit-linear-gradient(left,#8969ac 0,#5692cb 48%,#4c9ad1 52%,#43a1d6 71%,#33aee0 100%);background:-o-linear-gradient(left,#8969ac 0,#5692cb 48%,#4c9ad1 52%,#43a1d6 71%,#33aee0 100%);background:-ms-linear-gradient(left,#8969ac 0,#5692cb 48%,#4c9ad1 52%,#43a1d6 71%,#33aee0 100%);background:linear-gradient(to right,#8969ac 0,#5692cb 48%,#4c9ad1 52%,#43a1d6 71%,#33aee0 100%);text-align:center;font-size:1.2em;line-height:1;animation:pulse 2s infinite}
.knopka:hover{text-decoration:none;animation:none;box-shadow:0 0 15px 5px rgba(255,228,0,.9)}

/*.game { border-radius:10px; margin:0 10px; background:#fff}*/

.wp-caption { background:#fff; margin-bottom:-50px; padding-bottom:30px;}
.wr-img{ padding-left:20px; padding-right:20px; max-width:1170px;; margin-left:auto; margin-right:auto}
.main__img-container2 .submit-form { margin-top:20px; margin-bottom:20px;}

@media (max-width: 479px){
.wp-caption{ margin-left:-11px; margin-right:-11px; padding-left:11px; padding-right:11px}
}


.header18 {border-top: 2px solid #e1261d;}
.header-topss { display: flex; align-items:center; padding:0 10px 0 10px; min-height:50px; max-width:1130px; margin:0 auto}
.left-header18 {}
.left-header18 img { display:block}
.right-header18 { margin-left:auto}
.right-header18 img { display:block}

.header-botss {padding:0 10px 0 10px; display: flex; align-items:center; padding:1px 0 0 0; min-height:32px; max-width:1130px; margin:0 auto;border-bottom:2px solid #93a5aa; border-top:1px solid #707070}
.menu-botts {overflow-x:auto; padding-left:10px}
.menu-botts ul { display: flex; list-style-type: none; margin:0; padding:0; max-width:100%; }
.menu-botts ul li { margin:0 0 0 15px; padding:0; white-space: nowrap; font-size:13px;}
.menu-botts ul li:first-child{ margin-left:0}
.menu-botts ul li a { text-decoration: none; color:#333}
a { cursor: pointer}
.sert { margin:0 0 30px 0}
.sert img{ display:block; margin:0 auto; max-width:100%}


.ava{width:43px;height:43px;border-radius:50%}
.d-flex{display:flex!important;align-items:flex-end}
.comments-container { margin-bottom:20px}
.comments-container .top-comments{display:inline-block;padding:1px 10px 1px 1px;margin:0 0 16px;border-radius:10px;color:#fff}
.comments-container .top-comments .icon{margin:0 4px 0 0}
.comments-container .top-comments p{margin:0;font-size:18px;line-height:1;text-transform:uppercase;color:#fff}
.comments-container .top-comments span { display:block; font-size:12px; margin-top:8px; margin-bottom:20px}
.comm-flex { display:block !important}
.comments-container .comment{margin:0 0 16px}
.comments-container .comment .ava{margin:0 8px 0 0}
.comments-container .comment .comment-message{padding:10px 18px;margin:0 6px 0 0;background-color:#0C2761;border-radius:16px;overflow:hidden}
.comments-container .comment .comment-message p{margin:0;font-size:12px;color:#fff;line-height:1.4}
.comments-container .comment .comment-message .image-full{margin:10px 0 10px 0;min-width:calc(100%+36px)}
.comments-container .comment .comment-message>p { margin-bottom:10px; margin-top:10px}
.comments-container .comment .comment-info{margin:0 0 2px}
.comments-container .comment .comment-info p{font-size:12px;color:#9F9F9F}
.comments-container .comment .comment-info .comment-nickname{margin:0 16px 0 0}
.comments-container .comment .comment-like{-ms-flex-negative:0;flex-shrink:0;display:inline-block;padding:0 8px 0 0;background-color:#002765;border-radius:10px}
.comments-container .comment .comment-like .icon{margin:0 4px 0 0}
.comments-container .comment .comment-like .d-flex {align-items:center}
.comments-container .comment .comment-like{margin:0;font-size:12px;line-height:1;color:#fff}
.comment.answer{margin:15px 0 15px 10%}
.comment-nickname {color:#9F9F9F}
.comment-time,.comment-nickname span{white-space:nowrap}
.comments-container { background:#333; padding:30px 30px 30px 30px; margin-left:-30px; margin-right:-30px}
.top-comments .d-flex{ align-items:center}
.comments-container .top-comments p { padding-top:2px}
.answer2 { margin-left:20% !important}
.d-flex.align-items-start{ align-items:flex-start}
.new-cont-bb{ margin:20px 0 40px 0}
.new-cont-bb img { display: inline; max-width:360px}
.new-cont-bb p { margin-bottom:20px; margin-top:20px}
.new-cont-bb p:first-child { margin-top:0}
.new-cont-bb .info {
    color: #999;
    font-size: 11px;
    font-style: italic; margin-bottom:15px;
}

.block-comms { max-width:738px; margin:0 auto 0 auto}
.comments-container{ padding-bottom:60px !important}

@media (max-width: 991px){
.comments-container { padding:20px 15px 20px 15px; margin-left:-15px; margin-right:-15px}
}


.but-order-fix{position:fixed;z-index:9999999999999;bottom:20px;left:0;width:100%;text-align:center}
.but-order-fix a{height:60px;display:inline-flex;align-items:center;min-width:400px;color:#fff;text-transform:uppercase;text-shadow:0 0 5px rgba(0,0,0,.6);box-shadow:0 0 9px rgba(0,0,0,.3);justify-content:center;border-radius:50px;
background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);}


@media screen and (max-width:480px){
	.but-order-fix{bottom:10px}
	.but-order-fix a{min-width:1px;width:100%;max-width:calc(90% - 20px);height:50px;padding:3px 0 0 0;box-sizing:border-box}
	.wr-box-order{max-width:100%;right:auto;left:0;top:10px}
	.order-box {width:100%;max-width:calc(100% - 20px); margin:0 auto}
}


.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 2% auto
}

.comeback_container {
    border-radius: 2%;
    border: 4px dashed #000;
    background: linear-gradient(to top, #d9d9d9, #fff);
    padding: 5px 5px 25px;
    text-align: center
}

.comeback_container .btn {
    display: block;
    width: 65%;
    color: #fff;
    background: #c73030;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 13px;
    margin: 30px auto 0;
    text-decoration: none !important
}

.comeback_img {
    width: 100%;
    margin: 10px auto
}

@media (max-width: 700px) {
    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }
}

.comeback_header {
    margin-bottom: 25px
}

.comeback_header p {
    margin: 5px auto
}

.comeback_body {
    background: linear-gradient(to right, #000, #262424);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.comeback_body span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem
}

.comeback_body img {
    position: relative;
    top: 55px;
    left: 20px
}

.comeback_footer p {
    width: 225px;
    margin-left: auto;
    margin-right: 6em
}

.comeback_footer {
    margin-bottom: 30px;
    margin-top: 15px
}

.comeback_footer::before {
    content: "";
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    margin-left: 150px;
    margin-top: -20px;
    position: absolute
}

@media (max-width: 540px) {
    .comeback_footer::before {
        display: none
    }
}

@media (max-width: 430px) {
    .btn {
        font-size: 18px
    }

    img {
        max-width: 100%;
        width: 100%
    }

    .comeback_body span {
        font-size: 1rem;
        margin-right: 0
    }

    .comeback_footer p {
        margin-right: 1em
    }

    .comeback_container .btn {
        font-size: 12px
    }

    .comeback_body img {
        left: 5px;
        top: 20px
    }
}

@media (max-width: 361px) {
    .btn {
        font-size: 17px
    }
}

@media (max-width: 321px) {
    .btn {
        font-size: 15px
    }

    .comeback_body img {
        top: 0
    }

    .comeback_footer p {
        margin-right: 2em
    }

    .comeback_container .btn {
        width: 85%
    }
}
