@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}
.detal {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.detal .viewrev {
  margin-top: 5px;
}
.detal .link {
  color: #FF6600;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.detal h1 {
  font-size: 40px;
  color: #4A4B65;
}
.detal .text {
  font-size: 16px;
  color: #9D9FB4;
  padding-bottom: 50px;
}
.detal .btn-primary {
  color: #ffffff;
  font-size: 16px;
  background: #FF6600;
  border-color: #FF6600;
  border-radius: 5px;
}

.benefits {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.benefits .icon {
  padding-bottom: 16px;
}
.benefits .name {
  font-size: 18px;
  color: #4A4B65;
  padding-bottom: 12px;
}
.benefits .text {
  font-size: 14px;
  color: #737491;
  font-weight: 400;
}

.obj3d {
  padding: 0;
  min-height: 700px;
}

.about {
  background: #F4F4FE;
}
.about .spisok .elem {
  margin-bottom: 10px;
  font-size: 14px;
}
.about .spisok .elem img {
  padding-right: 10px;
}
.about h1 {
  font-weight: bold;
  font-size: 32px;
  color: #4A4B65;
}
.about ul {
  list-style-image: URL("/images/icons/check-circle.png");
  list-style-position: outside;
}
.about ul li {
  font-size: 14px;
  vertical-align: middle;
}
.about .video {
  padding: 0;
}

.page {
  margin-top: 35px;
  margin-bottom: 35px;
}
.page .text {
  text-align: justify;
}
.page .text a {
  color: #403f3f;
  text-decoration: underline;
}
.page .text a:hover {
  color: #ff6600;
}

.reviewsbtn .btn-viewAll {
  margin-top: 30px;
}

.catalog {
  padding-top: 80px;
}
.catalog h1 {
  font-size: 32px;
  padding-bottom: 50px;
  color: #4A4B65;
  text-align: center;
}
.catalog .btn-viewAll {
  margin-top: 30px;
  border: 1px solid #FF6600;
  color: #FF6600;
  background: #ffffff;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 16px;
}
.catalog .card-item {
  border-radius: 0;
  border: 0 none;
}
.catalog .card-item .card-img-top {
  border-radius: 0;
}
.catalog .card-item .badge-shortname {
  background-color: #ff6600;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  margin-top: 5px;
  right: 5px;
}
.catalog .card-item .card-body {
  padding: 0;
  padding-top: 10px;
}
.catalog .card-item .card-body .name {
  font-size: 13px;
}
.catalog .card-item .card-body .name a {
  color: #4A4B65;
}
.catalog .card-item .card-body .size {
  font-size: 12px;
  color: #5A5B75;
}
.catalog .card-item .card-body .raiting {
  color: #ff6600;
}
.catalog .card-item .card-body .raiting span {
  padding-right: 3px;
}
.catalog .card-item .forPrice {
  padding-top: 10px;
  padding-bottom: 10px;
}
.catalog .card-item .forPrice .price {
  font-size: 16px;
  color: #FF6600;
}
.catalog .card-item .card-footer {
  background: none;
  border: 0 none;
  padding: 0;
}
.catalog .card-item .card-footer .btn-primary {
  background: #5A5B75;
  border-color: #5A5B75;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}
.catalog .card-item .card-footer .btn-primary:hover {
  background: #FF6600;
  border-color: #FF6600;
}

.reviews .btn-viewAll {
  border: 1px solid #FF6600;
  color: #FF6600;
  background: #ffffff;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 16px;
}

.reviews_list .review {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 29px;
}
.reviews_list .review .name {
  font-weight: 500;
  font-size: 14px;
  color: #4A4B65;
}
.reviews_list .review .organiz, .reviews_list .review .date {
  font-weight: normal;
  font-size: 14px;
  color: #737491;
}
.reviews_list .review .raiting {
  padding: 0;
  margin-top: 17px;
  margin-bottom: 17px;
  color: #FF6600;
}
.reviews_list .review .raiting span {
  padding-right: 3px;
}
.reviews_list .review .text {
  padding-bottom: 36px;
}
.reviews_list .review .text .block {
  font-weight: normal;
  font-size: 14px;
  color: #717391;
}
.reviews_list .review .text .block .lbl {
  font-weight: bold;
  font-size: 14px;
  color: #FF6600;
  margin-bottom: 12px;
}
.reviews_list .review .text .block .photo {
  padding-top: 25px;
}
.reviews_list .nav-pills {
  margin-bottom: 40px;
}
.reviews_list .nav-pills .nav-item {
  font-size: 16px;
}
.reviews_list .nav-pills .nav-item a {
  color: #5A5B75;
  border: 1px solid transparent;
}
.reviews_list .nav-pills .nav-item .active {
  background: none;
  border: 1px solid #dfdfeb;
  color: #FF6600;
}

@media (max-width: 575px) {
  .benefits .text {
    margin-bottom: 38px;
  }
  .about {
    padding-bottom: 46px;
    padding-top: 46px;
  }
  .about h1 {
    font-size: 24px;
  }
  .about .spisok {
    margin-bottom: 46px;
  }
  .about .spisok .elem {
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */