/*MAIN*/
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #000000;

  background: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

       -o-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ul {
  display: block;
  margin: 0;
  padding: 0;

  list-style: none;
}

.clearfix:after {
  content: "";

  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.main-wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}

.container {
  position: relative;

  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background: #1f272e;
}

.header_top {
  font-weight: bold;
  font-size: 10px;
  line-height: 2.2;
  color: #637d94;
  text-transform: uppercase;

  background: #0e1114;
}

.header_top ul {
  font-size: 0;
  text-align: right;
}

.header_top ul li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;

  font-size: 10px;
}

.header_top ul li:first-child {
  margin-left: 0;
  padding-left: 20px;

  background: url('../img/icon_search.png') no-repeat left center;
}

.header_top ul li:nth-child(2) {
  padding-left: 20px;

  background: url('../img/icon_account.png') no-repeat left center;
}

.header_body {
  padding: 7px;

  font-size: 0;
}

.header_body .logo_wrap {
  display: inline-block;
  float: none;

  vertical-align: middle;
}

.header_body .logo {
  display: block;
  width: 100%;
}

.menu_wrap {
  display: inline-block;
  float: none;

  font-size: 0;
  vertical-align: middle;
}

.menu {
  text-align: right;
}

.menu li {
  display: inline-block;
  margin-left: 25px;

  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
  color: #0078e0;
  text-transform: uppercase;
}

.menu li:first-child {
  margin-left: 0;
}

.content_body {
  padding-top: 30px;
}

.breadcrumbs {
  margin-bottom: 30px;

  font-size: 0;
}

.breadcrumbs li {
  position: relative;

  display: inline-block;
  margin-right: 25px;

  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  color: #9ea4a8;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li:last-child:before {
  display: none;
}

.breadcrumbs li img {
  display: block;
}

.breadcrumbs li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;

  display: block;
  width: 5px;
  height: 8px;
  margin-top: -4px;

  background: url('../img/breadcrumbs_arrow.png') no-repeat center;
}

.main_title {
  margin: 0 0 10px;

  font-size: 34px;
  line-height: 1.3;
  color: #0078e0;
}

.date_title {
  margin-bottom: 15px;

  font-size: 14px;
  color: #9ea4a8;
}

.date_title span:first-child {
  position: relative;

  margin-right: 22px;
}

.date_title span:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;

  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;

  background: #dfe2e5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.content_img {
  display: block;
  width: 100%;
  margin: 30px auto;
}

.content_body p {
  margin: 25px 0;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #191b1c;
}

.btn {
  display: block;
  width: 60%;
  margin: 60px auto;
  padding: 24px 10px;

  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  background: #e08e00;
  -webkit-border-radius: 70px;
          border-radius: 70px;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
  text-decoration: none;

  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.form_wrap {
  margin-bottom: 50px;
  padding: 30px;

  border: 1px solid #dfe2e5;
}

.form_title {
  margin-bottom: 30px;

  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.form_title span {
  color: #0078e0;
}

.inp {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 20px;

  font-weight: bold;
  font-size: 16px;

  border: 1px solid #dfe2e5;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

/* INP-COLORS */
.inp::-webkit-input-placeholder {
  color: #9ea4a8;
}
.inp::-moz-placeholder {
  color: #9ea4a8;
}
.inp:-moz-placeholder {
  color: #9ea4a8;
}
.inp:-ms-input-placeholder {
  color: #9ea4a8;
}
/* INP-COLORS */

select.inp {
  position: relative;

  color: #9ea4a8;

  background: #ffffff url('../img/arrow_down.png') no-repeat 90% center;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* select.inp:active,
.select.inp:focus {
  background: url('//viposidn.com/content/wlfxXDrE2oIpYzX/img/arrow_down-black.png') no-repeat 90% center;
} */

.inp:focus,
.inp:active {
  color: #000000;

  border: 1px solid #000000;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inp:focus::-webkit-input-placeholder,
.inp:active::-webkit-input-placeholder {
  color: #000000;
}
.inp:focus::-moz-placeholder,
.inp:active::-moz-placeholder {
  color: #000000;
}
.inp:focus:-moz-placeholder,
.inp:active:-moz-placeholder {
  color: #000000;
}
.inp:focus:-ms-input-placeholder,
.inp:active:-ms-input-placeholder {
  color: #000000;
}

.old_price {
  font-size: 14px;
  text-align: center;
  text-decoration: line-through;
}

.new_price {
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

form .btn {
  width: 100%;
  margin: 0 auto;
  padding: 18px 10px;

  border: none;
  outline: none;
}

.form_img-wrap {
  position: relative;
}

.form_img-wrap img {
    position: absolute;
    top: -15px;
    left: 75px;
    width: 70%;
}

.comment_block {
  padding-bottom: 60px;
}

.comment_title {
  margin-bottom: 30px;

  font-weight: bold;
  font-size: 22px;
}

.comment_title span {
  color: #0078e0;
}

.comment {
  margin-bottom: 25px;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment_header {
  position: relative;

  min-height: 50px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 60px;
}

.comment_ava {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 50px;

  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.comment_name {
  font-weight: bold;
  font-size: 12px;
  color: #0078e0;
  text-transform: uppercase;
}

.comment_date {
  font-size: 12px;
  color: #9ea4a8;
}

.comment_text {
  font-size: 14px;
  line-height: 1.5;
}

.attach {
  max-width: 230px;
  margin-top: 20px;
  margin-right: 10px;
}

.attach:last-child {
  margin-right: 0;
}

.footer {
  font-weight: bold;
  font-size: 10px;
  line-height: 2.2;
  color: #637d94;

  background: #1f272e;
}

.sidebar {
  padding-top: 80px;
}

.sidebar_item {
  margin-bottom: 40px;
  padding: 0 15px 15px;

  border: 1px solid #dfe2e5;
}

.sidebar_item:last-child {
  margin-bottom: 0;
}

.sidebar_header {
  width: -webkit-calc(100% + 30px);
  width:         calc(100% + 30px);
  margin-left: -15px;
  padding: 10px;

  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #9ea4a8;
  text-transform: uppercase;

  background: #edf0f2;
}

.sidebar_amulet {
  width: 100%;
  margin-bottom: 15px;
}

.sidebar_title {
  margin-bottom: 15px;

  font-weight: bold;
  font-size: 14px;
  color: #0078e0;
  text-transform: uppercase;
}

.blog_avatar {
  display: block;
  width: 50px;
  margin: 10px auto 15px;
}

.soc {
  width: 120px;
  height: 30px;
  margin: 0 auto 15px;

  background: url('../img/social_media.png') no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.author_data {
  width: -webkit-calc(100% + 30px);
  width:         calc(100% + 30px);
  margin-left: -15px;
  padding: 15px 15px 0;

  font-size: 0;
  text-align: center;

  border-top: 1px solid #dfe2e5;
}

.data_item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5px;

  font-weight: bold;
  font-size: 8px;
  color: #9ea4a8;
  text-transform: uppercase;
}

.data_item span {
  display: block;

  font-weight: bold;
  font-size: 16px;
  color: #191b1c;
}

.data_item:last-child {
  margin-right: 0;
}

.news_item {
  margin: 15px 0;
}

.news_item:last-child {
  margin-bottom: 0;
}

.news_item img {
  width: 100%;
  margin-bottom: 5px;
}

.news_item p {
  margin: 0;

  font-weight: bold;
  font-size: 14px;
  color: #9ea4a8;
}

/*SPIN STYLES*/

.spin-wrapper {
  margin: 50px 0;
}

#align .spin-wrapper p {
  margin-bottom: 15px;

  font-size: 21px!important;
  line-height: 1.4!important;
  text-align: center;
}

.wheel-wrapper {
  text-align: center;
}

.wheel {
  position: relative;

  width: 100% !important;
  margin: 0 auto;
}

/* .wheel:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1000;

  display: block;
  width: 10%;
  max-width: 40px;
  height: 62px;
  margin-left: -20px;

  background: url('//viposidn.com/content/wlfxXDrE2oIpYzX/img/pointer.png') no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
} */

.wheel-cursor {
  position: absolute;
  top: 48.5%;
  left: 50%;

  width: 25%!important;
  height: 35%;

  background: url('../img/center_button.png') no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.cursor-text {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 2;

  display: inline-block;
  width: 45%!important;
  height: 45%;

  line-height: 61px;
  vertical-align: middle;
  text-align: center;

  background: rgb(255, 255, 255);

/* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));

/* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);

/* Chrome10+,Safari5.1+ */
  background:      -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);

/* Opera 12+ */
  /* IE10+ */
  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: -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%);
  background-color: #cccccc;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
          border-radius: 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, 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, 0.4) 0 0 5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;

/* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  /* IE6-9 fallback on horizontal gradient */
  ;
}

.wheel-img {
  /* -webkit-transition: all 6s cubic-bezier(0,0.99,0.44,0.99);
       -o-transition: all 6s cubic-bezier(0,0.99,0.44,0.99);
          transition: all 6s cubic-bezier(0,0.99,0.44,0.99); */
  -webkit-transition: 4s;
       -o-transition: 4s;
          transition: 4s;
}

.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-image: url('http://viposidn.com/content/wlfxXDrE2oIpYzX/img/cross.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
          box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 10px;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
  position: fixed!important;
  top: 0 !important;
  z-index: 99 !important;

  width: 100% !important;
  height: 100% !important;

  background-color: rgba(0, 0, 0, 0.7) !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;

  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  margin: 0 auto;

  background-color: rgb(113, 195, 65);
  -webkit-border-radius: 50%;
          border-radius: 50%;

  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);

  -webkit-transition: opacity 1s ease 0s;
       -o-transition: opacity 1s ease 0s;
          transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}

@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  margin-bottom: 20px;

  font-size: 40px;
}

.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;

  background-color: rgb(113, 195, 65);
  border: medium none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  outline: medium none;
  cursor: pointer;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

@media all and (max-width: 520px) {
  .wheel {
    width: 250px!important;
  }
  .cursor-text {
    font-size: 14px;
    line-height: 48px;
  }
  .close-popup {
    position: absolute;
    top: -40px;
    right: -10px;

    width: 30px;
    height: 30px;

    background-image: url('http://viposidn.com/content/wlfxXDrE2oIpYzX/img/cross.svg');
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #ffffff;
            box-shadow: 0 0 10px #ffffff;
    cursor: pointer;
  }
}


.super-rotation {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -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-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(923deg);
            transform: rotate(923deg);
  }
  100% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(923deg);
            transform: rotate(923deg);
  }
  100% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
  }
}

@media screen and (max-width: 991px) {
  .header_top {
    display: none;
  }

  .menu_wrap {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .header_body .logo {
    max-width: 250px;
    margin: 0 auto;
  }

  .main_title {
    font-size: 24px;
  }

  .sidebar {
    display: none;
  }

  .content_body {
    padding-top: 15px;
  }

  .form_img-wrap {
    display: none;
  }

  .form_wrap {
    width: 80%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 600px) {
  .form_wrap {
    width: 100%;
    margin: 0 auto 50px;
  }

  .btn {
    width: 80%;
    margin: 30px auto;
  }

  .form_title {
    font-size: 20px;
  }

  .main_title {
    font-size: 20px;
  }

  .pop-up-window::before {
    top: -40px;
    right: 0;
    left: 0;

    width: 80px;
    height: 80px;
  }

  .pop-up-window::after {
    top: -13px;
    right: 0;
    left: 0;

    width: 38px;
    height: 20px;
  }

  .pop-up-heading {
    margin-bottom: 20px;

    font-weight: bold;
    font-size: 26px;
  }

  .pop-up-text {
    margin-top: 0;
    margin-bottom: 25px;

    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .pop-up-window {
    padding-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .attach {
    width: 100%;
    max-width: 100%;
  }
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #A12000;
}

.ac_footer a {
  color: #A12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}