/* line 12, ../sass/styles.scss */
html,
body {
  overflow-x: hidden;
}

/* line 17, ../sass/styles.scss */
body {
  background: #96c31e url("../images/bg.jpg") center 0 no-repeat;
  color: #4b2f28;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 1600px) {
  /* line 17, ../sass/styles.scss */
  body {
    background-size: 100% auto;
  }
}
/* line 30, ../sass/styles.scss */
body:after, body:before {
  content: '';
  display: inline-block;
  position: absolute;
}
/* line 37, ../sass/styles.scss */
body:after {
  background: url("../images/body-bg-left.png") 0 0 no-repeat;
  height: 268px;
  left: 0;
  top: -65px;
  width: 317px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 37, ../sass/styles.scss */
  body:after {
    background-size: 100% auto;
    width: 170px;
    top: -36px;
  }
}
@media (max-width: 767px) {
  /* line 37, ../sass/styles.scss */
  body:after {
    display: none;
  }
}
/* line 55, ../sass/styles.scss */
body:before {
  background: url("../images/body-bg-right.png") 0 0 no-repeat;
  height: 177px;
  right: -20px;
  top: -49px;
  width: 280px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 55, ../sass/styles.scss */
  body:before {
    background-size: 100% auto;
    width: 200px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  /* line 55, ../sass/styles.scss */
  body:before {
    display: none;
  }
}

/* line 74, ../sass/styles.scss */
a {
  color: #0b9bd1;
}
/* line 77, ../sass/styles.scss */
a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  /* line 82, ../sass/styles.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 82, ../sass/styles.scss */
  .container {
    width: 745px;
  }
}

/* line 91, ../sass/styles.scss */
.overflow-wrap {
  background: url("../images/border-top.png") 0 0 repeat-x;
  position: relative;
  z-index: 1;
}
/* line 96, ../sass/styles.scss */
.overflow-wrap > .container {
  background: url("../images/upper-light.png") no-repeat;
  background-position: 60% 0;
}
@media (max-width: 767px) {
  /* line 96, ../sass/styles.scss */
  .overflow-wrap > .container {
    background-position: 50% 0;
    background-size: 100%;
  }
}
/* line 106, ../sass/styles.scss */
.overflow-wrap:after, .overflow-wrap:before {
  content: '';
  display: inline-block;
  position: absolute;
}
/* line 113, ../sass/styles.scss */
.overflow-wrap:after {
  background: url("../images/body-bg-right-top.png") 0 0 no-repeat;
  height: 126px;
  right: 0;
  top: 0;
  width: 142px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 113, ../sass/styles.scss */
  .overflow-wrap:after {
    background-size: 100% auto;
    width: 90px;
  }
}
@media (max-width: 767px) {
  /* line 113, ../sass/styles.scss */
  .overflow-wrap:after {
    background-size: 100% auto;
    width: 26%;
  }
}
/* line 132, ../sass/styles.scss */
.overflow-wrap:before {
  background: url("../images/bg-side-left.png") 0 0 no-repeat;
  height: 730px;
  left: 0;
  top: 3%;
  width: 356px;
}

/* line 141, ../sass/styles.scss */
.center-side-bg-layer {
  background: url("../images/bg-right-center.png") 0 0 no-repeat;
  height: 414px;
  position: absolute;
  right: 0;
  top: 22.6%;
  width: 216px;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 141, ../sass/styles.scss */
  .center-side-bg-layer {
    background-size: 100% auto;
    width: 165px;
    top: 25.2%;
    right: 160px;
  }
}
@media (max-width: 767px) {
  /* line 141, ../sass/styles.scss */
  .center-side-bg-layer {
    display: none;
  }
}

/* line 163, ../sass/styles.scss */
.list-type-1 {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  padding-left: 0;
}
/* line 171, ../sass/styles.scss */
.list-type-1 li {
  list-style-type: none;
  margin-bottom: 12.75px;
  padding-left: 33.75px;
  position: relative;
}
/* line 177, ../sass/styles.scss */
.list-type-1 li:before {
  content: '';
  background: url("../images/list-type-1-bullet.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
@media (max-width: 767px) {
  /* line 177, ../sass/styles.scss */
  .list-type-1 li:before {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 171, ../sass/styles.scss */
  .list-type-1 li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 171, ../sass/styles.scss */
  .list-type-1 li {
    color: #fff;
    font-size: 12px;
    padding-left: 0;
  }
}
@media (min-width: 430px) and (max-width: 500px) {
  /* line 171, ../sass/styles.scss */
  .list-type-1 li {
    font-size: 14px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  /* line 171, ../sass/styles.scss */
  .list-type-1 li {
    font-size: 16px;
  }
}

/* line 217, ../sass/styles.scss */
.list-type-2 {
  color: #4b2f28;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
/* line 228, ../sass/styles.scss */
.list-type-2 li {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 13px;
}
@media (max-width: 767px) {
  /* line 228, ../sass/styles.scss */
  .list-type-2 li {
    font-size: 10px;
  }
}
/* line 239, ../sass/styles.scss */
.list-type-2 span {
  color: #e68200;
}
/* line 241, ../sass/styles.scss */
.list-type-2 span.enum {
  color: #a18f8a;
  margin-right: 5px;
}

/* line 248, ../sass/styles.scss */
.list-type-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 253, ../sass/styles.scss */
.list-type-3 li {
  background: url("../images/list-type-2-bullet.png") 0 8px no-repeat;
  color: #43362a;
  font-size: 16.5px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 253, ../sass/styles.scss */
  .list-type-3 li {
    background-position: 0 4px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 253, ../sass/styles.scss */
  .list-type-3 li {
    font-size: 10px;
    background-position: 0 3px;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  /* line 253, ../sass/styles.scss */
  .list-type-3 li {
    font-size: 13px;
    background-position: 0 6px;
  }
}
/* line 277, ../sass/styles.scss */
.list-type-3 .li-container {
  float: left;
  width: 47%;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 277, ../sass/styles.scss */
  .list-type-3 .li-container {
    width: 49%;
  }
}
@media (max-width: 767px) {
  /* line 277, ../sass/styles.scss */
  .list-type-3 .li-container {
    float: none;
    width: auto;
  }
}
/* line 290, ../sass/styles.scss */
.list-type-3 .li-container:first-child {
  margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 290, ../sass/styles.scss */
  .list-type-3 .li-container:first-child {
    margin-right: 2%;
  }
}

/* line 300, ../sass/styles.scss */
.big-order-btn {
  background: url("../images/big-order-btn.png") no-repeat 0 0;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  min-width: 278px;
  padding: 18px 20px 22px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 300, ../sass/styles.scss */
  .big-order-btn {
    width: 240px;
    min-width: initial;
    background-size: 100% auto;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 300, ../sass/styles.scss */
  .big-order-btn {
    font-size: 12px;
    min-width: initial;
    padding-top: 22px;
    width: 225px;
    margin: 0 auto;
    background-size: 100% auto;
  }
}
@media (max-width: 360px) {
  /* line 300, ../sass/styles.scss */
  .big-order-btn {
    padding-top: 17px;
    width: 185px;
  }
}

/* line 333, ../sass/styles.scss */
.header-block {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 45px;
  padding-top: 40px;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.53) 1px 1px 3px;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 333, ../sass/styles.scss */
  .header-block {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 333, ../sass/styles.scss */
  .header-block {
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 361, ../sass/styles.scss */
  .header-block p br {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 367, ../sass/styles.scss */
  .header-block .col-1 {
    padding-left: 15%;
  }
}
@media (min-width: 768px) {
  /* line 372, ../sass/styles.scss */
  .header-block .col-2 {
    padding-left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 372, ../sass/styles.scss */
  .header-block .col-2 {
    padding-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  /* line 372, ../sass/styles.scss */
  .header-block .col-2 {
    padding-left: 7%;
  }
}

/* line 385, ../sass/styles.scss */
.header-block .col-2 span {
  color: #266a47;
  float: right;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 385, ../sass/styles.scss */
  .header-block .col-2 span {
    margin-right: 35px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 385, ../sass/styles.scss */
  .header-block .col-2 span {
    float: none;
    margin-top: 11px;
    display: block;
  }
}

/* line 403, ../sass/styles.scss */
.logo {
  display: inline-block;
  margin-top: -99px;
  margin-left: 198px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 403, ../sass/styles.scss */
  .logo {
    margin-top: -15px;
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  /* line 403, ../sass/styles.scss */
  .logo {
    display: block;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 418, ../sass/styles.scss */
  .logo img {
    top: -57px;
    position: relative;
    width: 80%;
  }
}
@media (max-width: 767px) {
  /* line 418, ../sass/styles.scss */
  .logo img {
    width: 70%;
    margin-left: 20%;
  }
}

/* line 431, ../sass/styles.scss */
.block-1 {
  background-color: #ffff00;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFF00', endColorstr='#FFFFBA00');
  background-image: -moz-linear-gradient(left, #ffff00 1%, #ffba00 100%);
  background-image: -webkit-linear-gradient(left, #ffff00 1%, #ffba00 100%);
  background-image: linear-gradient(to right, #ffff00 1%, #ffba00 100%);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-top: -152px;
  margin-bottom: 90px;
  padding: 20px 35px;
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 431, ../sass/styles.scss */
  .block-1 {
    margin-top: -17%;
    margin-bottom: 50px;
    padding: 10px 25px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
/* line 452, ../sass/styles.scss */
.block-1 .white-overlay {
  background: #f2f2f2 url("../images/body.png") no-repeat -25px center;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 150px;
  padding-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 452, ../sass/styles.scss */
  .block-1 .white-overlay {
    padding: 90px 0 5px 0;
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
  /* line 452, ../sass/styles.scss */
  .block-1 .white-overlay {
    padding-top: 15%;
  }
}
/* line 468, ../sass/styles.scss */
.block-1 .white-overlay:before {
  background: url("../images/green-beans.png") no-repeat 0 0;
  bottom: -87px;
  content: '';
  display: inline-block;
  height: 186px;
  position: absolute;
  right: -1px;
  width: 163px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 468, ../sass/styles.scss */
  .block-1 .white-overlay:before {
    width: 125px;
    height: 177px;
    background-size: 100% auto;
  }
}
/* line 487, ../sass/styles.scss */
.block-1 .big-order-btn {
  margin-top: 15px;
}
/* line 491, ../sass/styles.scss */
.block-1 .intro-list {
  padding-left: 40px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 491, ../sass/styles.scss */
  .block-1 .intro-list {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  /* line 491, ../sass/styles.scss */
  .block-1 .intro-list {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
}

/* line 509, ../sass/styles.scss */
.block-2 {
  clear: both;  
  position: relative;
}
@media (max-width: 767px) {
  /* line 509, ../sass/styles.scss */
  .block-2 {
    
  }
}
/* line 522, ../sass/styles.scss */
.block-2 .block-description {
  text-align: center;
}
/* line 525, ../sass/styles.scss */
.block-2 .block-description h2 {
  
  height: 128px;
 
  text-indent: -999em;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 525, ../sass/styles.scss */
  .block-2 .block-description h2 {
    background-size: 70%;
    height: 90px;
    margin: -40px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 525, ../sass/styles.scss */
  .block-2 .block-description h2 {
    background-size: 70%;
    margin-top: -5%;
    height: auto;
    padding-bottom: 6%;
  }
}
/* line 545, ../sass/styles.scss */
.block-2 .block-description p {
  font-size: 13.5px;
  font-style: italic;
  font-weight: bold;
  line-height: 20.25px;
  margin: 12px 0;
  padding: 0 9%;
}
@media (max-width: 767px) {
  /* line 545, ../sass/styles.scss */
  .block-2 .block-description p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  /* line 545, ../sass/styles.scss */
  .block-2 .block-description p {
    font-size: 13px;
    line-height: 20px;
  }
}

/* line 568, ../sass/styles.scss */
.block-3 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: url("../images/ground-pattern.jpg") 0 0 repeat;
  border: 2px solid #302215;
  height: 400px;
  margin-bottom: 130px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 568, ../sass/styles.scss */
  .block-3 {
    height: 280px;
  }
}
@media (max-width: 767px) {
  /* line 568, ../sass/styles.scss */
  .block-3 {
    height: auto;
    padding-bottom: 44px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 587, ../sass/styles.scss */
  .block-3 .promo-block {
    padding-right: 39px;
    margin-left: -20px;
    width: 42%;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 596, ../sass/styles.scss */
  .block-3 .form-block {
    padding: 0;
    width: 28.3%;
  }
}
/* line 604, ../sass/styles.scss */
.block-3 .img-holder:after {
  background: url("../images/grains.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 181px;
  position: absolute;
  width: 356px;
  bottom: -97px;
  left: -93px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 604, ../sass/styles.scss */
  .block-3 .img-holder:after {
    width: 220px;
    bottom: -37px;
    left: -22px;
    height: 100px;
    background-size: 220px auto;
  }
}
@media (max-width: 767px) {
  /* line 604, ../sass/styles.scss */
  .block-3 .img-holder:after {
    width: 200px;
    left: -15px;
    background-size: 100% auto;
    bottom: -38px;
    height: 95px;
  }
}
/* line 632, ../sass/styles.scss */
.block-3 .price-tag {
  background: url("../images/price-tag.png") 0 0 no-repeat;
  height: 230px;
  margin-top: -26px;
  padding-top: 75px;
  width: 230px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 632, ../sass/styles.scss */
  .block-3 .price-tag {
    background-size: 172px auto;
    padding-top: 55px;
    width: 170px;
  }
}
/* line 645, ../sass/styles.scss */
.block-3 .price-tag .old-price,
.block-3 .price-tag .new-price {
  margin-bottom: 0;
  text-align: center;
}
/* line 651, ../sass/styles.scss */
.block-3 .price-tag .old-price {
  color: #705d4c;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 651, ../sass/styles.scss */
  .block-3 .price-tag .old-price {
    font-size: 11px;
    margin-bottom: 7px;
  }
}
/* line 662, ../sass/styles.scss */
.block-3 .price-tag .new-price {
  color: #ff6a00;
  font-family: Arial Black, sans-serif;
  font-size: 54px;
  font-weight: bold;
  margin-top: -20px;
  text-shadow: 0 0 1px #ae4800, 0 0 1px #ae4800, 0 0 1px #ae4800;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 662, ../sass/styles.scss */
  .block-3 .price-tag .new-price {
    font-size: 38px;
  }
}
/* line 678, ../sass/styles.scss */
.block-3 .order-form-wrapper {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  background: #f4f3ec;
  border: 1px solid #fff;
  margin-top: -16px;
  margin-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 678, ../sass/styles.scss */
  .block-3 .order-form-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 678, ../sass/styles.scss */
  .block-3 .order-form-wrapper {
    margin-top: 10px;
    padding-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* line 702, ../sass/styles.scss */
.block-3 .order-form-wrapper:after, .block-3 .order-form-wrapper:before {
  content: '';
  display: inline-block;
  height: 13px;
  position: absolute;
  top: 1px;
  width: 13px;
}
@media (max-width: 767px) {
  /* line 702, ../sass/styles.scss */
  .block-3 .order-form-wrapper:after, .block-3 .order-form-wrapper:before {
    display: none;
  }
}
/* line 716, ../sass/styles.scss */
.block-3 .order-form-wrapper:after {
  background: url("../images/corner-left.png") 0 0 no-repeat;
  left: -14px;
}
/* line 720, ../sass/styles.scss */
.block-3 .order-form-wrapper:before {
  background: url("../images/corner-right.png") 0 0 no-repeat;
  right: -14px;
}
/* line 725, ../sass/styles.scss */
.block-3 .order-form-wrapper h3 {
  font-size: 36px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 725, ../sass/styles.scss */
  .block-3 .order-form-wrapper h3 {
    font-size: 28px;
  }
}
/* line 733, ../sass/styles.scss */
.block-3 .order-form-wrapper .sub-heading {
  font-size: 13.5px;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 733, ../sass/styles.scss */
  .block-3 .order-form-wrapper .sub-heading {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* line 743, ../sass/styles.scss */
.block-3 .order-form-wrapper h3,
.block-3 .order-form-wrapper .sub-heading {
  color: #bc3a1c;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/* line 751, ../sass/styles.scss */
.block-3 .order-form-wrapper .prices {
  /*width: 90%;*/
  margin: 20px auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 751, ../sass/styles.scss */
  .block-3 .order-form-wrapper .prices {
    margin: 5px auto 10px;
    /*width: 97%;*/
  }
}
/* line 760, ../sass/styles.scss */
.block-3 .order-form-wrapper .prices p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 760, ../sass/styles.scss */
  .block-3 .order-form-wrapper .prices p {
    line-height: 10px;
  }
}
/* line 767, ../sass/styles.scss */
.block-3 .order-form-wrapper .prices .price-right,
.block-3 .order-form-wrapper .prices .price {
  color: #715e4e;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: 25%;
}
/* line 778, ../sass/styles.scss */
.block-3 .order-form-wrapper .prices .price-right strong,
.block-3 .order-form-wrapper .prices .price strong {
  color: #2b1c10;
  font-weight: 800;
}
/* line 784, ../sass/styles.scss */
.block-3 .order-form-wrapper .prices .price-right {
  float: right;
  text-align: right;
}
/* line 789, ../sass/styles.scss */
.block-3 .order-form-wrapper .prices .dotted-line {
  border-bottom: 1px dotted #715e4e;
  display: inline-block;
  font-size: 9px;
  margin-left: 4%;
  width: 57%;
}
/* line 799, ../sass/styles.scss */
.block-3 #order-form {
  padding: 0 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 799, ../sass/styles.scss */
  .block-3 #order-form {
    padding: 0 15px;
  }
}
/* line 806, ../sass/styles.scss */
.block-3 #order-form input::-webkit-input-placeholder {
  color: #72604e;
}
/* line 809, ../sass/styles.scss */
.block-3 #order-form input:-moz-placeholder {
  color: #72604e;
}
/* line 813, ../sass/styles.scss */
.block-3 #order-form select,
.block-3 #order-form input[type=text] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #f7f6f1;
  border: 1px solid #ccc;
  color: #72604e;
  font-family: Arial, sans-serif;
  font-size: 10.5px;
  margin-bottom: 5px;
  outline: none;
  padding: 7px 15px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 813, ../sass/styles.scss */
  .block-3 #order-form select,
  .block-3 #order-form input[type=text] {
    padding: 3px 10px;
  }
}
/* line 832, ../sass/styles.scss */
.block-3 #order-form .submit-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: -1px, 2px, 7px, rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px, 2px, 7px, rgba(0, 0, 0, 0.3);
  box-shadow: -1px, 2px, 7px, rgba(0, 0, 0, 0.3);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
  background-color: #ff6900;
  border: 1px solid #ae4800;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 0;
  width: 100%;
}
/* line 847, ../sass/styles.scss */
.block-3 #order-form .submit-button:hover {
  color: #2a6496;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 832, ../sass/styles.scss */
  .block-3 #order-form .submit-button {
    padding: 5px 0;
  }
}
/* line 857, ../sass/styles.scss */
.block-3 .promotion-block {
  margin-left: 30px;
  margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 857, ../sass/styles.scss */
  .block-3 .promotion-block {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 857, ../sass/styles.scss */
  .block-3 .promotion-block {
    margin: 0 auto;
    width: 90%;
  }
}
/* line 872, ../sass/styles.scss */
.block-3 .promotion-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 872, ../sass/styles.scss */
  .block-3 .promotion-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 872, ../sass/styles.scss */
  .block-3 .promotion-wrapper {
    margin-top: 15px;
  }
}
/* line 883, ../sass/styles.scss */
.block-3 .promotion-wrapper .upper-big-text,
.block-3 .promotion-wrapper .bottom-big-text {
  font-family: Arial Black, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 5px 5px #57493b;
}
/* line 891, ../sass/styles.scss */
.block-3 .promotion-wrapper .upper-big-text {
  color: #ffd321;
  font-size: 97.5px;
  letter-spacing: -8px;
  line-height: 86.25px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 891, ../sass/styles.scss */
  .block-3 .promotion-wrapper .upper-big-text {
    font-size: 76px;
    letter-spacing: -2px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  /* line 891, ../sass/styles.scss */
  .block-3 .promotion-wrapper .upper-big-text {
    font-size: 75px;
    letter-spacing: -3px;
  }
}
/* line 910, ../sass/styles.scss */
.block-3 .promotion-wrapper .bottom-big-text {
  color: #fff;
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 51.75px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 910, ../sass/styles.scss */
  .block-3 .promotion-wrapper .bottom-big-text {
    font-size: 42px;
    letter-spacing: -3px;
  }
}
@media (max-width: 767px) {
  /* line 910, ../sass/styles.scss */
  .block-3 .promotion-wrapper .bottom-big-text {
    font-size: 41px;
    letter-spacing: -3px;
    line-height: 28px;
  }
}
/* line 929, ../sass/styles.scss */
.block-3 .helper-text {
  border-top: 1px solid #544130;
  border-bottom: 1px solid #544130;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: italic;
  margin: 30px 0 0;
  text-align: center;
  padding: 13px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 929, ../sass/styles.scss */
  .block-3 .helper-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 929, ../sass/styles.scss */
  .block-3 .helper-text {
    margin-top: 15px;
    font-size: 14px;
  }
}

/* line 952, ../sass/styles.scss */
.block-4 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 952, ../sass/styles.scss */
  .block-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 952, ../sass/styles.scss */
  .block-4 {
    margin-bottom: 20px;
  }
}
/* line 963, ../sass/styles.scss */
.block-4 .upper-part {
  background: url("../images/gray-pattern.jpg") 0 0 repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
/* line 970, ../sass/styles.scss */
.block-4 .upper-part .tr-overlay {
  background: url("../images/transparent-bg.png") 100% 100% no-repeat;
  background-size: 100% auto;
}
/* line 975, ../sass/styles.scss */
.block-4 .upper-part .info-text {
  padding: 30px 0 0 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 975, ../sass/styles.scss */
  .block-4 .upper-part .info-text {
    padding: 30px 0 0 45px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  /* line 975, ../sass/styles.scss */
  .block-4 .upper-part .info-text {
    padding: 30px 40px;
  }
}
/* line 988, ../sass/styles.scss */
.block-4 .upper-part .info-text h3 {
  color: #185232;
  font-size: 30.75px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 988, ../sass/styles.scss */
  .block-4 .upper-part .info-text h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 988, ../sass/styles.scss */
  .block-4 .upper-part .info-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* line 1008, ../sass/styles.scss */
.block-4 .upper-part .info-text p {
  color: #302215;
  font-size: 16.5px;
  font-style: italic;
  line-height: 22.5px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1008, ../sass/styles.scss */
  .block-4 .upper-part .info-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1008, ../sass/styles.scss */
  .block-4 .upper-part .info-text p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  /* line 1008, ../sass/styles.scss */
  .block-4 .upper-part .info-text p {
    font-size: 16px;
  }
}
/* line 1030, ../sass/styles.scss */
.block-4 .upper-part .info-text p.source {
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1030, ../sass/styles.scss */
  .block-4 .upper-part .info-text p.source {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1030, ../sass/styles.scss */
  .block-4 .upper-part .info-text p.source {
    font-size: 12px;
  }
}
/* line 1045, ../sass/styles.scss */
.block-4 .upper-part h3 {
  margin: 0;
}
/* line 1049, ../sass/styles.scss */
.block-4 .upper-part .person-block {
  margin-top: -15px;
}
/* line 1054, ../sass/styles.scss */
.block-4 .upper-part .person-info p {
  background: url("../images/ribbon3.png") 100% 0 no-repeat;
  height: 82px;
  color: #ffea00;
  font-size: 12px;
  font-style: italic;
  padding: 24px 0 0 24px;
  background-size: 100% auto;
  margin-right: -17px;
  margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1054, ../sass/styles.scss */
  .block-4 .upper-part .person-info p {
    line-height: 13px;
    margin-top: -7px;
    padding: 19px 20px 0 75px;
  }
}
@media (max-width: 767px) {
  /* line 1054, ../sass/styles.scss */
  .block-4 .upper-part .person-info p {
    text-align: center;
    background: none;
    color: #333;
    height: auto;
    padding: 10px 30px;
    margin: 0;
  }
}
/* line 1080, ../sass/styles.scss */
.block-4 .upper-part .person-info p span {
  font-size: 13.5px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1080, ../sass/styles.scss */
  .block-4 .upper-part .person-info p span {
    font-size: 12px;
  }
}
/* line 1091, ../sass/styles.scss */
.block-4 .upper-part .image {
  padding-right: 30px;
  position: relative;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1091, ../sass/styles.scss */
  .block-4 .upper-part .image {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 1091, ../sass/styles.scss */
  .block-4 .upper-part .image {
    padding: 0 10px;
    text-align: center;
  }
}
/* line 1105, ../sass/styles.scss */
.block-4 .upper-part .image:before {
  background: url("../images/ginger2.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 164px;
  width: 257px;
  position: absolute;
  left: -60px;
  bottom: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1105, ../sass/styles.scss */
  .block-4 .upper-part .image:before {
    height: 135px;
    width: 210px;
    position: absolute;
    left: -75px;
    bottom: 35px;
    background-size: 210px;
  }
}
@media (max-width: 767px) {
  /* line 1105, ../sass/styles.scss */
  .block-4 .upper-part .image:before {
    display: none;
  }
}
/* line 1129, ../sass/styles.scss */
.block-4 .upper-part .image img {
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1129, ../sass/styles.scss */
  .block-4 .upper-part .image img {
    width: 75%;
  }
}
/* line 1139, ../sass/styles.scss */
.block-4 .bottom-part {
  padding: 0 40px;
}
/* line 1142, ../sass/styles.scss */
.block-4 .bottom-part .bt-container {
  background: url("../images/yellow-pattern.jpg") 0 0 repeat;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding-left: 37px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1142, ../sass/styles.scss */
  .block-4 .bottom-part .bt-container {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1142, ../sass/styles.scss */
  .block-4 .bottom-part .bt-container {
    padding-left: 15px;
  }
}
/* line 1159, ../sass/styles.scss */
.block-4 .bottom-part .bt-container h3 {
  background: url("../images/grain.png") 100% 0 no-repeat;
  color: #185232;
  display: inline-block;
  font-size: 28.5px;
  font-style: italic;
  font-weight: bold;
  margin-top: -20px;
  padding: 45px 116px 20px 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1159, ../sass/styles.scss */
  .block-4 .bottom-part .bt-container h3 {
    padding: 45px 80px 20px 0;
    background-size: 85px auto;
  }
}
@media (max-width: 767px) {
  /* line 1159, ../sass/styles.scss */
  .block-4 .bottom-part .bt-container h3 {
    font-size: 18px;
    background-size: 65px auto;
    padding: 55px 0px 0px;
    background-position: center 0;
    margin: 5px 0 15px;
    text-align: center;
    width: 100%;
  }
}

/* line 1192, ../sass/styles.scss */
.list-type-4 {
  padding: 0;
  margin: 0;
}
/* line 1196, ../sass/styles.scss */
.list-type-4 li {
  background: url("../images/list-type-3-bullet.png") no-repeat 0 4px;
  color: #fff;
  font-style: italic;
  font-size: 19.5px;
  list-style: none;
  line-height: 21px;
  margin-bottom: 20px;
  padding-left: 35px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1196, ../sass/styles.scss */
  .list-type-4 li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  /* line 1196, ../sass/styles.scss */
  .list-type-4 li {
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

/* line 1223, ../sass/styles.scss */
.block-5 {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  background: url("../images/pic1.jpg") 0 0 no-repeat;
  background-size: 102% auto;
  margin-bottom: 130px;
  padding: 20px 0 10px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1223, ../sass/styles.scss */
  .block-5 {
    background-size: 103% auto;
  }
}
@media (max-width: 767px) {
  /* line 1223, ../sass/styles.scss */
  .block-5 {
    background-size: cover;
    margin-bottom: 50px;
  }
}
/* line 1242, ../sass/styles.scss */
.block-5 .icons-holder:after, .block-5 .icons-holder:before {
  content: '';
  display: inline-block;
  position: absolute;
}
/* line 1249, ../sass/styles.scss */
.block-5 .icons-holder:after {
  background: url("../images/organic.png") 0 0 no-repeat;
  height: 185px;
  right: -155px;
  top: -20px;
  width: 242px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1249, ../sass/styles.scss */
  .block-5 .icons-holder:after {
    height: 185px;
    right: -25px;
    top: -64px;
    width: 185px;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  /* line 1249, ../sass/styles.scss */
  .block-5 .icons-holder:after {
    height: 97px;
    right: -15px;
    top: 15px;
    width: 125px;
    background-size: 100% auto;
  }
}
/* line 1274, ../sass/styles.scss */
.block-5 .icons-holder:before {
  background: url("../images/beans.png") 0 0 no-repeat;
  height: 59px;
  width: 77px;
  bottom: -10px;
  right: -55px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1274, ../sass/styles.scss */
  .block-5 .icons-holder:before {
    height: 48px;
    bottom: -13px;
    right: -16px;
    width: 63px;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  /* line 1274, ../sass/styles.scss */
  .block-5 .icons-holder:before {
    right: -10px;
  }
}
/* line 1295, ../sass/styles.scss */
.block-5 .promo-info {
  float: right;
  width: 39%;
  margin-right: 55px;
}
@media (max-width: 767px) {
  /* line 1295, ../sass/styles.scss */
  .block-5 .promo-info {
    float: none;
    width: 100%;
    padding: 0 30px;
  }
}
/* line 1307, ../sass/styles.scss */
.block-5 h3 {
  color: #ffea00;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1307, ../sass/styles.scss */
  .block-5 h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 1307, ../sass/styles.scss */
  .block-5 h3 {
    font-size: 16px;
  }
}

/* line 1327, ../sass/styles.scss */
.block-6 {
  background-color: #4b2f27;
  border: 15px solid #3f241d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 70px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1327, ../sass/styles.scss */
  .block-6 {
    margin-bottom: 40px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 1327, ../sass/styles.scss */
  .block-6 {
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}
/* line 1345, ../sass/styles.scss */
.block-6 .heading {
  margin-top: -90px;
  position: relative;
}
/* line 1349, ../sass/styles.scss */
.block-6 .heading:before {
  background: url("../images/ginger.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 129px;
  left: -93px;
  position: absolute;
  top: 26px;
  width: 269px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1349, ../sass/styles.scss */
  .block-6 .heading:before {
    height: 100px;
    left: -33px;
    top: 5px;
    width: 220px;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  /* line 1349, ../sass/styles.scss */
  .block-6 .heading:before {
    display: none;
  }
}
/* line 1372, ../sass/styles.scss */
.block-6 .heading h3 {
  background: url("../images/heading-bg.png") center 0 no-repeat;
  color: #fff;
  font-size: 42.75px;
  font-weight: bold;
  margin: 15px 0 0 0;
  text-align: center;
  padding: 21px 0 0;
  position: relative;
  height: 161px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1372, ../sass/styles.scss */
  .block-6 .heading h3 {
    background-size: 445px;
    font-size: 32px;
    padding: 13px 0 0;
    margin: 27px 0 0 0;
    height: 125px;
  }
}
@media (max-width: 767px) {
  /* line 1372, ../sass/styles.scss */
  .block-6 .heading h3 {
    font-size: 16px;
    background-size: 230px;
    padding: 7px 20px 40px;
    height: auto;
    margin: 58px 0 0;
  }
}
/* line 1403, ../sass/styles.scss */
.block-6 .slider {
  margin-top: 20px;
}
/* line 1408, ../sass/styles.scss */
.block-6 .slider-nav .nav-prev,
.block-6 .slider-nav .nav-next {
  display: inline-block;
  cursor: pointer;
  height: 95px;
  width: 39px;
  position: absolute;
  top: 50%;
  margin-top: -43px;
}
/* line 1419, ../sass/styles.scss */
.block-6 .slider-nav .nav-next {
  background: url("../images/slider-right.png") 0 0 no-repeat;
  left: -15px;
}
/* line 1424, ../sass/styles.scss */
.block-6 .slider-nav .nav-prev {
  background: url("../images/slider-left.png") 0 0 no-repeat;
  right: -15px;
}
/* line 1430, ../sass/styles.scss */
.block-6 .slider-pagination {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1430, ../sass/styles.scss */
  .block-6 .slider-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1430, ../sass/styles.scss */
  .block-6 .slider-pagination {
    margin-top: 25px;
  }
}
/* line 1442, ../sass/styles.scss */
.block-6 .slider-pagination a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #90bc1e;
  display: inline-block;
  height: 11px;
  margin-right: 10px;
  text-indent: -999em;
  width: 11px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1442, ../sass/styles.scss */
  .block-6 .slider-pagination a {
    height: 7px;
    width: 7px;
  }
}
/* line 1456, ../sass/styles.scss */
.block-6 .slider-pagination a:last-child {
  margin-right: 0;
}
/* line 1460, ../sass/styles.scss */
.block-6 .slider-pagination a.selected {
  background: #2d1611;
}
/* line 1466, ../sass/styles.scss */
.block-6 #stories-slider {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 1471, ../sass/styles.scss */
.block-6 #stories-slider li {
  float: left;
}
/* line 1475, ../sass/styles.scss */
.block-6 #stories-slider .text-data {
  color: #350e0c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 16px black;
  -webkit-box-shadow: 0 0 16px black;
  box-shadow: 0 0 16px black;
  background-color: #fff;
  font-family: 'Exo 2', sans-serif;
  margin: 0 auto;
  text-align: center;
  padding: 40px 55px;
  position: relative;
  width: 80%;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1475, ../sass/styles.scss */
  .block-6 #stories-slider .text-data {
    padding: 15px 55px 20px;
  }
}
@media (max-width: 767px) {
  /* line 1475, ../sass/styles.scss */
  .block-6 #stories-slider .text-data {
    padding: 15px;
  }
}
/* line 1495, ../sass/styles.scss */
.block-6 #stories-slider .text-data:before {
  content: '';
  display: inline-block;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -8px;
}
/* line 1510, ../sass/styles.scss */
.block-6 #stories-slider .text-data .upper {
  font-size: 22.5px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1510, ../sass/styles.scss */
  .block-6 #stories-slider .text-data .upper {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 1510, ../sass/styles.scss */
  .block-6 #stories-slider .text-data .upper {
    font-size: 15px;
  }
}
/* line 1524, ../sass/styles.scss */
.block-6 #stories-slider .text-data .middle {
  font-size: 22.5px;
  line-height: 27px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1524, ../sass/styles.scss */
  .block-6 #stories-slider .text-data .middle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 1524, ../sass/styles.scss */
  .block-6 #stories-slider .text-data .middle {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 1538, ../sass/styles.scss */
.block-6 #stories-slider .text-data .subscription {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin: 30px 0 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1538, ../sass/styles.scss */
  .block-6 #stories-slider .text-data .subscription {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1538, ../sass/styles.scss */
  .block-6 #stories-slider .text-data .subscription {
    font-size: 13px;
    margin-top: 10px;
  }
}
/* line 1556, ../sass/styles.scss */
.block-6 #stories-slider .image-data {
  margin-top: 20px;
  text-align: center;
}
/* line 1560, ../sass/styles.scss */
.block-6 #stories-slider .image-data img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid #fff;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1560, ../sass/styles.scss */
  .block-6 #stories-slider .image-data img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  /* line 1560, ../sass/styles.scss */
  .block-6 #stories-slider .image-data img {
    width: 70px;
  }
}

/* line 1577, ../sass/styles.scss */
.block-7 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 128px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 128px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 128px rgba(0, 0, 0, 0.75);
  background: #4b2f28;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  /* line 1577, ../sass/styles.scss */
  .block-7 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 1589, ../sass/styles.scss */
.block-7 .top-blocks {
  margin-top: 80px;
  padding: 0 55px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1589, ../sass/styles.scss */
  .block-7 .top-blocks {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1589, ../sass/styles.scss */
  .block-7 .top-blocks {
    margin-top: 25px;
    padding: 0 30px;
  }
}
/* line 1602, ../sass/styles.scss */
.block-7 .top-blocks .col-md-4 {
  padding: 0;
  position: relative;
}
/* line 1608, ../sass/styles.scss */
.block-7 .top-blocks .col-md-4.top-select:before {
  background: url("../images/top-select.png") 0 0 no-repeat;
  content: '';
  height: 89px;
  position: absolute;
  width: 90px;
  z-index: 2;
  top: -8px;
  right: -10px;
}
@media (min-width: 768px) {
  /* line 1606, ../sass/styles.scss */
  .block-7 .top-blocks .col-md-4.top-select {
    margin: 0 1px;
    margin-top: -25px;
    width: 33%;
  }
}
@media (max-width: 767px) {
  /* line 1602, ../sass/styles.scss */
  .block-7 .top-blocks .col-md-4 {
    max-width: 350px;
    margin: 0 auto;
  }
}
/* line 1634, ../sass/styles.scss */
.block-7 .heading {
  text-align: center;
  text-transform: uppercase;
}
/* line 1638, ../sass/styles.scss */
.block-7 .heading h3,
.block-7 .heading .sub-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-shadow: 5px 4px 5px #2c1b17;
    margin-top: 5px;
}
/* line 1645, ../sass/styles.scss */
.block-7 .heading h3 {
  color: #e0f911;
  font-size: 75px;
  line-height: 60px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1645, ../sass/styles.scss */
  .block-7 .heading h3 {
    font-size: 58px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1645, ../sass/styles.scss */
  .block-7 .heading h3 {
    font-size: 35px;
  }
}
/* line 1661, ../sass/styles.scss */
.block-7 .heading .sub-heading {
  color: #fff;
  font-size: 33.75px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1661, ../sass/styles.scss */
  .block-7 .heading .sub-heading {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 1661, ../sass/styles.scss */
  .block-7 .heading .sub-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 1676, ../sass/styles.scss */
.block-7 .order-btn {
  margin-bottom: -13px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1676, ../sass/styles.scss */
  .block-7 .order-btn {
    position: relative;
    bottom: -2px;
  }
}

/* line 1686, ../sass/styles.scss */
.big-btn-block {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1686, ../sass/styles.scss */
  .big-btn-block {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  /* line 1686, ../sass/styles.scss */
  .big-btn-block {
    margin-bottom: 35px;
  }
}

/* line 1698, ../sass/styles.scss */
.top-block {
  background: #e0e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 1698, ../sass/styles.scss */
  .top-block {
    margin-bottom: 35px;
  }
}
/* line 1706, ../sass/styles.scss */
.top-block .wrapper {
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1706, ../sass/styles.scss */
  .top-block .wrapper {
    padding: 0 15px;
  }
}
/* line 1714, ../sass/styles.scss */
.top-block .supply {
  color: #fff;
  background-color: #007f3b;
  border-bottom: 1px solid #006d33;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  background-image: -moz-linear-gradient(bottom, #28a62b 0%, #00ba57 100%);
  background-image: -webkit-linear-gradient(bottom, #28a62b 0%, #00ba57 100%);
  background-image: linear-gradient(to top, #28a62b 0%, #00ba57 100%);
  font-family: sans-serif;
  font-size: 12.75px;
  margin: 0;
  text-align: center;
  padding: 5px 0;
}
/* line 1727, ../sass/styles.scss */
.top-block .image-block {
  text-align: center;
  position: relative;
}
/* line 1731, ../sass/styles.scss */
.top-block .image-block .tag {
  border: 2px solid #fff;
  background-color: #d7ef1b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: -moz-linear-gradient(bottom, #dde319 0%, #ffff00 50%, #dde319 100%);
  background-image: -webkit-linear-gradient(bottom, #dde319 0%, #ffff00 50%, #dde319 100%);
  background-image: linear-gradient(to top, #dde319 0%, #ffff00 50%, #dde319 100%);
  color: #00b155;
  font-family: Arial Black, sans-serif;
  font-size: 13.5px;
  padding: 10px 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 70%;
  margin-left: -35%;
}
/* line 1750, ../sass/styles.scss */
.top-block .image-block img {
  max-width: 100%;
}
/* line 1755, ../sass/styles.scss */
.top-block .product-info {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
/* line 1760, ../sass/styles.scss */
.top-block .product-info .inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aeaeae;
  overflow: hidden;
  padding: 19px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1760, ../sass/styles.scss */
  .top-block .product-info .inner {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  /* line 1760, ../sass/styles.scss */
  .top-block .product-info .inner {
    padding: 5px 0;
  }
}
/* line 1775, ../sass/styles.scss */
.top-block .product-info .left-text {
  color: #52484a;
  float: left;
}
/* line 1780, ../sass/styles.scss */
.top-block .product-info .right-text {
  color: #e0660b;
  float: right;
}
/* line 1785, ../sass/styles.scss */
.top-block .product-info .left-text,
.top-block .product-info .right-text {
  font-family: Arial, sans-serif;
  font-size: 10.5px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1785, ../sass/styles.scss */
  .top-block .product-info .left-text,
  .top-block .product-info .right-text {
    float: none;
    display: block;
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 1785, ../sass/styles.scss */
  .top-block .product-info .left-text,
  .top-block .product-info .right-text {
    float: none;
    display: block;
    text-align: center;
    font-size: 12px;
  }
}
/* line 1808, ../sass/styles.scss */
.top-block .package,
.top-block .price,
.top-block .package-supply {
  text-align: center;
}
/* line 1814, ../sass/styles.scss */
.top-block .package,
.top-block .price {
  font-family: Arial Black, sans-serif;
  font-size: 22.5px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/* line 1822, ../sass/styles.scss */
.top-block .package {
  color: #52484a;
  line-height: 17.25px;
  margin: 0;
}
/* line 1828, ../sass/styles.scss */
.top-block .price {
  color: #e0650b;
  line-height: 30px;
}
/* line 1833, ../sass/styles.scss */
.top-block .package-supply {
  color: #52484a;
  font-family: Arial, sans-serif;
  font-size: 9px;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1833, ../sass/styles.scss */
  .top-block .package-supply {
    font-size: 12px;
  }
}
/* line 1844, ../sass/styles.scss */
.top-block .order-btn-holder {
  margin: 0;
}
/* line 1850, ../sass/styles.scss */
.top-block.top-block-1 .image-block img {
  width: 70%;
}
/* line 1857, ../sass/styles.scss */
.top-block.top-block-2 .product-info {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 1857, ../sass/styles.scss */
  .top-block.top-block-2 .product-info {
    margin-bottom: 20px;
    margin-top: 5p;
  }
}

/* line 1869, ../sass/styles.scss */
.order-btn {
  border: 1px solid #007e3d;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #007f3b;
  background-image: -moz-linear-gradient(bottom, #28a62b 0%, #00ac54 100%);
  background-image: -webkit-linear-gradient(bottom, #28a62b 0%, #00ac54 100%);
  background-image: linear-gradient(to top, #28a62b 0%, #00ac54 100%);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1869, ../sass/styles.scss */
  .order-btn {
    font-size: 14px;
  }
}
/* line 1885, ../sass/styles.scss */
.order-btn:after, .order-btn:before {
  bottom: 0;
  content: '';
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 5px;
}
/* line 1895, ../sass/styles.scss */
.order-btn:after {
  left: -7px;
  background: url("../images/green-corner-left.png") 0 0 no-repeat;
}
/* line 1900, ../sass/styles.scss */
.order-btn:before {
  right: -7px;
  background: url("../images/green-corner-right.png") 0 0 no-repeat;
}
/* line 1905, ../sass/styles.scss */
.order-btn span {
  display: inline-block;
  padding: 10px 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 4px #008441;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1905, ../sass/styles.scss */
  .order-btn span {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  /* line 1905, ../sass/styles.scss */
  .order-btn span {
    padding: 9px 46px;
  }
}

/* line 1922, ../sass/styles.scss */
.weight-loss-columns {
  margin-top: 20px;
  padding: 0 5%;
}

/* line 1927, ../sass/styles.scss */
.weight-loss-column {
  background: #f7f6f1;
  border: 1px solid #d8d4c3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 550px;
  margin-right: 2.7%;
  padding: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1927, ../sass/styles.scss */
  .weight-loss-column {
    height: 520px;
    z-index: 5;
  }
}
@media (min-width: 768px) {
  /* line 1927, ../sass/styles.scss */
  .weight-loss-column {
    width: 31.5%;
  }
  /* line 1945, ../sass/styles.scss */
  .weight-loss-column:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 1927, ../sass/styles.scss */
  .weight-loss-column {
    width: 90%;
    margin: 0 auto 20px;
    float: none;
    height: auto;
    max-width: 290px;
  }
}
@media (min-width: 685px) and (max-width: 767px) {
  /* line 1927, ../sass/styles.scss */
  .weight-loss-column {
    float: left;
    height: 515px;
  }
  /* line 1962, ../sass/styles.scss */
  .weight-loss-column:nth-child(2n) {
    float: right;
  }
  /* line 1966, ../sass/styles.scss */
  .weight-loss-column:nth-child(3) {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}
/* line 1973, ../sass/styles.scss */
.weight-loss-column h3 {
  background: url("../images/ribbon2.png") 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 22.5px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  margin-left: -2%;
  padding: 16% 0 19%;
  text-align: center;
  width: 104%;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 1973, ../sass/styles.scss */
  .weight-loss-column h3 {
    font-size: 20px;
  }
}
/* line 1991, ../sass/styles.scss */
.weight-loss-column h3 span {
  display: inline-block;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/* line 1997, ../sass/styles.scss */
.weight-loss-column .image {
  bottom: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2004, ../sass/styles.scss */
  .weight-loss-column .image img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  /* line 1997, ../sass/styles.scss */
  .weight-loss-column .image {
    position: static;
    margin-top: 20px;
  }
}
@media (min-width: 685px) and (max-width: 767px) {
  /* line 1997, ../sass/styles.scss */
  .weight-loss-column .image {
    position: absolute;
    bottom: 40px;
  }
}
/* line 2021, ../sass/styles.scss */
.weight-loss-column .kg-lost {
  background: url("../images/green-circle.png") no-repeat 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 71px;
  line-height: 62px;
  text-align: center;
  width: 72px;
  position: absolute;
  bottom: 13%;
  left: 50%;
  margin-left: -34px;
}

/* line 2040, ../sass/styles.scss */
.timer {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2040, ../sass/styles.scss */
  .timer {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 2040, ../sass/styles.scss */
  .timer {
    margin-top: 15px;
    text-align: center;
  }
}
/* line 2052, ../sass/styles.scss */
.timer .digits {
  float: left;
}
/* line 2055, ../sass/styles.scss */
.timer .digits p {
  color: rgba(255, 255, 255, 0.5);
  clear: both;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}
/* line 2064, ../sass/styles.scss */
.timer .digits span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fefefe;
  color: #666666;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 36px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 1px 8px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2064, ../sass/styles.scss */
  .timer .digits span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 2064, ../sass/styles.scss */
  .timer .digits span {
    font-size: 22px;
    padding: 1px 7px;
  }
}
/* line 2084, ../sass/styles.scss */
.timer .digits span.last {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 2052, ../sass/styles.scss */
  .timer .digits {
    float: none;
    display: inline-block;
  }
}
/* line 2095, ../sass/styles.scss */
.timer .delimeter {
  color: #fff;
  font-size: 37.5px;
  float: left;
  line-height: 48.75px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  /* line 2095, ../sass/styles.scss */
  .timer .delimeter {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    float: none;
  }
}

/* line 2112, ../sass/styles.scss */
.big-btn {
  color: #fff;
  background: url("../images/big-btn.png") 0 0 no-repeat;
  display: inline-block;
  text-transform: uppercase;
  font-size: 41.25px;
  font-weight: bold;
  height: 94px;
  width: 481px;
  padding-top: 13px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2112, ../sass/styles.scss */
  .big-btn {
    font-size: 32px;
    height: 76px;
    width: 380px;
    padding-top: 11px;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  /* line 2112, ../sass/styles.scss */
  .big-btn {
    font-size: 22px;
    background-size: 100% auto;
    padding: 9px 0;
    width: 270px;
    height: 52px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  /* line 2112, ../sass/styles.scss */
  .big-btn {
    font-size: 24px;
    width: 360px;
    height: 70px;
    padding-top: 13px;
  }
}

/* line 2150, ../sass/styles.scss */
.footer {
  background: #4b2f28;
  margin-top: 200px;
  text-align: center;
  padding: 40px 0 10px;
  position: relative;
}
/* line 2157, ../sass/styles.scss */
.footer:after, .footer:before {
  content: '';
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  /* line 2157, ../sass/styles.scss */
  .footer:after, .footer:before {
    display: none;
  }
}
/* line 2168, ../sass/styles.scss */
.footer:after {
  background: url("../images/bg-footer-right.png") 0 0 no-repeat;
  background-size: 100% auto;
  height: 252px;
  width: 292px;
  top: -35px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2168, ../sass/styles.scss */
  .footer:after {
    height: 100%;
    top: -10%;
    width: 22%;
  }
}
/* line 2184, ../sass/styles.scss */
.footer:before {
  background: url("../images/bg-footer-left.png") 0 0 no-repeat;
  background-size: 100% auto;
  height: 229px;
  width: 299px;
  top: -35px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2184, ../sass/styles.scss */
  .footer:before {
    height: 100%;
    top: -11%;
    width: 22%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2200, ../sass/styles.scss */
  .footer .container {
    width: 60.2%;
  }
}
/* line 2206, ../sass/styles.scss */
.footer p {
  color: #816e69;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0 30px 30px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2206, ../sass/styles.scss */
  .footer p {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 10px 0;
  }
}

/* Chosen */
/* line 2222, ../sass/styles.scss */
.chosen-container {
  width: 100% !important;
}

/* line 2226, ../sass/styles.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7px 15px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #f7f6f1;
  font-size: 10.5px;
  font-family: Arial, sans-serif;
  color: #72604e;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 5px;
  outline: none;
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2226, ../sass/styles.scss */
  .chosen-container-single .chosen-single {
    padding: 3px 10px;
  }
}
/* line 2248, ../sass/styles.scss */
.chosen-container-single .chosen-single div {
  width: 30px;
}
/* line 2251, ../sass/styles.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/select-arrow.png") no-repeat 6px 11px;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 2251, ../sass/styles.scss */
  .chosen-container-single .chosen-single div b {
    background-size: 10px auto;
    background-position: 10px 8px;
  }
}

/* line 2265, ../sass/styles.scss */
.chosen-container .chosen-drop {
  background: #f4f3ec;
  margin-top: -8px;
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 2272, ../sass/styles.scss */
.chosen-container .chosen-results li {
  font-size: 10.5px;
  font-family: Arial, sans-serif;
}

/* line 2277, ../sass/styles.scss */
.chosen-container .chosen-results {
  padding: 0;
  margin-right: 0;
}

/* line 2282, ../sass/styles.scss */
.chosen-container .chosen-results li.highlighted {
  background: #6b5949;
}

.has-feedback .form-control-feedback {
	top:0px;
}
.form-group {
	margin-bottom: 0px;
}

#answer
{
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 120%;
}
#answer h3
{
	color: yellow;
}
.displaynone 
{
	display: none;
}
.text-contact
{
  font-size:120%;
}
