@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=latin-ext");

.fr-footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fr-footer-links__inner {
  display: table;
  margin-left: auto;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

.disclaimer {
  text-align: center;
  font-size: 12px;
  padding: 0 15px 30px;
}

.pink {
  color: #de335e;
}

.orange {
  color: #f5a918;
}

.orange_border {
  color: #e0c072;
}

.bold {
  font-weight: 700;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #2b3541;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #2b3541;
}

img {
  display: block;
  width: 100%;
}

.relative {
  position: relative;
}

.row {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 640px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.title {
  text-align: center;
  font-size: 26px;
  line-height: 27px;
  font-weight: 700;
  margin: 0 auto;
  color: #2b3541;
}

@media (min-width: 640px) {
  .title {
    font-size: 29px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 33px;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 36px;
    line-height: 37px;
  }
}

.banner-red {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bb3131;
  padding: 5px;
}

@media (min-width: 768px) {
  .banner-red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner-red .fixed-el {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.banner-red .banner-red__img {
  max-width: 35px;
  max-height: 100%;
}

@media screen and (min-width: 640px) {
  .banner-red .banner-red__img {
    max-width: 40px;
    max-height: 45px;
  }
}

.banner-red .banner-red__p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: Roboto, sans-serif;
  color: #fff !important;
  margin-left: 10px;
  text-align: center;
  max-width: 75%;
  line-height: 1.1;
}

@media screen and (min-width: 480px) {
  .banner-red .banner-red__p {
    max-width: 440px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .banner-red .banner-red__p {
    max-width: 700px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .banner-red .banner-red__p {
    max-width: 920px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-red .banner-red__p {
    max-width: 100%;
  }
}

.banner-red .banner-red__p b {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
  .banner-red .banner-red__p b {
    font-size: 15px;
  }
}

.banner-red .banner-red__p b .delete_mob {
  display: none;
}

@media screen and (min-width: 1024px) {
  .banner-red .banner-red__p b .delete_mob {
    display: inline-block;
  }
}

.banner-red .banner-red__p .banner-red__small {
  display: block;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .banner-red .banner-red__p .banner-red__small {
    font-size: 15px;
  }
}

.banner-red__bottom {
  top: auto;
  bottom: 0;
}

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}

.send_btn {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 62px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e43b65), color-stop(50%, #ef4a73), to(#e43b65));
  background: linear-gradient(to bottom, #e43b65 0, #ef4a73 50%, #e43b65 100%);
  border: none;
  outline: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  -webkit-box-shadow: 0 5px 0 0 #c73056;
  box-shadow: 0 5px 0 0 #c73056;
  line-height: 0.9;
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}

.scroll_wrapper {
  display: none;
  margin: 20px auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f8f3e8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .scroll_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.scroll_wrapper .scroll_btn {
  background-image: url(../img/arrow_down.png);
  background-size: contain;
  width: 16px;
  height: 16px;
}

.hCEyrj {
  cursor: pointer;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}


.btn_modal {
  height: 80px;
}

.form_wrapper {
  padding: 0 20px;
  width: 100%;
  margin-top: 30px;
}

.form_wrapper label {
  margin-bottom: 5px;
}

.form_wrapper .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}

.form_wrapper .input_group .form_phone,
.form_wrapper .input_group .form_user {
  position: relative;
}

.form_wrapper .input_group .form_phone::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.form_wrapper .input_group .form_user::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background-image: url(../img/name.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.form_wrapper .input_group label {
  color: #000;
  text-align: left;
}

.form_wrapper .input_group .input {
  font: inherit;
  width: 100%;
  border: 0;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  padding: 16px 14px;
  border: 1px solid rgb(118, 118, 118);
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
}

.form_wrapper .input_group .green {
  color: #12d012;
  font-size: 22px;
}

.form_wrapper .input_group .surname {
  display: none;
}

.form_wrapper .input_group .yellow_wrapper {
  background-color: #ffffe2;
  border: 1px solid #131313;
  padding: 10px;
  margin: 15px 0;

}

.form_wrapper .yellow_wrapper p {
  margin-bottom: 0;
  text-align: left;
  color: rgb(0, 0, 0);
  color: #000;
}

.form_wrapper .hiden_form .input-required {
  display: none;
  width: 100%;
  padding-top: 5px;
  color: blue;
  text-align: left;
}

.form_wrapper .hiden_form .postal_error,
.form_wrapper .hiden_form .email_error,
.form_wrapper .hiden_form .adress_error,
.form_wrapper .hiden_form .city_error {
  color: #d0251b;
  padding-top: 5px;
  display: none;
  text-align: left;
}

.form_wrapper .input-required {
  display: none;
  width: 100%;
  padding-top: 5px;
  color: blue;
  text-align: left;
}

.form_wrapper .form_span {
  display: block;
  text-align: left;
}

.form_wrapper .name_error,
.form_wrapper .surname_error,
.form_wrapper .phone_error {
  color: #d0251b;
  padding-top: 5px;
  display: none;
  text-align: left;
}

.btn.btn_modal.form_btn2,
.footer_form_btn2 {
  font-weight: 700;
  border-radius: 4px;
  background: rgb(185, 38, 40);
  border: none;
  outline: none;
  padding: 20px 10px;
  margin-top: 30px;
  color: rgb(242, 249, 255);
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
  width: 100%;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 80px;
}

.form_wrapper .footer_name_error,
.form_wrapper .footer_surname_error,
.form_wrapper .footer_phone_error {
  color: #d0251b;
  padding-top: 5px;
  display: none;
  text-align: left;
}

.form_wrapper .alertbox {
  display: none;
  color: #d0251b;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
}

.form_wrapper .alertbox.ok {
  color: green;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background-color: rgba(79, 77, 165, 0.75);
  top: 0;
  right: 0;
  display: none;
}

.popup {
  padding: 50px 40px;
  background-color: #fff;
  max-width: 850px;
  width: 100%;
  height: 390px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  display: none;
  color: #3d3d3d;
}

.popup #close_popup {
  content: "";
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: -40px;
  background-image: url(../images/close.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.popup .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.popup .text_wrapper {
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.popup .text_wrapper .popup_title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(48, 86, 135);
  margin: 10px 0px;
  text-align: left;
  grid-column: 1 / 13;
  text-transform: uppercase;
}

.popup .text_wrapper .popup_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgb(48, 86, 135);
  margin: 10px 0px;
  text-align: center;
  grid-column: 1 / 13;
}

.popup .text_wrapper .button_wrapper {
  padding-top: 10px;
}

.popup .text_wrapper .button_wrapper .popup_btn {
  background-color: rgb(255, 222, 0);
  color: rgb(16, 12, 141);
  padding: 15px 40px;
  width: auto;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: rgb(16, 12, 141) 0px 4px 3px 0px;
}

.popup .text_wrapper .button_wrapper .popup_btn2 {
  font-size: 10px;
  font-weight: 500;
  color: rgb(181, 181, 181);
  cursor: pointer;
  grid-column: 1 / 13;
  margin: 20px 0px;
}

.popup .img_wrapper {
  max-width: 330px;
  position: relative;
}

.popup .img_wrapper::before {
  content: "Sleva";
  position: absolute;
  top: -50px;
  right: -20px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: rgb(249, 186, 32);
  font-weight: 600;
  color: rgb(50, 48, 143);
  position: absolute;
  transform: rotate(15deg);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(79, 77, 165, 0.5) 5px 5px 21px -5px;
  /* display: inline-block; */
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
  padding-bottom: 37px;
}

.popup .img_wrapper::after {
  content: "-50%!";
  position: absolute;
  top: 2px;
  right: -5px;
  font-weight: 600;
  color: rgb(50, 48, 143);
  font-size: 30px;
  font-weight: 900;
  z-index: 2;
  transform: rotate(15deg);
}

.popup .img_wrapper img {
  width: 100%;
}

.form {
  width: 270px;
  margin: 0 auto;
  border: 4px solid #e0c072;
  border-radius: 7px;
  background-color: #fff;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .form {
    margin: unset;
  }
}

@media (min-width: 1024px) {
  .form::before {
    content: "";
    position: absolute;
    top: 150px;
    right: -41px;
    background-image: url(../img/form_arrow.png);
    width: 52px;
    height: 296px;
    z-index: 3;
  }
}

.form .form_header {
  background-color: #fff5dd;
  padding: 14px 20px 0;
  width: 100%;
  position: relative;
}

@media (min-width: 640px) {
  .form .form_header {
    margin: unset;
    margin-bottom: 15px;
  }
}

.form .form_header .form_title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.form .form_header .form_title span {
  font-weight: 700;
}

.form .form_header .form_prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form .form_header .form_prices .form_prices_before {
  width: 50%;
  position: relative;
  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;
}

.form .form_header .form_prices .form_prices_before::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e3dfd5;
  right: 0;
  top: 0;
}

.form .form_header .form_prices .form_prices_before .price_before_title {
  font-size: 13px;
  color: #666;
}

.form .form_header .form_prices .form_prices_before .price_before_value {
  font-size: 28px;
  font-weight: 400;
  color: #a2a1a1;
  margin-top: 12px;
  text-align: center;
}

.form .form_header .form_prices .form_prices_before .price_before_value .before_price_previous {
  position: relative;
}

.form .form_header .form_prices .form_prices_before .price_before_value .before_price_valute {
  font-size: 16px;
}

.form .form_header .form_prices .form_prices_after {
  width: 50%;
  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;
}

.form .form_header .form_prices .form_prices_after .price_after_title {
  font-size: 14px;
  color: #30302f;
}

.form .form_header .form_prices .form_prices_after .price_after_value {
  color: #de335e;
  font-weight: 900;
  font-size: 36px;
  text-align: center;
}

.form .form_header .form_prices .form_prices_after .price_after_value .after_price_valute {
  font-size: 16px;
}

.form .form_header .form_prices .flex_prices_after {
  width: 50%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form .form_header .form_packs {
  text-align: center;
  font-weight: 600;
}

.form .form_middle {
  margin: 15px 0 20px;
  font-size: 16px;
  text-align: center;
}

.form .form_bottom_wrapper {
  width: 100%;
  padding: 15px 0 13px 23px;
  font-size: 15px;
  color: #1f1f1f;
  -webkit-box-shadow: inset 0 3px 12px 0 #f5f5f5;
  box-shadow: inset 0 3px 12px 0 #f5f5f5;
  position: relative;
}

.form .form_bottom_wrapper::before {
  content: "";
  width: 22px;
  height: 19px;
  background-image: url(../img/form__bottom.png);
  position: absolute;
  left: 25px;
  top: 15px;
}

.form .form_bottom_wrapper .form_bottom {
  text-align: center;
}

#modal_wrapper,
#footer_modal_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  right: 20px;
  top: 20px;
  left: 20px;
  bottom: 20px;
  max-width: 500px;
  height: 100%;
  overflow-y: auto;
  margin: 0px auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  z-index: 1001;
  border: 1px solid rgb(241, 232, 223);
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 21px -5px;
}

#modal_wrapper .modal_content,
#footer_modal_wrapper .modal_content {
  position: relative;
  width: auto;
}

#modal_wrapper .delivery_wrapper,
#footer_modal_wrapper .delivery_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 226);
  border: 1px solid black;
  margin: 15px 0px;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

#modal_wrapper .delivery_wrapper .img_wrapper img,
#footer_modal_wrapper .delivery_wrapper .img_wrapper img {
  max-width: 110px;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 95px;
  height: 60px;
  margin: 5px;

}

@media (min-width: 640px) {

  #modal_wrapper .delivery_wrapper .img_wrapper,
  #footer_modal_wrapper .delivery_wrapper .img_wrapper {
    max-width: 120px;
  }
}

#modal_wrapper .delivery_wrapper .img_wrapper img,
#footer_modal_wrapper .delivery_wrapper .img_wrapper img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #2b3541;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
}

.section_1 {
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px 0 60px;
}

@media (min-width: 1200px) {
  .section_1 {
    padding: 33px 0 33px;
  }
}

@media (min-width: 1024px) {
  .section_1 .row {
    margin-top: -35px;
  }
}

.section_1 .header_top {
  max-width: 300px;
  margin: 0 auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 640px) {
  .section_1 .header_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: unset;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .section_1 .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 640px) {
  .section_1 .header_top .header_logo {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .section_1 .header_top .header_logo {
    max-width: 60%;
  }

  .popup .text_wrapper .popup_title {
    font-size: 70px;
    grid-area: 1 / 1 / auto / 8;
  }

  .popup .text_wrapper .popup_subtitle {


    font-size: 26px;
    grid-area: 2 / 1 / auto / 8;
  }
}

@media (min-width: 1024px) {
  .section_1 .header_top .header_logo {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .section_1 .header_top .header_logo {
    max-width: 60%;
  }
}

.section_1 .header_top .header_title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .section_1 .header_top .header_title {
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  .section_1 .header_top .header_title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1024px) {
  .section_1 .header_top .header_title {
    font-size: 44px;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  .section_1 .header_top .header_title {
    font-size: 54px;
    line-height: 56px;
  }
}

.section_1 .header_top .header_subtitle {
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .section_1 .header_top .header_subtitle {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .section_1 .header_top .header_subtitle {
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 55px;
  }
}

@media (min-width: 1024px) {
  .section_1 .header_top .header_subtitle {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 55px;
  }
}

.section_1 .header_top .header_aboutus {
  display: none;
}

.section_1 .header_top .header_aboutus span {
  color: #757b82;
  font-size: 17px;
}

.section_1 .header_top .header_aboutus .header_aboutus_item {
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .section_1 .header_top .header_aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
  }
}

.section_1 .header_content {
  max-width: 300px;
  text-align: left;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_1 .header_content .header_text {
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .section_1 .header_content .header_text {
    position: absolute;
    width: 245px;
    left: 209px;
    bottom: 203px;
  }
}

@media (min-width: 1200px) {
  .section_1 .header_content .header_text {
    left: 280px;
    bottom: 229px;
  }
}

.section_1 .header_content .header_text .header_text_description {
  color: #757b82;
  font-size: 16px;
  line-height: 22px;
}

.section_1 .header_content .header_text .header_text_description:first-child {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .section_1 .header_content .header_text .header_text_description {
    font-size: 18px;
    line-height: 25px;
  }
}

.section_1 .header_content .header_text .header_text_description .header_text_bold {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #2b3541;
}

.section_1 .header_content .header_text .header_text_description .underline_pink,
.section_1 .header_content .header_text .header_text_description .underline_orange {
  position: relative;
}

.section_1 .header_content .header_text .header_text_description .underline_pink::before,
.section_1 .header_content .header_text .header_text_description .underline_orange::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.section_1 .header_content .header_text .header_text_description .underline_orange::before {
  background-color: #f5a918;
}

.section_1 .header_content .header_text .header_text_description .underline_pink::before {
  background-color: #de335e;
}

.section_1 .header_content .header_products {
  padding: 15px 0;
}

.section_1 .header_content .header_products .img_wrapper {
  max-width: 310px;
  margin: 0 auto 20px;
}

@media (min-width: 1024px) {
  .section_1 .header_content .header_products {
    position: absolute;
    width: 310px;
    left: 467px;
    bottom: 129px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .section_1 .header_content .header_products {
    left: 543px;
    bottom: 152px;
  }
}

.section_1 .header_content .header_scales {
  display: none;
}

@media (min-width: 1024px) {
  .section_1 .header_content .header_scales {
    display: block;
    width: 924px;
    position: absolute;
    left: -124px;
    bottom: -26px;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .section_1 .header_content .header_scales {
    width: 1024px;
  }
}

.section_1 .header_content .header_food {
  display: none;
}

@media (min-width: 1024px) {
  .section_1 .header_content .header_food {
    display: block;
    width: 308px;
    position: absolute;
    left: -88px;
    bottom: 145px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .section_1 .header_content .header_food {
    width: 330px;
    left: -82px;
    bottom: 163px;
  }
}

.header_separator {
  background-color: #fff;
  position: relative;
  padding: 0 0 15px 0;
}

@media (min-width: 1024px) {
  .header_separator::before {
    content: "";
    position: absolute;
    background: url(../img/line-top-white.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    top: -33px;
  }

  .header_separator::after {
    content: "";
    position: absolute;
    background: url(../img/line-bottom-white.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    bottom: -33px;
  }
}

@media (min-width: 640px) {
  .header_separator .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .header_separator .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header_separator .separator_item {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .header_separator .separator_item {
    margin-bottom: 0;
    max-width: 160px;
  }
}

@media (min-width: 1024px) {
  .header_separator .separator_item {
    margin-left: 50px;
    max-width: 200px;
  }
}

.header_separator .separator_item .separator_text {
  font-size: 16px;
  color: #757b82;
  font-weight: 400;
}

.header_separator .sep_one::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/header_item-one.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.header_separator .sep_two::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/header_item-two.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.header_separator .sep_three::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/header_item-three.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.section_2 {
  padding: 30px 0;
  background-color: #f7f2e8;
}

@media (min-width: 1024px) {
  .section_2 {
    padding-top: 60px;
    background: url(../img/section2_bg.jpg) center top no-repeat;
  }
}

.section_2 .result_slider {
  width: 100%;
  padding: 40px 0;
}

.section_2 .result_slider .slick-dots li {
  cursor: pointer;
  background-color: #f1ddc0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 5px;
  border: 2px solid #fff;
}

.section_2 .result_slider .slick-dots .slick-active {
  background-color: #f5a918;
}

.section_2 .result_slider .slick-slide {
  text-align: center;
}

.section_2 .result_slider .slide_item {
  max-width: 350px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(226, 226, 226, 0.75);
  box-shadow: 0 5px 10px 0 rgba(226, 226, 226, 0.75);
  margin: auto;
  outline: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .section_2 .result_slider .slide_item {
    max-width: 290px;
  }
}

@media (min-width: 768px) {
  .section_2 .result_slider .slide_item {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .section_2 .result_slider .slide_item {
    max-width: 315px;
  }
}

@media (min-width: 1200px) {
  .section_2 .result_slider .slide_item {
    max-width: 370px;
    margin: 10px auto 10px;
  }
}

.section_3 {
  padding: 25px 0;
}

@media (min-width: 480px) {
  .section_3 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_3 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_3 {
    padding: 60px 0;
  }
}

.section_3 .adventage_wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media (min-width: 480px) {
  .section_3 .adventage_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .section_3 .adventage_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 80px 0 40px;
  }
}

.section_3 .adventage_item {
  margin-bottom: 25px;
  width: 230px;
  text-align: center;
  position: relative;
}

@media (min-width: 480px) {
  .section_3 .adventage_item {
    width: 190px;
  }
}

@media (min-width: 640px) {
  .section_3 .adventage_item {
    width: 275px;
  }
}

@media (min-width: 1024px) {
  .section_3 .adventage_item:nth-child(odd) {
    margin-top: 40px;
  }

  .section_3 .adventage_item::before {
    content: "";
    position: absolute;
    top: -35px;
    width: 1px;
    bottom: -22px;
    background-color: #e9e9e9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.section_3 .adventage_item .adventage_img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .section_3 .adventage_item .adventage_img {
    max-width: unset;
  }
}

@media (min-width: 640px) {
  .section_3 .adventage_item .adventage_img {
    max-width: 240px;
  }
}

@media (min-width: 1024px) {
  .section_3 .adventage_item .adventage_img {
    max-width: 230px;
    margin: 0 auto 25px;
  }
}

@media (min-width: 1200px) {
  .section_3 .adventage_item .adventage_img {
    max-width: 100%;
  }
}

.section_3 .adventage_item .adventage_text {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  color: #2b3541;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section_3 .adventage_item .adventage_text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .section_3 .adventage_item .adventage_text {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .section_3 .adventage_item .adventage_text {
    font-size: 20px;
    line-height: 24px;
  }
}

.section_3 .adventage_results {
  text-align: center;
}

@media (min-width: 1024px) {
  .section_3 .adventage_results {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
}

.section_3 .adventage_results h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
}

@media (min-width: 640px) {
  .section_3 .adventage_results h4 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .section_3 .adventage_results h4 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .section_3 .adventage_results h4 {
    font-size: 34px;
    line-height: 38px;
  }
}

.section_3 .adventage_results p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

@media (min-width: 640px) {
  .section_3 .adventage_results p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .section_3 .adventage_results p {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1024px) {
  .section_3 .adventage_results p {
    font-size: 24px;
    line-height: 28px;
  }
}

.section_4 {
  padding: 25px 0;
  background-color: #f8f3e8;
  position: relative;
}

@media (min-width: 480px) {
  .section_4 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_4 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_4 {
    padding: 17px 0 60px;
  }

  .section_4::before {
    content: "";
    position: absolute;
    height: 48px;
    width: 100%;
    background: url(../img/section_4_line_top.png) center top no-repeat;
    top: -45px;
    left: 0;
  }
}

.section_4 .title {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .section_4 .title {
    margin-bottom: 40px;
  }
}

.section_4 .calories_wrapper {
  background-color: #fff;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
  border: 6px solid #e0c072;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
}

.section_4 .calories_wrapper::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 48%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  left: 50%;
}

@media (min-width: 480px) {
  .section_4 .calories_wrapper::after {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .section_4 .calories_wrapper {
    padding-bottom: 70px;
    padding-top: 25px;
    margin-bottom: 140px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.MuiInputBase-formControl input {
  font: inherit;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 0 14px;
  min-width: 0;
  background: none;
  box-sizing: border-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  height: 56px;
  color: #000;
}

@media (max-width: 768px) {
  .popup .flex {
    flex-wrap: wrap;
  }

  .popup .img_wrapper {
    order: 1;
    max-width: 100%;
    width: 100%;
  }

  .popup .img_wrapper img {
    margin: 0 auto;
    width: 200px;
  }

  .popup .text_wrapper {
    order: 2;
  }

  .popup .img_wrapper::before {
    content: '';
    top: -10px;
    right: 35px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 991px) {

  .popup {
    padding: 15px;
    min-height: 100%;
    height: auto;
    overflow-y: auto;
  }

  .popup .flex {
    height: 100%;
  }

  .popup #close_popup {
    top: 15px;
    right: 15px;
  }

  .popup .img_wrapper {
    margin: 0 auto;
    max-width: 300px;
  }

  .popup .img_wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  .overlay {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .popup .flex {
    flex-wrap: wrap;
  }

  .popup .img_wrapper {
    order: 1;
  }

  .popup .img_wrapper img {
    margin: 0 auto;
    width: 200px;
  }

  .popup .text_wrapper {
    order: 2;
    margin-bottom: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .popup .text_wrapper .popup_title {
    text-align: center;
    font-size: 36px;
  }

  .popup .text_wrapper .button_wrapper .popup_btn {
    white-space: nowrap;
  }

  .popup .img_wrapper::before {
    content: '';
    top: -10px;
    right: 35px;
    width: 70px;
    height: 70px;
  }

  .popup .img_wrapper::after {
    content: "-50%!";
    top: 15px;
    right: 42px;
    font-size: 18px;
  }

  .fr-footer-links {
    display: block;
  }

  .fr-footer-links__inner {
    margin: 0 auto;
  }



}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper {
    padding-top: 40px;
    padding-bottom: 99px;
  }

  .section_4 .calories_wrapper::after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.section_4 .calories_wrapper .calories_title {
  font-weight: 500;
  line-height: 1.09;
  position: relative;
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .section_4 .calories_wrapper .calories_title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper .calories_title {
    font-size: 22px;
    margin-bottom: 9px;
    padding-bottom: 34px;
  }
}

.section_4 .calories_wrapper .calories_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 90px;
  background-color: #d7d7d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section_4 .calories_wrapper .value {
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .section_4 .calories_wrapper .value {
    font-size: 46px;
  }
}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper .value {
    font-size: 64px;
    margin-bottom: 7px;
  }
}

.section_4 .calories_wrapper .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper .name {
    font-size: 18px;
  }
}

.section_4 .calories_wrapper .text {
  font-size: 15px;
  line-height: 1.11;
  color: #757b82;
  position: relative;
  z-index: 10;
}

@media (min-width: 480px) {
  .section_4 .calories_wrapper .text {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .section_4 .calories_wrapper .text::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/text_after.png);
    background-position: center;
    z-index: -1;
  }
}

.section_4 .calories_wrapper .big_calories {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
  padding-bottom: 66px;
  position: relative;
}

@media (min-width: 480px) {
  .section_4 .calories_wrapper .big_calories {
    margin-bottom: 45px;
    padding-bottom: 69px;
  }
}

@media (min-width: 768px) {
  .section_4 .calories_wrapper .big_calories {
    width: 50%;
    padding-bottom: 70px;
    padding-top: 25px;
    margin-top: -25px;
    margin-bottom: -70px;
    border-bottom: unset;
    border-right: 1px solid #f0f0f0;
  }
}

.section_4 .calories_wrapper .big_calories .img_wrapper {
  max-width: 276px;
  margin: auto;
}

@media (min-width: 480px) {
  .section_4 .calories_wrapper .big_calories .img_wrapper {
    max-width: 373px;
  }
}

@media (min-width: 768px) {
  .section_4 .calories_wrapper .big_calories .img_wrapper {
    position: absolute;
    bottom: -100px;
    left: -3px;
    margin: 0 auto 15px;
  }
}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper .big_calories .img_wrapper {
    max-width: 100%;
    bottom: -140px;
  }
}

.section_4 .calories_wrapper .small_calories {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .section_4 .calories_wrapper .small_calories {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper .small_calories .value {
    font-size: 50px;
  }
}

.section_4 .calories_wrapper .small_calories .img_wrapper {
  max-width: 270px;
  margin: auto;
}

@media (min-width: 768px) {
  .section_4 .calories_wrapper .small_calories .img_wrapper {
    position: absolute;
    bottom: -187px;
    left: 61px;
    max-width: 305px;
    margin: 0 auto 15px;
  }
}

@media (min-width: 1024px) {
  .section_4 .calories_wrapper .small_calories .img_wrapper {
    max-width: 100%;
    bottom: -223px;
  }
}

.section_4 .calculate_content {
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 640px) {
  .section_4 .calculate_content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.section_4 .calculate_content .content_item {
  width: 270px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .section_4 .calculate_content .content_item:nth-child(odd) {
    margin-top: 40px;
  }

  .section_4 .calculate_content .content_item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e0ded5;
    z-index: -1;
  }
}

.section_4 .calculate_content .content_item .item_img {
  max-width: 240px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .section_4 .calculate_content .content_item .item_img {
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  .section_4 .calculate_content .content_item .item_img {
    max-width: 100%;
  }
}

.section_4 .calculate_content .content_item p {
  line-height: 1.2;
  font-size: 16px;
}

@media (min-width: 768px) {
  .section_4 .calculate_content .content_item p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .section_4 .calculate_content .content_item p {
    font-size: 20px;
  }
}

.section_4 .scroll_wrapper {
  background-color: #fff;
}

.section_4 .scroll_wrapper .scroll_btn {
  background-image: url(../img/section4_arrow_down.png);
}

.section_5 {
  padding: 25px 0;
  position: relative;
}

@media (min-width: 480px) {
  .section_5 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_5 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    top: -33px;
    background: url(../img/line-top-white.png) center top no-repeat;
  }

  .section_5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    bottom: -33px;
    background: url(../img/line-bottom-white.png) center top no-repeat;
  }
}

.section_5 .title {
  margin-bottom: 15px;
}

.section_5 .subtitle {
  text-align: center;
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #757b82;
}

.section_5 .reduce_wrapper {
  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-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;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section_5 .reduce_wrapper .reduce_left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 450px;
  padding-bottom: 28px;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper .reduce_left {
    width: 30%;
    border-right: 1px solid #ddd;
    padding-bottom: 15px;
  }
}

.section_5 .reduce_wrapper .reduce_left .left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper .reduce_left .left_item {
    margin-bottom: 45px;
  }
}

.section_5 .reduce_wrapper .reduce_left .left_item .img_wrapper {
  max-width: 100px;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper .reduce_left .left_item .img_wrapper {
    max-width: 120px;
  }
}

@media (min-width: 1024px) {
  .section_5 .reduce_wrapper .reduce_left .left_item .img_wrapper {
    max-width: 170px;
    margin-right: 68px;
  }
}

.section_5 .reduce_wrapper .reduce_left .left_item .item_info {
  padding: 0 15px 5px;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper .reduce_left .left_item .item_info {
    border-bottom: 1px solid #ddd;
  }
}

.section_5 .reduce_wrapper .reduce_left .left_item .item_info .left_number {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.section_5 .reduce_wrapper .reduce_left .left_item .item_info .left_calorie {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.section_5 .reduce_wrapper .reduce_middle {
  border-top: 1px solid pink;
  border-bottom: 1px solid pink;
  padding: 30px 0;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper .reduce_middle {
    width: 40%;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
}

.section_5 .reduce_wrapper .reduce_middle::before {
  content: "+";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6%;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  background-color: #de335e;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.section_5 .reduce_wrapper .reduce_middle::after {
  content: "=";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6%;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  background-color: #f5a918;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 768px) {
  .section_5 .reduce_wrapper .reduce_middle::before {
    left: 0;
    top: 50%;
  }

  .section_5 .reduce_wrapper .reduce_middle::after {
    right: -30px;
    top: 50%;
    left: unset;
  }
}

@media (min-width: 1024px) {
  .section_5 .reduce_wrapper .reduce_middle::before {
    width: 70px;
    height: 70px;
    font-size: 44px;
    line-height: 70px;
  }

  .section_5 .reduce_wrapper .reduce_middle::after {
    width: 70px;
    height: 70px;
    font-size: 44px;
    line-height: 70px;
  }
}

.section_5 .reduce_wrapper .reduce_middle .img_wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.section_5 .reduce_wrapper .reduce_right .reduce_circle {
  margin-top: 260px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: relative;
  background: #f9f9f9;
}

@media (min-width: 1024px) {
  .section_5 .reduce_wrapper .reduce_right .reduce_circle {
    width: 250px;
    height: 250px;
  }
}

.section_5 .reduce_wrapper .reduce_right .reduce_circle .img_wrapper {
  max-width: 200px;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 108px);
}

@media (min-width: 1024px) {
  .section_5 .reduce_wrapper .reduce_right .reduce_circle .img_wrapper {
    max-width: 260px;
    left: calc(50% - 140px);
  }
}

.section_6 {
  background: #f7f2e8;
  padding: 25px 0;
}

@media (min-width: 480px) {
  .section_6 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_6 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_6 {
    padding: 80px 0 60px;
  }
}

@media (min-width: 1200px) {
  .section_6 {
    padding: 110px 0 60px;
  }
}

.section_6 .title {
  margin-bottom: 15px;
}

.section_6 .component_description {
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  color: #757b82;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section_6 .component_description {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .section_6 .component_description {
    font-size: 20px;
    line-height: 1.55;
  }
}

.section_6 .components_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 1024px) {
  .section_6 .components_wrapper {
    padding: 25px 0;
  }
}

.section_6 .components_wrapper .item {
  width: 100%;
  max-width: 230px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

@media (min-width: 480px) {
  .section_6 .components_wrapper .item {
    margin-bottom: 30px;
    max-width: 200px;
  }
}

@media (min-width: 640px) {
  .section_6 .components_wrapper .item {
    max-width: 250px;
  }
}

@media (min-width: 1024px) {
  .section_6 .components_wrapper .item {
    max-width: 230px;
  }

  .section_6 .components_wrapper .item:nth-child(even) {
    margin-top: 80px;
  }

  .section_6 .components_wrapper .item::before {
    position: absolute;
    content: "";
    width: 1px;
    top: -20px;
    height: 100%;
    bottom: -20px;
    background-color: #e0ded5;
    left: 50%;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .section_6 .components_wrapper .item {
    max-width: 270px;
  }
}

.section_6 .components_wrapper .item .components_img {
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section_6 .components_wrapper .item .components_img {
    height: 170px;
  }
}

@media (min-width: 1024px) {
  .section_6 .components_wrapper .item .components_img {
    margin-bottom: 15px;
  }
}

.section_6 .components_wrapper .item .item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section_6 .components_wrapper .item .item_title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .section_6 .components_wrapper .item .item_title {
    font-size: 24px;
  }
}

.section_6 .components_wrapper .item .item_text {
  font-size: 15px;
  line-height: 1.29;
  color: #757b82;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section_6 .components_wrapper .item .item_text {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .section_6 .components_wrapper .item .item_text {
    font-size: 17px;
  }
}

.section_6 .components_result {
  text-align: center;
}

.section_6 .components_result .result_title {
  font-size: 22px;
  font-weight: 900;
}

@media (min-width: 480px) {
  .section_6 .components_result .result_title {
    font-size: 24px;
  }
}

@media (min-width: 640px) {
  .section_6 .components_result .result_title {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .section_6 .components_result .result_title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .section_6 .components_result .result_title {
    font-size: 34px;
  }
}

.section_6 .components_result p {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
}

@media (min-width: 480px) {
  .section_6 .components_result p {
    font-size: 17px;
  }
}

@media (min-width: 640px) {
  .section_6 .components_result p {
    font-size: 19px;
    line-height: 21px;
  }
}

@media (min-width: 768px) {
  .section_6 .components_result p {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .section_6 .components_result p {
    font-size: 24px;
    line-height: 1.25;
  }
}

.section_6 .scroll_wrapper {
  background-color: #fff;
}

.section_6 .scroll_wrapper .scroll_btn {
  background-image: url(../img/section4_arrow_down.png);
}

.section_7 {
  padding: 25px 0;
  background: url(../img/section7_bg.png) calc(50% - 128px) 126px no-repeat;
  position: relative;
}

@media (min-width: 480px) {
  .section_7 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_7 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_7::before {
    content: "";
    position: absolute;
    background: url(../img/line-top-white.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    top: -33px;
  }

  .section_7::after {
    content: "";
    position: absolute;
    background: url(../img/line-bottom-white.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    bottom: -33px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .section_7 {
    padding: 60px 0;
  }
}

.section_7 .title {
  margin-bottom: 20px;
}

.section_7 .refuse_wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section_7 .refuse_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section_7 .img_wrapper {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section_7 .img_wrapper {
    max-width: 550px;
  }
}

@media (min-width: 1024px) {
  .section_7 .img_wrapper {
    max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section_7 .img_wrapper {
    max-width: 860px;
  }
}

.section_7 .refuse_list {
  width: 100%;
  max-width: 270px;
  margin: 25px auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_7 .refuse_list li {
  padding-left: 50px;
  margin: 0 10px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .section_7 .refuse_list li {
    margin-bottom: 32px;
  }

  .section_7 .refuse_list li::before {
    font-size: 80px;
  }
}

.section_7 .refuse_list li .list_title {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section_7 .refuse_list li .list_title {
    font-size: 29px;
  }
}

@media (min-width: 1024px) {
  .section_7 .refuse_list li .list_title {
    font-size: 32px;
  }
}

.section_7 .refuse_list li .list_text {
  font-size: 17px;
  line-height: 1;
  color: #757b82;
}

@media (min-width: 1024px) {
  .section_7 .refuse_list li .list_text {
    font-size: 20px;
  }
}

.section_7 .refuse_list li:nth-child(1)::before {
  content: "1";
  position: absolute;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  color: #f5a918;
  text-shadow: 0 0 20px rgba(182, 131, 35, 0.24);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_7 .refuse_list li:nth-child(2)::before {
  content: "2";
  position: absolute;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  color: #f5a918;
  text-shadow: 0 0 20px rgba(182, 131, 35, 0.24);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_7 .refuse_list li:nth-child(3)::before {
  content: "3";
  position: absolute;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  color: #f5a918;
  text-shadow: 0 0 20px rgba(182, 131, 35, 0.24);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_8 {
  background-color: #f7f2e8;
  padding: 25px 0;
  position: relative;
}

@media (min-width: 480px) {
  .section_8 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_8 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_8 {
    padding: 60px 0;
  }
}

.section_8 .title {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .section_8 .title {
    margin-bottom: 50px;
  }
}

.section_8 .jouranl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 1024px) {
  .section_8 .jouranl_wrapper::before {
    position: absolute;
    content: "";
    width: 870px;
    height: 10px;
    background-color: #fff;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.section_8 .jouranl_wrapper .journal_item {
  position: relative;
}

.section_8 .jouranl_wrapper .journal_item:nth-child(2n) {
  margin-top: 20px;
}

.section_8 .jouranl_wrapper .journal_item:nth-child(1) {
  z-index: 5;
}

.section_8 .jouranl_wrapper .journal_item:nth-child(2) {
  z-index: 4;
  margin-left: -29px;
}

.section_8 .jouranl_wrapper .journal_item:nth-child(3) {
  z-index: 3;
  margin-left: -33px;
}

.section_8 .jouranl_wrapper .journal_item:nth-child(4) {
  z-index: 2;
  margin-left: -37px;
  display: none;
}

.section_8 .jouranl_wrapper .journal_item:nth-child(5) {
  z-index: 1;
  margin-left: -41px;
  display: none;
}

@media (min-width: 480px) {
  .section_8 .jouranl_wrapper .journal_item:nth-child(4) {
    display: block;
  }

  .section_8 .jouranl_wrapper .journal_item:nth-child(5) {
    display: block;
  }
}

@media (min-width: 1024px) {
  .section_8 .jouranl_wrapper .journal_item {
    width: 184px;
    height: 234px;
  }
}

.section_8 .jouranl_wrapper .journal_item img {
  height: 100%;
}

.section_8 .journal_title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .section_8 .journal_title {
    margin-top: 45px;
    font-size: 34px;
  }
}

.section_8 .journal_subtitle {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section_8 .journal_subtitle {
    font-size: 24px;
  }
}

.section_8 .scroll_wrapper {
  background-color: #fff;
}

.section_8 .scroll_wrapper .scroll_btn {
  background-image: url(../img/section4_arrow_down.png);
}

.section_9 {
  padding: 25px 0;
  background-image: url(../img/section8_bg.jpg);
  background-size: cover;
  position: relative;
}

@media (min-width: 480px) {
  .section_9 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_9 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_9 {
    padding: 60px 0;
  }

  .section_9::before {
    content: "";
    position: absolute;
    background: url(../img/line-top-white.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    top: -33px;
  }
}

.section_9 .title {
  margin-bottom: 25px;
}

.section_9 .instruction_wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section_9 .instruction_wrapper .instruction_text {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper .instruction_text {
    text-align: left;
    max-width: 520px;
  }
}

.section_9 .instruction_wrapper .instruction_text .instruction_title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper .instruction_text .instruction_title {
    margin-bottom: 25px;
  }
}

.section_9 .instruction_wrapper .instruction_text .instruction_description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper .instruction_text .instruction_description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

.section_9 .instruction_wrapper .instruction_text .instruction_warning {
  max-width: 520px;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper .instruction_text .instruction_warning {
    padding: 26px 33px;
  }
}

.section_9 .instruction_wrapper .instruction_text .instruction_warning .warning_title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section_9 .instruction_wrapper .instruction_text .instruction_warning .warning_description {
  padding-left: 33px;
  font-size: 16px;
  line-height: 23px;
  color: #757b82;
  position: relative;
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper .instruction_text .instruction_warning .warning_description {
    font-size: 18px;
    line-height: 28px;
    padding-left: 53px;
  }
}

.section_9 .instruction_wrapper .instruction_text .instruction_warning .warning_description::before {
  content: "!";
  position: absolute;
  font-size: 133px;
  color: #de335e;
  font-weight: 700;
  left: -6px;
  top: 43px;
}

.section_9 .instruction_wrapper .instruction_product .img_wrapper {
  max-width: 250px;
  margin-bottom: 30px;
}

@media (min-width: 640px) {
  .section_9 .instruction_wrapper .instruction_product .img_wrapper {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .section_9 .instruction_wrapper .instruction_product .img_wrapper {
    max-width: 420px;
  }
}

@media (min-width: 1024px) {
  .section_9 .instruction_wrapper .instruction_product .img_wrapper {
    max-width: 470px;
  }
}

@media (min-width: 1200px) {
  .section_9 .instruction_wrapper .instruction_product .img_wrapper {
    max-width: 560px;
  }
}

.section_10 {
  padding: 25px 0;
  background: url(../img/bg-dietolog.png) center 170px no-repeat;
  position: relative;
}

@media (min-width: 480px) {
  .section_10 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_10 {
    padding: 40px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .section_10 {
    padding: 60px 0 20px;
  }

  .section_10::before {
    content: "";
    position: absolute;
    background: url(../img/line-top-white.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    top: -33px;
  }
}

.section_10 .title {
  margin-bottom: 15px;
}

.section_10 .dietolog_subtitle {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1;
  color: #757b82;
  text-align: center;
}

@media (min-width: 1024px) {
  .section_10 .dietolog_subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.section_10 .dietolog_wrapper {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.section_10 .dietolog_wrapper .content {
  width: 100%;
}

@media (min-width: 768px) {
  .section_10 .dietolog_wrapper .content {
    max-width: 420px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .section_10 .dietolog_wrapper .content {
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .section_10 .dietolog_wrapper .content {
    max-width: 660px;
  }
}

@media (min-width: 768px) {
  .section_10 .dietolog_wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.section_10 .dietolog_wrapper .dietolog_name {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_10 .dietolog_wrapper .dietolog_position {
  font-size: 17px;
  line-height: 1;
  color: #757b82;
  margin-bottom: 15px;
}

.section_10 .dietolog_wrapper .dietolog_quote {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section_10 .dietolog_wrapper .dietolog_quote {
    line-height: 1.7;
  }
}

.section_10 .dietolog_wrapper .dietolog_text {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #757b82;
}

@media (min-width: 768px) {
  .section_10 .dietolog_wrapper .dietolog_text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .section_10 .dietolog_wrapper .dietolog_text {
    line-height: 1.7;
    margin-bottom: 47px;
  }
}

.section_10 .dietolog_wrapper .dietolog_signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.section_10 .dietolog_wrapper .dietolog_signature .img_wrapper {
  max-width: 130px;
}

@media (min-width: 1024px) {
  .section_10 .dietolog_wrapper .dietolog_signature .img_wrapper {
    max-width: 200px;
  }
}

.section_10 .dietolog_wrapper .dietolog_img {
  display: none;
}

@media (min-width: 768px) {
  .section_10 .dietolog_wrapper .dietolog_img {
    display: block;
    position: absolute;
    max-width: 470px;
    left: -130px;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section_10 .dietolog_wrapper .dietolog_img {
    max-width: 470px;
    left: -90px;
  }
}

@media (min-width: 1200px) {
  .section_10 .dietolog_wrapper .dietolog_img {
    max-width: 530px;
    left: -18px;
  }
}

.section_11 {
  padding: 25px 0;
  background: url(../img/section11_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

@media (min-width: 480px) {
  .section_11 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_11 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_11 {
    padding: 60px 0;
  }

  .section_11::before {
    content: "";
    position: absolute;
    background: url(../img/section11-line-top.png) center top no-repeat;
    height: 48px;
    width: 100%;
    left: 0;
    top: -33px;
  }
}

.section_11 .title {
  margin-bottom: 15px;
}

.section_11 .rewievs_slider {
  width: 100%;
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider {
    max-width: 830px;
    margin: auto;
  }
}

.section_11 .rewievs_slider .slide {
  background-color: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .section_11 .rewievs_slider .slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider .slide {
    padding: 30px;
  }
}

.section_11 .rewievs_slider .slide .img_wrapper {
  max-width: 350px;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  .section_11 .rewievs_slider .slide .img_wrapper {
    max-width: 370px;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider .slide .img_wrapper {
    margin: 0 30px 0 0;
  }
}

@media (min-width: 768px) {
  .section_11 .rewievs_slider .slide .slide_content {
    max-width: calc(100% - 365px);
  }
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider .slide .slide_content {
    max-width: calc(100% - 380px);
  }
}

.section_11 .rewievs_slider .slide .name {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider .slide .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.section_11 .rewievs_slider .slide .slide_title {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.22;
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider .slide .slide_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.section_11 .rewievs_slider .slide .slide_text {
  font-size: 15px;
  line-height: 1.41;
  color: #757b82;
}

@media (min-width: 768px) {
  .section_11 .rewievs_slider .slide .slide_text {
    font-size: 16px;
    max-width: 280px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .section_11 .rewievs_slider .slide .slide_text {
    font-size: 17px;
    max-width: 370px;
  }
}

.section_11 .reviews_audio {
  padding: 10px;
}

.section_11 .reviews_video {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.section_11 .reviews_video .videos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .section_11 .reviews_video .videos_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section_11 .reviews_video .videos_wrapper .videos {
  margin-bottom: 30px;
}

.section_11 .reviews_video .videos_wrapper .videos .video_name {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}

.section_12 {
  padding: 25px 0;
}

@media (min-width: 480px) {
  .section_12 {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .section_12 {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .section_12 {
    padding: 60px 0;
  }
}

.section_12 .title {
  margin-bottom: 20px;
}

.section_12 .guarantee_wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section_12 .guarantee_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section_12 .guarantee_wrapper .cert_content {
  width: 100%;
}

@media (min-width: 768px) {
  .section_12 .guarantee_wrapper .cert_content {
    width: 50%;
    padding: 10px 20px 10px 0;
  }
}

@media (min-width: 1024px) {
  .section_12 .guarantee_wrapper .cert_content {
    width: 60%;
  }
}

.section_12 .guarantee_wrapper .cert_img {
  width: 100%;
}

@media (min-width: 768px) {
  .section_12 .guarantee_wrapper .cert_img {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .section_12 .guarantee_wrapper .cert_img {
    width: 45%;
  }
}

.section_12 .guarantee_wrapper .cert_text {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 1024px) {
  .section_12 .guarantee_wrapper .cert_text {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .section_12 .guarantee_wrapper .cert_text {
    font-size: 23px;
    padding-right: 50px;
  }
}

.footer {
  background: #f7f2e8;
  color: #666;
  font-size: 16px;
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0 30px;
  }
}

.footer .footer_wrapper {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .footer .footer_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer .footer_name {}

@media (min-width: 768px) {
  .footer .footer_name {
    display: block;
  }
}

.footer .footer_name .footer_product {
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .footer .footer_middle {
    text-align: center;
  }
}

.footer .footer_middle .footer_privacy {
  margin-bottom: 10px;
  color: #666;
}

.footer .footer_adress {
  display: none;
}

@media (min-width: 768px) {
  .footer .footer_adress {
    display: block;
  }
}

.footer .footer_right {}

@media (min-width: 768px) {
  .footer .footer_right {
    display: block;
    text-align: right;
  }
}

.footer .footer_right .footer_numbers {
  margin-bottom: 5px;
}

.slick-dots li button:before {
  font-size: 40px
}

.alertbox {
  display: none;
  color: #d0251b;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
}

.overlay2 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  display: none;
}

#contact_popup {
  padding: 50px 40px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  height: 410px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  display: none;
  color: #3d3d3d;
  opacity: 1;
  visibility: visible;
  text-align: center;

}

#contact_popup h2,
#contact_popup p {
  margin-bottom: 30px;
  color: #000;

}

#contact_popup h3 strong {
  color: #38c2f9;
}

#contact_popup h2 {
  font-size: 50px;
  color: #1047ad;
  line-height: 1;
  text-align: center;
}

#contact_popup h3 strong {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

#close_contact {
  content: '';
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: -40px;
  background-image: url('assets/img/close2.png');
  background-size: cover;
  width: 30px;
  height: 30px;
}

.disclaimer {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.promo-text-box {
  background: #f19aa0;
  font-size: 12px;
  padding: 5px;
  color: #fff;
}

@media (max-width: 991px) {
  #contact_popup {
    bottom: auto;
    height: auto;
    top: 15px;
    max-height: calc(100vh - 15px);
    overflow: auto
  }

  #close_contact {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 600px) {
  #contact_popup h2 {
    font-size: 30px
  }

  #contact_popup h3 {
    font-size: 20px
  }
}


.footer-links {
  font-size: 14px;
  padding-bottom: 50px !important;
}

@media (max-width: 991px) {
  .footer-links {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 600px) {
  .footer-links {
    font-size: 12px
  }
}

*,
::after,
::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

img {
  width: 100%;
}

.gIHfsz {
  width: 60px;
  height: 30px;
  display: none;
  align-self: center;
}

p,
a,
ul,
li {
  text-decoration: none;
  list-style: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.App {
  text-align: center;
}

.gfcIZQ {
  height: 50px;
  background-color: rgb(251, 42, 12);
  margin-top: 0px;
}

.cMnhPQ {
  display: flex;
}


.dWzdfH {
  background-color: rgb(251, 42, 12);
  padding: 10px;
  min-height: 20px;
  display: none;
  margin: auto;
  color: rgb(255, 255, 255);
}

.cMnhPQ {
  display: flex;
}

.dWzdfH {
  display: block;
  padding: 15px;
}


.gfcIZQ {
  height: 50px;
  background-color: rgb(251, 42, 12);
  margin-top: 0px;
}

.dWzdfH {
  background-color: rgb(251, 42, 12);
  padding: 10px;
  min-height: 20px;
  display: none;
  margin: auto;
  color: rgb(255, 255, 255);
}


.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.gSkynp {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 50px;
}

.liuvoF {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 0px;
  position: relative;
}

.aqTZb {
  width: 115px;
  height: 35px;
}

.kkQhcZ {
  top: 5%;
  left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
  z-index: 10;
}

h1 {
  font-size: 30px;
}

.EIIkt {
  color: rgb(255, 222, 0);
  text-shadow: rgb(0, 36, 152) 2px 2px;
  margin: 20px 0px;
}

h3 {
  font-size: 18px;
  text-align: left;
  margin: 10px 0px;
}

.gChalR {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin: 20px 0px;
  text-align: center;
}

.bmcroa {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(21, 102, 175);
  height: 100vh;
  width: 100%;
  text-align: left;
  padding: 2rem;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: transform 0.3s ease-in-out 0s;
  transform: translateX(0px);
  overflow: hidden;
  z-index: 1;
}

a {
  cursor: pointer;
  margin-top: 0px;
}

.XsjDy {
  align-self: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 1rem 0px;
  font-weight: bold;
  color: rgb(239, 255, 250);
  text-decoration: none;
  transition: color 0.1s linear 0s;
}

.gSkynp {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 50px;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.liuvoF {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 0px;
  position: relative;
}

.gmmHRH {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(21, 102, 175);
  height: 100vh;
  width: 100%;
  text-align: left;
  padding: 2rem;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: transform 0.3s ease-in-out 0s;
  transform: translateX(110%);
  overflow: hidden;
  z-index: 1;
}

.mainmenu.active {
  transform: translateX(0%);
}

.kkQhcZ {
  top: 5%;
  left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
  z-index: 10;
}

.kkQhcZ div {
  width: 100%;
  height: 0.25rem;
  background: rgb(239, 255, 250);
  border-radius: 10px;
  transition: all 0.3s linear 0s;
  position: relative;
  transform-origin: 1px center;
}

.gChalR {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin: 20px 0px;
  text-align: center;
}

.caQbbb {
  display: grid;
  grid-template-areas:
    "heroListWrapper"
    "descriptionHeaderWrapper"
    "helloProductWrapper"
    "heroFormWrapper";
  grid-template-columns: 1fr;
  place-items: center;
}

.hEekTv {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.eGqnrC {
  width: auto;
  max-width: 500px;
  margin: 30px 0px 10px;
}

.jtftyQ {
  color: white;
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin: 15px 0px 10px;
  font-size: 16px;
  width: 220px;
}

.jtftyQ::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  left: 0px;
  top: 9px;
}

.dpbdIG {
  display: inline-block;
}

.jtftyQ {
  color: white;
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin: 15px 0px 10px;
  font-size: 16px;
}

.eDJvQP {
  grid-area: helloProductWrapper / helloProductWrapper / helloProductWrapper / helloProductWrapper;
}

.cYmwOA {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.eGqnrC {
  width: auto;
  max-width: 500px;
  margin: 30px 0px 10px;
}

.hEekTv {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.oPqrM {
  grid-area: descriptionHeaderWrapper / descriptionHeaderWrapper / descriptionHeaderWrapper / descriptionHeaderWrapper;
}

h2 {
  font-size: 18px;
  text-align: left;
  margin: 10px 0px;
}

.eGZOpn {
  color: rgb(255, 255, 255);
  margin: 30px 0px;
  max-width: 500px;
  font-size: 22px;
}

.cOiBKG {
  color: rgb(255, 255, 255);
  margin: 30px 0px;
  font-weight: 500;
  max-width: 500px;
}

.iBFmRZ {
  display: none;
  color: rgb(255, 255, 255);
}

.iBFmRZ {
  display: none;
  color: rgb(255, 255, 255);
}

.eTyHFg {
  color: rgb(255, 0, 0);
}

.dvEEhY {
  grid-area: heroFormWrapper / heroFormWrapper / heroFormWrapper / heroFormWrapper;
}

.jtOElK {
  background-color: rgb(21, 102, 175);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px -15px;
  max-width: 436px;
  border-radius: 20px;
  margin: auto;
}

.fMfcaV {
  font-size: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.hXwWQH {
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  max-width: 280px;
  margin: 10px auto;
}

.gNGyHM {
  color: rgb(255, 255, 255);
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}

.eXNXqu {
  position: relative;
  border: none;
}

.ipfhlk {
  background-color: rgb(255, 255, 255) !important;
}

.MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}

.MuiFormControl-marginNormal {
  margin-top: 16px;
  margin-bottom: 8px;
}

.MuiFormControl-fullWidth {
  width: 100%;
}

.cUWXXc {
  width: 30px;
  height: auto;
  position: absolute;
  top: 35%;
  right: 10px;
}

.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

.MuiOutlinedInput-input {
  padding: 18.5px 14px;
}

.flameU {
  font-size: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: line-through;
  margin: 0px;
}

.fMfcaV span {
  color: rgb(255, 222, 0);
}

.gctNOI {
  background-color: rgb(255, 222, 0);
  color: rgb(16, 12, 141);
  padding: 15px 40px;
  width: auto;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: rgb(16, 12, 141) 0px 4px 3px 0px;
  display: table;
  margin: 0 auto;
}

.jtOElK button {
  margin-top: 15px;
}

.lDMrw {
  font-size: 38px;
  font-weight: 700;
  grid-column: 1 / 13;
  text-align: center;
}

.YOdUg {
  flex-direction: column;
  height: 90px;
  transform: translateY(-40px);
}

.jOkeMf {
  z-index: 20;
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0px 10px;
  transform: translateY(-10px);
}

.hwsyok {
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  max-width: 320px;
  height: auto;
  margin: 0px auto 10px;
  z-index: 10;
  position: relative;
  transform: translateY(-30px);
}

.jOkeMf span {
  color: rgb(255, 0, 0);
}

.jxvOeh {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100px;
  height: 133px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  z-index: 10;
}

.lDMrw {
  font-size: 38px;
  font-weight: 700;
  grid-column: 1 / 13;
  text-align: center;
}

.iAyoZX {
  position: absolute;
  bottom: -1px;
  font-size: 15px;
  background-color: rgb(255, 255, 255);
  padding: 0px;
  font-weight: 300;
}

.iAyoZX {
  position: absolute;
  bottom: -1px;
  font-size: 15px;
  background-color: rgb(255, 255, 255);
  padding: 0px;
  font-weight: 300;
}

.gvhVCB {
  background-color: rgb(240, 240, 240);
  padding: 30px 0px 50px;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.bokBDO {
  font-size: 29px;
  text-align: left;
  margin-bottom: 30px;
}

.dugqNO {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.kMrhLB {
  width: 90%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.jMrVnB {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.fEGvjZ {
  color: black;
  text-align: center;
  margin: 15px 0px;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
}

.fEGvjZ::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/checkmark.ff2a35d4.svg);
  background-repeat: no-repeat;
  left: -35px;
  top: 3px;
}

.dpbdIG {
  display: inline-block;
}

.fdQMzo {
  width: 90%;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
}

.fZlvaI {
  width: 320px;
  height: 320px;
}

.fPEMmT {
  background-color: rgb(255, 222, 0);
  color: rgb(16, 12, 141);
  padding: 15px 40px;
  width: auto;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: rgb(16, 12, 141) 0px 4px 3px 0px;
}

.fUbBAh {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.fHbwif {
  background-color: rgb(2, 16, 51);
  width: 100%;
  padding: 30px 0px 50px;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.hpjUnn {
  color: rgb(255, 255, 255);
  font-size: 29px;
  text-align: left;
  margin-bottom: 30px;
}

.gtjlvQ {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  place-items: center;
}

.cKIWRl {
  color: rgb(255, 255, 255);
  margin: 10px 0px 20px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.hSrxHW {
  text-align: left;
  border-bottom: 1px dashed rgb(255, 255, 255);
  display: inline;
  margin-left: 0px;
  width: 35%;
  box-sizing: border-box;
}

.jHEhAp {
  text-align: left;
}

.gkngYi {
  background-color: rgb(240, 240, 240);
  padding: 30px 0px 50px;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.lkiIWD {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.kCWYTI {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.kCWYTI {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.czwUhv {
  width: 90%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.bEthKq {
  height: auto;
  max-width: 310px;
}

.hanhiD {
  width: 90%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.gQtfxQ {
  width: 100%;
  margin-top: 0px;
  font-size: 21px;
}

.cLhSYu {
  width: 100%;
}

.fBAwDM {
  width: 100%;
  color: black;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
  margin: 10px 0px 10px 30px;
  position: relative;
}

.fBAwDM::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/checkmark.ff2a35d4.svg);
  background-repeat: no-repeat;
  left: -35px;
  top: 3px;
}

.fPEMmT {
  background-color: rgb(255, 222, 0);
  color: rgb(16, 12, 141);
  padding: 15px 40px;
  width: auto;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: rgb(16, 12, 141) 0px 4px 3px 0px;
}

.fUbBAh {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.fHGaWl {
  padding: 20px 0px 50px;
  margin: 0px 20px;
  position: relative;
  border-right: 3px solid rgb(255, 0, 0);
  border-left: 3px solid rgb(255, 0, 0);
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.ckwMGN {
  margin-top: 50px;
  color: rgb(255, 0, 0);
  text-align: center;
}

.dyQypj {
  width: 100%;
  display: inline-flex;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.TtYns {
  width: 160px;
  margin: 10px;
}

.rASkO {
  width: 150px;
  height: 150px;
}

.iWVnnf {
  font-weight: 700;
}

.TyUdB {
  padding: 20px 0px 50px;
  background-color: rgb(240, 240, 240);
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.faRvJV {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.hVImEU {
  text-align: center;
  font-weight: 700;
}

.kziYVQ {
  margin: 30px auto;
  max-width: 430px;
}

.cnKnPt {
  max-width: 343px;
  padding: 5px;
  margin: 40px auto;
}

.hkiMJV {
  text-align: center;
}

.hjFDUQ {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}

.osPas {
  width: 100%;
}

.jBEPVW {
  width: 100%;
}

.eUedHw {
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}

.iCnlGE {
  width: 100%;
}

.yErDY {
  width: auto;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 10px;
}

.LvovW {
  width: 60px;
  height: 60px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.cSfwyt {
  width: 60px;
  height: auto;
  max-height: 60px;
}

.gTDCyN {
  text-align: left;
  margin-left: 20px;
  align-self: center;
}

.JlsCM {
  padding: 20px 0px 50px;
  background-color: rgb(255, 255, 255);
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.dCcLgm {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.iZZuGn {
  color: rgb(32, 175, 87);
  text-align: center;
  margin: 10px auto;
}

.jCuKhl {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 610px;
}

.eKaqKJ {
  width: 280px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 10px 40px;
}

.cpzeTr {
  width: 200px;
  height: 133px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.kZkIrK {
  width: 90%;
  height: auto;
}

.LYoKA {
  height: 100px;
  text-align: center;
  margin-left: 20px;
  align-self: center;
}

.dpbdIG {
  display: inline-block;
}

.jjPYEX {
  padding: 50px 0px;
  background-position: 0% 50%;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.kLkYgd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.jUduwL {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.jEZLfm {
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 10px 0px;
}

.cCMgNm {
  max-width: 320px;
  margin: 30px auto;
}

.jhPEsL {
  background: rgb(15, 135, 247);
}

.dSgBoM {
  padding: 20px 0px 50px;
  background-color: rgb(240, 240, 240);
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.dGgJti {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -25px;
}

.kpjVcu {
  background-color: transparent;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "←";
}

.kpjVcu::before {
  content: "";
}

.gfrEhU {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.cWmyoM {
  width: 178px;
  height: 178px;
  margin: 20px auto;
}

.slick-slide img {
  display: block;
}

.bWFAZU {
  text-align: left;
  align-self: flex-start;
  margin: 10px auto;
  width: 90%;
}

.slick-next {
  right: -25px;
}

.XtWek::before {
  content: "";
}

.iXDxmU {
  padding: 20px 0px 50px;
  height: auto;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.dClPJQ {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.cVbTct {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  min-height: 574px;
  overflow: hidden;
}

.dStxsV {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.fYQCFi {
  text-align: center;
}

.jFXzrz {
  max-width: 405px;
  height: auto;
  margin: 30px auto;
  align-self: flex-start;
}

.llyEoq {
  width: 100%;
  margin: auto;
}

.llyEoq img {
  width: 70%;
  margin: auto;
}

.hgLwkg {
  padding: 20px 0px 50px;
  background-color: rgb(240, 240, 240);
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.dgYGvP {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.ktLmMJ {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  place-content: center;
}

.egrYTz {
  width: 195px;
  height: auto;
  display: flex;
  flex-direction: column;
  place-content: center flex-end;
  -webkit-box-pack: end;
  position: relative;
}

.cQiUWe {
  width: 143px;
  height: 90px;
  margin: auto;
  display: flex;
  place-content: center;
  -webkit-box-pack: center;
}

.eXqyOM {
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
}

.emwOlS {
  width: auto;
  height: 100px;
  max-width: 130px;
}

.helzHF {
  padding: 20px 0px;
  background: rgb(28, 136, 227);
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.bhFDDX {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.gpgOkp {
  width: 90%;
  margin: auto;
}

.fAXLLe {
  text-align: left;
  position: relative;
  margin: 10px 0px 0px 10px;
}

.rJYJh {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.imkuCs {
  width: 100%;
}

.eWiAaw {
  width: auto;
  margin: 30px auto;
  max-width: 320px;
}

.hnEsJG {
  width: 100%;
  margin: auto;
}

.lDMrw {
  font-size: 38px;
  font-weight: 700;
  grid-column: 1 / 13;
  text-align: center;
}

.dwjnqM {
  margin-top: 30px;
  padding: 20px 0px;
  background: rgb(28, 136, 227);
  color: rgb(255, 255, 255);
  overflow: hidden;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.hskRCz {
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 10px 0px 20px;
}

.jguHgV {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.ipdSJB {
  width: 130px;
  height: auto;
  margin: 5px;
}

.gEFVph {
  width: 130px;
  height: auto;
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.louMgR {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.dCXJDZ {
  text-align: center;
  width: 100%;
  color: rgb(28, 136, 227);
}

.eJRkbj {
  margin: auto;
  display: flex;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.gNaUVB {
  color: rgb(28, 136, 227);
  padding: 0px 10px;
  position: relative;
}

.jOkeMf {
  z-index: 20;
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0px 10px;
  transform: translateY(-10px);
}

.jnYGUA {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}

.fAXLLe::before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: -15px;
  top: 10px;
}

.hEekTv {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.dpbdIG {
  display: inline-block;
}

.sc-jcwofb.jtftyQ {
  width: 100%;
}

.gmmHRH {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(21, 102, 175);
  height: 100vh;
  width: 100%;
  text-align: left;
  padding: 2rem;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: transform 0.3s ease-in-out 0s;
  transform: translateX(110%);
  overflow: hidden;
  z-index: 1;
}

.XsjDy {
  align-self: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 1rem 0px;
  font-weight: bold;
  color: rgb(239, 255, 250);
  text-decoration: none;
  transition: color 0.1s linear 0s;
}

.XsjDy:not(:last-child) {
  margin-right: 20px;
}



.fPEMmT {
  display: inline-block;
  background-color: rgb(255, 222, 0);
  color: rgb(16, 12, 141);
  padding: 15px 40px;
  width: auto;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: rgb(16, 12, 141) 0px 4px 3px 0px;
}

.hAfEGY {
  padding: 7px 10px;
  margin: 2px;
}

.fUbBAh {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}


@media (min-width: 500px) {

  .eWiAaw {
    max-width: 290px;
  }
}


@media (min-width: 769px) {
  .XsjDy {
    padding: 0px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .helzHF {
    padding: 20px 0px 40px;
  }

  .gNaUVB:not(:last-child)::after {
    content: "";
    height: 15px;
    width: 1px;
    background: rgb(28, 136, 227);
    position: absolute;
    right: -2px;
    top: 7px;
  }

  .eJRkbj {
    margin: 0px;
    max-width: 400px;
    flex-direction: row;
  }

  .dCXJDZ {
    text-align: left;
    width: 200px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .hnEsJG {
    width: 48%;
    margin-top: 0px;
  }

  .imkuCs {
    width: 45%;
  }

  .rJYJh {
    flex-direction: row;
    margin-bottom: 25px;
  }

  .bhFDDX {
    margin-bottom: 50px;
    width: 100%;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .helzHF {
    padding: 20px 0px 40px;
  }

  .egrYTz:not(:last-child)::after {
    content: url(../images/arrow_right.7e99cc12.svg);
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 10%;
  }

  .ktLmMJ {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .dgYGvP {
    margin-bottom: 50px;
    width: 100%;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .llyEoq img {
    width: 70%;
  }

  .llyEoq {
    width: 48%;
  }

  .jFXzrz {
    margin: 30px 0px;
  }

  .fYQCFi {
    text-align: left;
  }

  .dStxsV {
    width: 48%;
  }

  .cVbTct {
    flex-direction: row;
    width: 100%;
  }

  .dClPJQ {
    margin-bottom: 50px;
    width: 100%;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .slider-2 .slick-next {
    right: 0;
  }

  .slider-2 .slick-next::before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAApCAYAAABdnotGAAAABHNCSVQICAgIfAhkiAAAAZpJREFUWEfN2L1PwkAcxvHnijGuDvxBriaGFxP/BEbCYqJx0UQXXTQmKgpsOsKobjrq6KQOTkxKa6IGJZY+hpcCKhHp3bXHyPTJ9du760/EM+VTurFcrZS4gwE/Ec9USMAVxH7D+1x9KS44UbraIB9A0hECa0/303u4mHGjgH0D9WDgrUcr5xwlz8NGDQX1ETwLu68RIMDv6z3G9beD9KPuFRsJ6veFV0Js2FOT29idbeiC/Rs08BgfPIFFO58u60AFAHUYJC+bjGWfC4kblbDAoDYK9ACUPiysqOpLCqSjLyUglX0pBsn3pQUk05c2UNC+tIN+95WqAKJ3oP/cMkIEdfsCrthE1i6mroftX6GDOptq64jkiUcuOYX56iAsEtAAoE5gq4aJTRzO1Vv/Rw3yj6EqLbFs55PHRoD8FfOIHSNAJI1ZITMaMuotozn7ELs3zYh3anK8u7i2tyzobVILSOa+rRjkdxL8i0QJaNxO/vpKkQIF7UQLSKYTxSD5TpSAVHYiBTJs+mHIfIimTNCMmTEaNoU1a079BdBmjvD7BFYTAAAAAElFTkSuQmCC);
    font-size: 25px;
  }

  .slider-2 .slick-prev::before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAApCAYAAABdnotGAAAABHNCSVQICAgIfAhkiAAAAaBJREFUWEfNmM8vA1EQx7/fbaU0SOyWU08OODly5MaVI7f+UCTChQsJFyFxafpnSGgbias/yVVE+6Ri6a5U2rfz2tnzzuSz8z4z+zKEkidXaC4y3apy1DzTxXs/441dGeKAQHp0QOsv6dmF10NjcEnSDwszEiC/3Njw2K4SXIqf0FCBQk8AbvZSZShAk/uPcxMtXoSe/OetW6Cj50zw9n5CmHMSU/00kDOgoPK47RncAZzvB8SZ1DOl5nKKrRrJtUFAxIE6noy3cQ2gQNCzgenEJD8yC0+cSW3riThQUk/EgKQ8SQ4k7EkCIMOgUt+ymSfiXRYU6ytMoUZg1Ta5TdyftvdLD3mPvAW4QwqMhQGpfoH2nrI5fJwROAWQHTCP2OsEOp40dtk2NyTzYpktEzEo16secWwZLx6mr0I/n6jHoWjV9XRZzAY1cyjKpWhSR8D0/Mui9dLzt4/5peY+FJ+Cam6MLv1Kfsn/ppPySwworFpSv8SBQjBbv5wBfYFZzC+3QF1+6dh+xOaEmv1QfH6p2aBFwDTtGLvB9Gxhe/j1Cdo+lCmBzcm2AAAAAElFTkSuQmCC);
    font-size: 25px;
  }

  .dGgJti {
    margin-bottom: 50px;
    width: 100%;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .jUduwL {
    margin-bottom: 20px;
  }

  .kLkYgd {
    width: 70%;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .jjPYEX {
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
  }

  .eKaqKJ {
    margin-bottom: 10px;
  }

  .dCcLgm {
    margin-bottom: 20px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .iCnlGE {
    margin-top: 110px;
  }

  .eUedHw {
    width: 47%;
  }

  .osPas {
    width: 53%;
  }

  .hjFDUQ {
    flex-direction: row;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .faRvJV {
    margin-bottom: 50px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .bEthKq {
    width: 427px;
  }

  .kCWYTI {
    align-items: flex-start;
    flex-direction: row;
  }

  .kCWYTI {
    align-items: flex-start;
    flex-direction: row;
  }

  .lkiIWD {
    margin-bottom: 50px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .cKIWRl {
    width: 300px;
  }

  .gtjlvQ {
    grid-template-columns: 400px 400px;
    grid-template-rows: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .hpjUnn {
    text-align: center;
    margin-bottom: 50px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .fHbwif {
    background-image: url(../images/bg4.81607e11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .fZlvaI {
    width: 481px;
    height: 481px;
  }

  .fdQMzo {
    width: 50%;
  }

  .fEGvjZ {
    text-align: left;
  }

  .jMrVnB {
    text-align: left;
  }

  .dugqNO {
    align-items: flex-start;
    flex-direction: row;
  }


  .bokBDO {
    text-align: center;
    margin-bottom: 50px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .hwsyok {
    padding: 0px 30px;
    max-width: 425px;
    width: 420px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .iBFmRZ {
    display: block;
    font-size: 70px;
  }

  .jtOElK {
    margin-top: 40px;
  }


  .iBFmRZ {
    display: block;
    font-size: 70px;
  }

  .hEekTv {
    flex-direction: row;
  }

  .cYmwOA {
    max-width: 350px;
  }

  h1 {
    font-size: 40px;
  }

  .aqTZb {
    width: 215px;
    height: 65px;
  }

  .gIHfsz {
    display: block;
  }

  .gfcIZQ {
    height: auto;
  }

  .dWzdfH {
    display: block;
    padding: 15px;
  }

  .gfcIZQ {
    height: auto;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  h3 {
    font-size: 22px;
  }

  .gChalR {
    margin: 0px 0px 20px;
    font-size: 22px;
  }

  .XsjDy {
    padding: 0px;
  }

  .XsjDy:not(:last-child) {
    margin-right: 20px;
  }

  .XsjDy {
    align-self: center;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 1rem 0px;
    font-weight: bold;
    color: rgb(239, 255, 250);
    text-decoration: none;
    transition: color 0.1s linear 0s;
  }

  .XsjDy {
    padding: 0px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  .gChalR {
    margin: 0px 0px 20px;
    font-size: 22px;
  }

  .caQbbb {
    grid-template-areas:
      "heroListWrapper helloProductWrapper"
      "descriptionHeaderWrapper heroFormWrapper";
  }

  .hEekTv {
    flex-direction: row;
  }

  .eDJvQP {
    width: 350px;
  }

  .jnYGUA {
    padding: 0px 25px;
    max-width: 720px;
  }

  h2 {
    font-size: 38px;
  }

  .eGZOpn {
    font-size: 36px;
    text-align: center;
  }

}

@media (min-width: 992px) {

  p,
  a,
  ul,
  li {
    font-size: 16px;
  }

  .gmmHRH {
    transform: translateX(0%);
    position: relative;
    width: 80%;
    height: auto;
    padding: 0.1rem;
    flex-direction: row;
    background: transparent;
    color: rgb(255, 255, 255);
  }

  .jnYGUA {
    max-width: 940px;
  }

  .kkQhcZ {
    display: none;
  }
}

@media (min-width: 1240px) {
  .jnYGUA {
    max-width: 970px;
  }
}

@media (min-width: 1440px) {
  .helzHF {
    background: url(../images/bg3.jpg) 30% 10% / cover no-repeat transparent;
  }
}

.input-phone-prefix {
  padding: 18.5px 14px;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}
.footer {
  background: rgb(28, 136, 227)!important;
  color: rgb(255, 255, 255)!important;
}
form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  position: relative;
}

form .input-wrapper .error {
  border: 1px solid red!important;
  padding-top: 6px!important;
}

form .input-wrapper .error+label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: left!important;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 3px;
  height: 21px;
  background-color: red
}

form .input-wrapper .error+label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg)
}
@media (max-width:768px) {
  .jtOElK {
    margin-bottom: 40px;
  }
}