@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gxqhhr");
  src: url("../fonts/icomoon.eot?gxqhhr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gxqhhr") format("truetype"), url("../fonts/icomoon.woff?gxqhhr") format("woff"), url("../fonts/icomoon.svg?gxqhhr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.CarouselBlockView {
  overflow: hidden; }
  @media screen and (min-width: 1209px) {
    .CarouselBlockView {
      width: 1159px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .CarouselBlockView {
      width: 929px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .CarouselBlockView {
      width: 713px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 762px) {
    .CarouselBlockView {
      width: auto; } }
  .CarouselBlockView .blocks_list {
    position: relative; }
    .CarouselBlockView .blocks_list .owl-nav .owl-prev,
    .CarouselBlockView .blocks_list .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      height: 45px;
      width: 23px;
      margin-top: -22px;
      background-repeat: no-repeat;
      text-indent: 10000px;
      transition: all 0.5s ease; }
    .CarouselBlockView .blocks_list .owl-prev {
      left: 0;
      background-image: url("../images/arrow-left.png"); }
    .CarouselBlockView .blocks_list .owl-next {
      right: 0;
      background-image: url("../images/arrow-right.png"); }

/*# sourceMappingURL=CarouselBlock.wide.scss.map */