@import url(normalize.min.css) screen;
@import url(jquery.formstyler.css) screen;
@import url('../fancybox/jquery.fancybox.css?v=2.1.5');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');
* {
  margin: 0;
  padding: 0;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html {
  height: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.duration {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
body {
  background-color: #202020;
  font-size: 13px;
  color: #c9c9c9;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.cover {
  background-image: url('../img/main-background.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #2f2f2f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  margin-bottom: 10px;
}
.order-over {
  text-align: center;
  margin-bottom: 30px;
}
.default-button {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  color: #ccff00;
  border: 1px solid #ccff00;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-sizing: border-box;
  text-decoration: none;
}
.default-button:hover {
  color: #fff;
  border-color: #fff;
  background-color: #202020;
}
.default-button.block {
  display: block;
  width: 100%;
}
.default-input-text {
  width: 100%;
  border: 1px solid #ccff00;
  border-radius: 3px;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.default-textarea {
  width: 100%;
  border: 1px solid #ccff00;
  border-radius: 3px;
  height: 100px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.jq-selectbox {
  width: 100%;
}
.jq-selectbox__select {
  cursor: pointer;
  width: 100%;
  border: 1px solid #ccff00;
  border-radius: 3px;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff;
}
.jq-selectbox__select-text {
  font-size: 16px;
  color: #000;
  height: inherit;
  line-height: 36px;
}
.jq-selectbox__trigger {
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -7px;
}
.jq-selectbox.opened .jq-selectbox__trigger {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  margin-top: -3px;
}
.jq-selectbox__dropdown {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.jq-selectbox__dropdown ul {
  margin: 0 !important;
  padding: 5px 0 !important;
}
.jq-selectbox__dropdown li {
  cursor: pointer;
  font-size: 16px;
  color: #000;
  padding: 10px 10px !important;
}
.jq-selectbox__dropdown li:hover {
  background-color: #eee;
}
.img-right {
  float: right;
}
.border-img {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ta-center {
  text-align: center;
}
/*--------------------------------------------------*/
.header {
  padding-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 0;
}
.logo {
  text-align: center;
  float: left;
  width: 295px;
  text-decoration: none;
  display: block;
}
.logo-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffff00;
  padding-bottom: 10px;
}
.logo-subtitle {
  font-size: 24px;
  text-transform: uppercase;
  color: #dcff00;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.logo-subtitle span {
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: 10px;
}
.logo-description {
  font-size: 10px;
  color: #c9c9c9;
}
.main-menu-mobile {
  display: none;
}
.main-menu {
  padding-left: 295px;
  padding-top: 25px;
  text-align: right;
}
.main-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
.main-menu ul li a {
  padding: 0 7px;
  color: #cecccc;
  display: block;
}
.main-menu ul li a:hover {
  text-decoration: none;
  color: #ccff00;
}
.main-menu ul li.active a {
  text-decoration: none;
  color: #ccff00;
}
.main-menu ul li:nth-child(7) a {
  color: #ff1616;
}
.content {
  padding: 20px;
}
.main {
  float: left;
  width: 60%;
}
.main h1 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
}
.main h2,
.main h3,
.main h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
}
.main p {
  padding-bottom: 20px;
  margin: 0;
}
.main a {
  color: #ccff00;
}
.main a:hover {
  text-decoration: none;
}
.main ul,
.main ol {
  margin-left: 15px;
  padding-bottom: 20px;
}
.main ul li,
.main ol li {
  padding-bottom: 5px;
}
.main b,
.main strong {
  font-weight: 700;
  color: #fff;
}
.aside {
  float: left;
  width: 40%;
  padding-left: 40px;
  box-sizing: border-box;
}
.aside-phone-box {
  margin-bottom: 100px;
  text-align: center;
}
.aside-phone {
  font-size: 36px;
  color: #ccff00;
  margin-bottom: 20px;
  font-weight: 700;
}
.aside-phone-description {
  max-width: 200px;
  margin: 0 auto 10px;
}
.aside-call-back-link {
  cursor: pointer;
  color: #ccff00;
  border-bottom: 1px dashed #ccff00;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.aside-call-back-link:hover {
  border-bottom-color: transparent;
}
.aside-tongkat {
  background-image: url('../img/tongkat.png');
  width: 368px;
  height: 387px;
  position: relative;
  margin: 0 auto 30px;
}
.aside-tongkat__price {
  background-image: url('../img/cost.png');
  width: 95px;
  height: 100px;
  position: absolute;
  right: 65px;
  bottom: 70px;
}
.aside-tongkat__quality {
  background-image: url('../img/seal2.png');
  width: 151px;
  height: 152px;
  position: absolute;
  left: -50px;
  top: -100px;
}
.aside-links__title {
  font-size: 16px;
  padding-bottom: 7px;
  font-weight: 600;
}
.aside-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-links__list li a {
  color: #c9c9c9;
  display: block;
  padding: 5px 5px 5px 25px;
  position: relative;
}
.aside-links__list li a:hover {
  background-color: #4e4e4e;
}
.aside-links__list li a::after {
  content: '';
  border-top: 1px solid #ccff00;
  border-right: 1px solid #ccff00;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.footer {
  border-top: 1px solid #91cb00;
  background: #242424;
  margin-top: 30px;
  padding: 20px;
}
.footer-copy {
  margin-bottom: 15px;
}
.footer-copy span {
  font-size: 10px;
  vertical-align: 4px;
  margin: 0 0 0 4px;
}
.footer-menu li {
  display: inline-block;
  vertical-align: top;
}
.footer-menu li a {
  padding: 0 15px 0 0;
  color: #cecccc;
}
.footer-menu li a:hover {
  text-decoration: none;
  color: #ccff00;
}
#call-back-modal {
  position: fixed;
  left: 50%;
  top: 150px;
  z-index: 1000;
  width: 400px;
  margin-left: -200px;
  background-color: #202020;
  display: none;
  padding: 40px 50px 20px;
  border-radius: 3px;
  box-sizing: border-box;
}
#mask,
#mask2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 999;
}
.call-back-modal__title {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.call-back-modal__form-ln {
  text-align: center;
  margin-bottom: 30px;
}
/*
-----------------------------------------------------------------------------------*/
.order-form {
  max-width: 400px;
  margin: 0 auto;
}
.order-form__line {
  margin-bottom: 20px;
}
.order-form__line-text {
  font-size: 14px;
  margin-bottom: 5px;
}
/*
-----------------------------------------------------------------------------------*/
.reviews-page .reviews-page-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.reviews-page .reviews-page-item__name {
  font-weight: 700;
  padding-bottom: 5px;
}
/*
-----------------------------------------------------------------------------------*/
.price-page {
  max-width: 550px;
  margin: 0 auto;
}
.price-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.price-box__text {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
.price-box__text b {
  color: #fff;
}
.price-box__text-2 span {
  font-size: 10px;
  vertical-align: top;
  margin: -2px 0 0 2px;
}
.price-box__text-price {
  font-size: 22px;
  color: #ccff00;
  font-weight: 600;
}
/*
-----------------------------------------------------------------------------------*/
.post-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-item__title {
  font-size: 18px;
  padding-bottom: 10px;
}
/*
-----------------------------------------------------------------------------------*/
.phone-on-page {
  color: #ccff00;
  font-size: 24px;
  font-weight: bold;
}
/*
-----------------------------------------------------------------------------------*/
.vidoe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.vidoe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error {
  border: 1px solid red;
  padding: 5px !important;
  border-radius: 3px;
  margin-bottom: 25px !important;
  color: red;
  text-align: center;
}
/*
-----------------------------------------------------------------------------------*/
/*
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1010px) {
  .aside-tongkat {
    background-image: url('../img/po.jpg');
    width: 152px;
    height: 265px;
  }
  .aside-tongkat__price {
    right: -25px;
    bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu {
    padding-left: 0;
    float: right;
  }
  .main-menu-mobile {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .main-menu-mobile i {
    width: 20px;
    height: 3px;
    display: block;
    background: white;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .main-menu-mobile i::after,
  .main-menu-mobile i::before {
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    background: white;
    position: absolute;
    left: 0;
    top: -5px;
  }
  .main-menu-mobile i::after {
    top: -7px;
  }
  .main-menu-mobile i::before {
    top: 7px;
  }
  .main-menu-mobile span {
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
  }
  .main-menu-list {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    z-index: 101;
    height: 100%;
    overflow: scroll;
    z-index: 1000;
    background-color: black;
  }
  .main-menu ul li {
    display: block;
    text-align: left;
    padding-bottom: 0;
  }
  .main-menu ul li a {
    padding: 10px 30px;
  }
  .main-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .main {
    float: none;
    width: 100%;
  }
  .aside {
    display: none;
  }
  .aside-links {
    display: none;
  }
  .aside-phone-box {
    margin-bottom: 30px;
  }
  .aside-tongkat__quality {
    left: -133px;
    top: -24px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding-right: 0;
  }
  .logo {
    margin: 0 auto 20px;
    float: none;
  }
  .main-menu {
    float: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #call-back-modal {
    top: 10px;
    width: 300px;
    margin-left: -150px;
    padding: 20px;
  }
  .call-back-modal__title {
    font-size: 16px;
  }
  .price-box {
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
  }
  .price-box__text {
    width: 100%;
    padding-right: 0;
    float: none;
    padding-bottom: 20px;
  }
}
