.index {
  display: flex;
  flex-direction: column; }

.product-block__header {
  width: 100%;
  height: 46px;
  background-color: #492537;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px; }
.product-block__title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0; }
.product-block__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px; }
  .product-block__body .pb-item {
    margin: 15px;
    flex-basis: 10px;
    flex-grow: 1;
    position: relative; }
    .product-block__body .pb-item__img {
      width: 100%;
      display: block;
      justify-content: center;
      align-items: center; }
      .product-block__body .pb-item__img img {
        width: 100%;
        height: auto; }
    .product-block__body .pb-item__title {
      text-align: center;
      color: #ffffff;
      font-size: 20px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color ease-in-out .15s;
      background-color: rgba(0, 65, 63, 0.5); }
    .product-block__body .pb-item:hover .pb-item__title {
      background-color: #00413f; }
.product-block_default .pb-item .pb-item__title {
  position: absolute;
  width: 100%;
  height: 46px;
  bottom: 0;
  right: 0; }
.product-block_multi .pb-item .pb-item__title {
  width: inherit;
  height: inherit;
  right: 15px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: inherit; }
  .product-block_multi .pb-item .pb-item__title span {
    padding: 10px;
    background-color: rgba(0, 65, 63, 0.5);
    display: block;
    font-size: 18px;
    font-weight: initial;
    margin-bottom: 15px;
    transition: background-color ease-in-out .15s; }
    .product-block_multi .pb-item .pb-item__title span a {
      color: white; }
.product-block_multi .pb-item:hover .pb-item__title {
  background-color: inherit; }
  .product-block_multi .pb-item:hover .pb-item__title span a {
    color: white; }

.index .product-block:first-child {
  background-color: red; }
  .index .product-block:first-child .product-block__header {
    margin-top: 0; }

.index .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .index .nav li a {
    color: #446bbb;
    font-size: 16px; }
    .index .nav li a:hover, .index .nav li a:focus {
      background-color: inherit;
      color: #c3524a; }

.index .slader {
  margin-top: -20px;
  padding-bottom: 16px; }
  .index .slader .owl-carousel {
    margin: 0;
    width: 100%; }
    .index .slader .owl-carousel .owl-item {
      padding: 0; }
      .index .slader .owl-carousel .owl-item .item img {
        width: 100%;
        padding: 0; }
    .index .slader .owl-carousel .owl-controls .owl-nav .owl-prev, .index .slader .owl-carousel .owl-controls .owl-nav .owl-next {
      top: 50%; }
      .index .slader .owl-carousel .owl-controls .owl-nav .owl-prev .fa, .index .slader .owl-carousel .owl-controls .owl-nav .owl-next .fa {
        position: absolute;
        top: -40px;
        left: 50px;
        padding: 10px; }
    .index .slader .owl-carousel .owl-controls .owl-nav .owl-next .fa {
      left: initial;
      right: 50px; }
    .index .slader .owl-carousel .owl-controls .owl-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 100%;
      bottom: 16px; }
      .index .slader .owl-carousel .owl-controls .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
        border: 1px solid #bf544e;
        border-radius: 50%;
        background-color: #ffffff;
        margin: 4px;
        transition: background-color ease-in-out .35s; }
        .index .slader .owl-carousel .owl-controls .owl-dots .owl-dot.active {
          background-color: #bf544e; }

@media (max-width: 991px) {
  .product-block__header {
    margin-top: 70px; }
  .product-block__body {
    margin-bottom: 30px; }
  .product-block .pb-item .pb-item__title {
    font-size: 14px; }
  .product-block_multi .pb-item .pb-item__title {
    right: 5px;
    bottom: 0; }
    .product-block_multi .pb-item .pb-item__title span {
      font-size: 14px;
      padding: 7px;
      margin-bottom: 10px; } }
@media (max-width: 767px) {
  .product-block__title {
    font-size: 18px; }
  .product-block__body {
    margin: 0px -5px;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    .product-block__body .pb-item {
      flex-basis: 30%;
      margin: 5px; }
  .product-block_multi .pb-item {
    flex-basis: 70%; }

  .index .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .index .nav li a {
      color: #446bbb;
      font-size: 16px; }
      .index .nav li a:hover {
        background-color: inherit;
        color: #c3524a; } }
.product-block_first .product-block__header {
  margin-top: 0; }

/*# sourceMappingURL=index_style.css.map */
