#carousel{margin-bottom:24px}#carousel .carousel-inner{display:flex;align-items:center;justify-content:space-evenly}#carousel .item{position:relative}#carousel picture{display:block;border:1px solid #e3e2e6}#carousel .current{order:2;margin:0 8px}#carousel .current img{margin:auto}#carousel .prev::after,#carousel .next::after{content:" ";position:absolute;height:40px;width:40px;top:50%;margin-top:-20px;border:1px solid #e3e2e6}#carousel .prev{order:1;margin-left:20px}#carousel .prev::after{left:-20px;background:#fff url(img/chevron_left.svg) no-repeat center}#carousel .next{order:3;margin-right:20px}#carousel .next::after{right:-20px;background:#fff url(img/chevron_right.svg) no-repeat center}#carousel .prev img,#carousel .next img{max-width:150px}#carousel .btn-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin:0 -4px}#carousel #print,#carousel #print2,#carousel #download{margin:0 4px 12px 4px}#carousel #print i,#carousel #print2 i,#carousel #download i{width:24px;min-width:24px;height:24px;display:inline-block;margin-right:8px}#carousel #print i,#carousel #print2 i{background-image:url(img/print.svg)}#carousel #download i{background-image:url(img/download.svg)}@media(max-width:930px){#carousel #print,#carousel #print2,#carousel #download{width:100%}}@media(max-width:768px){#carousel .carousel-inner{flex-wrap:wrap}#carousel .current{order:1;width:100%;margin:0 0 24px}#carousel .prev,#carousel .next{order:2}}@media(max-width:367px){#carousel .prev,#carousel .next{margin:0}#carousel .prev img,#carousel .next img{max-width:135px}}