html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

article,
header,
main,
nav,
section {
  display: block;
}

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

b,
strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

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

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

  abbr[title]::after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']::after {
    content: '';
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  p {}

  h2 {
    page-break-after: avoid;
  }
}

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

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: Ubuntu, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

a {
  background-color: transparent;
  color: #09f;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #09f;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

h1,
h2 {
  font-family: Ubuntu;
  font-weight: 900;
  line-height: 1.25;
  color: inherit;
}

h1,
h2 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 {
  font-size: 36px;
}

p {
  margin: 0 0 11px;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #aaa;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1px) {
  .container {
    width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 999px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1255px;
  }
}

.container::after,
.container::before {
  content: '';
  display: table;
}

.container::after {
  clear: both;
}

.text-hide {
  font: 0px/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.c-app-nav::after,
.c-app-nav::before,
.c-nav-extra::after,
.c-nav-extra::before,
.o-cmr::after,
.o-cmr::before {
  content: '';
  display: table;
}

.c-app-nav::after,
.c-nav-extra::after,
.o-cmr::after {
  clear: both;
}

.c-app-nav {
  padding-left: 0;
  list-style: outside none none;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 22px;
  }
}

.text-hide {
  position: absolute;
  margin: 0;
}

body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

a,
button {
  transition: all 0.3s ease 0s;
  outline: 0 !important;
}

*::-moz-selection {
  background-color: #c6f3fe;
}

h1,
h2 {
  margin-top: 33px;
  margin-bottom: 22px;
}

@media (min-width: 1280px) {

  h1,
  h2 {
    margin-top: 44px;
    margin-bottom: 33px;
  }
}

p,
ul {
  margin-bottom: 22px;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: none;
  cursor: default;
}

a abbr[title] {
  cursor: inherit;
}

@media (min-width: 1366px) {
  .container {
    width: 1341px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1240px;
  }
}

.o-wrap {
  padding-left: 54px;
  padding-right: 54px;
}

@media (max-width: 1365px) {
  .o-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.o-cmr,
.o-cmr h2:not([class]) {
  font-weight: 300;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.6;
}

.o-cmr a {
  font-weight: 400;
}

@media (min-width: 1024px) {

  .o-cmr,
  .o-cmr h2:not([class]) {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {

  .o-cmr,
  .o-cmr h2:not([class]) {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 1600px) {

  .o-cmr,
  .o-cmr h2:not([class]) {
    font-size: 22px;
    line-height: 35px;
  }
}

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

.is-compressed .u-show-on-compression {
  position: relative;
  z-index: 1;
  color: #666;
}

.is-compressed .u-show-on-compression a {
  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;
  font-family: Ubuntu;
  transition: background-color 0.3s ease 0s, height 0.3s ease 0s;
}

.is-compressed .c-nav-extra {
  height: 40px;
}

@media (min-width: 1024px) {
  .c-nav-extra {
    height: 66px;
  }

  .is-compressed .c-nav-extra {
    height: 54px;
  }
}

.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 0.3s ease 0s;
}

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

.c-nav-unit-content {
  display: block;
  height: 49px;
  margin-top: -7px;
  padding: 10px;
  transition: margin-top 0.3s ease 0s, height 0.3s ease 0s;
}

.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 0.3s ease 0s, width 0.3s ease 0s,
    height 0.3s ease 0s, padding 0.3s ease 0s;
}

.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: var(--main-bg-color);
}

.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>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>a {
  display: block;
  line-height: 49px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
}

.is-compressed .c-lang>li>a {
  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.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 {
    padding: 0 14px;
    font-size: 15px;
    line-height: 66px;
  }

  .is-compressed .c-lang>li>a {
    line-height: 54px;
  }
}

.c-app-nav {
  margin-top: -42px;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 2px solid var(--main-bg-color);
  border-bottom: 2px solid var(--main-bg-color);
}

.is-fixed .c-app-nav {
  will-change: margin-top;
  margin-top: 0;
}

.is-fixed.is-compressed .c-app-nav {
  transition: margin-top 0.3s ease 0s;
  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 0.3s ease 0s;
  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-lady {
  border-top-color: var(--main-bg-color);
}

.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: var(--main-bg-color) none repeat scroll 0% 0%;
}

@media (max-width: 1279px) {
  .c-app-nav-more-box .o-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0;
  }
}

@media (max-width: 1023px) {
  .is-compressed .c-lang>li>a {
    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;
  }
}

.i-svg {
  vertical-align: middle;
}

.is-compressed .c-search-nav {
  float: right;
  position: relative;
  z-index: 1;
}

.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;
  margin-left: 125px;
}

@media (max-width: 1279px) {
  .u-content-read {
    max-width: 699px;
    margin-left: 0;
  }
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pos-r {
  position: relative;
}

.c-si-main {
  position: relative;
  z-index: 9;
  background: #fff none repeat scroll 0% 0%;
  transition: opacity 1.2s ease 0s;
}

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

@media print {
  .c-banner {
    display: none !important;
  }
}

body {
  font-family: open sans, sans-serif;
  color: #444;
  line-height: 1.5625;
}

@media (max-width: 759px) {

  html,
  body {
    width: 100%;
    /* padding: 0 10px; */
  }

  #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
    width: 100%;
  }

  .container {
    margin: 0;
    padding: 0;
  }

  .container.c-banner.o-wrap.has-nav-sub {
    width: 100%;
  }

  h1 {
    font-size: 20px;
  }

  .u-video,
  .u-ukraine,
  .u-politics,
  .c-nav-unit.u-show-on-compression,
  .c-nav-unit.c-search-nav {
    display: none;
  }
}

.order-form {
  max-width: 600px;
  padding: 20px;
  margin: 20px auto;
  background: #fff url(../img/formbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.order-form .top {
  padding-top: 100px;
  background: url(../img/med.png) top center no-repeat;
  background-size: 100px auto;
}

.order-form .top h2 {
  margin: 25px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
}

.order-form .top p {
  font-size: 14px;
  color: #00f;
  font-style: italic;
}

.order-form .price p span {
  font-size: 21px;
  font-weight: 700;
  color: red;
}

.order-form .frame {
  margin: 45px 10px 25px;
  border: 2px solid #0299ff;
  padding: 10px;
}

.order-form .frame p {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}

.order-form .order-input {
  margin: 10px;
}

.order-form label {
  width: 230px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.order-form input {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  font-size: 21px;
}

.order-form p {
  font-size: 12px;
  margin: 0;
  line-height: 30px;
}

.order-form button {
  max-width: 245px;
  display: block;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background: #0299ff;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.order-form button:hover {
  background: #017acc;
  text-decoration: none;
  color: #fff;
}

.order-form button:disabled {
  opacity: 0.5;
}

.order-form button:hover:disabled {
  background-color: #0299ff;
}

.order-form button:active {
  position: relative;
  top: 1px;
}

.order-form .timelimit {
  font-size: 14px;
  margin: 0 0 10px;
}

.timer {
  display: inline-block;
  background: url(../img/timerIcon2.png) no-repeat;
  padding-left: 14px;
  color: red;
  font-weight: 700;
  line-height: 15px;
}

@media screen and (max-width: 480px) {
  .order-form label {
    font-size: 14px;
  }

  .order-form button {
    font-size: 16px;
  }

  .order-form {
    padding: 10px;
  }

  .order-form .order-input {
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  .order-form input {
    width: 80%;
  }

  .order-form {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 349px) {
  .order-form .top h2 {
    margin: 0;
  }

  .order-form input {
    font-size: 17px;
  }

  .order-form .frame {
    margin: 10px;
  }
}

:root {
  --main-bg-color: #09f;
}

.red {
  color: red !important;
}

.center {
  text-align: center !important;
}

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

.important {
  border: 3px solid red;
  color: red;
  padding: 10px;
  background-color: rgb(255, 255, 130);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 699px !important;
  padding: 0 15px !important;
  width: 100% !important;
}

.container::before {
  content: "";
  display: table;
}

.container::after {
  clear: both;
}

.banner__image-wrapper {
  background-color: #0c1b41;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.banner__image {
  display: block;
  font-size: 0;
  position: relative;
  text-align: center;
}

.banner__image::after {
  background: transparent linear-gradient(transparent 30%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0px 0px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.banner__main-title {
  background-color: #000000;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3;
  margin: 0;
  padding: 15px;
}

.banner__bottom {
  background-color: #000000;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 0;
}

.banner__social-list {
  display: none;
}

.banner__author {
  border-right: 1px solid #ffffff;
  color: #f65757;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
}

.banner p {
  margin-bottom: 0;
}

.banner__date {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 992px) {
  .banner {
    margin: 0 -15px;
  }

  .banner__image-wrapper {
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 1px; */
    position: relative;
  }

  .banner__image {
    max-width: 100%;
  }

  .banner__main-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 15px;
    position: relative;
    width: auto;
    z-index: 1;
  }

  .banner__bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .banner__bottom::after {
    clear: both;
    content: "";
    display: block;
  }

  .banner__info {
    float: left;
  }

  .banner__social-list {
    display: block;
    margin-bottom: 0;
  }

  .banner__social-list {
    float: right;
    font-size: 0;
  }

  .banner__social-item {
    display: inline-block;
    vertical-align: bottom;
  }

  .banner__social-link {
    color: #ffffff;
    display: block;
    font-size: 0;
    padding: 5px 15px;
    text-decoration: none;
  }

  .banner__social-icon {
    fill: #ffffff;
    height: 15px;
    margin-right: 5px;
    transition: all .3s ease-out;
    vertical-align: middle;
    width: 15px;
  }

  .banner__social-number {
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
  }

  .banner__social-number {
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
  }
}

@media (min-width: 1px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 999px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1255px;
  }
}

svg:not(:root) {
  overflow: hidden;
}


.vote_section {
  padding: 30px 0 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

h2.title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.footer {
  background-color: #4c4c4c;
  padding: 20px 20px 0px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

h2.title span {
  color: #e43315;
}

h2.title:after {
  display: block;
  content: '';
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
  background: url(../img/separator_red.png) center no-repeat;
}

.vote_section .vote_block {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgb(2 2 2 / 10%);
}

.vote_section .questions_list {
  margin: 0 0 22px;
}

.vote_section .question_item {
  margin: 0 0 20px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.vote_section .questions_list.active .question_item .line {
  display: block;
}

.vote_section .question_item:nth-child(1) .line {
  background: #7ac700;
}

.vote_section .question_item:nth-child(2) .line {
  background: #e43315;
}

.vote_section .question_item:nth-child(3) .line {
  background: #f5ca16;
}

.vote_section .question_item .line {
  display: none;
  width: 0%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.vote_section .question_item .question_text {
  float: left;
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
}

.vote_section .questions_list.active .question_item .percents {
  display: block;
}

.vote_section .question_item .percents {
  display: none;
  float: right;
  padding: 0 20px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  position: relative;
}

.vote_section .voice_count {
  text-align: center;
}

.vote_section .voice_count b {
  margin: 0 0 0 5px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ac700;
  color: #fff;
}

#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
  margin: auto !important;
  width: 95%;
}

#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 -5px;
}

#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}

#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}

#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}

#comment-component-text .your-name,
#comment-component-text .txt-content {
  font-size: inherit;
}

#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}

#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
}

#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  margin: 0 -10px;
}

#comment-component-text .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}

#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}

#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 14px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}

#comment-component-text .comment .comment__text {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
}

#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.comment__details img {
  border-radius: 0 !important;
}

#comment-component-text .comment__details img {
  width: 13px;
}

.buy-button a {
  font-weight: 700;
  display: block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  max-width: 350px;
  background: rgb(219, 32, 32) none repeat scroll 0% 0%;
  padding: 20px 20px 14px;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 6px;
  text-decoration: none;
  margin: 10px auto;
  border-bottom: 6px solid transparent;
  -webkit-animation: 1s pulse infinite alternate ease-in-out;
  animation: 1s pulse infinite alternate ease-in-out;
}

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

  100% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
}