.spinner{margin:90px auto;width:80px;height:80px}.spinner__item{display:block;transform-origin:40px 40px;animation:spin 1.2s linear infinite}.spinner__item:first-child{transform:rotate(0deg);animation-delay:-1.1s}.spinner__item:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.spinner__item:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.spinner__item:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.spinner__item:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.spinner__item:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.spinner__item:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.spinner__item:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.spinner__item:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.spinner__item:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.spinner__item:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.spinner__item:nth-child(12){transform:rotate(330deg);animation-delay:0s}.spinner__item:after{content:"";position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:hsla(0,0%,62.4%,.2)}@keyframes spin{0%{opacity:1}to{opacity:0}}.category-cap{margin-top:80px;margin-bottom:33px}@media(max-width:1240px){.category-cap{margin-top:40px;margin-bottom:30px}}.category-cap_crumbs{margin-top:24px}@media(max-width:1240px){.category-cap_crumbs{margin-top:24px}}.category-cap__caption{margin-bottom:48px}@media(max-width:1240px){.category-cap__caption{margin-bottom:14px}}.category-cap__list{display:flex;margin:0 -12px;flex-wrap:wrap}@media(max-width:1240px){.category-cap__list{margin:0 -16px;padding:10px 0;flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:auto}.category-cap__list:after,.category-cap__list:before{content:"";width:10px;flex-shrink:0}}.category-cap__item{width:390px;min-height:80px;flex-shrink:0;display:flex;align-items:center;margin:0 12px 24px;box-shadow:0 2px 5px rgba(6,9,82,.1);border-radius:8px;padding:0 16px;text-decoration:none}@media(max-width:1700px){.category-cap__item{width:276px;min-height:59px}}@media(max-width:1240px){.category-cap__item{border-radius:6px;padding:0 12px;margin:0 6px}}@media(min-width:1240.1px){.category-cap__item:hover .category-cap__name{color:#ff9f76}}.category-cap__picture{margin-right:16px;flex-shrink:0;width:80px}@media(max-width:1700px){.category-cap__picture{margin-right:12px;width:59px}}.category-cap__image{height:80px}@media(max-width:1700px){.category-cap__image{height:59px}}.category-cap__name{display:inline-block;vertical-align:top;padding:8px 0;transition-property:color;transition-duration:.2s}