@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

.mobileMenu {
  display: none; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.result_wrap{
  padding-left: 200px;
    margin-top: 70px;
}
.alert.alert-info{
  font-family: "Lato", sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}
.result_wrap a{
  font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
}
.header_listing {
  background: #000000;
  height: 7.8125vw; }
  .header_listing .header_wrap__logo img {
    width: 8.85417vw;
    height: 5.05208vw; }
  .header_listing .header_wrap__menu {
    margin-top: 0.20833vw; }
  .header_listing .header_wrap__social {
    margin-top: -0.20833vw; }
  .header_listing.header-scroll {
    height: 5.72917vw;
    padding-top: 0.46875vw !important; }

.error{
  display: inline-block;
  width: 100%;
  background: red;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 15px;
  line-height: 1.30208vw;
  text-align: center;
  border-radius: 40px;
}

.success{
  display: inline-block;
  width: 100%;
  background: green;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 15px;
  line-height: 1.30208vw;
  text-align: center;
  border-radius: 40px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 99;
  transition: .4s;
  padding-top: 1.5625vw; }
  .header_wrap {
    width: 83.125vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header_wrap__logo img {
      transition: .4s;
      width: 11.97917vw;
      height: 6.82292vw; }
    .header_wrap__menu {
      margin-top: -1.45833vw;
      margin-left: -5.52083vw; }
      .header_wrap__menu .menu__list {
        margin-left: -1.82292vw;
        justify-content: space-between;
        width: 35.20833vw; }
      .header_wrap__menu .menu__link {
        transition: .4s;
        color: #ffffff;
        font-family: "Raleway", sans-serif;
        font-size: 0.9375vw;
        font-weight: 900;
        text-transform: uppercase;
        text-decoration: none;
        padding-bottom: 0.52083vw; }
    .header_wrap__social {
      display: flex;
      width: 3.54167vw;
      justify-content: space-between;
      align-items: center;
      margin-top: -2.29167vw;
      position: relative; }
      .header_wrap__social .search-block {
        position: absolute;
        left: -18.22917vw;
        width: 17.03125vw;
        height: 2.44792vw;
        overflow: hidden; }
        .header_wrap__social .search-block.hidden a {
          transform: translateX(14.84375vw); }
        .header_wrap__social .search-block.hidden #searchForm {
          transform: translateX(100%); }
        .header_wrap__social .search-block a {
          transition: .4s;
          z-index: 3;
          position: absolute;
          margin: 0.46875vw 0.67708vw; }
        .header_wrap__social .search-block #searchForm {
          padding-left: 3.125vw;
          width: 100%;
          height: 100%;
          background-color: #ffffff;
          border: none;
          outline: none;
          color: #102739;
          font-family: Raleway, sans-serif;
          font-size: 0.72917vw;
          font-weight: 400;
          transition: .4s; }
      .header_wrap__social .icon-magnifier-with-small-handle:before {
        transition: .4s;
        font-size: 1.5625vw;
        color: #72bf44; }
      .header_wrap__social .icon-magnifier-with-small-handle {
        display: block;
        transition: .4s; }
        .header_wrap__social .icon-magnifier-with-small-handle:hover {
          transition: .4s;
          transform: scale(1.1); }
      .header_wrap__social .icon-linkedin:before {
        font-size: 1.14583vw;
        color: #ffffff;
        transition: .4s; }
      .header_wrap__social .icon2-instagram:before {
        font-size: 1.14583vw;
        color: #ffffff;
        transition: .4s; }
      .header_wrap__social .icon-facebook:before {
        font-size: 1.14583vw;
        color: #ffffff;
        transition: .4s; }
      .header_wrap__social a {
        text-decoration: none;
        transition: .4s; }
        .header_wrap__social a .icon-facebook,
        .header_wrap__social a .icon2-instagram,
        .header_wrap__social a .icon-linkedin {
          display: block;
          transform: scale(1);
          transition: .3s; }
        .header_wrap__social a:hover .icon-facebook,
        .header_wrap__social a:hover .icon2-instagram,
        .header_wrap__social a:hover .icon-linkedin {
          transform: scale(1.25); }
  .header.header-scroll {
    padding-top: 0.52083vw;
    background: #000000; }
    .header.header-scroll .header_wrap__menu {
      margin-top: 0; }
    .header.header-scroll .header_wrap__social {
      margin-top: -0.20833vw; }
    .header.header-scroll .header_wrap__logo img {
      width: 8.33333vw !important;
      height: 100%; }
    .header.header-scroll .header_wrap .menu__link {
      font-size: 0.83333vw; }

.banner {
  height: 51.04167vw;
  width: 100%;
  position: relative; }
  .banner__inner {
    height: 100%; }
  .banner__item {
    padding-top: 17.23958vw;
    padding-left: 8.59375vw;
    height: 51.04167vw;
    position: relative;
    background-size: cover !important; }
    .banner__item-text {
      width: 45.70833vw;
      color: #ffffff; }
      .banner__item-text h2 {
        line-height: 5.625vw;
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 5.72917vw; }
      .banner__item-text h3 {
        line-height: 3.80208vw;
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        font-size: 3.125vw;
        text-transform: uppercase;
        position: relative; }
      .banner__item-text h3:after {
        content: url("../images/kreska.png");
        position: absolute;
        bottom: -2.08333vw;
        left: 0; }
      .banner__item-text .green {
        color: #72bf44; }
      .banner__item-text p {
        margin-top: 2.55208vw;
        color: #a1abb7;
        font-family: Lato, sans-serif;
        font-size: 0.9375vw;
        font-weight: 400;
        width: 41.6vw;
        line-height: 1.5625vw; }
  .banner .owl-nav .owl-prev {
    position: absolute;
    top: 24.63542vw;
    left: 5.72917vw;
    outline: 0; }
    .banner .owl-nav .owl-prev span {
      font-size: 0; }
    .banner .owl-nav .owl-prev:before {
      font-size: 1.82292vw;
      color: #ffffff;
      content: "\e90d";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: .3s; }
    .banner .owl-nav .owl-prev:hover:before {
      color: #72bf44; }
  .banner .owl-nav .owl-next {
    position: absolute;
    top: 24.63542vw;
    right: 5.72917vw;
    outline: 0; }
    .banner .owl-nav .owl-next span {
      font-size: 0; }
    .banner .owl-nav .owl-next:before {
      font-size: 1.82292vw;
      color: #ffffff;
      content: "\e918";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: .3s; }
    .banner .owl-nav .owl-next:hover:before {
      color: #72bf44; }
  .banner .owl-dots {
    position: absolute;
    top: 39.47917vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10.0625vw; }
    .banner .owl-dots .owl-dot {
      width: 3.125vw;
      height: 0.26042vw;
      outline: 0;
      background: #ffffff;
      transition: .2s;
      overflow: hidden;
      position: relative; }
      .banner .owl-dots .owl-dot:after {
        content: "";
        width: 3.125vw;
        height: 0.26042vw;
        background: #72bf44;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: .2s; }
      .banner .owl-dots .owl-dot.active:after {
        transform: translateX(0%); }
      .banner .owl-dots .owl-dot:hover:after {
        transform: translateX(0%); }
  .banner_panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.16667vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: .4s; }
    .banner_panel__text {
      right: -3.48958vw;
      position: absolute;
      width: 10.9375vw;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 0.72917vw;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.14583vw;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      top: 34.27083vw;
      transition: .4s; }
      .banner_panel__text .green {
        color: #72bf44; }
      .banner_panel__text:before {
        transition: .4s;
        right: -5.10417vw;
        top: -0.625vw;
        position: absolute;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        font-size: 1.82292vw;
        color: #ffffff;
        content: "\e911";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .banner_panel:hover {
      background: rgba(0, 0, 0, 0.7);
      width: 4.6875vw; }
      .banner_panel:hover .banner_panel__text {
        right: -3.125vw;
        font-size: 0.83333vw; }
        .banner_panel:hover .banner_panel__text:before {
          top: -0.20833vw;
          content: "\e902";
          font-size: 1.40625vw;
          transform: rotate(0deg);
          -webkit-transform: rotate(0deg); }

.button {
  display: flex;
    justify-content: center;
    align-items: center;
  border: 3px solid #72bf44;
  background-color: #000000;
  border-radius: 0;
  width: 10.9375vw;
  height: 3.125vw;
  cursor: pointer; }
  .button span {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 0.72917vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14583vw; }

.button--winona::after {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 0.72917vw;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.14583vw;
  padding-top: 0.98958vw; }

.buttons {
  position: absolute;
  top: 39.6875vw;
  left: 8.48958vw;
  display: flex;
  width: 31.77083vw;
  justify-content: space-between; }
  .buttons_right {
    width: 19.27083vw;
		display: none;
    background-color: #72bf44; }
    .buttons_right span {
      /* padding-right: 1.61458vw; */
      padding-left: 5.3vw;
      text-align: right; }
    .buttons_right.button--winona::after {
      color: #000000;
      padding-right: 1.61458vw;
      text-align: right; }
  .buttons .t-shirt {
    top: -2.70833vw;
    right: 13.17708vw;
    width: 5.15625vw;
    height: 6.82292vw;
    position: absolute;
		display: none;
    z-index: 2; }
  .buttons .progress {
		display: none;
    top: -2.70833vw;
    right: 0.625vw;
    width: 11.71875vw;
    height: 2.55208vw;
    position: absolute;
    z-index: 2; }

.offer {
  width: 100%;
  height: 51.04167vw;
  position: relative; }
  .offer.oferta-offer {
    height: 40.88542vw; }
    .offer.oferta-offer .block_football {
      background: url("../images/pi-ka-no-na.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_basketball {
      background: url("../images/koszyk-wka.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_volleyball {
      background: url("../images/siatk-wka.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_handball {
      background: url("../images/pi-ka-r-czna.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_gym {
      background: url("../images/si-ownia.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_hockey {
      background: url("../images/hockey.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_rugby {
      background: url("../images/rugby.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_accessories {
      background: url("../images/akcesoria-sportowe.png") bottom;
      background-size: cover; }
    .offer.oferta-offer .block_print {
      background: url("../images/nadruki-na-odzie-.png") bottom;
      background-size: cover; }
  .offer .block {
    height: 51.04167vw;
    width: 100%;
    background: #000000; }
    .offer .block > div {
      height: 100%;
      width: 100%;
      background-size: cover;
      display: none; }
    .offer .block_every h1 {
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      font-size: 3.38542vw;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      padding-top: 4.79167vw; }
    .offer .block_every__flex {
      display: flex;
      width: 82.08333vw;
      margin: 0 auto;
      justify-content: space-between; }
      .offer .block_every__flex-title {
        width: 22.65625vw;
        color: #ffffff;
        font-family: "Raleway";
        font-weight: 900;
        text-transform: uppercase; }
        .offer .block_every__flex-title h2 {
          font-size: 3.38542vw;
          line-height: 4.0625vw;
          margin-top: 14.53125vw; }
        .offer .block_every__flex-title h3 {
          font-size: 1.875vw;
          line-height: 2.34375vw;
          margin-top: 1.875vw; }
        .offer .block_every__flex-title .green {
          color: #72bf44; }
      .offer .block_every__flex-image {
        margin-top: 7.34375vw;
        position: relative; }
        .offer .block_every__flex-image img {
          width: 32.13542vw;
          height: 27.08333vw; }
      .offer .block_every__flex-content {
        width: 24.01042vw; }
        .offer .block_every__flex-content p {
          margin-bottom: 4.47917vw;
          /* margin-top: 14.21875vw; */
          color: #ffffff;
          font-family: Lato, sans-serif;
          font-size: 0.9375vw;
          font-weight: 400;
          line-height: 1.5625vw; }
          .offer .block_every__flex-content h1 {
          margin-top: 14.21875vw;
          color: #ffffff;
          font-family: Lato, sans-serif;
          font-size: 1.2375vw;
          line-height: 3.2625vw;
          padding-top: 0;
          text-align: left;
          }
    .offer .block_football {
      background: url("../images/pi-ka-no-na.png"); }
    .offer .block_basketball {
      background: url("../images/koszyk-wka.png"); }
    .offer .block_volleyball {
      background: url("../images/siatk-wka.png"); }
    .offer .block_handball {
      background: url("../images/pi-ka-r-czna.png"); }
    .offer .block_gym {
      background: url("../images/si-ownia.png"); }
    .offer .block_hockey {
      background: url("../images/hockey.png"); }
    .offer .block_rugby {
      background: url("../images/rugby.png"); }
    .offer .block_accessories {
      background: url("../images/akcesoria-sportowe.png"); }
    .offer .block_print {
      background: url("../images/nadruki-na-odzie-.png"); }
  .offer .menu {
    position: absolute;
    top: 35.41667vw;
    width: 100%; }
    .offer .menu.oferta-menu {
      top: 13.69792vw; }
    .offer .menu .wrapper {
      width: 93.75vw;
      display: flex;
      margin: 0 auto; }
      .offer .menu .wrapper div {
        width: 10.41667vw;
        height: 10.15625vw;
        text-align: center;
        padding-top: 2.13542vw;
        cursor: pointer;
        position: relative;
        transition: .4s; }
        .offer .menu .wrapper div.menu_active {
          background: #000000; }
          .offer .menu .wrapper div.menu_active p {
            color: #72bf44; }
          .offer .menu .wrapper div.menu_active [class^="icon-"], .offer .menu .wrapper div.menu_active [class*=" icon-"] {
            color: #72bf44;
            text-shadow: 0 0 30px #72bf44; }
        .offer .menu .wrapper div:hover {
          background: #000000;
          transform: scale(1.2); }
          .offer .menu .wrapper div:hover p {
            color: #72bf44; }
          .offer .menu .wrapper div:hover [class^="icon-"], .offer .menu .wrapper div:hover [class*=" icon-"] {
            color: #72bf44;
            text-shadow: 0 0 30px #72bf44; }
      .offer .menu .wrapper p {
        width: 9.11458vw;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 0.72917vw;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.14583vw;
        position: absolute;
        top: 7.29167vw;
        line-height: 0.88542vw;
        left: 50%;
        transform: translateX(-50%);
        transition: .4s; }
      .offer .menu .wrapper [class^="icon-"], .offer .menu .wrapper [class*=" icon-"] {
        color: #ffffff;
        transition: .4s; }
      .offer .menu .wrapper .icon-football {
        font-size: 3.75vw; }
      .offer .menu .wrapper .icon-basketball-match {
        font-size: 3.64583vw; }
      .offer .menu .wrapper .icon-volleyball-game {
        font-size: 3.64583vw; }
      .offer .menu .wrapper .icon-soccer-match {
        font-size: 3.125vw; }
      .offer .menu .wrapper .icon-gym {
        font-size: 4.16667vw; }
      .offer .menu .wrapper .icon-hockey-sticks {
        font-size: 3.64583vw; }
      .offer .menu .wrapper .icon-rugby-game {
        font-size: 3.64583vw; }
      .offer .menu .wrapper .icon-tracking-shoe {
        font-size: 3.64583vw; }
      .offer .menu .wrapper .icon-sports {
        font-size: 3.64583vw; }

.product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 33.33333vw;
  position: relative; }
  .product_right {
    width: 15.05208vw;
    height: 9.6875vw;
    position: absolute;
    top: 1.45833vw;
    right: 32.5vw;
  }
  .product_left {
    width: 5vw;
    height: 1.30208vw;
    position: absolute;
    bottom: 3.125vw;
    left: 32.91667vw; }
  .product a {
    text-decoration: none; }
  .product_photo {
    width: 33.33333vw;
    height: 100%;
    background: url(../images/0005.png);
    background-size: cover;
    position: relative; }
    .product_photo__button {
      width: 3.90625vw;
      height: 3.90625vw;
      position: absolute;
      bottom: 5vw;
      right: 0;
      background: #000000;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.5625vw;
      color: #72bf44;
      text-align: center;
      padding-top: 1.14583vw;
      transition: .4s; }
      .product_photo__button:before {
        content: "\e915"; }
  .product_photo:hover .product_photo__button {
    width: 5.20833vw;
    height: 5.20833vw;
    padding-top: 1.77083vw;
    font-size: 1.82292vw; }
  .product_content {
    width: 25vw;
    height: 100%;
    position: relative; }
    .product_content:before {
      width: 2.65625vw;
      height: 2.65625vw;
      content: '';
      transform: rotate(45deg);
      position: absolute;
      left: -1.30208vw;
      top: 5.72917vw;
      background: #ffffff; }
    .product_content__text {
      padding-left: 3.90625vw;
      padding-top: 3.54167vw; }
      .product_content__text h3 {
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 2.34375vw;
        font-weight: 900;
        line-height: 2.8125vw;
        margin-top: 1.66667vw; }
      .product_content__text h2 {
        font-family: Lato, sans-serif;
        font-size: 0.72917vw;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.14583vw;
        color: #c2c2c2; }
        .product_content__text h2 .green {
          color: #72bf44; }
      .product_content__text p {
        width: 18.22917vw;
        color: #000000;
        font-family: Lato, sans-serif;
        font-size: 0.9375vw;
        font-weight: 400;
        line-height: 1.5625vw;
        margin-top: 1.25vw; }
    .product_content__button {
      width: 100%;
      height: 3.90625vw;
      display: flex;
      justify-content: space-between;
      text-decoration: none;
      position: absolute;
      bottom: 5vw; }
      .product_content__button:hover .button--content {
        width: 21.875vw;
        padding-left: 5.98958vw; }
      .product_content__button:hover .button--shape {
        width: 0; }
      .product_content__button .button--content {
        width: 16.14583vw;
        height: 100%;
        background: #72bf44;
        color: #ffffff;
        font-family: Raleway, sans-serif;
        font-size: 1.5625vw;
        font-weight: 400;
        transition: .4s;
        padding-top: 0.78125vw;
        padding-left: 4.16667vw; }
        .product_content__button .button--content .strong {
          font-size: 1.875vw;
          font-weight: 800; }
      .product_content__button .button--triangle {
        border: 1.95313vw solid transparent;
        border-top: 1.95313vw solid #72bf44;
        border-left: 1.95313vw solid #72bf44; }
      .product_content__button .button--shape {
        width: 4.94792vw;
        height: 100%;
        font-size: 1.19792vw;
        color: #000;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        padding-top: 1.35417vw;
        transition: .4s; }
        .product_content__button .button--shape:before {
          content: "\e918"; }
  .product_service {
    width: 41.66667vw;
    height: 100%;
    background: url(../images/service.png) center;
    background-size: 101%;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .4s;
    padding-top: 16.14583vw; }
    .product_service:hover {
      background-size: 111%; }
    .product_service h2 {
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      font-size: 1.875vw;
      font-weight: 900;
      text-transform: uppercase; }
    .product_service h3 {
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      font-size: 1.14583vw;
      font-weight: 900;
      text-transform: uppercase;
      margin-top: 0.72917vw;
      position: relative; }
      .product_service h3:after {
        content: url("../images/kreska2.png");
        position: absolute;
        bottom: -1.5625vw;
        left: 50%;
        transform: translateX(-50%); }
    .product_service__shape {
      margin-top: 5.88542vw;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.19792vw;
      color: #ffffff; }
      .product_service__shape::before {
        content: "\e918"; }

.useness {
  width: 100%;
  height: 17.70833vw;
  background: #eaeaea;
  text-align: center;
  position: relative; }
  .usenessRight {
    position: absolute;
    right: 0;
    bottom: 1.77083vw; }
  .usenessLeft {
    width: 31.77083vw;
    height: 6.09375vw;
    position: absolute;
    left: -25.57292vw;
    top: 3.33333vw; }
  .useness .icon-like:before {
    position: absolute;
    top: 2.86458vw;
    left: 50%;
    transform: translateX(-50%);
    content: "\e90e";
    color: #72bf44;
    font-size: 2.96875vw; }
  .useness h2 {
    padding-top: 7.39583vw;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-size: 1.875vw;
    font-weight: 900;
    text-transform: uppercase; }
  .useness h3 {
    padding-top: 0.72917vw;
    color: #000000;
    font-family: Raleway, sans-serif;
    font-size: 1.14583vw;
    font-weight: 400;
    text-transform: uppercase;
    position: relative; }
    .useness h3:after {
      content: url("../images/kreska2.png");
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 2.29167vw; }

.sliders {
  width: 100%;
  position: relative; }
  .sliders_left {
    width: 5.88542vw;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column; }
    .sliders_left__item {
      width: 100%;
      height: 12.5vw;
      border: solid 1px #eaeaea;
      border-collapse: collapse;
      border-top: 0; }
      .sliders_left__item .text {
        margin-top: 4.94792vw;
        transform: rotate(-90deg);
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.25vw;
        font-weight: 900;
        text-transform: uppercase; }
  .sliders_wrap {
    width: 87.5vw;
    margin: 0 auto;
    height: 25vw; }
    .sliders_wrap .slider_first {
      height: 12.5vw; }
      .sliders_wrap .slider_first.owl-carousel {
        position: relative; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav {
          position: absolute;
          right: -5.78125vw;
          top: 0;
          height: 12.5vw;
          width: 5.78125vw;
          border: solid 1px #eaeaea;
          display: flex;
          flex-direction: column-reverse;
          padding: 4.32292vw 0;
          justify-content: space-between;
          border-top: 0; }
          .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-prev,
          .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-next {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            outline: 0;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 0; }
          .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-prev:before {
            content: "\e90d";
            font-size: 1.19792vw;
            color: #72bf44; }
          .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-next:before {
            content: "\e918";
            font-size: 1.19792vw;
            color: #000000; }
      .sliders_wrap .slider_first__item {
        width: 12.5vw;
        height: 12.5vw;
        border: solid 1px #eaeaea;
        position: relative;
        border-collapse: collapse;
        border-right: 0;
        border-top: 0; }
        .sliders_wrap .slider_first__item:hover img {
          top: 40%; }
        .sliders_wrap .slider_first__item img {
          position: absolute;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          top: 50%;
          transition: .4s; }
        .sliders_wrap .slider_first__item.bks-lublin img {
          width: 6.77083vw;
          height: 6.77083vw; }
        .sliders_wrap .slider_first__item.mks-lublin img {
          width: 5.98958vw;
          height: 7.39583vw; }
        .sliders_wrap .slider_first__item.mks-start img {
          width: 5.3125vw;
          height: 7.76042vw; }
        .sliders_wrap .slider_first__item.jelen img {
          width: 5.625vw;
          height: 6.51042vw; }
        .sliders_wrap .slider_first__item.motor img {
          width: 4.79167vw;
          height: 6.45833vw; }
        .sliders_wrap .slider_first__item.l-fire img {
          width: 6.66667vw;
          height: 4.89583vw; }
        .sliders_wrap .slider_first__item.akademia img {
          width: 5.3125vw;
          height: 6.61458vw; }
        .sliders_wrap .slider_first__item.vrota img {
          width: 6.30208vw;
          height: 6.40625vw; }
        .sliders_wrap .slider_first__item.sygnal img {
          width: 5.78125vw;
          height: 6.45833vw; }
        .sliders_wrap .slider_first__item.tps img {
          width: 6.51042vw;
          height: 6.51042vw; }
        .sliders_wrap .slider_first__item.north img {
          width: 6.14583vw;
          height: 5.83333vw; }
    .sliders_wrap .slider_second {
      height: 12.5vw; }
      .sliders_wrap .slider_second.owl-carousel {
        position: relative; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav {
          position: absolute;
          right: -5.78125vw;
          top: 0;
          height: 12.5vw;
          width: 5.78125vw;
          border: solid 1px #eaeaea;
          display: flex;
          flex-direction: column-reverse;
          padding: 4.32292vw 0;
          justify-content: space-between;
          border-top: 0; }
          .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-prev,
          .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-next {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            outline: 0;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 0; }
          .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-prev:before {
            content: "\e90d";
            font-size: 1.19792vw;
            color: #72bf44; }
          .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-next:before {
            content: "\e918";
            font-size: 1.19792vw;
            color: #000000; }
      .sliders_wrap .slider_second__item {
        width: 12.5vw;
        height: 12.5vw;
        border: solid 1px #eaeaea;
        position: relative;
        border-collapse: collapse;
        border-right: 0;
        border-top: 0; }
        .sliders_wrap .slider_second__item a {
          width: 12.5vw;
          height: 12.5vw;
          display: block;
          transition: .4s; }
        .sliders_wrap .slider_second__item:hover img {
          top: 40%; }
        .sliders_wrap .slider_second__item img {
          position: absolute;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          top: 50%;
          transition: .4s; }
        .sliders_wrap .slider_second__item.malta img {
          width: 5.26042vw;
          height: 7.03125vw; }
        .sliders_wrap .slider_second__item.fundation img {
          width: 10.10417vw;
          height: 4.63542vw; }
        .sliders_wrap .slider_second__item.taste-life img {
          width: 5vw;
          height: 6.97917vw; }
        .sliders_wrap .slider_second__item.lublin img {
          width: 9.6875vw;
          height: 2.70833vw; }
        .sliders_wrap .slider_second__item.w2ps img {
          width: 9.53125vw;
          height: 2.60417vw; }
        .sliders_wrap .slider_second__item.red-black img {
          width: 6.51042vw;
          height: 6.51042vw; }
        .sliders_wrap .slider_second__item.liga-amator img {
          width: 6.40625vw;
          height: 7.23958vw; }
        .sliders_wrap .slider_second__item.lzkosz img {
          width: 4.89583vw;
          height: 6.92708vw; }
        .sliders_wrap .slider_second__item.lzpn img {
          width: 6.82292vw;
          height: 6.82292vw; }
        .sliders_wrap .slider_second__item.id img {
          width: 5.72917vw;
          height: 4.63542vw; }

.footer {
  width: 100%;
  height: 22.91667vw;
  background: #252525; }
  .footer_wrap {
    width: 83.33333vw;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.02083vw; }
    .footer_wrap__social {
      display: flex;
      justify-content: flex-end; }
      .footer_wrap__social a {
        text-decoration: none;
        transition: .4s; }
        .footer_wrap__social a:hover {
          transform: scale(1.2); }
      .footer_wrap__social .icon-facebook {
        margin-right: 1.25vw;
        font-size: 1.14583vw;
        color: #ffffff; }
      .footer_wrap__social .icon-linkedin {
        font-size: 1.14583vw;
        color: #ffffff; }
      .footer_wrap__social .icon2-instagram {
        font-size: 1.14583vw;
        color: #ffffff; }
    .footer_wrap__contact {
      display: flex;
      justify-content: space-between;
      margin-top: 4.11458vw; }
      .footer_wrap__contact p.contact-title {
        color: #999999;
        font-family: Lato, sans-serif;
        font-size: 0.9375vw;
        font-weight: 300; }
      .footer_wrap__contact p.contact-text {
        color: #999999;
        font-family: Lato, sans-serif;
        font-weight: 300;
        font-size: 1.4625vw;
        margin-top: 0.36458vw; }
      .footer_wrap__contact a {
        text-decoration: none;
        color: #999999; }
        .footer_wrap__contact a:hover {
          text-decoration: underline; }
      .footer_wrap__contact .address {
        width: 15.15625vw;
        padding-left: 4.32292vw;
        position: relative;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .footer_wrap__contact .address:before {
          top: 0.15625vw;
          content: "\e916";
          font-size: 2.23958vw;
          color: #72bf44;
          position: absolute;
          left: 0; }
      .footer_wrap__contact .phone {
        width: 13.28125vw;
        padding-left: 4.42708vw;
        position: relative;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .footer_wrap__contact .phone:before {
          top: 0.15625vw;
          content: "\e91c";
          font-size: 2.08333vw;
          color: #72bf44;
          position: absolute;
          left: 0; }
      .footer_wrap__contact .email {
        width: 17.34375vw;
        padding-left: 4.47917vw;
        position: relative;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .footer_wrap__contact .email:before {
          top: 0.15625vw;
          content: "\e913";
          font-size: 2.08333vw;
          color: #72bf44;
          position: absolute;
          left: 0; }
      .footer_wrap__contact .hours {
        width: 25.46875vw;
        padding-left: 4.42708vw;
        position: relative;
        font-family: 'icomoon' !important;
        speak: none;
				line-height: 1.6;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .footer_wrap__contact .hours:before {
          top: 0.15625vw;
          content: "\e908";
          font-size: 2.08333vw;
          color: #72bf44;
          position: absolute;
          left: 0; }
    .footer_wrap__menu {
      display: flex;
      justify-content: space-between;
      padding-top: 2.23958vw;
      border-top: solid 1px #999999;
      margin-top: 4.27083vw; }
      .footer_wrap__menu ul {
        display: flex;
        width: 33.59375vw;
        justify-content: space-between; }
        .footer_wrap__menu ul li a {
          color: #999999;
          font-family: "Lato", sans-serif;
          font-size: 0.72917vw;
          font-weight: 900;
          text-transform: uppercase;
          letter-spacing: 0.14583vw;
          text-decoration: none;
          transition: .4s; }
          .footer_wrap__menu ul li a:hover {
            color: #72bf44; }
      .footer_wrap__menu .project {
        padding: 0 1.19792vw;
        color: #7a7a7a;
        font-family: Lato, sans-serif;
        font-size: 0.72917vw;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.14583vw;
        position: relative; }
        .footer_wrap__menu .project:before {
          position: absolute;
          width: 16.66667vw;
          height: 1px;
          content: "";
          background: #72bf44;
          right: 0;
          top: -2.29167vw; }
        .footer_wrap__menu .project a {
          color: #7a7a7a;
          text-decoration: none; }
          .footer_wrap__menu .project a:hover {
            text-decoration: underline; }

.mobileMenu,
.menu--mobile {
  display: none; }

.content {
  padding-top: 7.8125vw;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between; }
  .content_left {
    width: 16.66667vw;
    background: #f2f2f2;
    padding-top: 0.83333vw; }
    .content_left__title {
      width: 100%;
      display: flex;
      justify-content: left; }
      .content_left__title--text {
        width: 13.33333vw;
        height: 2.60417vw;
        background: #72bf44;
        padding-left: 2.96875vw;
        padding-top: 0.78125vw; }
        .content_left__title--text span {
          color: #ffffff;
          font-family: "Raleway", sans-serif;
          font-size: 1.04167vw;
          font-weight: 900;
          text-transform: uppercase; }
      .content_left__title--triangle {
        border: 1.30208vw solid transparent;
        border-top: 1.30208vw solid #72bf44;
        border-left: 1.30208vw solid #72bf44; }
    .content_left__menu {
      width: 13.02083vw;
      margin: 1.71875vw auto 0; }
      .content_left__menu--main a {
        color: #000000;
        font-family: Lato, sans-serif;
        font-size: 0.9375vw;
        font-weight: 400;
        transition: .2s;
        text-decoration: none; }
        .content_left__menu--main a:hover,
        .content_left__menu--main a.active{
          color: #5e9c39;
        }
        .content_left__menu--main li > ul{
          display: none;
        }
        .content_left__menu--main li.active > ul{
          display: block;
        }
        .content_left__menu--main li li{
          border-bottom: 0;
        }
      .content_left__menu--main li {
        border-bottom: solid 1px #d3d3d3;
        padding: 0.625vw 0 0.625vw 1.25vw; }
      .content_left__menu--main .more {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .content_left__menu--main .icon-minus,
      .content_left__menu--main .icon-plus {
        color: #000000;
        font-size: 0.52083vw; }
      .content_left__menu--minor {
        margin-top: 0.9375vw;
        position: relative; }
        .content_left__menu--minor:before {
          content: "";
          width: 13.02083vw;
          height: 1px;
          background: #d3d3d3;
          display: block;
          top: -0.26042vw;
          position: absolute;
          left: -1.25vw; }
        .content_left__menu--minor li {
          border-bottom: none;
          padding: 0.26042vw 1.19792vw; }
          .content_left__menu--minor li::before {
            content: "•";
            font-size: 1.04167vw;
            color: #72bf44;
            display: inline-block;
            width: 1.14583vw;
            margin-left: -1.14583vw; }
        .content_left__menu--minor a {
          font-family: Lato, sans-serif;
          font-weight: 400;
          color: #666666;
          font-size: 0.83333vw;
          text-decoration: none; }
  .content_right {
    width: 83.33333vw;
    padding-bottom: 5.83333vw;
    position: relative;
    overflow: hidden; }
    .content_right:before {
      content: url("../images/right-before.png");
      position: absolute;
      right: -24.58333vw;
      width: 30.20833vw;
      height: 6.09375vw;
      top: 3.90625vw; }
    .content_right:after {
      content: url("../images/contact-second.png");
      position: absolute;
      right: -4.16667vw;
      width: 6.71875vw;
      height: 1.30208vw;
      top: 33.33333vw; }
    .content_right.content_right__tekstowa {
      padding-bottom: 5.10417vw !important; }
    .content_right__address {
      width: 79.16667vw;
      padding: 0.41667vw 0.83333vw 0.72917vw;
      border-bottom: solid 1px #e6e6e6;
      margin: 0 auto; }
      .content_right__address .icon-home {
        font-size: 1.04167vw;
        color: #72bf44;
        position: relative;
        top: 0.15625vw; }
      .content_right__address .icon-right-arrow {
        font-size: 0.41667vw;
        color: #72bf44; }
      .content_right__address span, .content_right__address a {
        color: #000000;
        font-family: Lato, sans-serif;
        font-size: 0.72917vw;
        font-weight: 400;
        text-decoration: none;
        margin: 0 0.26042vw; }
      .content_right__address a:hover {
        text-decoration: underline; }
    .content_right__container {
      width: 73.90625vw;
      margin: 0 auto; }
      .content_right__container .title {
        margin-top: 3.38542vw;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .content_right__container .title_text {
          color: #000000;
          font-family: "Raleway", sans-serif;
          font-size: 1.875vw;
          font-weight: 900;
          text-transform: uppercase; }
        .content_right__container .title_icons {
          width: 45.57292vw;
          display: flex;
          justify-content: space-between; }
          .content_right__container .title_icons a {
            text-decoration: none;
            width: 5.05208vw; }
          .content_right__container .title_icons__every {
            text-align: center;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #000000;
            position: relative;
            transition: .4s; }
            .content_right__container .title_icons__every:before {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 0; }
            .content_right__container .title_icons__every:after {
              position: absolute;
              bottom: 0;
              color: #000000;
              font-family: "Lato", sans-serif;
              font-size: 0.46875vw;
              font-weight: 900;
              text-transform: uppercase;
              letter-spacing: 0.09375vw;
              text-align: center;
              left: 50%;
              transform: translateX(-50%);
              width: 5.9375vw;
              display: none;
              line-height: 0.78125vw;
              transition: .4s;
              top: 2.39583vw; }
          .content_right__container .title_icons .active::after {
            display: block !important;
            transition: .4s; }
          .content_right__container .title_icons .active-hover::after {
            display: block !important;
            transition: .4s; }
          .content_right__container .title_icons__football::before {
            content: "\e906";
            font-size: 1.875vw; }
          .content_right__container .title_icons__football::after {
            content: "PIŁKA NOŻNA"; }
          .content_right__container .title_icons__basketball::before {
            content: "\e900";
            font-size: 1.875vw; }
          .content_right__container .title_icons__basketball::after {
            content: "KOSZYKÓWKA"; }
          .content_right__container .title_icons__volleyball::before {
            content: "\e91f";
            font-size: 1.875vw; }
          .content_right__container .title_icons__volleyball::after {
            content: "SIATKÓWKA"; }
          .content_right__container .title_icons__handball::before {
            content: "\e91a";
            font-size: 1.61458vw; }
          .content_right__container .title_icons__handball::after {
            content: "PIŁKA RĘCZNA"; }
          .content_right__container .title_icons__gym::before {
            content: "\e907";
            font-size: 2.08333vw; }
          .content_right__container .title_icons__gym::after {
            content: "siłownia/fitness"; }
          .content_right__container .title_icons__hockey::before {
            content: "\e909";
            font-size: 1.875vw; }
          .content_right__container .title_icons__hockey::after {
            content: "hokej"; }
          .content_right__container .title_icons__rugby::before {
            content: "\e919";
            font-size: 1.875vw; }
          .content_right__container .title_icons__rugby::after {
            content: "rugby"; }
          .content_right__container .title_icons__accessories::before {
            content: "\e91d";
            font-size: 1.875vw; }
          .content_right__container .title_icons__accessories::after {
            content: "AKCESORIA SPORTOWE"; }
          .content_right__container .title_icons__print::before {
            content: "\e91b";
            font-size: 1.875vw; }
          .content_right__container .title_icons__print::after {
            content: "NADRUKI NA ODZIEŻY"; }
      .content_right__container .items {

    margin: 0 auto;
        margin-top: 2.70833vw;
        width: 73.95833vw;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .content_right__container .items a {
          text-decoration: none; }
          .content_right__container .items a:hover .items_container__button--shape {
            color: #72bf44; }
          .content_right__container .items a:hover .items_container__photo {
            color: #ffffff;
            background: #72bf44; }
        .content_right__container .items_container {
          margin-right: 1.5625vw;
          transition: .4s;
          width: 17.1875vw;
          position: relative;
          height: 21.35417vw;
          border: solid 2px #ffffff;
          background: #f2f2f2;
          margin-top: 1.875vw; }
          .content_right ol {
            list-style: decimal;
            margin-left: 1.5vw;
          }
          .content_right .content_right__container ol {
            margin-left: 6.5vw;
          }
          .content_right ul {
            list-style: disc;
            margin-left: 1.5vw;
          }
          .content_right .content_right__container ul {
            margin-left: 6.5vw;
          }
          .offerProd{
            color: #000000;
            font-family: "Raleway", sans-serif;
            font-size: 24px;
            font-weight: 900;
            line-height: 30px;
            text-transform: uppercase;
            position: relative;
            bottom: -47px;
          }
          .module{
            width: 73.95833vw;
            margin: 0 auto;
            margin-top: 3vw;
          }
          .oneNews{
            font-family: Lato, sans-serif;
          }
          .oneNews__text,
          .oneNews__tit{
            color: #000000;
          }
          .oneNews:hover {
            border-color: #72bf44;
        }
        .oneNews__date:before{
          display: none;
        }
          .oneNews__dot{
            background: #72bf44;
          }
          .content_right__container .items_container:nth-child(4n) {
            margin-right: 0; }
          .content_right__container .items_container:after {
            position: absolute;
            content: url("../images/item-right.png");
            right: 0;
            top: 13.95833vw; }
          .content_right__container .items_container__photo {
            z-index: 1;
            width: 2.34375vw;
            height: 2.34375vw;
            position: absolute;
            top: 0;
            right: 0;
            background: #000000;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1.19792vw;
            color: #72bf44;
            text-align: center;
            padding-top: 0.52083vw;
            transition: .4s; }
            .content_right__container .items_container__photo:before {
              content: "\e915"; }
          .content_right__container .items_container__image {
            position: relative; }
            .content_right__container .items_container__image img {
              width: 100%;
              height: 100%; }
            .content_right__container .items_container__image:after {
              content: "";
              width: 2.13542vw;
              height: 2.13542vw;
              transform: rotate(45deg);
              position: absolute;
              bottom: -0.9375vw;
              left: 2.70833vw;
              display: block;
              background: #f2f2f2; }
          .content_right__container .items_container__text {
            margin-top: 1.45833vw;
            color: #000000;
            font-family: "Lato", sans-serif;
            font-size: 0.9375vw;
            font-weight: 900;
            padding-left: 1.71875vw;
            width: 13.02083vw; }
          .content_right__container .items_description{
            width: 100%;
            margin-top: 2vw;
            font-family: Lato;
          }
          .content_right__container .items_container__button {
            width: 100%;
            height: 2.03125vw;
            display: flex;
            justify-content: space-between;
            text-decoration: none;
            position: absolute;
            bottom: 1.19792vw; }
            .content_right__container .items_container__button--content {
              width: 100%;
              height: 100%;
              background: #72bf44;
              color: #ffffff;
              font-family: Raleway, sans-serif;
              font-size: 0.98958vw;
              font-weight: 400;
              transition: .4s;
              padding-top: 0.46875vw;
              padding-left: 1.71875vw; }
              .content_right__container .items_container__button--content .strong {
                font-weight: 800; }
            .content_right__container .items_container__button--triangle {
              border: 1.01563vw solid transparent;
              border-top: 1.01563vw solid #72bf44;
              border-left: 1.01563vw solid #72bf44; }
            .content_right__container .items_container__button--shape {
              padding-left: 2.96875vw;
              width: 6.5625vw;
              height: 100%;
              font-size: 1.19792vw;
              color: #000;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              text-align: center;
              padding-top: 0.46875vw;
              transition: .4s; }
              .content_right__container .items_container__button--shape:before {
                content: "\e918"; }
      .content_right__container .costumes {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 100%;
        border: 3px solid #f2f2f2;
        padding-right: 1.45833vw;
        margin-top: 1.92708vw;
        flex-wrap: wrap;
        padding-bottom: 1.5625vw; }
        .content_right__container .costumes_left {
          width: 37.76042vw;
          margin-top: 2.86458vw; }
          .content_right__container .costumes_left__button {
            margin-top: 2.08333vw;
            margin-bottom: 3.75vw;
            height: 3.90625vw;
            display: flex;
            justify-content: flex-start;
            text-decoration: none;
            position: relative; }
            .content_right__container .costumes_left__button:after {
              content: url("../images/button-after.png");
              left: -3.38542vw;
              top: 4.42708vw;
              position: absolute;
              width: 8.38542vw;
              height: 1.30208vw; }
            .content_right__container .costumes_left__button:hover .button--content {
              width: 21.875vw;
              padding-left: 5.98958vw; }
            .content_right__container .costumes_left__button .button--content {
              width: 16.14583vw;
              height: 100%;
              background: #72bf44;
              color: #ffffff;
              font-family: Raleway, sans-serif;
              font-size: 1.5625vw;
              font-weight: 400;
              transition: .4s;
              padding-top: 0.78125vw;
              padding-left: 4.16667vw; }
              .content_right__container .costumes_left__button .button--content .strong {
                font-size: 1.875vw;
                font-weight: 800; }
            .content_right__container .costumes_left__button .button--triangle {
              border: 1.95313vw solid transparent;
              border-top: 1.95313vw solid #72bf44;
              border-left: 1.95313vw solid #72bf44; }
          .content_right__container .costumes_left h1 {
            margin-left: 4.16667vw;
            color: #000000;
            font-family: Raleway, sans-serif;
            font-size: 1.66667vw;
            font-weight: 700; }
          .content_right__container .costumes_left h3 {
            margin-top: 1.82292vw;
            margin-left: 4.16667vw;
            color: #000000;
            font-family: Raleway, sans-serif;
            font-size: 1.45833vw;
            font-weight: 700; }
          .content_right__container .costumes_left p {
            margin-top: 1.82292vw;
            margin-left: 4.16667vw;
            color: #000000;
            font-size: 0.9375vw;
            font-weight: 400;
            line-height: 1.5625vw;
            font-family: Lato, sans-serif; }
        .content_right__container .costumes_right {
          width: 31.77083vw;
          margin-top: 1.25vw; }
          .content_right__container .costumes_right__slider #sync1 {
            position: relative;
            z-index: 1; }
            .content_right__container .costumes_right__slider #sync1 .item {
              border: solid 3px #f2f2f2;
              text-align: center;
              width: 31.77083vw;
              height: 22.8125vw; }
            .content_right__container .costumes_right__slider #sync1:before {
              content: url("../images/slider-before.png");
              position: absolute;
              left: -7.8125vw;
              top: 5.52083vw;
              width: 13.02083vw;
              height: 1.77083vw; }
          .content_right__container .costumes_right__slider #sync2 {
            margin-top: 0.52083vw;
            width: 31.77083vw;
            display: flex;
            justify-content: space-between; }
            .content_right__container .costumes_right__slider #sync2 .item {
              border: solid 3px #f2f2f2;
              text-align: center;
              cursor: pointer;
              width: 7.03125vw; }
            .content_right__container .costumes_right__slider #sync2 .current .item {
              border: solid 3px #72bf44; }
          .content_right__container .costumes_right__slider .owl-theme .owl-nav {
            /*default owl-theme theme reset .disabled:hover links */ }
            .content_right__container .costumes_right__slider .owl-theme .owl-nav [class*='owl-'] {
              transition: all .3s ease; }
              .content_right__container .costumes_right__slider .owl-theme .owl-nav [class*='owl-'].disabled:hover {
                background-color: #D6D6D6; }
          .content_right__container .costumes_right__slider #sync1.owl-theme {
            position: relative; }
            .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next, .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
              outline: 0;
              width: 2.60417vw;
              height: 2.60417vw;
              background: rgba(255, 255, 255, 0.5);
              top: 50%;
              transform: translateY(-50%);
              border-radius: 50%;
              position: absolute;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              transition: .3s;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next svg, .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev svg {
                display: none; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next:hover, .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev:hover {
                background: #72bf44; }
            .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
              left: 0.52083vw; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev:before {
                content: "\e90d";
                color: #000000;
                font-size: 1.19792vw; }
            .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next {
              right: 0.52083vw; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next:before {
                content: "\e918";
                color: #000000;
                font-size: 1.19792vw; }
          .content_right__container .costumes_right__contact {
            padding-right: 0.625vw;
            margin-top: 2.08333vw;
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .content_right__container .costumes_right__contact h2 {
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 0.9375vw;
              font-weight: 300; }
            .content_right__container .costumes_right__contact h3 {
              color: #000000;
              font-family: Lato, sans-serif;
              font-weight: 300;
              font-size: 1.5625vw;
              margin-top: 0.36458vw; }
            .content_right__container .costumes_right__contact a {
              text-decoration: none;
              color: #000000; }
              .content_right__container .costumes_right__contact a:hover {
                text-decoration: underline; }
            .content_right__container .costumes_right__contact .phone {
              width: 12.23958vw;
              padding-left: 3.38542vw;
              position: relative;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
              .content_right__container .costumes_right__contact .phone:before {
                top: 0.15625vw;
                content: "\e91c";
                font-size: 2.08333vw;
                color: #72bf44;
                position: absolute;
                left: 0; }
            .content_right__container .costumes_right__contact .email {
              width: 16.30208vw;
              padding-left: 3.38542vw;
              position: relative;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
              .content_right__container .costumes_right__contact .email:before {
                top: 0.15625vw;
                content: "\e913";
                font-size: 2.08333vw;
                color: #72bf44;
                position: absolute;
                left: 0; }
          .content_right__container .costumes_right .costumes_right__downloadTitle {
            margin-top: 1.66667vw;
            position: relative;
            width: 100%;
            border-top: solid 2px #f2f2f2;
            border-bottom: solid 2px #f2f2f2;
            text-align: center;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 2.08333vw;
            color: #72bf44;
            padding-top: 3.38542vw;
            padding-bottom: 0.78125vw; }
            .content_right__container .costumes_right__downloadTitle:before {
              content: "\e904";
              position: absolute;
              top: 0.98958vw;
              left: 50%;
              transform: translateX(-50%); }
            .content_right__container .costumes_right__downloadTitle span {
              color: #000000;
              font-family: "Raleway", sans-serif;
              font-size: 0.83333vw;
              font-weight: 900;
              text-transform: uppercase; }
            .content_right__container .items .costumes_right__downloadTitle span {
              margin-top: 3.64583vw;
              font-size: 1.5625vw;
              line-height: 1.5625vw;
              display: block;
            }
          .content_right__container .costumes_right__download {
            margin-top: 1.66667vw;
            width: 100%; }
            .content_right__container .costumes_right__download .download__item {
              display: flex;
              align-items: center;
              justify-content: space-between;
              min-height: 3.95833vw;
              text-decoration: none;
              margin-bottom: 2.29167vw;
              border-bottom: solid 2px #000000;
              position: relative; }
            .content_right__container .items .costumes_right__download .download__item {
              width: 50%;
            }
              .content_right__container .costumes_right__download .download__item:after {
                content: "";
                width: 4.6875vw;
                height: 2px;
                background: #72bf44;
                position: absolute;
                bottom: -2px;
                right: 0; }
              .content_right__container .costumes_right__download .download__item_inner {
                display: flex;
                width: 28.33333vw;
                color: #000000;
                font-family: Lato, sans-serif;
                font-size: 0.9375vw;
                font-weight: 900;
                justify-content: space-between;
                align-items: center; }
              .content_right__container .costumes_right__download .download__item [class^="icon-"], .content_right__container .costumes_right__download .download__item [class*=" icon-"] {
                font-size: 3.02083vw;
                color: #000000; }
              .content_right__container .costumes_right__download .download__item .button {
                width: 4.6875vw;
                height: 2.34375vw; }
                .content_right__container .costumes_right__download .download__item .button span {
                  font-size: 0.67708vw;
                  letter-spacing: normal; }
              .content_right__container .costumes_right__download .download__item .button--winona::after {
                font-size: 0.67708vw;
                letter-spacing: normal;
                padding-top: 0.625vw; }
        .content_right__container .costumes_button {
          width: 100%;
          margin-top: 3.22917vw; }
          .content_right__container .costumes_button .button {
            width: 4.6875vw;
            height: 2.34375vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%); }
            .content_right__container .costumes_button .button span {
              font-size: 0.67708vw;
              letter-spacing: normal; }
          .content_right__container .costumes_button .button--winona::after {
            font-size: 0.67708vw;
            letter-spacing: normal;
            padding-top: 0.625vw; }
    .content_right__button {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 1.14583vw 0;
      border-top: solid 1px #eaeaea;
      border-bottom: solid 1px #eaeaea;
      margin-top: 4.11458vw; }
      .content_right__button .button {
        width: 12.5vw !important;
        height: 2.34375vw !important; }
        .content_right__button .button span {
          font-size: 0.625vw !important;
          letter-spacing: normal !important; }
      .content_right__button .button--winona::after {
        font-size: 0.625vw;
        letter-spacing: normal;
        padding-top: 0.625vw; }
    .content_right__text {
      width: 73.95833vw;
      margin: 0 auto; }
      .content_right__text h1 {
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.875vw;
        font-weight: 900;
        line-height: 1.5625vw;
        text-transform: uppercase;
        margin-top: 3.54167vw; }
      .content_right__text h2 {
        margin-top: 1.82292vw;
        font-family: Lato, sans-serif;
        font-size: 1.25vw;
        font-weight: 400;
        color: #000000;
        line-height: 1.5625vw; }
        .content_right__text h3 {
          margin-top: 1.82292vw;
          font-family: Lato, sans-serif;
          font-size: 1vw;
          font-weight: 400;
          color: #000000;
          line-height: 1.5625vw; }
          .content_right__text h4 {
            margin-top: 1.82292vw;
            font-family: Lato, sans-serif;
            font-size: .9vw;
            font-weight: 400;
            color: #000000;
            line-height: 1.5625vw; }

        .content_right__text blockquote {
          display: block;
          width: 100%;
          height: 100%;
          background: #f2f2f2;
          font-size: 1.25vw;
          font-family: "Lato", sans-serif;
          font-style: italic;
          font-weight: 300;
          color: #000000;
          line-height: 1.5625vw;
          position: relative;
          padding-left: 9.21875vw;
          padding-top: 1.82292vw;
          margin-top: 1.30208vw; }
          .content_right__text blockquote p{
          font-size: 1.25vw;
          font-family: "Lato", sans-serif;
          font-style: italic;
          font-weight: 300;
          color: #000000;
          line-height: 1.5625vw;
          position: relative;
          margin-top: 0 !important;
          }
          .content_right__text blockquote:before {
            position: absolute;
            height: 100%;
            content: "\e90b";
            display: flex;
            justify-content: center;
            align-items: center;
            width: 5.88542vw;
            background: #72bf44;
            color: #ffffff;
            font-size: 3.125vw;
            left: 0;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            top: 0; }
            .content_right__video p,
          .content_right__images p,
          .content_right__download p,
      .content_right__text p {
        font-size: 0.9375vw;
        color: #000000;
        font-family: Lato, sans-serif;
        font-weight: 400;
        line-height: 1.5625vw;
        margin-top: 1.14583vw; }
      .content_right__container .items p{
        font-size: 0.9375vw;
        color: #000000;
        font-family: Lato, sans-serif;
        font-weight: 400;
        line-height: 1.5625vw;
        margin-top: 1.14583vw;
        width: 100%;
      }
        .content_right__text p strong{
          font-weight: 600;
        }
        .content_right__text p em{
          font-style: italic;
        }
        .content_right__text p a{
          font-size: 0.9375vw;
    color: #000000;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.5625vw;
    margin-top: 1.14583vw;
        }
      .content_right__text p:last-child {
        margin-top: 1.51042vw; }
      .content_right__text ul {
        margin-top: 1.5625vw;
        margin-left: 1.82292vw; }
        .content_right__text ul li a{
          text-decoration: none;
          color: #000000;
        }
        .content_right__text ul li {
          font-size: 0.9375vw;
          color: #000000;
          font-family: Lato, sans-serif;
          font-weight: 400;
					list-style: none;
          line-height: 1.5625vw; }
					.content_right__text ol li {
						padding-left: 10px;
						font-size: 0.9375vw;
						color: #000000;
						font-family: Lato, sans-serif;
						font-weight: 400;
						line-height: 1.5625vw; }

          .content_right__text ul li::before {
            content: "•";
            font-size: 0.78125vw;
            color: #72bf44;
            display: inline-block;
            width: 1.14583vw;
            margin-left: -1.14583vw; }
    .content_right__images, .content_right__products {
      width: 73.95833vw;
      margin: 0 auto; }
      .content_right__products h2 {
        margin-top: 3.64583vw;
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.5625vw;
        font-weight: 900;
        line-height: 1.5625vw;
        text-transform: uppercase;
      }
      .content_right__images h2 {
        margin-top: 3.64583vw;
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.5625vw;
        font-weight: 900;
        line-height: 1.5625vw;
        text-transform: uppercase; }
      .content_right__container .items h3{
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.5625vw;
        font-weight: 900;
        line-height: 1.5625vw;
        text-transform: uppercase;
      }
      .content_right__images_inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 2.08333vw;
        justify-content: flex-start; }
        .content_right__images_inner .image__item {
          margin-right: 0.88542vw;
          margin-bottom: 0.88542vw;
          position: relative;
          width: 14.0625vw;
          height: 10.41667vw;
          overflow: hidden; }
          .content_right__images_inner .image__item:nth-child(5n) {
            margin-right: 0; }
          .content_right__images_inner .image__item .shadow {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            -webkit-box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0.62);
            box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0.62);
            z-index: 1;
            -webkit-transition: .3s;
            transition: .3s; }
          .content_right__images_inner .image__item:hover .shadow {
            -webkit-box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0);
            box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0); }
          .content_right__images_inner .image__item:hover span {
            opacity: 0; }
          .content_right__images_inner .image__item:hover::before {
            opacity: 1; }
          .content_right__images_inner .image__item:hover .image__item_button {
            transform: translateX(0%);
            opacity: 1; }
          .content_right__images_inner .image__item_button {
            width: 100%;
            position: absolute;
            height: 2.60417vw;
            display: flex;
            justify-content: start;
            left: 0;
            top: 3.85417vw;
            transform: translateX(-100%);
            transition: .3s; }
            .content_right__images_inner .image__item_button--text {
              height: 100%;
              width: 9.63542vw;
              background: #72bf44;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 1.5625vw;
              color: #ffffff; }
              .content_right__images_inner .image__item_button--text:before {
                content: "\e915";
                position: absolute;
                top: 0.57292vw;
                left: 6.25vw; }
            .content_right__images_inner .image__item_button--triangle {
              border: 1.30208vw solid transparent;
              border-top: 1.30208vw solid #72bf44;
              border-left: 1.30208vw solid #72bf44; }
          .content_right__images_inner .image__item::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: .3s; }
          .content_right__images_inner .image__item span {
            color: #ffffff;
            font-family: Lato, sans-serif;
            position: absolute;
            font-weight: 400;
            left: 0;
            bottom: 0;
            font-size: 0.72917vw;
            opacity: 1;
            padding: 0.83333vw 0.88542vw;
            background: rgba(0, 0, 0, 0.62);
            width: 100%;
            transition: .2s;
            z-index: 2; }
          .content_right__images_inner .image__item img {
            width: 100%; }
    .content_right__download {
      width: 73.95833vw;
      margin: 0 auto; }
      .content_right__download h2 {
        margin-top: 2.08333vw;
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.5625vw;
        font-weight: 900;
        line-height: 1.5625vw;
        text-transform: uppercase; }
      .content_right__download .content__download_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 2.34375vw; }
        .content_right__download .content__download_inner .download__item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 33.33333vw;
          min-height: 3.95833vw;
          text-decoration: none;
          margin-bottom: 2.29167vw;
          border-bottom: solid 2px #000000;
          position: relative; }
          .content_right__download .content__download_inner .download__item:after {
            content: "";
            width: 4.6875vw;
            height: 2px;
            background: #72bf44;
            position: absolute;
            bottom: -2px;
            right: 0; }
          .content_right__download .content__download_inner .download__item_inner {
            display: flex;
            width: 28.33333vw;
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.9375vw;
            font-weight: 900;
            justify-content: space-between;
            align-items: center; }
          .content_right__download .content__download_inner .download__item [class^="icon-"], .content_right__download .content__download_inner .download__item [class*=" icon-"], .content_right__download .content__download_inner .download__item [class^="icon3-"], .content_right__download .content__download_inner .download__item [class*=" icon3-"] {
            font-size: 3.02083vw;
            color: #000000; }
          .content_right__download .content__download_inner .download__item .button {
            width: 4.6875vw;
            height: 2.34375vw; }
            .content_right__download .content__download_inner .download__item .button span {
              font-size: 0.67708vw;
              letter-spacing: normal; }
          .content_right__download .content__download_inner .download__item .button--winona::after {
            font-size: 0.67708vw;
            letter-spacing: normal;
            padding-top: 0.625vw; }
    .content_right__table {
      width: 73.95833vw;
      margin: 0 auto; }
      .content_right__table h2 {
        color: #000000;
        font-family: "Raleway";
        font-size: 1.5625vw;
        font-weight: 900;
        text-transform: uppercase; }
    .content_right table {
      color: #000000;
      font-family: Lato, sans-serif;
      font-size: 0.9375vw;
      font-weight: 400;
      width: 100%;
      border-spacing: 1px;
      border-collapse: separate;
      margin-top: 2.08333vw; }
      .content_right table tr:first-child {
        font-weight: 900;
        font-size: 1.04167vw; }
        .content_right table tr:first-child td {
          background: #f2f2f2;
          padding: 1.19792vw 0 1.19792vw 2.34375vw;
          text-align: left; }
          .content_right table tr:first-child td:last-child {
            color: #ffffff;
            background: #000000;
            width: 16.14583vw; }
      .content_right table tbody td {
        padding: 1.19792vw 0 1.19792vw 2.34375vw;
        text-align: left;
        border-bottom: solid 1px #000000;
        background: #ffffff; }
    .content_right__video {
      width: 73.95833vw;
      margin: 0 auto; }
      .content_right__video h2 {
        margin-top: 1.45833vw;
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 1.5625vw;
        font-weight: 900;
        text-transform: uppercase; }
    .content_right .video-slider {
      width: 57.8125vw;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      background: #f2f2f2;
      padding: 1.5625vw 2.34375vw 1.5625vw 1.5625vw; }
    .content_right .full-width .video-slider {
      max-width: 66.1vw;
      margin: 0 auto;
      margin-bottom: 1.2vw; }
    .content_right .video-slider .v-left-area {
      width: 35.15625vw;
      height: 19.79167vw; }
    .content_right .video-slider .v-right-area {
      width: 17.70833vw;
      height: 19.79167vw;
      margin-right: 0.52083vw;
      overflow: hidden; }
    .content_right .video-slider .arrow--slider {
      position: absolute;
      height: 100%;
      right: 0;
      top: 0; }
    .content_right .video-slider .arrow--slider .arrow--slider-next,
    .content_right .video-slider .arrow--slider .arrow--slider-prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 50%;
      width: 2.34375vw;
      background: #000000;
      font-size: 1.25vw;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s; }
    .content_right .video-slider .arrow--slider .arrow--slider-next:hover,
    .content_right .video-slider .arrow--slider .arrow--slider-prev:hover {
      background: #72bf44; }
    .content_right .video--slider-wrap {
      max-width: 16.92708vw; }
    .content_right .video--slider-wrap .video--slider-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex !important;
      justify-content: space-between;
      cursor: pointer;
      border-bottom: 1px solid #cfcfcf;
      padding-bottom: 1.14583vw;
      margin-bottom: 1.09375vw; }
      .search-block form{
        height: 100%;
      }
    .content_right .video--slider-wrap .video--slider-item.slick-active:nth-child(2) {
      border-bottom: none; }
    .content_right .video--slider-wrap .video--slider-item .video-information {
      max-width: 7.03125vw;
      padding-top: 0.52083vw;
      margin-left: 0; }
    .content_right .video--slider-wrap .video--slider-item .video-information strong {
      color: #000000;
      font-size: 0.88542vw;
      font-weight: 700;
      height: 35px;
    overflow: hidden;
    display: inline-block;
    text-overflow: clip;
      -webkit-transition: .3s;
      font-family: Lato, sans-serif;
      transition: .3s; }
    .content_right .video--slider-wrap .video--slider-item .video-information strong:hover {
      color: #72bf44; }
    .content_right .video--slider-wrap .video--slider-item .video-information p {
      color: #919ca7;
      font-size: 0.72917vw;
      font-family: Lato, sans-serif;
      margin-top: 1.04167vw; }
    .content_right .video--slider-wrap .img-video {
      width: 8.85417vw;
      height: 5vw; }
    .content_right .video--slider-wrap .img-video img {
      display: block;
      width: 100%; }
    .content_right .video-slider {
      margin-top: 2.13542vw;
      margin-bottom: 2.60417vw; }

.oferta-address {
  width: 100%;
  padding: 8.28125vw 0.83333vw 0.72917vw;
  border-bottom: solid 1px #e6e6e6;
  margin: 0 auto; }
  .oferta-address .icon-home {
    font-size: 1.04167vw;
    color: #72bf44;
    position: relative;
    top: 0.15625vw; }
  .oferta-address .icon-right-arrow {
    font-size: 0.41667vw;
    color: #72bf44; }
  .oferta-address span, .oferta-address a {
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 0.72917vw;
    font-weight: 400;
    text-decoration: none;
    margin: 0 0.26042vw; }
  .oferta-address a:hover {
    text-decoration: underline; }

.contact-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .contact-container .img-contact-first {
    position: absolute;
    right: -23.4375vw;
    top: 1.5625vw;
    transform: scale(-1, 1);
    width: 30.20833vw;
    height: 6.09375vw; }
  .contact-container .contact_wrap {
    width: 90.625vw;
    margin: 0 auto;
    height: 100%;
    padding: 3.64583vw 0 5vw;
    position: relative; }
    .contact-container .contact_wrap__text {
      display: flex;
      width: 100%;
      justify-content: space-between;
      border: 3px solid #f2f2f2;
      padding: 2.23958vw 3.64583vw; }
      .contact-container .contact_wrap__text .contact-left {
        margin-top: 1.82292vw;
        width: 45.3125vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .contact-container .contact_wrap__text .contact-left .strong {
          font-weight: 900; }
        .contact-container .contact_wrap__text .contact-left h2 {
          color: #000000;
          font-family: Lato, sans-serif;
          font-size: 0.9375vw;
          font-weight: 400;
          line-height: 1.30208vw; }
        .contact-container .contact_wrap__text .contact-left h3 {
          color: #000000;
          font-family: Lato, sans-serif;
          font-weight: 400;
          font-size: 1.5625vw;
          margin-top: 0.3125vw; }
        .contact-container .contact_wrap__text .contact-left a {
          text-decoration: none;
          color: #000000; }
          .contact-container .contact_wrap__text .contact-left a:hover {
            text-decoration: underline; }
        .contact-container .contact_wrap__text .contact-left .address {
          width: 17.55208vw;
          padding-left: 4.32292vw;
          position: relative;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .contact-container .contact_wrap__text .contact-left .address:before {
            top: 0.15625vw;
            content: "\e916";
            font-size: 2.23958vw;
            color: #72bf44;
            position: absolute;
            left: 0; }
          .contact-container .contact_wrap__text .contact-left .address h3 {
            margin-top: 0; }
          .contact-container .contact_wrap__text .contact-left .address h2 {
            margin-top: -0.78125vw; }
        .contact-container .contact_wrap__text .contact-left .phone {
          width: 25.98958vw;
          padding-left: 4.42708vw;
          position: relative;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .contact-container .contact_wrap__text .contact-left .phone:before {
            top: 0.15625vw;
            content: "\e91c";
            font-size: 2.08333vw;
            color: #72bf44;
            position: absolute;
            left: 0; }
        .contact-container .contact_wrap__text .contact-left .email {
          margin-top: 5.98958vw;
          width: 18.22917vw;
          padding-left: 4.47917vw;
          position: relative;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .contact-container .contact_wrap__text .contact-left .email:before {
            top: 0.15625vw;
            content: "\e913";
            font-size: 2.08333vw;
            color: #72bf44;
            position: absolute;
            left: 0; }
        .contact-container .contact_wrap__text .contact-left .hours {
          margin-top: 5.98958vw;
          width: 25.98958vw;
          padding-left: 4.42708vw;
          position: relative;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .contact-container .contact_wrap__text .contact-left .hours:before {
            top: 0.15625vw;
            content: "\e908";
            font-size: 2.08333vw;
            color: #72bf44;
            position: absolute;
            left: 0; }
      .contact-container .contact_wrap__text .contact-right {
        width: 33.33333vw;
        position: relative; }
        .contact-container .contact_wrap__text .contact-right .img-contact-second {
          position: absolute;
          right: -11.97917vw;
          bottom: -5.88542vw;
          width: 6.71875vw;
          height: 1.30208vw; }
        .contact-container .contact_wrap__text .contact-right .contact__form_title {
          display: none; }
        .contact-container .contact_wrap__text .contact-right .form-group {
          margin-bottom: 0.88542vw;
          width: 100%; }
          .contact-container .contact_wrap__text .contact-right .form-group p{
            text-align: justify;
            font-size: 13px;
            font-family: Lato;
          }
          .contact-container .contact_wrap__text .contact-right .form-group input {
            width: 100%;
            height: 2.60417vw;
            border: 1px solid #ffffff;
            border-bottom: 1px solid #000000;
            padding-left: 1.40625vw;
            outline: 0;
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.9375vw;
            font-weight: 400;
            text-transform: uppercase; }
          .contact-container .contact_wrap__text .contact-right .form-group textarea {
            width: 100%;
            height: 4.84375vw;
            resize: none;
            border: 1px solid #ffffff;
            border-bottom: 1px solid #181818;
            padding-left: 1.40625vw;
            outline: 0;
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.9375vw;
            font-weight: 400;
            text-transform: uppercase; }
          .contact-container .contact_wrap__text .contact-right .form-group ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.72917vw;
            font-weight: 400;
            text-transform: uppercase; }
          .contact-container .contact_wrap__text .contact-right .form-group ::-moz-placeholder {
            /* Firefox 19+ */
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.72917vw;
            font-weight: 400;
            text-transform: uppercase; }
          .contact-container .contact_wrap__text .contact-right .form-group :-ms-input-placeholder {
            /* IE 10+ */
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.72917vw;
            font-weight: 400;
            text-transform: uppercase; }
          .contact-container .contact_wrap__text .contact-right .form-group :-moz-placeholder {
            /* Firefox 18- */
            color: #000000;
            font-family: Lato, sans-serif;
            font-size: 0.72917vw;
            font-weight: 400;
            text-transform: uppercase; }
        .contact-container .contact_wrap__text .contact-right .button {
          width: 4.6875vw;
          height: 2.34375vw;
          position: relative;
          left: 50%;
          transform: translateX(-50%); }
          .contact-container .contact_wrap__text .contact-right .button span {
            font-size: 0.67708vw;
            letter-spacing: normal; }
        .contact-container .contact_wrap__text .contact-right .button--winona::after {
          font-size: 0.67708vw;
          letter-spacing: normal;
          padding-top: 0.625vw; }
    .contact-container .contact_wrap__title {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: flex-end;
      padding-right: 3.90625vw;
      margin-bottom: 40px; }
      .contact-container .contact_wrap__title .contact-left {
        width: 48.75vw; }
        .contact-container .contact_wrap__title .contact-left h1 {
          color: #000000;
          font-family: "Raleway", sans-serif;
          font-size: 1.875vw;
          font-weight: 900;
          text-transform: uppercase; }
      .contact-container .contact_wrap__title .contact-right {
        width: 33.33333vw; }
        .contact-container .contact_wrap__title .contact-right h2 {
          color: #000000;
          font-family: "Raleway", sans-serif;
          font-size: 0.9375vw;
          font-weight: 900;
          text-transform: uppercase; }
    .contact-container .contact_wrap__map {
      width: 100%;
      margin-top: 2.8125vw;
      position: relative; }
      .contact-container .contact_wrap__map .img-contact-ball {
        position: absolute;
        z-index: 1;
        top: -1.30208vw;
        right: 5.20833vw;
        width: 16.875vw;
        height: 16.875vw; }
      .contact-container .contact_wrap__map h2 {
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 0.9375vw;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center; }
      .contact-container .contact_wrap__map iframe {
        position: relative;
        z-index: 10;
        margin-top: 2.60417vw;
        height: 22.65625vw !important;
        width: 100% !important; }

@media only screen and (max-width: 1000px) {
  .offer .block{
    height: inherit;
  }
  .header_listing {
    height: 100px; }
    .header_listing .header_wrap {
      padding-top: 0 !important; }
    .header_listing .header_wrap__logo img {
      width: 120px;
      height: 100%; }
    .header_listing .header_wrap__menu {
      margin-top: 4px; }
    .header_listing .header_wrap__social {
      margin-top: -4px; }
    .header_listing.header-scroll {
      height: 75px;
      padding-top: 9px !important; }
  .mobileMenu {
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 15; }
  .mobileMenu .header--menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .header--menu li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #72bf44; }
  .header--menu li:last-child {
    border-bottom: none; }
  .header--menu li a {
    color: #ffffff;
    font-size: 16px;
    font-family: Lato, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    display: inline-block; }
  .header--menu li a:hover {
    color: #ff9c00; }
  .header--menu li a::after,
  .header--menu li a::before {
    display: none; }
  .mobileMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%); }
    .mobileMenu.active {
      transform: translateY(0); }
  .close_menu {
    display: block;
    position: absolute;
    right: 26px;
    top: 52px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("images/close-menu.png") no-repeat center; }
  .menu--mobile {
    display: block;
    width: 30px;
    height: 24px;
    background: url(../images/mobile-button.png) no-repeat center;
    background-size: cover;
    cursor: pointer; }
  .header {
    padding-top: 15px; }
    .header_wrap {
      padding: 0 30px;
      max-width: 1596px;
      width: 100%; }
      .header_wrap__logo img {
        width: 135px;
        height: 100%; }
      .header_wrap__menu {
        display: none; }
      .header_wrap__social {
        width: 130px;
        margin-top: -44px; }
        .header_wrap__social .search-block {
          left: -350px;
          width: 327px;
          height: 47px; }
          .header_wrap__social .search-block:hover a {
            margin: 5px 5px; }
          .header_wrap__social .search-block:hover .icon-magnifier-with-small-handle:before {
            font-size: 36px; }
          .header_wrap__social .search-block.hidden a {
            transform: translateX(285px); }
          .header_wrap__social .search-block a {
            margin: 9px 13px; }
          .header_wrap__social .search-block #searchForm {
            padding-left: 60px;
            font-size: 14px; }
        .header_wrap__social .icon-magnifier-with-small-handle:before {
          font-size: 30px; }
        .header_wrap__social .icon-linkedin:before {
          font-size: 22px; }
        .header_wrap__social .icon-facebook:before {
          font-size: 22px; }
        .header_wrap__social .icon2-instagram:before {
          font-size: 22px; }
        .header_wrap__social a:hover .icon-linkedin:before {
          font-size: 25px; }
        .header_wrap__social a:hover .icon-facebook:before {
          font-size: 25px; }
        .header_wrap__social a:hover .icon2-instagram:before {
          font-size: 25px; }
        .header_wrap__social a:hover .icon-magnifier-with-small-handle:before {
          font-size: 36px; }
    .header.header-scroll .header_wrap__social {
      margin-top: -4px; }
    .header.header-scroll .header_wrap__logo img {
      width: 100px !important; }
    .header.header-scroll .header_wrap .menu__link {
      font-size: 16px; }
  .banner {
    max-height: 980px;
    height: 100%; }
    .banner__item {
      padding-top: 110px;
      padding-left: 50px;
      height: 500px; }
      .banner__item-text {
        width: 470px; }
        .banner__item-text h2 {
          line-height: 40px;
          font-size: 40px; }
        .banner__item-text h3 {
          line-height: 28px;
          font-size: 25px; }
        .banner__item-text h3:after {
          bottom: -25px; }
        .banner__item-text p {
          margin-top: 35px;
          font-size: 17px;
          line-height: 25px; }
    .banner .owl-nav {
      display: none; }
    .banner .owl-dots {
      display: none; }
    .banner_panel {
      display: none; }
  .button {
    border: 2px solid #72bf44;
    width: 160px;
    height: 50px; }
    .button span {
      font-size: 13px;
      letter-spacing: 1.8px; }
  .button--winona::after {
    font-size: 13px;
    letter-spacing: 1.8px;
    padding-top: 15px; }
  .buttons {
    top: 400px;
    left: 50px;
    width: 470px; }
    .buttons_right {
      width: 270px; }
      .buttons_right span {
        padding-right: 20px; }
      .buttons_right.button--winona::after {
        padding-right: 31px; }
    .buttons .t-shirt {
      top: -40px;
      right: 204px;
      width: 75px;
      height: 99px; }
    .buttons .progress {
      top: -38px;
      right: 0;
      width: 169px;
      height: 37px; }
  .offer {
    max-height: 980px;
    height: 100%; }
    .offer.oferta-offer {
      height: 570px; }
    .offer .block > div {
      padding-bottom: 30px; }
    .offer .block_every h1 {
      font-size: 40px;
      padding-top: 20px; }
    .offer .block_every__flex {
      padding: 0 30px;
      max-width: 1576px;
      width: 100%;
      flex-wrap: wrap; }
      .offer .block_every__flex-title {
        width: 350px; }
        .offer .block_every__flex-title h2 {
          font-size: 40px;
          line-height: 50px;
          margin-top: 70px; }
        .offer .block_every__flex-title h3 {
          font-size: 25px;
          line-height: 30px;
          margin-top: 15px; }
      .offer .block_every__flex-image {
        margin-top: 70px; }
        .offer .block_every__flex-image img {
          width: 390px;
          height: 340px; }
      .offer .block_every__flex-content {
        width: 380px; }
        .offer .block_every__flex-content p {
          margin-bottom: 15px;
          margin-top: -145px;
          font-size: 18px;
          line-height: 30px; }
    .offer .menu {
      top: -2px;
      position: relative;
      background: #2e2e2e;
      height: 510px; }
      .offer .menu .wrapper {
        justify-content: center;
        max-width: 1800px;
        width: 100%;
        flex-wrap: wrap; }
        .offer .menu .wrapper div {
          width: 33.333333%;
          height: 170px;
          padding-top: 25px; }
          .offer .menu .wrapper div:hover {
            transform: scale(1); }
        .offer .menu .wrapper p {
          width: 175px;
          font-size: 13px;
          letter-spacing: 1.8px;
          top: 115px;
          line-height: 16px; }
        .offer .menu .wrapper .icon-football {
          font-size: 67px; }
        .offer .menu .wrapper .icon-basketball-match {
          font-size: 65px; }
        .offer .menu .wrapper .icon-volleyball-game {
          font-size: 65px; }
        .offer .menu .wrapper .icon-soccer-match {
          font-size: 55px; }
        .offer .menu .wrapper .icon-gym {
          font-size: 75px; }
        .offer .menu .wrapper .icon-hockey-sticks {
          font-size: 65px; }
        .offer .menu .wrapper .icon-rugby-game {
          font-size: 65px; }
        .offer .menu .wrapper .icon-tracking-shoe {
          font-size: 65px; }
        .offer .menu .wrapper .icon-sports {
          font-size: 65px; }
  .menu {
    top: 680px; }
    .menu.oferta-menu {
      top: -500px !important;
      background: transparent !important; }
    .menu .wrapper {
      width: 1800px; }
      .menu .wrapper div {
        width: 200px;
        height: 195px;
        padding-top: 41px; }
        .menu .wrapper div.menu_active [class^="icon-"], .menu .wrapper div.menu_active [class*=" icon-"] {
          text-shadow: 0 0 30px #72bf44; }
        .menu .wrapper div:hover [class^="icon-"], .menu .wrapper div:hover [class*=" icon-"] {
          text-shadow: 0 0 30px #72bf44; }
      .menu .wrapper p {
        width: 175px;
        font-size: 14px;
        letter-spacing: 2.8px;
        top: 140px;
        line-height: 17px; }
      .menu .wrapper .icon-football {
        font-size: 72px; }
      .menu .wrapper .icon-basketball-match {
        font-size: 70px; }
      .menu .wrapper .icon-volleyball-game {
        font-size: 70px; }
      .menu .wrapper .icon-soccer-match {
        font-size: 60px; }
      .menu .wrapper .icon-gym {
        font-size: 80px; }
      .menu .wrapper .icon-hockey-sticks {
        font-size: 70px; }
      .menu .wrapper .icon-rugby-game {
        font-size: 70px; }
      .menu .wrapper .icon-tracking-shoe {
        font-size: 70px; }
      .menu .wrapper .icon-sports {
        font-size: 70px; }
  .product {
    margin-top: 130px;
    height: 450px; }
    .product_right {
      display: none; }
    /* .product_left {
      display: none; } */
    .product_photo {

      width: 33.3333333%; }
      .product_photo__button {
        width: 50px;
        height: 50px;
        bottom: 40px;
        font-size: 27px;
        padding-top: 10px; }
    .product_photo:hover .product_photo__button {
      width: 50px;
      height: 50px;
      font-size: 27px;
      padding-top: 10px; }
    .product_content {
      width: 33.3333333%;
      height: 100%; }
      .product_content:before {
        width: 40px;
        height: 40px;
        left: -20px;
        top: 60px; }
      .product_content__text {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 15px; }
        .product_content__text h1 {
          font-size: 25px;
          line-height: 30px;
          margin-top: 15px; }
        .product_content__text h2 {
          font-size: 13px;
          letter-spacing: 1.8px; }
        .product_content__text p {
          max-width: 350px;
          width: 100%;
          font-size: 16px;
          font-weight: 400;
          line-height: 25px;
          margin-top: 24px; }
      .product_content__button {
        height: 50px;
        bottom: 40px; }
        .product_content__button:hover .button--content {
          width: 420px;
          padding-left: 115px; }
        .product_content__button .button--content {
          width: 310px;
          font-size: 20px;
          padding-top: 10px;
          padding-left: 10px; }
          .product_content__button .button--content .strong {
            font-size: 25px; }
        .product_content__button .button--triangle {
          border: 25px solid transparent;
          border-top: 25px solid #72bf44;
          border-left: 25px solid #72bf44; }
        .product_content__button .button--shape {
          width: 95px;
          font-size: 20px;
          padding-top: 18px; }
    .product_service {
      padding: 0 15px;
      width: 33.3333333%;
      padding-top: 150px;
      background-size: cover; }
      .product_service:hover {
        background-size: cover; }
      .product_service h2 {
        font-size: 25px; }
      .product_service h3 {
        font-size: 20px;
        margin-top: 15px; }
        .product_service h3:after {
          display: none; }
      .product_service__shape {
        margin-top: 20px;
        font-size: 20px; }
  .useness {
    height: 230px; }
    .usenessRight {
      bottom: 20px; }
    .usenessLeft {
      width: 305px;
      height: 60px;
      left: -200px;
      top: 20px; }
    .useness .icon-like:before {
      top: 20px;
      font-size: 40px; }
    .useness h1 {
      padding-top: 85px;
      font-size: 30px; }
    .useness h2 {
      padding-top: 14px;
      font-size: 20px; }
      .useness h2:after {
        top: 60px; }
  .sliders_left {
    width: 80px; }
    .sliders_left__item {
      height: 200px; }
      .sliders_left__item .text {
        margin-top: 95px;
        font-size: 20px; }
  .sliders_wrap {
    max-width: 1680px;
    padding: 0 80px;
    width: 100%;
    height: 400px; }
    .sliders_wrap .slider_first {
      height: 200px; }
      .sliders_wrap .slider_first.owl-carousel .owl-nav {
        right: -80px;
        height: 200px;
        width: 80px;
        padding: 60px 0; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-prev:before {
          font-size: 20px; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-next:before {
          font-size: 20px; }
      .sliders_wrap .slider_first__item {
        max-width: 240px;
        width: 100%;
        height: 200px; }
        .sliders_wrap .slider_first__item a {
          max-width: 240px;
          width: 100%;
          height: 200px; }
        .sliders_wrap .slider_first__item.bks-lublin img {
          width: 120px;
          height: 120px; }
        .sliders_wrap .slider_first__item.mks-lublin img {
          width: 105px;
          height: 132px; }
        .sliders_wrap .slider_first__item.mks-start img {
          width: 92px;
          height: 139px; }
        .sliders_wrap .slider_first__item.jelen img {
          width: 98px;
          height: 115px; }
        .sliders_wrap .slider_first__item.motor img {
          width: 82px;
          height: 114px; }
        .sliders_wrap .slider_first__item.l-fire img {
          width: 118px;
          height: 84px; }
        .sliders_wrap .slider_first__item.akademia img {
          width: 92px;
          height: 117px; }
        .sliders_wrap .slider_first__item.vrota img {
          width: 111px;
          height: 113px; }
        .sliders_wrap .slider_first__item.sygnal img {
          width: 101px;
          height: 114px; }
        .sliders_wrap .slider_first__item.tps img {
          width: 115px;
          height: 115px; }
        .sliders_wrap .slider_first__item.north img {
          width: 108px;
          height: 102px; }
    .sliders_wrap .slider_second {
      height: 200px; }
      .sliders_wrap .slider_second.owl-carousel .owl-nav {
        right: -80px;
        height: 200px;
        width: 80px;
        padding: 60px 0; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-prev:before {
          font-size: 20px; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-next:before {
          font-size: 20px; }
      .sliders_wrap .slider_second__item {
        max-width: 240px;
        width: 100%;
        height: 200px; }
        .sliders_wrap .slider_second__item a {
          max-width: 240px;
          width: 100%;
          height: 200px; }
        .sliders_wrap .slider_second__item.malta img {
          width: 91px;
          height: 125px; }
        .sliders_wrap .slider_second__item.fundation img {
          width: 184px;
          height: 79px; }
        .sliders_wrap .slider_second__item.taste-life img {
          width: 86px;
          height: 124px; }
        .sliders_wrap .slider_second__item.lublin img {
          width: 176px;
          height: 42px; }
        .sliders_wrap .slider_second__item.w2ps img {
          width: 173px;
          height: 40px; }
        .sliders_wrap .slider_second__item.red-black img {
          width: 115px;
          height: 115px; }
        .sliders_wrap .slider_second__item.liga-amator img {
          width: 113px;
          height: 129px; }
        .sliders_wrap .slider_second__item.lzkosz img {
          width: 84px;
          height: 123px; }
        .sliders_wrap .slider_second__item.lzpn img {
          width: 121px;
          height: 121px; }
        .sliders_wrap .slider_second__item.id img {
          width: 100px;
          height: 79px; }
  .footer {
    height: 100%;
    padding-bottom: 20px; }
    .footer_wrap {
      max-width: 1600px;
      padding: 0 30px;
      width: 100%;
      padding-top: 45px; }
      .footer_wrap__social:hover {
        transform: scale(1); }
      .footer_wrap .icon-facebook {
        margin-right: 20px;
        font-size: 20px; }
      .footer_wrap .icon2-instagram {
        margin-right: 20px;
        font-size: 20px; }
      .footer_wrap .icon-linkedin {
        font-size: 20px; }
      .footer_wrap__contact {
        margin-top: 30px; }
        .footer_wrap__contact p.contact-title {
          font-size: 16px; }
        .footer_wrap__contact p.contact-text {
          font-size: 18px;
          margin-top: 7px; }
        .footer_wrap__contact .address {
          width: 271px;
          padding-left: 40px; }
          .footer_wrap__contact .address:before {
            top: 3px;
            font-size: 33px; }
        .footer_wrap__contact .phone {
          width: 235px;
          padding-left: 40px; }
          .footer_wrap__contact .phone:before {
            top: 3px;
            font-size: 30px; }
        .footer_wrap__contact .email {
          width: 313px;
          padding-left: 40px; }
          .footer_wrap__contact .email:before {
            top: 3px;
            font-size: 30px; }
        .footer_wrap__contact .hours {
          width: 321px;
          padding-left: 40px; }
          .footer_wrap__contact .hours:before {
            top: 3px;
            font-size: 30px; }
      .footer_wrap__menu {
        justify-content: center;
        margin-top: 20px;
        padding-top: 20px; }
        .footer_wrap__menu ul {
          display: none; }
      .footer_wrap .project {
        padding: 0 23px;
        font-size: 14px;
        letter-spacing: 2.8px; }
        .footer_wrap .project:before {
          display: none; }
  .content {
    padding-top: 100px;
    flex-wrap: wrap; }
    .content_left {
      width: 100%;
      padding-top: 16px; }
      .content_left__title {
        width: 100%; }
        .content_left__title--text {
          width: 256px;
          height: 50px;
          padding-left: 57px;
          padding-top: 15px; }
          .content_left__title--text span {
            font-size: 20px; }
        .content_left__title--triangle {
          border: 25px solid transparent;
          border-top: 25px solid #72bf44;
          border-left: 25px solid #72bf44; }
      .content_left__menu {
        width: 500px;
        margin: 10px auto 0; }
        .content_left__menu--main a {
          font-size: 18px; }
        .content_left__menu--main li {
          padding: 12px 0 12px 150px; }
        .content_left__menu--main li:last-child {
          border-bottom: none; }
        .content_left__menu--main .icon-minus,
        .content_left__menu--main .icon-plus {
          font-size: 10px; }
        .content_left__menu--minor {
          margin-top: 18px; }
          .content_left__menu--minor:before {
            width: 500px;
            height: 1px;
            top: -5px;
            left: -149px; }
          .content_left__menu--minor li {
            padding: 5px 23px; }
            .content_left__menu--minor li::before {
              font-size: 20px;
              width: 22px;
              margin-left: -22px; }
          .content_left__menu--minor a {
            font-size: 16px; }
    .content_right {
      max-width: 1600px;
      width: 100%;
      padding: 0 30px 30px; }
      .content_right:before {
        display: none; }
      .content_right:after {
        display: none; }
      .content_right.content_right__tekstowa {
        padding-bottom: 30px !important; }
      .content_right__address {
        max-width: 1520px;
        width: 100%;
        padding: 8px 16px 14px;
        border-bottom: solid 1px #e6e6e6; }
        .content_right__address .icon-home {
          font-size: 20px;
          top: 3px; }
        .content_right__address .icon-right-arrow {
          font-size: 8px; }
        .content_right__address span, .content_right__address a {
          font-size: 14px;
          margin: 0 5px; }
      .content_right__container {
        max-width: 1419px;
        width: 100%; }
        .content_right__container .title {
          margin-top: 20px;
          flex-wrap: wrap;
          justify-content: center; }
          .content_right__container .title_text {
            font-size: 36px; }
          .content_right__container .title_icons {
            max-width: 875px;
            width: 100%;
            margin-top: 20px; }
            .content_right__container .title_icons a {
              width: 97px; }
            .content_right__container .title_icons__every:after {
              font-size: 9px;
              letter-spacing: 1.8px;
              width: 114px;
              line-height: 15px;
              top: 46px; }
            .content_right__container .title_icons__football::before {
              font-size: 36px; }
            .content_right__container .title_icons__basketball::before {
              font-size: 36px; }
            .content_right__container .title_icons__volleyball::before {
              font-size: 36px; }
            .content_right__container .title_icons__handball::before {
              font-size: 31px; }
            .content_right__container .title_icons__gym::before {
              font-size: 40px; }
            .content_right__container .title_icons__hockey::before {
              font-size: 36px; }
            .content_right__container .title_icons__rugby::before {
              font-size: 36px; }
            .content_right__container .title_icons__accessories::before {
              font-size: 36px; }
            .content_right__container .title_icons__print::before {
              font-size: 36px; }
        .content_right__container .items {
          margin-top: 52px;
          width: 100%;
          flex-wrap: wrap;
          justify-content: space-between; }
          .content_right__container .items_container {
            margin-right: 0;
            width: 48%;
            height: 465px;
            margin-top: 20px;
            padding-bottom: 80px; }
            .content_right__container .items_container:after {
              top: 360px; }
            .content_right__container .items_container__photo {
              width: 45px;
              height: 45px;
              font-size: 23px;
              padding-top: 10px; }
            .content_right__container .items_container__image img {
              width: 100%;
              height: 100%; }
            .content_right__container .items_container__image:after {
              width: 41px;
              height: 41px;
              bottom: -18px;
              left: 52px; }
            .content_right__container .items_container__text {
              margin-top: 20px;
              font-size: 18px;
              padding-left: 33px;
              width: 250px; }
            .content_right__container .items_container__button {
              width: 100%;
              height: 39px;
              bottom: 23px; }
              .content_right__container .items_container__button--content {
                width: 50%;
                height: 100%;
                font-size: 18px;
                padding-top: 9px;
                padding-left: 33px; }
              .content_right__container .items_container__button--triangle {
                border: 19.5px solid transparent;
                border-top: 19.5px solid #72bf44;
                border-left: 19.5px solid #72bf44; }
              .content_right__container .items_container__button--shape {
                padding-left: 57px;
                width: 50%;
                height: 100%;
                font-size: 23px;
                text-align: center;
                padding-top: 9px; }
        .content_right__container .costumes {
          margin-bottom: -40px;
          justify-content: center;
          padding-right: 0;
          margin-top: 20px;
          padding: 20px;
          padding-left: 0; }
          .content_right__container .costumes_left {
            max-width: 725px;
            width: 100%;
            margin-top: 0; }
            .content_right__container .costumes_left__button {
              margin-top: 20px;
              margin-bottom: 72px;
              height: 75px; }
              .content_right__container .costumes_left__button:after {
                left: -65px;
                top: 85px;
                width: 161px;
                height: 25px; }
              .content_right__container .costumes_left__button:hover .button--content {
                width: 420px;
                padding-left: 115px; }
              .content_right__container .costumes_left__button .button--content {
                width: 310px;
                font-size: 30px;
                padding-top: 15px;
                padding-left: 80px; }
                .content_right__container .costumes_left__button .button--content .strong {
                  font-size: 36px; }
              .content_right__container .costumes_left__button .button--triangle {
                border: 37.5px solid transparent;
                border-top: 37.5px solid #72bf44;
                border-left: 37.5px solid #72bf44; }
            .content_right__container .costumes_left h2 {
              margin-left: 20px;
              color: #000000;
              font-family: Raleway, sans-serif;
              font-size: 32px;
              font-weight: 700; }
            .content_right__container .costumes_left h3 {
              margin-top: 20px;
              margin-left: 20px;
              font-size: 28px;
              font-weight: 700; }
            .content_right__container .costumes_left p {
              margin-top: 20px;
              margin-left: 20px;
              font-size: 18px;
              line-height: 30px; }
          .content_right__container .costumes_right {
            max-width: 610px;
            width: 100%;
            margin-top: 24px; }
            .content_right__container .costumes_right__slider {
              padding-left: 20px; }
              .content_right__container .costumes_right__slider #sync1 .item {
                max-width: 610px;
                width: 100%;
                height: 100%; }
              .content_right__container .costumes_right__slider #sync2 {
                margin-top: 10px;
                max-width: 610px;
                width: 100%; }
                .content_right__container .costumes_right__slider #sync2 .item {
                  width: 135px;
                  height: 100px; }
                .content_right__container .costumes_right__slider #sync2 .current .item {
                  border: solid 3px #72bf44; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next, .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
                width: 50px;
                height: 50px; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
                left: 10px; }
                .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev:before {
                  font-size: 23px; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next {
                right: 10px; }
                .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next:before {
                  font-size: 23px; }
            .content_right__container .costumes_right__contact {
              padding-left: 20px;
              padding-right: 0;
              margin-top: 40px;
              width: 100%; }
              .content_right__container .costumes_right__contact h2 {
                font-size: 18px;
                font-weight: 300; }
              .content_right__container .costumes_right__contact h1 {
                font-weight: 300;
                font-size: 30px;
                margin-top: 7px; }
              .content_right__container .costumes_right__contact .phone {
                width: 235px;
                padding-left: 65px; }
                .content_right__container .costumes_right__contact .phone:before {
                  top: 3px;
                  font-size: 40px; }
              .content_right__container .costumes_right__contact .email {
                width: 313px;
                padding-left: 65px; }
                .content_right__container .costumes_right__contact .email:before {
                  top: 3px;
                  font-size: 40px; }
            .content_right__container .costumes_right__downloadTitle {
              margin-top: 20px;
              margin-left: 20px;
              font-size: 40px;
              padding-top: 50px;
              padding-bottom: 10px; }
              .content_right__container .costumes_right__downloadTitle:before {
                top: 15px; }
              .content_right__container .costumes_right__downloadTitle span {
                font-size: 16px; }
            .content_right__container .costumes_right__download {
              margin-top: 30px;
              margin-left: 20px; }
              .content_right__container .costumes_right__download .download__item {
                min-height: 76px;
                margin-bottom: 44px; }
                .content_right__container .costumes_right__download .download__item:after {
                  content: "";
                  width: 90px;
                  height: 2px;
                  bottom: -2px; }
                .content_right__container .costumes_right__download .download__item_inner {
                  width: 544px;
                  font-size: 18px; }
                .content_right__container .costumes_right__download .download__item [class^="icon-"], .content_right__container .costumes_right__download .download__item [class*=" icon-"] {
                  font-size: 58px; }
                .content_right__container .costumes_right__download .download__item .button {
                  width: 90px;
                  height: 45px; }
                  .content_right__container .costumes_right__download .download__item .button span {
                    font-size: 13px; }
                .content_right__container .costumes_right__download .download__item .button--winona::after {
                  font-size: 13px;
                  padding-top: 12px; }
          .content_right__container .costumes_button {
            margin-left: 20px;
            margin-top: 0; }
            .content_right__container .costumes_button .button {
              width: 90px;
              height: 45px; }
              .content_right__container .costumes_button .button span {
                font-size: 13px; }
            .content_right__container .costumes_button .button--winona::after {
              font-size: 13px;
              padding-top: 12px; }
      .content_right__button {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        border-top: solid 1px #eaeaea;
        border-bottom: solid 1px #eaeaea;
        margin-top: 30px; }
        .content_right__button .button {
          width: 240px !important;
          height: 45px !important; }
          .content_right__button .button span {
            font-size: 12px !important;
            letter-spacing: normal !important; }
        .content_right__button .button--winona::after {
          font-size: 12px;
          letter-spacing: normal;
          padding-top: 12px; }
      .content_right__text {
        max-width: 1420px;
        width: 100%; }
        .content_right__text h1 {
          font-size: 25px;
          line-height: 30px;
          margin-top: 30px; }
        .content_right__text h2 {
          margin-top: 15px;
          font-size: 20px;
          line-height: 30px; }
        .content_right__text blockquote {
          width: 100%;
          padding-bottom: 15px;
          height: 100%;
          background: #f2f2f2;
          font-size: 24px;
          font-family: "Lato", sans-serif;
          font-style: italic;
          font-weight: 300;
          color: #000000;
          line-height: 30px;
          position: relative;
          padding-left: 115px;
          padding-right: 20px;
          padding-top: 15px;
          margin-top: 15px; }
          .content_right__text blockquote:before {
            width: 97px;
            font-size: 40px; }
        .content_right__text p {
          font-size: 18px;
          line-height: 30px;
          margin-top: 15px; }
        .content_right__text p:last-child {
          margin-top: 15px; }
        .content_right__text ul {
          margin-top: 15px;
          margin-left: 35px; }
          .content_right__text ul li {
            font-size: 18px;
            color: #000000;
            font-family: Lato, sans-serif;
            font-weight: 400;
            line-height: 30px; }
            .content_right__text ul li::before {
              content: "•";
              font-size: 15px;
              color: #72bf44;
              display: inline-block;
              width: 22px;
              margin-left: -22px; }
      .content_right__images {
        max-width: 1420px;
        width: 100%; }
        .content_right__products h2 {
          margin-top: 30px;
          font-size: 25px;
          line-height: 30px; }
        .content_right__images h2 {
          margin-top: 30px;
          font-size: 25px;
          line-height: 30px; }
        .content_right__images_inner {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin-top: 40px;
          justify-content: center; }
          .content_right__images_inner .image__item {
            position: relative;
            margin-right: 10px;
            margin-left: 10px;
            margin-bottom: 20px;
            width: 270px;
            height: 200px;
            overflow: hidden; }
            .content_right__images_inner .image__item .shadow {
              display: block;
              position: absolute;
              width: 100%;
              height: 100%;
              bottom: 0;
              left: 0;
              -webkit-box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0.62);
              box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0.62);
              z-index: 1;
              -webkit-transition: .3s;
              transition: .3s; }
            .content_right__images_inner .image__item:hover .shadow {
              -webkit-box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0);
              box-shadow: inset 0 -2.55208vw 3.38542vw -1.19792vw rgba(0, 0, 0, 0); }
            .content_right__images_inner .image__item:hover span {
              opacity: 0; }
            .content_right__images_inner .image__item:hover::before {
              opacity: 1; }
            .content_right__images_inner .image__item:hover .image__item_button {
              transform: translateX(0%);
              opacity: 1; }
            .content_right__images_inner .image__item_button {
              width: 100%;
              position: absolute;
              height: 50px;
              display: flex;
              justify-content: start;
              left: 0;
              top: 74px;
              transform: translateX(-100%);
              transition: .3s; }
              .content_right__images_inner .image__item_button--text {
                height: 100%;
                width: 185px;
                background: #72bf44;
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 30px;
                color: #ffffff; }
                .content_right__images_inner .image__item_button--text:before {
                  content: "\e915";
                  position: absolute;
                  top: 11px;
                  left: 120px; }
              .content_right__images_inner .image__item_button--triangle {
                border: 25px solid transparent;
                border-top: 25px solid #72bf44;
                border-left: 25px solid #72bf44; }
            .content_right__images_inner .image__item::before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.5);
              opacity: 0;
              transition: .3s; }
            .content_right__images_inner .image__item span {
              color: #ffffff;
              font-family: Lato, sans-serif;
              position: absolute;
              font-weight: 400;
              left: 0;
              bottom: 0;
              font-size: 14px;
              opacity: 1;
              padding: 16px 17px;
              background: rgba(0, 0, 0, 0.62);
              width: 100%;
              transition: .2s;
              z-index: 2; }
            .content_right__images_inner .image__item img {
              width: 100%; }
      .content_right__download {
        max-width: 1420px;
        width: 100%; }
        .content_right__download h2 {
          margin-top: 40px;
          font-size: 25px;
          line-height: 30px; }
        .content_right__download .content__download_inner {
          margin-top: 30px;
          justify-content: center; }
          .content_right__download .content__download_inner .download__item {
            width: 640px;
            min-height: 76px;
            margin-bottom: 44px;
            border-bottom: solid 2px #000000; }
            .content_right__download .content__download_inner .download__item:after {
              width: 90px;
              height: 2px;
              background: #72bf44;
              bottom: -2px;
              right: 0; }
            .content_right__download .content__download_inner .download__item_inner {
              width: 544px;
              font-size: 18px; }
            .content_right__download .content__download_inner .download__item [class^="icon-"], .content_right__download .content__download_inner .download__item [class*=" icon-"],  .content_right__download .content__download_inner .download__item [class^="icon3-"], .content_right__download .content__download_inner .download__item [class*=" icon3-"] {
              font-size: 58px; }
            .content_right__download .content__download_inner .download__item .button {
              width: 90px;
              height: 45px; }
              .content_right__download .content__download_inner .download__item .button span {
                font-size: 13px;
                letter-spacing: normal; }
            .content_right__download .content__download_inner .download__item .button--winona::after {
              font-size: 13px;
              padding-top: 12px; }
      .content_right__table {
        max-width: 1420px;
        width: 100%;
        margin: 0 auto; }
        .content_right__table h2 {
          font-size: 25px; }
      .content_right table {
        font-size: 18px;
        border-spacing: 1px;
        margin-top: 40px; }
        .content_right table tr:first-child {
          font-size: 20px; }
          .content_right table tr:first-child td {
            padding: 23px 10px 23px;
            text-align: center; }
            .content_right table tr:first-child td:last-child {
              width: 310px; }
        .content_right table tbody td {
          padding: 23px 10px 23px;
          text-align: center; }
      .content_right__video {
        max-width: 1420px;
        width: 100%;
        margin: 0 auto; }
        .content_right__video h2 {
          margin-top: 45px;
          color: #000000;
          font-family: "Raleway", sans-serif;
          font-size: 25px;
          font-weight: 900;
          text-transform: uppercase; }
      .content_right .video-slider {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        background: #f2f2f2;
        padding: 15px 20px 15px 15px; }
      .content_right .full-width .video-slider {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 15px; }
      .content_right .video-slider .v-left-area {
        width: 100%;
        height: 380px; }
      .content_right .video-slider .v-right-area {
        padding-top: 20px;
        margin: 0 auto;
        width: 300px;
        height: 400px;
        overflow: hidden; }
      .content_right .video-slider .arrow--slider {
        position: absolute;
        height: auto;
        width: 100%;
        right: auto;
        top: inherit;
        bottom: 0;
        left: 0; }
      .content_right .video-slider .arrow--slider .arrow--slider-next,
      .content_right .video-slider .arrow--slider .arrow--slider-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px;
        width: 100%;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s; }
      .content_right .video-slider .arrow--slider .arrow--slider-next:hover,
      .content_right .video-slider .arrow--slider .arrow--slider-prev:hover {
        background: #72bf44; }
      .content_right .video--slider-wrap {
        max-width: 100%; }
      .content_right .video--slider-wrap .video--slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        justify-content: space-between;
        cursor: pointer;
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 15px;
        margin-bottom: 15px; }
      .content_right .video--slider-wrap .video--slider-item.slick-active:nth-child(2) {
        border-bottom: none; }
      .content_right .video--slider-wrap .video--slider-item .video-information {
        max-width: 135px;
        padding-top: 15px;
        margin-left: 0; }
      .content_right .video--slider-wrap .video--slider-item .video-information strong {
        color: #000000;
        font-size: 17px;
        font-weight: 700;
        -webkit-transition: .3s;
        font-family: Lato, sans-serif;
        transition: .3s; }
      .content_right .video--slider-wrap .video--slider-item .video-information strong:hover {
        color: #72bf44; }
      .content_right .video--slider-wrap .video--slider-item .video-information p {
        color: #919ca7;
        font-size: 17px;
        font-family: Lato, sans-serif;
        margin-top: 15px; }
      .content_right .video--slider-wrap .img-video {
        width: 150px;
        height: 100%; }
      .content_right .video--slider-wrap .img-video img {
        display: block;
        width: 100%; }
      .content_right .video-slider {
        margin-top: 15px;
        margin-bottom: 30px; }
  .oferta-address {
    padding: 105px 16px 14px; }
    .oferta-address .icon-home {
      font-size: 20px;
      top: 3px; }
    .oferta-address .icon-right-arrow {
      font-size: 8px; }
    .oferta-address span, .oferta-address a {
      font-size: 14px;
      margin: 0 5px; }
  .contact-container {
    padding: 0 30px;
    width: 100%;
    height: 100%; }
    .contact-container .contact_wrap {
      max-width: 1740px;
      width: 100%;
      padding: 20px 0 30px; }
      .contact-container .contact_wrap .img-contact-first {
        display: none; }
      .contact-container .contact_wrap__text {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border: 3px solid #f2f2f2;
        padding: 30px 70px;
        flex-wrap: wrap; }
        .contact-container .contact_wrap__text .contact-left {
          margin-top: 0;
          width: 100%;
          text-align: center; }
          .contact-container .contact_wrap__text .contact-left .strong {
            font-weight: 900; }
          .contact-container .contact_wrap__text .contact-left h2 {
            font-size: 18px;
            line-height: 25px; }
          .contact-container .contact_wrap__text .contact-left h1 {
            font-size: 30px;
            margin-top: 6px; }
          .contact-container .contact_wrap__text .contact-left .address {
            width: 100%;
            padding-left: 0;
            border-bottom: solid 1px #72bf44;
            padding-bottom: 10px; }
            .contact-container .contact_wrap__text .contact-left .address:before {
              display: none; }
            .contact-container .contact_wrap__text .contact-left .address h2 {
              margin-top: -15px; }
          .contact-container .contact_wrap__text .contact-left .phone {
            width: 100%;
            padding-left: 0;
            margin-top: 10px;
            border-bottom: solid 1px #72bf44;
            padding-bottom: 10px; }
            .contact-container .contact_wrap__text .contact-left .phone:before {
              display: none; }
          .contact-container .contact_wrap__text .contact-left .email {
            width: 100%;
            padding-left: 0;
            margin-top: 10px;
            border-bottom: solid 1px #72bf44;
            padding-bottom: 10px; }
            .contact-container .contact_wrap__text .contact-left .email:before {
              display: none; }
          .contact-container .contact_wrap__text .contact-left .hours {
            width: 100%;
            padding-left: 0;
            margin-top: 10px;
            border-bottom: solid 1px #72bf44;
            padding-bottom: 10px; }
            .contact-container .contact_wrap__text .contact-left .hours:before {
              display: none; }
        .contact-container .contact_wrap__text .contact-right {
          margin-top: 30px;
          width: 100%;
          position: relative; }
          .contact-container .contact_wrap__text .contact-right .contact__form_title {
            display: block;
            color: #000000;
            font-family: "Raleway", sans-serif;
            font-size: 18px;
            font-weight: 900;
            text-transform: uppercase;
            text-align: center; }
          .contact-container .contact_wrap__text .contact-right .img-contact-second {
            display: none; }
          .contact-container .contact_wrap__text .contact-right .form-group {
            margin-bottom: 17px;
            margin-top: 10px;
            width: 100%; }
            .contact-container .contact_wrap__text .contact-right .form-group input {
              width: 100%;
              height: 50px;
              border: 1px solid #ffffff;
              border-bottom: 1px solid #000000;
              padding-left: 27px;
              outline: 0;
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 18px;
              font-weight: 400;
              text-transform: uppercase; }
            .contact-container .contact_wrap__text .contact-right .form-group textarea {
              width: 100%;
              height: 93px;
              resize: none;
              border: 1px solid #ffffff;
              border-bottom: 1px solid #181818;
              padding-left: 27px;
              outline: 0;
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 18px;
              font-weight: 400;
              text-transform: uppercase; }
            .contact-container .contact_wrap__text .contact-right .form-group ::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase; }
            .contact-container .contact_wrap__text .contact-right .form-group ::-moz-placeholder {
              /* Firefox 19+ */
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase; }
            .contact-container .contact_wrap__text .contact-right .form-group :-ms-input-placeholder {
              /* IE 10+ */
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase; }
            .contact-container .contact_wrap__text .contact-right .form-group :-moz-placeholder {
              /* Firefox 18- */
              color: #000000;
              font-family: Lato, sans-serif;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase; }
          .contact-container .contact_wrap__text .contact-right .button {
            width: 90px;
            height: 45px;
            position: relative;
            left: 50%;
            transform: translateX(-50%); }
            .contact-container .contact_wrap__text .contact-right .button span {
              font-size: 13px;
              letter-spacing: normal; }
          .contact-container .contact_wrap__text .contact-right .button--winona::after {
            font-size: 13px;
            letter-spacing: normal;
            padding-top: 12px; }
      .contact-container .contact_wrap__title {
        justify-content: center;
        padding-right: 0;
        margin-bottom: 20px; }
        .contact-container .contact_wrap__title .contact-left {
          width: 100%;
          text-align: center; }
          .contact-container .contact_wrap__title .contact-left h1 {
            color: #000000;
            font-family: "Raleway", sans-serif;
            font-size: 36px;
            font-weight: 900;
            text-transform: uppercase; }
        .contact-container .contact_wrap__title .contact-right {
          display: none; }
      .contact-container .contact_wrap__map {
        width: 100%;
        margin-top: 20px;
        position: relative; }
        .contact-container .contact_wrap__map .img-contact-ball {
          position: absolute;
          z-index: 1;
          top: -20px;
          right: 70px;
          width: 180px;
          height: 180px; }
        .contact-container .contact_wrap__map h2 {
          color: #000000;
          font-family: "Raleway", sans-serif;
          font-size: 18px;
          font-weight: 900;
          text-transform: uppercase;
          text-align: center; }
        .contact-container .contact_wrap__map iframe {
          position: relative;
          z-index: 10;
          margin-top: 20px;
          height: 350px !important;
          width: 100% !important; }
        .content_right__container .items .costumes_right__download .download__item {
            width: 100%;
          }
        }

@media only screen and (max-width: 800px) {
  .menu--mobile {
    width: 22px;
    height: 19px; }
  .header {
    padding-top: 15px;
    max-width: 800px; }
    .header_wrap {
      max-width: 800px; }
      .header_wrap__logo img {
        width: 100px; }
      .header_wrap__social {
        width: 100px;
        margin-top: -10px; }
        .header_wrap__social .search-block {
          display: none; }
        .header_wrap__social.hidden a {
          transform: translateX(220px); }
        .header_wrap__social a {
          margin: 13px 0 !important; }
        .header_wrap__social #searchForm {
          padding-left: 60px;
          font-size: 14px; }
      .header_wrap .icon-magnifier-with-small-handle:before {
        font-size: 22px; }
      .header_wrap .icon-linkedin:before {
        font-size: 18px; }
      .header_wrap .icon-facebook:before {
        font-size: 18px; }
      .header_wrap .icon2-instagram:before {
        font-size: 18px; }
      .header_wrap a:hover .icon-linkedin:before {
        font-size: 25px; }
      .header_wrap a:hover .icon-facebook:before {
        font-size: 25px; }
      .header_wrap a:hover .icon2-instagram:before {
        font-size: 25px; }
      .header_wrap a:hover .icon-magnifier-with-small-handle:before {
        font-size: 36px; }
    .header.header-scroll {
      height: 70px; }
      .header.header-scroll .header_wrap {
        padding-top: 7px;
        height: 100%; }
        .header.header-scroll .header_wrap__social {
          margin-top: -7px; }
  .banner__item {
    /* background: #2e2e2e !important;  */
	}
    .banner__item-text {
			margin-top: 85px;
      max-width: 470px;
      width: 100%; }
  .button {
    border: 1px solid #72bf44;
    width: 130px; }
  .buttons {
    top: 380px;
    width: 380px; }
    .buttons_right {
      width: 200px; }
      .buttons_right span {
        padding-right: 0;
        text-align: center; }
      .buttons_right.button--winona::after {
        padding-right: 0;
        text-align: center; }
    .buttons .t-shirt {
      display: none; }
    .buttons .progress {
      top: -38px;
      right: 0;
      width: 169px;
      height: 37px; }
  .offer {
    max-height: 980px;
    height: 100%; }
    .offer.oferta-offer {
      height: 500px;
      padding-top: 90px; }
    .offer .block > div {
      padding-bottom: 30px; }
    .offer .block_every h1 {
      font-size: 30px;
      padding-top: 15px; }
    .offer .block_every__flex {
      padding: 0 30px;
      max-width: 1576px;
      width: 100%;
      flex-wrap: wrap; }
      .offer .block_every__flex-title {
        width: 350px; }
        .offer .block_every__flex-title h2 {
          font-size: 40px;
          line-height: 40px;
          margin-top: 15px; }
        .offer .block_every__flex-title h3 {
          font-size: 25px;
          line-height: 28px;
          margin-top: 5px; }
      .offer .block_every__flex-image {
        display: none; }
      .offer .block_every__flex-content {
        width: 380px; }
        .offer .block_every__flex-content p {
          margin-bottom: 15px;
          margin-top: 0;
          font-size: 17px;
          line-height: 30px; }
    .offer .menu {
      top: -2px;
      position: relative;
      background: #2e2e2e;
      height: 360px; }
      .offer .menu .wrapper {
        justify-content: center;
        max-width: 1800px;
        width: 100%;
        flex-wrap: wrap; }
        .offer .menu .wrapper div {
          width: 33.333333%;
          height: 120px;
          padding-top: 20px; }
          .offer .menu .wrapper div:hover {
            transform: scale(1); }
        .offer .menu .wrapper p {
          width: 170px;
          font-size: 13px;
          letter-spacing: 1.8px;
          top: 80px;
          line-height: 16px; }
        .offer .menu .wrapper .icon-football {
          font-size: 47px; }
        .offer .menu .wrapper .icon-basketball-match {
          font-size: 45px; }
        .offer .menu .wrapper .icon-volleyball-game {
          font-size: 45px; }
        .offer .menu .wrapper .icon-soccer-match {
          font-size: 45px; }
        .offer .menu .wrapper .icon-gym {
          font-size: 55px; }
        .offer .menu .wrapper .icon-hockey-sticks {
          font-size: 45px; }
        .offer .menu .wrapper .icon-rugby-game {
          font-size: 45px; }
        .offer .menu .wrapper .icon-tracking-shoe {
          font-size: 45px; }
        .offer .menu .wrapper .icon-sports {
          font-size: 45px; }
  .menu {
    top: 680px; }
    .menu.oferta-menu {
      top: -460px !important; }
    .menu .wrapper {
      width: 1800px; }
      .menu .wrapper div {
        width: 200px;
        height: 195px;
        padding-top: 41px; }
        .menu .wrapper div.menu_active [class^="icon-"], .menu .wrapper div.menu_active [class*=" icon-"] {
          text-shadow: 0 0 30px #72bf44; }
        .menu .wrapper div:hover [class^="icon-"], .menu .wrapper div:hover [class*=" icon-"] {
          text-shadow: 0 0 30px #72bf44; }
      .menu .wrapper p {
        width: 175px;
        font-size: 14px;
        letter-spacing: 2.8px;
        top: 140px;
        line-height: 17px; }
      .menu .wrapper .icon-football {
        font-size: 72px; }
      .menu .wrapper .icon-basketball-match {
        font-size: 70px; }
      .menu .wrapper .icon-volleyball-game {
        font-size: 70px; }
      .menu .wrapper .icon-soccer-match {
        font-size: 60px; }
      .menu .wrapper .icon-gym {
        font-size: 80px; }
      .menu .wrapper .icon-hockey-sticks {
        font-size: 70px; }
      .menu .wrapper .icon-rugby-game {
        font-size: 70px; }
      .menu .wrapper .icon-tracking-shoe {
        font-size: 70px; }
      .menu .wrapper .icon-sports {
        font-size: 70px; }
  .product {
    margin-top: -3px;
    height: 100%;
    flex-wrap: wrap; }
    .product_photo {
      display: none; }
    .product_content {
      width: 100%;
      height: 100%; }
      .product_content:before {
        display: none; }
      .product_content__text {
        text-align: center;
        padding-left: 30px;
        padding-top: 15px;
        padding-right: 30px; }
        .product_content__text h1 {
          font-size: 25px;
          line-height: 30px;
          margin-top: 10px; }
          .product_content__text h1 br {
            display: none; }
        .product_content__text h2 {
          font-size: 13px;
          letter-spacing: 1.8px; }
        .product_content__text p {
          margin-bottom: 100px;
          max-width: 800px;
          width: 100%;
          font-size: 16px;
          line-height: 20px;
          margin-top: 10px; }
      .product_content__button {
        width: 455px;
        height: 50px;
        bottom: 20px; }
        .product_content__button:hover .button--content {
          width: 420px;
          padding-left: 115px; }
        .product_content__button .button--content {
          width: 310px;
          font-size: 20px;
          padding-top: 10px;
          padding-left: 10px; }
          .product_content__button .button--content .strong {
            font-size: 25px; }
        .product_content__button .button--triangle {
          border: 25px solid transparent;
          border-top: 25px solid #72bf44;
          border-left: 25px solid #72bf44; }
        .product_content__button .button--shape {
          width: 95px;
          font-size: 20px;
          padding-top: 18px; }
    .product_service {
      width: 100%;
      padding: 40px 15px; }
  .useness {
    height: 210px; }
    .usenessRight {
      bottom: 20px;
      width: 90px; }
    .usenessLeft {
      width: 250px;
      height: 30px;
      left: -200px;
      top: 10px; }
    .useness .icon-like:before {
      top: 10px;
      font-size: 35px; }
    .useness h1 {
      padding-top: 55px;
      font-size: 25px; }
    .useness h2 {
      padding-top: 10px;
      font-size: 17px; }
      .useness h3:after {
        display: none; }
  .sliders_left {
    width: 80px; }
    .sliders_left__item {
      height: 200px; }
      .sliders_left__item .text {
        margin-top: 95px;
        font-size: 20px; }
  .sliders_wrap {
    max-width: 1680px;
    padding: 0 80px;
    width: 100%;
    height: 400px; }
    .sliders_wrap .slider_first {
      height: 200px; }
      .sliders_wrap .slider_first.owl-carousel .owl-nav {
        right: -80px;
        height: 200px;
        width: 80px;
        padding: 60px 0; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-prev:before {
          font-size: 20px; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-next:before {
          font-size: 20px; }
      .sliders_wrap .slider_first__item {
        max-width: 100%;
        width: 100%;
        height: 200px; }
        .sliders_wrap .slider_first__item a {
          max-width: 240px;
          width: 100%;
          height: 200px; }
        .sliders_wrap .slider_first__item.bks-lublin img {
          width: 100px;
          height: 100px; }
        .sliders_wrap .slider_first__item.mks-lublin img {
          width: 85px;
          height: 107px; }
        .sliders_wrap .slider_first__item.mks-start img {
          width: 72px;
          height: 114px; }
        .sliders_wrap .slider_first__item.jelen img {
          width: 78px;
          height: 90px; }
        .sliders_wrap .slider_first__item.motor img {
          width: 62px;
          height: 89px; }
        .sliders_wrap .slider_first__item.l-fire img {
          width: 93px;
          height: 64px; }
        .sliders_wrap .slider_first__item.akademia img {
          width: 72px;
          height: 92px; }
        .sliders_wrap .slider_first__item.vrota img {
          width: 91px;
          height: 90px; }
        .sliders_wrap .slider_first__item.sygnal img {
          width: 81px;
          height: 89px; }
        .sliders_wrap .slider_first__item.tps img {
          width: 95px;
          height: 95px; }
        .sliders_wrap .slider_first__item.north img {
          width: 83px;
          height: 82px; }
    .sliders_wrap .slider_second {
      height: 200px; }
      .sliders_wrap .slider_second.owl-carousel .owl-nav {
        right: -80px;
        height: 200px;
        width: 80px;
        padding: 60px 0; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-prev:before {
          font-size: 20px; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-next:before {
          font-size: 20px; }
      .sliders_wrap .slider_second__item {
        max-width: 100%;
        width: 100%;
        height: 200px; }
        .sliders_wrap .slider_second__item a {
          max-width: 240px;
          width: 100%;
          height: 200px; }
        .sliders_wrap .slider_second__item.malta img {
          width: 71px;
          height: 100px; }
        .sliders_wrap .slider_second__item.fundation img {
          width: 120px;
          height: 59px; }
        .sliders_wrap .slider_second__item.taste-life img {
          width: 66px;
          height: 100px; }
        .sliders_wrap .slider_second__item.lublin img {
          width: 95px;
          height: 22px; }
        .sliders_wrap .slider_second__item.w2ps img {
          width: 95px;
          height: 20px; }
        .sliders_wrap .slider_second__item.red-black img {
          width: 95px;
          height: 95px; }
        .sliders_wrap .slider_second__item.liga-amator img {
          width: 93px;
          height: 105px; }
        .sliders_wrap .slider_second__item.lzkosz img {
          width: 64px;
          height: 99px; }
        .sliders_wrap .slider_second__item.lzpn img {
          width: 101px;
          height: 101px; }
        .sliders_wrap .slider_second__item.id img {
          width: 75px;
          height: 59px; }
  .footer {
    text-align: center;
    padding-bottom: 10px; }
    .footer_wrap {
      max-width: 1600px;
      padding: 10px 30px;
      width: 100%; }
      .footer_wrap__social {
        display: none; }
      .footer_wrap__contact {
        margin-top: 0;
        flex-wrap: wrap; }
        .footer_wrap__contact p.contact-title {
          font-size: 16px; }
        .footer_wrap__contact p.contact-text {
          font-size: 18px;
          margin-top: 7px; }
        .footer_wrap__contact .address {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .address:before {
            display: none; }
        .footer_wrap__contact .phone {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .phone:before {
            display: none; }
        .footer_wrap__contact .email {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .email:before {
            display: none; }
        .footer_wrap__contact .hours {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .hours:before {
            display: none; }
      .footer_wrap__menu {
        border-top: none;
        margin-top: 10px;
        padding-top: 10px; }
      .footer_wrap .project {
        padding: 0 23px;
        font-size: 13px;
        letter-spacing: 1.8px; }
  .content {
    padding-top: 100px;
    flex-wrap: wrap; }
    .content_left__title--text {
      width: 200px;
      height: 30px;
      padding-left: 60px;
      padding-top: 7px; }
      .content_left__title--text span {
        font-size: 17px; }
    .content_left__title--triangle {
      border: 15px solid transparent;
      border-top: 15px solid #72bf44;
      border-left: 15px solid #72bf44; }
    .content_left__menu {
      width: 250px;
      margin: 10px auto 0; }
      .content_left__menu--main a {
        font-size: 17px; }
      .content_left__menu--main li {
        padding: 8px 0 8px 24px; }
      .content_left__menu--main li:last-child {
        border-bottom: none; }
      .content_left__menu--main .icon-minus,
      .content_left__menu--main .icon-plus {
        font-size: 10px; }
      .content_left__menu--minor {
        margin-top: 18px; }
        .content_left__menu--minor:before {
          width: 250px;
          height: 1px;
          top: -5px;
          left: -24px; }
        .content_left__menu--minor li {
          padding: 2px 23px; }
          .content_left__menu--minor li::before {
            font-size: 20px;
            width: 22px;
            margin-left: -22px; }
        .content_left__menu--minor a {
          font-size: 16px; }
    .content_right {
      padding: 0 30px 30px; }
      .content_right.content_right__tekstowa {
        padding: 0 15px 0 !important; }
      .content_right__download .content__download_inner .download__item {
        max-width: 640px;
        width: 100%; }
      .content_right .video-slider .v-left-area {
        height: 320px; }
      .content_right__address {
        display: none; }
      .content_right__container {
        max-width: 1419px;
        width: 100%; }
        .content_right__container .title {
          margin-top: 20px;
          flex-wrap: wrap;
          justify-content: center; }
          .content_right__container .title_text {
            font-size: 36px; }
          .content_right__container .title_icons {
            max-width: 875px;
            width: 100%;
            margin-top: 20px; }
            .content_right__container .title_icons a {
              width: 97px; }
            .content_right__container .title_icons__every:after {
              font-size: 9px;
              letter-spacing: 1.8px;
              width: 114px;
              line-height: 15px;
              top: 46px; }
            .content_right__container .title_icons__football::before {
              font-size: 36px; }
            .content_right__container .title_icons__basketball::before {
              font-size: 36px; }
            .content_right__container .title_icons__volleyball::before {
              font-size: 36px; }
            .content_right__container .title_icons__handball::before {
              font-size: 31px; }
            .content_right__container .title_icons__gym::before {
              font-size: 40px; }
            .content_right__container .title_icons__hockey::before {
              font-size: 36px; }
            .content_right__container .title_icons__rugby::before {
              font-size: 36px; }
            .content_right__container .title_icons__accessories::before {
              font-size: 36px; }
            .content_right__container .title_icons__print::before {
              font-size: 36px; }
        .content_right__container .items {
          margin-top: 52px;
          width: 100%;
          flex-wrap: wrap; }
          .content_right__container .items_container {
            width: 80%;
            height: 100%;
            margin: 20px auto 0;
            padding-bottom: 80px; }
            .content_right__container .items_container:after {
              top: 270px; }
            .content_right__container .items_container__text {
              margin-top: 20px;
              font-size: 18px;
              padding-left: 33px;
              width: 250px; }
            .content_right__container .items_container__button {
              width: 100%;
              height: 39px;
              bottom: 23px; }
              .content_right__container .items_container__button--content {
                width: 50%;
                height: 100%;
                font-size: 18px;
                padding-top: 9px;
                padding-left: 15px; }
              .content_right__container .items_container__button--triangle {
                border: 19.5px solid transparent;
                border-top: 19.5px solid #72bf44;
                border-left: 19.5px solid #72bf44; }
              .content_right__container .items_container__button--shape {
                padding-left: 57px;
                width: 50%;
                height: 100%;
                font-size: 23px;
                text-align: center;
                padding-top: 9px; }
        .content_right__container .costumes {
          margin-bottom: -50px;
          padding-right: 0;
          margin-top: 20px;
          padding: 20px;
          padding-left: 0; }
          .content_right__container .costumes_left__button {
            margin-top: 20px;
            margin-bottom: 50px;
            height: 50px; }
            .content_right__container .costumes_left__button:after {
              left: -65px;
              top: 65px;
              width: 161px;
              height: 25px; }
            .content_right__container .costumes_left__button:hover .button--content {
              width: 200px;
              padding-left: 45px; }
            .content_right__container .costumes_left__button .button--content {
              width: 200px;
              font-size: 20px;
              padding-top: 15px;
              padding-left: 45px; }
              .content_right__container .costumes_left__button .button--content .strong {
                font-size: 25px; }
            .content_right__container .costumes_left__button .button--triangle {
              border: 25px solid transparent;
              border-top: 25px solid #72bf44;
              border-left: 25px solid #72bf44; }
          .content_right__container .costumes_left h2 {
            margin-left: 20px;
            color: #000000;
            font-family: Raleway, sans-serif;
            font-size: 25px;
            font-weight: 700; }
          .content_right__container .costumes_left h3 {
            margin-top: 10px;
            margin-left: 20px;
            font-size: 22px;
            font-weight: 700; }
          .content_right__container .costumes_left p {
            margin-top: 10px;
            margin-left: 20px;
            font-size: 18px;
            line-height: 30px; }
          .content_right__container .costumes_right {
            max-width: 610px;
            width: 100%;
            margin-top: 15px; }
            .content_right__container .costumes_right__slider {
              padding-left: 20px; }
              .content_right__container .costumes_right__slider #sync1 .item {
                max-width: 610px;
                width: 100%;
                height: 100%; }
              .content_right__container .costumes_right__slider #sync1:before {
                display: none; }
              .content_right__container .costumes_right__slider #sync2 {
                margin-top: 0;
                max-width: 610px;
                width: 100%; }
                .content_right__container .costumes_right__slider #sync2 .item {
                  width: 120px;
                  height: 100%; }
                .content_right__container .costumes_right__slider #sync2 .current .item {
                  border: solid 3px #72bf44; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next, .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
                width: 40px;
                height: 40px; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
                left: 10px; }
                .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev:before {
                  font-size: 18px; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next {
                right: 10px; }
                .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next:before {
                  font-size: 18px; }
            .content_right__container .costumes_right__contact {
              padding-left: 20px;
              padding-right: 0;
              margin-top: 20px;
              width: 100%;
              flex-wrap: wrap;
              text-align: center; }
              .content_right__container .costumes_right__contact h2 {
                font-size: 18px;
                font-weight: 900; }
              .content_right__container .costumes_right__contact h1 {
                font-weight: 300;
                font-size: 24px;
                margin-top: 7px; }
              .content_right__container .costumes_right__contact .phone {
                width: 100%;
                padding-left: 0; }
                .content_right__container .costumes_right__contact .phone:before {
                  display: none; }
              .content_right__container .costumes_right__contact .email {
                width: 100%;
                padding-left: 0;
                margin-top: 10px; }
                .content_right__container .costumes_right__contact .email:before {
                  display: none; }
            .content_right__container .costumes_right__downloadTitle {
              width: auto;
              margin-top: 20px;
              margin-left: 20px;
              font-size: 40px;
              padding-top: 50px;
              padding-bottom: 10px; }
              .content_right__container .costumes_right__downloadTitle:before {
                top: 15px; }
              .content_right__container .costumes_right__downloadTitle span {
                font-size: 16px; }
            .content_right__container .costumes_right__download {
              width: auto;
              margin-top: 15px;
              margin-left: 20px; }
              .content_right__container .costumes_right__download .download__item {
                min-height: 76px;
                margin-bottom: 44px; }
                .content_right__container .costumes_right__download .download__item:after {
                  content: "";
                  width: 90px;
                  height: 2px;
                  bottom: -2px; }
                .content_right__container .costumes_right__download .download__item_inner {
                  width: 544px;
                  font-size: 18px; }
                .content_right__container .costumes_right__download .download__item [class^="icon-"], .content_right__container .costumes_right__download .download__item [class*=" icon-"] {
                  font-size: 40px; }
                .content_right__container .costumes_right__download .download__item .button {
                  width: 90px;
                  height: 45px; }
                  .content_right__container .costumes_right__download .download__item .button span {
                    font-size: 13px; }
                .content_right__container .costumes_right__download .download__item .button--winona::after {
                  font-size: 13px;
                  padding-top: 12px; }
          .content_right__container .costumes_button {
            margin-left: 20px;
            margin-top: -20px; }
            .content_right__container .costumes_button .button {
              width: 90px;
              height: 45px; }
              .content_right__container .costumes_button .button span {
                font-size: 13px; }
            .content_right__container .costumes_button .button--winona::after {
              font-size: 13px;
              padding-top: 12px; }
      .content_right__button {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        border-top: solid 1px #eaeaea;
        border-bottom: solid 1px #eaeaea;
        margin-top: 30px; }
        .content_right__button .button {
          width: 240px !important;
          height: 45px !important; }
          .content_right__button .button span {
            font-size: 12px !important;
            letter-spacing: normal !important; }
        .content_right__button .button--winona::after {
          font-size: 12px;
          letter-spacing: normal;
          padding-top: 12px; }
  .oferta-address {
    display: none; }
  .contact-container {
    padding: 90px 15px 0; }
    .contact-container .contact_wrap {
      padding: 15px 0 15px; }
      .contact-container .contact_wrap__text {
        padding: 15px 15px; }
        .contact-container .contact_wrap__text .contact-left h2 {
          font-size: 18px;
          line-height: 25px; }
        .contact-container .contact_wrap__text .contact-left h1 {
          font-size: 25px;
          margin-top: 6px; }
        .contact-container .contact_wrap__text .contact-right .form-group {
          margin-bottom: 17px;
          margin-top: 10px;
          width: 100%; }
      .contact-container .contact_wrap__title {
        margin-bottom: 10px; }
        .contact-container .contact_wrap__title .contact-left h1 {
          font-size: 25px; }
      .contact-container .contact_wrap__map {
        width: 100%;
        margin-top: 20px;
        position: relative; }
        .contact-container .contact_wrap__map .img-contact-ball {
          display: none; }
        .contact-container .contact_wrap__map iframe {
          position: relative;
          z-index: 10;
          margin-top: 20px;
          height: 250px !important;
          width: 100% !important; } }

@media only screen and (max-width: 500px) {
	.product_photo {
    width: 100%;
    height: 200px;
    background: url('../images/0005.png');
    background-size: cover;
    position: relative;
    background-position: top;
		display: block;
}

  .menu--mobile {
    width: 22px;
    height: 19px; }
  .header {
    padding-top: 15px;
    max-width: 800px; }
    .header_wrap {
      max-width: 800px; }
      .header_wrap__logo img {
        width: 100px; }
      .header_wrap__social {
        width: 100px;
        margin-top: -10px; }
        .header_wrap__social .search-block {
          display: none; }
        .header_wrap__social.hidden a {
          transform: translateX(220px); }
        .header_wrap__social a {
          margin: 13px 0 !important; }
        .header_wrap__social #searchForm {
          padding-left: 60px;
          font-size: 14px; }
      .header_wrap .icon-magnifier-with-small-handle:before {
        font-size: 22px; }
      .header_wrap .icon-linkedin:before {
        font-size: 18px; }
      .header_wrap .icon-facebook:before {
        font-size: 18px; }
      .header_wrap .icon2-instagram:before {
        font-size: 18px; }
      .header_wrap a:hover .icon-linkedin:before {
        font-size: 25px; }
      .header_wrap a:hover .icon-facebook:before {
        font-size: 25px; }
      .header_wrap a:hover .icon2-instagram:before {
        font-size: 25px; }
      .header_wrap a:hover .icon-magnifier-with-small-handle:before {
        font-size: 36px; }
    .header.header-scroll {
      height: 70px; }
      .header.header-scroll .header_wrap {
        padding-top: 7px;
        height: 100%; }
        .header.header-scroll .header_wrap__social {
          margin-top: -7px; }
  .banner__item {
    text-align: center;
    /* background: #2e2e2e !important; */
    padding: 80px 0 0;
    height: 380px; }
    .banner__item-text {
      max-width: 470px;
      width: 100%;
      padding: 0 15px; }
      .banner__item-text h2 {
        font-size: 30px;
        line-height: 30px; }
      .banner__item-text h3 {
        font-size: 20px;
        line-height: 22px; }
  .button {
    border: 1px solid #72bf44;
    width: 130px;
    height: 40px; }
  .buttons {
    justify-content: center;
    left: 0;
    top: 330px;
    max-width: 500px;
    width: 100%; }
    .buttons_left {
      display: none; }
    .buttons_right {
      width: 200px; }
      .buttons_right span {
        padding-right: 0;
        text-align: center; }
      .buttons_right.button--winona::after {
        padding-right: 0;
        text-align: center; }
    .buttons .t-shirt {
      display: none; }
    .buttons .progress {
      display: none; }
  .offer {
    max-height: 980px;
    height: 100%; }
    .offer.oferta-offer {
      height: 550px; }
      .offer.oferta-offer .block_every {
        background: #2e2e2e !important; }
    .offer .block > div {
      padding-bottom: 30px; }
    .offer .block_every .h1 {
      font-size: 40px !important;
      padding-top: 20px !important; }
    .offer .block_every__flex {
      padding: 30px 15px; }
      .offer .block_every__flex-title {
        width: 350px; }
        .offer .block_every__flex-title h2 {
          font-size: 30px;
          line-height: 30px;
          margin-top: 15px; }
        .offer .block_every__flex-title h3 {
          font-size: 20px;
          line-height: 23px;
          margin-top: 5px; }
      .offer .block_every__flex-image {
        display: none; }
      .offer .block_every__flex-content {
        width: 380px; }
        .offer .block_every__flex-content p {
          margin-bottom: 15px;
          margin-top: 0;
          font-size: 17px;
          line-height: 30px; }
    .offer .menu {
      top: -2px;
      position: relative;
      background: #2e2e2e;
      height: 360px; }
      .offer .menu .wrapper {
        justify-content: center;
        max-width: 1800px;
        width: 100%;
        flex-wrap: wrap; }
        .offer .menu .wrapper div {
          width: 33.333333%;
          height: 120px;
          padding-top: 20px; }
          .offer .menu .wrapper div:hover {
            transform: scale(1); }
        .offer .menu .wrapper p {
          width: 170px;
          font-size: 13px;
          letter-spacing: 1.8px;
          top: 80px;
          line-height: 16px; }
        .offer .menu .wrapper .icon-football {
          font-size: 47px; }
        .offer .menu .wrapper .icon-basketball-match {
          font-size: 45px; }
        .offer .menu .wrapper .icon-volleyball-game {
          font-size: 45px; }
        .offer .menu .wrapper .icon-soccer-match {
          font-size: 45px; }
        .offer .menu .wrapper .icon-gym {
          font-size: 55px; }
        .offer .menu .wrapper .icon-hockey-sticks {
          font-size: 45px; }
        .offer .menu .wrapper .icon-rugby-game {
          font-size: 45px; }
        .offer .menu .wrapper .icon-tracking-shoe {
          font-size: 45px; }
        .offer .menu .wrapper .icon-sports {
          font-size: 45px; }
  .menu {
    top: 680px;
    height: 405px !important; }
    .menu.oferta-menu {
      top: -500px !important;
      background: #2e2e2e !important; }
    .menu .wrapper {
      width: 1800px; }
      .menu .wrapper div {
        width: 100% !important;
        height: 45px !important;
        padding-top: 0 !important; }
      .menu .wrapper div:not(:last-child) {
        border-bottom: solid 1px #72bf44; }
      .menu .wrapper p {
        width: 100% !important;
        font-size: 14px;
        letter-spacing: 1.8px !important;
        top: 15px !important;
        line-height: 17px; }
      .menu .wrapper .icon-football {
        display: none; }
      .menu .wrapper .icon-basketball-match {
        display: none; }
      .menu .wrapper .icon-volleyball-game {
        display: none; }
      .menu .wrapper .icon-soccer-match {
        display: none; }
      .menu .wrapper .icon-gym {
        display: none; }
      .menu .wrapper .icon-hockey-sticks {
        display: none; }
      .menu .wrapper .icon-rugby-game {
        display: none; }
      .menu .wrapper .icon-tracking-shoe {
        display: none; }
      .menu .wrapper .icon-sports {
        display: none; }
  .product {
    margin-top: -3px;
    height: 100%;
    flex-wrap: wrap; }
    .product_content {
      width: 100%;
      height: 100%; }
      .product_content:before {
        display: none; }
      .product_content__text {
        text-align: center;
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px; }
        .product_content__text h1 {
          font-size: 25px;
          line-height: 30px;
          margin-top: 10px; }
          .product_content__text h1 br {
            display: none; }
        .product_content__text h2 {
          font-size: 13px;
          letter-spacing: 1.8px; }
        .product_content__text p {
          margin-bottom: 100px;
          max-width: 800px;
          width: 100%;
          font-size: 16px;
          line-height: 20px;
          margin-top: 10px; }
      .product_content__button {
        width: 320px;
        height: 50px;
        bottom: 20px; }
        .product_content__button .button--content {
          padding-left: 40px; }
  .useness {
    height: 210px; }
    .usenessRight {
      display: none; }
    .usenessLeft {
      width: 250px;
      height: 30px;
      left: -200px;
      top: 10px; }
    .useness .icon-like:before {
      top: 10px;
      font-size: 35px; }
    .useness h2 {
      padding-top: 55px;
      font-size: 25px; }
    .useness h3 {
      padding-top: 10px;
      font-size: 17px; }
      .useness h3:after {
        display: none; }
  .sliders_left {
    width: 80px; }
    .sliders_left__item {
      height: 200px; }
      .sliders_left__item .text {
        margin-top: 95px;
        font-size: 20px; }
  .sliders_wrap {
    max-width: 1680px;
    padding: 0 80px;
    width: 100%;
    height: 400px; }
    .sliders_wrap .slider_first {
      height: 200px; }
      .sliders_wrap .slider_first.owl-carousel .owl-nav {
        right: -80px;
        height: 200px;
        width: 80px;
        padding: 60px 0; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-prev:before {
          font-size: 20px; }
        .sliders_wrap .slider_first.owl-carousel .owl-nav .owl-next:before {
          font-size: 20px; }
      .sliders_wrap .slider_first__item {
        max-width: 240px;
        width: 100%;
        height: 200px; }
        .sliders_wrap .slider_first__item a {
          max-width: 240px;
          width: 100%;
          height: 200px; }
        .sliders_wrap .slider_first__item.bks-lublin img {
          width: 100px;
          height: 100px; }
        .sliders_wrap .slider_first__item.mks-lublin img {
          width: 85px;
          height: 107px; }
        .sliders_wrap .slider_first__item.mks-start img {
          width: 72px;
          height: 114px; }
        .sliders_wrap .slider_first__item.jelen img {
          width: 78px;
          height: 90px; }
        .sliders_wrap .slider_first__item.motor img {
          width: 62px;
          height: 89px; }
        .sliders_wrap .slider_first__item.l-fire img {
          width: 93px;
          height: 64px; }
        .sliders_wrap .slider_first__item.akademia img {
          width: 72px;
          height: 92px; }
        .sliders_wrap .slider_first__item.vrota img {
          width: 91px;
          height: 90px; }
        .sliders_wrap .slider_first__item.sygnal img {
          width: 81px;
          height: 89px; }
        .sliders_wrap .slider_first__item.tps img {
          width: 95px;
          height: 95px; }
        .sliders_wrap .slider_first__item.north img {
          width: 83px;
          height: 82px; }
    .sliders_wrap .slider_second {
      height: 200px; }
      .sliders_wrap .slider_second.owl-carousel .owl-nav {
        right: -80px;
        height: 200px;
        width: 80px;
        padding: 60px 0; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-prev:before {
          font-size: 20px; }
        .sliders_wrap .slider_second.owl-carousel .owl-nav .owl-next:before {
          font-size: 20px; }
      .sliders_wrap .slider_second__item {
        max-width: 240px;
        width: 100%;
        height: 200px; }
        .sliders_wrap .slider_second__item a {
          max-width: 240px;
          width: 100%;
          height: 200px; }
        .sliders_wrap .slider_second__item.malta img {
          width: 71px;
          height: 100px; }
        .sliders_wrap .slider_second__item.fundation img {
          width: 120px;
          height: 59px; }
        .sliders_wrap .slider_second__item.taste-life img {
          width: 66px;
          height: 100px; }
        .sliders_wrap .slider_second__item.lublin img {
          width: 95px;
          height: 22px; }
        .sliders_wrap .slider_second__item.w2ps img {
          width: 95px;
          height: 20px; }
        .sliders_wrap .slider_second__item.red-black img {
          width: 95px;
          height: 95px; }
        .sliders_wrap .slider_second__item.liga-amator img {
          width: 93px;
          height: 105px; }
        .sliders_wrap .slider_second__item.lzkosz img {
          width: 64px;
          height: 99px; }
        .sliders_wrap .slider_second__item.lzpn img {
          width: 101px;
          height: 101px; }
        .sliders_wrap .slider_second__item.id img {
          width: 75px;
          height: 59px; }
  .footer {
    height: 100%;
    text-align: center; }
    .footer_wrap {
      max-width: 1600px;
      padding: 10px 30px;
      width: 100%; }
      .footer_wrap__social {
        display: none; }
      .footer_wrap__contact {
        margin-top: 0;
        flex-wrap: wrap; }
        .footer_wrap__contact p.contact-title {
          font-size: 16px; }
        .footer_wrap__contact p.contact-text {
          font-size: 18px;
          margin-top: 7px; }
        .footer_wrap__contact .address {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .address:before {
            display: none; }
        .footer_wrap__contact .phone {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .phone:before {
            display: none; }
        .footer_wrap__contact .email {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .email:before {
            display: none; }
        .footer_wrap__contact .hours {
          width: 100%;
          padding-left: 0;
          padding: 10px 0;
          border-bottom: 1px #72bf44 solid; }
          .footer_wrap__contact .hours:before {
            display: none; }
  .content {
    padding-top: 100px;
    flex-wrap: wrap; }
    .content_left {
      width: 100%;
      padding-top: 16px; }
      .content_left__title {
        width: 100%; }
        .content_left__title--text {
          width: 256px;
          height: 50px;
          padding-left: 57px;
          padding-top: 15px; }
          .content_left__title--text span {
            font-size: 20px; }
        .content_left__title--triangle {
          border: 25px solid transparent;
          border-top: 25px solid #72bf44;
          border-left: 25px solid #72bf44; }
      .content_left__menu {
        width: 320px;
        margin: 10px auto 0; }
        .content_left__menu--main a {
          font-size: 18px; }
        .content_left__menu--main li {
          padding: 12px 0 12px 30px; }
        .content_left__menu--main li:last-child {
          border-bottom: none; }
        .content_left__menu--main .icon-minus,
        .content_left__menu--main .icon-plus {
          font-size: 10px; }
        .content_left__menu--main .more {
          padding-right: 20px; }
        .content_left__menu--minor {
          margin-top: 18px; }
          .content_left__menu--minor:before {
            width: 320px;
            height: 1px;
            top: -5px;
            left: -29px; }
          .content_left__menu--minor li {
            padding: 5px 23px; }
            .content_left__menu--minor li::before {
              font-size: 20px;
              width: 22px;
              margin-left: -22px; }
          .content_left__menu--minor a {
            font-size: 16px; }
    .content_right {
      padding: 0 5px 5px; }
      .content_right.content_right__tekstowa {
        padding: 0 10px 0 !important; }
      .content_right__text h1 {
        font-size: 20px;
        margin-top: 15px; }
      .content_right__text h2 {
        font-size: 18px;
        margin-top: 5px; }
      .content_right__text blockquote {
        padding-bottom: 15px;
        font-size: 19px;
        position: relative;
        padding-left: 65px;
        padding-right: 15px;
        padding-top: 15px;
        margin-top: 15px; }
        .content_right__text blockquote:before {
          width: 50px;
          font-size: 30px; }
      .content_right__text p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px; }
      .content_right__text p:last-child {
        margin-top: 15px; }
      .content_right__text ul {
        margin-top: 15px;
        margin-left: 35px; }
        .content_right__text ul li {
          font-size: 18px;
          color: #000000;
          font-family: Lato, sans-serif;
          font-weight: 400;
          line-height: 30px; }
          .content_right__text ul li::before {
            content: "•";
            font-size: 15px;
            color: #72bf44;
            display: inline-block;
            width: 22px;
            margin-left: -22px; }
      .content_right__products h2 {
        margin-top: 15px;
        font-size: 20px; }
      .content_right__images h2 {
        margin-top: 15px;
        font-size: 20px; }
      .content_right__images_inner {
        width: 100%;
        margin-top: 15px; }
      .content_right__table {
        max-width: 1420px;
        width: 100%;
        margin: 0 auto; }
        .content_right__table h2 {
          font-size: 20px; }
      .content_right table {
        font-size: 16px;
        border-spacing: 1px;
        margin-top: 15px; }
        .content_right table tr:first-child {
          font-size: 16px; }
          .content_right table tr:first-child td {
            padding: 23px 5px 23px;
            text-align: center; }
            .content_right table tr:first-child td:last-child {
              width: 100%; }
        .content_right table tbody td {
          padding: 23px 5px 23px;
          text-align: center; }
      .content_right__download h2 {
        margin-top: 15px;
        font-size: 20px; }
      .content_right__download .content__download_inner {
        margin-top: 15px; }
        .content_right__download .content__download_inner .download__item {
          min-height: 76px;
          margin-bottom: 44px;
          border-bottom: solid 2px #000000; }
          .content_right__download .content__download_inner .download__item:after {
            width: 75px; }
          .content_right__download .content__download_inner .download__item_inner {
            width: 544px;
            font-size: 16px; }
          .content_right__download .content__download_inner .download__item [class^="icon-"], .content_right__download .content__download_inner .download__item [class*=" icon-"],  .content_right__download .content__download_inner .download__item [class^="icon3-"], .content_right__download .content__download_inner .download__item [class*=" icon3-"] {
            font-size: 40px; }
          .content_right__download .content__download_inner .download__item .button {
            width: 75px;
            height: 40px; }
            .content_right__download .content__download_inner .download__item .button span {
              font-size: 12px;
              letter-spacing: normal; }
          .content_right__download .content__download_inner .download__item .button--winona::after {
            font-size: 12px;
            padding-top: 12px; }
      .content_right .video-slider {
        padding: 15px 5px 15px !important; }
      .content_right__video h2 {
        margin-top: 15px;
        font-size: 20px; }
      .content_right__address {
        display: none; }
      .content_right__container .title {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center; }
        .content_right__container .title_text {
          font-size: 22px; }
        .content_right__container .title_icons {
          max-width: 875px;
          width: 100%;
          margin-top: 20px;
          flex-wrap: wrap; }
          .content_right__container .title_icons a {
            width: 33.3333333333%; }
          .content_right__container .title_icons__second {
            margin-top: 65px; }
          .content_right__container .title_icons__third {
            margin-top: 65px; }
          .content_right__container .title_icons__every:after {
            font-size: 9px;
            letter-spacing: 1.8px;
            width: 114px;
            line-height: 15px;
            top: 46px; }
      .content_right__container .items {
        margin-top: 52px;
        width: 100%;
        flex-wrap: wrap; }
        .content_right__container .items_container {
          width: 100%;
          height: 100%;
          margin: 10px auto 0;
          padding-bottom: 80px; }
          .content_right__container .items_container:after {
            display: none; }
          .content_right__container .items_container__button--content {
            width: 70%; }
          .content_right__container .items_container__button--shape {
            padding-left: 0;
            width: 30%; }
      .content_right__container .costumes {
        padding: 5px; }
        .content_right__container .costumes_left h2 {
          margin-left: 10px; }
        .content_right__container .costumes_left h3 {
          margin-left: 10px; }
        .content_right__container .costumes_left p {
          margin-left: 10px; }
        .content_right__container .costumes_left__button {
          margin-left: -5px; }
        .content_right__container .costumes_right {
          max-width: 610px;
          width: 100%;
          margin-top: 15px; }
          .content_right__container .costumes_right__slider {
            padding-left: 0; }
            .content_right__container .costumes_right__slider #sync2 {
              display: none; }
            .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next, .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
              width: 30px;
              height: 30px; }
            .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev {
              left: 10px; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-prev:before {
                font-size: 15px; }
            .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next {
              right: 10px; }
              .content_right__container .costumes_right__slider #sync1.owl-theme .owl-next:before {
                font-size: 15px; }
          .content_right__container .costumes_right__contact {
            margin-top: 0;
            margin-left: 0; }
          .content_right__container .costumes_right__downloadTitle {
            margin-left: 0;
            margin-top: 10px;
            font-size: 25px;
            padding-top: 40px; }
            .content_right__container .costumes_right__downloadTitle:before {
              top: 10px; }
          .content_right__container .costumes_right__download {
            margin-top: 10px;
            margin-left: 0; }
            .content_right__container .costumes_right__download .download__item {
              min-height: 76px;
              margin-bottom: 44px; }
              .content_right__container .costumes_right__download .download__item:after {
                content: "";
                width: 60px; }
              .content_right__container .costumes_right__download .download__item_inner {
                max-width: 544px;
                width: 100%;
                font-size: 16px; }
              .content_right__container .costumes_right__download .download__item [class^="icon-"], .content_right__container .costumes_right__download .download__item [class*=" icon-"] {
                font-size: 30px; }
              .content_right__container .costumes_right__download .download__item .button {
                width: 70px;
                height: 30px; }
                .content_right__container .costumes_right__download .download__item .button span {
                  font-size: 11px; }
              .content_right__container .costumes_right__download .download__item .button--winona::after {
                font-size: 11px;
                padding-top: 10px; }
        .content_right__container .costumes_button {
          margin-left: 0;
          margin-top: -30px; }
          .content_right__container .costumes_button .button {
            width: 70px;
            height: 30px; }
            .content_right__container .costumes_button .button span {
              font-size: 11px; }
          .content_right__container .costumes_button .button--winona::after {
            font-size: 11px;
            padding-top: 10px; }
      .content_right__button {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        border-top: solid 1px #eaeaea;
        border-bottom: solid 1px #eaeaea;
        margin-top: 15px; }
        .content_right__button .button {
          width: 240px !important;
          height: 45px !important; }
          .content_right__button .button span {
            font-size: 12px !important;
            letter-spacing: normal !important; }
        .content_right__button .button--winona::after {
          font-size: 12px;
          letter-spacing: normal;
          padding-top: 12px; } 
        .block_every__flex-content h1.home_h1 {
          font-size: 20px;
          padding-top: 15px;
          line-height: 30px;
          margin-top: 0px;
        }}

/* Rodo */
.rodo{
  background-color:#2E2E2E;
  border-radius: 5px;
  min-height:140px;
  padding:10px 20px 0;
  position:fixed;
  bottom:4%;
  left:2%;
  width:45%;
  z-index:9999999999!important;
  font-family: Lato;
  display: none;
}
.rodo p{
  color:#fff;
  font-size:14px;
}
.rodo h6{
  color:#fff;
  font-weight:700;
  font-size:14px;
  text-transform:uppercase;
}
.rodo__content{
  float:left;
  max-width:70%;
  margin-top:7px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.rodo__content__link,.rodo__content__link:hover{
  color:#000;
  text-decoration:underline!important;
}
.rodo .rodo__content__link,.rodo .rodo__content__link:hover{
  color:#fff;
  text-decoration:underline!important;
}
.myBtn{
  margin:30px 10px 0 0!important;
  float:right;

}
@media only screen and (max-width:1600px){
  .rodo__button{
    width:100%;
  }
  .myBtn{
    float:none;
    margin:10px auto!important;
    display:block;
    padding: 12px 10px;
  }
  .rodo__content{
    max-width:100%;
    text-align:center;
  }}
@media only screen and (max-width:1299px){
  .myBtn{
    margin-bottom:10px;
    font-size: 12px;
    height: 40px;
  }
  .rodo p{
    font-size:11px;
  }
}
@media only screen and (max-width:550px){
	.title_icons{
		display: none!important;
	}
	.title_icons__every::before{
		display: none!important;
	}
	.title_icons__every::after {
		display:block !important;
		font-size: 15px;
		position: relative;
	}
	.content_right__container .title_icons__every:after{
		position: relative;
	}
	.content_right__container .title_icons a{

		width: 50%;
	}
	.content_right__container .title_icons__every:after{
		top: 20px;
	}
	.title_icons__every{
		display: inline-block;
		font-size: 15px;
	}
  .rodo{
    width: 96%;
    right: 2%;
  }}

.newsList__button{
	display: none;
}

#sync1 .owl-item img {
	width: auto;
	margin: 0 auto;
	max-height: 311px;
}
.costumes_left ul {
	margin-top: 15px;
	margin-left: 35px; }
	.costumes_left ul li {
		font-size: 18px;
		list-style: none;
		color: #000000;
		font-family: Lato, sans-serif;
		font-weight: 400;
		line-height: 30px; }
	.costumes_left	ol li {
		 font-size: 18px;
		padding-left: 10px;
		 color: #000000;
		 font-family: Lato, sans-serif;
		 font-weight: 400;
		 line-height: 30px; }
		.costumes_left ul li::before {
			content: "•";
			font-size: 15px;
			color: #72bf44;
			display: inline-block;
			width: 22px;
			margin-left: -22px; }
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.content_right__container p {
	color: #000000;
	font-family: Lato, sans-serif;
	font-size: 0.9375vw;
	font-weight: 400;
	line-height: 1.5625vw;
	margin-top: 1.25vw;
}
@media only screen and (max-width:1020px){
	.content_right__container p, .content_right__text p a, .content_right__text ol li {
		font-size: 16px;
		line-height: 1.5;
		}
		.content_right__text ol{
			margin-left: 27px;
		}
	.content_right__container h3 {
		font-size: 23px;
		line-height: 1.4;
		}
		.content_right__container h4 {
			font-size: 20px;
			line-height: 1.4;
			}
			.content_right__text blockquote p{
				font-size: 16px;
				line-height: 1.5;
			}
}

.searchList--item{
	width: 100%!important;
	height: 150px!important;
	margin-right: 0!important;
}
.searchList--item .items_container__text{
	font-size: 35px!important;
}

.searchList--item .items_container__text.search_url{
	font-size: 25px!important;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	color: #72BF44;
	transition: all .4s ease;
	font-weight: 400;
}
.searchList--item .items_container__text.search_url:hover{
	text-decoration: underline;
	color: black;
}
@media only screen and (max-width:800px){
  .useness h2{

  }
}
/*# sourceMappingURL=style.css.map */
