@media screen and (max-width: 1315px){
	html {
		overflow-x: hidden;
	}
	.wrapper .desktop{
		display: none !important;
	}
	.mobile{
		display: inline-block !important;
	}
	body{
		padding-top: 64px;
		/* width: 360px; */
		width: 450px;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
/*		overflow: hidden;*/
	}
	h1{
		width: 328px;
		font-size: 37.5px;
		/* text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.60); */
		line-height: 60px;
		-webkit-text-stroke-width: 1;
		-webkit-text-stroke-color: rgba(5, 14, 19, 0.75);
		
		
    
    background: linear-gradient(301.81deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%);
	background: url(../images/h1bg.png);
	background-repeat: no-repeat;
    background-position: left bottom;
	/* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    text-fill-color: transparent;
    /* border: 1px solid rgba(5, 14, 19, 0.75); 
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);*/
	}
	h2{
		font-size: 31px;
		font-weight: 700;
		margin-bottom: 32px;
	}
	h3{
		font-size: 26px;
	}
	h4{
		font-size: 22px;
	}
	.section_wrap{
		padding: 32px 16px 56px;
		width: 328px;
	}
	.btn1{
		gap: 15px;
		font-size: 22px;
		width: 328px;
	}
	.home_page_title .btn1{
		padding: 9px 0;
	}
	.btn1 img{
		width: 33.324px;
		height: 23.998px;
	}
	.btn2{
		width: 328px;
		padding: 16px 0;
		gap: 8px;
		font-size: 22px;
	}

	header{
		/*max-width: 360px;*/
		max-width: 100%;
	}
	.header_wrap{
		padding: 12px 16px;
	}
	.logo{
		height: 40px;
	}
	.header_menu{
		padding: 40px 24px 56px;
	}
	.header_menu.active{
		top: 63px;
	}
	.header_menu ul{
		max-height: 486px;
		gap: 21px;
	}
	.header_menu ul li{
		width: 100%;
	}
	.header_menu a{
		font-size: 18px;
	}
	.header_menu li svg{
		width: 24px;
		height: 24px;
		margin-right: 24px;
	}
	.toggle_menu{
		width: 28px;
		height: 28px;
	}
	.toggle_menu.active .sandwich {
		width: 28px;
		height: 28px;
	}
	.toggle_menu.active .sandwich .sw-topper {
		top: 13px;
		left: 3px;
	}
	.toggle_menu.active .sandwich .sw-footer {
		top: 9px;
		left: 3px;
		width: 19px;
	}

	.home_page{
		background-image: url(../images/Photo_1.webp);
		/* background-position-x: center;
		background-position-y: -40px; */
		background-position-x: right;
 		background-position-y: top;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #050E13;
	}
	.home_page .section_wrap{
		padding-top: 0px;
	}
	.home_page_wrap{
		align-items: center;
	}
	.home_page_text p{
		width: 312px;
		margin-top: 32px;
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		line-height: normal;
	}
	.home_page_cont{
		margin-top: 48px;
		flex-direction: column;
	}
	.home_page_title{
		width: 328px;
	}
	.home_page_title h3{
		/*width: 262px;*/
		margin: 26px 0 59px;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%);
		font-size: 18px;
        font-weight: bold;
		padding: 5px 0;
		line-height: 30px;
	}
	.home_page_btns{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.home_page_btns .btn2{
		padding: 0;
		font-size: 18px;
		width: 314px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 8px;
		border: none;
		background: none;
		color: white;
		text-decoration: underline;
	}
	.home_page_btns .btn2 svg{
		width: 40px;
		height: 40px;
	}
	.home_page_btns .btn2 path{
		fill: white;
	}
	.home_page_list{
		margin: 40px 0 0;
		width: 320px;
	}
	.home_page_list li{
		font-size: 15px;
		font-weight: 400;
		line-height: normal;
	}
	.home_page_list li::before{
		width: 16px;
		height: 16px;
		line-height: 36px;
		margin-right: 10px;
		background: url(../images/check-square-small.svg);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.structure{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.structure img{
		width: 328px;
		margin: 16px 0 40px;
	}
	.structure h4{
		margin: 0 auto 16px -16px;
		width: 260px;
		padding: 8px 0 8px 32px;
		background: #FFBA4C;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	.structure p{
		padding: 0 8px;
		font-size: 18px;
		margin-right: auto;
	}
	.structure span, .strategies span{
		font-weight: 700;
	}
	.strategies{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.strategies img{
		width: 328px;
		margin: 16px 0 40px;
	}
	.strategies h4{
		margin: 0 -16px 16px auto;
		width: 260px;
		padding: 8px 0 8px 32px;
		background: #FFBA4C;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	.strategies p{
		text-align: right;
		padding: 0 32px;
		font-size: 18px;
		margin-left: auto;
	}
	.strategies ~ h2{
		margin: 0;
		font-weight: 500;
	}

	.you_can_search p{
		font-size: 18px;
		line-height: 30px;
	}

	.audience h2{
		margin-bottom: 52px;
		padding: 0 1px;
	}
	.audience img{
		margin: 0 auto;
		min-width: 310px;
		max-width: 100%;
		max-height: 350.99;
	}
	.audience_top{
		margin: 0 0 32px;
	}
	.audience h3{
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
		margin-bottom: 32px;
		padding: 0 5px;
	}
	.audience hr{
		width: 90%;
		margin-bottom: 40px;
	}
	.audience_top, .audience_bot{
		width: 100%;
	}
	.audience_top.slick-dotted.slick-slider, .audience_bot.slick-dotted.slick-slider {
	    margin-bottom: 45px;
	}
	.audience_top .audience_top_item, .audience_bot .audience_bot_item{
		width: 100%;
	}
	.audience_bot{
		margin-bottom: 32px;
	}
	.audience .slick-list{
		margin-bottom: 0;
	}
	.audience .slick-dots li.slick-active button:before{
		color: #FFBA4C;
	}
	.audience .slick-dots li button:before{
		font-size: 15px;
	}

	.audience_more .section_wrap{
		padding: 32px 0 64px;
	}
	.audience_more h2{
		padding: 0 24px;
		margin: 0 0 32px;
	}
	.audience_more img{
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
	}
	.audience_more p{
		font-size: 18px;
		line-height: 30px;
		/* margin: 8px 25px; */
		font-weight: 500;
	}
	.audience_more .audience_more_nosuit p{
		margin: 8px 25px;
	}
	.right, .left{
		/* width: 344px; 
		max-width: 95%;*/
		width: 85%;
		gap: 16px;
		padding: 0 16px;
	}
	.right{
		margin-left: auto;
	}
	.left{
		margin-right: auto;
		margin: 40px 0;
	}
	.right p{
		padding: 16px 0;
	}
	.left p{
		padding: 16px 0 ;
	}
	.cards_wrap{
		gap: 32px;
	}
	.card_cont{
		width: 328px;
	}
	.card_top{
		height: auto;
		padding: 4px auto;
	}
	.small_card .card_bot{
		height: auto;
	}
	.big_card .card_bot{
		height: auto;
	}
	.card_bot{
		padding: 16px 8px;
		gap: 16px;
	}
	.right_card{
		flex-direction: row;
	}
	.card_bot p{
		font-size: 18px;
		line-height: 30px;
	}
	.card_bot img{
		width: 73px;
		height: auto;
	}

	.shop_platforms h2{
		font-size: 37.5px;
	}
	.shop_platforms p{
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
		text-align: left;
		padding: 0 4px;
	}
	.cms{
		margin-bottom: 32px;
		width: 328px;
	}
	.cms img{
		width: 156px;
		height: 65px;
	}
	.cms ul li:nth-child(odd){
		margin: 16px 16px 0 0;
	}
	.cms ul li:nth-child(even){
		margin: 16px 0 0;
	}

	.advantages h2{
		font-size: 37.5px;
		width: 301px;
		margin-bottom: 36px;
	}
	.advantages h3{
		width: 288px;
	}
	.adv_card_top{
		padding: 6px 0;
	}
	.adv_card_bot{
		padding: 16px;
		font-size: 18px;
		line-height: 30px;
	}
	#adv_card1{
		width: 326px;
		transform: rotate(-1.3deg)!important;
		margin: 0;
	}
	#adv_card2{
		width: 326px;
		transform: rotate(1.5deg)!important;
		margin: 56px 0 0;
	}
	#adv_card3{
		width: 326px;
		transform: rotate(-1.3deg)!important;
		margin: 56px 0 0;
	}
	#adv_card4{
		width: 326px;
		transform: rotate(1.3deg)!important;
		margin: 56px 0 0;
	}
	#adv_card5{
		width: 326px;
		transform: rotate(-1.3deg)!important;
		margin: 56px 0 0;
	}
	#adv_card6{
		width: 326px;
		transform: rotate(1.5deg)!important;
		margin: 56px 0 0;
	}
	#adv_card7{
		width: 326px;
		transform: rotate(-1.3deg)!important;
		margin: 56px 0 0;
	}
	#adv_card8{
		width: 326px;
		transform: rotate(1.3deg)!important;
		margin: 56px 0 0;
	}

	.results .section_wrap{
		width: 100%;
		padding: 32px 0 56px;
	}
	.results h2{
		padding: 0 15px;
	}
	.results_title{
		padding: 8px 16px;
		margin-bottom: 16px;
		justify-content: flex-end;
	}
	/*.results h2{
		margin-bottom: 32px;
	}*/
	.results_title{
		gap: 0;
	}
	.results_title h3{
		width: 280px;
		font-size: 22px;
		text-align: center;
		flex-basis: 100%;
	}
	.results_title img{
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}
	.results_list ul{
		padding: 0 16px;
		margin-bottom: 32px;
	}
	.results_wrap div:last-child .results_list ul{
		margin-bottom: 0;
	}
	.results_list li{
		font-size: 18px;
		line-height: 30px;
		margin: 30px 0 0 20px;
	}

	.study_details .study_details_cont::before{
		width: 3px;
		left: 19px;
		height: calc(100% - 170px);
	}
	.study_details .study_details_cont .item::before{
		width: 40px;
		height: 40px;
		font-size: 22px;
		margin-right: 18px;
		line-height: 40px;
	}
	.study_details h4{
		font-size: 22px;
		margin-bottom: 8px;
		line-height: 40px;
	}
	.study_details .text ul{
		list-style-position: outside;
	}
	.study_details .text li{
		margin-left: 30px;
	}
	.study_details .text p{
		margin-left: 16px;
	}
	.study_details .text p, .study_details .text li{
		color: white;
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
		
		padding: 0;
	}
	.study_details .study_details_cont .item:last-child{
		margin-bottom: 0;
	}

	/*.program_detailed h2{
		margin-bottom: 32px;
	}*/
	.program_detailed .program_items .item .question{
		font-size: 18px;
		line-height: 30px;
		align-items: center;
	}
	.program_detailed .program_items .item .question_top{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.program_detailed .program_items .item .question .modul{
		width: 114px;
		font-size: 18px;
		padding: 0 8px;
		margin: 0 0 8px 0;
	}
	.program_detailed .program_items .item .question svg{
		width: 32px;
		height: 32px;
	}
	.program_detailed .program_items .item .answer{
		padding-left: 16px;
		margin-top: 16px;
		font-size: 18px;
		line-height: 30px;
	}
	.program_detailed .program_items .item {
    	padding: 16px 0!important;
    }

    .trial_lesson_text{
    	margin: 0 0 32px;
    }
   	.trial_lesson_text p{
   		font-size: 18px;
   		line-height: 30px;
   		padding: 0 8px;
   	}

   	.author_top{
   		flex-direction: column;
   	}
   	.author_top img{
		width: 328px;
		margin-bottom: 56px;
	}
   	.author .author_top ul{
		max-width: 100%;
	}
	.author li{
		font-size: 18px;
		line-height: 30px;
		margin: 16px 0 0 0;
	}
	.author li::before{
		width: 24px;
		height: 24px;
		line-height: 30px;
		margin-right: 8px;
		padding-right: 8px;
	}
	.author_bot h3{
		margin: 40px 0 32px;
		text-align: left;
		font-weight: 700;
	}
	.author .author_bot li:nth-child(odd)::before, .author .author_bot li:nth-child(even)::before{
		width: 24px;
		height: 19.2px;
		line-height: 30px;
	}

	.certificate h2{
		font-size: 26px;
	}
	.certificate img{
		width: 327px;
		height: 231px;
	}

	.vidhuky{
		flex-direction: column;
	}
	.vidhuky .vidhuky_item img{
		margin: 0 auto;
		min-width: 328px;
		max-width: 100%;
		max-height: 264.78px;
	}
	.video_vidhuky .video_vidhuky_item a p{
		margin: 8px auto 0;
		width: 248px;
		font-size: 15px;
		line-height: normal;
	}
	.video_vidhuky .video_vidhuky_item img{
		margin: 0 auto;
		min-width: 248px;
		max-width: 100%;
		max-height: 421px;
	}
	.video_vidhuky .video_vidhuky_item iframe{
		margin: 0 auto;
		min-width: 248px;
		max-width: 100%;
		max-height: 560px;
	}
	.vidhuky.slick-dotted.slick-slider {
	    margin-bottom: 62px;
	}
	.slick-list{
		margin-bottom: 24px;
	}
	.slick-dots li button:before{
		font-size: 16px;
	}

	.case_study_wrap{
		padding: 0 10px;
	}
	.case_study h4{
		text-align: left;
		margin-bottom: 16px;
		margin-right: auto;
	}
	.case_study_slider .case_study_slider_item img{
		margin: 0 auto;
		min-width: 308px;
		max-width: 100%;
		max-height: 359.46px;
	}
	.case_study_slider .slick-list{
		margin-bottom: 16px;
	}
	.case_study_slider .slick-dots li button:before{
		font-size: 14px;
	}

	.price_card_cont{
		gap: 80px;
		flex-direction: column;
		align-items: center;
	}
	.price_card{
		width: 344px;
	}
	.price_card_top h4{
		width: 262px;
		padding-left: 56px;
	}
	.price_card_mid{
		padding: 32px 24px 56px;
	}
	.price .btn1, .price .btn2{
		position: absolute;
		width: 328px;
		top: 635px;
		height: 18px;
	}
	.price_list1 li, .price_list2 li{
		font-size: 15px;
	}
	.price_list_cont{
		margin-bottom: 32px;
	}
	.price_now{
		font-size: 26px;
		margin-bottom: 8px;
	}
	.price_before{
		font-size: 18px;
	}
	.donation{
		flex-direction: column;
		gap: 8px;
		margin-top: 56px;
	}
	.donation img{
		width: 100px;
		height: 100px;
	}
	.donation p{
		width: 312px;
		font-size: 18px;
		line-height: 30px;
	}

	.guarantee_cont{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.guarantee h2{
		max-width: 317px;;
	}
	.guarantee img{
		width: 198px;
		height: 198px;
		align-self: center;
	}
	.guarantee p{
		font-weight: 500;
/*		align-self: center;*/
		text-align: center;
		font-size: 18px;
		margin-top: 16px;
		max-width: 310px;
	}

	.footer_wrap{
		width: 328px;
		padding: 32px 0 56px;
	}
	.pics{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 32px;
	}
	.pics ~ img{
		width: 136.328px;
		height: 40px;
	}
	.icons{
		width: 328px;
		gap: 0;
		padding: 0;
		justify-content: space-between;
	}
	.icons img{
		width: 32px;
		height: 32px;
	}
	.details{
		margin: 32px auto;
		padding: 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 16px;
	}
	.contacts{
		width: 312px;
	}
	.mc-visa{
		width: 246px;
	}
	.mc-visa img{
		width: 80px;
		height: 34px;
	}
	.contacts h4{
		font-size: 22px;
	}
	.contacts a{
		font-size: 15px;
	}
	.details ~ div{
		font-size: 15px;
		line-height: normal;
		padding: 0;
	}
	footer nav{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 12px;
		padding: 0;
	}
	footer nav a{
		font-size: 15px;
	}
}