body .promotion__header {
  background: #FFD227;
  padding: 45px 0 45px 100px;
  position: relative;
  overflow: hidden;
  margin: 40px 0; }
  @media all and (max-width: 1300px) {
    body .promotion__header {
      padding: 45px 0 45px 20px; } }
  @media all and (max-width: 991px) {
    body .promotion__header {
      padding: 30px; } }
  body .promotion__header h1, body .promotion__header h3, body .promotion__header h4 {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0; }
  body .promotion__header h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: lowercase; }
  body .promotion__header h3 {
    line-height: 0.8em; }
  body .promotion__header h3, body .promotion__header h4 {
    font-size: 22px;
    letter-spacing: 2px; }
  body .promotion__header__right {
    padding: 30px 130px 30px 30px;
    -webkit-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    background: #FFBE00;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    height: 90px;
    margin: auto; }
    @media all and (max-width: 991px) {
      body .promotion__header__right {
        position: inherit;
        margin-right: -30px;
        margin-top: 30px; } }
    body .promotion__header__right h5 {
      color: #FFF;
      font-size: 20px;
      -webkit-transform: skew(30deg, 0deg);
      -ms-transform: skew(30deg, 0deg);
      transform: skew(30deg, 0deg);
      text-transform: uppercase;
      margin: 5px 0;
      line-height: 1em; }
  body .promotion__header:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 95px 80px 95px 0;
    border-color: transparent #000000 transparent transparent;
    position: absolute;
    right: 0;
    top: 0; }
    @media all and (max-width: 991px) {
      body .promotion__header:after {
        display: none; } }

@media all and (max-width: 991px) {
  body .promotion__images {
    margin-bottom: 30px; }
    body .promotion__images img {
      width: 100%; } }

body .promotion__images .item {
  margin: 0; }

body .promotion__images img {
  display: block; }

body .promotion__images figure {
  display: block; }

body .promotion__images figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFF;
  font-size: 16px; }

body .promotion__images .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%; }
  body .promotion__images .owl-controls .owl-prev, body .promotion__images .owl-controls .owl-next {
    left: 0;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    padding: 5px 10px;
    margin: -15px 0 0;
    border-radius: 0;
    background-color: #565656 !important;
    font-size: 20px;
    cursor: pointer; }
  body .promotion__images .owl-controls .owl-next {
    right: 0;
    left: auto; }

body .promotion__images .owl-pagination {
  background: transparent;
  text-align: center;
  width: 100%;
  display: none !important; }
  body .promotion__images .owl-pagination .owl-page {
    margin-right: 4px; }
    body .promotion__images .owl-pagination .owl-page.active > span, body .promotion__images .owl-pagination .owl-page:hover > span {
      background: #ffd227 !important; }

body .promotion__content {
  padding-left: 50px;
  margin-bottom: 50px; }
  @media all and (max-width: 991px) {
    body .promotion__content {
      padding-left: 20px; } }
  body .promotion__content p {
    line-height: 1.5em;
    font-size: 16px; }

body .promotion__description {
  margin-bottom: 60px; }
  body .promotion__description p {
    line-height: 1.5em;
    font-size: 16px; }

body .promotion__title {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: inherit;
  margin-top: 0;
  font-weight: bold; }
  body .promotion__title__partners {
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold; }
  body .promotion__title span {
    display: inline-block;
    position: relative;
    z-index: 4; }
  body .promotion__title:after {
    content: " ";
    display: block;
    width: 200px;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 0; }
  body .promotion__title--circle:before {
    content: " ";
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFD227;
    left: -30px;
    top: -15px;
    z-index: 1; }

body .promotion__partners {
  margin-bottom: 45px; }
  body .promotion__partners .owl-wrapper-outer {
    border: 1px solid #CCCBCD; }
  body .promotion__partners .item {
    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: 180px; }
  body .promotion__partners .owl-pagination {
    position: inherit;
    background: transparent;
    text-align: center;
    width: 100%;
    top: 20px; }
    body .promotion__partners .owl-pagination .owl-page {
      margin-right: 10px; }
      body .promotion__partners .owl-pagination .owl-page > span {
        background: transparent;
        border: 1px solid #707070;
        width: 10px;
        height: 10px; }
      body .promotion__partners .owl-pagination .owl-page.active > span, body .promotion__partners .owl-pagination .owl-page:hover > span {
        background: #707070 !important; }

body .promotion__lead {
  background: #FFD227;
  margin-bottom: 80px; }
  body .promotion__lead__left {
    padding: 40px 80px;
    text-align: center; }
    @media all and (max-width: 1200px) {
      body .promotion__lead__left {
        padding: 20px; } }
    body .promotion__lead__left img {
      margin: 40px 0; }
    body .promotion__lead__left h3 {
      color: #FFF;
      font-size: 40px;
      text-align: center;
      width: 100%;
      margin: 0; }
    body .promotion__lead__left p {
      font-size: 16px;
      line-height: 1.4em;
      text-align: left; }
  body .promotion__lead__right iframe {
    height: 440px;
    width: 100%;
    display: block; }
    @media all and (max-width: 767px) {
      body .promotion__lead__right iframe {
        height: 300px; } }

body .promotion__icons__icon {
  height: 150px; }
  body .promotion__icons__icon p {
    max-width: 150px;
    display: inline-block; }
  @media all and (max-width: 767px) {
    body .promotion__icons__icon {
      max-width: 360px;
      margin: 0 auto; }
      body .promotion__icons__icon p {
        max-width: 200px; } }
  body .promotion__icons__icon figure {
    float: left;
    width: 92px;
    margin-right: 20px;
    position: relative; }
    body .promotion__icons__icon figure img {
      position: relative;
      z-index: 5; }
    body .promotion__icons__icon figure:before {
      content: " ";
      display: block;
      position: absolute;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      overflow: hidden;
      background: #FFD227;
      left: 10px;
      top: 0;
      z-index: 1; }

body .promotion__form {
  background: #FFD227;
  padding: 40px 60px; }
  body .promotion__form input {
    margin-top: 0 !important; }
  @media all and (max-width: 420px) {
    body .promotion__form {
      padding: 20px 15px 40px; } }
  body .promotion__form h2 {
    float: left;
    color: #FFF;
    font-size: 40px;
    margin: 0; }
  body .promotion__form__header:after {
    content: " ";
    display: block;
    clear: both; }
  body .promotion__form .socials {
    float: right;
    list-style: none;
    margin-left: 0;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0; }
    @media all and (max-width: 420px) {
      body .promotion__form .socials {
        float: left;
        width: 100%;
        margin-top: 20px; } }
  body .promotion__form .acceptance {
    font-size: 10px; }
    body .promotion__form .acceptance .wpcf7-list-item {
      margin: 0; }
      body .promotion__form .acceptance .wpcf7-list-item input {
        margin-right: 20px; }
  body .promotion__form .readmore {
    float: right;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px; }
  body .promotion__form .message {
    position: relative; }
    body .promotion__form .message input[type="submit"] {
      position: absolute;
      right: 0;
      bottom: 23px;
      background: #565656;
      font-weight: 400; }
    body .promotion__form .message input[disabled] {
      background: #aaa; }
