@charset "UTF-8";
* {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #171717;
  font-family: "Roboto Condensed", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.img {
  width: 100%;
  display: block;
}
.imgmx {
	max-width: 100%;
	margin: 0 auto;
}
.inner {
  max-width: 1200px;
  margin: auto;
}

.half-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header {
  font-size: 90px;
  font-weight: 400;
  text-transform: uppercase;
}

.second-main-header {
  font-size: 50px;
  font-weight: 300;
}

.list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list .list-item:before {
  content: "■";
  margin-right: 10px;
}

.cta-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-holder .quote-img {
  max-width: 43px;
}
.cta-holder .cta-inner {
  line-height: 25px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f50079;
  padding: 22px 24px;
  margin: 0 -8px 0 -8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 3px solid #f50079;
}
.cta-holder .cta-inner:hover {
  background-color: transparent;
  color: #f50079;
}

.header {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.second-header {
  color: #171717;
  font-size: 30px;
  font-weight: 400;
}

.text, .list .list-item {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.ingredient-text {
  font-size: 24px;
  font-weight: 400;
}
.ingredient-text strong {
  font-weight: 700;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.top .inner {
  padding: 23.22px 10px;
}
.top .inner .full-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top .inner .full-section .logo {
  max-width: 220px;
}
.top .inner .full-section .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 445px;
  width: 100%;
}
.top .inner .full-section .menu .menu-item .link {
  line-height: 17px;
  color: #464646;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top .inner .full-section .menu .menu-item .link:before {
  left: -10px;
  content: "[";
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.top .inner .full-section .menu .menu-item .link:after {
  right: -10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.top .inner .full-section .menu .menu-item .link:before, .top .inner .full-section .menu .menu-item .link:after {
  display: inline-block;
  opacity: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2, -webkit-transform 0.3s;
  transition: opacity 0.2, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2;
  transition: transform 0.3s, opacity 0.2, -webkit-transform 0.3s;
}
.top .inner .full-section .menu .menu-item .link:hover:before, .top .inner .full-section .menu .menu-item .link:hover:after, .top .inner .full-section .menu .menu-item .link:focus:before, .top .inner .full-section .menu .menu-item .link:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.top .inner .full-section .menu .menu-item .link:hover {
  color: #f50079;
}

.jumbo {
  background: url("../images/jumbo-bg.jpeg") no-repeat center center;
  background-size: cover;
}
.jumbo .inner {
  padding: 72px 10px 0;
}
.jumbo .inner .half-section {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jumbo .inner .half-section .left {
  max-width: 710px;
  width: 100%;
}
.jumbo .inner .half-section .left .list {
  margin: 45px 0;
}
.jumbo .inner .half-section .left .list .list-item:before {
  color: #26aaa3;
}
.jumbo .inner .half-section .right {
  max-width: 530px;
}

.ingredients .inner {
  padding: 21px 10px 38px;
  max-width: 1300px;
}
.ingredients .inner .ingredients-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ingredients .inner .ingredients-list .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  max-width: 300px;
  width: 100%;
}
.ingredients .inner .ingredients-list .ingredient .ingredient-img {
  max-width: 66px;
  margin-right: 12px;
}
.ingredients .inner .ingredients-list .ingredient .ingredient-text {
  color: #26aaa3;
}
.ingredients .inner .ingredients-list .ingredient .ingredient-text strong {
  color: #26aaa3;
}
.ingredients .inner .ingredients-list .ingredient #text-1 {
  max-width: 120px;
}
.ingredients .inner .ingredients-list .ingredient #text-2 {
  max-width: 170px;
}
.ingredients .inner .ingredients-list .ingredient #text-3 {
  max-width: 200px;
}
.ingredients .inner .ingredients-list .ingredient #text-4 {
  max-width: 142px;
}
.ingredients .inner .ingredients-list .ingredient #text-5 {
  max-width: 116px;
}

.woman {
  background-color: #26aaa3;
}
.woman .inner {
  max-width: 1400px;
  padding: 50px 10px 0 0;
}
.woman .inner .half-section .left {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 679px;
  width: 100%;
}
.woman .inner .half-section .right {
  margin-left: 55px;
  margin-bottom: 20px;
}
.woman .inner .half-section .right .header, .woman .inner .half-section .right .under-list, .woman .inner .half-section .right .text {
  color: #ffffff;
}
.woman .inner .half-section .right .header strong, .woman .inner .half-section .right .under-list strong, .woman .inner .half-section .right .text strong {
  color: #ffffff;
}
.woman .inner .half-section .right .list .list-item {
  color: #ffffff;
}
.woman .inner .half-section .right .list .list-item:before {
  color: #ffffff;
}
.woman .inner .half-section .right .header {
  max-width: 287px;
}
.woman .inner .half-section .right .header, .woman .inner .half-section .right .text {
  margin-bottom: 40px;
}
.woman .inner .half-section .right .list, .woman .inner .half-section .right .under-list {
  margin-bottom: 25px;
}
.woman .inner .half-section .right .under-list {
  margin-left: 40px;
}

.man {
  background: url("../images/man-bg.jpeg") no-repeat center center;
  background-size: cover;
}
.man .inner {
  padding: 79px 10px 105px;
}
.man .inner .half-section {
  position: relative;
}
.man .inner .half-section .left .header {
  max-width: 348px;
}
.man .inner .half-section .left .second-header {
  margin: 38px 0;
}
.man .inner .half-section .left .list .list-item:before {
  content: url("../images/tick.png");
}
.man .inner .half-section .left .mar {
  margin: 25px 0;
  max-width: 700px;
}
.man .inner .half-section .left .cta-holder {
  margin-top: 50px;
}
.man .inner .half-section .prod-img {
  max-width: 345px;
  position: absolute;
  left: 53%;
  bottom: -33%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.prod-details {
  background-color: #26aaa3;
}
.prod-details .inner {
  padding: 146px 10px 79px;
  max-width: 1300px;
}
.prod-details .inner .half-section .left {
  max-width: 620px;
}
.prod-details .inner .half-section .right {
  max-width: 620px;
  width: 100%;
}
.prod-details .inner .half-section .right .header, .prod-details .inner .half-section .right .list .list-item {
  color: #ffffff;
}
.prod-details .inner .half-section .right .header, .prod-details .inner .half-section .right .list {
  margin-bottom: 36px;
}
.prod-details .inner .half-section .right .header {
  max-width: 348px;
}
.prod-details .inner .half-section .right .ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}
.prod-details .inner .half-section .right .ingredients:last-child {
  margin-bottom: 0;
}
.prod-details .inner .half-section .right .ingredients .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.prod-details .inner .half-section .right .ingredients .ingredient .ingredient-img {
  max-width: 107px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
  border: 6px solid #ffffff;
}
.prod-details .inner .half-section .right .ingredients .ingredient .ingredient-text {
  font-weight: 700;
  color: #ffffff;
}
.prod-details .inner .half-section .right .ingredients .ingredient #ingredient-1 {
  max-width: 172px;
}
.prod-details .inner .half-section .right .ingredients .ingredient #ingredient-2 {
  max-width: 115px;
}
.prod-details .inner .half-section .right .ingredients .ingredient #ingredient-3 {
  max-width: 93px;
}
.prod-details .inner .half-section .right .ingredients .ingredient #ingredient-4 {
  max-width: 98px;
}
.prod-details .inner .half-section .right .ingredients .ingredient #ingredient-5 {
  max-width: 105px;
}
.prod-details .inner .half-section .right .ingredients .ingredient #ingredient-6 {
  max-width: 106px;
}

.for-everyone .inner {
  padding: 70px 10px 0;
}
.for-everyone .inner .full-section .logo {
  max-width: 320px;
  margin: auto;
}
.for-everyone .inner .full-section .header {
  margin: 73px 0;
  text-align: center;
}
.for-everyone .people-img-rwd {
  display: none;
}

.specialist .inner {
  padding: 55px 10px 0;
}
.specialist .inner .half-section .left {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
}
.specialist .inner .half-section .left .specialist-text {
  position: absolute;
  top: 31%;
  right: -25%;
  max-width: 208px;
}
.specialist .inner .half-section .left .specialist-text .underline {
  width: 100%;
  max-width: 98px;
  height: 4px;
  background-color: #26aaa3;
  margin-top: 5px;
}
.specialist .inner .half-section .right {
  max-width: 615px;
  width: 100%;
  margin-left: 166px;
}
.specialist .inner .half-section .right .text {
  margin: 40px 0;
}

.how-to-use {
  background-color: #26aaa3;
}
.how-to-use .inner {
  padding: 50px 10px 55px;
}
.how-to-use .inner .full-section {
  text-align: center;
}
.how-to-use .inner .full-section .header, .how-to-use .inner .full-section .second-header, .how-to-use .inner .full-section .text {
  color: #ffffff;
}
.how-to-use .inner .full-section .header strong, .how-to-use .inner .full-section .second-header strong, .how-to-use .inner .full-section .text strong {
  color: #ffffff;
}
.how-to-use .inner .full-section .header {
  max-width: 432px;
  margin: auto;
}
.how-to-use .inner .full-section .second-header {
  margin: 25px auto;
}
.how-to-use .inner .full-section .text {
  max-width: 892px;
  margin: auto;
}
.how-to-use .inner .full-section .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin: 41px auto 80px;
}
.how-to-use .inner .full-section .steps .arrow {
  max-width: 34px;
  width: 100%;
  margin: 0 41px;
  margin-top: 8%;
}
.how-to-use .inner .full-section .steps .step .step-img {
  max-width: 174px;
  width: 100%;
  margin: auto;
  margin-bottom: 24px;
}
.how-to-use .inner .full-section .steps .step .step-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: auto;
}
.how-to-use .inner .full-section .steps .step #step-1 {
  max-width: 128px;
}
.how-to-use .inner .full-section .steps .step #step-2 {
  max-width: 99px;
}
.how-to-use .inner .full-section .steps .step #step-3 {
  max-width: 222px;
}
.how-to-use .inner .full-section .cta-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.couple .inner {
  max-width: 1400px;
  padding: 40px 10px 0;
}
.couple .inner .half-section {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.couple .inner .half-section .left {
  max-width: 858px;
  width: 100%;
  position: relative;
}
.couple .inner .half-section .left .prod-img {
  max-width: 375px;
  position: absolute;
  bottom: -8%;
  right: 12%;
}
.couple .inner .half-section .right {
  max-width: 477px;
  width: 100%;
  -webkit-transform: translate(-15%);
  transform: translate(-15%);
  margin-top: 9%;
}
.couple .inner .half-section .right .header {
  margin-bottom: 35px;
}
.couple .inner .half-section .right .text {
  max-width: 358px;
  line-height: 30px;
}

.vitamins .inner {
  padding: 80px 10px 0;
}
.vitamins .inner .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vitamins .inner .columns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.vitamins .inner .columns .column .vitamin {
  position: relative;
}
.vitamins .inner .columns .column .vitamin .header {
  font-size: 45px;
  margin-bottom: 5px;
  text-transform: none;
}
.vitamins .inner .columns .column .vitamin .line {
  max-width: 197px;
  width: 100%;
  height: 5px;
  background-color: #f50079;
  position: absolute;
}
.vitamins .inner .columns .column .vitamin #line-1 {
  left: -83%;
  top: 51%;
}
.vitamins .inner .columns .column .vitamin #line-2 {
  top: 50%;
  right: -75%;
}
.vitamins .inner .columns .column .vitamin #line-3 {
  left: -85%;
  top: 15%;
}
.vitamins .inner .columns .column .vitamin #line-4 {
  top: 76%;
  right: -75%;
}
.vitamins .inner .columns .column .vitamin #line-5 {
  top: 15%;
  right: -77%;
}
.vitamins .inner .columns .column .vitamin #line-6 {
  top: 72%;
  left: -80%;
}
.vitamins .inner .columns .column .vitamin #line-7 {
  top: 0;
  left: -80%;
}
.vitamins .inner .columns .column .vitamin #line-8 {
  top: 59%;
  right: -76%;
}
.vitamins .inner .columns .column .vitamin .skew-left {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.vitamins .inner .columns .column .vitamin .skew-right {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.vitamins .inner .columns #column-1 {
  max-width: 260px;
}
.vitamins .inner .columns #column-2 {
  min-height: 680px;
  max-width: 255px;
  margin-top: 80px;
}
.vitamins .inner .columns #column-3 {
  max-width: 230px;
}
.vitamins .inner .columns-rwd {
  display: none;
}

.prod-ingredients .inner {
  padding: 0 10px 70px;
}
.prod-ingredients .inner .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
#vitamin-1 {
	margin-top: -50px;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient .ingredient-text {
  color: #26aaa3;
  font-size: 22px;
  text-transform: uppercase;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient .ingredient-text strong {
  color: #26aaa3;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient .ingredient-img {
  max-width: 100px;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient #prod-ingredient-1 {
  max-width: 150px;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient #prod-ingredient-2 {
  max-width: 200px;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient #prod-ingredient-3 {
  max-width: 143px;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient #prod-ingredient-4 {
  max-width: 121px;
}
.prod-ingredients .inner .columns .column .ingredients-list .ingredient #prod-ingredient-5 {
  max-width: 162px;
}
.prod-ingredients .inner .columns .column .ingredients-left .ingredient {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.prod-ingredients .inner .columns .column .ingredients-left .ingredient .ingredient-img {
  margin-left: 35px;
}
.prod-ingredients .inner .columns .column .ingredients-right .ingredient {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prod-ingredients .inner .columns .column .ingredients-right .ingredient .ingredient-img {
  margin-right: 35px;
}
.prod-ingredients .inner .columns .column .prod-img {
  max-width: 500px;
}
.prod-ingredients .inner .columns .column-left, .prod-ingredients .inner .columns .column-right {
  width: 100%;
}
.prod-ingredients .inner .columns .column-left {
  max-width: 320px;
}
.prod-ingredients .inner .columns .column-right {
  max-width: 280px;
}
.prod-ingredients .inner .cta-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.expert-opinions {
  background-color: #26aaa3;
}
.expert-opinions .inner {
  padding: 70px 10px 95px;
  text-align: center;
}
.expert-opinions .inner .header {
  color: #ffffff;
  margin-bottom: 75px;
}
.expert-opinions .inner .expert-opinions-slider {
  max-width: 900px;
  margin: auto;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-img, .expert-opinions .inner .expert-opinions-slider .opinion .opinion-text {
  margin: auto;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-header, .expert-opinions .inner .expert-opinions-slider .opinion .opinion-text {
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-header strong, .expert-opinions .inner .expert-opinions-slider .opinion .opinion-text strong {
  color: #ffffff;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-img {
  max-width: 232px;
  margin: auto;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-img .img {
  border-radius: 50%;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-header {
  max-width: 547px;
  font-size: 30px;
  margin: 35px auto 20px;
}
.expert-opinions .inner .expert-opinions-slider .opinion .opinion-text {
  max-width: 580px;
  font-size: 20px;
}

.user-opinions .inner {
  padding: 70px 10px 70px;
}
.user-opinions .inner .header {
  margin-bottom: 75px;
  text-align: center;
}
.user-opinions .inner .user-opinions-slider {
  max-width: 900px;
  margin: auto;
}
.user-opinions .inner .user-opinions-slider .slick-prev, .user-opinions .inner .user-opinions-slider .slick-next {
  top: 65%;
}
.user-opinions .inner .user-opinions-slider .opinion {
  padding: 170px 0 10px;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder {
  padding: 75px 50px;
  max-width: 588px;
  margin: auto;
  -webkit-box-shadow: 0 0 29px rgba(0, 41, 39, 0.15);
  box-shadow: 0 0 29px rgba(0, 41, 39, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-img {
  max-width: 220px;
  margin: auto;
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-img .img {
  border-radius: 50%;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-header, .user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-text {
  font-family: "Roboto", sans-serif;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-header {
  font-size: 30px;
  font-weight: 700;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-text {
  font-size: 20px;
  font-weight: 400;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.user-opinions .inner .user-opinions-slider .opinion .opinion-text-holder .opinion-rating .stars .star {
  max-width: 25px;
}
.user-opinions .inner .cta-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 90px;
}

.guarantee {
  background: url("../images/guarantee-bg.png") no-repeat center center;
  background-size: cover;
}
.guarantee .inner {
  text-align: center;
  padding: 0 10px;
  -webkit-transform: translateY(17%);
  transform: translateY(17%);
}
.guarantee .inner .guarantee-text, .guarantee .inner .guarantee-img {
  margin: auto;
}
.guarantee .inner .guarantee-text {
  max-width: 649px;
}
.guarantee .inner .guarantee-text .header, .guarantee .inner .guarantee-text .text {
  color: #ffffff;
}
.guarantee .inner .guarantee-text .text {
  margin: 44px auto;
}
.guarantee .inner .guarantee-img {
  max-width: 328px;
}

.offer .inner {
  padding: 125px 10px 80px;
  max-width: 1010px;
}
.offer .inner .full-section .second-header {
  max-width: 676px;
  margin: auto;
  text-align: center;
}
.offer .inner .full-section .special-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px auto;
}
.offer .inner .full-section .special-text-holder .quote-img {
  max-width: 24px;
}
.offer .inner .full-section .special-text-holder .special-text {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.offer .inner .half-section {
  margin-bottom: 10px;
}
.offer .inner .half-section .left {
  max-width: 400px;
  width: 100%;
}
.offer .inner .half-section .right .header {
  max-width: 540px;
  margin-bottom: 45px;
}
.offer .inner .half-section .right .list .list-item {
  margin-bottom: 10px;
}
.offer .inner .half-section .right .list .list-item:last-child {
  margin-bottom: 0;
}
.offer .inner .half-section .right .list .list-item:before {
  color: #26aaa3;
}
.offer .inner .cta-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._form {
  background: url("../images/form-bg.jpeg") no-repeat center center;
  background-size: cover;
}
._form .inner {
  padding: 20px 10px 80px;
}
._form .inner .half-section {
  flex-wrap: wrap;
}
._form .inner .half-section .left {
  display: flex;
  flex-grow: 1;
}
._form .inner .half-section .left .mobile-form {
  flex-grow: 1;
}
._form .inner .half-section .left form.desktop-form {
  flex-grow: 1;
  max-width: 450px;
  -webkit-box-shadow: 0 0 29px rgba(0, 41, 39, 0.08);
  box-shadow: 0 0 29px rgba(0, 41, 39, 0.08);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 25px;
}
._form .inner .half-section .left form.desktop-form .form-group {
  margin-bottom: 5px;
}
._form .inner .half-section .left form.desktop-form .form-group label, ._form .inner .half-section .left form.desktop-form .form-group input, ._form .inner .half-section .left form.desktop-form .form-group select, ._form .inner .half-section .left form.desktop-form .form-group textarea {
  color: #3e4243;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
._form .inner .half-section .left form.desktop-form .form-group input, ._form .inner .half-section .left form.desktop-form .form-group select, ._form .inner .half-section .left form.desktop-form .form-group textarea {
  border-radius: 5px;
  border: 1px solid #171717;
  background: #ffffff;
  width: 100%;
  padding: 10px;
}
._form .inner .half-section .left form.desktop-form .form-group select {
  padding: 4px 5px;
}
._form .inner .half-section .left form.desktop-form .form-group textarea {
  resize: vertical;
  min-height: 125px;
}
._form .inner .half-section .left form.desktop-form .form-group .full, ._form .inner .half-section .left form.desktop-form .form-group .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
._form .inner .half-section .left form.desktop-form .form-group .half {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
._form .inner .half-section .left form.desktop-form .form-group .half:first-child {
  width: 30%;
}
._form .inner .half-section .left form.desktop-form .form-group .half:last-child {
  margin-left: 10px;
  width: 70%;
}
._form .inner .half-section .left form.desktop-form .form-group .one-third {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  margin-left: 10px;
}
._form .inner .half-section .left form.desktop-form .form-group .one-third:first-child {
  width: 40%;
  margin-left: 0;
}
._form .inner .half-section .left form.desktop-form .half-group, ._form .inner .half-section .left form.desktop-form .one-third-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
._form .inner .half-section .left form.desktop-form .cod {
  padding: 20px 20px 30px 20px;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox:hover input ~ .checkmark {
  background-color: #26aaa3;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox input:checked ~ .checkmark {
  background-color: #26aaa3;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox input:checked ~ .checkmark:after {
  display: block;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  border: 1px solid #171717;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
._form .inner .half-section .left form.desktop-form .cod .cod-holder .checkbox-text {
  color: #3e4243;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
._form .inner .half-section .left form.desktop-form .cod .cod-info {
  color: #3e4243;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: italic;
}
._form .inner .half-section .left form.desktop-form .delivery .delivery-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._form .inner .half-section .left form.desktop-form .delivery .delivery-holder #inpostButtonShow .inpostButtonShowClick {
  background-color: #f50079;
  border: 1px solid #f50079;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._form .inner .half-section .left form.desktop-form .delivery .delivery-holder #inpostButtonShow .inpostButtonShowClick:hover {
  background-color: #ffffff;
  color: #f50079;
}
._form .inner .half-section .left form.desktop-form .form-btn {
  border-radius: 10px;
  background-color: #f50079;
  border: 2px solid #f50079;
  width: 100%;
  line-height: 24px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 26px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._form .inner .half-section .left form.desktop-form .form-btn:hover {
  background-color: #ffffff;
  color: #f50079;
}
._form .inner .half-section .right {
  max-width: 576px;
  -webkit-transform: translateY(14%);
  transform: translateY(14%);
}

.footer {
  background-color: #26aaa3;
}
.footer .inner {
  padding: 60px 10px 100px;
}
.footer .inner .full-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .inner .full-section .logo {
  max-width: 188px;
  width: 100%;
}
.footer .inner .full-section .border {
  margin: 0 30px 0 55px;
  width: 2px;
  min-height: 62px;
  background-color: #ffffff;
}
.footer .inner .full-section .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .inner .full-section .footer-links a {
  line-height: 14px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .inner .full-section .footer-links p {
  line-height: 1.2em;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .inner .full-section .footer-links a:hover {
  color: #f50079;
}

/*# sourceMappingURL=main.css.map */
.c2bb0746f {
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	background: none !important;
	border-style: none !important;
	position: absolute;
}
.col-6 {
	width: 50%;
	padding: 0 10px;
	float: left;
	position: relative;
}
.col-6-2 {
	width: 50%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.col-4 {
	width: 33%;
	padding: 0 10px;
	float: left;
	position: relative;
}
.clear {
	clear: both;
}
.opinion-header span {
	color: #FFF;
	font-size: 20px;
}
.mprice {
	padding: 20px 0;
}
p.price-l {
	font-size: 50px;
	color: #f50079;
}
p.price-h {
	font-size: 34px;
	text-decoration: line-through;
	padding: 20px 0 0 0;
}
span.pr-info {
	font-size: 18px;
	position: absolute;
}
::-webkit-input-placeholder { /* Edge */
  font-size: 18px;
  color: #bbb;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 18px;
  color: #bbb;
}

::placeholder {
  font-size: 18px;
  color: #bbb;
}
@media screen and (max-width: 780px) {
	.col-6 {
	width: 100%;
	float: none;
}
.col-4 {
	width: 100%;
	float: none;
}
	.mprice .col-6 {
		text-align: center;
}
	span.pr-info {
	font-size: 18px;
	position: relative;
}
	p.price-h {
	font-size: 34px;
	text-decoration: line-through;
	padding: 0;
}
	p.price-l {
		margin-bottom: 20px;
}
#vitamin-1 {
	margin-top: 0px;
}
.col-6-2 {
	width: 100%;
}._form .inner .half-section .left form.desktop-form .form-btn {
	font-size: 22px;
}
}

.form-group--checkbox {
	display: flex;
  flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.form-group--checkbox input {
    width: 20px !important;
    height: 20px;
    margin-right: 20px;
}