
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #000;
  font-size: 16px;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
svg *,
button {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  height: 100%;
}
nav {
  list-style: none;
}
body {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}
.body--active {
/*  position: fixed;*/
  height: 100vh;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 480px;
  padding: 0 15px;
  margin: 0 auto;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 10;
}
header {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
  border: 1px solid rgba(224, 224, 224, 0.34);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #F8B0E7;
  background-color: rgb(248 176 231 / 70%);
  transition-duration: .3s;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  max-width: 400px;
  margin: 0px auto;
}
#mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.75);
  padding: 55px 20px;
}
#mobile_menu .mobile_menu_nav a {
  display: flex;
  flex-direction:column;
  color: #ffffff;
  font-size: 15px;
  line-height:120%;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
#mobile_menu .mobile_menu_nav a:hover{
  color:#ffaee9;
}
#mobile_menu .mobile_menu_nav a:before{
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #ffaee9;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: calc(50% - 8px);
}
.mobile_menu_a{
  position: absolute;
  bottom: 10px;
  left:0px;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.mobile_menu_a > a{
  background: #F8B0E7;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  border-radius: 30px;
  min-height: 50px;
  width:max-content;
}
.mobile_menu_holder > a:hover{
  opacity:0.7;
}
#mobile_menu .mobile_menu_nav{
  display: flex;
  flex-direction:column;
  gap:15px;
}
.mobile_menu_header{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mobile_instagram{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobile_instagram a{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:10px;
}
.mobile_instagram a svg path{
  fill:#fff;
}
#mobile_menu_close {

}
.header_wrapper .logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
  color:#000;
  font-weight: 800;
  text-align: center;
  transition:0.5s;
}
.header_wrapper .logo:hover{
  opacity:0.7;
}
.header_wrapper .logo .logo_c{
  font-size: 32px;
  line-height: 22px;
}
.header_wrapper .logo .logo_e{
  font-size: 15px;
  line-height: 100%;
}
.header_wrapper ul,
.header_wrapper > div:last-child {
  display: flex;
  gap:10px;
  align-items: center;
}
.header_wrapper > div:first-child ul,
.header_wrapper > div:last-child {
  justify-content: space-between;
}
header a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 137%;
}
#mobile_menu {
  display: none;
}
.banner_info_top{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner_info_top .subtitle {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position:relative;
  z-index:1;
}
.banner_info_top .subtitle span{
  font-weight:800;
}
.banner_info_top .subtitle:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
  filter: blur(15px);
  pointer-events: none;
  z-index: -1;
}
.banner_info_top .title {
  font-size: 30px;
  color: #000;
  font-weight: 800;
  position:relative;
  z-index:1;
}
.banner_info_top .title:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
  filter: blur(15px);
  pointer-events: none;
  z-index: -1;
}
.banner_info_top .banner_text {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border-radius: 75px;
  border: 5px solid #F8B0E7;
  padding: 10px 20px;
  line-height: 135%;
}
.banner_info_top .banner_text p span{
  font-weight: 800;
  position:relative;
}
.banner_info_top .banner_text:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
  filter: blur(15px);
  pointer-events: none;
  z-index: -1;
}
.banner_info_bottom{
  position: absolute;
  bottom: 45px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner_info_bottom .banner_subtext{
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 130%;
  padding: 10px 20px;
}
.banner_info_bottom .banner_subtext span{
  font-weight:800;
}
.banner_info_bottom .banner_subtext:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
  filter: blur(15px);
  pointer-events: none;
  z-index: -1;
}
.bonus_btn,
.banner_info_bottom .banner_btn{
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 18px;
  color: #000;
  border-radius: 50px;
  padding: 5px 40px;
  max-width: calc(100% - 50px);
  width: 100%;
  line-height: 120%;
  font-weight: 600;
  background: #F8B0E7;
  position: relative;
  z-index: 1;
}
.banner_btn_s{
  font-size:16px;
}
.banner_btn_s .cross{
  text-decoration:line-through;
}
.bonus_btn:hover,
.banner_info_bottom .banner_btn:hover{
  opacity:0.7;
}
.banner_info_bottom .banner_btn span{
  font-weight:800;
}
.content .banner_btn_2{
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 18px;
  color: #000;
  border-radius: 50px;
  padding: 5px 40px;
  max-width: calc(100% - 50px);
  width: 100%;
  line-height: 120%;
  font-weight: 600;
  background: #F8B0E7;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  align-items: center;
  height: 40px;
  justify-content: center;
}
.content  .banner_btn_2:hover{
  opacity:0.7;
}
.front_banner{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100dvh;
  overflow:hidden;
  position: relative;
  max-height: 850px;
}
.front_banner .container{
  height:100%;
  padding: 0px;
}
.front_banner .container_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height:100%;
}
.front_banner .front_background{
  display: flex;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  object-fit: cover;
  z-index:1;
}
.front_blur{
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgb(255 255 255 / 70%);
  width: 100%;
  margin: 0px auto;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  top: 0px;
  left:0px;
}
.front_img{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  max-width: 350px;
}
.study,
.what,
.about,
.for_who{
  background:#d9d9d9;
}
.container_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.block_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: uppercase;
  line-height:130%;
}
.what .block_title{
  font-size:17px;
}
.block_title small{
  font-size:12px;
}
.for_who_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.for_who_block .tpl_for_who_block{
  background: rgb(255 255 255 / 60%);
  width:100%;
  display:flex;
  flex-direction:column;
  position:relative;
  gap:5px;
  padding:10px 20px;
  border-radius:10px;
}
.for_who_block .tpl_for_who_block img{
  width:100%;
  display:block;
  max-width:40px;
  position:absolute;
  top: -10px;
  right: -10px;
}
.for_who_block .tpl_for_who_block .for_who_block_title{
  width:100%;
  display:flex;
  flex-direction:column;
  color:#000;
  font-weight:700;
  font-size: 15px;
  line-height: 120%;
}
.for_who_block .tpl_for_who_block .for_who_block_text{
  width:100%;
  display:flex;
  flex-direction:column;
  font-weight:400;
  font-size:14px;
  line-height: 120%;
}
.for_who .block_title{
  margin-bottom: 25px;
}
.bonus,
.faq,
.portfolio,
.program{
  display: flex; 
  flex-direction: column;
  position: relative;
  width: 100%;
}
.bonus_background,
.faq_background,
.portfolio_background,
.program_background{
  display: flex;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.bonus_blur,
.faq_blur,
.portfolio_blur,
.program_blur{
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgb(255 255 255 / 70%);
  width: 100%;
  margin: 0px auto;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  top: 0px;
  left:0px;
}

.program_block{
  margin-top: 15px;
  margin-bottom: 20px;
}
.program_block .tpl_program_block{
  width:100%;
  margin:5px;
}
.program_block .tpl_program_block img{
  width:100%;
  display:block;
  border-radius: 20px;
}
.program_block .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
}
.program_block .slick-dots li button{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:35px;
  height:35px;
  background:#222222;
  color:#ffaee9;
  font-weight:700;
  font-size:12px;
  line-height:100%;
  position:relative;
  border-radius:50%;
}
.program_block .slick-dots li.slick-active button{
  opacity:0.6;
}
.program_block .slick-dots li:nth-child(even) button{
  background:#ffaee9;
  color:#222222;
}
.program_block .slick_arrow {
  background: #222222;
  color: #ffaee9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 20px);
  left: -10px;
  z-index: 2;
  border: 1px solid rgb(255 174 233 / 50%);
}
.program_block .slick-next_arrow{
  right: -10px;
  left: auto;
}
.post_program{
  position: relative;
  z-index: 1;
  border-radius: 75px;
  border: 5px solid #333;
  padding: 10px 20px;
}
.post_program_text {
  font-size: 13px;
  color: #000;
  z-index: 2;
  position: relative;
  font-weight: 400;
  line-height: 135%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about_img{
  display: flex;
  flex-direction: column;
  max-width: 220px;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffaee9;
}
.about_img img{
  width:100%;
  display:block;
}
.about_name{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.about_block{
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  margin-left: 15px;
  padding: 10px 10px 10px 30px;
}
.about_block .tpl_about_list{
  font-size: 15px;
  font-weight: 400;
  position: relative;
  line-height: 120%;
  z-index:1;
}
.about_block .tpl_about_list span{
  font-weight:600;
}
.about_block .tpl_about_list:before{
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #ffaee9;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: -50px;
  top: calc(50% - 20px);
}
.post_about_text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 120%;
  margin: 20px auto;
}
.post_about_img{
  display:flex;
  flex-direction:row;
  width:100%;
  gap:20px;
}
.post_about_img .tpl_post_about_img{
  border-radius:5px;
  overflow:hidden;
  width:calc(100% / 3 - 10px);
  display:flex;
  flex-direction:column;
  border: 2px solid rgb(255 174 233 / 50%);
}
.post_about_img .tpl_post_about_img img{
  display:block;
  width:100%;
}
.review_gallery{
  margin-bottom: 30px;
}
.review_gallery .tpl_review_gallery{

}


.review_gallery .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top:20px;
}
.review_gallery .slick-dots li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:25px;
  height:25px;
  background:#222222;
  color:#ffaee9;
  font-weight:700;
  font-size:12px;
  line-height:100%;
  position:relative;
  border-radius:50%;
}
.review_gallery .slick-dots li button{
  display:none!important;
}
.review_gallery .slick-dots li.slick-active{
  opacity:0.6;
}
.review_gallery .slick-dots li:nth-child(even){
  background:#ffaee9;
  color:#222222;
}
.review_gallery .slick_arrow {
  background: #222222;
  color: #ffaee9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 20px);
  left: -10px;
  z-index: 2;
  border: 1px solid rgb(255 174 233 / 50%);
}
.review_gallery .slick-next_arrow{
  right: -10px;
  left: auto;
}

.portfolio_gallery{
  width:100%;
  display:block;
  margin-bottom: 35px;
  margin-top: 20px;
}
.portfolio_gallery .tpl_portfolio_gallery{
  width:100%;
}
.portfolio_gallery .tpl_portfolio_gallery .video_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: calc(100% - 60px);
  margin: 0px auto;
  border-radius:10px;
  overflow:hidden;
  border: 2px solid rgb(255 174 233 / 50%);
}
.portfolio_gallery .tpl_portfolio_gallery .video_wrapper video{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.portfolio_gallery .tpl_portfolio_gallery .video_wrapper .video_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor:pointer;
  flex-direction: column;
}


.portfolio_gallery .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top:20px;
}
.portfolio_gallery .slick-dots li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:25px;
  height:25px;
  background:#222222;
  color:#ffaee9;
  font-weight:700;
  font-size:12px;
  line-height:100%;
  position:relative;
  border-radius:50%;
}
.portfolio_gallery .slick-dots li button{
  display:none!important;
}
.portfolio_gallery .slick-dots li.slick-active{
  opacity:0.6;
}
.portfolio_gallery .slick-dots li:nth-child(even){
  background:#ffaee9;
  color:#222222;
}
.portfolio_gallery .slick_arrow {
  background: #222222;
  color: #ffaee9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 20px);
  left: -10px;
  z-index: 2;
  border: 1px solid rgb(255 174 233 / 50%);
}
.portfolio_gallery .slick-next_arrow{
  right: -10px;
  left: auto;
}
.study_block{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
  align-items:center;
  justify-content:flex-start;
  margin-top:20px;
}
.study_block .tpl_study_block{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  background:rgb(255 255 255 / 60%);
  border: 2px solid rgb(255 174 233 / 50%);
  font-size: 15px;
  line-height: 120%;
  color: #000;
  font-weight: 300;
}
.study_block .tpl_study_block img{
  position: absolute;
  bottom: -27px;
  width: 40px;
  height: 40px;
  right: -2px;
  z-index: 1;
}
.what_block{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
  align-items:center;
  justify-content:flex-start;
  margin-top:20px;
  margin-bottom:20px;
}
.what_block .tpl_what_block{
  position:relative;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  background: rgb(255 255 255 / 60%);
  font-size: 16px;
  line-height: 120%;
  color: #000;
  font-weight: 300;
  align-items: center;
  gap: 15px;
}
.what_block .tpl_what_block svg{
  min-width: 40px;
}
.post_what{
  background: #555555;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
}
.post_what_text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.post_what_text p{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
}
.post_what_text p span{
  color:#F8B0E7;
}
.fixed_btn{
  position:fixed;
  bottom:5px;
  left:0px;
  width:100%;
  display:none;
  align-items:center;
  justify-content:center;
  transition:0.5s;
  z-index:5;
}
.fixed_btn.active{
  display:flex;  
  flex-direction:column;
}
.fixed_btn a{
  background: #F8B0E7;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  border-radius: 30px;
  min-height: 50px;
  position: relative;
  box-shadow: 0px 0px 5px 3px #F8B0E7;
}
.fixed_btn a:hover{
  opacity:0.7;
}
.what_buy_btn{
  background: #F8B0E7;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  border-radius: 30px;
  min-height: 60px;
  margin-top: 5px;
  position:relative;
}
.what_buy_btn:hover{
  opacity:0.7;
}
.faq_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.faq_block .tpl_faq_block{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  background: rgb(255 255 255 / 60%);
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.faq_block .tpl_faq_block .faq_title{
  font-size: 16px;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items:center;
  width: 100%;
  gap: 15px;  
  cursor:pointer;
  padding: 10px 20px;
}
.faq_block .tpl_faq_block .faq_title svg{
  min-width: 22px;
  transition: 0.5s;
}
.faq_block .tpl_faq_block .faq_text{
  display:none;
}
.faq_block .tpl_faq_block.active .faq_text{
  display: block;
  border-top: 1px solid #ddd;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  font-weight: 300;
}
.faq_block .tpl_faq_block.active .faq_text a{
  text-decoration:underline;
  font-weight:600;
}
.faq_block .tpl_faq_block.active .faq_text a:hover{
  text-decoration:none;
}
.faq_block .tpl_faq_block.active svg{
  transform: rotate(45deg);
}
footer{
  background: #F8B0E7;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer_middle{
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer_middle_wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer_middle_wrapper > div{
    width: 100%;
}
footer .contacts{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
footer .contacts li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .contacts li span{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
footer .contacts li a:hover{
  opacity:0.7;
}
.footer_bottom{
  background: #555555;
  color:#fff;
  display:flex;
  flex-direction:column;
  width:100%;
  padding:15px 10px;
  line-height:120%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.footer_bottom span{
  font-size: 12px;
  line-height: 120%;
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer_bottom a{
  color:#fff;
  text-decoration:underline;
}
.footer_bottom a:hover{
  text-decoration:none;
}
.footer_bottom span.copytext{
  font-size: 9px;
  margin-top: 5px;
}
.footer_menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
}
#overflow{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.75);
}
#reset,
#login,
#pop_buy{
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 110;
  width: calc(100% - 20px);
  padding: 50px 5px 0px 5px;
  margin: 0px auto;
}
#reset .pop_close,
#login .pop_close,
#pop_buy .pop_close{
  position: absolute;
  top: -50px;
  left: 10px;
}
#reset .pop_close:hover,
#login .pop_close:hover,
#pop_buy .pop_close:hover{
  opacity:0.7;
}
.form_t{
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  font-size: 15px;
}
.form_t a{
  font-size: 15px;
  color: #fff;
}
.form_t a:hover{
  text-decoration:underline;
  color: #fff;
}
.popup_inner,
.buy_body{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
  max-width: 420px;
  margin: 0px auto;
  position:relative;
}
.main_form{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.main_form .forms_title{
  color:#fff;
  text-transform: uppercase;
  font-weight:600;
  font-size:16px;
  margin-bottom: 10px;
}
.main_form_item {
  width: 100%;
  float: none;
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.main_form_item input {
  outline: none !important;
  line-height: 150%;
  flex: 1;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-bottom: .5px solid #666;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 42px;
  border-radius: 25px;
  background: #ffffff;
  order: 2;
  margin: 2px 0;
}
.main_form_item label {
  font-size: 14px;
  order: 1;
  color: #fff;
  width: 100%;
  line-height: 120%;
  display: flex;
  flex-direction: row;
  transition: .5s;
  text-transform: none;
  font-weight: 400;
  gap: 5px;
  padding-left: 5px;
}
.req{
  color: #f8b0b0;
}
.main_form_item .error_text {
  color: #f8b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  order: 3;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  text-indent: -100%;
  transition: .5s;
  width: 100%;
}
.req_field{
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.req_field .req {
  font-size: 15px;
}
.pay_text{
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.pay_text span{
  color: #F8B0E7;
  font-weight: 700;
}
.main_form_item.main_form_error .error_text {
  opacity: 1;
  visibility: visible;
  text-indent: 0;
}
.main_form_item.main_form_error input{
  background:#f8b0b0;
}
.main_link,
.submit_but{
  background: #F8B0E7;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border-radius: 30px;
  min-height: 48px;
  position: relative;;
}
.main_link:hover,
.submit_but:hover{
  opacity:0.7;
}
.order_confirmation{
  display: flex;
  flex-direction: column;
  padding: 40px 15px;
  background: #ddd;
  padding-top: 100px;
  width: 100%;
}
.order_confirmation_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
}
.order_result{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.status_failure{
  background: #f8b0b0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 20px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.status_success{
  background: #f8b0e7;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 15px;
  margin-bottom: 20px;
  text-align: center;
}
.course_link{
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
}
.course_link a{
  text-decoration: underline;
  line-height: 150%;
  word-wrap: break-word;
}
.course_link a:hover{
  text-decoration:none;
}
.course_link p{
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 120%;
  margin-bottom: 5px;
}
.text_section{
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 20px;
}
.main_form_item label.label_email{
      position: relative;
    margin-bottom: 30px;
}
.req_field_small{
      font-size: 11px;
    position: absolute;
    top: 20px;
    line-height: 120%;
}
.status_failure_text{
  font-size: 15px;
  font-weight:300;
  text-align: center;
  line-height: 150%;
  margin-top: 20px;
}
.main_form.forget_form{
  display:none;
}
.thanks_text_reset,
.thanks_text_forget{
  display:none;
  background: #f8b0e7;
  color: #000;
  text-align: center;
  width: 100%;
  padding: 15px 15px;
  line-height: 120%;
  font-size: 16px;
  border-radius: 10px;
}
.user_data_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #555555;
  color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  gap: 20px;
  margin: 10px 0px;
}
.user_data{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 15px;
  line-height:120%;
}
.user_data a,
.user_data span:nth-child(2){
  color: #F8B0E7;
}
.log_out,
.call_reset{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}
.log_out:hover,
.call_reset:hover{
  opacity: 0.7;
}

.pass_field{
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}
.pass_field > span.pass_view_off{
  display: none;
  position: absolute;
  right: 5px;
  top: 20px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  margin: 0px !important;
  padding: 0px !important;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
  transition: 0.5s;
}
.pass_field > span.pass_view_on{
  display: flex;
  position: absolute;
  right: 5px;
  top:20px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  margin: 0px!important;
  padding: 0px!important;
  cursor: pointer;
  z-index: 1;
  opacity:0.7;
  transition:0.5s;
}

.pass_field.active > span.pass_view_off{
  display:flex;
}
.pass_field.active > span.pass_view_on{
  display: none;
}
.pass_field > span.pass_view_on:hover,
.pass_field > span.pass_view_off:hover{
  opacity:1;
}
.course_link_bonus,
.course_link_cabinet{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  background: #d9d9d9;
  padding: 10px 10px;
  border-radius: 55px;
  align-items: center;
  margin-bottom:15px;
}
.course_link_bonus img,
.course_link_cabinet img{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  width:90px;
  height:90px;
  min-width:90px;
  min-height:90px;
  border: 2px solid #ffaee9;
  border-radius:50%;
  transition:0.5s;
}
.course_link_bonus:hover,
.course_link_cabinet:hover{
  background: #555555;
  color: #fff;
}
.course_link_bonus:hover img,
.course_link_cabinet:hover img{
  transform: scale(1.15);
}
.course_link_bonus > span,
.course_link_cabinet > span{
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  transition:0.5s;
} 
.course_link_bonus .course_p,
.course_link_cabinet .course_p{
  font-size: 18px;
  color: #000;
  line-height: 120%;
  transition:0.5s;
} 
.course_link_bonus .course_t,
.course_link_cabinet .course_t{
  font-size: 26px;
  color: #000;
  line-height: 120%;
  font-weight: 600;
  transition:0.5s;
}  
.course_link_bonus:hover > span,
.course_link_cabinet:hover > span{
  transform:translateX(10px);
}

.course_link_bonus:hover .course_t,
.course_link_bonus:hover .course_p,
.course_link_cabinet:hover .course_t,
.course_link_cabinet:hover .course_p{
  color:#fff;
}
.intensive_nav{
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #efefef;
  padding: 15px 15px;
  border-radius: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.intensive_nav .day_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 5px;
}
.day_nav_title{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
.day_nav_day{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  min-width: 130px;
  justify-content: space-between;
}
.intensive_nav .day_nav.available{
  background: rgb(250 200 238 / 30%);
}
.intensive_nav .day_nav.active{
  background: #fac8ee;
}
.intensive_nav .day_nav .day_nav_title svg.is_available{
  display:none!important;
}
.intensive_nav .day_nav .day_nav_title svg.no_available{
  display:block!important;
}
.intensive_nav .day_nav.available .day_nav_title svg.is_available{
  display:block!important;
}
.intensive_nav .day_nav.available .day_nav_title svg.no_available{
  display:none!important;
}
.intensive_blocks{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.intensive_blocks .day_holder{
  display:none;
}
.intensive_blocks .day_holder.active{
  display:flex;
  flex-direction:column;
  width:100%;
  background:#efefef;
}
.intensive_blocks .day_holder .day_title{
  display:flex;
  flex-direction:column;
  width:100%;
  padding:5px 10px;
  font-size:20px;
  line-height:120%;
  color:#000;
  background: #fac8ee;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.intensive_blocks .day_holder .day_data{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:10px;
  padding: 5px 10px;
  background:url('../img/fon.png');
  background-size: 100%;
  background-repeat: repeat;
}
.intensive_block{
  width:100%;
  display:flex;
  flex-direction:column;
  overflow: hidden;
  width: calc(100% - 20px);
}
.intensive_text{
  background:#fff;
  border-radius:10px;
  padding: 10px 15px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
}
.intensive_img{
  border-radius:10px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
}
.intensive_img .intensive_content{  
  width: 100%;
  display: flex;
  flex-direction: column;
}
.intensive_img .intensive_content img{
  width:100%;
  display:block;
}

.intensive_video .video_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: 0px auto;
  border-radius:10px;
  overflow:hidden;
  border: 2px solid rgb(255 174 233 / 50%);
}
.intensive_video .video_wrapper video{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.intensive_video .video_wrapper .video_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor:pointer;
  flex-direction: column;
}
.intensive_video_box .video_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: 0px auto;
  overflow:hidden;
  border: 2px solid rgb(255 174 233 / 50%);
  border-radius:50%;
  overflow:hidden;
  max-width: 200px;
  float: left;
}
.intensive_video_box .video_wrapper video{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.intensive_video_box .video_wrapper .video_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor:pointer;
  flex-direction: column;
}
.intensive_link{
  background: #fac8ee;
  width: calc(100% - 20px);
  margin-top: -15px;
  padding: 10px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.intensive_link:hover{
  opacity:0.7;
}
.next_lesson{
  transition:0.5s;
  background: #fac8ee;
  width: 100%;
  padding: 10px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  gap: 10px;
}
.next_lesson:hover{
  gap:25px;
}

.discount_wrapper {
  margin-bottom: 15px;
}
.discount_wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.discount_wrapper svg {
  transition-duration: .3s;
}
.discount_wrapper a.active svg {
  transform: rotate(45deg);
}
.discount_form {
  display: none;
  position: relative;
  padding-bottom: 10px;
}
.discount_wrapper.active .discount_form{
  display:flex;
  flex-direction:column;
  width:100%;
}
.call_promo svg{
  transition:0.5s;
}
.discount_wrapper.active .call_promo svg{
  transform:rotate(45deg);
}
.discount_form input{
  outline: none !important;
  line-height: 150%;
  flex: 1;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-bottom: .5px solid #666;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 42px;
  border-radius: 25px;
  background: #ffffff;
  order: 2;
  margin: 2px 0;
}
.discount_form button {
  font-size: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  right: 0px;
  top: 2px;
  bottom: 2px;
  font-weight: 500;
  background: #f8b0e7;
  color:#000;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.discount_form button:hover{
  opacity:0.7;
}
.promo_success_text{
  display: none;
}
.discount_wrapper.promo_apply .promo_success_text{
  display:flex;
  flex-direction:row;
  align-items:center;
  width:100%; 
  justify-content: space-between
}
.discount_text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
}
.discount_text span{
  color: #f8b0e7;
  font-weight: 600;
  padding: 5px;
}
.remove_promo {
  cursor: pointer;
}
.remove_promo svg {
    transform: rotate(45deg);
}
.bonus_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 65px 20px 30px 20px;
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}
.bonus_text{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:10px;
}
.block_bonus_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 130%;
}
.block_introtext{
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: uppercase;
  line-height: 140%;
  border-radius: 75px;
  border: 5px solid #F8B0E7;
  padding: 10px 10px;
  display: flex;
}
.bonus_block .bonus_block_img{
  display: flex;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #f8b0e7;
  position: absolute;
  top: -50px;
  padding:15px;
  left: calc(50% - 50px);
  background: #fff;
}
.bonus_block .bonus_block_img img{
  width:100%;
  display:block;
}
#countdown{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color:#000;
}
.bonus_btn{
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
}
.bonus_btn:hover{
  opacity:0.7;
}
#timer{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
#timer > span{
  font-size: 20px;
  display: flex;
  flex-direction: row;
  background: #F8B0E7;
  width: 90px;
  color: #000;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  padding: 7px 10px;
  border-radius: 10px;
}
#timer span .c_b{
  font-size:26px;
  font-weight:600;
}
#timer span .c_c{
  font-size:16px;
  font-weight:500;
}
.tpl_review_gallery a{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  border: 2px solid rgb(255 174 233 / 50%);
  color: #000;
  overflow: hidden;
}
@media screen and (max-width:450px) {
  .course_link_bonus .course_t, .course_link_cabinet .course_t{
    font-size: 20px;
  }
}