@charset "UTF-8";
@import "css/lightgallery.min.css";
/*
Theme Name: Amtec Kazan
Author: the WordPress team
Version: 1.0
*/
@import "fonts/Montserrat/stylesheet.css";
/*@import "fonts/Manrope/stylesheet.css";*/


:root {
	--bg-m : #FEFEFE;
	--bg-s : #ECF0F9;
	--bg-d : #57698B;
	--bg-d2 : #7990BE;
	--bg-r : #FF005E;
	--bg-dg : #CAD1E3;
	--gradient-blue: linear-gradient(135deg, #1E40AF 0%, #2563EB 45%, #3B82F6 100%);
	--gradient-lblue: linear-gradient(180deg, #F3F7FF 0%, #FAFCFF 100%);
	
	/*--gradient-pink: linear-gradient(125deg, #7a002d 0%, #cc004b 48%, #ff005e 100%);*/
	--gradient-pink: linear-gradient(125deg, #b30044 0%, #e60053 48%, #ff005e 100%);
	--tm : #0b1b44;
	--tb : #2563EB;
	--tl: #F9F9FA;
	--tr: #FF005E;
	
	--bdc1 : #D0D7E7; /*#DBE0EC*/
	--bdc2 : #98A4B8;
	
	--w: #FFF;
	
	--box-shadow: 0 14px 34px rgba(20, 56, 147, 0.06);
	--border: 1px solid #DFE8FF;
	
	--icon-bg : #EEF4FF;
	
}

html * { max-height: 1000000px; }
* { -webkit-text-size-adjust: none; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
html:not(.wp-toolbar), body:not(.wp-admin) { font-family: "Montserrat", "Times New Roman", sans-serif; width: 100%; height: 100%; scroll-behavior: smooth;
	font-size: 14px; line-height: 1.4; color: var(--tm); background: var(--bg-m); font-weight: 500; }
li { list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a img { border:none; }
a { text-decoration: none; color: inherit; text-decoration-skip-ink: none }
input, select, button, textarea { outline:none;
	font-family: "Montserrat", Arial, sans-serif; font-size: 14px;
	/*-moz-appearance:none;-webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none;*/
}
input[type=file], button, input[type="submit"],
input[type=file]::-webkit-file-upload-button { cursor: pointer; }
.container { max-width: 1360px; width: 100%; padding: 0 20px; margin: 0 auto; }
.wrap_container { max-width: 1650px; width: calc(100% - 24px); margin: 0 auto; border-radius: 30px; }

.page_wrapper { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; }
header,.nav_block, footer { flex: 0 0 auto; }
main { flex: 1 1 auto; }

h1 { font-size: 48px; line-height: 1.15; font-weight: 700; text-transform: uppercase; }
h4 { font-size: 32px; text-transform: uppercase; font-weight: 700; line-height: 1.15; }
h6 { font-size: 20px; font-weight: 700; line-height: 1.25; }
p {}
p b {}
p a {}
p a:hover {}
h4.center { text-align: center; }
.gap-10 { gap: 10px; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }

@media(min-width: 641px) {
	.xl-f-row { display: flex; flex-direction: row; }
	.xl-f-wrap { flex-wrap: wrap; }
	
	.xl-gap-10 { gap: 10px; }
	.xl-gap-15 { gap: 15px; }
	.xl-gap-20 { gap: 20px; }
	
	.xl-col-3 { display: grid; grid-template-columns: repeat(3, 1fr); }
}

@media(max-width: 641px) {
	.sm-f-row { display: flex; flex-direction: row; }
	.sm-f-col { display: flex; flex-direction: column; }
	.sm-f-wrap { flex-wrap: wrap; }
	
	.sm-gap-10 { gap: 10px; }
	.sm-gap-15 { gap: 15px; }
	.sm-gap-20 { gap: 20px; }
	
	.sm-column { display: grid; grid-template-columns: 1fr; }
}

.btn_group { display: flex; flex-wrap: wrap; gap: 20px; }
.btn_group.center { justify-content: center; }

.btn { transition: .4s; height: 44px; padding: 0 20px; border-radius: 8px;
	font-size: 15px; font-weight: 500; border: none; display: inline-flex; align-items: center; justify-content: center; }
.btn.v1 { background: var(--gradient-pink); color: var(--tl); transition: all 0.4s ease; }
.btn.v1:hover {}
.btn.v1:hover {
	/* Осветление через белый полупрозрачный слой */
	background:
			linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)),
			linear-gradient(125deg, #990038 0%, #cc004b 48%, #ff005e 100%);
	
	box-shadow: 0 6px 24px rgba(255, 0, 94, 0.5);
	transform: translateY(-2px) scale(1.02);
}
.btn.v1:active {
	transform: scale(0.98);
	box-shadow:
			0 2px 4px rgba(255, 0, 94, 0.15),
			0 6px 16px rgba(255, 0, 94, 0.2);
}
.btn.v1:focus {}
.btn.v2 { padding: 0 16px; border: 1px solid var(--bdc1); }
.btn.v2:hover { border-color: var(--bdc2); }
.btn.v2:focus {}

.btn.v3 { background: var(--bg-d2); color: var(--w); }
.btn.v4 { background: var(--w); color: var(--tm); }

.btn.call_btn,.btn.price_btn,.btn.calendar_btn,.btn.loyalty_btn,.btn.register_btn,
.btn.program_btn { padding: 0 20px 0 50px; position: relative; }
.btn.call_btn:before,.btn.price_btn:before,.btn.calendar_btn:before,.btn.loyalty_btn:before,.btn.register_btn:before,
.btn.program_btn:before {
	position: absolute; left: 16px; top: 0; bottom: 0;
	margin: auto; content: ""; width: 24px; height: 24px; flex: 0 0 auto; }
.btn.call_btn:before { background: url(img/call_white_icon.svg) no-repeat 50% 50% / contain; }
.btn.price_btn:before { background: url(img/price_btn_icon.svg) no-repeat 50% 50% / contain; }
.btn.calendar_btn:before { background: url(img/calendar_btn_icon.svg) no-repeat 50% 50% / contain; }
.btn.loyalty_btn:before { background: url(img/loyalty_btn_icon.svg) no-repeat 50% 50% / contain; }
.btn.program_btn:before { background: url(img/program_btn_icon.svg) no-repeat 50% 50% / contain; }
.btn.register_btn:before { background: url(img/register_btn_icon.svg) no-repeat 50% 50% / contain; }

.input {}
.input input,.input textarea {}
.input textarea {}


.checkbox {}
.checkbox input {}
.checkbox i {}
.checkbox input:checked + i {}
.checkbox span {}
.link {text-decoration: underline;}
@media(max-width: 641px) {
	.container { padding: 0 16px; }
	
	h1 { font-size: 32px; line-height: 1.25; font-weight: 700; }
	h4 { font-size: 24px; font-weight: 700; line-height: 1.25; }
	h6 { font-size: 16px; font-weight: 600; line-height: 1.25; }
	
	
}


.wrap_header { position: sticky; top: 0; left: 0; width: 100%; z-index: 10; background: var(--w); }
.wrap_header.scrolled { transform: translateY(-148px); transition: .3s; }
.wrap_header.scrolled.visible { transform: translateY(0); }

.anchor { transform: translateY(-60px); }

.logo a { display: flex; align-items: center; gap: 12px; }
.logo a img:nth-child(1) { max-width: 56px; }
.logo a img:nth-child(2) { max-width: 200px; }
.header { padding: 16px 0;  justify-content: space-between; align-items: center;
	/*border-bottom: 1px solid var(--bdc1);*/
}

.head_actions { display: flex; gap: 20px; }
.head_soc_group { display: flex; gap: 10px; }
.head_btn_group { display: flex; gap: 20px; }
.soc_icon { transition: .3s; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid var(--bdc1); border-radius: 50%; position: relative; }
.soc_icon:hover { background: var(--bdc1); }
.soc_icon:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.soc_icon.vk_icon:before { background: url(img/vk_icon.svg) no-repeat 50% 50% / 20px auto; }
.soc_icon.tg_icon:before { background: url(img/tg_icon.svg) no-repeat 50% 50% / 20px auto; }
.head_btn_group > a {  }


.nav_block { background: var(--bg-s); border-bottom: 1px solid var(--bdc1);}
nav { font-weight: 500; padding: 18px 0; font-size: 16px; }
nav ul { display: flex; align-items: center; justify-content: space-between; }
nav ul li { flex: 1 1 auto; position: relative; display: flex; align-items: center; justify-content: center; }
nav ul li + li:before { content: ""; position: absolute; left: -1px; top: 0; bottom: 0; margin: auto;
	height: 12px; width: 1px; background: var(--bdc2); }
nav ul li a { transition: .3s; }
nav ul li a:hover { color: var(--tr); }


.nav_toggle { user-select: none; cursor: pointer; display: none; position: relative; width: 36px; height: 36px; }
.nav_toggle span { transition: .3s; border-radius: 2px; position: absolute; width: 24px; left: 6px; height: 2px; background: var(--tm); }
.nav_toggle span:nth-child(1) { top: 10px; }
.nav_toggle span:nth-child(2) { top: 0; bottom: 0; margin: auto; }
.nav_toggle span:nth-child(3) { bottom: 10px; }
.nav_toggle.active {}
.nav_toggle.active span:nth-child(2) { left: 100%; opacity: 0; }
.nav_toggle.active span:nth-child(1) { top: 17px; transform: rotate(45deg); }
.nav_toggle.active span:nth-child(3) { bottom: 17px; transform: rotate(-45deg); }
.mob_header_box { display: none; }
@media(max-width: 641px) {
	main { padding-top: 60px; }
	.mob_header_box { display: flex; flex-direction: column; position: fixed; z-index: 10; top: 0; left: 0; width: 100%; background: var(--w); }
	.mob_header_box.active { min-height: 100dvh; }
	.wrap_header { display: none; }
	.nav_toggle { display: block; }
	.mob_header { display: flex; justify-content: space-between; padding: 12px 15px; flex: 0 0 auto; border-bottom: 1px solid var(--bdc1); }
	.mob_logo {  }
	.mob_logo a { display: flex; align-items: center; gap: 8px; }
	.mob_logo a img:nth-child(1) { max-width: 36px; }
	.mob_logo a img:nth-child(2) { max-width: 148px; }
	.mob_nav { font-size: 16px; display: flex; align-items: center; justify-content: center; }
	
	.mob_nav ul { text-align: center; }
	.mob_nav ul li + li { margin-top: 20px; }
	.mob_nav_box { flex: 1 1 auto; padding: 30px 15px; display: none; flex-direction: column; align-items: center; justify-content: space-between; }
	.mob_header_box.active .mob_nav_box { display: flex; }
	.mob_nav_bottom { margin-top: 30px; }
	.mob_nav_bottom .head_btn_group { gap: 15px; flex-direction: column; width: 260px;}
	
}


.intro_block { background: linear-gradient(90deg, rgba(242, 245, 251, 0.96) 0%, rgba(242, 245, 251, 0.7) 48%,
rgba(242, 245, 251, 0.35) 100%), radial-gradient(circle at 68% 48%, rgba(85, 118, 169, 0.35), transparent 42%),
linear-gradient(140deg, #d9e2f5 0%, #eff3fc 42%, #cfddf5 100%); }
.intro { padding: 80px 0; }
.intro_text { max-width: 760px; width: 100%; }
.intro_text h1 { font-weight: 500; font-size: 48px; line-height: 1.25; }
.intro_text h1 span { text-transform: uppercase; margin-top: 10px; font-size: 64px; font-weight: 800; display: block; color: var(--bg-r); }
.intro_text p { font-size: 22px; font-weight: 500; margin-top: 30px; }
.after_intro_block { background: var(--bg-s); padding: 20px 0; }
.after_intro { display: flex; }
.after_intro_item { flex: 1 1 auto; display: flex; align-items: center; position: relative; }
.after_intro_item p { font-weight: 500; font-size: 15px; }
.after_intro_item + .after_intro_item { margin-left: 30px; padding-left: 30px; }
.after_intro_item + .after_intro_item:before { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; left: 0;
	height: 30px; width: 1px; background: var(--bdc1); }
.after_intro_item_icon { width: 36px; height: 36px; flex: 0 0 auto; margin-right: 14px; }

@media(max-width: 641px) {
	.intro_text h1 { font-size: 22px; line-height: 1.4; }
	.intro_text h1 span { font-size: 44px; font-weight: 800; word-spacing: -4px; margin-top: 0; }
	.intro_text p { font-size: 16px; font-weight: 400; }
	
	.after_intro { flex-direction: column; }
	.after_intro_item > .btn { width: 100%; display: flex; }
	.after_intro_item + .after_intro_item { padding-left: 0; margin-left: 0; margin-top: 12px; padding-top: 12px; }
	.after_intro_item + .after_intro_item:before { height: 1px; width: 100%; bottom: auto; }
	
	.after_intro_item:first-child { order: 3; margin-top: 20px; }
	.after_intro_item:first-child .btn { padding: 0 20px; }
	.after_intro_item:nth-child(2) { margin-top: 0; padding-top: 0; }
	.after_intro_item:nth-child(2):before { display: none; }
}

.about_company_block { padding: 60px 0; background: var(--gradient-lblue); }
.box-1 { background: #FFF; border: var(--border); box-shadow: var(--box-shadow);
	display: flex; flex-direction: column; padding: 24px; border-radius: 24px; }
.about_company_list { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.about_company_item { flex: 0 0 auto; width: calc(100% / 3 - 40px / 3); }
.about_company_icon { align-self: flex-start; background: var(--icon-bg); width: 48px; height: 48px; margin-bottom: 16px;
	 display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.about_company_icon > img { width: 40px; height: 40px; object-fit: contain; }
.about_company_item h6 { font-weight: 700; font-size: 36px; }
.about_company_item h6 span { font-size: 24px; }
.about_company_item p { margin-top: 6px; font-size: 15px; opacity: .72; font-weight: 500; }

@media(max-width: 641px) {
	.about_company_block { padding: 40px 0; }
	.about_company_item { width: 100%; padding: 15px; }
	/*.about_company_icon { margin-bottom: -20px; }*/
	.about_company_item h6 { font-size: 32px; }
	.about_company_item h6 span { font-size: 20px; }
}


.projects_slider_block { overflow: hidden; padding: 60px 0; background: var(--bg-d); color: var(--w); }
.project_slider_box { margin: auto; max-width: 960px; width: 100%; }
.project_slider_box h4 { margin-bottom: 40px; text-align: center; }
.projects_slider .slick-list { overflow: visible; }
.projects_slider .slick-track { display: flex!important; }
.projects_slider.main_arrows .slick-prev { left: -20px; z-index: 5; }
.projects_slider.main_arrows .slick-next { right: -20px; z-index: 5; }
.project_slide { min-height: auto!important; height: auto!important; transition: .4s; position: relative; border-radius: 12px; overflow: hidden; margin: 0 40px; }
.project_slide:not(.slick-current,.slick-active) { opacity: .4; user-select: none; pointer-events: none; }
.project_slide.slick-current.slick-active { opacity: 1; }
.project_slide > * { transition: opacity .4s; }
.project_slide_cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.project_slide_cover img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.project_slide_info { position: relative; z-index: 2; padding: 40px; max-width: 640px;
	display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; height: 100%; }
.project_slide_info h5 { flex: 1 1 auto; line-height: 1.25; font-size: 24px; font-weight: 400; }
.project_slide_info h5 span { margin-top: 10px; display: block; font-size: 32px; font-weight: 700; }
.project_slide_data { margin-top: 40px; }
.project_slide_data_date,
.project_slide_data_place { font-size: 18px; line-height: 1.5; position: relative; padding-left: 36px; }
.project_slide_data_date + .project_slide_data_place { margin-top: 10px; }
.project_slide_data_date:before,
.project_slide_data_place:before { content: ""; position: absolute; width: 26px; height: 26px; top: 0; left: 0; }
.project_slide_data_date:before {  background: url(img/calendar_icon.svg) no-repeat 50% 50% / contain; }
.project_slide_data_place:before { background: url(img/map_marker_icon.svg) no-repeat 50% 50% / contain; }
.project_slide_info > .btn { margin-top: 25px; }
@media(max-width: 640px) {
	.projects_slider_block { padding: 40px 0; }
	.project_slider_box h4 { margin-bottom: 25px; }
	.projects_slider .slick-list { margin: 0 -10px; }
	.project_slide:not(.slick-current,.slick-active) { opacity: 1; }
	.project_slide { margin: 0 10px; }
	.project_slider_box { padding-bottom: 60px; }
	.projects_slider.main_arrows .slick-prev { transform: translateX(-50%); left: calc(50% - 25px); top: auto; bottom: -60px; }
	.projects_slider.main_arrows .slick-next { transform: translateX(-50%); right: auto; left: calc(50% + 25px); top: auto; bottom: -60px; }
	.project_slide_info { padding: 20px; }
	.project_slide_info h5 { line-height: 1.25; font-size: 20px; }
	.project_slide_info h5 span { font-size: 24px; }
	.project_slide_data { margin-top: 20px; }
	.project_slide_info > .btn { margin-top: 15px; }
}

.about_amtec_block { padding: 60px 0; background: var(--gradient-lblue); }
.about_amtec h4 { text-align: center; }
.about_amtec_list { margin-top: 40px; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.about_amtec_item { flex: 0 0 auto; width: calc(100% / 3 - 15px); }
.about_amtec_icon { align-self: flex-start; display: flex; align-items: center; justify-content: center;
	width: 48px; height: 48px; margin-bottom: 16px; border-radius: 12px; background: var(--icon-bg); }
.about_amtec_icon > img { width: 32px; height: 32px; object-fit: contain; }
.about_amtec_item h6 {  }
.about_amtec_item p { opacity: .7; line-height: 1.4; font-size: 15px; margin-top: 8px; }
@media(max-width: 641px) {
	.about_amtec_block { padding: 40px 0; }
	.about_amtec_list { margin-top: 20px; }
	.about_amtec_item { width: 100%; padding: 15px; }
	/*.about_amtec_icon { position: absolute; margin: 0; top: 20px; left: 12px; width: 32px; height: 32px; }*/
}

.course_hello_block { background: #4E6287; display: flex; }
.course_hello_block .container { position: relative; display: flex; }
.course_hello_cover_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.course_hello_cover_img:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	/*background: rgba(87,105,139,1); !*87,105,139*!*/}
.course_hello_cover_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.course_hello { padding: 30px 0 60px; color: var(--w); position: relative; z-index: 3; display: flex; flex-direction: column; gap: 40px; }
.course_hello > :not(h1,.course_hello_attention,#breadcrumbs) { max-width: 640px; }
.course_hello #breadcrumbs { margin-bottom: 30px; }
.course_hello > h1 { max-width: 840px; }
.course_hello h1 {  }
.course_hello > p { line-height: 1.5; border-left: 3px solid var(--bg-r); padding-left: 20px; font-size: 16px; }
.course_hello .btn_group { order: 2; }
.course_hello_attention { order: 3; margin-bottom: -20px; display: flex; align-items: flex-start; }
.course_hello_attention:before { content: ""; flex: 0 0 auto; margin-right: 10px;  }
.course_hello:after { content: ""; display: block; flex: 1 1 auto; order: 1; }

@media(max-width: 641px) {
	.course_hello_block { min-height: 520px; }
	.course_hello { gap: 20px; padding: 40px 0; }
	.course_hello h1 { font-size: 28px; }
	.course_hello > p { font-size: 14px; padding-left: 16px; }
	.course_hello .btn_group { margin-top: 30px; }
	.course_hello_attention { margin-bottom: -10px; }
}

.hero_course_block { padding: 60px 0; }
.hero_course h4 { margin-bottom: 40px; text-align: center; }
.hero_course_box { max-width: 1040px; margin: auto; }
.hero_course_box.v-1 { display: grid; gap: 40px; grid-template-columns: 1fr 1.70fr; }
.hero_course_skills { background: var(--bg-s); padding: 30px; border-radius: 12px; }
.hero_course_skills h5 { line-height: 1.2; font-size: 28px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; }
.hero_course_skills p { font-size: 16px; position: relative; padding-left: 30px; }
.hero_course_skills p + p { margin-top: 16px; }
.hero_course_skills p:before { content: ""; position: absolute; top: 7px; left: 10px;
	width: 7px; height: 7px; background: var(--bg-r); border-radius: 50%; }
.hero_course_left { font-size: 16px; line-height: 1.5; }
.hero_course_left p { max-width: 380px; }
.hero_course_left p + p { margin-top: 30px; }
.hero_course_left > img { max-width: 360px; border-radius: 12px; width: 100%; height: auto; margin-top: 30px; }

.hero_course_box.v-2 { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 1fr 1fr; }
.hero_course_author { grid-row: span 2; background: var(--bg-d); }
.hero_course_author_photo { position: relative; }
.hero_course_author_photo:before { content: ""; display: block; padding-top: 77%; }
.hero_course_author_photo img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.hero_course_author_info { color: var(--w); padding: 20px; }
.hero_course_author_info p { margin-top: 8px; font-size: 15px; }
.hero_course_item { color: var(--w); padding: 20px; font-size: 15px;
	display: flex; flex-direction: column; justify-content: space-between; background: #7990BE; }
.hero_course_icon { width: 40px; height: 40px; flex: 0 0 auto; align-self: flex-end; margin-bottom: 10px; }
.hero_course_item:nth-child(5n+3),.hero_course_item:nth-child(5n+4) { color: var(--tm); background: #C3D5FF; }

@media(max-width: 641px) {
	.hero_course_block { padding: 40px 0 30px; }
	.hero_course h4 { margin-bottom: 12px; text-align: left; }
	.hero_course_box.v-1 { grid-template-columns: 1fr; gap: 15px; }
	.hero_course_skills { padding: 15px; }
	.hero_course_left { font-size: 15px; }
	.hero_course_left p { max-width: 100%; }
	.hero_course_left p + p { margin-top: 15px; }
	.hero_course_left > img { width: 100%; margin-top: 20px; }
	.hero_course_skills h5 { font-size: 20px; }
	.hero_course_skills p { font-size: 15px; padding-left: 22px; }
	.hero_course_skills p:before { width: 6px; height: 6px; top: 8px; left: 5px; }
	.hero_course_box.v-2 { grid-template-columns: 1fr; grid-template-rows: 1fr; }
	.hero_course_author { grid-row: auto;  }
	.hero_course_icon { align-self: flex-start }
	.hero_course_item:nth-child(3) { order :3; }
}

.course_experts_block { padding: 60px 0; background: var(--bg-s); }
.course_experts h4 { text-align: center; margin-bottom: 40px; }
.course_experts_slider { max-width: 1080px; width: 100%; margin: auto; }
.course_experts_slider.no_slider { max-width: 960px;
	display: flex; gap: 20px; flex-wrap:wrap; justify-content: center; }
.course_experts_slider.no_slider .course_expert_slide { width: calc(25% - 15px); flex: 0 0 auto; }
.course_experts_slider.slick-slider .course_expert_slide { margin: 0 10px; }
.course_experts_slider .slick-list { margin: 0 50px; }
.course_experts_slider .slick-track { display: flex!important; }
.course_expert_slide { text-align: center; border-radius: 12px; height: auto!important; min-height: auto!important;
	width: 300px; position: relative; display: flex!important; flex-direction: column; overflow: hidden; }
.course_expert_slide:after { content: ""; height: 6px; background: var(--bg-r); position: absolute;
	width: calc(100% - 60px); border-radius: 2px; left: 0; right: 0; margin: auto; bottom: 0; }
.course_expert_info { padding: 15px; background: var(--bg-d); color: var(--w); flex: 1 1 auto; }
.course_expert_info h6 { font-size: 18px; }
.course_expert_info p { margin-top: 5px; }
.course_expert_photo { position: relative; margin-bottom: -10px; flex: 0 0 auto; }
.course_expert_photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.course_expert_photo:before { content: ""; padding-top: 112.5%; display: block; }
.course_expert_photo:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(to top, rgba(87,105,139), rgba(0,0,0,0) 25% 100%); }
@media(max-width: 641px) {
	.course_experts h4 { margin-bottom: 25px; }
	.course_experts_slider.no_slider { gap: 10px; }
	.course_experts_slider.no_slider .course_expert_slide { width: calc(50% - 5px); }
	.course_expert_info { padding: 10px 10px 15px; }
	.course_expert_info p { font-size: 13px; }
	.course_experts_slider.slick-slider .course_expert_slide { margin: 0 5px; }
	.course_experts_slider.slick-slider .slick-list { margin: 0 -5px; }
}
.courses_for_you_block { padding: 60px 0; }
.courses_for_you h4 { text-align: center; margin-bottom: 40px; }
.courses_for_you_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.courses_for_you_item { flex: 0 0 auto; width: calc(100% / 3 - 20px);
	background: var(--bg-d2); color: var(--w); position: relative; border-radius: 12px;
	padding: 10px 20px 10px 0; display: flex; align-items: center; overflow: hidden; }
.courses_for_you_list.col-2 .courses_for_you_item {  width: calc(100% / 2 - 20px); }
.courses_for_you_item p { font-size: 16px; }
.courses_for_you_item:before { content: attr(data-step); flex: 0 0 auto; text-align: right; line-height: 1;
	opacity: .5; width: 170px; font-size: 124px; font-weight: 800; color: var(--tm); margin: 0 15px 0 -40px; }

@media(max-width: 641px) {
	.courses_for_you_block { padding: 40px 0; }
	.courses_for_you h4 { margin-bottom: 25px; }
	.courses_for_you_list { gap: 15px; }
	.courses_for_you_item,.courses_for_you_list.col-2 .courses_for_you_item  { width: 100%; }
	.courses_for_you_item:before { font-size: 112px; width: 150px;  }
	.courses_for_you_item p { font-size: 14px; }
}

.single_expert_block { padding: 60px 0; }
.single_expert_block.gray_bg { background: var(--bg-s); }
.single_expert_block.dark_bg { background: var(--bg-d); color: var(--w); }

.single_expert_box { margin-top: 40px; display: flex; gap: 40px; justify-content: center; }
.single_expert_box .single_expert_photo {}
.single_expert_box.revert { flex-direction: row-reverse; }
.single_expert_box.revert .single_expert_photo { }

.single_expert_photo { width: 320px; flex: 0 0 auto; border-radius: 24px; overflow: hidden; }
.single_expert_content { font-size: 16px; max-width: 460px; }
.single_expert_content h5 { font-size: 24px; font-weight: 600; }
.single_expert_content h5 + p { margin-top: 20px; }
.single_expert_content p { }
.single_expert_content p + p { margin-top: 16px; }
.single_expert_content ul { margin-top: 12px; }
.single_expert_content ul li { position: relative; padding-left: 20px; }
.single_expert_content ul li:before { content: ""; position: absolute; top: 8px; left: 8px; width: 6px; height: 6px;
	background: var(--gradient-pink); border-radius: 50%; }
.single_expert_content ul li + li { margin-top: 8px; }

@media(max-width: 641px) {
	.single_expert_block { padding: 40px 0; }
	
	.single_expert h4,.single_expert h4.center { text-align: left; }
	.single_expert_box { gap: 20px; margin-top: 25px; }
	.single_expert_box.revert,.single_expert_box { flex-direction: column; }
	.single_expert_photo { border-radius: 16px; }
	
	.single_expert_content { font-size: 14px; }
	.single_expert_content h5 { font-size: 20px; font-weight: 600; }
	.single_expert_content h5 + p { margin-top: 16px; }
	.single_expert_content p { }
	.single_expert_content p + p { margin-top: 10px; }
	.single_expert_content ul { margin-top: 10px; }
	.single_expert_content ul li { padding-left: 16px; }
	.single_expert_content ul li:before { left: 4px; }
	.single_expert_content ul li + li { margin-top: 6px; }
}


.course_program_block { padding: 60px 0; }
.course_program h4 { text-align: center; margin-bottom: 40px; }
.course_program_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.course_program_item { width: calc(100% / 3 - 40px / 3); flex: 0 0 auto;
	border-radius: 12px; background: var(--bg-s); padding: 30px 0 20px 20px; }
.course_program_item_title { position: relative; margin-bottom: 16px; }
.course_program_item_title p { background: var(--bg-d); padding: 22px 4px 10px 14px; border-radius: 10px 0 0 10px;
	color: var(--w); font-size: 16px; }
.course_program_item_title p span { min-height: 2lh; display: flex; align-items: center;  }
.course_program_item_title > span { font-weight: 700; position: absolute; top: 0; transform: translateY(-50%);
	background: var(--bg-r); color: var(--w); height: 30px; display: inline-flex; left: -20px;
	align-items: center; padding: 0 12px; border-radius: 0 6px 6px 0; }
.course_program_line { display: flex; align-items: flex-start; padding-right: 8px; }
.course_program_line span { text-align: right; flex: 0 0 auto; width: 84px; margin-right: 10px; }
.course_program_line + .course_program_line { margin-top: 12px; }
.course_program_line p b { display: inline-block; margin-right: 4px; }
.course_program_line._text { flex-direction: column; }
.course_program_line._text p + p { margin-top: 10px; }

@media(max-width: 641px) {
	.course_program_block { padding: 40px 0; }
	.course_program h4 { margin-bottom: 25px; }
	.course_program_list { gap: 15px; }
	.course_program_item { width: 100%; }
}


.course_price_block { padding: 60px 0; background: var(--bg-d); }
.course_price {  }
.course_price h4 { text-align: center; color: var(--w); margin-bottom: 40px; }
.course_price_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.course_price_item { flex: 0 0 auto; width: calc(50% - 20px); display: flex; flex-direction: column; justify-content: space-between;
	background: var(--bg-s); border-radius: 12px; padding: 0 30px 30px; }
.course_price_title { display: flex; justify-content: center; }
.course_price_title p,.course_price_title span { padding: 10px 20px;
	display: flex; align-items: center; justify-content: center; }
.course_price_title p { flex: 3 1 auto; border-radius: 0 0 0 10px;
	background: var(--bg-r); color: var(--w); font-size: 20px; font-weight: 700; }
.course_price_title span { white-space: nowrap; flex: 1 1 auto; border-radius: 0 0 10px 0;
	background: var(--tm); color: var(--w); font-size: 24px; font-weight: 700; }
.course_price_body { padding: 30px 0; flex: 1 1 auto; }
.course_price_body p { position: relative; font-size: 16px; padding-left: 30px; }
.course_price_body p:before { content: ""; background: url(img/complete_icon.svg) no-repeat 50% 50% / contain;
	position: absolute; width: 18px; height: 18px; top: 2px; left: 2px; }
.course_price_body p + p { margin-top: 16px; }
/*.course_price_item .btn_group { margin-top: 16px; }*/
@media(max-width: 641px) {
	.course_price_block { padding: 40px 0; }
	.course_price h4 { margin-bottom: 25px; }
	.course_price_list { gap: 15px; }
	
	.course_price_item { width: 100%; padding: 0 15px 15px; }
	.course_price_title p { font-size: 18px; }
	.course_price_title span { font-size: 20px; }
	.course_price_body { padding: 25px 0; }
	.course_price_body p { font-size: 15px; }
	.course_price_body p + p { margin-top: 12px; }
}


.course_contacts_block { padding: 60px 0; background: var(--bg-s); }
.course_contacts {  }
.course_contacts h4 { margin-bottom: 40px; text-align: center; }
.course_contacts_box { display: flex; justify-content: center; gap: 60px; align-items: center; }
.course_contacts_photo { flex: 0 0 auto; width: 192px; position: relative; border-radius: 12px; overflow: hidden; }
.course_contacts_photo:before { content: ""; background: var(--bg-s); display: block; padding-top: 100%; }
.course_contacts_photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.course_contacts_info { text-align: center; }
.course_contacts_info p { font-size: 16px; }
.course_contacts_info p b { display: block; }
.course_contacts_info p + p { margin-top: 20px; }
.course_contacts_info a { text-decoration: underline var(--tr); transition: .3s; }
.course_contacts_info a:hover { color: var(--tr); text-decoration: none; }
@media(max-width: 641px) {
	.course_contacts_block { padding: 40px 0; }
	.course_contacts h4 { margin-bottom: 25px; }
	.course_contacts_box { flex-direction: column; gap: 20px; }
	.course_contacts_info { width: 100%; flex: 0 0 auto; }
	.course_contacts_info p { font-size: 14px; }
	.course_contacts_info p + p { margin-top: 12px; }
}


.course_for_whom_block { padding: 60px 0; }
.course_for_whom h4 { margin-bottom: 40px; text-align: center; }
.course_for_whom_box { display: flex; gap: 20px; }
.course_for_whom_text { font-size: 16px; line-height: 1.5; width: 50%;
	background: var(--bg-d2); color: var(--w); border-radius: 12px; padding: 30px; }
.course_for_whom_text p { }
.course_for_whom_text p + p { margin-top: 12px; }
.course_for_whom_text ul { margin-top: 20px; }
.course_for_whom_text ul li { padding-left: 34px; position: relative; }
.course_for_whom_text ul li:before { position: absolute; top: 9px; left: 11px;
	width: 6px; height: 6px; border-radius: 50%; background: var(--bg-r); content: ""; }
.course_for_whom_text ul li + li { margin-top: 10px; }
.for_whom_format { width: 50%; display: flex; flex-direction: column; gap: 10px; }

.for_whom_format_title { text-align: center; font-size: 18px; font-weight: 700; background: var(--bg-s); border-radius: 12px; padding: 15px; }
.for_whom_format_box { display: flex; gap: 10px; }
.for_whom_format_figures { width: 65%; display: flex; flex-direction: column; gap: 10px; }
.for_whom_format_figure,.for_whom_format_last { min-height: 100px; background: var(--bg-s); position: relative; border-radius: 12px; padding: 15px; }
.for_whom_format_figure { display: flex; align-items: flex-end; overflow: hidden; }
.for_whom_format_figure > span { top: 5px; right: 5px; position: absolute; bottom: 5px; color: var(--bg-dg);
	margin: auto; font-size: 124px; font-weight: 800; line-height: 1; display: flex; align-items: center; }
.for_whom_format_figure p { max-width: 255px; font-size: 16px; position: relative; z-index: 3; padding-right: 49px; }
.for_whom_format_last { width: 50%; display: flex; flex-direction: column; justify-content: flex-end; }
.for_whom_format_last_icon { flex: 1 1 auto; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.for_whom_format_last > p { flex: 0 0 auto; font-size: 16px; }

@media(max-width: 641px) {
	.course_for_whom_block { padding: 30px 0; }
	.course_for_whom {}
	.course_for_whom h4 { margin-bottom: 25px; }
	.course_for_whom_box { flex-direction: column; gap: 15px; }
	.course_for_whom_text { font-size: 15px; width: 100%; padding: 15px; }
	.course_for_whom_text ul { margin-top: 10px; }
	.course_for_whom_text ul li { padding-left: 22px; }
	.course_for_whom_text ul li:before { left: 4px; }
	.course_for_whom_text ul li + li { margin-top: 6px; }
	.for_whom_format { width: 100%; }
	.for_whom_format_figures { width: calc(50% - 5px); }
	.for_whom_format_last { width: calc(50% - 5px); }
	.for_whom_format_figure, .for_whom_format_last { padding: 10px; }
	.for_whom_format_figure p { font-size: 14px; }
	.for_whom_format_figure > span { right: -15px; font-size: 112px; }
	.for_whom_format_last > p { font-size: 15px; }
}


.page_text_block { padding: 60px 0; }

.page_text > h4 { text-align: center; margin-bottom: 25px; }
.page_text_body { max-width: 960px; margin: auto; text-align: center; }
.page_text_body p { font-size: 16px; }
.page_text_body p a { text-decoration: underline; }
.page_text_body p b,.page_text_body p strong { font-weight: 700; }
.page_text_body p a:hover { color: var(--bg-r); }
.page_text_body p + p { margin-top: 12px; }

.course_why_amtec_block { padding: 60px 0;  }
.course_why_amtec {  }
.course_why_amtec  h4 { margin-bottom: 40px; text-align: center; }
.course_why_amtec_box { display: flex; justify-content: center;  flex-wrap: wrap; gap: 30px; }
.course_why_amtec_item { position: relative; text-align: center; width: calc(50% - 15px);
	background: var(--bg-s); padding: 30px; border-radius: 12px; min-height: 180px; }
.course_why_amtec_item h6 { font-size: 26px; margin: auto; max-width: 380px; }
.course_why_amtec_item h6 + p { margin-top: 12px; }
.course_why_amtec_item p { margin: auto; font-size: 16px; max-width: 380px; }
.course_why_amtec_item_icon { position: absolute; width: 40px; height: 40px; bottom: 20px; right: 20px; }
.course_why_amtec_slider_box { margin-top: 30px; background: var(--bg-s); padding: 15px; border-radius: 12px; }
.course_why_amtec_slide { margin: 0 10px; }
.course_why_amtec_slider .slick-list { margin: 0 50px; }
.course_why_amtec_slide { position: relative; border-radius: 6px; overflow: hidden; }
.course_why_amtec_slide:before { content: ""; padding-top: 78%; display: block; }
.course_why_amtec_slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
@media(max-width: 641px) {
	.course_why_amtec_block { padding: 30px 0; }
	.course_why_amtec h4 { margin-bottom: 25px; }
	.course_why_amtec_box { gap: 15px; }
	.course_why_amtec_item { width: 100%; padding: 60px 15px 15px; min-height: auto; }
	.course_why_amtec_item_icon { left: 0; right: 0; margin: auto; bottom: auto; top: 15px; }
	.course_why_amtec_item h6 { font-size: 20px; font-weight: 700; }
	.course_why_amtec_item h6 + p { font-size: 15px; }
	
	.course_why_amtec_slider_box { padding: 10px 5px; margin-top: 15px; }
	.course_why_amtec_slider .slick-list { margin: 0; }
	.course_why_amtec_slide { margin: 0 5px; }
	
	.slick-dots { display: flex; justify-content: center; padding: 5px 0; }
	.slick-dots li { margin: 0 3px; cursor: pointer; }
	.slick-dots li button { width: 8px;height: 8px; background: var(--bg-d); font-size: 0; border: none; border-radius: 50%; }
	.slick-dots li.slick-active button { background: var(--bg-r); }
}

.others_courses_block { background: #6D7B95; padding: 60px 0; color: var(--w); }
.others_courses h4 { text-align: center; margin-bottom: 40px; }
.other_courses_slider .slick-list { margin: 0 50px; }
.other_courses_slider .slick-track { display: flex!important; }
.other_courses_slider .slick-slide { height: auto!important; }
.other_course_slide { min-height: 270px!important; background: var(--bg-dg); overflow: hidden; border-radius: 12px; margin: 0 10px; position: relative; }
.other_course_slide > a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.other_course_slide > img { z-index: 2; width: 100%; min-height: 270px; height: 100%; object-fit: cover; }
.other_course_slide_body { position: absolute; z-index: 3; height: 100%; padding: 30px;
	display: flex; justify-content: space-between; flex-direction: column; align-items: flex-start; }
.other_course_slide_body h6 { max-width: 320px; }
.main_arrows .slick-prev,.main_arrows .slick-next { width: 40px; height: 40px; border-radius: 50%;
	background: transparent; font-size: 0; position: absolute; top: 0; bottom: 0; margin: auto; }


.white_arrows.main_arrows .slick-prev,.white_arrows.main_arrows .slick-next { border: 1px solid var(--w); }
.dark_arrows.main_arrows .slick-prev,.dark_arrows.main_arrows .slick-next { border: 1px solid var(--tm); }
.main_arrows .slick-prev { left: 0; }
.main_arrows .slick-next { right: 0; }
.main_arrows .slick-prev:before, .main_arrows .slick-next:before { content: ""; position: absolute;
	width: 12px; height: 24px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.main_arrows .slick-prev:before { background: url(img/arrow_prev_white.svg) no-repeat 50% 50% / contain; right: 3px; }
.main_arrows .slick-next:before { background: url(img/arrow_next_white.svg) no-repeat 50% 50% / contain; left: 3px; }
.main_arrows.dark_arrows .slick-prev:before { background: url(img/prev_arrow_dark.svg) no-repeat 50% 50% / 9px auto; right: 3px; }
.main_arrows.dark_arrows .slick-next:before { background: url(img/next_arrow_dark.svg) no-repeat 50% 50% / 9px auto; left: 3px; }

@media(max-width: 641px) {
	.others_courses_block { padding: 40px 0; }
	.others_courses h4 { margin-bottom: 25px; }
	.other_courses_slider { padding-bottom: 60px; }
	.other_courses_slider .slick-list { margin: 0; }
	.other_courses_slider .slick-next,.other_courses_slider .slick-prev { top: auto; bottom: 0; right: 0; left: 0; }
	.other_courses_slider .slick-next { left: 50px; }
	.other_courses_slider .slick-prev { left: -50px; }
	.other_course_slide { margin: 0; }
	.other_course_slide_body { padding: 20px; }
}

.course_trust_clinic_block { padding: 60px 0; }
.course_trust_clinic h4 { text-align: center; margin-bottom: 40px; }
.course_trust_clinic_list { max-width: 840px; display: flex; align-items: center; margin: auto;
	flex-wrap: wrap; gap: 40px; justify-content: center; }
.course_trust_clinic_item { flex: 0 0 auto; max-width: 240px; }


.course_register_block { padding: 60px 0; }
.course_register { padding: 40px 60px; background: var(--bg-d); border-radius: 12px; color: var(--w);
	margin: auto; max-width: 1040px; }
.course_register h4 { text-align: center; margin-bottom: 40px; }

.register_form { display: flex; flex-direction: column; gap: 16px; }
.register_fields { display: grid; column-gap: 16px; row-gap: 16px; grid-template-columns: 1fr 1fr 1fr 1fr; }
.col-2 { grid-column: span 2; }
.input {}
.input:placeholder-shown {  }
.input input,.input select,.input textarea { display: block; width: 100%; height: 34px; border: 1px solid transparent;
	padding: 0 16px; border-radius: 8px; background: var(--w); }
.input textarea { padding: 8px 16px; line-height: 18px; height: auto; resize: vertical; }
.input select {  }

.checkbox { font-size: 14px; position: relative; display: flex; align-items: center; gap: 6px; }
.checkbox input { position: absolute; z-index: -2; }
.checkbox i { width: 14px; height: 14px; display: block; flex: 0 0 auto; border: 1px solid var(--w); border-radius: 2px; }
.checkbox input:checked ~ i { border: transparent; background: var(--bg-r) url(img/check_icon.svg) no-repeat 50% 50% / 12px auto; }
.checkbox span { flex: 1 1 auto; }


.register_form_bottom { display: grid; gap: 16px; align-items: center; grid-template-columns: 1fr 1fr 1fr 1fr; }
.register_form_bottom .btn { }
.amtec_summary b { font-size: 20px!important; font-weight: 600; }
.amtec_submit_bar { display: flex!important; justify-content: space-between; }
.amtec_submit_bar button { min-width: 240px; }
.form_agrees { grid-column: span 3; display: flex; flex-direction: column; gap: 3px; }
@media(max-width: 641px) {
	.course_register_block { padding: 30px 0; }
	.course_register { padding: 20px 15px; }
	.register_fields { grid-template-columns: 1fr; }
	.register_fields > * { grid-column: span 1; }
	
	.register_form_bottom { grid-template-columns: 1fr;  }
	.form_agrees { grid-column: span 1; order: -1; gap: 6px; }
	.register_form_bottom .btn { padding: 0 20px; }
	.checkbox { font-size: 13px; }
	.checkbox i { width: 14px; height: 14px; }
	
	.amtec_submit_bar { flex-direction: column; align-items: flex-start; }
	.amtec_submit_bar button {  }
}

.page_intro_block { padding: 80px 0 60px; color: var(--w); display: flex; min-height: 330px; align-items: center; }
.page_intro_block .container { flex: 0 0 auto; }
.page_intro { max-width: 880px; display: flex; flex-direction: column; gap: 40px; }
.page_intro > p { line-height: 1.5; border-left: 3px solid var(--bg-r); padding-left: 15px; font-size: 16px; }
.page_intro h1 + h2 { margin-top: -30px; font-weight: 400; font-size: 32px; }

.courses_btn_group { max-width: 780px; }
.courses_btn_group .btn { width: calc(50% - 10px); }

@media(max-width: 641px) {
	.page_intro_block { min-height: auto; padding: 60px 0; }
	.page_intro { gap: 20px; }
	.page_intro h1 { font-size: 28px; }
	.page_intro > p { font-size: 15px; }
	
	.page_intro .btn_group { margin-top: 40px; }
}

.categories_block { padding: 60px 0; }
.categories {  }
.categories h4 { text-align: center; margin-bottom: 40px; }
.categories > h4 + div:not(.categories_list ),.categories > p { text-align: center; font-size: 16px; max-width: 760px; margin: 0 auto 30px; }
.categories > h4 + div:not(.categories_list ) b,.categories > p b { font-weight: 600; }
.categories_list { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.category_item { display: flex; flex-direction: column; justify-content: space-between;
	padding: 15px; background: #98AFDF; width: 25%; flex: 0 0 auto; min-height: 197px;
	position: relative; color: var(--w); font-size: 16px; }
.category_item_cover_img { background: var(--bg-d);
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.category_item_cover_img img { position: absolute; top: 0; left: 0;
	width: 100%; height: 100%; object-fit: cover; }
.category_item_cover_img:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(61,79,115,.5); }
.category_item > p { max-width: 240px; position: relative; z-index: 2; }
.category_item > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
.category_item_icon { position: relative; z-index: 2; align-self: flex-end; margin-bottom: 10px; width: 40px; height: 40px; }
.categories_list:not(.sub_categories,.internship_list) .category_item { aspect-ratio: 257 / 228; }
.categories_list:not(.sub_categories,.internship_list) .category_item p { font-size: 18px; }
.categories_list:not(.sub_categories,.internship_list) .category_item:nth-child(1) { aspect-ratio: auto; width: 50%; background: var(--bg-d); }
.categories_list:not(.sub_categories,.internship_list) .category_item:nth-child(4) { background: #3D4F73; }
.categories_list:not(.sub_categories,.internship_list) .category_item:nth-child(3n+2),
.categories_list:not(.sub_categories,.internship_list) .category_item:nth-child(5n+2){
	background: #7289B9;
}
.categories_list:not(.sub_categories,.internship_list) .category_item:nth-child(3n+3){
	background: #98AFDF;
}
.categories_list.internship_list .category_item { width: 20%;  aspect-ratio: 206 / 197; }

.categories_list.sub_categories .category_item {  }

.categories_list.sub_categories .category_item:nth-child(5n+1),
.categories_list.sub_categories .category_item:nth-child(7n+3){
	background: #7289B9;
}
.categories_list.sub_categories .category_item:nth-child(7n+2),
.categories_list.sub_categories .category_item:nth-child(6n+5){
	background: #98AFDF;
}
.categories_list.sub_categories .category_item:nth-child(9n+4),
.categories_list.sub_categories .category_item:nth-child(8),
.categories_list.sub_categories .category_item:nth-child(6n+7) {
	background: #4E6186;
}
.categories_list.sub_categories .category_item:nth-child(6n+7) { width: 50%; }
.categories_list.sub_categories .category_item:nth-child(5n+7),
.categories_list.sub_categories .category_item:nth-child(6n+7):not(:last-child){
	width: 50%;
	background: #3D4F73;
}
.categories_list.sub_categories .category_item:nth-child(5n+7) p,
.categories_list.sub_categories .category_item:nth-child(6n+7) p { max-width: 450px; }

.courses_schedule_block { padding: 60px 0; }
.courses_schedule {  }
.courses_schedule h4 { margin-bottom: 40px; text-align: center; }
.courses_schedule_group { margin: 0 auto; max-width: 960px; }
.courses_schedule_group + .courses_schedule_group { margin-top: 40px; }
.courses_schedule_group h5 { color: var(--tr); font-size: 28px; font-weight: 700; margin-bottom: 14px; }
.courses_schedule_group h6 { height: 60px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
	background: var(--bg-s); margin-bottom: 10px; }
.courses_schedule_list + h6 { margin-top: 30px; }
.courses_schedule_item { padding: 10px 0; display: flex; align-items: center; justify-content: space-between;
	border-bottom: 2px dotted var(--bg-d2); font-size: 16px; font-weight: 600; }
.courses_schedule_date { flex: 0 0 auto; width: 120px; color: var(--tr);  }
.courses_schedule_name { flex: 1 1 auto; padding: 0 20px; }
.courses_schedule_status { flex: 0 0 auto; width: 160px; display: flex; justify-content: center; }
.courses_schedule_status p { font-size: 14px; text-transform: uppercase; letter-spacing: -.04em; }
.courses_schedule_status .btn { }
.courses_schedule_list .courses_schedule_item:last-child { border-bottom: none; }
@media(max-width: 641px) {
	.categories_block { padding: 40px 0; }
	.categories h4 { margin-bottom: 20px; text-align: left; }
	.category_item { width: 50%; flex: 1 1 auto; }
	.categories_list:not(.sub_categories, .internship_list) .category_item { aspect-ratio: 2 / 1; }
	
	
	.courses_schedule_block { padding: 30px 0; }
	.courses_schedule h4 { margin-bottom: 20px; text-align: left; }
	.courses_schedule_list + h6 { margin-top: 20px; }
	.courses_schedule_group h6 { height: 44px; }
	.courses_schedule_item { flex-direction: column; align-items: flex-start; padding: 15px 0; }
	.courses_schedule_name { padding: 8px 0; }
	.courses_schedule_status { width: auto; justify-content: flex-start; }
	
	
	.categories > h4 + div:not(.categories_list ),.categories > p { text-align: left; font-size: 15px; margin-bottom: 20px; }
	.categories_list.internship_list { margin: 0 -15px; padding: 15px; gap: 15px; flex-wrap: nowrap; overflow: auto; }
	.categories_list.internship_list .category_item  { width: 220px; }
}

.projects_block { padding: 60px 0; }
.projects_nav { display: flex; justify-content: flex-start; gap: 15px; padding-bottom: 10px; overflow: auto; }
.projects_nav > a { background: var(--bg-s); height: 44px; padding: 0 16px; border-radius: 8px;
	display: inline-flex; align-items: center; font-size: 18px; font-weight: 700; transition: .4s; }
.projects_nav > a:not(.active):hover { background: var(--bg-d2); color: var(--w); }
.projects_nav > a.active { background: var(--bg-r); color: var(--w); }

.projects_box { margin-top: 40px; }
.projects_box > h4 { text-align: center; margin-bottom: 40px; }
.projects_box + .projects_box { margin-top: 80px; }
.projects_list { display: flex; gap: 15px; flex-wrap: wrap; }
.project_item { flex: 0 0 auto; width: calc(50% - 15px / 2); position: relative;
	border-radius: 12px; background: var(--bg-s); padding: 15px; min-height: 300px; }
.project_info { position: relative; z-index: 3; height: 100%; padding: 5px 0; max-width: 70%;
	display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;  }
.project_item > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; }
.project_img_cover { border-radius: 10px; z-index: 1; overflow: hidden;
	position: absolute; right: 5px; top: 10px; height: calc(100% - 20px); width: calc(55% + 20px); }
.project_img_cover img { display: block; position: absolute; clip-path: url(#customClip);
	top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;	}


/*.project_img_cover:before { display: none; content: ""; position: absolute; z-index: 2; top: 0; left: 0;*/
/*	background: var(--bg-s); height: 100%; width: 100%; transform: translateX(-76.5%) skewX(-30deg); }*/

.project_title { padding: 15px; background: rgba(114,137,186,.82);
	color: var(--w); border-radius: 10px;  }
.project_title > h6 { font-size: 16px; font-weight: 600; line-height: 1.15; }
.project_title > h6 span { font-size: 22px; font-weight: 700; line-height: 1.1; display: block; margin-top: 6px; }
.project_title > h6 span:first-child { margin-top: 0; margin-bottom: 6px; }
.project_title > h6 br { display: none; }
.project_title > h6 + p { margin-top: 10px; }
.project_title > p:empty { display: none; }
.project_title > p { line-height: 1.2; max-width: calc(100% - 30px); font-size: 15px; font-style: italic; }
.project_sub_info { max-width: 220px; line-height: 1.2; margin-top: 30px; font-size: 15px; font-weight: 600; display: flex; flex-direction: column; padding: 10px 10px 0; }
.project_dates { position: relative; padding-left: 22px; display: flex; flex-direction: column; }
.project_dates:before,.project_place:before { position: absolute; top: 3px; left: 0;
	content: ""; width: 16px; height: 16px; background: url(img/conf_date_icon.svg) no-repeat 50% 50% / contain; }
.project_dates span + span { margin-top: 4px; }
.project_place { position: relative; padding-left: 22px; margin-top: 10px; }
.project_place:before { background: url(img/conf_place_icon.svg) no-repeat 50% 50% / contain; }

@media(max-width: 641px) {
	.project_item { width: 100%; }
	.project_info { max-width: 100%; }
	.project_title > h6 { font-size: 15px; line-height: 1.2; }
	.project_title > h6 span { font-size: 18px; }
}

.internship_block { padding: 60px 0; }
.internship { display: flex; justify-content: center; }
.internship_figures { overflow: hidden; margin: auto; max-width: 940px; display: flex;
	/*box-shadow: 0 4px 12px rgba(35, 51, 87, 0.1);*/
	background-image: linear-gradient(to bottom, #d2dffb, #d6e2fb, #d9e4fb, #dde7fa, #eff3fd); border-radius: 12px; }
.internship_figures.v1 .internship_figures_text { padding: 40px; }
.internship_figures.v1 .internship_figures_icon { width: 260px; margin-right: -40px; flex: 0 0 auto; position: relative; }
.internship_figures.v1 .internship_figures_icon img {  width: 100%; height: 100%; object-fit: contain;
	position: relative; bottom: -40px; left: -30px;}
.internship_figures.v1 .internship_figures_text p { line-height: 1.2; word-spacing: 8px; letter-spacing: -.04em; font-size: 32px; font-weight: 600; }
.internship_figures.v1 .internship_figures_text p span { text-align: right; font-weight: 300; min-width: 12ch; display: inline-block; }
.internship_figures.v1 .internship_figures_text p b { font-size: 44px; font-weight: 800; color: var(--tr); }

.internship_steps_block { padding: 60px 0; }
.internship_steps_box {  }
.internship_steps_box h4 { margin: 0 auto 40px; max-width: 640px; text-align: center; }
.internship_steps { display: flex; justify-content: center; flex-wrap: wrap; row-gap: 15px; column-gap: 15px; }
.internship_step { overflow: hidden; border-radius: 12px; width: calc(25% - 45px / 4); flex: 0 0 auto;
	display: flex; align-items: center; background: #7990BE; padding-right: 10px; color: var(--w); font-size: 16px; }
.internship_step:before { content: attr(data-step); font-size: 132px; line-height: 1;
	font-weight: 800; color: #97ABD9; flex: 0 0 auto; width: 100px; text-align: center;
	margin-right: 10px; margin-left: -20px; }
@media(max-width: 641px) {
	.internship_steps_block { padding: 30px 0; }
	.internship_steps_box h4 { margin-bottom: 25px; }
	.internship_step { width: 100%; }
	.internship_figures.v1 { position: relative; }
	.internship_figures.v1 .internship_figures_icon { opacity: .4; user-select: none; position: absolute; right: 0; bottom: 0; }
	
	.internship_block { padding: 30px 0; }
	.internship_figures.v1 .internship_figures_text { position: relative; z-index: 3; padding: 25px; }
	.internship_figures.v1 .internship_figures_text p {  letter-spacing: -.02em; font-size: 24px; font-weight: 600; }
	.internship_figures.v1 .internship_figures_text p + p { margin-top: 10px; }
	.internship_figures.v1 .internship_figures_text p span { font-weight: 600; min-width: auto; display: inline-block; }
	.internship_figures.v1 .internship_figures_text p b { font-size: 32px; font-weight: 700;}
	
}
.group_internship_block { padding: 60px 0; }
.group_internship h4 { text-align: center; margin-bottom: 40px; }
.group_internship_list { max-width: 1060px; margin: auto; display: flex; flex-wrap: wrap; gap: 20px; }
.group_internship_item { width: calc(50% - 10px); flex: 0 0 auto; border-radius: 12px; overflow: hidden;
	position: relative; background: var(--bg-s); min-height: 280px; aspect-ratio: 468 / 270;
	display: flex; flex-direction: column; justify-content: space-between; padding: 25px; }
.group_internship_item_cover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	width: calc(100% - 26px); height: calc(100% - 26px); border-radius: 8px; background: var(--bg-d);
	overflow: hidden; user-select: none; }
.group_internship_item_cover img { width: 100%; height: 100%; object-fit: cover; }
.group_internship_title { display: flex; justify-content: space-between; background: var(--w);
	position: relative; z-index: 3; border-radius: 8px; overflow: hidden; }
.group_internship_title_text { padding: 10px; color: var(--w); position: relative; flex: 1 1 auto; }
.group_internship_title_text > * {  position: relative; z-index: 3; }
.group_internship_title_text:after { content: ""; height: calc(100% + 2px); width: calc(100% + 60px); transform: skewX(-20deg);
	position: absolute; top: -1px; right: 0; left: -60px; background:  var(--bg-d2); border-radius: 0 10px 10px 0; }
.group_internship_title_text h5 { font-size: 16px; text-transform: uppercase; font-weight: 600; }
.group_internship_title_text p { font-size: 14px; min-height: 3lh; margin-top: 6px; }
.group_internship_title_icon { background: var(--w); width: 130px; flex: 0 0 auto;
	display: flex; align-items: center; justify-content: center; }
.group_internship_dates { position: relative; z-index: 3; color: var(--w); text-shadow: 0 0 4px #666;
	display: flex; align-items: center; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.group_internship_dates:before { background: url(img/calendar_icon_2.svg) no-repeat 50% 50% / contain;
	content: ""; width: 24px; height: 24px; flex: 0 0 auto; margin-top: -2px; margin-right: 8px; }
@media(max-width: 641px) {
	.group_internship_block { padding: 30px 0; }
	.group_internship h4 { margin-bottom: 25px; }
	.group_internship_item { width: 100%; }
	
}
.about_internship_block { padding: 60px 0; }
.about_internship_list { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.about_internship_item { display: flex; flex-direction: column; flex: 0 0 auto; width: calc(100% / 3 - 10px);
	background: var(--bg-s); padding:  20px 25px; border-radius: 12px; }
.about_internship_item_icon { flex: 0 0 auto; align-self: flex-end; margin-bottom: -20px;
	width: 50px; height: 50px; padding: 4px; background: var(--w); border-radius: 50%; }
.about_internship_item h5 { font-size: 20px; font-weight: 700; line-height: 1.2; }
.about_internship_item p { font-size: 15px; margin-top: 12px; line-height: 1.5; }
.about_internship_item p b { font-weight: 600; }
.about_internship_item ul { font-size: 15px; margin-top: 12px; line-height: 1.5; }
.about_internship_item ul li { position: relative; padding-left: 20px; }
.about_internship_item ul li + li { margin-top: 6px; }
.about_internship_item ul li:before { content: ""; position: absolute; top: 7px; left: 4px; width: 6px; height: 6px; background: var(--bg-r); border-radius: 50%; }

@media(max-width: 641px) {
	.about_internship_block { padding: 30px 0; }
	.about_internship_item { width: 100%; padding: 15px; }
	.about_internship_item_icon { margin-bottom: -30px; }
	.about_internship_item h5 { font-size: 18px; max-width: 320px; }
	.about_internship_item ul li:before { top: 8px; }
}

.amtec_intro_block { padding: 80px 0; background: var(--bg-d); color: var(--w); }
.amtec_intro { position: relative; }
.amtec_intro_cover { position: absolute; right: 0; top: -30px; height: calc(100% - 10px); width: calc(50% + 40px); border-radius: 12px; overflow: hidden; }
.amtec_intro_cover img { width: 100%; height: 100%; object-fit: cover; }
.amtec_intro_main { position: relative; z-index: 3; width: 50%; }
.amtec_intro_main h1 { line-height: 1.25; font-weight: 400; font-size: 32px; text-transform: none; }
.amtec_intro_main h1 span { margin-top: 10px; font-size: 52px; text-transform: uppercase;
	color: var(--tr); font-weight: 800; display: block; }
.amtec_intro_box { display: grid; margin-top: 40px; gap: 20px; grid-template-columns: 1fr 1fr;
	grid-template-areas:
        "a c"
        "b c"; }
.amtec_intro_item { border-radius: 12px; overflow: hidden; position: relative; }
.amtec_intro_box .amtec_intro_item:nth-child(1) { color: var(--tm); background: #C3D5FF; grid-area: a; }
.amtec_intro_box .amtec_intro_item:nth-child(2) { background: #90A3C8; grid-area: b; }
.amtec_intro_box .amtec_intro_item:nth-child(3) { background: #7990BE; grid-area: c; }
.amtec_intro_item_icon { user-select: none; position: absolute; top: 10px; right: 10px; z-index: 3; width: 34px; height: 34px;
	display: flex; align-items: center; justify-content: center; }
.amtec_intro_item_img { user-select: none; }
.amtec_intro_item_img img { width: 100%; height: auto; }
.amtec_intro_item_icon img { object-fit: contain; }
.amtec_intro_item_text { padding: 15px; font-size: 15px; }

@media(max-width: 641px) {
	.amtec_intro_block { padding: 40px 0; }
	.amtec_intro_cover { display: none; }
	.amtec_intro_main { width: 100%; }
	.amtec_intro_main h1 { font-size: 24px; }
	.amtec_intro_main h1 span { font-size: 42px; }
	.amtec_intro_box { grid-template-columns: 1fr; grid-template-areas: "a" "b" "c"; }
	.amtec_intro_item:nth-child(1),.amtec_intro_item:nth-child(2) { padding-top: 40px; }
	.amtec_intro_item_icon { right: auto; left: 15px; }
}

.our_laboratories_block { padding: 60px 0; }
.our_laboratories h4 { text-align: center; margin-bottom: 40px; }
.our_laboratories_list { max-width: 1000px; margin: auto; row-gap: 20px; column-gap: 40px;
	background-image: linear-gradient(to bottom, #d2dffb, #d6e2fb, #d9e4fb, #dde7fa, #eff3fd);
	display: flex; justify-content: center; flex-wrap: wrap; padding: 30px 60px; border-radius: 12px; }
.our_laboratory_item { max-width: 240px; width: calc(100% / 3 - 40px); flex: 0 0 auto; display: flex; align-items: center;  }
.our_laboratory_icon { flex: 0 0 auto; width: 80px; height: 80px; margin-right: 20px; display: flex; align-items: center; justify-content: center; }
.our_laboratory_icon img { object-fit: contain; }
.our_laboratory_item p { font-size: 20px; }
@media(max-width: 641px) {
	.our_laboratories_block { padding: 30px 0; }
	.our_laboratories {  }
	.our_laboratories h4 { margin-bottom: 25px; }
	.our_laboratories_list { padding: 20px; row-gap: 15px; column-gap: 15px; }
	.our_laboratory_item { width: calc(50% - 15px / 2); }
	.our_laboratory_icon { margin-right: 10px; width: 50px; height: 50px; }
	.our_laboratory_item p { font-size: 16px; }
}

.director_block { padding: 60px 0; }
.director { margin: auto; color: var(--w); background: var(--bg-d2);
	border-radius: 20px; padding: 60px; position: relative; overflow: hidden; }
.director:after { content: ""; width: 55%; height: 100%; position: absolute; right: -60px; bottom: -40px;
	background: url(img/zilant.svg) no-repeat 100% 100% / contain;  }
.director:before { content: ""; right: 40px; top: 40px; width: 76px; height: 56px;
	position: absolute; background: url(img/quote_icon.svg) no-repeat 50% 50% / contain; }

.director_photo { position: absolute; right: 0; bottom: 0; height: 100%; z-index: 2; display: flex; align-items: flex-end; justify-content: flex-end; }
.director_photo:before { content: ""; }
.director_text { max-width: 600px; }
.director_text h5 { font-size: 20px; font-weight: 700; text-transform: uppercase; }
.director_text h5 + p { margin-top: 40px; }
.director_text > p { font-size: 16px; }
.director_text > p + p { margin-top: 16px; }
.director_text_footer { margin-top: 60px; display: flex; align-items: center; justify-content: space-between; }
.director_text_footer p { font-size: 16px; }
.director_text_footer > img {  }
.director_text_footer > b { font-size: 16px; font-weight: 700; }
@media(max-width: 641px) {
	.director { padding: 20px; }
	.director:after { width: 100%; }
	.director:before { width: 36px; height: 30px; top: 18px; left: 18px; }
	.director_text h5 { padding-left: 50px; }
	.director_text h5 + p { margin-top: 25px; }
	.director_text > p  { font-size: 15px; }
	.director_text > p + p { margin-top: 12px; }
	
	.director_photo { display: none; }
	.director_text_footer { flex-direction: column; align-items: flex-start; }
	.director_text_footer > b { align-self: flex-end; }
	.director_text_footer > img { align-self: center; }
}

.our_licenses_block { padding: 60px 0; }
.our_licenses {  }
.our_licenses h4 { margin-bottom: 40px; text-align: center; }
.our_license_slider { max-width: 960px; margin: auto; }
.our_license_slide { overflow: hidden; border-radius: 12px; position: relative; margin: 0 10px; }
.our_license_slide:before { content: ""; padding-top: 142.22%; display: block; width: 100%; }
.our_license_slide a { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.our_license_slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.our_license_slider .slick-list { margin: 0 50px; }
.helpful_block { background: var(--bg-dg); padding: 60px 0; }
.helpful h4 { text-align: center; margin-bottom: 40px; }
.helpful_list { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.helpful_item { text-align: center; width: calc(100% / 3 - 30px); border-radius: 12px; background: var(--bg-s); padding: 15px; }
.helpful_item_icon { display: flex; justify-content: center; align-items: center; height: 160px; margin-bottom: 10px; }
.helpful_item_icon img { max-width: 100%; max-height: 100%; object-fit: contain; }
.helpful_item h6 { font-size: 18px; margin: auto; font-weight: 700; max-width: 320px; }
.helpful_item p { font-size: 16px; margin: 8px auto 0; max-width: 320px; padding-bottom: 5px; }
@media(max-width: 641px) {
	.helpful_block { padding: 40px 0; }
	.helpful h4 { margin-bottom: 25px; }
	.helpful_list { gap: 15px; }
	.helpful_item { width: 100%; }
	
	.helpful_item_icon { height: 100px; }
	.helpful_item p { font-size: 15px; }
	
}
.our_resources_block { padding: 60px 0; }
.our_resources { margin: auto; max-width: 960px; }
.our_resources h4 { margin-bottom: 40px; text-align: center; }
.our_resources_group {  }
.our_resources_group + .our_resources_group { margin-top: 30px; }
.our_resources_group_title { padding: 8px 30px; border-radius: 12px; height: 54px; display: flex; align-items: center;
	font-size: 18px; font-weight: 700; background: var(--bg-s); }
.our_resources_group_body { padding: 0 30px; margin-top: 12px; }
.our_resources_group_body p { font-size: 16px; position: relative; padding-left: 20px; }
.our_resources_group_body p:before { content: ""; width: 6px; height: 6px; background: var(--bg-d);
	border-radius: 50%; position: absolute; top: 9px; left: 4px; }
.our_resources_group_body p + p { margin-top: 6px; }

@media(max-width: 641px) {
	.our_resources_block { padding: 40px 0; }
	.our_resources h4 { margin-bottom: 25px; }
	.our_resources_group + .our_resources_group { margin-top: 20px; }
	.our_resources_group_title { padding: 6px 15px; height: 46px; font-size: 16px; }
	.our_resources_group_body { padding: 0 15px; margin-top: 10px; }
	.our_resources_group_body p { font-size: 15px; }
	.our_resources_group_body p:before { top: 8px; }
	
}

.offsite_events_block { padding: 60px 0; background: var(--bg-s); }
.offsite_events_box h4 { margin: 0 auto 40px; max-width: 640px; text-align: center; }
.offsite_events { display: flex; align-items: flex-start; max-width: 960px; margin: auto; }
.offsite_events_main { z-index: 2; flex: 0 0 auto; width: 372px; background: var(--bg-dg);
	position: relative; border-radius: 12px; padding: 40px 30px 30px; margin-top: 30px; font-size: 16px; line-height: 1.5; }
.offsite_events_main:before { content: ""; width: 24px; height: 24px; position: absolute; top: 15px; right: 15px;
	background: url(img/offsite_events_icon_1.svg) no-repeat 50% 50% / contain;}
.offsite_events_text { flex: 1 1 auto; margin-left: -200px; padding: 30px 30px 30px 240px; background: var(--bg-d2);
	position: relative; border-radius: 12px; color: var(--w); }
.offsite_events_text:before { content: ""; width: 36px; height: 30px; position: absolute; top: 15px; right: 15px;
	background: url(img/offsite_events_icon_2.svg) no-repeat 50% 50% / contain;}
.offsite_events_text h6 + p { margin-top: 16px; }
.offsite_events_text p + p { margin-top: 15px; }
.offsite_events_text p { max-width: 480px; font-size: 16px; position: relative; padding-left: 20px; }
.offsite_events_text p:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--w);
	position: absolute; top: 8px; left: 4px;  }

@media(max-width: 641px) {
	.offsite_events_block { padding: 40px 0; }
	.offsite_events_box h4 { margin-bottom: 25px; }
	.offsite_events { flex-direction: column; }
	.offsite_events_main { padding: 15px; margin-top: 0; width: 100%; }
	.offsite_events_text { margin-left: 0; padding: 15px; margin-top: 15px; }
	.offsite_events_text h6 { font-size: 18px; }
	.offsite_events_text p { font-size: 15px; }
	.offsite_events_text p + p { margin-top: 10px; }
}


.our_places_block { padding: 60px 0; }
.our_places { max-width: 840px; margin: auto; }
.our_places h4 { margin-bottom: 40px; text-align: center; }
.our_places_slider { border-radius: 12px; overflow: hidden; }
.our_places_slider {  }
.our_places_slider .slick-track { display: flex!important; }
.our_places_slider .slick-prev,.our_places_slider .slick-next { background: red; border: none;
	font-size: 0; position: absolute; bottom: 20px; width: 42px; height: 20px; z-index: 3; filter: brightness(0) invert(1); }
.our_places_slider .slick-prev:before,.our_places_slider .slick-next:before { content: ""; }
.our_places_slider .slick-prev { right: 80px; background: url(img/prev_arrow_v2.svg) no-repeat 50% 50% / contain; }
.our_places_slider .slick-next { right: 20px; background: url(img/next_arrow_v2.svg) no-repeat 50% 50% / contain; }
.our_place_slide { position: relative; height: auto!important; display: flex!important; flex-direction: column; }
.our_place_info { position: absolute; bottom: 0; left: 0; padding: 20px 140px 20px 20px; backdrop-filter: opacity(.5);
	background: var(--bg-d2); color: var(--w); width: 100%; }
.our_place_info > b { display: block; margin-top: 5px; font-size: 16px; font-weight: 600; }
.our_place_info p { max-width: 520px; margin-top: 15px; font-size: 15px; line-height: 1.5; }
@media(max-width: 641px) {
	.our_places_block {  }
	.our_places h4 { margin-bottom: 25px; }
	.our_place_info { flex: 1 1 auto; position: relative; padding: 15px 72px 15px 15px; }
	.our_place_info p { margin-top: 10px; font-size: 14px; line-height: 1.4; }
	.our_places_slider .slick-next { bottom: 15px; right: 15px; }
	.our_places_slider .slick-prev { right: 15px; bottom: 45px; }
	
	.our_resources_block + .our_places_block { padding-top: 0; }
}


.portfolio_block { padding: 60px 0; }
.portfolio { text-align: center; }
.portfolio h4 {  }
.portfolio h4 + p { margin-top: 20px; }
.portfolio > p { font-size: 16px; margin: auto; max-width: 600px; }
.portfolio > p b { display: block; font-weight: 700; }
.portfolio_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }
.portfolio_item { max-width: 280px; }

.contacts_block { background: var(--bg-s); display: flex; padding: 120px 0 60px; position: relative; }
.contacts_block > .container { flex: 0 0 auto; }
.contacts_block:before,.contacts_block:after { content: ""; flex: 1 1 auto; background: var(--bg-d); }
.contacts_block:before { border-radius: 0 12px 12px 0; }
.contacts_block:after { border-radius: 12px 0 0 12px; }
.contacts h4 { position: absolute; left: 0; right: 0; text-align: center; top: 60px; }
.contacts_box { display: flex; gap: 15px; }
.contacts_info_column { display: flex; flex-direction: column; gap: 15px; flex: 0 0 auto; width: 360px; }
.contacts_map { max-height: 540px; position: relative; flex: 1 1 auto; border-radius: 12px; overflow: hidden; min-height: 400px; }
.contacts_map img { height: 100%; width: 100%; object-fit: cover; position: absolute; }
.contacts_map p { display: flex; align-items: center; padding: 0 14px;
	background: rgba(255,255,255,.4); backdrop-filter: blur(5px);
	position: absolute;	bottom: 20px; left: 20px; border-radius: 20px; height: 40px; }
.contacts_info { flex: 1 1 auto; padding: 25px 30px 60px; border-radius: 12px; position: relative;
	background: var(--bg-r); color: var(--w); }
.contacts_info h6 { font-weight: 600; font-size: 16px; margin-bottom: 12px; }
.contacts_info:nth-child(2) { background: var(--bg-d); }
.contacts_info:after { content: ""; position: absolute; right: 15px; bottom: 15px;
	width: 30px; height: 30px; background: url(img/con_icon_1.svg) no-repeat 50% 50% / contain; }
.contacts_info:nth-child(2):after {  background: url(img/con_icon_2.svg) no-repeat 50% 50% / contain;  }
.phones_list,
.emails_list { font-size: 15px; position: relative; padding-left: 30px; display: flex; align-items: flex-start; flex-direction: column; }
.phones_list:before,
.emails_list:before { content: ""; width: 20px; height: 20px; position: absolute; top: 2px; left: 0; }
.phones_list:before { background: url(img/phone_icon.svg) no-repeat 50% 50%; }
.emails_list:before { background: url(img/email_icon.svg) no-repeat 50% 50%; }
.phones_list + .emails_list { margin-top: 20px; }
.phones_list > * + *,
.emails_list > * + * { margin-top: 6px; }

@media(max-width: 641px) {
	.contacts_block { padding: 100px 0 30px; }
	.contacts h4 { top: 50px; }
	.contacts_box { flex-direction: column-reverse; }
	.contacts_info_column { width: 100%; }
	.contacts_info { padding: 15px 15px 20px; }
	.contacts_map { min-height: 240px; }
	.contacts_map p { left: 10px; bottom: 10px; height: 44px; right: 10px; }
	.phones_list + .emails_list { margin-top: 15px; }
}

footer { padding: 40px 0; border-bottom: 6px solid var(--bg-d); background: var(--bg-dg); }
.footer { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 20px; }
.f_info { display: flex; justify-content: space-between; align-items: center; }
.footer p { font-size: 12px; font-weight: 400; }
.footer p a { text-decoration: underline; color: var(--bg-r); }
.footer p b { display: block; font-weight: 600; }
@media(max-width: 641px) {
	.footer { grid-template-columns: auto; }
	
	.footer_item_wrapper {  }
	.footer_item_wrapper:nth-child(1) { order: 3; }
	.f_info { flex-direction: column; align-items: flex-start; }
	.copyright { order: 3; margin-top: 10px; }
}

/*popup*/
.black_layout { display: none; z-index: 90; position: fixed; top: 0;
	left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .80); }
.popup_wrapper { display: none; position: absolute; top: 0; left: 0;
	width: 100%; height: 100%; z-index: 95; padding: 0; overflow: auto; }

.popup_inner { display: flex; min-height: 100%; align-items: center; padding: 30px 20px;
	justify-content: center;  }
.popup { background: #FFF; padding: 28px 32px; width: 100%; max-width: 640px;
	position: relative; }
.close_popup { width: 30px; height: 30px; display: block; position: absolute; z-index: 5;
	top: -4px; right: -44px; background: url(../img/close_icon.svg) no-repeat 50% 50% / 30px auto; }

.popup_body { width: 100%; margin: auto; text-align: center; }
.popup_body h4 { font-size: 32px; font-weight: 500; margin-bottom: 8px; }
.popup_body > p { font-size: 18px; font-weight: 300; max-width: 350px; margin: auto; }

/* Слайдеры */
.slick-slider{ position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);        transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}