#cu_motozplay_container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  overflow: hidden;
}
#cu_motozplay_container * {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
#cu_motozplay_container .cu_font {
  font-family: 'Montserrat', sans-serif;
}
#cu_motozplay_container .cu_rel {
  position: relative;
}
#cu_motozplay_container sup {
  font-size: 0.6em;
}
#cu_motozplay_container div {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cu_motozplay_container img {
  max-width: 100%;
  display: block;
}
#cu_motozplay_container .cu_videoContainer {
  background: #ff6a00;
  padding: 4% 10%;
}
#cu_motozplay_container .cu_textBlock {
  font-size: 12px;
  line-height: 1.5;
}
#cu_motozplay_container .cu_textBlock p {
  font-size: 12px;
  line-height: 1.35;
  padding: 0;
  margin: 0 0 1.5em 0;
  font-weight: 300;
}
#cu_motozplay_container .cu_textBlock p strong {
  font-weight: bold;
}
#cu_motozplay_container .cu_normalPadding {
  padding: 15px;
}
#cu_motozplay_container .cu_paddingContent {
  padding: 55px 90px 0 90px;
}
#cu_motozplay_container h2.cu_normalHeading {
  font-size: 30px;
  line-height: 1.06;
  padding: 0;
  margin: 0 0 0.9em 0;
  font-weight: 700;
}
#cu_motozplay_container h2.cu_normalHeading span.h_yellow {
  color: #fee600;
}
#cu_motozplay_container h2.cu_normalHeading span.h_pink {
  color: #f04187;
}
#cu_motozplay_container h2.cu_normalHeading span.h_aqua {
  color: #46c8e1;
}
#cu_motozplay_container h2.cu_normalHeading span.h_red {
  color: #eb140a;
}
#cu_motozplay_container h2.cu_normalHeading span.h_orange {
  color: #ff6a00;
}
#cu_motozplay_container h2.bigHeading {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.7em 0;
  font-weight: 700;
}
#cu_motozplay_container .cu_video {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
#cu_motozplay_container .cu_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#cu_motozplay_container .cu_half {
  width: 50%;
}
#cu_motozplay_container .cu_headSection h2 {
  font-weight: bold;
  font-size: 62px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 24%;
}
#cu_motozplay_container .cu_headSection h2 span {
  display: block;
  font-size: 0.25em;
  line-height: 1;
  margin-top: 0.4em;
  text-align: center;
}
#cu_motozplay_container .cu_motomods {
  background: #f01505;
  padding-top: 60px;
  padding-bottom: 40px;
}
#cu_motozplay_container .cu_motomods .cu_mods_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 20px 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cu_motozplay_container .cu_motomods .cu_mods_container > p {
  padding: 0 6px;
  width: 25%;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}
#cu_motozplay_container .cu_motomods .cu_mods_container > div {
  width: 35%;
  text-align: center;
  padding: 0 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#cu_motozplay_container .cu_motomods .cu_mods_container > div img {
  display: inline-block;
  max-width: 100%;
}
#cu_motozplay_container .cu_motomods .cu_mods_container > h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
  width: 25%;
}
#cu_motozplay_container .cu_modsDetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#cu_motozplay_container .cu_modsDetails .cu_modsDetailsCol {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cu_motozplay_container .cu_modsDetails .cu_modsDetailsCol > div {
  height: 100%;
}
#cu_motozplay_container .cu_modsDetails .proj {
  background: #67c453;
}
#cu_motozplay_container .cu_modsDetails .bat {
  background: #f8e320;
}
#cu_motozplay_container .cu_modsDetails .obiektyw {
  background: #f84b85;
}
#cu_motozplay_container .cu_modsDetails .glosnik {
  background: #ff5809;
}
#cu_motozplay_container .cu_modsDetails .plecki {
  background: #34c3de;
}
#cu_motozplay_container .cu_modsDetails .projImage {
  height: 0;
  padding-bottom: 70%;
  position: relative;
}
#cu_motozplay_container .cu_modsDetails .projImage img {
  max-width: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130%;
}
#cu_motozplay_container .cu_quote {
  text-align: center;
  padding: 48px 20px;
}
#cu_motozplay_container .cu_quote.cu_top {
  background: #71ca5c url(quote_top.png) no-repeat 5% 0;
  padding-bottom: 28px;
}
#cu_motozplay_container .cu_quote.cu_bottom {
  background: #f74881 url(quote_bottom.png) no-repeat 95% bottom;
}
#cu_motozplay_container .cu_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#cu_motozplay_container .cu_quoteBlue {
  background: #3dc9e2 url(quote_top.png) no-repeat 5% 0;
  width: 25%;
  padding: 40px 20px 10px 20px;
  text-align: center;
}
#cu_motozplay_container .cu_quoteBlue.cu_textBlock p {
  font-size: 10px;
}
#cu_motozplay_container .cu_quoteRed {
  background: #e01d07 url(quote_bottom.png) no-repeat 95% bottom;
  width: 25%;
  padding: 25px 20px 10px 20px;
  text-align: center;
}
#cu_motozplay_container .cu_quoteRed.cu_textBlock p {
  font-size: 10px;
}
#cu_motozplay_container .cu_fullMoto {
  background: #f5316a;
  background: -moz-linear-gradient(45deg, #f5316a 35%, #f95c97 80%);
  background: -webkit-linear-gradient(45deg, #f5316a 35%, #f95c97 80%);
  background: -o-linear-gradient(45deg, #f5316a 35%, #f95c97 80%);
  background: linear-gradient(45deg, #f5316a 35%, #f95c97 80%);
}
#cu_motozplay_container .cu_fullMoto h2.bigHeading {
  margin: 0;
  padding: 1em 0;
}
#cu_motozplay_container .cu_fullMoto .cu_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  padding-right: 80px;
}
#cu_motozplay_container .cu_fullMoto .cu_text {
  width: 40%;
  padding-right: 30px;
  padding-top: 60px;
}
#cu_motozplay_container .cu_fullMoto .cu_image {
  width: 60%;
}
#cu_motozplay_container .cu_fullBattery {
  background: #f9e323;
}
#cu_motozplay_container .cu_fullBattery * {
  color: #000000;
}
#cu_motozplay_container .cu_fullBattery .mobile {
  display: none;
}
#cu_motozplay_container .cu_fullBattery p {
  margin-bottom: 0.9em;
}
#cu_motozplay_container .cu_fullBattery h2 {
  margin-bottom: 0.7em;
}
#cu_motozplay_container .cu_fullObiektyw {
  background: #45ad33;
  background: -moz-linear-gradient(45deg, #45ad33 40%, #73cb5e 80%);
  background: -webkit-linear-gradient(45deg, #45ad33 40%, #73cb5e 80%);
  background: -o-linear-gradient(45deg, #45ad33 40%, #73cb5e 80%);
  background: linear-gradient(45deg, #45ad33 40%, #73cb5e 80%);
}
#cu_motozplay_container .cu_fullObiektyw .cu_textBlock {
  padding: 40px 0;
}
#cu_motozplay_container .cu_fullDesign {
  background: #24b6d7;
}
#cu_motozplay_container .cu_fullRdzenie {
  background: #ff5207;
  background: -moz-linear-gradient(45deg, #ff5207 0%, #ff8115 100%);
  background: -webkit-linear-gradient(45deg, #ff5207 0%, #ff8115 100%);
  background: -o-linear-gradient(45deg, #ff5207 0%, #ff8115 100%);
  background: linear-gradient(45deg, #ff5207 0%, #ff8115 100%);
}
#cu_motozplay_container .cu_fullCzytnik {
  background: #f5316a;
  background: -moz-linear-gradient(45deg, #f5316a 0%, #f95c97 100%);
  background: -webkit-linear-gradient(45deg, #f5316a 0%, #f95c97 100%);
  background: -o-linear-gradient(45deg, #f5316a 0%, #f95c97 100%);
  background: linear-gradient(45deg, #f5316a 0%, #f95c97 100%);
}
#cu_motozplay_container .cu_stripes .cu_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#cu_motozplay_container .cu_stripes h2 {
  margin-top: 1em;
}
#cu_motozplay_container .cu_stripes .cu_stripe {
  position: relative;
}
#cu_motozplay_container .cu_stripes .cu_stripe:after {
  content: "";
  display: block;
  clear: both;
}
#cu_motozplay_container .cu_stripes .cu_stripe img {
  width: 54%;
}
#cu_motozplay_container .cu_stripes .cu_stripe img.cu_imgRight {
  float: right;
  width: 48%;
}
#cu_motozplay_container .cu_stripes .cu_stripe img.cu_imgRight.bigger {
  width: 53%;
  margin-top: 50px;
  
}
#cu_motozplay_container .cu_stripes .cu_right {
  left: 58%;
  width: 33.33%;
}
#cu_motozplay_container .cu_stripes .cu_left {
  left: 8%;
  width: 34%;
}
#cu_motozplay_container .cu_stripes .cu_left.cu_smaller {
  width: 38%;
}
#cu_motozplay_container .cu_stripes img.cu_lenovo {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 28px;
}
#cu_motozplay_container .cu_boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cu_motozplay_container .cu_boxes .cu_box {
  width: 33.33%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
#cu_motozplay_container .cu_boxes .cu_box img {
  display: inline-block;
}
#cu_motozplay_container .cu_boxes .cu_box h2 {
  text-align: center;
  width: 100%;
  margin: 0;
}
#cu_motozplay_container .cu_boxes .cu_box h3 {
  font-size: 16px;
  font-weight: 700;
}
#cu_motozplay_container .cu_boxes .cu_box h3 span.h_yellow {
  color: #fee600;
}
#cu_motozplay_container .cu_boxes .cu_box h3 span.h_pink {
  color: #f04187;
}
#cu_motozplay_container .cu_boxes .cu_box h3 span.h_aqua {
  color: #46c8e1;
}
#cu_motozplay_container .cu_boxes .cu_box h3 span.h_red {
  color: #eb140a;
}
#cu_motozplay_container .cu_boxes .cu_box h3 span.h_orange {
  color: #ff6a00;
}
#cu_motozplay_container .cu_boxes .cu_box > div {
  width: 100%;
  text-align: center;
}
#cu_motozplay_container .cu_boxes .cu_box p {
  font-size: 12px;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#cu_motozplay_container .cu_boxes .cu_blue {
  background: #46d0e6;
}
#cu_motozplay_container .cu_boxes .cu_green {
  background: #69c346;
}
#cu_motozplay_container .cu_boxes .cu_yellow {
  background: #feea2d;
}
#cu_motozplay_container .cu_boxes .cu_yellow * {
  color: #000;
}
#cu_motozplay_container .cu_boxes .cu_red {
  background: #f6300e;
}
#cu_motozplay_container .cu_boxes .cu_orange {
  background: #ff6a00;
}
#cu_motozplay_container .cu_boxes .cu_pink {
  background: #f95c97;
}
@media only screen and (max-width: 1025px) {
  #cu_motozplay_container .cu_stripes .cu_stripe img.cu_imgRight.bigger {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 925px) {
  #cu_motozplay_container .cu_headSection h2 {
    font-size: 45px;
  }
  #cu_motozplay_container .cu_headSection h2 span {
    font-size: 0.3em;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container > h3,
  #cu_motozplay_container .cu_motomods .cu_mods_container > div,
  #cu_motozplay_container .cu_motomods .cu_mods_container > p {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  #cu_motozplay_container h2.bigHeading {
    font-size: 30px;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container > h3 {
    font-size: 16px;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #cu_motozplay_container .cu_paddingContent {
    padding: 45px 60px 0 60px;
  }
  #cu_motozplay_container h2.cu_normalHeading {
    font-size: 26px;
  }
  #cu_motozplay_container .cu_textBlock p {
    font-size: 13px;
  }
  #cu_motozplay_container .cu_quote.cu_top,
  #cu_motozplay_container .cu_quote.cu_bottom,
  #cu_motozplay_container .cu_quoteBlue,
  #cu_motozplay_container .cu_quoteRed {
    background-size: 30px auto;
    padding: 30px 20px;
  }
  #cu_motozplay_container .cu_quoteBlue,
  #cu_motozplay_container .cu_quoteRed {
    padding-bottom: 10px;
  }
  #cu_motozplay_container .cu_quoteBlue p,
  #cu_motozplay_container .cu_quoteRed p {
    margin-bottom: 0;
    font-size: 11px;
  }
  #cu_motozplay_container .cu_quoteBlue p + p,
  #cu_motozplay_container .cu_quoteRed p + p {
    margin-top: 1.5em;
  }
  #cu_motozplay_container .cu_quoteBlue.cu_quoteBlock p,
  #cu_motozplay_container .cu_quoteRed.cu_quoteBlock p {
    font-size: 11px;
  }
  #cu_motozplay_container .cu_fullMoto .cu_content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #cu_motozplay_container .cu_boxes .cu_box p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 845px) {
  #cu_motozplay_container .cu_quoteBlue,
  #cu_motozplay_container .cu_quoteRed {
    width: 50%;
    padding-bottom: 30px;
  }
  #cu_motozplay_container .cu_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cu_motozplay_container .cu_half {
    width: 100%;
  }
  #cu_motozplay_container .cu_stripes .cu_left {
    width: 45%;
  }
}
@media only screen and (max-width: 760px) {
  #cu_motozplay_container .cu_headSection h2 {
    font-size: 30px;
  }
  #cu_motozplay_container h2.bigHeading {
    font-size: 36px;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container > h3 {
    font-size: 14px;
  }
  #cu_motozplay_container h2.cu_normalHeading {
    font-size: 22px;
  }
  #cu_motozplay_container .cu_quoteBlue,
  #cu_motozplay_container .cu_quoteRed {
    width: 50%;
  }
  #cu_motozplay_container .cu_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cu_motozplay_container .cu_half {
    width: 100%;
  }
  #cu_motozplay_container .cu_fullMoto .cu_image {
    width: 60%;
  }
  #cu_motozplay_container .cu_stripes .cu_content {
    margin-left: auto;
    margin-right: auto;
  }
  #cu_motozplay_container .cu_fullObiektyw .cu_textBlock {
    padding: 0;
  }
}
@media only screen and (max-width: 710px) {
  #cu_motozplay_container .cu_modsDetails .cu_modsDetailsCol > div.plecki {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  #cu_motozplay_container .cu_modsDetails .projImage {
    padding-bottom: 53%;
  }
  #cu_motozplay_container .cu_paddingContent {
    padding: 25px 30px 0 30px;
  }
}
@media only screen and (max-width: 700px) {
  #cu_motozplay_container .cu_headSection h2 {
    font-size: 20px;
  }
  #cu_motozplay_container .cu_headSection h2 span {
    font-size: 0.6em;
  }
  #cu_motozplay_container h2.bigHeading {
    font-size: 26px;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container > * {
    width: 100%;
  }
  #cu_motozplay_container .cu_motomods .cu_mods_container > div {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
  #cu_motozplay_container .cu_modsDetails {
    display: block;
  }
  #cu_motozplay_container .cu_modsDetails .cu_modsDetailsCol {
    width: 100%;
  }
  #cu_motozplay_container .cu_flex {
    display: block;
  }
  #cu_motozplay_container .cu_quoteBlue,
  #cu_motozplay_container .cu_quoteRed {
    width: 100%;
    padding: 30px;
  }
  #cu_motozplay_container .cu_fullMoto .cu_content {
    display: block;
  }
  #cu_motozplay_container .cu_fullMoto .cu_text {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    max-width: 500px;
  }
  #cu_motozplay_container .cu_fullMoto .cu_image {
    max-width: 500px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #cu_motozplay_container h2.cu_normalHeading {
    font-size: 18px;
  }
  #cu_motozplay_container .cu_fullBattery {
    text-align: center;
  }
  #cu_motozplay_container .cu_fullBattery .cu_textBlock {
    text-align: left;
  }
  #cu_motozplay_container .cu_fullBattery .mobile {
    display: inline-block;
  }
  #cu_motozplay_container .cu_fullBattery .desktop {
    display: none;
  }
  #cu_motozplay_container .cu_stripes .cu_stripe img {
    width: 80%;
    max-width: 500px;
  }
  #cu_motozplay_container .cu_stripes .cu_content,
  #cu_motozplay_container .cu_stripes .cu_left.cu_smaller {
    position: static;
    width: 100%;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
  #cu_motozplay_container .cu_stripes .cu_stripe img.cu_imgRight.bigger {
    margin-top: 0;
  }
  #cu_motozplay_container .cu_stripes .cu_stripe img.cu_lenovo {
    width: 20px;
  }
  #cu_motozplay_container .cu_boxes .cu_box {
    width: 50%;
  }
  #cu_motozplay_container .cu_boxes .cu_box img {
    width: 50px;
  }
  #cu_motozplay_container .cu_videoContainer {
    padding: 15px;
  }
  #cu_motozplay_container .cu_content.cu_right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  #cu_motozplay_container .cu_boxes .cu_box {
    width: 100%;
    min-height: 150px;
  }
}
