/* mixins */
/* inspired by bootstrap */
/* Block newsletter */
#columns #newsletter_block_left {
  /*	.form-group {
  		margin-bottom: 0;
  		.form-control {
  			max-width: 222px;
  			display: inline-block;
  			margin-right: 6px;
  			@media (min-width: $screen-sm) and (max-width: $screen-md-max) { // min 768px max 1199px
  				margin-bottom: 10px;
  				margin-right: 0;
  			}
  		}
  	}
  	.success_inline, .warning_inline {
  		text-align: left;
  		padding: 1px 0 0 0;
  		margin-bottom: -19px;
  	}*/ }
  #columns #newsletter_block_left .success_inline {
    color: #418B19; }
  #columns #newsletter_block_left .warning_inline {
    color: #f13340; }

.mpbn__wrapper {
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #f9f9f9; }
  @media (max-width: 767px) {
    .mpbn__wrapper {
      box-shadow: none;
      margin-bottom: 20px; } }
.mpbn__bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .mpbn__bg-layer {
      display: none; } }
.mpbn__content-layer {
  position: relative;
  z-index: 2; }
.mpbn__col-left {
  padding: 25px 31px;
  text-align: center;
  position: relative;
  width: 1064px; }
  @media (max-width: 767px) {
    .mpbn__col-left {
      padding: 10px; } }
@media (max-width: 767px) {
  .mpbn__col-right {
    display: none; } }
.mpbn__head, .mpbn__subhead {
  color: #222;
  font-family: "MontserratLight", sans-serif;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.1px; }
  .mpbn__head em, .mpbn__head strong, .mpbn__subhead em, .mpbn__subhead strong {
    font-family: "MontserratSemiBold", sans-serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -0.7px; }
  .mpbn__head strong, .mpbn__subhead strong {
    font-family: "MontserratBold", sans-serif;
    font-weight: 700;
    color: #C10A25; }
  @media (max-width: 767px) {
    .mpbn__head, .mpbn__head em, .mpbn__head strong, .mpbn__subhead, .mpbn__subhead em, .mpbn__subhead strong {
      font-size: 16px; } }
.mpbn__subhead {
  font-size: 25px;
  line-height: 35px;
  margin: 10px 0 48px; }
  @media (max-width: 767px) {
    .mpbn__subhead {
      font-size: 13px;
      line-height: 18px;
      margin: 10px 0 18px; }
      .mpbn__subhead strong {
        font-size: 14px; } }
.mpbn__content {
  color: #222;
  font-family: "MontserratLight", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 21px; }
  .mpbn__content a {
    font-family: "MontserratSemiBold", sans-serif;
    font-weight: 600;
    text-decoration: underline;
    color: #222; }
  @media (max-width: 767px) {
    .mpbn__content {
      font-size: 12px;
      line-height: 16px; } }
.mpbn .form-group {
  width: 500px;
  max-width: 100%;
  padding-right: 168px;
  position: relative; }
  @media (max-width: 767px) {
    .mpbn .form-group {
      width: 340px;
      padding-right: 114px; } }
  .mpbn .form-group.form-ok:after, .mpbn .form-group.form-error:after {
    content: none;
    display: none; }
  .mpbn .form-group .input-alert {
    color: #222222;
    font-family: 'MontserratMedium', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px  10px 5px 49px;
    text-align: left;
    background-color: #f9f9f9; }
    .mpbn .form-group .input-alert em {
      color: #c10a25; }
  .mpbn .form-group.form-error .input-alert:before, .mpbn .form-group.form-ok .input-alert:before {
    content: url(../../../img/cross.png);
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -6px; }
  .mpbn .form-group.form-ok .input-alert:before {
    content: url("../../../img/checked.png"); }
  .mpbn .form-group .form-control {
    width: 100%;
    height: 50px;
    padding: 13px 28px;
    color: #222;
    font-family: "MontserratLight", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    border: 2px solid #1f2021;
    background-color: #fff; }
    .mpbn .form-group .form-control::-moz-placeholder {
      opacity: 1;
      color: #222; }
    .mpbn .form-group .form-control:-ms-input-placeholder {
      opacity: 1;
      color: #222; }
    .mpbn .form-group .form-control::-webkit-input-placeholder {
      opacity: 1;
      color: #222; }
    .mpbn .form-group .form-control:focus, .mpbn .form-group .form-control:active {
      outline: none;
      box-shadow: none; }
    @media (max-width: 767px) {
      .mpbn .form-group .form-control {
        height: 35px;
        line-height: 17px;
        font-size: 10px;
        padding: 7px 14px; } }
  .mpbn .form-group .button.button-small {
    padding: 13px 14px;
    font-family: "MontserratSemiBold", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    border: 2px solid #C10A25;
    background-color: #C10A25;
    color: #fff;
    position: absolute;
    right: 0;
    width: 170px;
    top: 0; }
    @media (max-width: 767px) {
      .mpbn .form-group .button.button-small {
        height: 35px;
        line-height: 17px;
        font-size: 10px;
        padding: 7px 5px;
        width: 116px; } }
    .mpbn .form-group .button.button-small:focus, .mpbn .form-group .button.button-small:active {
      outline: none;
      box-shadow: none; }
    .mpbn .form-group .button.button-small:hover {
      background: #fff;
      color: #c10a25; }
.mpbn__z2 {
  position: relative;
  z-index: 2; }
.mpbn__arrow {
  position: absolute;
  right: 51px;
  bottom: 40px;
  z-index: 1;
  max-width: 15%;
  width: auto;
  height: auto; }
  @media (max-width: 991px) {
    .mpbn__arrow {
      display: none; } }
.mpbn__watermark {
  position: absolute;
  left: 7.9%;
  top: -0.2%;
  font-size: 11.8vw;
  color: rgba(0, 0, 0, 0.1);
  transform-origin: 50% 50%;
  transform: rotate(315deg);
  user-select: none; }
.mpbn__product {
  position: relative;
  padding-left: 31px;
  padding-top: 16px; }
  .mpbn__product-promo-circle {
    width: 110px;
    height: 110px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
    background-color: #ffde26;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 55px;
    padding: 40px 5px;
    line-height: 30px;
    font-size: 22px;
    font-family: 'Caveat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000; }
  .mpbn__product-image {
    max-width: 100%;
    width: auto;
    height: auto; }

.ak_baner {
  background: #ececec  url('../../../img/layout/bg-clear.jpg') center center;
  min-height: 350px;
  margin-top: 0;
  background-size: cover;
}
.ak_baner form {
  max-width: 510px;
  display: block;
}
.ak_baner .mpbn__col-left {
  text-align: left;
  margin: 0 30px;
  padding: 24.5px 0 0 0;
}
.ak_baner .mpbn__col-left .mpbn__head {
  margin-bottom: 0;
  margin-top: 10px;
}
.ak_baner .mpbn__col-left .mpbn__subhead  {
  margin-top: 0;
  margin-bottom: 14px;
}
.ak_baner .mpbn__col-left .mpbn__head, .ak_baner .mpbn__col-left .mpbn__subhead strong {
  font-size: 26px;

}
.ak_baner .mpbn__col-left .mpbn__head em {font-size: 26px;}
.ak_baner .form-group {
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  position: static;
}
.ak_baner .ak_form-row {
  margin: 0;
}
.ak_baner .ak_form-row input {
  margin-bottom: 5px;
}
.ak_baner  .form-group .input-alert {
  background: none;
}
.ak_baner .checkbox {margin-left: 18px; position: relative;

  display: block;

  margin-top: 10px;

  margin-bottom: 10px; }
.ak_baner .checkbox:first-of-type {
  margin-bottom: 0;
}
.ak_baner .checkbox:last-of-type {
  margin-top: 0;
}
.ak_baner .checkbox label {color: #1f1f1f; min-height: 20px;

  padding-left: 20px;

  margin-bottom: 0;

  font-weight: 400;
  display: inline-block;
  cursor: pointer;}
.ak_baner .checkbox label a {
  color: #1f1f1f;
  text-decoration: underline;
}
.ak_baner .checkbox label a:hover {
  color: #c10a26;
}
.ak_baner .checkbox input, .ak_baner .checkbox .checker {
  position: absolute;
  margin-left: -20px !important;
}
.ak_baner .form-group .button.button-small {
  position: static;
  margin: 0 auto;
  max-width: 350px;
  width: 90%;
  display: block;
}
.ak_baner .rabat img {max-width: 100%;position: relative;top: 30px;}

@media only screen and (max-width: 991px) {
  .ak_baner {background-image:none; padding-bottom: 25px;}
  .ak_baner .rabat img {position: static}
  .ak_baner .mpbn__col-left {max-width: 500px;}
}
@media only screen and (max-width: 550px) {
  .ak_baner .mpbn__col-left .mpbn__head, .ak_baner .mpbn__col-left .mpbn__subhead strong {
    font-size: 22px;

  }
  .ak_baner .mpbn__col-left .mpbn__head em {font-size: 22px;}
}
@media only screen and (max-width: 480px) {
  .ak_baner .mpbn__col-left .mpbn__head, .ak_baner .mpbn__col-left .mpbn__subhead strong {
    font-size: 18px;

  }
  .ak_baner .mpbn__col-left .mpbn__head em {font-size: 18px;}
}
@media only screen and (max-width: 350px) {
  .ak_baner .mpbn__col-left .mpbn__head, .ak_baner .mpbn__col-left .mpbn__subhead strong {
    font-size: 14px;

  }
  .ak_baner .mpbn__col-left .mpbn__head em {font-size: 14px;}
}