*{
	margin: 0;
	padding: 0;
}
:root {
  --animate-delay: 5s;
}
.mobile{
	display: none !important;
}
body{
	padding-top: 72px;
}
p, a, li, div{
	font-family: "Montserrat", sans-serif;
}
.section_wrap .animate__slow {
	animation-duration: 2s;
}
.fixed_btn {
    position: fixed;
    width: 312px;
    z-index: 100;
    display: none;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
h1{
	width: 736px;
	/* text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); */
	font-family: "Montserrat", sans-serif;
	font-size: 76px;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%);
	background: url(../images/h1bgbig.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	/* background-clip: text;
	-webkit-background-clip: text; */
	-webkit-text-fill-color: transparent;
}
h2{
	color: #050E13;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 57px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 56px;
}
h3{
	color: rgba(5, 14, 19, 0.75);
	font-family: "Montserrat", sans-serif;
	font-size: 43px;
	line-height: normal;
}
h4{
	color: #050E13;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}
.section_wrap{
	z-index: 1;
	padding: 80px 62px 112px;
	width: 1315px;
    margin: 0 auto;
}
.btn1{
	color: #050E13;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	padding: 16px 0;	
	background-color: #4CFF52;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	width: 419px;
	border: 3px solid #4CFF52;
}
.btn1:active{
	border: none;
	padding: 19px 3px;
	background-image: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%)
}
.btn1:active path{
	fill: #050E13;
}
.btn1:disabled{
	background: #DEDFE3;
	color: #373B3E;
}
.btn1:disabled path{
	fill: #373B3E;
}
.btn2{
	display: flex;
	width: 419px;
	padding: 12px 0;
	justify-content: center;
	align-items: center;
	gap: 9px;
	border: 3px solid #4CFF52;
	background: #050E13;
	color: #4CFF52;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}
.btn2:active{
	color: #050E13;
	padding: 15px 3px;
	border: none;
	background-image: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%)
}
.btn2:disabled{
	background: #DEDFE3;
	color: #373B3E;
	border: none;
}
.btn2:active path{
	fill: #050E13;
}
.btn2:disabled path{
	fill: #373B3E;
}

header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 2;
	background: #050E13;
}
.header_wrap{
	padding: 12px 32px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.logo{
	height: 48px;
}
.header_wrap nav{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header_wrap nav a{
	font-size: 18px;
	text-decoration: none;
	color: white;
}
.header_wrap nav a:hover, .top_header nav a:active{
	color: #FFBA4C;
}
.header_wrap ul{
	display: inline-block;
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style-type: none;
}
.header_wrap ul li:first-child{
	margin: 0;
}
.header_wrap ul li{
	margin-left: 16px;
	color: white;
}
.header_buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;
}
.header_btn{
	display: flex;
	width: 322px;
	padding: 8px 0;
	justify-content: center;
	align-items: center;
	background: #4CFF52;
	color: #050E13;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.header_btn:active{
	border: none;
	background-image: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%)
}
.header_btn:disabled{
	background: #DEDFE3;
	color: #373B3E;
}
.header_menu{
	background: rgba(5, 14, 19, 0.90);
	padding: 40px 112px;
	position: absolute;
	top: -120vh;
	right: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	z-index: 20;
	overflow-y: auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
/*	justify-content: flex-start;*/
}
.header_menu.active {
	background: rgba(5, 14, 19, 0.90);
    top: 72px;
    padding-top: 35px;
}
.header_menu ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-height: 258px;
	gap: 30px;
}
.header_menu ul li{
	width: 33%;
	display: flex;
    flex-direction: row;
    align-items: center;
	text-align: left;
	margin: 0;
}
.header_menu a{
	font-size: 24px;
	font-weight: 700;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.header_menu li svg{
	margin-right: 32px;
}
.toggle_menu{
	width: 40px;
    height: 40px;
    z-index: 110;
    border: none;
    right: 0;
    margin-left: 10px;
    top: 0;
    z-index: 100;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-color: transparent
}
.toggle_menu:focus {
    outline: 0
}
.toggle_menu.active {
    border: 2px solid white;
}
.toggle_menu.active .sandwich .sw-topper {
    top: 11px;
    left: 5px;
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.toggle_menu.active .sandwich .sw-footer {
    top: 7px;
    left: 5px;
    height: 2px;
    width: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.toggle_menu.active .sandwich .sw-bottom {
    opacity: 0;
    top: 0;
    height: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}
.toggle_menu span {
    display: block
}
.sandwich {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200
}
.sw-topper {
    position: relative;
    top: 0;
    width: 28px;
    height: 4px;
    background: white;
    border: none;
    -webkit-transition: -webkit-transform .5s, top .2s;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    display: block;
    border-radius: 3px
}
.sw-bottom {
    position: relative;
    width: 28px;
    height: 4px;
    left: 0;
    top: 6px;
    background: white;
    border: none;
    -webkit-transition: -webkit-transform .5s, top .2s;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    -webkit-transition-delay: .2s, 0;
    -o-transition-delay: .2s, 0;
    transition-delay: .2s, 0;
    border-radius: 3px
}
.sw-footer {
    position: relative;
    width: 28px;
    height: 4px;
    left: 0;
    top: 12px;
    background: white;
    border: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    border-radius: 3px
}

.home_page{
	z-index: 1;
    background: url(../images/K2_Web_main_page_v2.png) lightgray 50% / cover no-repeat;
    /*background-position: top center;*/
	background-position: top center;
    background-color: #090909;
    background-size: contain;
}
.home_page_wrap{
	display: flex;
	flex-direction: column;
}
.home_page_text p{
	margin-top: -40px;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	color: white;
}
.home_page_cont{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-top: 48px;
}
.home_page_title{
	width: 873px;
	display: flex;
	flex-direction: column;
}
.home_page_title h3{
	color: white;
	font-weight: 700;
	margin: 40px 0 56px;
}
.home_page_btns{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 35px;
}
.home_page_list{
	margin: 54px 0 0 100px;
	width: 320px;
}
.home_page_list ul{
	list-style-type: none;
}
.home_page_list li{
	color: white;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	margin-top: 16px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.home_page_list li:first-child{
	margin: 0;
}
.home_page_list li::before{
	content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background: url(../images/check-square.svg);
    background-repeat: no-repeat;
    margin-right: 16px;
    background-position: top center;
    flex: 0 0 32px;
}

.uniqueness .uniqueness_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0;
}
.structure{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.structure img{
	width: 656px;
	margin-right: 90px;
}
.structure h4{
	margin-bottom: 48px;
}
.structure p{
	align-self: stretch;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
}
.strategies{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.strategies img{
	width: 656px;
	margin-left: 90px;
}
.strategies h4{
	margin-bottom: 48px;
}
.strategies p{
	align-self: stretch;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
}
.strategies ~ h2{
	margin: 72px 0 0;
	font-weight: 700;
}

.you_can_search{
	width: 100%;
	align-self: stretch;
	background: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%);
}
.you_can_search p{
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
}

.audience .audience_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.audience_top{
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 26px;
    margin: 28px 0 84px;
}
.audience img{
	width: 420px;
}
.audience h3{
	color: rgba(5, 14, 19, 0.75);
	text-align: center;
	font-weight: 400;
	margin-bottom: 64px;
	padding: 0 32px;
}
.audience h3:last-child{
	margin-bottom: 0;
}
.audience hr{
	align-self: center;
	width: 100%;
	color: rgba(5, 14, 19, 0.25);
	margin-bottom: 80px;
}
.audience_bot{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 88px;
}

.audience_more{
	background: #FFBA4C;
	overflow-x: hidden;
}
.audience_more .section_wrap{
	width: 100%;
	padding: 80px 0 112px;
}
.audience_more .audience_more_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.audience_more p{
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
}
.right{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	max-width: 1274px;
	padding: 24px;
	gap: 56px;
	border-radius: 10px 0 0 10px;
	background: #282620;
	margin-left: auto;
}
.right p{
	padding: 0 140px 0 0;
}
.left{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	max-width: 1204px;
	padding: 24px 24px 24px 112px;
	gap: 56px;
	border-radius: 0 10px 10px 0;
	background: #282620;
	margin: 64px 0 64px;
}
.left p{
	text-align: left;
	padding: 0 90px 0 0;
}
.audience_more_frames ~ h2{
	margin-top: 32px;
}
.audience_more_nosuit{
	display: flex;
	justify-content: center;
}
.audience_more_nosuit p{
	color: rgba(5, 14, 19, 0.75);
}

.peculiarities .peculiarities_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cards_wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 112px;
}
.card_cont{
	display: flex;
	width: 600px;
	flex-direction: column;
	box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, 0.25);
}
.card_top{
	height: 120px;
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	background: #FFBA4C;
}
.card_top h3{
	text-align: center;
}
.small_card .card_bot{
	height: 254px;
}
.big_card .card_bot{
	height: 330px;
}
.card_bot{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;
	padding: 32px;
}
.right_card{
	display: flex;
	flex-direction: row-reverse;
}
.card_bot p{
	color: rgba(5, 14, 19, 0.75);
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
}

.shop_platforms{
	background: #050E13;
}
.shop_platforms .shop_platforms_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.shop_platforms h2{
	margin-bottom: 16px;
}
.shop_platforms h2, .shop_platforms p{
	color: white;
}
.shop_platforms p{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	padding: 0 70px;
}
.cms{
	display: flex;
	flex-direction: column;
	margin-bottom: 56px;
}
.cms ul{
	list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cms ul li{
	margin: 40px 40px 0 0;
}

.advantages .advantages_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.advantages_cont{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.advantages h3{
	color: #050E13;
	text-align: center;
}
.adv_card{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transform: scaleX(1.01)!important;
}
.adv_card_top{
	display: flex;
	padding: 16px;
	justify-content: center;
	background: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%);
}
.adv_card_bot{
	padding: 32px 24px 24px;
	color: rgba(5, 14, 19, 0.75);
	color: rgb(68 74 78);
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	background: white;
}
#adv_card1{
	width: 501.63px;
	transform: rotate(-2.053deg)!important;
	margin-top: 36px;
	margin-left: 79px;
}
#adv_card2{
	width: 560.65px;
	transform: rotate(3.828deg)!important;
	margin-top: 50px;
}
#adv_card3{
	width: 501.63px;
	transform: rotate(1deg)!important;
	margin-top: -20px;
}
#adv_card4{
	width: 560.65px;
	transform: rotate(1.5deg)!important;
	margin-top: 104px;
/*	left: 840px;*/
}
#adv_card5{
	width: 560.65px;
	transform: rotate(-1.3deg)!important;
	margin-top: -10px;
	margin-left: 76px;
}
#adv_card6{
	width: 560.65px;
	transform: rotate(-1.3deg)!important;
	margin-top: 111px;
/*	left: 833px;*/
}
#adv_card7{
	width: 501.63px;
	transform: rotate(1.3deg)!important;
	margin-top: -10px;
	/*top: 1611px;
	left: 146px;*/
}
#adv_card8{
	width: 560.65px;
	transform: rotate(1deg)!important;
	margin-top: 133px;
	margin-right: 50px;
}

.results{
	background: #FFBA4C;
}
.results .results_wrap{
	display: flex;
	flex-direction: column;
}
.results_title{
	padding: 8px 0;
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	background: #282620;
}
.results_title h3{
	color: white;
}
.results_title img{
	width: 56px;
	height: 56px;
}
.results_list ul{
	margin-bottom: 56px;
}
.results_list li{
	color: #050E13;
	font-size: 24px;
	margin: 30px 56px 0;
}
.results_list li:first-child{
	margin-top: 0;
}
.results_list a{
	color: #050E13;
}

.study_details{
	background: #050E13;
}
.study_details .study_details_wrap{
	display: flex;
	flex-direction: column;
}
.study_details_cont{
    position: relative;
    z-index: 0;
    counter-reset: my-awesome-counter;
}
.study_details .study_details_cont::before{
	content: "";
    position: absolute;
    width: 8px;
    height: calc(100% - 150px);
    top: 10px;
    left: 35px;
    z-index: -1;
    background-color: #FFBA4C;
}
.study_details .study_details_cont .item{
	z-index: 1;
    margin-bottom: 56px;
    display: flex;
    align-items: flex-start;
    counter-increment: my-awesome-counter;
}
.study_details .study_details_cont .item:last-child{
	margin-bottom: 0;
}
.study_details .study_details_cont .item::before {
    content: counter(my-awesome-counter);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFBA4C;
    text-align: center;
    line-height: 80px;
    margin-right: 112px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #050E13;
    font-family: "Montserrat", sans-serif;
    font-size: 57px;
    font-weight: 700;
}
.study_details h2{
	color: white;
}
.study_details h4{
	color: #FFBA4C;
	margin-bottom: 32px;
	line-height: 80px;
}
.study_details .text ul{
	list-style-position: inside;
}
.study_details .text li{
	margin-top: 30px;
}
.study_details .text li:first-child{
	margin-top: 0;
}
.study_details .text p, .study_details .text li{
	color: white;
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	margin-left: 26.5px;
	padding: 0 130px 0 0;
}

.program_detailed .program_detailed_wrap{
	display: flex;
	flex-direction: column;
}
.program_detailed .program_items .item:first-child {
    border: none;
}
.program_detailed .program_items .item{
    padding: 40px 0;
    border-top: 3px solid #FFBA4C;
}
.program_detailed .program_items .item:last-child{
	padding: 40px 0 0;
}
.program_detailed .program_items .item .question{
	color: #050E13;
	font-size: 32px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.program_detailed .program_items .item .question_top{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.program_detailed .program_items .item .question .modul{
	width: 187px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding: 8px 32px;
	border-radius: 5px;
	background: #FFBA4C;
	margin-right: 32px;
}
.program_detailed .program_items .item .question svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    width: 64px;
    height: 64px;
}
.program_detailed .program_items .item .question.active svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.program_detailed .program_items .item .answer{
	padding-left: 50px;
	margin-top: 32px;
	font-size: 24px;
	line-height: 38px;
	display: none;
}
.program_detailed .program_items .item .answer ul li{
	margin-top: 15px;
}
.program_detailed .program_items .item .answer ul li:first-child{
	margin-top: 0;
}

.trial_lesson{
	background: #FFBA4C;
}
.trial_lesson .trial_lesson_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.trial_lesson_text{
	margin: 24px 0 80px;
}
.trial_lesson_text p{
	color: #050E13;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
}

.author{
	background: #050E13;
}
.author .author_wrap{
	display: flex;
	flex-direction: column;
}
.author h2{
	background: var(--M2_gradient_orange_yellow, linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.author ul{
	list-style-type: none;
}
.author .author_top ul{
	max-width: 610px;
}
.author li{
	color: white;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	margin: 32px 0 0 72px;
	list-style-position: outside;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.author li:first-child{
	margin-top: 0;
}
.author li:nth-child(even){
	color: #FFBA4C;
}
.author li::before{
	content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 16px;
    line-height: 38px;
    padding-right: 16px;
    flex: 0 0 25px;
}
.author .author_top li:nth-child(1)::before, .author .author_top li:nth-child(7)::before{
	background-image: url(../images/star-regular.svg);
}
.author .author_top li:nth-child(2)::before{
	background-image: url(../images/star-regular-yellow.svg);
}
.author .author_top li:nth-child(3)::before{
	background-image: url(../images/cash-coin.svg);
}
.author .author_top li:nth-child(4)::before{
	background-image: url(../images/megaphone.svg);
}
.author .author_top li:nth-child(5)::before{
	background-image: url(../images/award-white.svg);
}
.author .author_top li:nth-child(6)::before{
	background-image: url(../images/trophy.svg);
}
.author_top{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.author_top img{
	width: 657px;
}
.author_bot{
	display: flex;
	flex-direction: column;
}
.author_bot h3{
	text-align: center;
	color: #FFBA4C;
	font-weight: 400;
	margin: 80px 0 56px;
}
.author .author_bot li:nth-child(odd)::before{
	background-image: url(../images/chalkboard-user-solid.svg);
	width: 60px;
	height: 48px;
}
.author .author_bot li:nth-child(even)::before{
	background-image: url(../images/chalkboard-user-solid-yellow.svg);
	width: 60px;
	height: 48px;
}

.certificate .certificate_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.certificate img{
	width: 1119.454px;
	height: 786px;
}

.feedback{
	background: #FFBA4C;
}
.feedback .feedback_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vidhuky, .video_vidhuky{
	width: 100%;
}
.vidhuky.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.vidhuky .vidhuky_item{
	width: 50%;
}
.video_vidhuky .video_vidhuky_item{
	width: 33%;
}
.slick-slide img {
    display: block;
}
.vidhuky .vidhuky_item img{
	margin: 0 auto;
	min-width: 531px;
	max-width: 100%;
	max-height: 429px;
}
.video_vidhuky .video_vidhuky_item img{
	margin: 0 auto;
	min-width: 356px;
	max-width: 100%;
	max-height: 570px;
}
.video_vidhuky .video_vidhuky_item iframe{
	margin: 0 auto;
	min-width: 285px;
	max-width: 100%;
	max-height: 570px;
	display: block;
    border-radius: 5px;
}
.video_vidhuky .video_vidhuky_item a{
	text-decoration: none;
}
.video_vidhuky .video_vidhuky_item a p{
	text-decoration: none;
	color: black;
	width: 326px;
	margin: 24px auto 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.slick-list{
	margin-bottom: 32px;
}
.slick-dots li button:before{
	font-size: 24px;
}

.case_study .case_study_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.case_study h4{
	text-align: center;
	margin-bottom: 40px;
	color: rgba(32, 21, 52, 0.75);
}
.case_study_slider{
	width: 100%;
}
.case_study_slider .case_study_slider_item{
	width: 100%;
}
.case_study_slider .case_study_slider_item img{
	margin: 0 auto;
	min-width: 608.65px;
	max-width: 100%;
	max-height: 700px;
}
.case_study_slider .slick-dots li.slick-active button:before{
	color: #FFBA4C;
}

.price{
	background: #050E13;
}
.price .price_wrap{
	display: flex;
	flex-direction: column;
}
.price h2{
	color: white;
}
.price_card_cont{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 56px;
}
.price_card{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	position: relative;
}
.price_card_top{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	padding: 8px 16px;
	background: linear-gradient(302deg, #FF7952 12.68%, #FFBA4C 49.42%, #F9F871 86.17%);
}
.price_card_top h4{
	text-align: center;
	width: 312px;	
	padding-left: 56px;
}
.price_card_img{
	position: absolute;
	top: -69px;
	left: -71px;
}
.price_card_mid{
	background: white;
	max-height: 698px;
    padding: 32px 24px 64px;
}
.price .btn1, .price .btn2{
	position: absolute;
	width: 368px;
	top: 738px;
}
.price .btn1{
	gap: 8px;
	height: 34px;
}
.price .btn2{
	text-transform: uppercase;
	font-weight: 700;
	height: 42px;
}
.price_list1{
	list-style-type: "+ ";
	list-style-position: inside;
}
.price_list1 li{
	color: #050E13;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
}
.price_list1 li:first-child{
	margin: 0;
}
.price_list2{
	list-style-type: "- ";
	list-style-position: inside;
}
.price_list2 li{
	color: rgba(5, 14, 19, 0.25);
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
	margin-top: 15px;
}
.price_list_cont{
	margin-bottom: 48px;
}
.price_now{
	text-align: center;
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 16px;
}
.price_before{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}
.donation{
	margin-top: 110px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 80px;
}
.donation p{
	width: 780px;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
}

.guarantee{
    background: #FFBA4C;
}
.guarantee .guarantee_wrap{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.guarantee h2 {
    max-width: 663px;
    text-align: center;
    color: #201534;
    align-self: flex-end;
}
.guarantee p {
    font-size: 32px;
    color: #050E13;
    margin-top: 32px;
    align-self: flex-end;
    max-width: 633px;
}

footer{
	width: 100%;
	background: #050E13;
}
.footer_wrap{
	width: 1315px;
	margin: 0 auto;
	padding: 80px 0 112px;
}
.pics{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.icons{
	width: 432px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.details{
	margin: 56px 0;
	padding: 0 88px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.contacts{
	width: 550px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.contacts h4, .contacts a{
	font-size: 32px;
	text-decoration: none;
	color: white;
}
.mc-visa{
	width: 435px;
}
.details ~ div{
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	padding: 0 88px;
}
footer nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	padding: 0 88px;
}
footer nav a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}
footer nav a:hover, footer nav a:active{
	color: #FFBA4C;
}

/*********************** scroll to top *********************/
.scroll-top {
	--ghost-accent-color:#003f6a;
	position: fixed;
	z-index: 50;
	padding: 0;
	right: 30px;
	bottom: 100px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);    
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .4s ease;
	border: none;
	box-shadow: inset 0 0 0 2px #ccc;
	color: #ccc;
	background-color: #fff;
}

.scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top .icon-tabler-arrow-up {
  position: absolute;
  stroke-width: 2px;
  stroke: #000000;
}

.scroll-top svg path { 
	fill: none; 
}

.scroll-top svg.progress-circle path {
	stroke: #ff7952;
	stroke-width: 4;
	transition: all .4s ease;
}

.scroll-top:hover {
	color: var(--ghost-accent-color);
}

.scroll-top:hover .progress-circle path, .scroll-top:hover .icon-tabler-arrow-up {
	stroke: var(--ghost-accent-color);
}

.content { max-width: 640px; margin: 0 auto; }
/*********************** / *********************/