@charset "UTF-8";
.vc_market {
  position: relative;
  background: #f4f6f7;
  border-radius: 8px;
}
.vc_market:after {
  content: '';
  clear: both;
  display: table;
}
.vc_market:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background: #303042;
  border-radius: 8px 0 0 8px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .vc_market:before {
    display: none;
  }
}
.vc_market__menu {
  width: 25%;
  float: left;
  padding: 30px 15px 70px 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .vc_market__menu {
    display: none;
  }
}
.vc_market__menu__item {
  padding: 10px 17px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.vc_market__menu__item > svg {
  width: 16px;
  margin-right: 10px;
  fill: #edeefc;
  transition: fill 0.3s ease-in-out;
  margin-bottom: -2px;
}
.vc_market__menu__item:hover, .vc_market__menu__item.active {
  color: #ffffff;
  background: #242434;
}
.vc_market__menu__item:hover > svg, .vc_market__menu__item.active > svg {
  fill: #5056e5;
}
.vc_market__menu-mobile {
  padding: 35px 20px 35px;
  display: none;
  background: #303042;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1199px) {
  .vc_market__menu-mobile {
    display: block;
  }
}
.vc_market__menu-mobile ul {
  list-style: none;
  margin: 0;
}
.vc_market__menu-mobile ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.vc_market__menu-mobile ul li li {
  padding-left: 40px;
}
.vc_market__submenu {
  background: #242434;
  padding-left: 30px;
  display: none;
  margin-top: -4px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.vc_market__submenu__item {
  padding: 5px 17px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.vc_market__submenu__item:after {
  content: '';
  clear: both;
  display: table;
}
.vc_market__submenu__item:hover, .vc_market__submenu__item.active {
  color: #ffffff;
  background: #242434;
}
.vc_market__submenu__item-amount {
  float: right;
  background: #edeefc;
  border-radius: 9px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 2px;
  color: #717985;
  min-width: 18px;
  text-align: center;
}
.vc_market__content {
  width: 75%;
  float: left;
  padding: 30px 15px 0px;
}
@media (max-width: 1199px) {
  .vc_market__content {
    width: 100%;
  }
}
.vc_market__content-category {
  display: none;
}
.vc_market__content-category .vc_market__content-category__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.vc_market__content-category.active {
  display: block;
}
.vc_market__product {
  width: 33.3333%;
  float: left;
  padding: 0 15px 30px;
  position: relative;
}
@media (max-width: 1599px) {
  .vc_market__product {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .vc_market__product {
    width: 100%;
  }
}
.vc_market__product .vc_market__product-link {
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), 3px 3px 10px rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  color: #121217;
  border: none;
  transition: box-shadow 0.3s ease-in-out;
  background: #ffffff;
}
.vc_market__product .vc_market__product-link:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6), 3px 3px 20px rgba(0, 0, 0, 0.25);
}
.vc_market__product-image {
  padding-bottom: 56.25%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
.vc_market__product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 16px;
}
.vc_market__product-details {
  padding: 0 10px 10px;
  position: relative;
}
.vc_market__product-details:after {
  content: '';
  clear: both;
  display: table;
}
.vc_market__product-publisher {
  color: #bfc7d0;
  font-size: 14px;
  line-height: 14px;
  float: left;
}
.vc_market__product-statistic {
  float: right;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
}
.vc_market__product-statistic__item-icon {
  width: 14px;
  fill: #bfc7d0;
  vertical-align: middle;
  margin-top: -3px;
}
.vc_market__product-buttons {
  position: absolute;
  z-index: 1;
  margin-top: -40px;
  left: 25px;
  right: 0;
}
.vc_market__product-buttons .vc_market__product-buttons__item {
  display: inline-block;
  background: #5cb85c;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  padding: 6px 10px 6px;
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  opacity: 1;
  margin-right: 5px;
}
.vc_market__product-buttons .vc_market__product-buttons__item:hover {
  opacity: 0.8;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3);
}
.vc_market__product-buttons .vc_market__product-buttons__item--demo {
  background: #5056e5;
}
.vc_market__product-buttons .vc_market__product-buttons__item-icon {
  width: 16px;
  fill: #ffffff;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.mpproduct-page {
  padding-bottom: 160px;
  padding-top: 80px;
}
.mpproduct-page__media {
  float: left;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mpproduct-page__media {
    width: 100%;
  }
}
.mpproduct-page__media-image {
  padding-bottom: 56.25%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 8px;
}
.mpproduct-page__aside {
  float: left;
  width: 60%;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mpproduct-page__aside {
    width: 100%;
    padding-left: 0;
  }
}
.mpproduct-page__rating {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mpproduct-page__rating-item {
  width: 24px;
  fill: #bfc7d0;
}
.mpproduct-page__rating-item.active {
  fill: #ffa500;
}
.mpproduct-page__buttons {
  margin-bottom: 15px;
}
.mpproduct-page__buttons__item {
  display: inline-block;
  background: #5cb85c;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  padding: 6px 10px 6px;
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  opacity: 1;
  margin-right: 5px;
}
.mpproduct-page__buttons__item:hover {
  opacity: 0.8;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3);
}
.mpproduct-page__buttons__item--demo {
  background: #5056e5;
}
.mpproduct-page__buttons__item-icon {
  width: 16px;
  fill: #ffffff;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.mpproduct-page__publisher {
  color: #bfc7d0;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.mpproduct-page__publisher-icon {
  width: 16px;
  vertical-align: middle;
  margin-top: -3px;
  fill: #717985;
  margin-right: 5px;
}
.mpproduct-page__publisher-link {
  color: #005eec;
  transition: border-bottom-color 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.mpproduct-page__publisher-link:hover {
  border-bottom-color: #005eec;
}
.mpproduct-page__description {
  margin-bottom: 30px;
  clear: both;
}
.mpproduct-page__description a {
  color: #5056e5;
}
.mpproduct-page__description strong, .mpproduct-page__description b {
  font-weight: 700;
}
.mpproduct-page__description em, .mpproduct-page__description i {
  font-style: italic;
}
.mpproduct-page__description blockquote {
  padding: 60px 80px 40px;
  position: relative;
}
.mpproduct-page__description blockquote:before {
  position: absolute;
  bottom: 0;
  content: "“";
  font-size: 240px;
  color: rgba(0, 0, 0, 0.1);
  font-family: serif;
  font-weight: 700;
  left: 30px;
}
.mpproduct-page__description blockquote::after {
  content: "";
  top: 30px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #717985;
  height: 3px;
  width: 200px;
}
.mpproduct-page__description p {
  margin-bottom: 30px;
}
.mpproduct-page__description p:last-child {
  margin-bottom: 0;
}
.mpproduct-page__description ul {
  list-style: disc;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mpproduct-page__description ul li {
  margin-bottom: 15px;
}
.mpproduct-page__description ol {
  list-style: decimal;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mpproduct-page__description ol li {
  margin-bottom: 15px;
}
.mpproduct-page__description img {
  width: auto;
}
.mpproduct-page__description code[class*="language-"], .mpproduct-page__description pre[class*="language-"] {
  font-family: "Courier New";
}
.mpproduct-page__comment {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f6f7;
}
.mpproduct-page__comment:last-child {
  border-bottom: none;
}
.mpproduct-page__comment-list {
  padding: 15px 0;
}
.mpproduct-page__comment-header {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.mpproduct-page__comment-header__avatar {
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  background: #f4f6f7 no-repeat center;
  background-size: cover;
}
.mpproduct-page__comment-header__name {
  font-weight: bold;
}
.mpproduct-page__comment-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mpproduct-page__comment-rating__item {
  width: 24px;
  fill: #bfc7d0;
}
.mpproduct-page__comment-rating__item.active {
  fill: #ffa500;
}
