/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
.header {
  background-color: #222;
  color: #fff;
  margin-bottom: 15px;
  font-size: 0.8em;
}
img {
  max-width: 100%;
}
html {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 1rem 0;
}

p {
  margin: 15px 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 18px;
  color: #222;
  background-color: #eee;
  margin: 0;
}

.menu {
  display: flex;

}
.menu__item {
  padding: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  color: inherit;
  text-decoration: none;
}

.header__logo {
  /* background-color: red; */
  /* padding: 10px; */
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: 0;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  transition: background .3s
}

.submit-roulette:hover {
  background: #b00;
  transition: background .3s
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 250px !important
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center;
  margin: 0 15px 15px;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px
}

.ruletka-a {
  color: #1697ce
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
  text-align: center !important
}

.danger-text {
  color: red;
  font-weight: 700
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

.wheel img {
  max-width: 100%;
  margin-bottom: 0
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 12px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  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, .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, .4) 0 0 5px;
  background: #fff
}

.order_block {
  text-align: center !important
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0
}

#omni_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("urn:scrapbook:download:error:https://qq2.muremta.com/lander/-nutra----leadreaktor---fixinol-lp---cr---kuz_1698667781/css/cross-1.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.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
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer-show {
  display: block
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

.ruletka-p h2 {
  margin-top: 0 !important
}

#mainform {
  padding-top: 65px !important
}

@media all and (max-width:520px) {
  .wheel {
    width: 280px !important
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important
  }

  .close-popup {
    right: 0
  }
}

@media screen and (max-width:345px) {
  .wheel {
    width: 250px !important
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 8px !important
  }

}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg)
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg)
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1953deg);
    transform: rotate(1953deg)
  }

  100% {
    -webkit-transform: rotate(1934deg);
    transform: rotate(1934deg)
  }
}

@media screen and (max-width:768px) {


  #mainform {
    padding-top: 45px !important
  }
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

a:active,
a:hover {
  outline: 0 none
}

b {
  font-weight: 700
}

h1 {
  margin: .67em 0
}

img {
  border: 0 none;
  vertical-align: middle
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 none;
  padding: 0
}

input {
  line-height: normal
}

*,
::after,
::before {
  box-sizing: border-box
}


button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  background-color: transparent;
  text-decoration: none
}

a:focus,
a:hover {
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px
}

figure {
  margin: 0
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}




.text-center {
  text-align: center
}

ul {
  margin-top: 0;
  margin-bottom: 11px
}


.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: outside none none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 9px 12px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #f5f5f5
}

.nav-tabs {
  border-bottom: 1px solid transparent
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0
}

.nav-tabs>li>a:hover {
  border-color: #f5f5f5 #f5f5f5 transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #666;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: default
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}



.pull-left {
  float: left !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0 none
}

.c-app-nav::after,
.c-app-nav::before,
.c-bar::after,
.c-bar::before,
.c-nav-extra::after,
.c-nav-extra::before,
.c-post-footer::after,
.c-post-footer::before,
.c-post-info::after,
.c-post-info::before,
.c-switcher-box::after,
.c-switcher-box::before,
.o-cmr::after,
.o-cmr::before,
.o-jumbotron::after,
.o-jumbotron::before,
.o-row-sm::after,
.o-row-sm::before,
.o-row::after,
.o-row::before {
  content: "";
  display: table
}

.c-app-nav::after,
.c-bar::after,
.c-nav-extra::after,
.c-post-footer::after,
.c-post-info::after,
.c-switcher-box::after,
.o-cmr::after,
.o-jumbotron::after,
.o-row-sm::after,
.o-row::after {
  clear: both
}

.c-app-nav,
.c-social-list {
  padding-left: 0;
  list-style: outside none none
}

.nav>li>a {
  color: #000
}

.nav-tabs>li>a {
  border-width: 0 1px !important;
  color: #666;
  background: #e2e2e2 none repeat scroll 0 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-left: 9px;
  padding-right: 9px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  background: rgba(226, 226, 226, .5) none repeat scroll 0 0;
  border-right-color: rgba(226, 226, 226, .5)
}

.nav-tabs>li.active>a {
  color: #333
}

.nav-tabs>li+li>a {
  border-left-color: #f5f5f5
}

.nav-tabs.u-flex-justify-x>li>a {
  margin-right: 0;
  text-align: center
}

.text-hide {
  position: absolute;
  margin: 0
}

a,
button {
  transition: all .3s ease 0;
  outline: 0 none !important
}

::-moz-selection {
  background-color: #c6f3fe
}



figcaption {
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.6
}

figcaption>span {
  display: block;
  color: #000;
  font-style: normal
}

.o-cmr figcaption {
  color: #666;
  font-style: italic
}

.o-wrap {
  padding-left: 54px;
  padding-right: 54px
}

.o-row-sm {
  position: relative;
  margin-left: -10px;
  margin-right: -10px
}

.o-row-flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px
}

.o-col-flex {
  padding-left: 15px;
  padding-right: 15px
}

.o-row-sm-flex {
  margin-left: -7px;
  margin-right: -7px
}

.o-row-sm-flex .o-col-flex {
  padding-left: 7px;
  padding-right: 7px
}

.c-sidebar-wrap {
  float: right;
  width: 320px
}

.c-sidebar-wrap .c-sidebar {
  width: 300px
}

.c-main {
  padding: 0 10px
}

.c-sidebar-wrap~.c-main {
  float: left;
  width: 619px
}


.o-cmr a {
  font-weight: 400
}

.c-cmr-img {
  clear: both
}

.c-cmr-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto
}

.c-cmr-img figure {
  display: table;
  margin: 0 auto;
  width: 100%
}

.c-cmr-img figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: #eee
}

.o-cmr .c-cmr-img {
  margin-bottom: 22px
}

.c-banner {
  position: relative;
  padding-bottom: 56px;
  line-height: 1.42857
}

.c-banner .c-app-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0
}

.c-nav.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 930
}

.is-compressed .u-show-on-compression {
  position: relative;
  z-index: 1;
  color: #666
}

.is-compressed .u-show-on-compression a,
.is-compressed .u-show-on-compression li>abbr {
  color: #666
}

.is-compressed .u-show-on-compression a:focus,
.is-compressed .u-show-on-compression a:hover {
  color: #aaa
}

.c-nav-extra {
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  transition: background-color .3s ease 0, height .3s ease 0
}

.is-compressed .c-nav-extra {
  height: 40px
}

.is-scrolled .c-nav-extra {
  background-color: #000
}

.c-nav-extra a {
  fill: #fff
}

.is-compressed .c-nav-extra a {
  fill: #666
}

.c-nav-extra a:focus,
.c-nav-extra a:hover {
  fill: grey
}

.is-compressed .c-nav-extra a:focus,
.is-compressed .c-nav-extra a:hover {
  fill: #aaa
}

.c-nav-extra-right {
  float: right
}

.c-nav-unit {
  float: left;
  height: 35px;
  margin-top: 7px;
  vertical-align: middle;
  transition: opacity .3s ease 0
}

.is-compressed .c-nav-unit {
  height: 30px;
  margin-top: 6px
}

.c-nav-unit.c-search-nav {
  border-right: 1px solid transparent
}

.is-compressed .c-nav-unit.c-search-nav {
  border-right-color: #bfbfbf
}

.c-nav-extra-right .c-nav-unit {
  border-right: 1px solid rgba(255, 255, 255, .5)
}

.is-compressed .c-nav-extra-right .c-nav-unit {
  border-right-color: #bfbfbf
}

.c-nav-extra-right .c-nav-unit:last-child {
  border-right: medium none
}

.c-nav-unit-content {
  display: block;
  height: 49px;
  margin-top: -7px;
  padding: 10px;
  transition: margin-top .3s ease 0, height .3s ease 0
}

.is-compressed .c-nav-unit-content {
  height: 40px;
  margin-top: -5px;
  padding-top: 7px;
  padding-bottom: 7px
}

.c-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color .3s ease 0, width .3s ease 0, height .3s ease 0, padding .3s ease 0
}

.c-app-nav .c-logo {
  width: 66px;
  height: 66px;
  display: flex;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  z-index: 900
}

.is-compressed .c-app-nav .c-logo {
  width: 54px;
  height: 54px
}

.c-app-nav a.c-logo {
  text-decoration: none;
  background-color: #b60007
}

.c-app-nav a.c-logo:focus,
.c-app-nav a.c-logo:hover {
  background-color: #d20008
}

.c-lang {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0 !important
}

.c-lang abbr {
  cursor: inherit
}

.c-lang>li {
  display: inline-block;
  vertical-align: middle;
  font-weight: lighter
}

.c-lang>li+li {
  margin-left: 6px
}

.c-lang>li:first-child>a {
  padding-right: 0 !important
}

.c-lang>li:last-child>abbr {
  padding-left: 0 !important
}

.c-lang>li>a,
.c-lang>li>abbr {
  display: block;
  line-height: 49px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px
}

.is-compressed .c-lang>li>a,
.is-compressed .c-lang>li>abbr {
  line-height: 40px
}

.c-lang>li>a {
  text-decoration: none
}

.c-lang>li>a:focus,
.c-lang>li>a:hover {
  color: grey;
  cursor: pointer
}

.c-lang>li>abbr {
  transition: color .3s ease 0
}

.c-lang>li.is-active {
  text-shadow: 1px 0 0 #fff;
  letter-spacing: 1px
}

.is-compressed .c-lang>li.is-active {
  text-shadow: 1px 0 0 #000
}

.c-app-nav {
  margin-top: -42px;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 2px solid #bf134d;
  border-bottom: 2px solid #000
}

.is-fixed .c-app-nav {
  will-change: margin-top;
  margin-top: 0
}

.is-fixed.is-compressed .c-app-nav {
  transition: margin-top .3s ease 0;
  margin-top: -40px
}

.c-app-nav a {
  display: block;
  color: inherit
}

.c-app-nav a::after {
  z-index: 1
}

.c-app-nav .c-logo::after {
  display: none
}

.c-app-nav>li {
  float: left;
  margin-top: -2px;
  border-top: 2px solid transparent
}

.c-app-nav>li:nth-child(2) {
  margin-left: 54px
}

.c-app-nav>li>a {
  padding: 0 7px;
  line-height: 52px;
  text-decoration: none
}

.c-app-nav>li>a::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: background-color .3s ease 0;
  pointer-events: none
}

.c-app-nav>.is-active>a::after {
  z-index: 1
}

.c-app-nav li {
  color: #000;
  border-top-color: transparent
}

.c-app-nav li a:hover,
.c-app-nav li.is-active {
  color: #fff
}

.c-app-nav li a:hover,
.c-app-nav li.is-active a {
  fill: #fff
}

.c-app-nav li a:hover,
.c-app-nav li a:hover::after {
  background: #000 none repeat scroll 0 0
}

.c-app-nav li>a:hover,
.c-app-nav li>a:hover::after {
  background: #333 none repeat scroll 0 0
}

.c-app-nav .u-ukraine {
  border-top-color: #ffd400
}

.c-app-nav .u-ukraine>a:hover,
.c-app-nav .u-ukraine>a:hover::after {
  background: #ffd400 none repeat scroll 0 0
}

.c-app-nav .u-politics {
  border-top-color: #30b3bf
}

.c-app-nav .u-politics>a:hover,
.c-app-nav .u-politics>a:hover::after {
  background: #30b3bf none repeat scroll 0 0
}

.c-app-nav .u-video {
  border-top-color: #3640b3
}

.c-app-nav .u-video>a:hover,
.c-app-nav .u-video>a:hover::after {
  background: #3640b3 none repeat scroll 0 0
}

.c-app-nav .u-blog {
  border-top-color: #cca266
}

.c-app-nav .u-blog>a:hover,
.c-app-nav .u-blog>a:hover::after {
  background: #cca266 none repeat scroll 0 0
}

.c-app-nav .u-sport {
  border-top-color: #73cc33
}

.c-app-nav .u-sport>a:hover,
.c-app-nav .u-sport>a:hover::after {
  background: #73cc33 none repeat scroll 0 0
}

.c-app-nav .u-lady {
  border-top-color: #bf2219
}

.c-app-nav .u-lady.is-active>a,
.c-app-nav .u-lady.is-active>a::after,
.c-app-nav .u-lady>a:hover,
.c-app-nav .u-lady>a:hover::after {
  background: #bf2219 none repeat scroll 0 0
}

.c-app-nav .u-interesting {
  border-top-color: #f26522
}

.c-app-nav .u-interesting>a:hover,
.c-app-nav .u-interesting>a:hover::after {
  background: #f26522 none repeat scroll 0 0
}

.c-app-nav .u-glamor {
  border-top-color: #ba39e6
}

.c-app-nav .u-glamor>a:hover,
.c-app-nav .u-glamor>a:hover::after {
  background: #ba39e6 none repeat scroll 0 0
}

.c-app-nav .u-special {
  border-top-color: #f2b600
}

.c-app-nav .u-special>a:hover,
.c-app-nav .u-special>a:hover::after {
  background: #f2b600 none repeat scroll 0 0
}

.c-switcher-box {
  display: none
}

.c-entry-inverse .c-social-list .i-svg {
  fill: #fff
}

.c-social-list {
  text-align: center
}

.c-social-list>li {
  display: inline-block
}

.c-social-list>li>a {
  display: block;
  text-decoration: none
}

.c-social-list>li>a .i-svg {
  transition: fill .3s ease 0
}

.c-social-list>li>a:active .i-fb,
.c-social-list>li>a:focus .i-fb,
.c-social-list>li>a:hover .i-fb {
  fill: #49629a !important
}

.c-social-list>li>a:active .i-tw,
.c-social-list>li>a:focus .i-tw,
.c-social-list>li>a:hover .i-tw {
  fill: #03a9f4 !important
}

.c-social-list>li>a:active .i-vb,
.c-social-list>li>a:focus .i-vb,
.c-social-list>li>a:hover .i-vb {
  fill: #665cac !important
}

.c-social-list>li>a:active .i-tlg,
.c-social-list>li>a:focus .i-tlg,
.c-social-list>li>a:hover .i-tlg {
  fill: #4a90e2 !important
}

.c-social-list>li>a:active .i-msgr,
.c-social-list>li>a:focus .i-msgr,
.c-social-list>li>a:hover .i-msgr {
  fill: #0084ff !important
}

.c-main .c-bar .c-social-list {
  background: #000 none repeat scroll 0 0
}

.t-lady .c-main .c-bar .c-social-list {
  background: #000 none repeat scroll 0 0 !important
}

.i-svg {
  vertical-align: middle
}

.i-tlg {
  fill-rule: evenodd
}

.o-jumbotron {
  padding: 10px 40px;
  background-color: #000;
  overflow: hidden;
  font-size: 14px
}

.o-jumbotron .o-jumbotron {
  margin-bottom: 0
}

.c-main .o-jumbotron {
  margin-right: -10px;
  padding-right: 32px
}

.c-entry {
  display: block;
  position: relative;
  margin-bottom: 20px
}

.c-entry-inverse {
  color: #fff
}

.c-entry-frame {
  position: relative;
  height: 0;
  overflow: hidden
}

.c-entry-frame .c-post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.c-entry-frame .c-post-title {
  overflow: hidden
}

.c-entry-frame-img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden
}

.c-entry-frame-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto
}

.c-post {
  margin-bottom: 16px
}

.c-post .c-main>:last-child {
  margin-bottom: 0
}

.c-post-meta {
  background-color: #fff
}

.c-post-title {
  font-size: 16px;
  font-weight: 700
}

.c-post-meta .c-post-title {
  margin: 0
}

.c-post-title,
.c-post-title>* {
  color: inherit
}

.c-post-title>* {
  pointer-events: all
}

.c-post-title a {
  display: block;
  max-width: 100%;
  text-decoration: none
}

.c-post-title a:focus,
.c-post-title a:hover {
  color: inherit
}

.c-post-tag,
.c-post-time {
  display: inline-block;
  font-size: 12px
}

.c-post-tag:not(:last-child) {
  margin-right: 8px
}

.c-bar .c-post-tag {
  padding-top: 1px
}

.c-entry-lg .c-bar .c-post-tag {
  padding-top: 0
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
  float: left
}

.c-post-tag {
  color: #666;
  font-weight: 700
}

.c-entry-inverse .c-post-tag {
  color: #aaa;
  font-weight: 300
}

.c-post-time {
  color: #a8abbf
}

.c-post-footer {
  color: #aaa;
  font-size: 14px;
  font-weight: 300
}

.c-post-copy {
  color: #666
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
  font-size: 10px
}

.c-port {
  overflow: hidden;
  position: relative
}

.c-bar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 1.6;
  fill: #666
}

.c-bar a {
  color: inherit;
  text-decoration: none
}

.c-bar a:active,
.c-bar a:hover {
  color: #333;
  fill: #333
}

.c-bar svg {
  transition: all 0 ease 0
}

.c-main .c-entry-lg .c-bar {
  padding-right: 30px
}

.c-entry .c-bar {
  font-size: 14px;
  line-height: 1.6
}

.c-bar-left {
  float: left;
  margin-left: -10px
}

.c-bar-right {
  float: right;
  margin-right: -10px
}

.c-bar-unit {
  position: relative;
  float: left;
  padding: 5px 10px
}

.c-bar-unit ul {
  margin-bottom: 0
}

.c-bar-unit .c-social-list {
  font-size: 12px
}

.c-bar-unit .c-social-list a {
  color: #666;
  padding-top: 3px
}

.c-entry-inverse .c-bar-unit .c-social-list a {
  color: #aaa
}

.c-social-list li {
  margin-right: -3px
}

.c-social-list li:nth-child(1) a {
  margin-right: 8px
}

.c-social-list li:nth-child(2) a {
  margin-right: 6px
}

.c-social-list li:nth-child(3) a,
.c-social-list li:nth-child(4) a {
  margin-right: 4px
}

.c-bar-unit .c-social-list li:last-child {
  margin-right: -10px
}

.c-bar-unit .c-social-list li:last-child a {
  margin-right: 0
}

.c-social-list a {
  padding-left: 10px;
  padding-right: 10px
}

.c-social-list .i-svg {
  width: 15px;
  height: 15px;
  margin-top: -2px
}

.c-social-list .i-tw {
  width: 17px;
  height: 17px
}

.c-social-list .i-vb {
  width: 15px;
  height: 17px;
  margin-top: -2px
}

.c-social-list .i-tlg {
  width: 17px;
  height: 17px;
  margin-top: -4px
}

.c-sidebar-box {
  padding: 0 10px
}

.c-sidebar {
  position: relative;
  top: 0;
  padding: 0 20px
}

.c-sidebar .nav-tabs>li>a {
  padding-top: 14px;
  padding-bottom: 12px
}

.c-sidebar article:focus a .c-post-img,
.c-sidebar article:hover a .c-post-img {
  transform: scale(1.1)
}

.c-sidebar .c-post-img {
  transition: transform 3s ease 0
}

.c-sidebar .c-aside {
  padding: 20px 0;
  background: #fff none repeat scroll 0 0
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
  margin: 0;
  font-size: 16px;
  font-weight: 300
}

.c-sidebar-unit:last-child {
  border-bottom: 0 none
}

.c-sidebar-entry {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0
}

.c-sidebar-entry .c-entry-frame {
  margin-top: 5px
}

.c-sidebar-entry .c-post-title {
  color: #333
}

.c-sidebar-entry .c-post-info {
  margin: 5px 0 0
}

.c-sidebar-entry:focus .c-post-title a,
.c-sidebar-entry:hover .c-post-title a {
  text-decoration: underline
}

.c-sidebar-entry .c-post-tag,
.c-sidebar-entry .c-post-time {
  color: #a0a0a0
}

.c-sidebar-entry .c-post-tag {
  font-weight: 400
}

.s-entry-video .c-post-title {
  line-height: 1.33333;
  font-size: 15px;
  min-height: 48px;
  max-height: 68px
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
  padding-top: 57.143%
}

.s-entry-video .c-post-title a {
  padding-top: 8px;
  padding-bottom: 5px
}

.s-entry-video .c-entry-frame {
  padding-bottom: 69px
}

.c-aside {
  overflow: hidden
}

.t-lady .o-jumbotron {
  background: #000 none repeat scroll 0 0
}

.t-lady .o-jumbotron.u-bg-gray-lighter {
  background-color: #000 !important
}

.is-compressed .c-search-nav {
  float: right;
  position: relative;
  z-index: 1
}

.c-comments-head {
  padding-bottom: 1px
}

.c-comments-login {
  width: 100%
}

.u-spacer-before>* {
  vertical-align: middle;
  display: inline-block
}

.u-spacer-before::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  margin-left: -3px;
  vertical-align: middle
}

.u-content-read {
  max-width: 940px
}

.u-mr-0 {
  margin-right: 0 !important
}

.u-pa-0 {
  padding: 0 !important
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.u-pr-0 {
  padding-right: 0 !important
}

.u-pos-r {
  position: relative
}

.c-entry-inverse .u-text-lady,
.u-text-lady {
  color: #f65757
}

.u-bg-gray-lighter {
  background-color: #eee !important
}

.u-flex-justify-x {
  display: flex
}

.u-flex-justify-x>* {
  flex-grow: 1;
  flex-basis: 0
}

.c-si-main {
  position: relative;
  z-index: 9;
  background: #fff none repeat scroll 0 0;
  transition: opacity 1.2s ease 0
}

.c-si-main .c-post>.o-row-sm {
  position: static
}

.c-si-pages {
  position: relative
}

.c-si-pages .c-si-page {
  position: relative;
  z-index: 8;
  background: #fff none repeat scroll 0 0
}

.c-si-pages .c-si-active {
  z-index: 7
}

.c-si-pages .c-si-main {
  z-index: 1
}

.o-affix-el {
  position: relative
}

.comTitle {
  padding: 5px 10px;
  margin-top: 50px;
  color: #000;
  border-bottom: 2px solid #000;
  font-size: 27px;
  text-align: center
}

.photo img {
  margin: 3px 0 0
}

.photo {
  float: left;
  margin-right: 10px
}

.com-txt {
  padding-left: 60px;
}
.com-date {
  padding-left: 60px;
  margin-top: 10px;
}

.commit-text {
  margin-top: 25px
}

img.photo-people {
  width: 50px;
  border-radius: 50%
}

.clear {
  clear: both
}

input {
  outline: 0 none
}

input {
  outline: 0 none
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

a:active,
a:hover {
  outline: 0 none
}

b {
  font-weight: 700
}

h1 {
  margin: .67em 0
}

img {
  border: 0 none;
  vertical-align: middle
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 none;
  padding: 0
}

input {
  line-height: normal
}

@media print {

  *,
  ::after,
  ::before {
    background: transparent none repeat scroll 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]::after {
    content: " ("attr(href) ")"
  }

  a[href^="#"]::after {
    content: ""
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

*,
::after,
::before {
  box-sizing: border-box
}

button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  background-color: transparent;
  text-decoration: none
}

a:focus,
a:hover {
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px
}

figure {
  margin: 0
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}



.text-center {
  text-align: center
}

ul {
  margin-top: 0;
  margin-bottom: 11px
}


.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: outside none none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 9px 12px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #f5f5f5
}

.nav-tabs {
  border-bottom: 1px solid transparent
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0
}

.nav-tabs>li>a:hover {
  border-color: #f5f5f5 #f5f5f5 transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #666;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: default
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}


.pull-left {
  float: left !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0 none
}

.c-app-nav::after,
.c-app-nav::before,
.c-bar::after,
.c-bar::before,
.c-nav-extra::after,
.c-nav-extra::before,
.c-post-footer::after,
.c-post-footer::before,
.c-post-info::after,
.c-post-info::before,
.c-switcher-box::after,
.c-switcher-box::before,
.o-cmr::after,
.o-cmr::before,
.o-jumbotron::after,
.o-jumbotron::before,
.o-row-sm::after,
.o-row-sm::before,
.o-row::after,
.o-row::before {
  content: "";
  display: table
}

.c-app-nav::after,
.c-bar::after,
.c-nav-extra::after,
.c-post-footer::after,
.c-post-info::after,
.c-switcher-box::after,
.o-cmr::after,
.o-jumbotron::after,
.o-row-sm::after,
.o-row::after {
  clear: both
}

.c-app-nav,
.c-social-list {
  padding-left: 0;
  list-style: outside none none
}


.nav>li>a {
  color: #000
}

@media(max-width:1023px) {
  .nav {
    font-size: 12px
  }
}

.nav-tabs>li>a {
  border-width: 0 1px !important;
  color: #666;
  background: #e2e2e2 none repeat scroll 0 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-left: 9px;
  padding-right: 9px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  background: rgba(226, 226, 226, .5) none repeat scroll 0 0;
  border-right-color: rgba(226, 226, 226, .5)
}

.nav-tabs>li.active>a {
  color: #333
}

.nav-tabs>li+li>a {
  border-left-color: #f5f5f5
}

.nav-tabs.u-flex-justify-x>li>a {
  margin-right: 0;
  text-align: center
}

@media(max-width:1023px) {
  .nav-tabs>li>a {
    font-size: 7px;
    padding-left: 6px;
    padding-right: 6px
  }
}

.text-hide {
  position: absolute;
  margin: 0
}

a,
button {
  transition: all .3s ease 0;
  outline: 0 none !important
}

::-moz-selection {
  background-color: #c6f3fe
}


figcaption {
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.6
}

figcaption>span {
  display: block;
  color: #000;
  font-style: normal
}

.o-cmr figcaption {
  color: #666;
  font-style: italic
}


.o-wrap {
  padding-left: 54px;
  padding-right: 54px
}

@media(max-width:1365px) {
  .o-wrap {
    padding-left: 40px;
    padding-right: 40px
  }
}

.o-row-sm {
  position: relative;
  margin-left: -10px;
  margin-right: -10px
}

.o-row-flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px
}

.o-col-flex {
  padding-left: 15px;
  padding-right: 15px
}

.o-row-sm-flex {
  margin-left: -7px;
  margin-right: -7px
}

.o-row-sm-flex .o-col-flex {
  padding-left: 7px;
  padding-right: 7px
}

.c-sidebar-wrap {
  float: right;
  width: 320px
}

.c-sidebar-wrap .c-sidebar {
  width: 300px
}

.c-main {
  padding: 0 10px
}

.c-sidebar-wrap~.c-main {
  float: left;
  width: 619px
}

@media(max-width:1023px) {
  .c-sidebar-wrap {
    width: 245px
  }

  .c-sidebar-wrap .c-sidebar {
    width: 225px
  }

  .c-sidebar-wrap~.c-main {
    width: 728px
  }

  .c-sidebar-wrap {
    display: none
  }
}

@media(min-width:1024px) and (max-width:1279px) {
  .o-row-sm {
    position: relative;
    margin-left: -10px;
    margin-right: -70px
  }
}

@media(min-width:1280px) {
  .c-sidebar-wrap {
    width: 360px
  }

  .c-sidebar-wrap .c-sidebar {
    width: 340px
  }

  .c-sidebar-wrap~.c-main {
    width: 835px
  }
}

@media(min-width:1366px) {
  .c-sidebar-wrap~.c-main {
    width: 893px
  }
}

@media(min-width:1600px) {
  .c-sidebar-wrap~.c-main {
    width: 957px
  }
}


.o-cmr a {
  font-weight: 400
}



.c-cmr-img {
  clear: both
}

.c-cmr-img figure {
  display: table;
  margin: 0 auto
}

.c-cmr-img figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: #eee
}

.o-cmr .c-cmr-img {
  margin-bottom: 22px
}

.c-banner {
  position: relative;
  padding-bottom: 56px;
  line-height: 1.42857
}

.c-banner .c-app-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0
}

@media(max-width:1023px) {
  .c-banner {
    padding-bottom: 42px
  }
}

.c-nav.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 930
}

@media(max-width:1023px) {
  .submit-roulette {
    font-size: 13px !important
  }
}

.is-compressed .u-show-on-compression {
  position: relative;
  z-index: 1;
  color: #666
}

.is-compressed .u-show-on-compression a,
.is-compressed .u-show-on-compression li>abbr {
  color: #666
}

.is-compressed .u-show-on-compression a:focus,
.is-compressed .u-show-on-compression a:hover {
  color: #aaa
}

.c-nav-extra {
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  transition: background-color .3s ease 0, height .3s ease 0
}

.is-compressed .c-nav-extra {
  height: 40px
}

@media(min-width:1024px) {
  .c-nav-extra {
    height: 66px
  }

  .is-compressed .c-nav-extra {
    height: 54px
  }
}

.is-scrolled .c-nav-extra {
  background-color: #000
}

.c-nav-extra a {
  fill: #fff
}

.is-compressed .c-nav-extra a {
  fill: #666
}

.c-nav-extra a:focus,
.c-nav-extra a:hover {
  fill: grey
}

.is-compressed .c-nav-extra a:focus,
.is-compressed .c-nav-extra a:hover {
  fill: #aaa
}

@media(max-width:1023px) {
  .is-compressed .c-nav-unit-content {
    padding-left: 7px;
    padding-right: 7px
  }
}

.c-nav-extra-right {
  float: right
}

.c-nav-unit {
  float: left;
  height: 35px;
  margin-top: 7px;
  vertical-align: middle;
  transition: opacity .3s ease 0
}

.is-compressed .c-nav-unit {
  height: 30px;
  margin-top: 6px
}

@media(min-width:1024px) {
  .c-nav-unit {
    height: 46px;
    margin-top: 10px
  }

  .is-compressed .c-nav-unit {
    height: 40px;
    margin-top: 8px
  }
}

.c-nav-unit.c-search-nav {
  border-right: 1px solid transparent
}

.is-compressed .c-nav-unit.c-search-nav {
  border-right-color: #bfbfbf
}

.c-nav-extra-right .c-nav-unit {
  border-right: 1px solid rgba(255, 255, 255, .5)
}

.is-compressed .c-nav-extra-right .c-nav-unit {
  border-right-color: #bfbfbf
}

.c-nav-extra-right .c-nav-unit:last-child {
  border-right: medium none
}

.c-nav-unit-content {
  display: block;
  height: 49px;
  margin-top: -7px;
  padding: 10px;
  transition: margin-top .3s ease 0, height .3s ease 0
}

.is-compressed .c-nav-unit-content {
  height: 40px;
  margin-top: -5px;
  padding-top: 7px;
  padding-bottom: 7px
}

@media(min-width:1024px) {
  .c-nav-unit-content {
    height: 66px;
    margin-top: -10px;
    padding: 15px 14px
  }

  .is-compressed .c-nav-unit-content {
    height: 54px;
    margin-top: -7px;
    padding-top: 11px;
    padding-bottom: 11px
  }
}

.c-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color .3s ease 0, width .3s ease 0, height .3s ease 0, padding .3s ease 0
}

.c-app-nav .c-logo {
  width: 66px;
  height: 66px;
  display: flex;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  z-index: 900
}

.is-compressed .c-app-nav .c-logo {
  width: 54px;
  height: 54px
}

.c-app-nav a.c-logo {
  text-decoration: none;
  background-color: #b60007
}

.c-app-nav a.c-logo:focus,
.c-app-nav a.c-logo:hover {
  background-color: #d20008
}

@media(max-width:1023px) {
  .c-app-nav .c-logo {
    width: 49px;
    height: 49px
  }

  .is-compressed .c-app-nav .c-logo {
    width: 40px;
    height: 40px
  }
}

.c-lang {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0 !important
}

.c-lang abbr {
  cursor: inherit
}

.c-lang>li {
  display: inline-block;
  vertical-align: middle;
  font-weight: lighter
}

.c-lang>li+li {
  margin-left: 6px
}

.c-lang>li:first-child>a {
  padding-right: 0 !important
}

.c-lang>li:last-child>abbr {
  padding-left: 0 !important
}

.c-lang>li>a,
.c-lang>li>abbr {
  display: block;
  line-height: 49px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px
}

.is-compressed .c-lang>li>a,
.is-compressed .c-lang>li>abbr {
  line-height: 40px
}

.c-lang>li>a {
  text-decoration: none
}

.c-lang>li>a:focus,
.c-lang>li>a:hover {
  color: grey;
  cursor: pointer
}

.c-lang>li>abbr {
  transition: color .3s ease 0
}

.c-lang>li.is-active {
  text-shadow: 1px 0 0 #fff;
  letter-spacing: 1px
}

.is-compressed .c-lang>li.is-active {
  text-shadow: 1px 0 0 #000
}

@media(min-width:1024px) {

  .c-lang>li>a,
  .c-lang>li>abbr {
    padding: 0 14px;
    font-size: 15px;
    line-height: 66px
  }

  .is-compressed .c-lang>li>a,
  .is-compressed .c-lang>li>abbr {
    line-height: 54px
  }
}

.c-app-nav {
  margin-top: -42px;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 2px solid #bf134d;
  border-bottom: 2px solid #000
}

.is-fixed .c-app-nav {
  will-change: margin-top;
  margin-top: 0
}

.is-fixed.is-compressed .c-app-nav {
  transition: margin-top .3s ease 0;
  margin-top: -40px
}

.c-app-nav a {
  display: block;
  color: inherit
}

.c-app-nav a::after {
  z-index: 1
}

.c-app-nav .c-logo::after {
  display: none
}

.c-app-nav>li {
  float: left;
  margin-top: -2px;
  border-top: 2px solid transparent
}

.c-app-nav>li:nth-child(2) {
  margin-left: 54px
}

.c-app-nav>li>a {
  padding: 0 7px;
  line-height: 52px;
  text-decoration: none
}

.c-app-nav>li>a::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: background-color .3s ease 0;
  pointer-events: none
}

.c-app-nav>.is-active>a::after {
  z-index: 1
}

.c-app-nav li {
  color: #000;
  border-top-color: transparent
}

.c-app-nav li a:hover,
.c-app-nav li.is-active {
  color: #fff
}

.c-app-nav li a:hover,
.c-app-nav li.is-active a {
  fill: #fff
}

.c-app-nav li a:hover,
.c-app-nav li a:hover::after {
  background: #000 none repeat scroll 0 0
}

.c-app-nav li>a:hover,
.c-app-nav li>a:hover::after {
  background: #333 none repeat scroll 0 0
}

.c-app-nav .u-ukraine {
  border-top-color: #ffd400
}

.c-app-nav .u-ukraine>a:hover,
.c-app-nav .u-ukraine>a:hover::after {
  background: #ffd400 none repeat scroll 0 0
}

.c-app-nav .u-politics {
  border-top-color: #30b3bf
}

.c-app-nav .u-politics>a:hover,
.c-app-nav .u-politics>a:hover::after {
  background: #30b3bf none repeat scroll 0 0
}

.c-app-nav .u-video {
  border-top-color: #3640b3
}

.c-app-nav .u-video>a:hover,
.c-app-nav .u-video>a:hover::after {
  background: #3640b3 none repeat scroll 0 0
}

.c-app-nav .u-blog {
  border-top-color: #cca266
}

.c-app-nav .u-blog>a:hover,
.c-app-nav .u-blog>a:hover::after {
  background: #cca266 none repeat scroll 0 0
}

.c-app-nav .u-sport {
  border-top-color: #73cc33
}

.c-app-nav .u-sport>a:hover,
.c-app-nav .u-sport>a:hover::after {
  background: #73cc33 none repeat scroll 0 0
}

.c-app-nav .u-lady {
  border-top-color: #bf2219
}

.c-app-nav .u-lady.is-active>a,
.c-app-nav .u-lady.is-active>a::after,
.c-app-nav .u-lady>a:hover,
.c-app-nav .u-lady>a:hover::after {
  background: #bf2219
}

.c-app-nav .u-interesting {
  border-top-color: #f26522
}

.c-app-nav .u-interesting>a:hover,
.c-app-nav .u-interesting>a:hover::after {
  background: #f26522 none repeat scroll 0 0
}

.c-app-nav .u-glamor {
  border-top-color: #ba39e6
}

.c-app-nav .u-glamor>a:hover,
.c-app-nav .u-glamor>a:hover::after {
  background: #ba39e6 none repeat scroll 0 0
}

.c-app-nav .u-special {
  border-top-color: #f2b600
}

.c-app-nav .u-special>a:hover,
.c-app-nav .u-special>a:hover::after {
  background: #f2b600 none repeat scroll 0 0
}

@media(max-width:1279px) {

  .c-app-nav .s-from-nav>a,
  .c-app-nav-more-box .o-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 none
  }
}

@media(max-width:1023px) {

  .is-compressed .c-lang>li>a,
  .is-compressed .c-lang>li>abbr {
    padding-left: 7px;
    padding-right: 7px
  }

  .c-app-nav {
    line-height: 38px
  }

  .c-app-nav {
    font-size: 11px
  }

  .c-app-nav>li>a {
    padding: 0 4px;
    line-height: 38px
  }

  .c-app-nav>li:nth-child(2) {
    margin-left: 40px
  }
}

@media(min-width:1024px) {
  .c-app-nav {
    margin-top: -56px
  }

  .c-app-nav>li>a {
    padding: 0 7px
  }

  .is-fixed.is-compressed .c-app-nav {
    margin-top: -54px
  }
}

@media(min-width:1280px) {
  .c-app-nav>li>a {
    padding: 0 7px
  }
}

@media(min-width:1366px) {
  .c-app-nav>li>a {
    padding: 0 8px
  }
}

@media(min-width:1600px) {
  .c-app-nav {
    font-size: 16px
  }

  .c-app-nav>li>a {
    padding: 0 11px
  }
}

@media(max-width:1023px) {
  .c-main .c-bar .c-social-list {
    padding: 0 10px
  }
}

.c-switcher-box {
  display: none
}

.c-entry-inverse .c-social-list .i-svg {
  fill: #fff
}

.c-social-list {
  text-align: center
}

.c-social-list>li {
  display: inline-block
}

.c-social-list>li>a {
  display: block;
  text-decoration: none
}

.c-social-list>li>a .i-svg {
  transition: fill .3s ease 0
}

.c-social-list>li>a:active .i-fb,
.c-social-list>li>a:focus .i-fb,
.c-social-list>li>a:hover .i-fb {
  fill: #49629a !important
}

.c-social-list>li>a:active .i-tw,
.c-social-list>li>a:focus .i-tw,
.c-social-list>li>a:hover .i-tw {
  fill: #03a9f4 !important
}

.c-social-list>li>a:active .i-vb,
.c-social-list>li>a:focus .i-vb,
.c-social-list>li>a:hover .i-vb {
  fill: #665cac !important
}

.c-social-list>li>a:active .i-tlg,
.c-social-list>li>a:focus .i-tlg,
.c-social-list>li>a:hover .i-tlg {
  fill: #4a90e2 !important
}

.c-social-list>li>a:active .i-msgr,
.c-social-list>li>a:focus .i-msgr,
.c-social-list>li>a:hover .i-msgr {
  fill: #0084ff !important
}

.c-main .c-bar .c-social-list {
  background: #000 none repeat scroll 0 0
}

.t-lady .c-main .c-bar .c-social-list {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0 !important
}

@media(max-width:1279px) {
  .c-main .c-bar .c-social-list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    white-space: nowrap;
    transition: opacity .3s ease 0;
    opacity: 0;
    pointer-events: none
  }
}

@media(min-width:1280px) {
  .c-main .c-bar .c-social-list {
    display: block
  }
}

.i-svg {
  vertical-align: middle
}

.i-tlg {
  fill-rule: evenodd
}

.o-jumbotron {
  padding: 10px 40px;
  background-color: #000;
  overflow: hidden;
  font-size: 14px
}

.o-jumbotron .o-jumbotron {
  margin-bottom: 0
}

.o-jumbotron p {
  margin-bottom: 11px
}

.c-main .o-jumbotron {
  margin-right: -10px;
  padding-right: 32px
}

@media(max-width:1279px) {
  .o-jumbotron {
    padding-top: 7px
  }

  .c-main .o-jumbotron {
    margin-right: -20px
  }
}

@media(min-width:1366px) {
  .o-jumbotron {
    margin-left: -54px;
    margin-right: -54px;
    padding-left: 54px;
    padding-right: 54px
  }
}

.c-entry {
  display: block;
  position: relative;
  margin-bottom: 20px
}

.c-entry-inverse {
  color: #fff
}

.c-entry-frame {
  position: relative;
  height: 0;
  overflow: hidden
}

.c-entry-frame .c-post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.c-entry-frame .c-post-title {
  overflow: hidden
}

.c-entry-frame-img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden
}

.c-entry-frame-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto
}

.c-post {
  margin-bottom: 16px
}

.c-post .c-main>:last-child {
  margin-bottom: 0
}

.c-post-meta {
  background-color: #fff
}

.c-post-title {
  font-size: 16px;
  font-weight: 700
}

.c-post-meta .c-post-title {
  margin: 0
}

.c-post-title,
.c-post-title>* {
  color: inherit
}

.c-post-title>* {
  pointer-events: all
}

.c-post-title a {
  display: block;
  max-width: 100%;
  text-decoration: none
}

.c-post-title a:focus,
.c-post-title a:hover {
  color: inherit
}

@media(max-width:1023px) {
  .c-post-title {
    font-size: 12px
  }
}

@media(min-width:1366px) {
  .c-post-title {
    font-size: 20px
  }
}

@media(min-width:1600px) {
  .c-post-title {
    font-size: 22px
  }
}

.c-post-tag,
.c-post-time {
  display: inline-block;
  font-size: 12px
}

.c-post-tag:not(:last-child) {
  margin-right: 8px
}

.c-bar .c-post-tag {
  padding-top: 1px
}

.c-entry-lg .c-bar .c-post-tag {
  padding-top: 0
}

@media(min-width:1280px) {
  .c-bar .c-post-tag {
    font-size: 15px;
    line-height: 22px
  }
}

@media(max-width:1023px) {

  .c-post-tag,
  .c-post-time {
    font-size: 10px
  }

  .c-post-tag:not(:last-child) {
    margin-right: 6px
  }

  .c-entry-lg .c-post-tag {
    font-size: 12px
  }
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
  float: left
}

.c-post-tag {
  color: #666;
  font-weight: 700
}

.c-entry-inverse .c-post-tag {
  color: #aaa;
  font-weight: 300
}

.c-post-time {
  color: #a8abbf
}

.c-post-footer {
  color: #aaa;
  font-size: 14px;
  font-weight: 300
}

@media(min-width:1280px) {
  .c-post-footer {
    width: 106%;
    margin-left: -44px;
    font-size: 15px
  }
}

.c-post-copy {
  color: #666
}

@media(max-width:1279px) {
  .c-post-copy {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

@media(max-width:1023px) {
  .c-post-copy {
    max-width: 150px
  }
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
  font-size: 10px
}

@media(max-width:1365px) {

  .c-post-info-sm .c-post-tag,
  .c-post-info-sm .c-post-time {
    margin-right: 7px
  }
}

@media(max-width:1023px) {

  .c-post-info-sm .c-post-tag,
  .c-post-info-sm .c-post-time {
    font-size: 8px
  }
}

.c-port {
  overflow: hidden;
  position: relative
}

.c-bar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 1.6;
  fill: #666
}

.c-bar p {
  margin-bottom: 0
}

.c-bar a {
  color: inherit;
  text-decoration: none
}

.c-bar a:active,
.c-bar a:hover {
  color: #333;
  fill: #333
}

.c-bar svg {
  transition: all 0 ease 0
}

.c-main .c-entry-lg .c-bar {
  padding-right: 30px
}

.c-entry .c-bar {
  font-size: 14px;
  line-height: 1.6
}

.c-bar-left {
  float: left;
  margin-left: -10px
}

.c-bar-right {
  float: right;
  margin-right: -10px
}

.c-bar-unit {
  position: relative;
  float: left;
  padding: 5px 10px
}

.c-bar-unit ul {
  margin-bottom: 0
}

@media(max-width:1023px) {
  .c-main .c-bar {
    font-size: 11px
  }

  .c-entry .c-bar {
    font-size: 12px
  }
}

.c-bar-unit .c-social-list {
  font-size: 12px
}

.c-bar-unit .c-social-list a {
  color: #666;
  padding-top: 3px
}

.c-entry-inverse .c-bar-unit .c-social-list a {
  color: #aaa
}

@media(min-width:1024px) {
  .c-main .c-entry-lg .c-bar-unit .c-social-list a {
    padding-top: 3px
  }
}

.c-social-list li {
  margin-right: -3px
}

.c-social-list li:nth-child(1) a {
  margin-right: 8px
}

.c-social-list li:nth-child(2) a {
  margin-right: 6px
}

.c-social-list li:nth-child(3) a,
.c-social-list li:nth-child(4) a {
  margin-right: 4px
}

.c-bar-unit .c-social-list li:last-child {
  margin-right: -10px
}

.c-bar-unit .c-social-list li:last-child a {
  margin-right: 0
}

@media(max-width:1023px) {
  .c-bar-unit .c-social-list {
    font-size: 10px
  }

  .c-bar-unit .c-social-list a {
    padding: 5px 0 1px
  }

  .c-entry-lg .c-bar-unit .c-social-list {
    font-size: 12px
  }

  .c-entry-lg .c-bar-unit .c-social-list a {
    padding: 0
  }

  .c-entry-lg .c-bar-unit .c-social-list.c-switcher-box {
    margin-top: 3px
  }

  .c-main .c-entry-lg .c-bar-unit .c-social-list {
    font-size: 10px
  }

  .c-social-list li {
    margin-right: 5px
  }
}

.c-social-list a {
  padding-left: 10px;
  padding-right: 10px
}

.c-social-list .i-svg {
  width: 15px;
  height: 15px;
  margin-top: -2px
}

.c-social-list .i-tw {
  width: 17px;
  height: 17px
}

.c-social-list .i-vb {
  width: 15px;
  height: 17px;
  margin-top: -2px
}

.c-social-list .i-tlg {
  width: 17px;
  height: 17px;
  margin-top: -4px
}

.c-sidebar-box {
  padding: 0 10px
}

.c-sidebar {
  position: relative;
  top: 0;
  padding: 0 20px
}

.c-sidebar .nav-tabs>li>a {
  padding-top: 14px;
  padding-bottom: 12px
}

.c-sidebar article:focus a .c-post-img,
.c-sidebar article:hover a .c-post-img {
  transform: scale(1.1)
}

.c-sidebar .c-post-img {
  transition: transform 3s ease 0
}

.c-sidebar .c-aside {
  padding: 20px 0;
  background: #fff none repeat scroll 0 0
}

@media(max-width:1023px) {
  .c-sidebar {
    padding: 0 15px
  }

  .c-sidebar .nav-tabs>li>a {
    padding-top: 15px;
    padding-bottom: 13px
  }

  .c-sidebar .c-post-title {
    font-size: 12px
  }

  .c-sidebar .c-aside {
    padding: 22px 0
  }
}

@media(min-width:1280px) {
  .c-sidebar .nav-tabs>li>a {
    font-size: 11px;
    padding-top: 12px;
    padding-bottom: 11px
  }

  .c-sidebar .c-aside {
    padding: 10px
  }
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
  margin: 0;
  font-size: 16px;
  font-weight: 300
}

@media(max-width:1023px) {

  .c-sidebar-entry .c-post-title,
  .c-sidebar-unit .c-post-title {
    font-size: 12px
  }
}

.c-sidebar-unit:last-child {
  border-bottom: 0
}

.c-sidebar-entry {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0
}

.c-sidebar-entry .c-entry-frame {
  margin-top: 5px
}

.c-sidebar-entry .c-post-title {
  color: #333
}

.c-sidebar-entry .c-post-info {
  margin: 5px 0 0
}

.c-sidebar-entry:focus .c-post-title a,
.c-sidebar-entry:hover .c-post-title a {
  text-decoration: underline
}

.c-sidebar-entry .c-post-tag,
.c-sidebar-entry .c-post-time {
  color: #a0a0a0
}

.c-sidebar-entry .c-post-tag {
  font-weight: 400
}

.s-entry-video .c-post-title {
  line-height: 1.33333;
  font-size: 15px;
  min-height: 48px;
  max-height: 68px
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
  padding-top: 57.143%
}

.s-entry-video .c-post-title a {
  padding-top: 8px;
  padding-bottom: 5px
}

.s-entry-video .c-entry-frame {
  padding-bottom: 69px
}

@media(max-width:1023px) {
  .c-sidebar-entry {
    padding: 11px 0
  }

  .c-sidebar-entry>:first-child:not(.c-post-title) {
    margin-top: 3px
  }

  .s-entry-video .c-post-meta {
    padding-bottom: 17px
  }

  .s-entry-video .c-post-title {
    font-size: 11px;
    min-height: 38px;
    max-height: 53px
  }

  .s-entry-video .c-entry-frame {
    padding-bottom: 55px
  }
}

.c-aside {
  overflow: hidden
}

.t-lady .o-jumbotron {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0
}

.t-lady .o-jumbotron.u-bg-gray-lighter {
  background-color: rgba(0, 0, 0, 1) !important
}

.is-compressed .c-search-nav {
  float: right;
  position: relative;
  z-index: 1
}

.c-comments-head {
  padding-bottom: 1px
}

.c-comments-login {
  width: 100%
}

.u-spacer-before>* {
  vertical-align: middle;
  display: inline-block
}

.u-spacer-before::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  margin-left: -3px;
  vertical-align: middle
}

.u-content-read {
  max-width: 940px
}

@media(max-width:1279px) {
  .u-content-read {
    max-width: 699px
  }
}

.u-mr-0 {
  margin-right: 0 !important
}

.u-pa-0 {
  padding: 0 !important
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.u-pr-0 {
  padding-right: 0 !important
}

.u-pos-r {
  position: relative
}

.c-entry-inverse .u-text-lady,
.u-text-lady {
  color: #f65757
}

.u-flex-justify-x {
  display: flex
}

.u-flex-justify-x>* {
  flex-grow: 1;
  flex-basis: 0
}

.c-si-main {
  position: relative;
  z-index: 9;
  background: #fff none repeat scroll 0 0;
  transition: opacity 1.2s ease 0;
  margin-top: 35px
}

.c-si-main .c-post>.o-row-sm {
  position: static
}

.c-si-pages {
  position: relative
}

.c-si-pages .c-si-page {
  position: relative;
  z-index: 8;
  background: #fff none repeat scroll 0 0
}

.c-si-pages .c-si-active {
  z-index: 7
}

.c-si-pages .c-si-main {
  z-index: 1
}

.o-affix-el {
  position: relative
}

@media print {

  .c-aside,
  .c-banner,
  .c-bar-right,
  .c-post-footer,
  .h-feed {
    display: none !important
  }

  .c-bar * {
    color: #666 !important
  }

  .c-bar-left {
    width: 50%
  }

  .c-bar-unit {
    border-right: 0 none !important
  }

  .c-post-meta {
    position: relative !important;
    padding-bottom: 0 !important
  }

  .c-post-title {
    color: #000 !important;
    margin: 22px 0 0 !important
  }

  .o-jumbotron {
    margin-bottom: 0 !important;
    background-color: transparent !important;
    overflow: visible
  }

  .c-main {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important
  }
}

.comTitle {
  padding: 5px 10px;
  margin-top: 50px;
  color: #000;
  border-bottom: 2px #000 solid;
  font-size: 27px;
  text-align: center
}

.photo img {
  margin: 3px 0 0
}

.photo {
  float: left;
  margin-right: 10px
}


.commit-text {
  margin-top: 25px
}


.clear {
  clear: both
}

input {
  outline: 0
}

input {
  outline: 0 none
}

@media(min-width:759px) and (max-width:1024px) {
  .c-main .u-content-read {
    font-size: 20px
  }

  .c-post-footer {
    max-width: 112%;
    margin-left: -40px
  }

  .o-jumbotron {
    font-size: 11px;
    padding: 0
  }
}

@media(min-width:1024px) and (max-width:1279px) {
  .c-post-footer {
    max-width: 136%;
    margin-left: -167px
  }
}

@media(min-width:1280px) and (max-width:1366px) {
  .c-post-footer {
    max-width: 106%;
    margin-left: -44px
  }
}

@media(max-width:759px) {

  #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
    width: 100%
  }




  .c-sidebar-wrap~.c-main {
    width: 100%
  }

  .c-main .u-content-read {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.5
  }


  .o-jumbotron {
    font-size: 11px;
    padding: 0
  }

  .c-post-title {
    font-size: 17px
  }

  .c-post-footer {
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden !important
  }

  .c-bar-right {
    display: none
  }

  .c-main .o-jumbotron {
    max-width: 114%;
    margin-left: -20px
  }

  .c-nav-unit.c-search-nav,
  .c-nav-unit.u-show-on-compression,
  .u-glamor,
  .u-special,
  .u-video {
    display: none
  }
}

@media(max-width:768px) {
  .c-main .u-content-read {
    font-size: 18px
  }

  #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
    margin-top: 60px
  }


  .c-app-nav>li:nth-child(2) {
    margin-left: 39px
  }

  .nav-more {
    margin-left: 10px
  }
}

.c-main {
  background-color: #FFF;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
  padding: 0 20px
}

.tab-content {
  background-color: #FFF;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  margin-top: 30px
}

h1 font {
  line-height: 1.5em;
  margin-top: 5px;
  display: block;
  font-size: 1em;
  font-weight: bold;
  color: black
}

.err1,
.err2,
.err3,
.err4 {
  display: none
}

.error-box {
  color: #fff;
  background-color: #de5042;
  border-radius: 5px;
  text-align: center;
  width: 95%;
  font-size: 13px;
  line-height: 20px;
  z-index: 100;
  margin: 0 auto 0
}

.hide,
.flag-dropdown {
  display: none
}

.error-box {
  color: #fff;
  background-color: #de5042;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  margin: 5px !important;
  z-index: 100
}

input:invalid {
  box-shadow: none
}

@media(min-width:769px) {
  .error-box {
    font-size: 13px;
    line-height: 16px
  }
}

.ff2 {
  display: none
}

@media(max-width:768px) {
  .ff2 {
    display: block
  }

  .ff3 {
    display: none
  }
}

.row {
  margin-right: 0;
  margin-left: 0
}

@media(min-width:37.5rem) {
  .ckFfoH {
    overflow: hidden
  }
}

.ckFfoH {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative
}

@media(min-width:37.5rem) {
  .gizuhH {
    font-size: 1rem;
    line-height: 1.375rem
  }
}

.gizuhH {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: Tahoma, Helmet, freesans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fdfdfd;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: .75rem
}

.hfeLtA {
  display: inline-block;
  position: relative;
  z-index: 2
}

.fDRnKv {
  background-color: #b80000;
  min-height: 2.5rem;
  width: 100%;
  padding: 0 .5rem;
  border-bottom: .0625rem solid transparent
}

.dPXtDJ {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 80rem;
  margin: 0 auto
}

.fRVPol {
  display: inline-block;
  width: 100%;
  max-width: 13.125rem;
  min-width: 8.75rem;
  flex: 1 1 8.75rem
}

@media(min-width:37.5rem) {
  .fkvflj {
    padding-top: 1.25rem;
    padding-bottom: 1rem
  }
}

@media(min-width:25rem) {
  .fkvflj {
    padding-top: 1rem;
    padding-bottom: .75rem
  }
}

.fkvflj {
  box-sizing: content-box;
  color: #fff;
  fill: currentcolor;
  padding-top: .625rem;
  padding-bottom: .375rem;
  height: 1.5rem;
  width: 100%;
  max-width: 13.125rem;
  min-width: 8.75rem;
  flex: 1 1 8.75rem
}

.ldFJPH {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: 0
}

@media(min-width:37.5rem) {
  .icaRnC {
    font-size: 1rem;
    line-height: 1.375rem
  }
}

.icaRnC {
  position: absolute;
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: .75rem .5rem;
  background-color: #fff;
  border: .1875rem solid #000;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: Tahoma, Helmet, freesans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal
}

.dWucaK {
  position: relative;
  background-color: #b80000;
  border-top: .0625rem solid #fff
}

.ermFdP {
  position: relative;
  max-width: 80rem;
  margin: 0 auto
}

@media(min-width:20rem) {
  .kFmrTl {
    height: 2.875rem;
    width: 2.875rem
  }
}

@media(min-width:37.5rem) {
  .kFmrTl {
    display: none;
    visibility: hidden
  }
}

.kFmrTl {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  float: left;
  height: 2.75rem;
  width: 2.75rem
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button
}

.kFmrTl svg {
  vertical-align: middle
}

.gKIQph {
  color: #fff;
  fill: currentcolor
}

.kFmrTl:hover,
.kFmrTl:focus {
  cursor: pointer;
  box-shadow: #fff 0 0 0 .25rem inset
}

@media(max-width:468px) {
  .hide5 {
    display: none
  }
}

form {
  position: relative
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  display: none
}

.loader img {
  position: absolute;
  width: 10%;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%)
}

input {
  font-family: halcyon, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #4b3a3f;
  background-color: #fff;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, .25);
  outline: 0;
  width: 100%;
  margin: 0 0 10px;
  padding: 16px 17px 14px
}

.h33 {
  padding-top: 15px;
  text-align: center;
  margin: -50px 0;
  font-size: 20px !important
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

p.pricec {
  position: absolute;
  right: 0;
  top: 424px;
  color: #000;
  width: 160px;
  height: 129px;
  text-align: center !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  margin: -160px auto 30px;
  background: url("");
  background-size: contain;
  padding-top: 29px
}

.submit-form {
  width: 85%;
  border: 0;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  background-color: #d4282c;
  border-radius: 20px;
  -webkit-animation: a 1s infinite alternate;
  animation: a 1s infinite alternate;
  cursor: pointer;
  font-weight: 700
}

p.pricec {
  right: 16%;
  width: 160px
}

p.priceс {
  position: relative;
  left: 100px;
  top: -100px;
  color: #000;
  box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
  width: 165px;
  height: 98px;
  text-align: center !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -160px auto 30px;
  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 19%
}

.discountс {
  display: block;
  margin-top: 9px;
  font-size: 16px
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 25px;
  line-height: 0
}

.js_old_price {
  margin: 0 30px
}

.Wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 10px !important;
  width: 50% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important
}

.country_select {
  display: none
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important
}


.main-link {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: 0;
  cursor: pointer
}

.main-link:hover {
  opacity: .8
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box
}

#align .spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px
}

.wheel-wrapper {
  text-align: center
}

.wheel {
  margin: 0 auto;
  position: relative
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 47% !important;
  height: 45%;
  line-height: 61px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  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, .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, .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 {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("urn:scrapbook:download:error:https://qq2.muremta.com/lander/-nutra----leadreaktor---fixinol-lp---cr---kuz_1698667781/img/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(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, .6);
  text-align: center
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .7) !important;
  z-index: 99 !important
}

.pop-up-layer-show {
  display: block
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #42b7e0;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0;
  animation: .5s ease .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 {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #42b7e0;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.pop-up-button:hover {
  color: #fff;
  text-decoration: none
}

.wheel img {
  max-width: 100%
}

@media all and (max-width:520px) {
  .cursor-text {
    line-height: 48px;
    font-size: 14px;
    width: 40% !important;
    top: 52%
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("urn:scrapbook:download:error:https://qq2.muremta.com/lander/-nutra----leadreaktor---fixinol-lp---cr---kuz_1698667781/img/cross.svg");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer
  }

  p.priceс {
    top: -120px;
    left: 20px
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg)
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg)
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg)
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg)
  }
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px
}

.comments {
  padding-top: 10px
}

.comments-item {
  max-width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e2e3
}

.comment-avatar {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 0
}

.comment-text {
  display: inline-block;
  max-width: 79%;
  vertical-align: top;
  font-size: 16px
}

.comment-username {
  color: #365899;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer
}

.comment-username:hover {
  text-decoration: underline
}

.comment-action {
  padding-left: 50px
}

.like,
.like-count,
.reply {
  color: #365899;
  font-size: 13px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.like:hover,
.reply:hover {
  text-decoration: underline
}

.like:after,
.reply:after {
  content: " · ";
  position: absolute;
  font-weight: 700;
  right: -10px;
  top: 0;
  color: #90949c
}

.like-count {
  padding-left: 20px;
  position: relative
}

.like-count:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-image: url("")
}

.like-count-liked {
  animation: .5s like-change
}

.like-count-unliked {
  animation: .5s like-unchange
}

@keyframes like-change {
  50% {
    top: -10px;
    opacity: 0
  }

  51% {
    bottom: -10px
  }

  100% {
    bottom: 0;
    opacity: 1
  }
}

@keyframes like-unchange {
  50% {
    bottom: -10px;
    opacity: 0
  }

  100% {
    top: 0;
    opacity: 1
  }
}

.comment-date {
  font-size: 13px;
  color: #90949c;
  position: relative
}

.comment-input {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px
}

.comment-input-area {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  font-size: 0;
  perspective: 800px
}

.comment-input input[type=text] {
  width: 150px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  transition: .4s;
  word-wrap: wrap
}

.textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  font-family: Arial, sans-serif;
  transition: .5s
}

.textarea-focus {
  height: 80px
}

.input-action {
  display: none;
  transition: .4s;
  background-color: #f6f7f9;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px 10px;
  transform-origin: top;
  padding: 10px 10px
}

.input-action-focus {
  display: block;
  animation: .6s action-appear
}

.comment-appear {
  animation: comment-appear .4s
}

@keyframes comment-appear {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@keyframes action-appear {
  0% {
    opacity: 0;
    transform: rotateX(-90deg)
  }

  60% {
    transform: rotateX(30deg)
  }

  100% {
    opacity: 1;
    transform: rotateX(0)
  }
}

.send-btn {
  float: right;
  padding: 5px 10px;
  background-color: #4267b2;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  cursor: pointer
}

.send-btn:hover {
  background-color: #365899
}

@media all and (max-width:720px) {
  main {
    width: 100%
  }

  .sidebar {
    display: none
  }

  .mobile-header {
    display: block
  }
}

.button {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 18px;
  padding: 15px 15px;
  background-color: #f44336;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border: 0;
  margin: 10px 0;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
  transition: .3s ease-out
}

.button:hover {
  background-color: #f55a4e;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.pulse {
  position: relative;
  z-index: 1
}

.pulse:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f44336;
  border-radius: inherit;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
  animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
  z-index: -1
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  15% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  15% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.comments-refreshing-wrapper {
  background-color: rgba(0, 78, 255, .14);
  padding: 5px 0;
  margin: 10px 0;
  min-height: 150px;
  border-radius: 5px
}

.comments-refreshing-wrapper .comments-refreshing-title {
  font-size: 20px;
  padding-left: 20px
}

.comments-refreshing-wrapper .comments-item {
  display: none;
  border-bottom: 0
}

.comments-refreshing-wrapper .comments-newly-showed {
  display: block;
  animation: new-comment-show .5s
}

.comments-refreshing {
  display: none;
  text-align: center
}

.comments-refreshing img {
  max-width: 100px
}

.refresh-appear {
  display: block;
  animation: typing-show .5s
}

@keyframes typing-show {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes new-comment-show {
  0% {
    transform: scale(.2)
  }

  80% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

.show-message {
  font-family: Roboto-Regular
}

.blink {
  color: red !important;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  text-decoration: line-through
}

.show-message p {
  margin: 0 !important
}

.show-message__icon {
  width: 50px !important;
  display: inline-block;
  vertical-align: middle
}

.show-message__info {
  width: 248px;
  line-height: normal;
  display: inline-block;
  margin-left: 15px;
  color: #000;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 19px;
  font-family: RobotoRegular, sans-serif
}

.show-message__info span {
  font-size: 20px;
  font-family: RobotoRegular, sans-serif
}

.show-message__left {
  font-size: 14px
}

.show-message__left span {
  font-size: 15px
}

.show-message_call {
  background-color: #363636
}

.show-message__info span {
  color: #000
}

.package_left,
.package_left span {
  font-size: 15px !important
}

#ouibounce-modal {
  background-color: rgba(0, 0, 0, .9)
}

.show-message_online {
  background-color: #cd5555;
  background-color: rgba(0, 0, 0, .9)
}

.show-message__inner {
  line-height: 90px;
  display: inline-block;
  vertical-align: middle
}

.show-message__item,
.show-message__item-first {
  position: fixed;
  right: 20px;
  top: 120px;
  width: 318px;
  background-color: rgba(255, 255, 255, .92);
  color: #000;
  padding: 0 25px;
  font-size: 14px;
  line-height: 90px;
  border-radius: 5px;
  display: none;
  z-index: 98;
  box-sizing: border-box;
  border: 2px solid #7474ff;
  border-left-style: dashed;
  border-right-style: dashed;
  text-shadow: 0 0 2px #fff;
  box-shadow: 0 0 1px 0;
  -webkit-box-shadow: 0 0 1px 0;
  -moz-box-shadow: 0 0 1px 0
}

.lost_position {
  display: none !important;
  opacity: 0 !important
}

.block_position {
  display: block !important;
  opacity: 1 !important
}

@media screen and (max-width:767px) {

  .show-message__item,
  .show-message__item-first {
    top: auto;
    right: 10px;
    bottom: 10px
  }

  .show-message__info {
    width: 230px
  }

  .show-message__item,
  .show-message__item-first {
    width: 300px
  }
}

@media screen and (max-width:319px) {

  .show-message__item,
  .show-message__item-first {
    width: 225px
  }

  .show-message__info {
    width: 160px;
    margin-left: 7px;
    font-size: 15px
  }

  .show-message__info span {
    font-size: 17px
  }

  .show-message__icon {
    width: 38px !important
  }

  .show-message__info br {
    display: none
  }
}

@keyframes blinker {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1
  }
}

@keyframes blinker {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}


#header2 {
  background: #000;
}

#header2 img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.order {
  display: flex;
  align-items: center;
  justify-content: center;

}

.order__product {
  max-width: 250px;
  width: 100%;
  padding: 0 25px;
}

.order__form {
  max-width: 350px;
  width: 100%;
}

.form__input {
  width: 100%;
  margin-bottom: 15px;
}

.form__btn {
  width: 100%;
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  background: rgb(229, 0, 38);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  border-radius: 5px;
  transition: all 400ms;
  box-shadow: 5px 5px px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  color: #fff;
  background: rgb(123, 27, 43);
}


.input {
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  resize: none;
}

.price {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #f3f3f3;
  border-radius: 10px;
  margin: 15px 0;
}

.price__item {
  padding: 0 10px;
  text-align: center;
  width: 50%;
}

.price__item-title {
  font-weight: 700
}

.price__item--old {
  border-right: 1px solid #ddd;
}

.price__item-value--old {
  text-decoration: line-through;
  font-size: 22px;
  color: gray;
}

.price__item-value--new {
  color: red;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 0 1px darkred;
}
.container {
  max-width: 1070px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row {
  display: flex;

}
.content {
  padding: 15px;
  background-color: #fff;
}
.sidebar {
  width: 300px;
  flex-shrink: 0;
}
.mt0 {
  margin-top: 0;
}
.tcenter {
  text-align: center;
}
.footer {
  padding: 15px;
  text-align: center;
  /* background-color: #000;
  color: #fff; */
}
.darkred {
  color: darkred;
}
.commit-text:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.live {
  display: block;
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
}
.order__product img {
  filter: drop-shadow(0 0 1px gray);
}
@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
  .menu__item:nth-child(11) {
    display: none;
  }
  .menu__item:nth-child(10) {
    display: none;
  }
  .menu__item:nth-child(9) {
    display: none;
  }
  .menu__item:nth-child(8) {
    display: none;
  }
  .container {
    max-width: 767px;
  }
}
@media screen and (max-width: 767px) {
  .menu--main {
    display: none;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 24px;
  }
  .order {
    flex-direction: column;
  }
  .order__product {
    max-width: 220px;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
}