html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #FFFCF4;
}

button, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1370px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 32px;
  z-index: 20;
}
header .logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

main {
  width: 100%;
  padding-bottom: 60px;
}

.main_section {
  width: 100%;
  position: relative;
}
.main_section .mob_img {
  display: none;
}
.main_section .container {
  position: relative;
  z-index: 3;
}
.main_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: #7EA889;
  z-index: 1;
}
.main_section .left_cont {
  padding-top: 166px;
  width: 100%;
  padding-bottom: 135px;
}
.main_section .left_cont .top_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
}
.main_section .left_cont .top_list li {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 31px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_section .left_cont .top_list li img {
  margin-right: 13px;
}
.main_section .left_cont h1 {
  margin-bottom: 38px;
}
.main_section .left_cont .text {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.main_section .back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 985px;
  object-fit: cover;
  z-index: 2;
}

h1 {
  width: 100%;
  color: #FFF;
  font-size: 70.32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.white_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px 32px;
  border-radius: 26px;
  border-bottom: 7px solid #EF9A61;
  background: #FFF;
  color: #1A1A1A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.white_btn:hover {
  background: #EF9A61;
  color: #fff;
}

.about_program {
  width: 100%;
  margin-top: -10px;
  z-index: 2;
  position: relative;
}
.about_program .inside {
  width: 100%;
  border-radius: 25px;
  background: #FFFCF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 45px 35px;
  position: relative;
}
.about_program .inside .left_cont {
  width: 100%;
  max-width: 583px;
}
.about_program .inside .left_cont .text {
  width: 100%;
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 33px;
}
.about_program .inside .left_cont .text strong {
  font-weight: 600;
}
.about_program .inside .left_cont .green_text {
  width: 100%;
  border-radius: 10px;
  background: #7EA889;
  color: #FFF;
  font-size: 18px;
  line-height: 120%;
  padding: 27px 52px 27px 27px;
}
.about_program .inside .right_cont {
  position: absolute;
  border-radius: 25px;
  border-top: 8px solid #EF9A61;
  background: #FFFCF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 41px 35px 32px 38px;
  max-width: 568px;
}
.about_program .inside .right_cont .title {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 29px;
}
.about_program .inside .right_cont .list {
  width: 100%;
}
.about_program .inside .right_cont .list li {
  width: 100%;
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 48px;
  margin-bottom: 30px;
}
.about_program .inside .right_cont .list li:last-child {
  margin-bottom: 0;
}
.about_program .inside .right_cont .list li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #DABA83;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.programm_will_help {
  width: 100%;
  margin-top: 131px;
}
.programm_will_help h3 {
  margin-bottom: 89px;
}
.programm_will_help .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.programm_will_help .wrap .img {
  position: absolute;
  left: 80px;
  z-index: 1;
}
.programm_will_help .wrap .img1 {
  top: -51px;
}
.programm_will_help .wrap .img2 {
  top: 230px;
}
.programm_will_help .wrap .block {
  width: calc(33.33% - 13.3333333333px);
  border-radius: 25px;
  background: #FFFCF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 58px 28px 23px;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
.programm_will_help .wrap .block .num {
  position: absolute;
  top: -43px;
  left: 45px;
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.programm_will_help .wrap .block .num i {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #7EA889;
  position: relative;
  z-index: 2;
}
.programm_will_help .wrap .block .num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
.programm_will_help .wrap .block .title, .programm_will_help .wrap .block .text {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.programm_will_help .wrap .block .text {
  font-weight: 400;
}
.programm_will_help .wrap .block_wrap {
  width: calc(66.67% - 20px);
  background: url("../img/img2.png") top center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 59px 61px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
.programm_will_help .wrap .block_wrap .orange_btn {
  margin-right: 81px;
}
.programm_will_help .wrap .block_wrap .right_cont {
  width: 100%;
  max-width: 236px;
}
.programm_will_help .wrap .block_wrap .right_cont .inner_text {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 21px;
}
.programm_will_help .wrap .block_wrap .right_cont .inner_text:last-child {
  margin-bottom: 0;
}
.programm_will_help .wrap .block_wrap .right_cont .inner_text img {
  margin-right: 13px;
}

h3 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.orange_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 28px 26px;
  border-radius: 26px;
  border-bottom: 7px solid #BB7647;
  background: #EF9A61;
}
.orange_btn:hover {
  background: #BB7647;
}

.what_will_get {
  width: 100%;
  padding-top: 26px;
}
.what_will_get h3 {
  margin-bottom: 92px;
}
.what_will_get .block {
  width: 100%;
  border-radius: 25px;
  background: #FFFCF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 38px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 77px;
}
.what_will_get .block .top_block {
  position: absolute;
  top: -27px;
  left: 93px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.what_will_get .block .top_block .label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 19px;
  border-radius: 20px;
  background: #7EA889;
  margin-right: 5px;
}
.what_will_get .block .top_block .label strong {
  font-weight: 700;
}
.what_will_get .block .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.what_will_get .block .cont .left_cont {
  width: 100%;
  max-width: 505px;
}
.what_will_get .block .cont ul {
  width: 100%;
}
.what_will_get .block .cont ul li {
  width: 100%;
  position: relative;
  padding-left: 56px;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.what_will_get .block .cont ul li:last-child {
  margin-bottom: 0;
}
.what_will_get .block .cont ul li::before {
  content: "";
  position: absolute;
  background: url("../img/academic-cap/check-badge/solid.svg") top center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.what_will_get .block .cont .right_cont {
  width: 100%;
  max-width: 676px;
}

.about_founder {
  width: 100%;
}
.about_founder h3 {
  margin-bottom: 64px;
}
.about_founder .wrap {
  width: 100%;
  border-radius: 26px;
  background: #7EA889;
  padding: 42px 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about_founder .wrap .right_cont_mob {
  display: none;
}
.about_founder .wrap .left_cont {
  width: 100%;
  max-width: 632px;
}
.about_founder .wrap .left_cont .label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #434040;
  font-family: "Source Serif Pro";
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 25px;
  background: #FFE49D;
  margin-bottom: 30px;
}
.about_founder .wrap .left_cont .title {
  width: 100%;
  color: #FFF;
  font-family: "Source Serif Pro";
  font-size: 50.741px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about_founder .wrap .left_cont .wrap2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.about_founder .wrap .left_cont .wrap2 .column {
  width: 100%;
  max-width: 290px;
}
.about_founder .wrap .left_cont .wrap2 .column .title_column {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 21px;
}
.about_founder .wrap .left_cont .wrap2 .column ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}
.about_founder .wrap .left_cont .wrap2 .column ul li {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
}
.about_founder .wrap .left_cont .wrap_item {
  width: 100%;
  border-radius: 20px;
  background: #6A9575;
  padding: 17px 21px;
  margin-bottom: 15px;
}
.about_founder .wrap .left_cont .wrap_item:last-child {
  margin-bottom: 0;
}
.about_founder .wrap .left_cont .wrap_item .title_wrap {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about_founder .wrap .left_cont .wrap_item .text_wrap {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
}
.about_founder .wrap .right_cont {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.about_founder .wrap .right_cont .img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
}
.about_founder .wrap .right_cont ul {
  position: absolute;
  left: 54px;
  bottom: 57px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about_founder .wrap .right_cont ul li {
  margin-right: 43px;
}
.about_founder .wrap .right_cont ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.nutriciologist_section {
  width: 100%;
  margin-top: 60px;
}
.nutriciologist_section h3 {
  margin-bottom: 60px;
}
.nutriciologist_section .wrap {
  width: 100%;
  border-radius: 25px;
  background: #FFFCF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 46px 42px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.nutriciologist_section .wrap .left_cont {
  width: 100%;
  max-width: 632px;
}
.nutriciologist_section .wrap .left_cont .title {
  width: 100%;
  color: #000;
  font-family: "Source Serif Pro";
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.nutriciologist_section .wrap .left_cont .bold_title {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.nutriciologist_section .wrap .left_cont ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 95px;
}
.nutriciologist_section .wrap .left_cont ul li {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 130%;
}
.nutriciologist_section .wrap .left_cont .green_text {
  width: 100%;
  border-radius: 20px;
  background: #7EA889;
  padding: 17px;
  padding-right: 50px;
}
.nutriciologist_section .wrap .left_cont .green_text .title_green {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
.nutriciologist_section .wrap .left_cont .green_text .text {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
}
.nutriciologist_section .wrap .right_img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  border-radius: 26px;
}
.nutriciologist_section .wrap .right_img_mob {
  display: none;
}

.programm_start {
  width: 100%;
  margin-top: 65px;
}
.programm_start h3 {
  margin-bottom: 64px;
}
.programm_start .wrap {
  width: 100%;
  border-radius: 25px;
  background: #FFFCF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 54px;
}
.programm_start .wrap .tarif {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 19px;
  border-radius: 20px;
  background: #DF898C;
  top: -28px;
  left: 54px;
  z-index: 2;
}
.programm_start .wrap .column {
  border-right: 1px solid #DDDBD7;
}
.programm_start .wrap .column .mob_text {
  display: none;
}
.programm_start .wrap .column.column1 {
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.programm_start .wrap .column.column1 p, .programm_start .wrap .column.column1 .row {
  padding-left: 0 !important;
}
.programm_start .wrap .column.column2 {
  width: 19%;
}
.programm_start .wrap .column.column3, .programm_start .wrap .column.column4 {
  width: 40%;
}
.programm_start .wrap .column:last-child {
  border-right: none;
}
.programm_start .wrap .column .row {
  width: 100%;
}
.programm_start .wrap .column .row.row1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.programm_start .wrap .column .row.row2 {
  border-bottom: 1px solid #DDDBD7;
  min-height: 500px;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
}
.programm_start .wrap .column .row.row2 p {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
}
.programm_start .wrap .column .row.row2 ul{
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}
.programm_start .wrap .column .row.row2 ul li {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
}
.programm_start .wrap .column .row.row2 p:last-child {
  margin-bottom: 0;
}
.programm_start .wrap .column .row.row3 {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.programm_start .wrap .column .row.row3 p {
  width: 100%;
  padding-left: 0px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
}
.programm_start .wrap .column .row.row3 p strong {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.programm_start .wrap .column .row.row4 {
  position: relative;
}
.programm_start .wrap .column .row.row4 .buy_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 29px;
  width: 100%;
  border-radius: 26px;
  background: #F49706;
  top: 13px;
  max-width: 234px;
}
.programm_start .wrap .column .row.row4 .buy_btn:hover {
  background: #ca8008;
}
.programm_start .wrap .column .top_p {
  height: 58px;
  padding-left: 40px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #DDDBD7;
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.programm_start .wrap .column .bottom_p {
  height: 87px;
  color: #000;
  font-size: 20px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid #DDDBD7;
  width: 100%;
  padding-right: 20px;
}
.programm_start .wrap .column .bottom_p strong {
  font-weight: 600;
}

.answer_questions {
  width: 100%;
  margin-top: 71px;
}
.answer_questions h3 {
  margin-bottom: 67px;
}
.answer_questions .faq_wrap {
  width: 100%;
  padding: 56px 43px;
  border-bottom: 1px solid #D9D1BC;
  transition: 0.3s;
  cursor: pointer;
}
.answer_questions .faq_wrap:last-child {
  border-bottom: none;
}
.answer_questions .faq_wrap.active {
  background: #7EA889;
  border-color: transparent;
}
.answer_questions .faq_wrap.active .faq_title {
  color: #fff;
}
.answer_questions .faq_wrap.active .faq_title figure {
  background: #fff;
}
.answer_questions .faq_wrap.active .faq_title figure .standart_img {
  display: none;
}
.answer_questions .faq_wrap.active .faq_title figure .clicked_image {
  display: block;
}
.answer_questions .faq_wrap.active .faq_text {
  color: #fff;
  display: block;
}
.answer_questions .faq_wrap.active .faq_text ul{
  width: 100%;
  margin: 20px 0;
  padding-left: 20px;
  list-style-type: disc;
}
.answer_questions .faq_wrap .faq_title {
  width: 100%;
  color: #434040;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-right: 55px;
  cursor: pointer;
}
.answer_questions .faq_wrap .faq_title figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #7EA889;
}
.answer_questions .faq_wrap .faq_title figure .clicked_image {
  display: none;
}
.answer_questions .faq_wrap .faq_text {
  width: 100%;
  color: #434040;
  font-size: 17px;
  margin-top: 37px;
  line-height: 120%;
  display: none;
}

.main_section .prices{
  width: 100%;
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 14px;
}

.main_section .prices span{
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_wrap .modal_container .title{
  font-size: 24px !important;
  text-align: center;
  max-width: 100% !important;
  font-weight: bold;
}

.iti input, .iti input[type=tel], .iti input[type=text]{
  text-align: left !important;
  padding-left: 94px !important;
}

.modal_wrap form input{
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: left !important;
}
