/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h4 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h1 {
  font-size: 39px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 19px;
}
p {
  margin: 0 0 10.5px;
}
ul {
  margin-top: 0;
  margin-bottom: 10.5px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-8,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-8,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.collapse {
  display: none;
  visibility: hidden;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: ' ';
  display: table;
}
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}

body {
  font-family: Arial, serif;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.panel {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .panel {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.order-form {
  background-color: #f5f5f5;
  padding: 10px 20px 60px;
  border: 1px solid #e7e7e7;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .order-form {
    width: 100%;
  }
}
/* @media (min-width: 992px) {
  .order-form,
  .feedback-form {
    width: 50%;
  }
} */
@media (min-width: 992px) {
  .order-form {
    margin: 80px auto;
  }
}
.navbar {
  margin-bottom: 0;
  background-color: var(--main-bg-color);
}
@media (min-width: 992px) {
  .navbar {
    height: 105px;
  }
}
.navbar .logo {
  padding: 0;
}
@media (max-width: 991px) {
  .navbar .logo {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .navbar .logo {
    padding-top: 20px;
  }
}
.navbar .logo a.inner {
  position: relative;
  display: block;
  outline: 0;
  text-outline: none;
  text-decoration: none;
  color: #fff;
  font-family: GloberSemiBold, serif;
  left: 15px;
}
@media (max-width: 767px) {
  .navbar .logo a.inner {
    top: 18px;
  }
}
@media (min-width: 992px) {
  .navbar .logo a.inner {
    width: 280px;
    top: 15px;
  }
}
.navbar .logo a.inner .inner-sub {
  font-size: 15px;
  color: #8d8985;
  outline: 0;
  text-outline: none;
  text-decoration: none;
  font-family: Arial, serif;
}
@media (max-width: 991px) {
  .navbar .logo img {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .logo img {
    width: 55px;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header {
    padding-left: 5%;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    width: 390px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav.navbar-right {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav.navbar-right {
    margin-right: 5%;
  }
}
@media (min-width: 1200px) {
  .navbar-nav.navbar-right {
    padding-right: 10%;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav.navbar-right li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav.navbar-right li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-nav.navbar-right li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar-nav > li > a {
  font-family: GloberSemiBold, serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  color: #bcb9b9;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 10px 7px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li {
    margin-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .navbar-nav > li {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li {
    margin-top: 35px;
    border-right: 1px dashed #4c4b4b;
  }
}
.navbar-nav > li:last-child {
  border-right: 0 none;
}
@media (max-width: 767px) {
  .navbar-nav > li:last-child {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
}
.navbar-nav > li > a {
  background-color: transparent !important;
  box-shadow: none !important;
}
.navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
.navbar-nav > li > a:visited {
  color: #bcb9b9;
}
.navbar-nav > li > a:active {
  color: #fff;
}
.navbar-nav > li > a.active {
  color: #fff;
}
.navbar-toggle .icon-bar {
  background-color: #bcb9b9;
}
.footer {
  background-color: #181611;
  /* height: 45px; */
  color: white;
}
@media (min-width: 768px) {
  .panel-news-details .panel-body {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .panel-news-details .panel-body {
    padding: 30px 0 0;
  }
}
.panel-news-details .title {
  color: #4d4d4d;
  font-weight: bold;
}
@media (max-width: 767px) {
  .panel-news-details .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .panel-news-details .title {
    font-size: 32px;
  }
}
.panel-news-details .date {
  font-size: 14px;
  color: #565656;
}
@media (max-width: 991px) {
  .panel-news-details .date {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .panel-news-details .date {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.panel-news-details .date span:first-child img {
  margin-right: 4px;
}
.panel-news-details .date img {
  margin-right: 2px;
}
.panel-news-details .date > span:not(:last-child) {
  border-right: 1px solid #bdbdbd;
  padding-right: 5px;
  margin-right: 2px;
}
@media (min-width: 992px) {
  .news-details,
  .disqus {
    margin-right: 15px;
  }
}
.disqus {
  margin-bottom: 20px;
}
.news-details img {
  width: 100%;
}
.news-details .text {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 20px;
}

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

.red {
  color: red !important;
}

.cyanish {
  color: rgba(5, 212, 212, 0.845) !important;
}

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

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

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

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: auto !important;
  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;
}

#comment-component-text .comment .comment__text img {
  width: 300px;
}

#comment-component-text .comment .comment__text img {
  display: block;
  margin: 8px 0 0;
  border-radius: 0 !important;
}

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

html{
  scroll-behavior: smooth;
}