@font-face {
	font-family: 'Gotham Pro Bold';
	src: url('../fonts/GothamPro-Bold.eot');
	src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothamPro-Bold.woff') format('woff'),
	url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	background: #fff;
	font-family: Akrobat!important;
	font-size: 18px;
	min-height:100%;
	height: 100%;
}
html {
	min-height: 100%;
	height: 100%;
}
#app {
	min-height: 100%;
	padding-top: 62px;
	padding-bottom: 150px;
}
a{
	text-decoration: none!important;
}

a:hover{
	text-decoration: none!important;
}

.nav_menu{
	position: fixed;
    background: #fff;
    top: 0;
    z-index: 2;
}

.nav-link{
	font-family: Akrobat;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	color: #6B6966;
}

.nav-item{
	border: 2px solid #fff;
	margin: 0 1px;
}

.nav-item.active{
	border: 2px solid #F1833E;
}

.nav-link:hover{
	color: #6B6966;
}

.nav-item:hover{
	border: 2px solid #F1833E;
}

nav{
	padding: 3px 0!important;
}

.navbar-toggler-icon {
  background-image: url("/img/toggle.svg")!important;
}

/*actual questions*/

.actual_q{
	background: #545163;
	padding-bottom: 43px;
	/*margin-top: 62px;*/
}

.actual_q .container{
	/*background: url(img/computer.svg) no-repeat bottom;*/
}

.actual_q_img{
	width: 100%;
    position: absolute;
    top: 0;
	min-width: 112%;
}

.actual_q .actual_q_title{
	font-family: Gotham Pro Bold;
	font-size: 28px;
	line-height: 31px;
	color: #FFFFFF;
	text-align: center;
    margin-top: 30px;
}

.actual_q .actual_q_name{
	margin-top: 15px;
	/*font-family: Frankfurter D;*/
	font-family: 'Gotham Pro Bold', sans-serif;
	font-size: 42px;
	text-align: center;
	line-height: 61px;
	color: #fff;
}

.actual_q_orange{
	max-width: 570px;
	min-height: 45px;
    margin: 15px auto;
    padding: 5px;
	background: #F1833E;
	color: #fff;
	/*font-family: Frankfurter D;*/
	font-family: 'Gotham Pro Bold', sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 31px;
}

.actual_q_block_list{
	font-family: Akrobat;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	position: relative;
	margin: 15px 0;
}

.actual_q_block_list span{
	font-weight: bold;
	margin: 2.5% 0 0 7%;
    position: absolute;
}

.q_tile{
	/*min-width: 135px;*/
	min-height: 48.8px;
	/*border: 1px solid rgba(84, 81, 99, 0.2);*/
	box-sizing: border-box;
	font-family: Akrobat;
	font-size: 18px;
	line-height: 16px;
	text-align: center;
	margin: 10px 0;
	/*border-right: 2px solid #F1833E;*/
}
.q_tile b::before {
	content: "";
	height: 2px;
	width: 60%;
	background: #F1833E;
	display: block;
	margin: 5px auto;
}
/*about course*/

.main_title{
	font-family: Akrobat;
	font-size: 27px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #545163;
	margin: 25px 0;
}

.about_course_caption{
	font-family: Akrobat;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	color: #545163;
    margin: 15px auto;
}

.orange_line{
	background: #F1833E;
	height: 2px;
	width: 70%;
	margin: 0 auto;
}

.about_course img{
	display: block;
    margin: 0 auto;
}
.about_course{
	padding-bottom: 50px;
}

/*lectors*/

.lectors{
	background: #D8D5E8;
	    padding-bottom: 45px;
}

.lectors img{
	display: block;
    margin: 0 auto;
}

.lector_item{
	max-width: 270px;
	min-height: 410px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
}

.lector_item_photo{
	max-height: 150px;
}

.dark_blue_photo{
	background: #D6E2F4;
}

.rose_photo{
	background: #F4E0EC;;
}

.blue_photo{
	background: #DDEEF2;
}

.yellow_photo{
	background: #F8EDDF;;
}

.lector_item_name{
	font-family: Akrobat;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin: 15px 0;
}

.lector_item_name span{
	text-transform: uppercase;
}

.lector_item_caption{
	font-family: Akrobat;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	padding-bottom: 25px
}

/*moduls*/

.moduls{
	margin-bottom: 20px;
}

.modul_item{
	border-top: 1px solid #755FA3;
	border-right: 1px solid #755FA3;
	border-bottom: 1px solid #755FA3;
	font-family: Akrobat;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	padding: 15px 50px 15px 5px;
	margin: 10px 0;
}

.module_title{
	margin-bottom: 20px;
	margin-right: 5px;
	display: inline-block;
	display: inline;
}

.lecture_item{
	margin: 5px 0;
}

.lecture_item p{
	margin: 18px 0 5px;
}

.toggle_module{
	display: none;
}

.modul_item_line img{
	margin-top: 53%;
	margin-left: -7px;
}

.modul_item_line{
    height: 100%;
    border-left: 3px solid #755FA3;
}

.toggle_text ul{
	margin-bottom: 2px;
}

.modul_item_lector a{
	color: #755FA3;
}

.modul_item_lector a:hover{
	color: #545163;
}

.modul_item_time{
	color: #AFAEAE;
}

.modul_item_more{
	font-size: 13px;
	line-height: 16px;
	cursor: pointer;
}

.modul_item_more:hover{
	color: #545163;
}

.text_blue{
	background: #DEEEEC;
}

.text_blue_lighter{
    background: rgba(222, 238, 236, 0.4);
}

.text_dark_blue{
	background: #D8E5F6;
}

.text_rose{
	background: #F9ECED;
}

.text_rose_lighter{
    background: rgba(249, 236, 237, 0.5);
}

.text_yellow{
	background: #FDF3D6;
}

.text_red{
	background: #F7E3D2;
}

.text_red_lighter{
	background: rgba(247, 227, 210, 0.5);
}

.text_green{
	background: #DEECD9;
}

.text_green_lighter{
    background: rgba(222, 236, 217, 0.5);
}

.text_purple{
	background: #F1E5F0;
}

.text_purple_lighter{
    background: rgba(241, 229, 240, 0.4);
}

.toggle_text{
	display: none;
}

.hide{
	display: none;
}

/*testimonials*/

.testimonials{
	background: #F8EDDF;
	padding: 45px 0;
}

/* Slick slider styles for testimonials */

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
	width: 48px;
	height: 48px;
	background: #F1833E;
	border-radius: 50%;
	z-index: 1;
	border: none;
	outline: none;
	transition: none;
}

.testimonial_slider .slick-prev {
	left: -50px;
}

.testimonial_slider .slick-next {
	right: -50px;
}

.testimonial_slider .slick-prev:before,
.testimonial_slider .slick-next:before {
	content: '';
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.testimonial_slider .slick-prev:before {
	background-image: url('/img/arrow_right.svg');
	transform: translate(-50%, -50%) rotate(180deg);
}

.testimonial_slider .slick-next:before {
	background-image: url('/img/arrow_right.svg');
}

.testimonial_slider .slick-prev:hover,
.testimonial_slider .slick-next:hover,
.testimonial_slider .slick-prev:focus,
.testimonial_slider .slick-next:focus,
.testimonial_slider .slick-prev:active,
.testimonial_slider .slick-next:active {
	background: #F1833E;
}

.testimonial_slider .slick-prev:hover:before,
.testimonial_slider .slick-next:hover:before,
.testimonial_slider .slick-prev:focus:before,
.testimonial_slider .slick-next:focus:before,
.testimonial_slider .slick-prev:active:before,
.testimonial_slider .slick-next:active:before {
	color: #fff;
	opacity: 1;
}

.testimonials .slick-dots {
	bottom: -25px;
	margin-bottom: 27px;
}

.testimonials .slick-dots li button:before {
	font-size: 6px;
	color: #fff;
	opacity: .6;
}

.testimonials .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}

.testimonial_item{
	margin: 15px;
	display: flex!important;
	flex-direction: column;
    background: #FFFFFF;
}

.testimonial_item:hover{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Цвета фона для testimonial_header - повторяющийся паттерн из 3 цветов */
.testimonial_item:nth-child(3n+1) .testimonial_header{
    background: #DDEEF2;
}

.testimonial_item:nth-child(3n+2) .testimonial_header{
    background: #D8D5E8;
}

.testimonial_item:nth-child(3n+3) .testimonial_header{
    background: #F4E0EC;
}

.testimonial_header{
	display: flex;
	align-items: center;
    gap: 20px;
    padding: 20px;
    height: 104px;
    flex-shrink: 0;
}

.testimonial_avatar{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.testimonial_avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial_avatar_initials{
	background: #755FA3;
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
}

.testimonial_info{
	flex: 1;
}

.testimonial_name{
	font-family: Akrobat;
	color: #545163;
	margin-bottom: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.testimonial_item:hover .testimonial_name{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.testimonial_location{
	font-family: Akrobat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #545163;
}

.testimonial_content{
	flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.testimonial_date{
	font-family: Akrobat;
	margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #AFAEAE;
}

.testimonial_text{
	font-family: Akrobat;
	flex: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #545163;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 80px;
}

.testimonial_footer{
	text-align: center;
    padding: 20px;
    flex-shrink: 0;
}

.testimonial_btn{
	background: #fff;
	color: #F1833E;
	font-family: Akrobat;
	font-size: 16px;
	padding: 10px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #F1833E;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial_btn:hover{
	background: #F1833E;
	color: #fff;
	text-decoration: none;
}

.testimonial_btn:focus{
    outline: none;
}

/* Testimonial Modal Styles */
.testimonial_modal{
    border-radius: 0;
}

.testimonial_modal .testimonial_date{
    margin-top: 10px;
}

.testimonial_modal .modal-content{
	border-radius: 10px;
	border: none;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

.testimonial_modal .modal-header{
	border-bottom: none;
	padding: 0;
	position: relative;
}

.testimonial_modal .modal-body{
	padding: 0;
    display: block!important;
    background: #FFFFFF!important;
}

.testimonial_modal_header{
	display: flex;
	align-items: center;
	padding: 20px;
	background: #DDEEF2;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.testimonial_modal_avatar{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	flex-shrink: 0;
}

.testimonial_modal_avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial_modal_avatar_initials{
	width: 50px;
	height: 50px;
	background: #755FA3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50%;
}

.testimonial_modal_info{
	flex: 1;
}

.testimonial_modal_name{
	font-family: Akrobat;
	font-size: 18px;
	font-weight: bold;
	color: #545163;
	margin-bottom: 5px;
}

.testimonial_modal_location{
	font-family: Akrobat;
	font-size: 14px;
	color: #666;
}

.testimonial_modal_content{
	padding: 20px;
	position: relative;
}

.testimonial_modal_text{
	font-family: Akrobat;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
}

.testimonial_modal_video{
	margin-bottom: 20px;
}

.testimonial_modal_video iframe{
	border-radius: 5px;
}

.testimonial_modal_date{
	font-family: Akrobat;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

/* Close button styling */
.testimonial_modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background: none;
	border: none;
	font-size: 24px;
	color: #666;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.testimonial_modal .close:hover {
	opacity: 1;
}

/*steps*/

.steps{
	background: #EFF8FA;
}

.steps img{
	display: block;
    margin: 0 auto;
}

.step_item{
	margin-top: 15px;
}

.step_item_text{
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin: 60px 0 40px;
}

.grey_text{
	color: #AFAEAE;
}

/*footer*/

.footer{
	background: #545163;
	min-height: 150px;
	margin-top: -150px;
}

.footer img{

}

.footer_item{
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 60px;
}

.footer_item a{
	color: #FFFFFF;
}

.footer_item a:hover{
	color: #FFFFFF;
}

.footer_flower_img{
	margin: 10px auto 0;
    display: block;
}

.footer-link{
	display: flex;
	justify-content: center;
}

.footer-link a{
	color: #fff;
	text-align: center;
}

.footer-link a:hover{
	color: #fff;
	text-decoration: underline!important;
}

.orange-btn{
	width: 170px;
	height: 40px;
	background: #F1833E;
	font-family: Akrobat;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #FFFFFF;
}

.orange-link{
	width: 201px;
	height: 40px;
	border: 2px solid #F1833E;
	font-family: Akrobat;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.orange-link:hover{
	color: #FFFFFF;
}

.sign-up-form{
	display: flex;
	flex-direction: column;
    background: #fff;
    padding: 12px;
    border: 1px solid #F1833E;
}

.sign-up-form input[type="text"],
.sign-up-form input[type="email"]{
	border: 1px solid #F1833E;
	height: 40px;
	font-family: Akrobat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding-left: 15px;
	margin: 10px 0;
}

.sign-up-form input::placeholder{
	color: #AFAEAE;
}

.sign-up-form-label{
	color: #AFAEAE;
	margin-top: 10px;
}

.modal-header{
	border-bottom: none!important;
	padding-bottom: 0!important;
}

.sign-up-btn{
	background: #F1833E;
	font-family: Akrobat;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0;
}

.sign-up-link{
	font-family: Akrobat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F1833E;
	border: 2px solid #F1833E;
	padding: 10px;
	margin: 10px 0;
}

.sign-up-link:hover{
	color: #F1833E;
}

.sign-up-text{
	font-family: Akrobat!important;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	color: #3E4351;
	margin: 15px 0;
}

.sign-up-footer{
	border-top: 1px solid #E7E9E8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sign-up-footer a{
	color: #B67373;
}


@media (max-width: 1300px) {
	.actual_q_img {
		min-width: auto;
	}
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.q_tile {
		margin: 50px 0;
	}

	.q_tile_ml{
		margin-left: 30px;
	}

	.panel_auth {
	    min-width: 150px;
	    float: right;
	}

    .modal-body{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        background: url(/img/sign_up_bg2.png) no-repeat;
        background-size: 41%;
    }

    .modal-xl{
        width: 90%!important;
        max-width: 1200px!important;
    }

    .modal-body-img{
        width: 55%!important;
        height: 100%;
    }
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.nav-link{
		font-size: 14px;
	}

	.q_tile{
		min-width: 102px;
    	min-height: 63px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.orange_line {
		margin: 15px auto;
	}
	.nobord {border-right: 0!important;}
}
@media (max-width: 590px) {
	.actual_q_tiles .col-md-6.p-0 {
		padding-right: 15px!important;
	}
}
/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.actual_q_img{
		display: none
	}

	.orange_line {
		margin: 15px auto;
	}

	.dark_blue_photo{
		padding-left: 15px;
	}

	.modul_item_line img{
		margin-left: -5px;
    	width: 35px;
	}

	.actual_q_name{
		font-size: 32px!important;
	}

	.actual_q_title{
		font-size: 22px!important;
	}

	.q_tile {
		border-right: 0!important;
		border-bottom: 2px solid #F1833E;
	}
}

@media (max-width: 480px) {
	.actual_q_img{
		display: none
	}

	.orange_line {
		margin: 15px auto;
	}

	.actual_q_title{
		font-size: 18px!important;
	}

	.actual_q_name{
		font-size: 25px !important;
		line-height: 35px !important;
	}

	.modul_item_line img{
		margin-left: -5px;
    	width: 35px;
	}
	.q_tile {
		border-right: 0!important;
		border-bottom: 2px solid #F1833E;
		padding-bottom: 15px;
		min-height: auto!important;
	}
}

@font-face {
font-family: 'Akrobat';
src: url('/../fonts/Akrobat-Regular.eot');
src: url('/../fonts/Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
url('/../fonts/Akrobat-Regular.woff') format('woff'),
url('/../fonts/Akrobat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Frankfurter D';
src: url('/../fonts/Frankfurter-D.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
/**/
.navbar-expand-lg {
	float: left;
}
.but_flex {
	float: right;
	margin-top: 15px;
}
#but_login {
	background: #D8D5E8;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	color: #545163;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Akrobat Bold', sans-serif;
	width: 70px;
	height: 30px;
}
#but_login:hover {
	text-decoration: none;
}
.nav_menu .container {
	max-width: 96%;
	padding-left: 0;
}
#nav-toggle {
	right: 100px;
	top: 23px;
}
#form_auth {
	box-shadow: 0px 3px 25px rgba(84, 81, 99, 0.1);
	background: #fff;
	width: 230px;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 9;
	padding: 20px;
	text-align: center;
}
#form_auth input[type="text"],
#form_auth input[type="password"] {
	border: 1px solid #F1833E;
	background: #fff;
	font-size: 18px;
	line-height: 22px;
	color: #AFAEAE;
	width: 93%;
	margin-bottom: 16px;
	font-family: Akrobat, sans-serif;
	padding: 3px 8px;
}
#form_auth input[type="submit"], #form_auth input[type="reset"] {
	background: #F1833E;
	width: 170px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-family: 'Akrobat Bold', sans-serif;
	border: 0;
	height: 40px;
	margin: 0 auto;
	cursor: pointer;
}
#form_auth input[type="reset"] {
	background: none;
	border: 0;
	color: #AFAEAE;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Akrobat Semibold', sans-serif;
}
.panel_auth {
	font-size: 19px;
	line-height: 22px;
	font-family: 'Akrobat Semibold', sans-serif;
	color: #545163;
	padding-top: 5px;
	z-index: 9;
}
.panel_auth a, .panel_auth p {
	display: inline-block;
	color: #545163;
	vertical-align: middle;
	margin-top: 1px;
}
.panel_auth span {
	display: inline-block;
	height: 30px;
	width: 1px;
	background: #3E4351;
	margin: 9px 15px 0;
	vertical-align: middle;
}
.panel_auth a.exit {
	color: #B67373;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Akrobat Bold', sans-serif;
}
.panel_auth a:hover {
	text-decoration: none;
}

#form_auth .error-form-header {
	color: #f00;
	display: block;
}
.plashka-pic {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 55;
}
