.breadcrumbs2 { margin-bottom: 80px; }

.floor1 { height: 500px; padding: 100px 0 50px; background: url(../images/cabinet01.jpg) no-repeat; background-position: center; background-size: cover; }

.floor1 .floor1-content .floor1-left { color: #fff; width: 48%; }

.floor1 .floor1-desc { line-height: 1.8; margin-bottom: 20px; }

.floor2 { padding: 80px 0; }

.floor2 .floor2-list { display: flex; justify-content: space-between; flex-wrap: wrap; }

.floor2 .floor2-list .floor2-item { width: 22%; text-align: center; }

.floor2 .floor2-list .floor2-item .floor2-item__title { padding: 10px 0 26px; font-size: 16px; font-weight: bold; border-bottom: 4px solid #fcba13; }

.floor2 .floor2-list .floor2-item .floor2-item__image { margin: 20px 0; }

.floor2 .floor2-list .floor2-item .floor2-item__summary { height: 46px; line-height: 46px; border-radius: 4px; }

.floor2 .floor2-list .floor2-item:nth-child(1) .floor2-item__title { color: #fcba13; border-color: #fcba13; }

.floor2 .floor2-list .floor2-item:nth-child(1) .floor2-item__summary:nth-child(2n - 1) { background-color: #fef1d0; }

.floor2 .floor2-list .floor2-item:nth-child(2) .floor2-item__title { color: #e60012; border-color: #e60012; }

.floor2 .floor2-list .floor2-item:nth-child(2) .floor2-item__summary:nth-child(2n - 1) { background-color: #fbd9dc; }

.floor2 .floor2-list .floor2-item:nth-child(3) .floor2-item__title { color: #005bac; border-color: #005bac; }

.floor2 .floor2-list .floor2-item:nth-child(3) .floor2-item__summary:nth-child(2n - 1) { background-color: #ccdeee; }

.floor2 .floor2-list .floor2-item:nth-child(4) .floor2-item__title { color: #9d9d9e; border-color: #9d9d9e; }

.floor2 .floor2-list .floor2-item:nth-child(4) .floor2-item__summary:nth-child(2n - 1) { background-color: #ebebec; }

.floor2 .floor2-image { width: 100%; margin-top: 100px; }

@media (max-width: 768px) { .breadcrumbs2 .breadcrumbs2-content .breadcrumbs2-menu .breadcrumbs2-menu-item { flex: 1; }
  .breadcrumbs2 { margin-bottom: 30px; }
  .floor1 { height: auto; padding: 30px 0; background-image: url(../images/cabinet07.jpg); }
  .floor1 .floor1-content .floor1-left { width: 100%; }
  .floor1 .floor1-content .floor1-left .floor1-image { width: 100%; margin-bottom: 20px; }
  .floor2 { padding: 30px 0; }
  .floor2 .u-container { padding: 0; }
  .floor2 .floor2-list .floor2-item { width: 48%; margin-bottom: 4%; }
  .floor2 .floor2-list .floor2-item .floor2-item__image { height: 250px; }
  .floor2 .floor2-list .floor2-item .floor2-item__title { font-size: 14px; border-bottom-width: 2px; padding: 10px 0 20px; }
  .floor2 .floor2-list .floor2-item .floor2-item__summary { height: 28px; line-height: 28px; }
  .floor2 .floor2-image { margin-top: 30px; } }
