@font-face {
  font-family: "Cerebri Sans Pro";
  src: url("../fonts/CerebriSansPro-Regular.woff");
  font-display: swap;
}

@font-face {
  font-family: "Cerebri Sans Pro";
  src: url("../fonts/CerebriSansPro-Bold.woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Cerebri Sans Pro";
  src: url("../fonts/CerebriSansPro-Heavy.woff");
  font-weight: 900;
  font-display: swap;
}
.mobile-banner{
	display:none;
}
html,
body,
body * {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9;
  color: #55595c;
  font-family: "Cerebri Sans Pro", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.header {
  background-color: #fe86a4;
}

.content__page {
  padding: 40px 0;
}

p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 1.5em;
}

a {
  color: #fe86a4;
  text-decoration: none;
}

.entry-title {
  font-weight: 700;
  font-size: 30px;
  color: #1e1e1e;
  line-height: 1.2em;
}

h3 {
  font-size: 26px;
  color: #1e1e1e;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

.entry-content {
  margin-top: 2em;
}

.entry-content ol,
.entry-content ul {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

.container__heading_default-size h2 {
  font-size: 30px;
  text-transform: initial;
  font-weight: 400;
}
/*#real-experience .container__heading_default-size h2 {
    font-size:32px;
    text-transform:uppercase;
    font-weight: 900;
}*/
.container__heading_default-color h2 {
  color: #1e1e1e;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  min-height: 80px;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo img {
  max-width: 150px;
  width: 150px;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu_items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_item {
  position: relative;
}

.menu_item.menu_item--submenu {
  transition: all 0.2s ease-in-out;
}

/*.menu_item.menu_item--submenu::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url('../img/arrow-down.svg');

  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}*/

.menu_item--submenu:hover .submenu__items {
  opacity: 1;
}

.submenu__items {
  width: 100%;
  padding: 0;

  list-style: none;
  opacity: 0;
  background-color: #fff;

  transition: opacity 0.2s ease-in-out;
  position: absolute;
  
  border-top:1.5px solid #fff;
}

.submenu__item {
    transition: all 0.2s ease-in-out;
}

.submenu__item .submenu__link {
    color: #494c4f;
    font-size: .85em;
    display:inline-block;
    width:100%;
    width: 100%;
    padding: 5px 0 5px 30px;
    /*padding: 10px 20px;
    line-height: 20px;*/
}

.submenu__item:hover .submenu__link {
    /*color: #fff;*/
    color: #fe86a4;
}

.submenu__item:hover {
    /*background-color: #fe86a4;*/
    background-color: #fff;
}

.submenu__items:not(.submenu__items--mobile) .submenu__link {
    display: inline-block;
    font-size: 13px;
    padding: 13px 20px;
    transition: all 0.2s ease-in-out;
}

.menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
  padding: 13px 15px;
  text-decoration: none;
  line-height: 20px;
  white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.submenu__item .submenu__link.menu_active{
  color: #fe86a4;
}
.menu_link:after {
  background-color: #02010100;
  height: 1px;
  content: "";
  bottom: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  opacity: 0;
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_link:hover:after {
  background-color: #fff;
  opacity: 1;
}

.section_first {
  background-color: #fe86a4;
  background-image: url("../images/weight-loss-girls.webp");
  background-position: 35vw 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: -82px;
  margin-bottom: 0;
  z-index: 0;
}

.section_bg-no-img {
  background-color: #fe86a4;
  background-image: none !important;
}

.section_pt250 {
  padding-top: 250px;
}

.section_pb150 {
  padding-bottom: 150px;
}

.section_pt130 {
  padding-top: 130px;
}

.section_pt80 {
  padding-top: 80px;
}

.section_pt50 {
  padding-top: 50px;
}

.section_pb80 {
  padding-bottom: 80px;
}

.section_first .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
}

.container__content_text-center {
  text-align: center;
}

.container_inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container__content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container__title {
  font-family: "Cerebri Sans Pro", Sans-serif;
  margin-bottom: 20px;
}

.container__title h1 {
  color: #fff;
  font-size: 5.5em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.container__title h1 span {
  display: inline-block;
  color: #1e1e1e;
  font-size: inherit;
}

.point {
  font-family: auto;
}

.header__img {
  line-height: 0;
}

.header__img img {
  max-width: 100%;
}

.container__text {
  width: 60%;
  color: #fff;
  padding: 10px;
}

.container__text_w100 {
  width: 100%;
  padding: 10px 10px 0;
}

.container__text p {
  font-size: 19px;
  margin-bottom: 48.5px;
}
.botton_container{
    margin-bottom:10px;
}

.container__button-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #fff;
  color: #fff;
  background-color: #02010100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  border-radius: 100px 100px 100px 100px;
  font-size: 18px;
  padding: 20px 40px;
  text-decoration: none;
  line-height: 1;
}
.container__button-link:hover{
  background-color: #fff;  
  color:#1e1e1e;  
}
.container__button-link.bg_color{
  background-color: #fff;  
  color:#1e1e1e;
}
.container__button-link.bg_color:hover{
  color: #fff;
  background-color: #02010100;
}

.section_p50 {
  padding: 50px 0;
}

.section_color {
  background-color: #fe86a414;
}

.container__column {
  width: 20%;
  text-align: center;
}

.container__column-inner {
  padding: 20px;
  position: relative;
  width: 100%;
  min-height: 190px;
}

.container__column-icon_mb20 {
  margin-bottom: 20px;
}

.container__column-counter {
  font-family: "Cerebri Sans Pro", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #55595c;
  line-height: 1;
}

.container__counter-title {
  font-weight: 400;
  line-height: 2.5;
}

.section_p80 {
  padding: 80px 0;
}

.section_p80 .container {
  max-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.container__heading {
  color: #fe86a4;
  font-family: "Cerebri Sans Pro", Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1;
}

.container__heading_fs80 h2 {
  font-size: 80px;
  font-style: normal;
  line-height: 72px;
  max-width: 490px;
  margin: 0 auto;
  font-weight: 900;
}

.container__heading_fs50 {
  font-size: 50px;
  line-height: 1;
  color: #1e1e1e;
}

.container__heading_fs50 .container__title-part_color {
  font-size: inherit;
  display: inline;
  color: #fe86a4;
}

.container__heading_fs36 h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  margin: 0 auto;
}

.container__heading_fs30 h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: initial;
}

.container__heading_fs26 h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: initial;
  line-height: 26px;
}

.container__content_w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.container__content_w578 {
  width: 100%;
  max-width: 578px;
  margin: 0 auto;
}
.accordion_container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(254, 134, 164, 0.25);
  box-shadow: 0 0 20px 0 rgba(254, 134, 164, 0.25);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 40px 40px 20px 40px;
  border-radius: 15px 15px 15px 15px;
}

.accordion_container:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(254, 134, 164, 0.45);
  box-shadow: 0 0 30px 0 rgba(254, 134, 164, 0.45);
}

.tab_title {
  margin: 0;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1.2em;
  cursor: pointer;
  outline: none;
}

.accordion_item.open .tab_title {
  color: #fe86a4;
}

.tab_content {
  padding: 15px 20px;
}

.section_pt100 {
  padding-top: 100px;
}

.section_pb50 {
  padding-bottom: 50px;
}

.container__content_mt30 {
  margin-top: 30px;
}

.container_col-3 .container__column {
  width: 33.33%;
  padding: 20px;
}
#convenient .container_col-3 .container__column {
  width: 33.33%;  
}

.container_col-2 .container__column {
  width: 50%;
  text-align: left;
  padding: 30px;
}

.container__column-link {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  background-color: #f9f9f9;
  border-radius: 15px;
}

.container__column-link:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.container__column-link_bg {
  background-size: cover;
  /*background-position: 50%;*/
  z-index: 1;
  min-height: 300px;
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.trusted-sellers {
  background-image: url("../images/trusted-duromine-sellers.jpg");
}
.meal-plan {
  background-image: url("../images/meal-plan.jpg");
}
.motivation-support {
  background-image: url("../images/motivation-and-support.jpg");
}
.column__title_mb30,
.column__description_mb30 {
  margin-bottom: 30px;
}

.column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 280px;
  text-align: center;
  background-color: #fff;
  padding: 35px;
  border-radius: 0 0 15px 15px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column__title {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.2em;
}

.column__description {
  font-size: 15px;
  color: #55595c;
}

.column__button {
  font-family: "Cerebri Sans Pro", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fe86a4;
  border-color: #fe86a4;
  border-width: 1px;
  border-radius: 100px;
  cursor: pointer;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid;
  background: transparent;
  padding: 15px 30px;
  border-width: 1px;
}

.column__element {
  position: relative;
  width: 100%;
}

.column__button {
  display: inline-block;
  line-height: 1;
}

.column__button:hover {
  color: #fff;
  background-color: #fe86a4;
}

.experience-items {
  list-style: none;
  padding: 0;
}

.container__content_row.container_col-2 {
  margin: 30px 0 80px;
}

.column__heading-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 400;
}

.experience-item {
  padding-bottom: 2.5px;
  font-size: 15px;
  text-decoration: underline;
}

.experience-item a {
  width: 100%;
  color: #fe86a4;
}

.experience-item a span {
  color: #55595c;
  padding-left: 10px;
  font-size: 15px;
}

.experience-item a:hover {
  color: #55595c;
}

.experience-item a:hover span {
  color: #fe86a4;
}

.container__content_mt20 {
  margin-top: 50px;
}

.success__column .container__column-link:nth-child(1) {
  margin-bottom: 35px;
}

.success-stories__img img {
  border-radius: 15px 15px 0 0;
  max-width: 100%;
}

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

.column__content_mb15 {
  margin-bottom: 15px;
}

.success-stories__content .column__title {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
}

.success-stories__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #55595c;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.success-stories__content .column__button {
  font-size: 15px;
  line-height: 15px;
  padding: 12px 24px;
  font-weight: 500;
  text-transform: initial;
}

.button-wrapper {
  text-align: center;
  width: 100%;
}

.button-wrapper_link {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 50px;
  background-color: transparent;
  background-image: -o-linear-gradient(330deg, #fe86a4 0%, #e76082 100%);
  background-image: linear-gradient(120deg, #fe86a4 0%, #e76082 100%);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #fe86a4;
  border-radius: 100px 100px 100px 100px;
  text-decoration: none;
  line-height: 1;
}

.button-wrapper_text {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 17px;
}

.footer {
  color: #fff;
  background-color: #1e1e1e;
  padding-bottom: 50px;
}

.footer-column.container__column {
  text-align: left;
  padding: 30px;
}

.footer-column__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  margin-bottom: 20px;
}

.container__column-links_items {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.container__column-links_item a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 400;
}

.container__column-links_item a:hover {
  color: #fe86a4;
}

.footer-social {
  text-align: center;
  margin-bottom: 20px;
}

span.footer-social_item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
}

.footer-social_link {
  color: #fe86a4;
  font-size: 15px;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.footer-social_link:hover {
  color: #fff;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.footer-info-text {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 18.2px;
  font-weight: 400;
}
.footer-info-text p{
  font-size: 12px;
}

.footer-copyright {
  margin-bottom: 20px;
  color: #b7b8bb;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
}
.footer-copyright p{
    font-size: 12px;
}


.footer-payment-icons {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-payment_icon img + .footer-payment_icon img{
    margin-right:8px;
}

.footer-payment_icon {
  /*display: inline-block;*/
  /*width: 35px;*/
  /*height: 35px;*/
  margin: 0 8px;
}

.header__mobile-menu {
  display: none;
}

.header__mobile-img {
  display: none;
}

.container_col-3 .container__column.step__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_col-3 .container__column.step__column:nth-child(3) {
  padding: 0;
}

.step__content {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 15px;
}

.step__content--1 .step__img,
.step__content--4 .step__img {
  display: none;
}

.step__img.step__img--mobile {
  display: none;
}

.step__content,
.step__img {
  margin-bottom: 15px;
  width: 100%;
}
#steps .step__img, #steps .step__heading {
  text-align: center;
}
.step__content:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.step__heading {
  margin-bottom: 5px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 5px;
}

.step__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
}

.step__text p{
  font-size: 15px;
}

.step__text a {
  color: #fe86a4;
  text-decoration: none;
}

.column__img {
  margin-bottom: 20px;
}

.container__content_proven p,
.accordion__content_buy-online p,
.accordion__content_buy-online ul,
.accordion__content_buy-online ol {
  margin-bottom: 1.5em;
}

.container__text_center {
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.container__column-title {
  font-size: 14px;
  line-height: 22.5px;
  font-weight: 400;
}

.section__ready-to-buy .container__content {
  padding: 0;
  background-color: transparent;
  background-image: -o-linear-gradient(210deg, rgba(255, 255, 255, 0) 0%, #000 100%);
  background-image: linear-gradient(240deg, rgba(255, 255, 255, 0) 0%, #000 100%);
  border-radius: 15px;
  position: relative;
  padding: 40px;
}

.section__ready-to-buy .container__background-overlay {
  background-image: url("../images/duromine-pills-background.jpg");
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 15px;
}

.container__background-overlay--phentermine {
  display: none; !important
  background-image: url("../images/phentermine-pills-background.webp");
}

.section__ready-to-buy .container__background-overlay--saxenda {
  background-image: url("../images/saxenda-pills-background.webp");
}
.section__ready-to-buy .container__background-overlay--ozempic {
  background-image: url("../images/Ozempic_05_4.png");
}
.section__ready-to-buy .container__background-overlay--tulicity {
  background-image: url("../images/800_200px.webp");
}
.section__ready-to-buy .container__background-overlay--wegovy {
  background-image: url("../images/800_200_wegovy.webp");
}

.container__ready-to-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ready-to-buy__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ready-to-buy__element--align-top {
  align-content: flex-start;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-line-pack: flex-start;
}

.ready-to-buy__element:nth-child(1),
.ready-to-buy__element:nth-child(2) {
  width: 25%;
}

.ready-to-buy__element:nth-child(3) {
  width: 50%;
}

.ready-to-buy__img {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.ready-to-buy__text {
  font-size: 19px;
  line-height: 22.8px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #fff;
}

.container__heading_left {
  text-align: left;
}

.container__content_buy-online {
  font-size: 16px;
}

.accordion__content_buy-online p,
.accordion__content_buy-online ol,
.accordion__content_buy-online ul {
  font-size: 14px;
}

.accordion_item .tab_title:before {
  margin-right: 5px;
  position: relative;
  top: -1px;
  font-weight: 900;
}

.accordion__content_buy-online .accordion_item.open .tab_title:before {
  content: "-";
}

.accordion__content_buy-online .accordion_item .tab_title:before {
  content: "+";
}

.accordion__content_buy-online a {
  color: #fe86a4;
  text-decoration: none;
}

.accordion {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

.accordion > * {
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.accordion > *,
.accordion.edge-visible,
.accordion .accordion {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.accordion,
.accordion > * {
  will-change: height, transform;
  -webkit-perspective: 90em;
  perspective: 90em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translateY(0);
  transform: translate3d(0, 0, 0);
}

.snap.accordion > *,
.snap.accordion .accordion {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.accordion > * > :first-child {
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion > * > :last-child {
  overflow: hidden;
  -webkit-transition: 0.3s ease height, 0.3s step-start visibility;
  -o-transition: 0.3s ease height, 0.3s step-start visibility;
  transition: 0.3s ease height, 0.3s step-start visibility;
}

.accordion > .closed > :last-child,
.accordion > .closed .accordion > .open > :last-child {
  -webkit-transition-timing-function: ease, step-end;
  -o-transition-timing-function: ease, step-end;
  transition-timing-function: ease, step-end;
  visibility: hidden;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 40px 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 20px;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.testimonial_content {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  font-size: 13px;
}

.testimonial_content:after {
  left: calc(35px + (50px / 2));
  top: calc(100% - 75px);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: scaleX(0.75) rotate(45deg);
  -ms-transform: scaleX(0.75) rotate(45deg);
  transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.testimonial_author {
  padding: 0 20px;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
}

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

.container__proven p {
  width: 100%;
}

#toggle {
  color: #fe86a4;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}

.hide-text {
  display: none;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fe86a4;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider__menu {
  max-width: 350px;
  margin: 0 auto;
}

.slider__item {
  max-width: 350px;
  height: 62px;
  font-size: 15px;
}

.slide__count {
  font-weight: 900;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50%;
  width: 31.65px;
  height: 31.65px;
  text-align: center;
  margin-right: 11px;
}

.section_first.section_first-meal-plan {
  background-image: url(../images/duromine-meal-plan.webp);
  margin-top: -5px;
  background-position: initial;
  padding-bottom: 75px;
  padding-top: 75px;
  background-size: cover;
}

.section_first-meal-plan .container__content {
  width: 60%;
}

.section_first-meal-plan .container__text {
  width: 85%;
  color: #fff;
  padding: 0;
}

.section_first-meal-plan .container__title h1 {
  font-size: 6em;
  text-transform: none;
}

.section_first-meal-plan .container__text p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

.section_first-meal-plan .subscribe-form-item--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input {
  font-family: "Cerebri Sans Pro", Sans-serif;
}

.section_first-meal-plan .subscribe-form-item {
  padding-right: calc(10px / 2);
  padding-left: calc(10px / 2);
  margin-bottom: 10px;
  font-family: "Cerebri Sans Pro", Sans-serif;
}

.subscribe-form-item--input-email {
  width: 60%;
}

.subscribe-form-item--btn-submit {
  width: 40%;
}

.section_first-meal-plan .subscribe-form-item__control {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px;
  border: 1px solid #818a91;
  color: #373a3c;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.section_first-meal-plan .subscribe-form-item--btn-submit .subscribe-form-item__btn--btn-submit {
  background-color: #fe86a4;
  color: #ffffff;
  min-height: 59px;
  font-size: 18px;
  padding: 16px 40px;
  border-radius: 5px;
  width: 100%;
  border: none;
}
.footer-links{
    /*max-width: 600px;*/
    max-width: 900px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.footer-links.container_col-3 .container__column {
    /*width: 50%;*/
    width:33.33%;
    padding: 20px;
}
.footer-links.container_col-2 .container__column {
    /*width: 50%;*/
    width:50%;
    padding: 20px;
}
.footer .container__content_row.container_col-2 {
    margin: 0 auto;
}
.container__column-links_text{
    font-size:15px;
}
.sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*giving you the best section*/
.section.wf-section {
  position: relative;
  overflow: hidden;
  /*padding: 70px 20px;*/
  border: 1px #111;
}

.wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.continer-medimu-700 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-2.margin-bot-0 {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}

.services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url("../images/dotted_bg.png");
  background-position: 100% 0;
  background-size: 65%;
  background-repeat: no-repeat;
}

.service-item {
  overflow: hidden;
}

.service-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  color: rgba(0, 5, 109, 0.3);
  cursor: pointer;
}

.service-link.active {
  background-color: #fff2f5;
  color: #000;
}

.service-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  padding: 7px 7px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 50%;
  background-color: #fff2f5;
  -webkit-box-shadow: 0 0 0 6px transparent;
          box-shadow: 0 0 0 6px transparent;
  color: #adb1d1;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.service-number.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  color: #000;
  border: 1px solid #000;
}

.service-text {
  z-index: 2;
  font-size: 21px;
  line-height: 120%;
}

.service-wrap {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  display: none;
  width: 50%;
  margin: 60px 100px;
  padding: 40px 40px 40px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 42px 42px 0 0 #fff2f5;
          box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 42px 42px 0 0 #fff2f5;
}

.service-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wf-section p {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-size: 15px;
  line-height: 164%;
}

.wf-section img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.service-img {
  position: absolute;
  left: -50px;
  top: -50px;
  right: auto;
  bottom: auto;
}
@media (min-width:698px){
.container__content_w578 .container_col-2 .container__column{
    padding:0;
}
.container__content_w578 .container_col-2 .container__column:nth-child(1){
    width:69%;
}
.container__content_w578 .container_col-2 .container__column:nth-child(2){
    width:31%;
}
}
@media (min-width:500px){
    .desktop_banner{
        display: block;
    }
	.mobile_banner{
		display: none;
	}
  .desktop_banner{
        display: block;
    }
	.mobile_banner{
		display: none;
	}
}
@media screen and (max-width: 991px) {
  .section.wf-section {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .continer-medimu-700 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .services {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
  }
  .service-number {
    margin-right: 10px;
  }
  .service-text {
    font-size: 18px;
  }
  .service-wrap {
    position: relative;
    width: auto;
    margin: 40px 25px;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 21px 21px 0 0 #fff2f5;
            box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 21px 21px 0 0 #fff2f5;
  }
  .service-img {
    left: -25px;
    top: -25px;
    width: 60px;
  }
  .service-link {
    width: 100%;
    font-size: 16px;
  }
}
/***********************************************************Refund Money back Section*********************************************************/
.section.money_back{
  	margin-bottom: 50px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .money_back-block {
    display: flex;
    justify-content: space-between;
    padding: 16px 40px;
    background-color: #FFF2F5;
    border-radius: 16px;
    border: 1px solid rgba(235, 121, 148, 0.5);
  }

  .money_back-advertisment {
    max-width: 800px;
  }

  .money_back-title {
    color: #FE86A4;
    margin: 24px 0 20px 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
  }

  .money_back-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #55595C;
  }

  .money_back-text p {
    margin: 0;
  }

  .email-support {
    color: #B0B0B0;
    text-decoration: none;
  }

  .email-support:hover {
    color: #FE86A4;
  }

  .money_back-image {
    position: relative;
  }
.money_back-image img{
    width: 242px;
    max-width: 242px;
}
/***********************************************************End Refund Money back Section*********************************************************/
/*end giving you the best section*/
@media (max-width: 1500px) {
  .section_first {
    padding-bottom: 0;
    padding-top: 80px;
  }
}

@media (max-width: 1250px) {
  .section_first-meal-plan.section_first .container {
    min-height: auto;
  }
}

@media (max-width: 1175px) {
  .section,
  .header_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container__column-counter {
    font-size: 27px;
  }
  .section_first.section_first-meal-plan {
    background-position: center;
  }
}

@media (max-width: 1125px) {
  .container__content_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sction__step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1125px) and (max-width: 1050px) {
  .container_col-3 .container__column.step__column {
    width: 50%;
  }
  .container_col-3 .container__column.step__column:nth-child(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container__column {
    width: 33.33%;
  }
}

@media (max-width: 978px) {
  .container__title h1 {
    font-size: 4.5em;
  }
}

@media (max-width: 1170px) {
  .header_menu {
    display: none;
  }
  .header__mobile-menu {
    display: block;
    width: 28px;
    height: 28px;
  }
  .header__mobile-menu .submenu__items {
    position: static;
    opacity: 1;
  }
  
  /*.menu_item.menu_item--submenu::after {
  content: none;
  }*/
  /*.menu_item.menu_item--submenu-mobile::after {
    content: '';
    background-image: url('../img/arrow-down-mob.svg');
  }*/
  /*.header__mobile-menu .menu_item.menu_item--submenu::after {
  right: 20px;
  top: 15px;
  transform: translateY(0);
  }*/
  .menu_item-toggle {
    width: 40px;
    height: 40px;
    background-color: none;
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  .submenu__items--mobile {
    display: none;
  }
  .submenu__items--active {
    display: block;
  }
  .submenu__link {
    color: #494c4f;
  }
  .header__menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }
  .header__menu-bar.header__menu-bar_active {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .header__menu-line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    margin: 0 0 5px 0;
  }
  nav.header__menu {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    top: 78px;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, -webkit-transform 0.3s;
    -o-transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }
  nav.header__menu.header__menu_active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, -webkit-transform 0.3s;
    -o-transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }
  .menu_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .menu_item-active {
    color: #fff;
    background-color: #fe86a4;
  }
  .menu_link {
    color: #494c4f;
    font-size: 16px;
    padding: 13px 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .menu_item-active .menu_link {
    color: #fff;
  }
  .section_first {
    background-position: 35vw 37px;
  }
  .container__counter-title {
    line-height: 17px;
  }
}

@media (max-width: 860px) {
  .section_first-meal-plan .container__title h1 {
    font-size: 4em;
  }
  .section_first-meal-plan .container__text p {
    font-size: 24px;
  }
  .section_first-meal-plan .subscribe-form-item--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-form-item--input-email {
    width: 100%;
  }
  .subscribe-form-item--btn-submit {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .section.money_back{
	margin-top: 50px;
   }
  .money_back-block {
    flex-direction: column;
    align-items: center;
  }
  .money_back-title {
    text-align: center;
    font-size: 24px;
	line-height: 29px;
  }

  .money_back-text {
    text-align: center;
    font-size: 18px;
	line-height: 160%;
  }
    nav.header__menu{
        top:55px;
    }
    .header_container{
        min-height:60px;
        height:60px;
    }
    .logo img {
    max-width: 100px;
    width: 100px;
}
  .ready-to-buy__element:nth-child(1),
  .ready-to-buy__element:nth-child(2) {
    width: 50%;
  }
  .ready-to-buy__element:nth-child(3) {
    width: 100%;
  }
  .button-wrapper_link {
    width: 100%;
  }
  .container_col-3 .container__column.step__column {
    width: 100%;
  }
  .section_first {
    background-image: none;
  }
  .section_first .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header__mobile-img {
    display: block;
  }
  .header__mobile-img img {
    max-width: 100%;
  }
  .container__text {
    width: 100%;
  }
  .container__button-link {
    width: 100%;
    /*background-color: #fff;*/
    /*color: #1e1e1e;*/
    text-align: center;
  }
  .container__heading_fs80 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .container__heading_fs50 {
    font-size: 30px;
  }
  .container__title h1 {
    font-size: 2.8em;
  }
  .container__heading_default-size h2,
  .container__heading_fs36 h2,
  .container__heading_fs30 h2 {
    font-size: 24px;
  }
  
  .container__text p {
    font-size: 13px;
    margin-bottom: 48.5px;
  }
  .column__button {
    font-size: 10px;
    padding: 15px 5px;
  }
  .container__column-counter {
    font-size: 22px;
  }
  .step__content--4 .step__img {
    display: block;
  }
  .step__img.step__img--mobile {
    display: block;
    text-align: center;
  }
  .sction__step .step__column:nth-child(1) {
    padding-bottom: 0;
  }
  .sction__step .step__column:nth-child(2) {
    padding-top: 0;
  }
}

@media (max-width: 698px) {
  .container__content_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container__column {
    width: 33.33%;
  }
  .container__column-counter {
    font-size: 30px;
  }
  .container__column-inner {
    min-height: auto;
  }
  .container__column {
    width: 50%;
  }
  .container_col-3 .container__column {
    width: 100%;
  }
  #convenient .container_col-3 .container__column {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container__primary-title {
    word-break: break-word;
  }
  /*.section_first{
      height:100vh;
  }*/
}

@media (max-width: 590px) {
  .section_first-meal-plan .container__content {
    width: 60%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    text-align: center;
  }
  .section_first-meal-plan .container__text {
    width: 100%;
  }
  .section_first-meal-plan .container__title h1 {
    font-size: 3em;
  }
  .section_first-meal-plan .container__text p {
    font-size: 16px;
  }
  .section_first.section_first-meal-plan {
    position: relative;
    height: 650px;
    background-position-x: -700px;
  }
  .section_first-meal-plan.section_first .container {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 540px) {
  .container_col-2 .container__column {
    width: 100%;
  }
  .button-wrapper_link {
    padding: 25px 5px;
  }
  .button-wrapper_text {
    font-size: 12px;
  }
  .footer-links.container_col-3 .container__column {
    width: 100%;
    padding: 20px;
}
}
@media (max-width:500px){
	.mobile-banner{
		display:block;
	}
  	.desktop-banner{
		display:none;
	}
  .desktop_banner{
        display: none;
    }
	.mobile_banner{
		display: block;
	}
}
@media (max-width: 450px) {
  .section_first-meal-plan .container__content {
    width: 80%;
  }
}

@media (max-width: 435px) {
  .container__column {
    width: 100%;
  }
}
img {
  max-width: 100%;
}
