@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.supplementsBlock {
  margin: 50px 0 50px;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.supplementsBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.supplementsBlock .text {
  color: #8c8c8c;
}
.supplementsBlock .text p {
  padding-left: 20px;
}
.supplementsBlock .text p:first-child {
  position: relative;
}
.supplementsBlock .text p:first-child:before {
  content: "*";
  color: #8c8c8c;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.supplementsBlock .text p:last-child {
  margin-bottom: 0;
}
.supplementsBlock strong,
.supplementsBlock b {
  color: #fbbc43;
}
.supplementsBlock ul,
.supplementsBlock ol {
  margin-bottom: 24px;
}
.supplementsBlock li {
  padding-left: 10px;
  margin-left: 15px;
}
.supplementsBlock .subTitle {
  color: #fbbc43;
  display: block;
  margin-bottom: 40px;
}
.supplementsBlock .items .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.supplementsBlock .items .item.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.supplementsBlock .items .item .image {
  width: 85px;
  height: 85px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
}
.supplementsBlock .items .item .itemContent {
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: top;
  padding: 0 20px 0 10px;
}
.supplementsBlock .items .item .itemContent .normalTitle {
  color: #134053;
}
.supplementsBlock .items .item .itemContent .itemText {
  margin-top: 10px;
}
.supplementsBlock .items .item .itemContent .itemText p:last-child {
  margin-bottom: 0;
}
.supplementsBlock .buttons {
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.supplementsBlock .buttons.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.supplementsBlock .buttons .button {
  font-weight: bold;
  height: 35px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 20px;
  display: block;
  background: #fbbc43;
  border: 2px solid #fbbc43;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.supplementsBlock .buttons .button:hover {
  border-color: #134053;
  background: transparent;
  color: #134053;
}
.supplementsBlock .buttons .button:hover .icon svg path,
.supplementsBlock .buttons .button:hover .icon svg ellipse {
  stroke: #134053;
}
.supplementsBlock .buttons .button .label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.supplementsBlock .buttons .button .icon {
  display: inline-block;
  vertical-align: top;
}
.supplementsBlock .buttons .button .icon svg {
  margin-top: 5px;
}
.supplementsBlock .buttons .button .icon svg path,
.supplementsBlock .buttons .button .icon svg ellipse {
  stroke: #fff;
  stroke-width: 1px;
  fill: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 768px) {
  .supplementsBlock .items .item {
    width: 100%;
  }
}
/*# sourceMappingURL=supplements_block.css.map */