::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(0,0,0,0.87);
}

:-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

::-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

:-ms-input-placeholder {
  color: rgba(0,0,0,0.87);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
}

html {
  font-size: 20px;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: kern, liga, onum;
          font-feature-settings: kern, liga, onum;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: 33px;
  color: inherit;
  background-color: inherit;
}

blockquote {
  font-style: normal;
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #1a1a1a;
  background-color: rgba(26,26,26,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 39px;
}

h3,
.h3 {
  font-size: 37px;
}

h4,
.h4 {
  font-size: 35px;
}

h5,
.h5,
h6,
.h6 {
  font-size: 34px;
}

a {
  color: #fa614d;
  text-decoration: none;
}

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

template,
[hidden] {
  display: none;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.overflow-hidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.site-width {
  width: 100%;
  max-width: 1136px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.svg-icon__spinner {
  fill: inherit;
  width: inherit;
  height: inherit;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 -15px;
}

.gallery a {
  display: block;
  background-image: none;
}

.gallery img,
.gallery .attachment-thumbnail {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  padding: 15px 0;
}

.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.333333333333336%;
  -ms-flex-preferred-size: 33.333333333333336%;
      flex-basis: 33.333333333333336%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.666666666666668%;
  -ms-flex-preferred-size: 16.666666666666668%;
      flex-basis: 16.666666666666668%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.285714285714286%;
  -ms-flex-preferred-size: 14.285714285714286%;
      flex-basis: 14.285714285714286%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11111111111111%;
  -ms-flex-preferred-size: 11.11111111111111%;
      flex-basis: 11.11111111111111%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.alignnone {
  margin: 0.5rem;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding-top: 5px;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

.gallery-caption,
.wp-caption-text {
  font-size: 90%;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/Helvetica Neue Light.eot");
  src: url("../fonts/Helvetica Neue Light.woff") format('woff'), url("../fonts/Helvetica Neue Light.ttf") format('truetype'), url("../fonts/Helvetica Neue Light.svg#Helvetica Neue Bold") format('svg'), url("../fonts/Helvetica Neue Light.eot?#iefix") format('embedded-opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/Helvetica Neue Regular.eot");
  src: url("../fonts/Helvetica Neue Regular.woff") format('woff'), url("../fonts/Helvetica Neue Regular.ttf") format('truetype'), url("../fonts/Helvetica Neue Regular.svg#Helvetica Neue Bold") format('svg'), url("../fonts/Helvetica Neue Regular.eot?#iefix") format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/Helvetica Neue Medium.eot");
  src: url("../fonts/Helvetica Neue Medium.woff") format('woff'), url("../fonts/Helvetica Neue Medium.ttf") format('truetype'), url("../fonts/Helvetica Neue Medium.svg#Helvetica Neue Bold") format('svg'), url("../fonts/Helvetica Neue Medium.eot?#iefix") format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/Helvetica Neue Bold.eot");
  src: url("../fonts/Helvetica Neue Bold.woff") format('woff'), url("../fonts/Helvetica Neue Bold.ttf") format('truetype'), url("../fonts/Helvetica Neue Bold.svg#Helvetica Neue Bold") format('svg'), url("../fonts/Helvetica Neue Bold.eot?#iefix") format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 20px 0;
  background: #ccc;
  color: #000;
  padding: 20px 0;
}

.demo-box {
  background-color: #009688;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.theme-color {
  color: #1a1a1a;
}

.theme-bgc {
  background-color: #1a1a1a;
}

.app-footer {
  -ms-flex: none;
      flex: none;
}

.app-footer__content {
  padding-top: 40px;
  padding-bottom: 111px;
  text-align: center;
}

.app-footer__soc-icons-title {
  color: #a3a3a3;
  font-size: 15px;
  font-family: "Georgia";
  margin-bottom: 12px;
  line-height: 1;
  font-style: italic;
}

.app-footer__soc-icons {
  font-size: 0;
}

.app-footer__soc-icons a {
  border: 1px solid #000;
  width: 77px;
  height: 41px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.3s ease;
}

.app-footer__soc-icons a svg use {
  transition: all 0.3s ease;
}

.app-footer__soc-icons a:hover, .app-footer__soc-icons a:focus {
  background: #000;
}

.app-footer__soc-icons a:hover svg use, .app-footer__soc-icons a:focus svg use {
  fill: #fff;
}

.app-header {
  -ms-flex: none;
      flex: none;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-header:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 9px;
  margin-right: -935px;
  width: 796px;
  height: 467px;
  background: url("../img/header-pic.png") center center no-repeat;
  background-size: 100% 100%;
}

.app-header__content {
  padding-top: 238px;
  padding-bottom: 159px;
}

.app-header__logo a {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 9.6px;
  color: #fff;
  text-decoration: none;
}

.app-header__logo a:hover, .app-header__logo a:focus {
  text-decoration: none;
}

.app-header__logo a span {
  display: inline-block;
  margin-bottom: 25px;
}

.app-header__logo a img {
  max-width: 100%;
}

.app-header__burger {
  cursor: pointer;
  display: none;
}

.app-header__burger .svg-icon {
  width: 35px;
  height: 35px;
  color: #fff;
}

.app-header__menu {
  background: #f4f4f4;
}

.app-header__menu ul {
  padding-top: 13px;
  padding-bottom: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-header__menu ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.app-header__menu ul li a:hover,
.app-header__menu ul li a.is-active,
.app-header__menu ul li a:focus {
  color: #fa614d;
}

.app-header2 {
  -ms-flex: none;
      flex: none;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-header2__content {
  padding-top: 20px;
  padding-bottom: 34px;
}

.app-header2__logo a {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 9.6px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

.app-header2__logo a:hover, .app-header2__logo a:focus {
  text-decoration: none;
}

.app-header2__logo a span {
  display: block;
  margin-bottom: 15px;
}

.app-header2__logo a img {
  max-width: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.7);
  z-index: 4;
}

.app__overlay.opened {
  opacity: 1;
  visibility: visible;
}

.app__content {
  padding-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.app__main {
  -ms-flex: 1 1;
      flex: 1 1;
}

.app__aside--left {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}

.app__aside--right {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}

.main-text {
  margin-left: 25.4%;
  padding-top: 60px;
  position: relative;
  margin-bottom: 100px;
}

.main-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 80px;
  background: #000;
}

.main-text__button {
  margin-top: 30px;
  display: inline-block;
  padding: 5px 18px 6px;
  color: #000;
  text-decoration: none;
  border: 1px solid #fa614d;
  background: #feefed;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.main-text__button:hover, .main-text__button:focus {
  color: #fff;
  background: #fa614d;
  text-decoration: none;
}

.categories {
  margin-bottom: 30px;
  -ms-flex: none;
      flex: none;
}

.categories__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.categories__title:before {
  content: "";
  height: 4px;
  background: #000;
  margin-top: 5px;
  position: absolute;
  left: 25.4%;
  right: 0;
}

.categories__title span {
  background: #fff;
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.categories__items-container {
  margin-left: -16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories__item {
  padding-left: 16px;
  padding-bottom: 16px;
  width: 25%;
}

.categories__item-in {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.categories__item-in img {
  border-radius: 8px;
  transition: all 0.5s ease;
  width: 100%;
}

.categories__item-in span {
  position: absolute;
  padding-top: 7px;
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.53px;
  line-height: 31px;
  font-size: 23px;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.categories__item-in:hover img, .categories__item-in:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.b-voting {
  padding-bottom: 17px;
}

.b-voting__head {
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

.b-voting__title {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Georgia";
  font-size: 15px;
  font-weight: 400;
  color: #a3a3a3;
  font-style: italic;
}

.b-voting__title span {
  font-family: "Helvetica Neue";
  font-size: 42px;
  color: #000;
  display: block;
  font-style: normal;
  margin-left: 237px;
  margin-right: 237px;
  line-height: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.b-voting__content {
  margin-bottom: 114px;
  position: relative;
}

.b-voting__items-container {
  margin-left: -9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-voting__item {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 33.333%;
}

.b-voting__item.checked .b-voting__item-image img {
  opacity: 0.5;
}

.b-voting__item.checked .b-voting__item-title,
.b-voting__item.checked .b-voting__item-desc,
.b-voting__item.checked .b-voting__item-link a {
  opacity: 0.5;
}

.b-voting__item.checked .b-voting__item-link a:hover, .b-voting__item.checked .b-voting__item-link a:focus {
  opacity: 1;
}

.b-voting__item.checked .b-voting__ck-ico-in {
  background: #44db5e;
}

.b-voting__item.checked .b-voting__ck-ico-in:after {
  border-color: #202020;
}

.b-voting__item-in {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  cursor: pointer;
}

.b-voting__item-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-overflow-scrolling: touch;
}

.b-voting__item-image img {
  width: 100%;
  transition: all 0.6s ease;
}

.b-voting__ck-ico {
  position: absolute;
  right: 15px;
  top: 18px;
}

.b-voting__ck-ico-in {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 500px;
  transition: all 0.6s ease;
}

.b-voting__ck-ico-in:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  width: 12px;
  height: 21px;
  border-right: 4.5px solid #d3d3d3;
  border-bottom: 4.5px solid #d3d3d3;
  transition: all 0.6s ease;
}

.b-voting__item-continer {
  padding: 14px 24px 15px 24px;
  font-size: 16px;
}

.b-voting__item-title {
  font-size: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.6s ease;
}

.b-voting__item-desc {
  margin-bottom: 9px;
  line-height: 18px;
  font-size: 16px;
  height: 87px;
  overflow: hidden;
  transition: all 0.6s ease;
  -webkit-overflow-scrolling: touch;
}

.b-voting__item-link {
  text-align: right;
  font-weight: 700;
  line-height: 1;
}

.b-voting__item-link a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s ease;
}

.b-voting__item-link a:hover, .b-voting__item-link a:focus {
  text-decoration: underline;
}

.b-voting__item-link .svg-icon {
  color: #fff;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.b-voting__button {
  text-align: center;
}

.b-voting__button .s-button {
  width: 100%;
  max-width: 540px;
}

.b-voting .owl-stage-outer {
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
}

.b-voting .owl-nav .owl-prev,
.b-voting .owl-nav .owl-next {
  position: absolute;
  top: 24px;
  font-weight: 700;
  cursor: pointer;
  line-height: 20px;
  min-height: 20px;
  max-width: 217px;
  width: 100%;
}

.b-voting .owl-nav .owl-prev.disabled,
.b-voting .owl-nav .owl-next.disabled {
  opacity: 1;
}

.b-voting .owl-nav .owl-prev span,
.b-voting .owl-nav .owl-next span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.b-voting .owl-nav .owl-prev span.hide,
.b-voting .owl-nav .owl-next span.hide {
  transition: all 0.5s ease;
  opacity: 0;
}

.b-voting .owl-nav .owl-prev span.show,
.b-voting .owl-nav .owl-next span.show {
  transition: all 0.8s ease;
  opacity: 1;
}

.b-voting .owl-nav .owl-prev span.fade,
.b-voting .owl-nav .owl-next span.fade {
  -webkit-animation: FADE_ANIM 0.6s ease-in-out;
          animation: FADE_ANIM 0.6s ease-in-out;
}

.b-voting .owl-nav .owl-prev svg,
.b-voting .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
}

.b-voting .owl-nav .owl-prev:hover span,
.b-voting .owl-nav .owl-next:hover span,
.b-voting .owl-nav .owl-prev:focus span,
.b-voting .owl-nav .owl-next:focus span {
  color: #fa614d;
}

.b-voting .owl-nav .owl-prev:hover use,
.b-voting .owl-nav .owl-next:hover use,
.b-voting .owl-nav .owl-prev:focus use,
.b-voting .owl-nav .owl-next:focus use {
  stroke: #fa614d;
}

.b-voting .owl-nav .owl-prev {
  left: 0;
}

.b-voting .owl-nav .owl-prev span {
  left: 0;
}

.b-voting .owl-nav .owl-prev svg {
  margin-top: -7px;
  left: -21px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-voting .owl-nav .owl-next {
  right: 0;
}

.b-voting .owl-nav .owl-next span {
  right: 0;
}

.b-voting .owl-nav .owl-next svg {
  margin-top: -6px;
  right: -21px;
}

.clearfix {
  clear: both;
}

.b-gray {
  background-color: #fafafa;
}

.b-result {
  position: relative;
  top: -40px;
}

.b-result__button {
  margin-top: 30px;
  display: inline-block;
  padding: 20px 64px 16px;
  color: #ea4a4a;
  text-decoration: none;
  border: 1px solid #fa614d;
  background: #feefed;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.b-result__head-bg {
  background-color: #fff;
}

.b-result__head {
  text-align: center;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  max-width: 721px;
  margin: 0 auto;
}

.b-result__head img {
  max-width: 100%;
  padding-bottom: 35px;
}

.b-result__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-result__menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: center;
  color: #242424;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #1d1d1d;
  margin-left: 16px;
  text-transform: uppercase;
  line-height: 24px;
  font-family: "HelveticaNeue-CondensedBold";
}

.b-result__menu a span {
  display: block;
  padding: 12px 40px;
}

.b-result__menu a:hover, .b-result__menu a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d1d1d;
}

.b-result__menu a:first-child {
  margin-left: 0;
}

.b-result__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  line-height: normal;
}

.b-result__content {
  position: relative;
  padding-top: 50px;
  margin-bottom: 114px;
}

.b-result-item {
  margin-top: 80px;
}

.b-result-item__category {
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.b-result-item__title {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  max-width: 656px;
  margin: 0 auto;
  margin-top: 10px;
}

.b-result-item__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  max-width: 726px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-overflow-scrolling: touch;
}

.b-result-item__item-image {
  -ms-flex-preferred-size: 325px;
      flex-basis: 325px;
  position: relative;
}

.b-result-item__item-image img {
  width: 100%;
}

.b-result-item__item-container {
  position: relative;
  -ms-flex: 1 1;
      flex: 1 1;
  display: block;
  padding: 26px 45px;
}

.b-result-item__ck-ico {
  position: absolute;
  right: 23px;
  top: 17px;
  width: 85px;
  height: 85px;
}

.b-result-item__ck-ico .svg-icon {
  width: 85px;
  height: 85px;
}

.b-result-item__item-title {
  color: #ee4055;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 33px;
}

.b-result-item__item-desc {
  color: #222;
  margin-bottom: 9px;
  line-height: 22px;
  font-size: 18px;
}

.b-result-item__item-link {
  position: absolute;
  bottom: 26px;
  font-weight: 600;
  line-height: 1;
}

.b-result-item__item-link a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.6s ease;
}

.b-result-item__item-link a:hover, .b-result-item__item-link a:focus {
  text-decoration: underline;
}

.b-result-item__item-link a:hover .svg-icon, .b-result-item__item-link a:focus .svg-icon {
  text-decoration: none;
}

.b-result-item__item-link .svg-icon {
  color: #fff;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.s-button {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 22px 25px;
  font-size: 24px;
  text-decoration: none;
  background: #fa614d;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.s-button:hover, .s-button:focus {
  color: #fff;
  text-decoration: none;
  background: #fb7664;
}

.s-button:active {
  background: #f94a34;
}

.popup-block {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-y: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}

.popup-block.opened {
  opacity: 1;
  visibility: visible;
}

.popup-block.opened .popup-block__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup-block__content {
  position: relative;
  background: #fff url("../img/header-pic.png") center 51px no-repeat;
  background-size: 314px 184px;
  padding: 250px 20px 60px;
  border-radius: 10px;
  text-align: center;
  max-width: 644px;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.popup-block__close {
  position: absolute;
  right: 32px;
  top: 28px;
  cursor: pointer;
}

.popup-block__close .svg-icon {
  width: 27px;
  height: 27px;
}

.popup-block__icons-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.popup-block__icon {
  display: inline-block;
  text-decoration: none;
  margin-left: 12px;
  margin-right: 12px;
}

.popup-block__icon img {
  border-radius: 100px;
  transition: all 0.3s ease;
}

.popup-block__icon:hover img, .popup-block__icon:focus img {
  box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

@-webkit-keyframes FADE_ANIM {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FADE_ANIM {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mobile-panel {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: none;
  z-index: 5;
}

.mobile-panel__close {
  position: absolute;
  right: -38px;
  top: 4px;
  cursor: pointer;
  display: none;
}

.mobile-panel__close .svg-icon {
  color: #fff;
  width: 35px;
  height: 35px;
}

.mobile-panel__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}

.mobile-panel.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-panel.opened .mobile-panel__close {
  display: block;
}

.mobile-panel .app-header__menu {
  display: block;
  background: none;
}

.mobile-panel .app-header__menu > ul {
  padding: 0;
  display: block;
}

.mobile-panel .app-header__menu > ul > li {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.mobile-panel .app-header__menu > ul > li > a {
  padding: 11px 20px 10px;
  line-height: 20px;
  text-transform: none;
  font-size: 18px;
}

.page-scroller {
  opacity: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  height: 100vh;
  background-color: rgba(26,26,26,0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}

.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  fill: #666;
  width: 24px;
  height: 24px;
}

.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(26,26,26,0.12);
}

.page-scroller:active {
  background-color: rgba(26,26,26,0.14);
}

.page-scroller--memorized .page-scroller__ctrl {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1150px) {
  .b-voting .owl-nav .owl-prev span {
    left: 20px;
  }

  .b-voting .owl-nav .owl-prev svg {
    left: 0;
  }

  .b-voting .owl-nav .owl-next span {
    right: 20px;
  }

  .b-voting .owl-nav .owl-next svg {
    right: 0;
  }
}

@media (max-width: 1096px) {
  .b-result__menu a span {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1030px) {
  .app-header:before {
    top: 32px;
    width: 573px;
    height: 336px;
    right: 50%;
    margin-right: -536px;
  }

  .app-header__content {
    padding-top: 325px;
    padding-bottom: 72px;
  }

  .categories__item-in span {
    font-size: 18px;
  }

  .b-voting__title span {
    font-size: 37px;
    margin-left: 0;
    margin-right: 0;
  }

  .b-voting .owl-nav .owl-prev,
  .b-voting .owl-nav .owl-next {
    top: -33px;
  }
}

@media (max-width: 1020px) {
  .mobile-panel {
    display: block;
  }
}

@media (max-width: 940px) {
  .app-footer__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .app-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.8);
  }

  .app-header:before {
    top: 11px;
    width: 360px;
    height: 211px;
    right: 0;
    margin-right: 0;
    display: none;
  }

  .app-header__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .app-header__logo {
    text-align: center;
  }

  .app-header__logo a {
    font-size: 23px;
  }

  .app-header__logo a span {
    margin-bottom: 10px;
    margin-bottom: 2px;
  }

  .app-header__logo a img {
    width: 100%;
  }

  .app-header__burger {
    display: block;
    position: absolute;
    left: 16px;
    top: 7px;
  }

  .app-header__menu {
    display: none;
  }

  .app-header2 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.8);
  }

  .app-header2__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .app-header2__logo {
    text-align: center;
  }

  .app-header2__logo a span {
    margin-bottom: 2px;
  }

  .app-header2__logo a img {
    width: 100%;
  }

  .main-text {
    padding-top: 30px;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .main-text__button {
    margin-top: 10px;
  }

  .categories {
    margin-bottom: 0;
  }

  .b-voting__content {
    margin-bottom: 50px;
  }

  .b-result {
    top: 80px;
  }

  .b-result__menu a span {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 880px) {
  .categories__item {
    width: 50%;
  }

  .categories__item-in span {
    font-size: 23px;
  }

  .b-result {
    top: 70px;
  }

  .b-result__menu a {
    margin-left: 20px;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .b-result__menu a:nth-child(3n) {
    margin-left: 0;
  }

  .b-result__menu a span {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 769px) {
  .categories__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .b-voting__item {
    width: 50%;
  }

  .b-voting__item-continer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .b-voting__button .s-button {
    font-size: 22px;
    padding: 14px 10px;
  }

  .b-voting .owl-nav {
    display: none;
  }

  .b-result {
    top: 60px;
  }

  .b-result-item__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    max-width: 325px;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-result-item__item-image {
    -ms-flex: 1 1;
        flex: 1 1;
  }

  .b-result-item__item-container {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 26px 20px 16px 20px;
  }

  .b-result-item__item-link {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .categories__item-in span {
    font-size: 18px;
  }

  .b-result {
    top: 50px;
  }
}

@media (max-width: 520px) {
  .app-footer__soc-icons a {
    width: 50px;
  }

  .app {
    font-size: 16px;
    line-height: 28px;
  }

  .main-text__button {
    font-size: 17px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-voting__items-container {
    margin-left: 0;
    display: block;
  }

  .b-voting__title span {
    font-size: 30px;
  }

  .b-voting__item {
    width: 100%;
    padding-left: 0;
  }

  .b-voting__item-title {
    font-size: 18px;
  }

  .b-voting__item-desc {
    height: auto;
  }

  .b-result {
    top: 40px;
  }
}

@media (max-width: 480px) {
  .app-header__logo a {
    font-size: 15px;
  }

  .app-header__logo a span {
    margin-bottom: 0;
  }

  .app-header__burger {
    top: 4px;
  }

  .app-header2__logo a {
    font-size: 15px;
  }

  .app-header2__logo a span {
    margin-bottom: 0;
  }

  .main-text {
    margin-bottom: 20px;
  }

  .main-text__button {
    font-size: 16px;
  }

  .categories__items-container {
    margin-left: 0;
  }

  .categories__item {
    width: 100%;
    padding-left: 0;
  }

  .categories__item-in span {
    font-size: 23px;
  }

  .b-voting__title span {
    font-size: 26px;
  }

  .b-voting__button .s-button {
    font-size: 20px;
  }

  .popup-block__content {
    padding-bottom: 35px;
    padding-top: 180px;
    background-position: center 35px;
    background-size: 220px 129px;
  }

  .popup-block__close {
    right: 20px;
    top: 20px;
  }

  .popup-block__close .svg-icon {
    width: 20px;
    height: 20px;
  }

  .popup-block__icons-title {
    font-size: 19px;
  }

  .popup-block__icon {
    margin-left: 5px;
    margin-right: 5px;
  }

  .popup-block__icon img {
    width: 45px;
  }

  .b-result__menu a {
    margin: 0;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .b-result__menu a span {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-result__button {
    display: block;
    padding: 20px 20px 16px;
  }
}

@media (max-width: 400px) {
  .site-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .app-header__burger {
    left: 6px;
  }
}

@media (max-width: 375px) {
  .b-result-item__title {
    font-size: 23px;
    line-height: inherit;
  }
}