.promo-boxes, .performancePc {
  background: #0e1b24 url(../img/lines-bg.png) repeat top left;
  padding: 30px 0 75px; }
.promo-boxes strong {
  font-weight: 700; }
.promo-boxes--title {
  text-align: center;
  margin-bottom: 70px; }
.promo-boxes--title img {
  max-width: 100%;
  height: auto;
  width: 1000px;
}
.promo-boxes--title a {
  color: #337ab7;
}
.promo-boxes--title h4 {
  text-transform: uppercase;
  color: #f25e40;
  font-weight: 700;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.promo-boxes--title h6 {
  font-weight: 400;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  margin-bottom: 25px;
  font-size: 17px;
  color: #e7e7e7;
}
.promo-boxes--title p {
  font-size: 15px;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  color: #7a7b7c;
}
.promo-boxes--card {
  max-width: 268px;
  margin: 0 auto 30px;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding-bottom: 130px;
  position: relative; }
.promo-boxes--card .image img {
  max-width: 100%;
  vertical-align: middle;
  height: 150px;
  margin: 0 auto;
  display: block; }
.promo-boxes--card .orange {
  text-align: center;
  background: #f25e40;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  height: 57px;
  position: relative;
  display: table;
  width: 100%; }
.promo-boxes--card .orange:before {
  position: absolute;
  top: -5px;
  left: -4px;
  background: url(../img/orange-left.png) no-repeat top center;
  height: 67px;
  width: 4px;
  content: ''; }
.promo-boxes--card .orange:after {
  position: absolute;
  top: -5px;
  right: -4px;
  background: url(../img/orange-right.png) no-repeat top center;
  height: 67px;
  width: 4px;
  content: ''; }
.promo-boxes--card .orange span {
  vertical-align: middle;
  display: table-cell;
  padding: 0 30px;
  position: relative;
  z-index: 1; }
.promo-boxes--card .orange span:before {
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -3px;
  background: url(../img/left-lines.png) no-repeat top center;
  height: 5px;
  width: 27px;
  content: ''; }
.promo-boxes--card .orange span:after {
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -3px;
  background: url(../img/right-lines.png) no-repeat top center;
  height: 5px;
  width: 27px;
  content: ''; }
.promo-boxes--card .descr {
  color: #000;
  text-align: center;
  padding: 10px 20px; }
.promo-boxes--card .descr .price {
  color: #f25e40;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px; }
.promo-boxes--card .descr .old-price {
  font-size: 22px;
  text-align: center;
  text-decoration: line-through;
  line-height: 1.6; }
.promo-boxes--card .descr .price span {
  font-size: 26px;
  color: #242424;
  font-weight: 400; }
.promo-boxes--card .descr p {
  color: #242424; }
.promo-boxes--form {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px; }
.promo-boxes--input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f25e40;
  border-left-width: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #242424; }
.promo-boxes--input::-webkit-input-placeholder {
  color: #5c5b5b;
  font-weight: 400; }
.promo-boxes--input:-moz-placeholder {
  color: #5c5b5b;
  font-weight: 400; }
.promo-boxes--input::-moz-placeholder {
  color: #5c5b5b;
  font-weight: 400; }
.promo-boxes--input:-ms-input-placeholder {
  color: #5c5b5b;
  font-weight: 400; }
.promo-boxes--button, .performancePc .button {
  border: 1px solid #f25e40;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f25e40;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 180px;
  font-size: 30px;
  margin: 0 auto;
  outline: none;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 5px; }
.promo-boxes--button:hover, .promo-boxes--button:active, .promo-boxes--button:focus:hover,  .performancePc .button:hover, .performancePc .button:active, .performancePc .button:focus:hover {
  background: #fff;
  color: #f25e40; }
.promo-boxes--button:focus, .performancePc .button:focus {
  background: #f25e40;
  color: #fff; }
.promo-boxes  p.gray {
  color: #7a7b7c;
}
.button-get-promo-code {
  max-width: 260px;
  font-size: 20px;
}
.clock-promo-code-block {
  font-size: 36px;
}
.clock-promo-code-block .clock {
  margin: 0 auto;
  float: none;
  width: 246px;
}
.promo-boxes span.more-popover {
  cursor: pointer;
  border-bottom: 1px #7a7b7c dashed;
}
.promo-boxes .blue {
  color: #0090ff
}
.combo-boxes {
  /*background: url(../img/texture-bg.png) no-repeat center 150px, url(../img/top-line-bg.png) no-repeat top center;*/
  background: url(../img/texture-bg.png) no-repeat center 150px;
  background-color: #0e1b24;
  padding: 90px 0 75px; }
.combo-boxes strong {
  font-weight: 700; }
.combo-boxes--title, .performancePc .title {
  text-align: center;
  margin-bottom: 50px; }
.combo-boxes--title img {
  max-width: 100%;
  height: auto; }
.combo-boxes--title h4, .performancePc .title h4 {
  text-transform: uppercase;
  color: #f25e40;
  font-weight: 700;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 50px; }
.combo-boxes--title h6, .performancePc .title h6 {
  color: #fff;
  font-weight: 400;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  font-size: 24px; }
.combo-boxes--card, .performancePc .card {
  max-width: 277px;
  margin: 0 auto 30px;
  font-family: 'PT Sans', Arial, Tahoma, sans-serif;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding-bottom: 90px;
  position: relative; }
.combo-boxes--card .title, .performancePc .card .title {
  position: absolute;
  /*top: -10px;*/
  top: 8px;
  left: -8px;
  width: 293px;
  background: url(../img/h-bronze.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  height: 69px;
  font-size: 24px;
  color: #944a01;
  text-transform: uppercase;
  padding-top: 12px;
  font-weight: 700;
  z-index: 10; }
.combo-boxes--card.bronze .title {
  background-image: url(../img/h-bronze.png);
  color: #944a01; }
.combo-boxes--card.silver .title {
  background-image: url(../img/h-silver.png);
  color: #707070; }
.combo-boxes--card.gold .title {
  background-image: url(../img/h-gold.png);
  color: #947d00; }
.combo-boxes--card.diamond .title {
  background-image: url(../img/h-diamond.png);
  color: #27137a; }
.combo-boxes--card.top-sale:before {
  position: absolute;
  top: -95px;
  right: -95px;
  width: 216px;
  height: 117px;
  background: url(../img/top.png) no-repeat center center;
  content: '';
  z-index: 20; }
.combo-boxes--card.top-sale .image .price .new-price {
  color: #f25e40; }
.combo-boxes--card.top-sale .promo-boxes--button {
  background: #cc2126;
  border-color: #cc2126; }
.combo-boxes--card.top-sale .promo-boxes--button:hover, .combo-boxes--card.top-sale .promo-boxes--button:active, .combo-boxes--card.top-sale .promo-boxes--button:focus:hover {
  background: #fff;
  color: #cc2126; }
.combo-boxes--card.top-sale .promo-boxes--button:focus {
  background: #cc2126;
  color: #fff; }
.combo-boxes--card .image, .performancePc .card .image {
  position: relative; }
.combo-boxes--card .image img, .performancePc .card .image img {
  max-width: 100%;
  height: auto; }
.combo-boxes--card .image .price, .performancePc .card .price {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  text-align: center; }
.combo-boxes--card .image .price .new-price, .performancePc .card .price .new-price {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  margin-bottom: 5px; }
.combo-boxes--card .image .price .old-price, .performancePc .card .image .price .old-price {
  text-decoration: line-through;
  color: #d4d4d4;
  font-size: 24px; }
.combo-boxes--card .descr {
  position: relative;
  padding: 55px 15px 15px;
}
.combo-boxes--card .descr .x3 {
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -63px;
  width: 126px;
  height: 126px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding-top: 7px; }
.combo-boxes--card .descr .x3 img {
  position: absolute;
  left: -15px;
  top: -15px;
}
.combo-boxes--card .descr ul, .performancePc .card .descr ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 10; }
.combo-boxes--card .descr ul li, .performancePc .card .descr ul li {
  font-size: 18px;
  line-height: 1.2;
  color: #242424;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 10px; }
.combo-boxes--card .descr ul li:last-child, .performancePc .card .descr ul li:last-child {
  margin-bottom: 0;
  border: none; }
.combo-boxes--card .descr ul .color-orange, .performancePc .card .descr ul .color-orange{
  color: #f25e40; }
.combo-boxes--card .bottom-button, .performancePc .card .bottom-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 20px; }
.combo-boxes--card .bottom-button .more-descr, .performancePc .card .bottom-button .more-descr {
  text-align: center;
  margin-bottom: 10px; }
.combo-boxes--card .bottom-button .more-descr span, .performancePc .card .bottom-button .more-descr span {
  font-size: 16px;
  color: #858585;
  text-decoration: underline;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer; }
.combo-boxes--card .bottom-button .more-descr span:hover, performancePc .card .bottom-button .more-descr span:hover{
  color: #f25e40; }
.arrow-down {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 50px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.arrow-down:before {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -88px;
  background: url(../img/arrow-down.png) no-repeat center center;
  width: 176px;
  height: 155px;
  content: '';
  -webkit-animation: down-animation 1s infinite;
  animation: down-animation 1s infinite;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.arrow-down:hover, .arrow-down:active, .arrow-down:focus {
  color: #f25e40; }
@-webkit-keyframes down-animation {
  0% {
    bottom: -50px; }
  50% {
    bottom: -60px; }
  100% {
    bottom: -50px; }
}
@keyframes down-animation {
  0% {
    bottom: -50px; }
  50% {
    bottom: -60px; }
  100% {
    bottom: -50px; }
}
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 580px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
}
@media only screen and (max-width: 380px) {
  /**/
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1230px; }
}
#combo-boxes p.text-center {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
/*#buy #pagenav {*/
  /*float: right; }*/
/*#pagenav {*/
  /*text-align: center;*/
  /*margin: 0 0 15px; }*/
/*#pagenav a, #pagenav .current {*/
  /*display: inline-block;*/
  /*color: #fff;*/
  /*-webkit-transition: all .5s ease;*/
  /*transition: all .5s ease;*/
  /*background-color: transparent;*/
  /*border: none;*/
  /*margin-right: 0;*/
  /*margin-left: 0;*/
  /*font-size: 12px;*/
  /*font-family: "PantonBold", sans-serif;*/
  /*line-height: 16px;*/
  /*text-decoration: none;*/
  /*padding: 4px 7px;*/
  /*margin-bottom: 10px;*/
  /*-webkit-border-radius: 3px;*/
  /*border-radius: 3px; }*/
/*#pagenav a:hover, #pagenav a:active {*/
  /*color: #fe653e;*/
  /*cursor: pointer; }*/
/*#pagenav > span {*/
  /*font-size: 14px;*/
  /*margin-right: 5px;*/
  /*margin-left: 5px;*/
  /*color: #1c4273; }*/
/*#pagenav .current {*/
  /*background-color: #fe653e;*/
  /*color: #fff;*/
  /*font-size: 16px; }*/
/*#pagenav .prev {*/
  /*position: relative; }*/
/*#pagenav .next {*/
  /*position: relative; }*/
.performancePc .button {
  font-weight: normal;
}
.performancePc .title img {
  margin-bottom: 40px;
}
.performancePc {
  padding-top: 0px;
}
.performancePc .card .title {
  background-image: url(../img/title-performancePc.png);
  color: #8a0f0f;
}
.performancePc .card .descr {
  position: relative;
  padding: 25px 15px 15px;
}