/* Fonts
======================================================== */
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Base
======================================================== */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  background: #C91240;
  text-align: left;
  position: relative;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #920359;
  color: #ffffff;
}

::selection {
  background: #920359;
  color: #ffffff;
}

:focus {
  outline: 0px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

input, button {
  border: 0;
  border-radius: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus, button:focus, textarea:focus {
  outline: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  border: 0px;
}

a[href^="tel"],
a[href^="sms"] {
  text-decoration: none;
  cursor: default;
}

a[href^="tel"]:before,
a[href^="sms"]:before {
  display: none;
}

/* Text */
h1, h2, h3, h4, h5, h6, p {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

b, .b, strong, .strong {
  font-weight: bold;
}

em, .em {
  font-style: italic;
}

u, .u {
  text-decoration: underline;
}

a, .a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover, .a:hover {
  text-decoration: none;
}


/* Custom styles
======================================================== */
.wrapper {
  width: 100%;
  height: 100vh;
}

.section {
  position: relative;
  padding: 20px;
  height: 100vh;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bg-1 {
  background: #67155e;
  background: linear-gradient(105deg, #54a931 0%, #f4a306 44%, #67155e 100%);
}

.bg-2 {
  background: #67155e;
  background: linear-gradient(75deg, #54a931 0%, #f4a306 44%, #67155e 100%);
}

.text {
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
}

.intro-text {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.5em;
  text-align: center;
}

.intro-text-small {
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
}

.intro-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 775px;
  margin: 0 auto;
}

.content-subheadline {
  font-weight: 325;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.headline {
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
}

.headline.smaller {
  font-size: 40px;
}

.headline-intro {
  font-size: 34px;
  line-height: 34px;
}

.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}

.content {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.content-headline {
  margin-bottom: 30px;
}

.content-text {
  max-width: 620px;
  margin: 0 auto;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;   
}

.plus-1 {
  position: absolute;
  top: -270px;
  left: -260px;
}

.plus-2 {
  position: absolute;
  top: -270px;
  left: 730px;
}

.plus-3 {
  position: absolute;
  top: 60px;
  left: -260px;
  z-index: 1;
}

.plus-4 {
  position: absolute;
  top: 100px;
  left: 700px;
  z-index: 1;
}

.img-b1 {
  position: absolute;
  top: -140px;
  left: 60px;
}

.img-b3 {
  position: absolute;
  top: -190px;
  left: 340px;
}

.img-zinek {
  position: absolute;
  top: -150px;
  left: 610px;
}

.img-jod {
  position: absolute;
  top: 270px;
  left: 25px;
}

.img-b5 {
  position: absolute;
  top: 315px;
  left: 230px;
}

.img-selen {
  position: absolute;
  top: 260px;
  left: 430px;
}

.img-vitamin-e {
  position: absolute;
  top: 320px;
  left: 630px;
}

.intro-image {
  position: relative;
  margin: 0 auto 30px;
}

.info-box {
  position: relative;
  display: flex;
}

.info-plus-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  text-transform: uppercase;
  z-index: 1;
  margin: 70px 0 45px;
  max-width: 340px;
}

.info-plus-icon {
  margin: 0 20px;
}

.info-plus-ftext {
  max-width: 112px;
}

.info-box-content {
  position: relative;
  z-index: 1; 
}

.info-box-headline {
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 36px;
}

.info-text {
  font-size: 14px;
  line-height: 17px;
  max-width: 300px;
}

.info-box-image {
  position: relative;
  z-index: 1;
}

.info-box-image-mobile {
  display: none;
  position: relative;
  z-index: 1;
}

.imbi {
  position: relative;
  z-index: 1;
}

.imbe-1 {
  position: absolute;
  z-index: 0;
  top: 50px;
  left: -100px;
}

.imbe-2 {
  position: absolute;
  z-index: 0;
  top: -90px;
  left: -90px;
}

.plus-items {
  margin-top: 48px;
  max-width: 435px;
}

.plus-item {
  background: url(../images/icons/plus-white-small.svg) no-repeat center left;
  background-size: 20px;
  font-size: 18px;
  line-height: 22px;
  padding-left: 40px;
  margin-bottom: 20px;
}

.benefits-content {
  position: relative;
  z-index: 1;
}

.benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  position: relative;
  z-index: 1;
}

.benefits-image {
  position: relative;
  z-index: 1;
}

.imbe-3 {
  position: absolute;
  z-index: 0;
  top: -110px;
  right: -110px;
}

.logo-row {
  position: absolute;
  top: 0;
  height: 50px;
  background: #CB003D;
  right: 0;
  left: 0;
}

.logo {
  display: block;
  position: relative;
  margin: 0 auto;
}

.header {
  position: relative;
  z-index: 1;
  height: 95px;
  background: #FFFFFF;
}

.header-logo {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 15px;
}

.icon-menu {
  display: none;
}

.top {
  background: #FFFFFF;
  height: 80px;
}

.top ul {
  margin: 0 auto;
  text-align: center;
}

.top li {
  position: relative;
  display: inline-block;
  margin: 0 23px;
}

.top li.active {
  border-bottom: 2px solid #b31247;
}

.top li a {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 15px;
  line-height: 34px;
  color: #777;
}

.top li a.external {
  color: #b3b2b2;
}

.top li .icon-external {
  position: absolute;
  top: 8px;
  right: -1px;
}


.top li a:hover {
  color: #b31247;
}

.footer {
  padding: 20px;
  font-size: 14px;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
}

.footer-link {
  text-decoration: none;
  color: #000000; 
}

.social-nav {
  position: fixed;
  z-index: 2;
  top: calc(50vh - 75px);
  right: 0px;
  overflow: visible;
}

.social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CB003D;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  transition: background-color .2s;
}
.social-item:hover {
  background-color: #ec0249;
}

.points-nav {
  position: fixed;
  z-index: 2;
  top: calc(50vh - 22px);
  left: 35px;
}
.point {
  display: block;
  background-color: #ffffff50;
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
  transition: background-color .2s;
  border-radius: 50%;
}
.point.active,
.point:hover {
  background-color: #ffffff;
}

@media (max-width: 1320px){
  .info { 
    flex-direction: column;
    gap: 100px;
  }
  .intro-image {
    margin-top: 90px;
  }
  .section {
    height: auto;
  }
  .bg-1 {
    background: #67155e;
    background: linear-gradient(90deg, #54a931 0%, #f4a306 44%, #67155e 100%);
  }
  
  .bg-2 {
    background: #67155e;
    background: linear-gradient(90deg, #54a931 0%, #f4a306 44%, #67155e 100%);
  }

  .info.bg-2 {
    padding-top: 80px;
  }
}

@media (max-width: 1040px){
  .points-nav { 
    display: none;
  }

  .benefits {
    flex-direction: column-reverse;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .benefits-headline {
    text-align: center;
    margin-bottom: 30px;
  }

  .benefits-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imbe-3 {
    position: absolute;
    z-index: 0;
    top: auto;
    right: auto;
  }

  .headline {
    font-size: 48px;
  }

  .info.bg-2 {
    padding-top: 0px;
  }

  .info-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .info-plus-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .plus-items, .benefits {
    max-width: 620px;
    margin: 0 auto;
  }

  .social-nav {
    position: absolute;
    top: 156px;
    right: 16px;
  }

  .icon-menu {
    position: absolute;
    display: block;
    top: 22px;
    right: 15px;
    cursor: pointer;
  }

  .header {
    height: 90px;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 0 3px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 0 3px;
    box-shadow: rgba(0,0,0,0.25) 0 0 3px;
  }

  .header-logo {
    width: 145px;
    top: 19px;
  }

  .top {
    position: absolute;
    width: 100%;
    height: auto;
    top: 90px;
    left: 0px;
    display: none;
  }

  .top.top-active {
    display: block;
  }

  .top ul {
    position: relative;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.25) 0 1px 3px;
    z-index: 3;
  }

  .top li {
    display: block;
    border-top: 1px solid #eee;
    margin: 0;
  }

  .top li.active {
    border-bottom: none;
  }

  .top li a {
    padding: 8px 15px;
  }

  .top li.li-external {
    display: inline-block;
  }

  .top li .icon-external {
    position: relative;
    top: -19px;
    right: 14px;
  }
}

@media (max-width: 780px){
  .intro-image {
    display: block;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro {
    min-height: 640px;
  }

  .intro-grid {
    display: none;
  }
  .intro-text {
    font-size: 18px;
  }
  .headline {
    font-size: 40px;
    line-height: 40px;
  }

  .info {
    gap: 0px;
  }

  .info-box {
    margin: 0 auto;
    flex-direction: column;
  }

  .info-box-content {
    margin: 0 auto;
    text-align: center;
  }

  .info-box-headline {
    font-size: 40px;
    line-height: 36px;
  }
  .info-box-image {
    padding: 70px 50px 20px;
  }

  .imbe-1,
  .imbe-2 {
    top: auto;
    left: auto;
  }

  .plus-item {
    font-size: 14px;
    line-height: 17px;
  }
  .content-subheadline {
    font-size: 18px;
    line-height: 22px;
  }

  .benefits-content,
  .intro-text {
    margin: 0 auto;
  }

  .info-text,
  .plus-items,
  .content-subheadline,
  .content-text,
  .intro-text {
    max-width: 360px;
  }

  .plus-1 {
    top: -120px;
    left: -140px;
    width: 180px;
  }

  .plus-2 {
    top: -120px;
    left: auto;
    right: -170px;
    width: 180px;
  }

  .plus-3 {
    top: 220px;
    left: -160px;
    width: 260px;
  }

  .plus-4 {
    top: 140px;
    left: auto;
    right: -170px;
    width: 180px;
  }

  .img-b1 {
    top: -200px;
    left: 20px;
    width: 75px;
  }

  .img-b3 {
    top: -120px;
    left: 140px;
    width: 75px;
  }

  .img-zinek {
    top: -190px;
    left: auto;
    right: 20px;
    width: 75px;
  }

  .img-jod {
    position: absolute;
    top: 260px;
    left: 90px;
    width: 75px;
  }

  .img-b5 {
    top: 340px;
    left: 160px;
    width: 75px;
  }

  .img-selen {
    top: 250px;
    left: 220px;
    width: 75px;
  }

  .img-vitamin-e {
    top: 280px;
    left: 320px;
    width: 160px;
    width: 75px;
  }
}

/* Animated
======================================================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
