/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
	Images
	========================================================================== */
	
img {
	border: none;
}

#content img {
	border: none;
}



/* =============================================================================
	Links
	========================================================================== */

a {
	color: ##8f6441;
	text-decoration: none;
}

a:link {
	color: #8f6441;
	text-decoration: none;
}

a:active {
	color: #8f6441;
	text-decoration: none;
}

a:visited {
	color: #8f6441;
	text-decoration: none;
}

a:hover {
	color: #c2947d;
	text-decoration: none;
}



/* =============================================================================
	Fonts
	========================================================================== */

.oswald-<uniquifier> {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.playfair-display-<uniquifier> {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.pt-sans-regular {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.pt-sans-bold {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pt-sans-regular-italic {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.pt-sans-bold-italic {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
}


.google-sans-<uniquifier> {
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"GRAD" 0;
}	

.great-vibes-regular {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
}
	
	
	
	
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0em 0;
}


h1, h2, h3, h4 {
	font-family: "PT Sans", sans-serif;
	font-weight: normal;

}

h1 {
	font-size: 58px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 1px;
}

h2 {
	font-size: 45px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 1px;
}

h3 {
	font-size: 20pt;
	color: #fff;
}

h4 {
	font-size: 16px;
	color: #c2947d;
	letter-spacing: 2px;
	font-weight: 200;
} 



.article_column {padding:0px}
.article_row {padding:10px;}

li,dd {
margin-left: 12px;
}

fieldset {
padding:.5em;
margin-right: 11px;
}




/* =============================================================================
	Body
	========================================================================== */
body {
	background: #efeae6;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}

.top_bg {
	background-size: 100% auto;
}



/* =============================================================================
	Header
	========================================================================== */
	
.header_line {
	width: 100%;
	background: #ffffffde;
	margin: 10px 0px;
	position: sticky;
	top: 0;
	z-index: 10;
	filter: blur(0.3);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(10px);
}

.header_wrap {
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	max-width: 1440px;
}

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
}

.header_1 {
	flex-basis: 140px;
	order: 1;
}

.header_2 {
	flex-basis: 740px;
	margin: 0px 10px 0px 10px;
	height: 60px;
	order: 2;
}

.header_3 {
	flex-basis: 200px;
	order: 3;
	height: 35px;
}

.header_4 {
	flex-basis: 40px;
	order: 4;
}

.header_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.conctact_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
}



/* -------- ТЕЛЕФОН в HEADER --------- */

.phone-icon {
	width: 40px; 
	height: 40px; 
	object-fit: contain;
	display: none;
}

.phone-text {
	color: #8f6441;
	display: inline;
	margin-top: 7px;
	transition: color 0.2s ease;
}

.phone-text:hover {
	color: #c2947d;
}

.phone-icon {
 opacity: 0.8; 
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.phone-icon:hover {
	opacity: 1;		
}


/*------ ТЕЛЕФОН в POPUP-----*/

#phone_container_popup {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
#popup_header {
	background: #8f6441;
	margin-bottom: 20px;
	padding: 5px 5px;
}
#phone_number_popup {
	font-size: 35px;
	margin-bottom: 20px;
}
#phone_number_popup a:link {
	color: #8f6441;
	transition: 0.2s ease;
}
#phone_number_popup a:hover {
	color: #c2947d;
}

#phone_container_massenger {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#phone_icon_popup {
	transition: transform 0.2s ease;
}
#phone_icon_popup:hover {
	transform: scale(1.05);
}

/*------ INSTAGRAM-----*/

.icon_instagram {
	text-align: center;
	margin: 0 5px 0 15px;
}
.fa-brands.fa-instagram {
	font-size: 20pt;
	color: #c2947d;
}

.icon_instagram a i {
	color: #c2947d;
	transition: color 0.3s ease;
}

.icon_instagram a:hover i {
	color: #bc7050;
}




/* =============================================================================
	POPUP Modals Pro 
	========================================================================== */

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="overlay"] {
	--color: 0, 0, 0;
	background: #0000008a;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="slide-content"] {
	background: #fff;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="inline"] [data-modals-element="slide-content"] {
	padding: 30px;
	overflow: auto;
}







/* =============================================================================
	SLIDER
	========================================================================== */
	
.slider_line {
	width: 100%;
}

.slider_line_wrap {
	width: 96%;
	padding: 0 2% 50px 2%;
	margin: 0px 0px;
}

.slider {
	width: 100%;
}

.slider_line_wrap:after {
	content: "";
	display: table;
	clear: both;
}







/* =============================================================================
	LINE_1 - ИНФОГРАФІКА
	========================================================================== */

.line_1 {
	width: 100%;
	padding: 0px 0px 60px 0px;
	background: #191919;
}

.line_1_wrap {
	width: 70%;
	margin: 0px 15%;
}

.line_1_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.line_1_1 {
	flex-basis: 100%;
	margin: -70px 0px 50px 0px;
	z-index: 3;
}

.line_1_2 {
	flex-basis: 100%;
	padding: 0px 0px 0px 0px;
}
.line_1_wrap:after {
	content: "";
	display: table;
	clear: both;
}



/* Общий контейнер плашки */
.features-slider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	padding: 25px 40px;
	border-radius: 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 5px 10px #00000096;
}

/* Стили отдельного блока (иконка + текст) */
.feature-item {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 1;
	justify-content: center;
	position: relative;
}

/* Тонкие разделительные линии между элементами */
.feature-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #E6DDD6;
}

/* Контейнер для иконки */
.feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Обводка/цвет для SVG иконок */
.feature-icon svg {
	stroke: #C98B6D; 
}

/* Стили текста */
.feature-text h3 {
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

.feature-text p {
	margin: 0;
	font-size: 14px;
	color: #2c2c2c;
	white-space: nowrap; 
}





/*----ЛІЧИЛЬНИК JM Counter*/

.jmm-counter.default .jm-count {
	font-size: 64px;
	line-height: 1.1;
	color: #8f6441;
}
.jmm-counter.default .jmm-subtitle {
	margin-top: 10px;
	color: #efeae6;
}


/* =============================================================================
	LINE_2 - МРІЯ
	========================================================================== */

.line_2 {
	width: 100%;
	padding: 70px 0px 60px 0px;
	background: #fff;
}

.line_2_wrap {
	width: 70%;
	margin: 0px 15%;
}

.line_2_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.line_2_1 {
	flex-basis: 46%;
	margin: 0px 2%;
}

.line_2_2 {
	flex-basis: 36%;
	margin: 0px 2%;
}

.line_2_3 {
	flex-basis: 60%;
	margin: 20px 0;
}

.line_2_wrap:after {
	content: "";
	display: table;
	clear: both;
}

/* БЛОК МРІЇ (modulе) */

.module_line2_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	max-width: 400px;
	margin: 30px 0;
}

.dream_block {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	background: #efeae6;
	padding: 20px 10px;
	width: 100%;
	margin: 10px 0;
	border-radius: 10px;
}

.dream_icon {
	flex-basis: 50px;
	margin-right: 10px;
}

.dream_txt {
	width: calc(100% - 50px);
	font-size: 20px;
}


.fa-solid, .fas {
	font-weight: 900;
	font-size: 33px;
	color: #bc7050;
}

.fa-regular.fa-credit-card {
	font-weight: 900;
	font-size: 33px;
	color: #bc7050;
}



/* БЛОК СЛОГАН (modulе) */

.slogan_line2_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	border: 4px solid #efeae6;
	border-radius: 15px;
}

.slogan_icon_start {
	margin: 10px 30px;
}

.slogan_txt p {
	font-size: 20pt;
	padding: 10px;
}

.slogan_icon_end {
	margin: 10px 30px;
}



/* =============================================================================
	LINE_3 - СКІЛЬКИ ЗАРОБЛЯЄ
	========================================================================== */

.line_3 {
	width: 100%;
	padding: 70px 0px 60px 0px;
}

.line_3_wrap {
	width: 70%;
	padding: 0px 15%
}

.line_3_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.line_3_1 {
	flex-basis: 46%;
	margin: 0px 2%;
}

.line_3_2 {
	flex-basis: 46%;
	margin: 0px 2%;
}

.line_3_3 {
	flex-basis: 100%;
	margin: 0px 0%;
}

.line_3_wrap:after {
	content: "";
	display: table;
	clear: both;
}


/* БЛОК Скільки заробляє (modulе) */

.module_line3_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.money_subtitle {
	font-size: 20px;
	margin-top: 10px;
}

.price_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	background: #fffdfb;
	border-radius: 15px;
	padding: 20px 20px;
	margin: 30px 0;
}

.price_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	padding: 10px 0;
}

.price_icon {
	flex-basis: 50px;
	font-size: 30px;
	padding: 5px;
}
.price_title {
	font-size: 24px;
}



/* Блок 5+ (module) */
.five_plus-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #e3dcd4;
	padding: 25px 40px;
	border-radius: 15px;
	box-sizing: border-box;
	margin: 30px 0;
}
.five_plus-item {
	display: flex;
	align-items: center;
	gap: 15px; 
	flex: 1 1 0; 
	min-width: 0;
	justify-content: center;
	position: relative;
}

.five_plus-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #8B8A89;
}

.five_plus-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.five_plus-text p {
	margin: 0;
	font-size: 14px;
	color: #2c2c2c;
	overflow-wrap: break-word;
	word-break: break-word;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 992px) {
	.five_plus-container {
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	}
	
	.five_plus-item {
	flex: 1 1 40%;
	justify-content: flex-start;
	}

	.five_plus-item:not(:last-child)::after {
	display: none;
	}
}

@media (max-width: 576px) {
	.five_plus-item {
	flex: 1 1 100%; 
	}
}

			





/* =============================================================================
	LINE_4 - ХОЧУ СТАТИ МАЙСТРОМ
	========================================================================== */

.line_4 {
	background-image: url(../images/flower_for_bg.webp);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-color: #c2947d;	
	width: 100%;
	padding: 70px 0px 70px 0px;
}

.line_4_wrap {
	width: 70%;
	margin: 0px 15%;
}

.line_4_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.line_4_zag {
	margin-bottom: 30px;
}

.line_4_1 {
	flex-basis: 100%;
}

.line_4_wrap:after {
	content: "";
	display: table;
	clear: both;
}



.module_line4_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.course_txt {
	flex-basis: 50%;
	text-align: left;
}

.course_txt p {
	font-size: 19px;
	text-align: left;
}
.divider {
	width: 1px;
	height: 100px;
	background-color: #f4a78b; 
}

#button_line_4 p {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 16px;
	color: #ffdacd;
}


/* КНОПКА ХОЧУ СТАТИ МАЙСТРОМ WHITE */

.button_block_line4 {
	margin: 30px 0;
}
.btn-course_white {
	display: inline-flex;
	align-items: center;
	padding: 13px 15px;
	font-size: 18px;
	color: #bc7050;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background: linear-gradient(45deg, #f7f3f0,#ffffff,#ede8e3);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
	box-shadow: 3px 3px 5px #353535;
	max-width: max-content;
}

/* Стили для иконки */
.btn-icon_white {
	font-size: 35px;
	color: #bc7050; 
}

/* Контейнер для двух строк текста */
.btn-text-container_white {
	display: flex;
	flex-direction: column;
	text-align: left;
		margin-left: 10px;
}

/* Верхняя строка (заголовок) */
.btn-title_white {
	color: #bc7050;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

/* Нижняя строка (подзаголовок) */
.btn-subtitle_white {
	color: grey;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
}

/* Эффект при наведении курсора (ховер) */
.btn-course_white:hover {
	background-position: right center;
	box-shadow: 0px 0px 0px #353535;
}






/* =============================================================================
	LINE_5 - РЕЗУЛЬТАТИ
	========================================================================== */

.line_5 {
	background: #ffffff url(../images/line5_bg.webp) no-repeat bottom center;
	width: 100%;
	padding: 100px 0px 70px 0px;
	background-size: 100% auto;
}

.line_5_wrap {
	width: 80%;
	margin: 0px 10%;
}

.line_5_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.line_5_zag {
	margin-bottom: 30px;
}

.line_5_1 {
	flex-basis: 30%;
	margin: 0 2% 20px 0;
}

.line_5_2 {
	flex-basis: 68%;
}

.line_5_3 {
	flex-basis: 100%;
}

.line_5_wrap:after {
	content: "";
	display: table;
	clear: both;
}

/* БЛОК ЗАГОЛОВКА (module) */

.results_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.results_rub {
	margin-bottom: 20px;
}
.results_title {
	margin-bottom: 50px;
}
.results_subtitle {
	font-size: 20px;
}
.fa-regular.fa-heart {
	color: #c2947d;
}

/* БЛОК 3 (module) */

.four_plus-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fcfbf9;
	padding: 25px 40px;
	border-radius: 15px;
	box-sizing: border-box;
	margin: 30px 0;
}
.four_plus-item {
	display: flex;
	align-items: center;
	gap: 15px; 
	flex: 1 1 0; 
	min-width: 0;
	justify-content: center;
	position: relative;
}

.four_plus-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #8B8A89;
}

.four_plus-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.four_plus-icon img {
	width: 75px;
	height: auto;
}

.four_plus-text h3 {
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

.four_plus-text p {
	margin: 0;
	font-size: 17px;
	color: #2c2c2c;
	overflow-wrap: break-word;
	word-break: break-word;
}







/* КНОПКА ХОЧУ СТАТИ МАЙСТРОМ */

.button_block_line5 {
	margin: 30px 0;
}
.btn-course {
	display: inline-flex;
	align-items: center;
	padding: 13px 15px;
	font-size: 18px;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background: linear-gradient(45deg, #8f6441, #c2947d, #8f6441);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
	box-shadow: 3px 3px 5px #383838;
	max-width: max-content;
}

/* Стили для иконки */
.btn-icon {
	font-size: 35px;
	color: #ffffff; 
}

/* Контейнер для двух строк текста */
.btn-text-container {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-left: 10px;
}

/* Верхняя строка (заголовок) */
.btn-title {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

/* Нижняя строка (подзаголовок) */
.btn-subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
}

/* Эффект при наведении курсора (ховер) */
.btn-course:hover {
	background-position: right center;
	box-shadow: 0px 0px 0px #ced3d5ff;
}





/* =============================================================================
	LINE_6 - Що ВІДРІЗНЯЄ НАС?
	========================================================================== */

.line_6 {
	width: 100%;
	padding: 70px 0px 70px 0px;
}

.line_6_wrap {
	width: 70%;
	margin: 0px 15%;
}

.line_6_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.line_6_zag {
	margin-bottom: 30px;
}

.line_6_1 {
	flex-basis: 46%;
	margin: 0 2%;
}

.practice_img {
	width: 80%;
	height: auto;
}

.line_6_2 {
	flex-basis: 46%;
	margin: 0 2%;
}

.line_6_3 {
	flex-basis: 96%;
	margin: 0 2%;
}

.line_6_wrap:after {
	content: "";
	display: table;
	clear: both;
}

/* -----15 дны практики---- */

.practice_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.practice_rub {
	border: 2px solid #bc7050;
	padding: 10px 10px;
	border-radius: 25px;
	margin-bottom: 20px;
}

.practice_rub p {
	font-size: 18pt;
	color: #bc7050;
}

.practice_subtitle {
	font-size: 20px;
	margin: 20px 0;
}


.block_practice_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block_practice {
	width: 42%;
	margin: 2% 2%;
	background: #fffdfb;
	border-radius: 10px;
	padding: 2% 2%;
}
.block_practice_icon {
	width: 100%;
	text-align: center;
}
.block_practice_icon img {
	width: 70px;
	height: auto;
}
.block_practice_txt {
	text-align: center;
}
.block_practice_txt h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

/* -----Нижній блок line6---- */

.practice_block_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
}

.practice_block_bottom_item {
	width: calc(100% - 600px);
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	background: #e3dcd4;
	padding: 50px 20px;
	border-radius: 15px;
}
.practice_block_bottom_icon {
	width: 100px;
}
.practice_block_bottom_txt {
	font-size: 20pt;
}

.practice_block_bottom_img {
	width: 500px;
}


/* -----Текст на колонки---- */

.line6_text_columns {
	column-count: 2;
	column-gap: 100px;
	column-rule: 1px solid #5f5f5f;
	text-align: justify;
	margin: 50px 0px;
	font-weight: 300;
}



/* =============================================================================
	LINE_7 - ПРО ШКОЛУ
	========================================================================== */

.line_7 {
	width: 100%;
	padding: 0px 0px 60px 0px;
	background: transparent url(../images/line7_bg.webp) no-repeat top center;
	background-size: cover;
}

.line_7_wrap {
	width: 80%;
	margin: 0px 10%;
}

.line_7_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.line_7_zag {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.line_7_1 {
	flex-basis: 50%;
}

.line_7_2 {
	flex-basis: 60%;
	margin: 50px 0;
}

.line_7_wrap:after {
	content: "";
	display: table;
	clear: both;
}


/* ЗАГОЛОВОК + лінія */
.zag_container {
	padding: 40px;
}

.divider2 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	margin: 20px auto 0;
}

.divider2::before,
.divider2::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #bc7050;
}

.heart {
	color: #c85a2b;
	font-size: 20px;
	padding: 0 15px;
	user-select: none;
}


/* БЛОК СЛОГАН (modulе line7) */

.slogan_line7_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	background: #ede8e3;
	border-radius: 15px;
}

.slogan_line7_txt p {
	font-size: 20pt;
	margin: 70px 20px;
	text-align: center;
}







/* =============================================================================
	LINE_8 D.K. NAILS School — це:
	========================================================================== */

.line_8 {
	width: 100%;
	background: #c0bcb3 url(../images/girl_nails.webp) no-repeat left top;
	background-size: auto 100%;
}

.line_8_wrap {
	width: 70%;
	margin: 0px 15%;
}

.line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
}

.line_8_zag {
	flex-basis: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.line_8_1 {
	flex-basis: 50%;
	margin: 20px 0 50px 0;
}

.line_8_2 {
	flex-basis: 60%;
		margin: 0px 20%;
}

.line_8_wrap:after {
	content: "";
	display: table;
	clear: both;
}


/* БЛОК ШКОЛА - ЦЕ: (modulе) */

.zag_container_line8 {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(10px);
	margin-bottom: 20px;
}

.school_is_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 80%;
	margin: 0 auto;
}

.school_is_block {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	background: #fffdfbd4;
	padding: 20px 10px;
	width: 100%;
	margin: 10px 0;
	border-radius: 10px;
}

.school_is_icon {
	flex-basis: 70px;
	margin-right: 10px;
}
.school_is_icon img {
	width: 70px;
	height: auto;
}

.school_is_txt {
	width: calc(100% - 70px);
	font-size: 22px;
}


.fa-solid, .fas {
	font-weight: 900;
	font-size: 33px;
	color: #c2947d;
}

.fa-regular.fa-credit-card {
	font-weight: 900;
	font-size: 33px;
	color: #c2947d;
}


/* КНОПКА ХОЧУ СТАТИ МАЙСТРОМ */

.button_block_line8 {
	margin: 50px 0 30px 0;
	text-align: center;
}






/* =============================================================================
	LINE_9 ЫСТОРІЯ НАШОЇ УЧЕНИЦІ
	========================================================================== */

.line_9 {
	width: 100%;
	padding: 70px 0px 100px 0px;
	background-size: 100% auto;
	min-height: 500px;
	/* filter: brightness(60%); */
}

.line_9_wrap {
	width: 80%;
	margin: 0px 10%;
}

.line_9_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.line_9_zag {

}

.line_9_1 {
	flex-basis: 38%;
	margin: 0px 2% 0 0;
}

.line_9_2 {
	width: calc(100% - 42%);
	margin: 0 0 0 2%;
}

.line_9_3 {
	flex-basis: 100%;
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.line_9_wrap:after {
	content: "";
	display: table;
	clear: both;
}







.timeline-container {
	max-width: 600px;
	margin: 40px auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* Заголовок блока */
.timeline-header {
	margin-bottom: 40px;
	padding-left: 15px;
}

.timeline-header .subtitle {
	color: #c2947d;
	display: block;
	margin-bottom: 12px;
}

.fa-regular.fa-thumbs-up {
	color: #c2947d;
}

.timeline-header h2 {
	font-family: 'Playfair Display', serif; /* Елегантний засічковий шрифт як на фото */
	color: var(--text-dark);
	font-size: 32px;
	margin: 0;
	font-weight: 700;
}

/* Структура таймлайну */
.timeline {
	position: relative;
	padding-left: 20px;
}

/* Вертикальна лінія */
.timeline::before {
	content: '';
	position: absolute;
	left: 52px; /* Центрування відносно іконки (padding + половина ширини круга) */
	top: 30px;
	bottom: 30px;
	width: 1px;
	background-color: #c2947d;;
	z-index: 1;
}

/* Елемент списку */
.timeline-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 45px;
	z-index: 2;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

/* Кружечок з іконкою */
.timeline-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 25px;
}

.timeline-icon svg {
	width: 26px;
	height: 26px;
}

/* Текстовий контент */
.timeline-content {
	padding-top: 8px;
}

.timeline-content h3 {
	color: #c2947d;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.timeline-content p {
	color: var(--text-dark);
	margin: 0;
}




/* БЛОК ФОТО */

/* Общий контейнер-сетка */
.history-container {
	display: grid;
	grid-template-columns: 1fr 1fr; 
	gap: 30px;			 
	max-width: 1000px; 
	margin: 0 auto;	
	padding: 20px;
}

/* Стили для каждого блока с историей */
.history-block {
	display: flex;
	flex-direction: column;
}

/* Оформление картинок */
.history-img img {
	width: 100%;
	height: auto; 
	border-radius: 12px; 
	object-fit: cover;
	display: block;
}

/* Текст под фотографиями */
.history-subtitle {
	color: #a67c52;	 
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
	margin-top: 15px;
	margin-bottom: 5px;
}

.history-block:last-child {
	grid-column: span 2;
}















/* =============================================================================
	LINE_10 Чому учениці обирають
	========================================================================== */

.line_10 {
	width: 100%;
}

.parallax_line_10 {
	/* The image used */
	background: transparent url(../images/line10_bg.webp) no-repeat top center;

	/* Set a specific height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.line_10_wrap {
	width: 90%;
	margin: 0px 5%;
	padding: 70px 0px 70px 0px;
}

.line_10_zag {
	margin-bottom: 50px;
	text-align: center;
}

.line_10_1 {
	width: 100%;
	margin: 0px 0%;
}

.line_10_2 {
	width: 100%;
	text-align: center;
}

.line_10_wrap:after {
	content: "";
	display: table;
	clear: both;
}


.



.features-section {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	text-align: center;
}


.cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	gap: 25px;	 
}

/* Стилі картки */
.card-item {
	background-color: #fffdfbe3;
	border-radius: 20px;
	padding: 35px 25px 25px 25px;
	width: calc(25% - 20px);
	min-width: 240px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 10px 30px rgba(201, 103, 51, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}


/* Кружальце для іконки */
.card-icon-wrap {
	width: 70px;
	height: 70px;
	background-color: #efeae6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.card-icon-wrap svg {
	width: 32px;
	height: 32px;
}

/* Текст всередині картки */
.card-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: #8f6441;
	margin: 0 0 12px 0;
}

.card-item p {
	line-height: 1.5;
	margin: 0 0 auto 0;
}

/* Маленька лінія внизу картки */
.card-line {
	width: 25px;
	height: 2px;
	margin-top: 25px;
	border-radius: 2px;
}






/* =============================================================================
	LINE_11 ГОЛОВНИЙ КУРС
	========================================================================== */

.line_11 {
	background: #fff;
	width: 100%;
}

.line_11_wrap {
	width: 80%;
	margin: 0px 10%;
}

.line_11_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 20px 0px 20px;
}

.line_11_zag {

}

.line_11_1 {
	flex-basis: 100%;
}

.line_11_2 {
	flex-basis: 100%;
}

.line_11_wrap:after {
	content: "";
	display: table;
	clear: both;
}






/* =============================================================================
	LINE_12 НАШІ КУРСИ (карусель)
	========================================================================== */

.line_12 {
	background: #c0bcb3;
	width: 100%;
}

.line_12_wrap {
	width: 96%;
	margin: 0px 2%;
	padding: 70px 0px 70px 0px;
}

.line_12_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

.line_12_zag {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.line_12_1 {
	flex-basis: 100%;
	margin: 0 0 0 0;
}

.line_12_2 {
	flex-basis: 70%;
	margin: 50px 0 0 0;
}

.line_12_wrap:after {
	content: "";
	display: table;
	clear: both;
}


/* -----Текст на колонки---- */

.text-columns {
	column-count: 2;
	column-gap: 100px;
	column-rule: 1px solid #5f5f5f;
	text-align: justify;
	font-weight: 300;
}






/* =============================================================================
	LINE_13 ЯК ПРОХОДИТЬ НАВЧАННЯ
	========================================================================== */

.line_13 {
	width: 100%;
	padding: 70px 0px 100px 0px;
	background-size: 100% auto;
	min-height: 500px;
}

.line_13_wrap {
	width: 80%;
	margin: 0px 10%;
}

.line_13_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

.line_13_zag {
	flex-basis: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.line_13_1 {
	flex-basis: 42%;
	margin: 0px 2%;
}

.line_13_2 {
	flex-basis: 46%;
	margin: 0px 2%;
	padding: 0 2% 2% 2%;
	font-weight: 300;
}

.line_13_3 {
	width: 100%;
	margin: 50px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.line_13_wrap:after {
	content: "";
	display: table;
	clear: both;
}

/* -----СЛОГАН---- */

#important_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	background: #e3dcd4;
	padding: 50px 20px;
	border-radius: 15px;
}
#important_icon {
	width: 70px;
	margin-right: 20px;
}
#important_txt {
	width: calc(100% - 90px);
	font-size: 20pt;
}

.fa-regular.fa-share-from-square {
	color: #8f6441;
}




/* =============================================================================
	LINE_14 ВІДГУКИ 
	========================================================================== */

.line_14 {
	width: 100%;
}

.parallax_line_14 {
	/* The image used */
	background: transparent url(../images/line14_bg.webp) no-repeat top center;

	/* Set a specific height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.line_14_wrap {
	width: 80%;
	margin: 0px 10%;
	padding: 70px 0px 70px 0px;
}

.line_14_zag {
	margin-bottom: 50px;
	text-align: center;
}

.line_14_1 {
	width: 100%;
	margin: 0px 0%;
}

.line_14_2 {
	width: 100%;
	text-align: center;
}

.line_14_wrap:after {
	content: "";
	display: table;
	clear: both;
}


/* Модуль ВІДГУКИ */
#reviews_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#reviews_blcok {
	flex-basis: 25%;
	margin: 2%;
	padding: 2%;
	background: #ffffffde;
	border-radius: 15px;
}

#reviews_zag_container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#reviews_img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}


/* КНОПКА БІЛЬШЕ ВІДГУКІВ*/

#button_line {
	margin: 50px 0px;
}

.transparent-btn {
	padding: 20px 20px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	background: #0000005e;
	transition: all 0.3s ease-in-out;
	border: 2px solid #fff;
}

.transparent-btn:hover {
	background: #c2947d;
}	





/* =============================================================================
	LINE_15 СЕРТИФІКАТИ
	========================================================================== */

.line_15 {
	width: 100%;
}

.line_15_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	width: 80%;
	margin: 0px 10%;
}

.line_15_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 60px 20px 60px 20px;
}

.line_15_zag {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.line_15_1 {
	flex-basis: 36%;
	margin: 0px 0% 20px 2%;
}

.line_15_2 {
	flex-basis: 46%;
	margin: 0px 2% 20px 2%;
	font-weight: 300;
}

.line_15_wrap:after {
	content: "";
	display: table;
	clear: both;
}


.cert_title {
	margin-bottom: 30px;
}
.cert_subtitle {
	font-size: 22pt;
	color: #c2947d;
	margin-bottom: 10px;
}


/* Главный контейнер списка */
.cert-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

/* Стили для каждой строки */
.cert-row {
	display: flex;
	align-items: center;
	padding: 25px 0;
	background: #fffdfb;
	margin-bottom: 20px;
	border-radius: 15px;
}

.cert-row:last-child {
	border-bottom: none;
}

/* Блок для круглой иконки */
.cert-icon {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	border-radius: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
}

.cert-icon img {
	width: 70px;	
	height: auto;
}

/* Стили текста */
.cert-text {
	color: #2b2b2b; 
	font-size: 22px;
}







/* =============================================================================
	LINE_16 ФІНАЛ
	========================================================================== */

.line_16 {
	width: 100%;
}

.line_16_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
}

.line_16_container {
	display: flex;
	flex-wrap: wrap;
}

.line_16_zag {
}

.line_16_1 {
	flex-basis: 100%;
}

.line_16_2 {

}

.line_15_wrap:after {
	content: "";
	display: table;
	clear: both;
}






/* =============================================================================
	Footer
	========================================================================== */
	
.footer {
	background: #383838;
	height: 70px;
	width: 100%;
}

.footer_wrap {
	margin: 0 auto;
	max-width: 1400px;
}

.footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


.footer_1 {
	flex-basis: 96%;
	margin: 20px 2% 15px 2%;
	text-align: center;
	font-size: 10px;
	color: #b4b4b4;
}

.footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 0px 2%;
	text-align: center;
	color: #b4b4b4;
}



a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #d1d1d1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #fff;
}	








/* =============================================================================
	DJ MEGA MENU (clean)
	========================================================================== */
.dj-megamenu-clean li a.dj-up_a > span {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	height: 50px;
}
 
.dj-megamenu-clean li a.dj-up_a {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 0 18px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	position: relative;
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
	font-size: 16px;
	line-height: 20px;
}

/* --- Кнопка мобильного меню--*/

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	color: #c2947d;
	border: 1 px solid #c2947d;;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	text-decoration: none;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
	background: #efeae6;
	color: #8f6441;
}

.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon::before, .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon::before, .dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon::before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 32px/1 "FontAwesome";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}






/* ============================================================================================================================
	АДАПТИВНОСТЬ
	========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/


/* --- 1540px ---*/

@media screen and (max-width:1540px){

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 0px 0px 0px;
	align-items: center;
}
.line_2_wrap {
	width: 96%;
	margin: 0px 2%;
}
.line_2_2 {
	flex-basis: 46%;
	margin: 0px 2%;
}
.dream_block {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	background: #efeae6;
	padding: 12px 10px;
	width: 100%;
	margin: 10px 0;
	border-radius: 10px;
}
.line_2_3 {
	flex-basis: 80%;
}
.line_3 {
	width: 100%;
	padding: 70px 0px 0px 0px;
}
.line_3_wrap {
	width: 96%;
	padding: 0px 2%;
}
.line_4_wrap {
	width: 90%;
	margin: 0px 5%;
}
.line_5_wrap {
	width: 96%;
	margin: 0px 2%;
}
.line_6_wrap {
	width: 96%;
	margin: 0px 2%;
}
.line_7_1 {
	flex-basis: 80%;
}
.line_7_2 {
	flex-basis: 90%;
	margin: 50px 0;
}
.line_8_wrap {
	width: 96%;
	margin: 0px 2%;
}
.line_14_wrap {
	width: 96%;
	margin: 0px 2%;
	padding: 70px 0px 70px 0px;
}
.line_15_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	width: 96%;
	margin: 0px 2%;
}
.line_11_wrap {
	width: 100%;
	margin: 0 0;
}
.line_11_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 0 0 0;
}


}




/* --- 1440px ---*/

@media screen and (max-width:1441px){

img {
	max-width: 100%;
	height: auto;
}
.line_1_wrap {
	width: 90%;
	margin: 0px 5%;
}



}





/* --- 1367px ---*/

@media screen and (max-width:1367px){

.line_9_wrap {
	width: 96%;
	margin: 0px 2%;
}
.line_9_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.timeline-container {
	max-width: 600px;
	margin: 0px auto;
	padding: 20px 20px;
	box-sizing: border-box;
}
.text-columns {
	column-count: 1;
	column-gap: 100px;
	column-rule: 1px solid #5f5f5f;
	text-align: left;
	font-weight: 300;
}
.line_13_wrap {
	width: 96%;
	margin: 0px 2%;
}



}






/* --- 1180px ---*/

@media screen and (max-width:1180px){

.module_line4_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.course_txt {
	width: 100%;
	text-align: center;
}
.course_txt p {
	font-size: 19px;
	text-align: center;
}
.divider {
	width: 1px;
	height: 100px;
	background-color: #f4a78b;
	display: none;
}

.practice_img {
	width: 100%;
	height: auto;
}
.line_6_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

.line_9_1 {
	flex-basis: 100%;
	margin: 0 0 0 0;
}
.line_9_2 {
	width: 100%;
	margin: 0 0 0 0;
}
.timeline-container {
	max-width: 600px;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
}
#reviews_blcok {
	flex-basis: 40%;
	margin: 2%;
	padding: 2%;
	background: #ffffffde;
	border-radius: 15px;
}
.cert-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 0px;
}


}








/* --- 1130px ---*/

@media screen and (max-width:1130px){

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
}
.header_1 {
	flex-basis: 140px;
	order: 2;
}
.header_2 {
	flex-basis: 40px;
	margin: 10px 10px 0px 10px;
	height: 60px;
	order: 1;
}
.header_3 {
	flex-basis: 210px;
	order: 3;
	height: 35px;
}


}


/* --- 1124px ---*/

@media screen and (max-width:1124px){

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #434343;
	color: #e4e4e4;
	border: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
	text-decoration: none;
}

.features-slider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	padding: 25px 10px;
	border-radius: 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 5px 10px #00000096;
}



}





/* --- 1024px ---*/

@media screen and (max-width:1025px){

.line_5_1 {
	flex-basis: 80%;
	margin: 0 0 20px 0;
	text-align: center;
}
.line_5_2 {
	flex-basis: 60%;
}
.results_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.results_title {
	margin-bottom: 20px;
}

.practice_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 80%;
}
.line_6_1 {
	flex-basis: 46%;
	margin: 0 2%;
	order: 2;
}
.line_6_2 {
	flex-basis: 96%;
	margin: 0 2%;
	order: 1;
}
.line_6_3 {
	flex-basis: 96%;
	margin: 0 2%;
	order: 3;
}
.line_7_wrap {
	width: 90%;
	margin: 0px 5%;
}
.line_7_1 {
	flex-basis: 100%;
}

.card-item {
	width: calc(33.333% - 20px); 
}


}



/* --- 992px ---*/

@media screen and (max-width:992px) {

	.four_plus-container {
	flex-wrap: wrap; 
	gap: 20px;
	padding: 20px;
	}
	.four_plus-item {
	flex: 1 1 40%; 
	justify-content: flex-start;
	}
	.four_plus-item:not(:last-child)::after {
	display: none;
	}

.features-slider {
	flex-wrap: wrap; 
	gap: 20px;
	padding: 20px;
	}
 
	.feature-item {
	flex: 1 1 40%;
	justify-content: flex-start;
	}

	.feature-item:not(:last-child)::after {
	display: none;
	}
	
.line_3_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}	
	
}




/* --- 920px ---*/

@media screen and (max-width:920px){

.line_2_1 {
	flex-basis: 86%;
	margin: 0px 2%;
	order: 2;
}
.line_2_2 {
	flex-basis: 96%;
	margin: 0px 2%;
	order: 1;
}
.line_2_3 {
	flex-basis: 80%;
	order: 3;
}
.slogan_icon_end {
	margin: 10px 30px;
	display: none;
}
.line_3_1 {
	flex-basis: 96%;
	margin: 0px 2%;
}
.line_3_2 {
	flex-basis: 86%;
	margin: 0px 2%;
}
.line_9 {
	width: 100%;
	padding: 70px 0px 0px 0px;
	background-size: 100% auto;
	min-height: 500px;
}
.line_12_2 {
	flex-basis: 96%;
	margin: 50px 2% 0 2%;
}
.line_13_1 {
	flex-basis: 100%;
	margin: 0px 2%;
}
.line_13_2 {
	flex-basis: 96%;
	margin: 30px 2% 0px 2%;
	padding: 0 2% 2% 2%;
	font-weight: 300;
}


}


/* --- 840px ---*/

@media screen and (max-width:840px){

.card-item {
	width: calc(43.333% - 20px);
}
#reviews_blcok {
	flex-basis: 80%;
	margin: 2%;
	padding: 2%;
	background: #ffffffde;
	border-radius: 15px;
}
.line_15_1 {
	flex-basis: 76%;
	margin: 0px 0% 20px 2%;
	order: 2;
}
.line_15_2 {
	flex-basis: 96%;
	margin: 0px 2% 20px 2%;
	font-weight: 300;
	order: 1;
}

}




/* --- 768px ---*/

@media screen and (max-width:768px){

.line_8_1 {
	flex-basis: 70%;
	margin: 20px 0 50px 0;
}

	.history-container {
	grid-template-columns: 1fr; 
	gap: 20px;
	}
	
	.history-block:last-child {
	grid-column: span 1; 
	}
	.features-header h2 {
	font-size: 32px;
	}
	.card-item {
	width: calc(50% - 20px);
	}
	
}


/* --- 700px ---*/

@media screen and (max-width:700px){

h1 {
	font-size: 42px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 1px;
}
.slogan_txt p {
	font-size: 16pt;
	padding: 10px;
}
.line_5 {
	background: #ffffff url(../images/line5_bg.webp) no-repeat bottom center;
	width: 100%;
	padding: 50px 0px 70px 0px;
	background-size: 100% auto;
}
.line_6_1 {
	flex-basis: 76%;
	margin: 20px 2%;
	order: 2;
}
.practice_rub p {
	font-size: 15pt;
	color: #bc7050;
}
.practice_block_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
}
.practice_block_bottom_item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	background: #e3dcd4;
	padding: 50px 20px;
	border-radius: 15px;
}
.practice_block_bottom_icon {
	width: 100px;
	margin-right: 10px;
}
.practice_block_bottom_img {
	width: 500px;
	display: none;
}
.practice_block_bottom_txt {
	font-size: 16pt;
}
.slogan_line7_txt p {
	font-size: 16pt;
	margin: 30px 20px;
	text-align: center;
}
.timeline-content h3 {
	color: #bc7050;
	font-size: 20px;
	/* font-weight: 700; */
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
#important_txt {
	width: calc(100% - 90px);
	font-size: 16pt;
}
.cert_subtitle {
	font-size: 20pt;
	color: #c2947d;
	margin-bottom: 10px;
}


}



/* --- 640px ---*/

@media screen and (max-width:640px){

.line_5_2 {
	flex-basis: 100%;
}


}





/* --- 576px ---*/

@media screen and (max-width:576px) {

.four_plus-item {
	flex: 1 1 100%; /* На смартфонах выстраиваются в один столбик */
}

.feature-item {
	flex: 1 1 100%;
}



}




/* --- 541px ---*/

@media screen and (max-width:541px){

.line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.line_8_1 {
	flex-basis: 90%;
	margin: 20px 0 50px 0;
}
.school_is_icon {
	flex-basis: 50px;
	margin-right: 10px;
}
.school_is_icon img {
	width: 50px;
	height: auto;
}
.school_is_txt {
	width: calc(100% - 70px);
	font-size: 18px;
}



}




/* --- 480px ---*/

@media screen and (max-width:480px){

.header_3 {
	flex-basis: 98px;
	order: 3;
	height: 35px;
	margin: 0 0 10px 0;
}
.phone-text {
	color: #8f6441;
	display: none;
	margin-top: 7px;
	transition: color 0.2s ease;
}
.phone-icon {
	width: 35px;
	height: auto;
	object-fit: contain;
	display: inline;
	margin-top: 0px;
}
.icon_instagram {
	text-align: center;
	margin: -4px 5px 1px 15px;
}
.fa-brands.fa-instagram {
	font-size: 30pt;
	color: #c2947d;
}
.practice_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.block_practice {
	width: 92%;
	margin: 2% 2%;
	background: #fffdfb;
	border-radius: 10px;
	padding: 2% 2%;
}
.line_6_1 {
	flex-basis: 96%;
	margin: 20px 2%;
	order: 2;
}
.timeline::before {
	content: '';
	position: absolute;
	left: 29px; 
	top: 30px;
	bottom: 30px;
	width: 1px;
	background-color: #c2947d;
	z-index: 1;
}
.timeline-header h2 {
	font-size: 26px;
}
	
.timeline {
	padding-left: 5px;
}
	
.timeline::before {
	left: 37px;
}
	
.timeline-icon {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
	
.timeline-icon svg {
	width: 20px;
	height: 20px;
}
	
.timeline-content p {
	font-size: 14px;
}
	
.card-item {
	width: 100%; 
}
.cert-text {
	font-size: 18px;
}
.cert-icon {
	width: 60px;		
	height: 60px;
	margin-right: 15px;
}
.cert-icon img {
	width: 40px;
}


}




/* --- 440px ---*/

@media screen and (max-width:440px){

.scrollToTop.snip1452, .scrollToTop.snip1452 [class^="fa-"]::before, .scrollToTop.snip1452 [class*="fa-"]::before {
	display: none;
}
.line_2_1 {
	flex-basis: 96%;
	margin: 0px 2%;
	order: 2;
}
.line_2_3 {
	flex-basis: 96%;
	order: 3;
}

.line_3_2 {
	flex-basis: 96%;
	margin: 0px 2%;
}

.price_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	text-align: center;
}
.price_icon {
	flex-basis: 100%;
	font-size: 30px;
	padding: 5px;
	text-align: center;
}
.line_8_1 {
	flex-basis: 100%;
	margin: 20px 0 50px 0;
}
.line_14_wrap {
	width: 96%;
	margin: 0px 2%;
	padding: 70px 0px 20px 0px;
}
#reviews_blcok {
	flex-basis: 90%;
	margin: 2%;
	padding: 2%;
	background: #ffffffde;
	border-radius: 15px;
}
.line_15_1 {
	flex-basis: 96%;
	margin: 0px 0% 20px 2%;
	order: 2;
}

}




/* --- 400px ---*/

@media screen and (max-width:400px){

#phone_number_popup {
	font-size: 30px;
	margin-bottom: 20px;
}
.line_4 {
	background-image: url(../images/flower_for_bg.webp);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-color: #c2947d;
	width: 100%;
	padding: 70px 0px 70px 0px;
	background-size: auto 100%;
}





}



