/* =========main-welcome========= */
.main-welcome {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
}

.header {
	padding: 45px 0;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__logo {
	display: inline-block;
	width: 312px;
}
.header__logo img {
	display: inline-block;
	width: 100%;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.header__menu a {
	color: #4a3d32;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header__menu a:hover {
	color: #b18663;
}
.header__menu a svg * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header__menu a:hover svg * {
	fill: #b18663;
}
.sub-menu {
	display: none;
}
.header__menu .has-child.active .sub-menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}
.header__menu .has-child {
	position: relative;
}
.header__menu .has-child.active > a svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header__menu .has-child > a svg {
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.sub-menu {
	position: absolute;
	z-index: 20;
	top: calc(100% + 20px);
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: #faf6f0;
	border-radius: 10px;
	min-width: 720px;
	-webkit-box-shadow: 0 18px 45px rgba(74, 61, 50, 0.14);
	box-shadow: 0 18px 45px rgba(74, 61, 50, 0.14);
	line-height: 1.4em;
	padding: 28px 30px;
	margin: 0;
	font-size: 16px;
}
.sub-menu::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 100%;
	height: 20px;
}
.sub-menu li {
	min-width: 0;
}
.sub-menu a {
	display: block;
	padding: 8px 10px;
	border-radius: 7px;
}
.sub-menu a:hover {
	background: #f2e9df;
}
.sub-menu strong {
	display: block;
}
.btn_header {
	gap: 25px;
	padding: 5px 45px;
}
.btn_header img {
	display: inline-block;
	width: 19px;
}
.main-welcome-cont {
	padding: 30px 0 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 1920px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	gap: 80px;
}
.main-welcome-left {
	max-width: 720px;
	width: 100%;
}
.main-welcome-right {
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 215px 0 0 0;
	position: relative;
	max-width: 986px;
}
.main-welcome-right::after {
	display: block;
	content: '';
	padding-top: 87%;
}
.main-welcome__100 {
	display: inline-block;
	width: 210px;
	position: absolute;
	bottom: -50px;
	right: 14%;
}
.main-welcome__title {
	font-weight: 400;
	margin: 25px 0 35px;
}
.main-welcome__text {
	line-height: 1.6em;
}
.main-welcome-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
.btn_main-welcome1 {
	padding: 5px 40px;
}
.btn_main-welcome2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ba9076;
	gap: 15px;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.btn_main-welcome2 img {
	display: inline-block;
	width: 29px;
}
.btn_main-welcome2:hover {
	opacity: 0.7;
	color: #ba9076;
}
.header__gumb {
	display: none;
}
.header-mob {
	display: none;
	position: fixed;
	z-index: 1005;
	background: #faf6f0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.header-mob-body {
	padding: 0 15px 40px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}
.header-mob-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 25px 0;
}
.header-mob__close {
	display: inline-block;
	width: 40px;
}
.header-mob__close img {
	display: inline-block;
	width: 100%;
}
.header-mob .header__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 30px;
	gap: 0;
	font-size: 21px;
}
.header-mob .header__menu a {
	display: block;
	text-align: right;
	padding: 10px 0;
}
.header-mob .btn_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 175px;
	margin-left: auto;
}
.header-mob .header__menu .has-child.active .sub-menu {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 15px 0;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	gap: 0;
	min-width: inherit;
	width: 100%;
}
.header-mob .sub-menu::before {
	display: none;
}
/* =========base========= */
.base {
	background: url('../img/base_bg.jpg') no-repeat center / cover;
	border-top: 2px solid #e1ddd4;
	border-bottom: 2px solid #e1ddd4;
}
.base-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.base-item {
	position: relative;
	text-align: center;
	padding: 0 15px;
}
.base-item::after {
	display: block;
	position: absolute;
	content: '';
	background: url('../img/base-item_plus.png') no-repeat center / 100% 100%;
	width: 22px;
	height: 22px;
	left: calc(100% - 11px);
	top: calc(50% - 25px);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.base-item:last-child::after {
	display: none;
}
.base__img {
	display: inline-block;
	height: 213px;
}
.base-item__text {
	line-height: 1em;
	margin-top: 35px;
}
.btn_base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 345px;
	width: 100%;
	margin: 80px auto 0;
}
/* =========main-middle========= */
.main-middle {
	background: url('../img/main-middle_bg.jpg') no-repeat 50% 70% / 100% auto;
}
@media (max-width: 1921px) {
	.main-middle {
		background-size: 1920px;
		background-position: 100% 70%;
	}
}
.thems {
	padding-bottom: 30px;
}
.thems-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.thems-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	border: 1px solid #be987f;
	overflow: hidden;
	position: relative;
}
.thems-item::after {
	display: block;
	content: '';
	padding-top: 134%;
}
.thems-item::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(235,228,214,0)),color-stop(65%, rgba(235,228,214,0.9)),to(rgba(235,228,214,1)));
	background: linear-gradient(to bottom,  rgba(235,228,214,0) 0%,rgba(235,228,214,0.9) 65%,rgba(235,228,214,1) 100%);
}
.thems-item-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 50px 40px;
}
.thems-item__order {
	background: rgba(227, 219, 204, 0.8);
	display: inline-block;
	color: #b18663;
	line-height: 1em;
	padding: 5px 10px;
	border-radius: 5px;
}
.thems-item__title {
	color: #3a4a3d;
	display: block;
	line-height: 1em;
	margin-top: 20px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.thems-item__title:hover {
	color: #4a3d32;
}
.thems-item__text {
	max-width: 285px;
	width: 100%;
	margin-top: 15px;
	line-height: 1.6em;
}
.btn_thems-item {
	max-width: 230px;
	width: 100%;
	margin-top: 25px;
	gap: 15px;
}
.btn_thems-item img {
	display: inline-block;
	width: 13px;
}
.thems-item-last {
	-ms-grid-column-span: 2;
	grid-column: span 2/span 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.thems-item-last__title {
	position: relative;
	z-index: 1;
	color: #6d5643;
	margin: 0;
}
.thems-item-last__text {
	margin: 25px 0 0;
	line-height: 1.6em;
	color: #6d5643;
	position: relative;
	z-index: 1;
}
.thems-item-last__cont {
	position: relative;
}
.thems-item-last__cont::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: 389px;
	height: 382px;
	left: -120px;
	top: -120px;
	background: url('../img/svg/main/flower_circle.svg') no-repeat center / 100% 100%;
}
.main-teams {
	padding: 30px 0 40px !important;
}
.main-teams__text {
	max-width: 618px;
	margin-top: 50px;
}
.main-teams-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	row-gap: 15px;
	margin-top: 70px;
}
.main-advantages {
	padding-top: 50px;
}
.main-advantages-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.main-advantages-item {
	text-align: center;
	padding: 10px;
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.main-advantages-item::after {
	display: block;
	position: absolute;
	content: '';
	left: 100%;
	height: 100%;
	width: 3px;
	background: url('../img/main-advantages__line.png') no-repeat center / 100% 100%;
}
.main-advantages-item:last-child::after {
	display: none;
}
/* =========main-banner========= */
.main-banner {
	background: url('../img/main-banner_bg.jpg') no-repeat center / cover;
	padding: 160px 0;
	border-top: 2px solid #e1ddd4;
}
.main-banner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 70px;
}
.main-banner-item {
	padding: 5px 55px;
	background: url('../img/main-banner-item_bg.png') no-repeat center / 100% 100%;
	min-height: 54px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_main-banner {
	max-width: 436px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 80px auto 0;
	gap: 30px;
}
.btn_main-banner img {
	display: inline-block;
	width: 19px;
}
/* =========footer========= */
.footer {
	background: #f0ebe4;
	margin-top: 4px;
}
.footer-top {
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-left {
	width: 22.5%;
}
.footer__text {
	margin-top: 35px;
}
.footer__text p {
	margin: 0 0 15px;
}
.footer__text p:last-child {
	margin-bottom: 0;
}
.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 55px;
}
.footer__title {
	position: relative;
	margin-bottom: 55px;
	padding-top: 10px;
	line-height: 1em;
	padding-bottom: 10px;
}
.footer__title::after {
	display: block;
	position: absolute;
	content: '';
	top: 100%;
	height: 2px;
	width: 100%;
	left: 0;
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(201,197,185,1)),color-stop(75%, rgba(227,220,207,0.9)),to(rgba(235,228,214,0)));
	background: linear-gradient(to right,  rgba(201,197,185,1) 0%,rgba(227,220,207,0.9) 75%,rgba(235,228,214,0) 100%);
}
.footer__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[1];
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 18px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.footer__list a {
	color: #2b2a29;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.footer__list a img {
	display: inline-block;
	width: 16px;
}
.footer__list a:hover {
	color: #C9C5B9;
}
.footer__list-col2 {
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #C9C5B9;
}
.footer__copyrite {
	color: #969489;
}
.footer__list2 {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1em;
	color: #969489;
}
.footer__list2 a {
	color: #969489;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.footer__list2 li {
	position: relative;
}
.footer__list2 li::after {
	display: block;
	content: '·';
	position: absolute;
	left: calc(100% + 10px);
	top: 0px;
}
.footer__list2 li:last-child::after {
	display: none;
}
.footer__list2 a:hover {
	color: #2b2a29;
}
/* =========theme-welcome========= */
.theme-welcome {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0 200px;
	position: relative;
}
.theme-welcome::after {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(223,216,209,1)),color-stop(30%, rgba(223,216,209,0.9)),to(rgba(223,216,209,0)));
	background: linear-gradient(to right,  rgba(223,216,209,1) 0%,rgba(223,216,209,0.9) 30%,rgba(223,216,209,0) 100%);
}
.theme-welcome-cont {
	position: relative;
	z-index: 1;
	width: 42.2%;
}
.theme-welcome__under {
	margin-top: 35px;
	line-height: 1.5em;
}
.theme-welcome__text {
	margin-top: 40px;
}
.theme-welcome-btns {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 65px;
}
.btn_theme-welcome2 {
	gap: 20px;
}
.btn_theme-welcome2 img {
	display: inline-block;
	width: 19px;
}
.theme-welcome-mob {
	display: none;
}
/* =========theme-steps========= */
.theme-steps {
	background: url('../img/theme-steps_bg.jpg') no-repeat right top / cover;
}
.theme-steps-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[5];
	grid-template-columns: repeat(5, minmax(0, 1fr));
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 30px;
}
.theme-step__icon {
	display: inline-block;
	height: 233px;
}
.theme-step__number {
	margin-top: 35px;
}
.theme-step__text {
	max-width: 240px;
	margin-top: 15px;
}
.theme-progress-text {
	width: 71%;
	background: #ebe4d6;
	border-radius: 10px;
	padding: 50px 65px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: -120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.theme-progress-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	gap: 117px;
}
.theme-progress-b-left {
	width: 41.3%;
	border-radius: 0 215px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.theme-progress-b-left::after {
	display: block;
	content: '';
	padding-top: 100%;
}
.theme-progress-b-right {
	width: 852px;
}
.theme-progress-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}
.theme-progress-item {
	border-radius: 10px;
	padding: 50px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
}
.theme-progress-item1 {
	background: #efe9de;
}
.theme-progress-item2 {
	background: #e3dccd;
}
.theme-progress__mob {
	display: none;
}
/* =========theme-how========= */
.theme-how {
	background: url('../img/theme-how_bg.jpg') no-repeat center / cover;
}
.theme-how-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 45px;
}
.theme-how-item {
	background: #2c382e;
	border-radius: 10px;
	padding: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
.theme-how-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	color: #dfa87e;
}
.theme-how-item-top img {
	display: inline-block;
	width: 100px;
	margin-top: 10px;
}
.theme-how-item__title {
	margin: 0;
}
.theme-how-item__text {
	color: #ebe4d6;
}
.theme-how-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	margin-top: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn_theme-how1 {
	padding-right: 40px;
	padding-left: 40px;
}
.btn_theme-how2 {
	padding-right: 40px;
	padding-left: 40px;
	gap: 30px;
}
.btn_theme-how2 svg {
	display: inline-block;
	width: 19px;
	height: 18px;
}
/* =========theme-author========= */
.theme-author {
	padding: 160px 0;
}
.theme-author-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.theme-author-left {
	width: 35.3%;
	padding-top: 10px;
}
.theme-author-right {
	display: -ms-grid;
	display: grid;
	width: 58.7%;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}
.theme-author__text {
	margin-top: 40px;
}
.btn_theme-author {
	margin-top: 40px;
}
.theme-author__thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.theme-author__thumb::after {
	display: block;
	content: '';
	padding-top: 100%;
}
.theme-author-item:nth-child(2n + 1) .theme-author__thumb {
	border-radius: 150px 0 0 0;
}
.theme-author-item:nth-child(2n) .theme-author__thumb {
	border-radius: 0 0 150px 0;
}
.theme-author-item__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: 40px;
}
/* =========theme-faq========= */
.theme-faq {
	padding: 160px 0;
	background: #f1ede9;
}
.theme-faq-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.theme-faq-left {
	width: 31%;
}
.theme-faq-right {
	width: 59%;
}
.btn_theme-faq {
	margin-top: 65px;
	max-width: 435px;
	width: 100%;
	gap: 25px;
}
.btn_theme-faq img {
	display: inline-block;
	width: 19px;
}
.global-faq-item {
	margin-bottom: 10px;
	background: #ece6df;
}
.global-faq-item:last-child {
	margin-bottom: 0;
}
.global-faq__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 25px 20px 55px;
	color: #4a3d32;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	gap: 10px;
}
.global-faq__link:hover {
	background-color: #e1dbd5;
}
.global-faq__link-minus {
	display: none;
}
.global-faq-body {
	display: none;
}
.global-faq-item.active .global-faq-body {
	display: block;
}
.global-faq-item.active .global-faq__link-minus {
	display: inline-block;
}
.global-faq-item.active .global-faq__link-plus {
	display: none;
}
.global-faq-cont {
	margin: 0 !important;
	padding: 0 25px 25px 55px;
}
/* =========upsale========= */
.upsale__title {
	margin-bottom: 60px;
}
.global-slider {
	position: relative;
}
.global-slider-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.global-slider__arrow {
	position: absolute;
	background: transparent;
	border: none;
	width: 42px;
	height: 42px;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.global-slider__arrow svg {
	display: inline-block;
	width: 100%;
	height: auto;
}
.global-slider__arrow svg * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.global-slider__arrow:hover svg * {
	fill: #3a4a3d;
}
.global-slider__arrow-prev {
	right: calc(100% + 60px);
}
.global-slider__arrow-next {
	left: calc(100% + 60px);
}
@media (max-width: 1827px) {
	.global-slider__arrow {
		top: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: calc(100% + 48px);
	}
	.global-slider__arrow-next {
		left: inherit;
		right: 0;
	}
	.global-slider__arrow-prev {
		left: inherit;
		right: 80px;
	}
}
/* =========about-welcome========= */
.about-welcome {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #faf3eb;
}
.about-welcome-cont {
	padding: 80px 0 220px;
}
.about-welcome__thumb {
	display: none;
}
.about-welcome-left {
	width: 35%;
}
/* =========about-advantages========= */
.about-advantages-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 30px;
}
.about-advantages-item {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
.about-advantages-item img {
	display: inline-block;
	height: 180px;
	width: auto;
}
/* =========about-bottom========= */
.about-bottom {
	background: #f9f4eb url('../img/theme-steps_bg.jpg') no-repeat center top / 100% auto;
}
.about-triple-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 30px;
}
.about-triple-item {
	text-align: center;
	width: 24.7%;
}
.about-triple-item-top {
	margin-bottom: -10px;
}
.about-triple-item__title {
	line-height: 1em;
	margin: 0 0 15px;
}
.about-triple-item__thumb {
	display: inline-block;
	width: 100%;
}
.about-steps {
	padding: 100px 0;
}
.about-steps-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about-steps-left {
	width: 28.1%;
}
.about-steps-right {
	width: 64.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.btn_about-steps {
	max-width: 346px;
	width: 100%;
	margin-top: 60px;
}
.about-steps-item {
	background: #e7e1d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 65px;
}
.about-steps-item:first-child {
	border-radius: 10px 10px 0 0;
}
.about-steps-item:last-child {
	border-radius: 0 0 10px 10px;
}
.about-steps-item img {
	display: inline-block;
	width: 87px;
	margin-right: 65px;
}
.about-steps-item-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding-top: 5px;
}
.about-bottom .main-teams {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.about-bottom .main-welcome-right {
	border-radius: 0 215px 0 0;
}
.main-teams-article {
	background: #e7e0d0;
	border-radius: 10px;
	padding: 35px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	margin-top: 50px;
}
.knowing-welcome-article {
	margin-bottom: 45px;
}
.btn_knowing-welcome img {
	display: inline-block;
	width: 19px;
	margin-right: 20px;
}
.knowing-welcome {
	background-position: left top;
	background-size: 100% auto;
}
.knowing-welcome-cont {
	padding-bottom: 85px;
}
.knowing-welcome-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.knowing-welcome-item {
	background: #efe9de;
	border-radius: 10px;
	padding: 40px 35px;
}
.knowing-welcome-item__title {
	margin: 0 0 15px;
	font-weight: 400;
}
/* =========knowing-vision========= */
.knowing-vision-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.knowing-vision-left {
	width: 50%;
	background: url('../img/knowing-vision-left_bg.png') no-repeat center / 100% 100%;
	padding: 125px 155px 150px;
}
.knowing-vision-right {
	width: 43.1%;
}
/* =========knowing-faq========= */
.knowing-faq {
	padding: 100px 0 60px;
	background: #faf6f0 url('../img/knowing-faq_bg.jpg') no-repeat center top / 100% auto;
}
.knowing-faq__title {
	margin: 15px 0 0;
	color: #4a3d32;
	font-weight: 400;
}
.knowing-faq-wrap {
	max-width: 1540px;
	width: 100%;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 45px;
}
.knowing-faq-item {
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(235,227,220,1)),color-stop(11%, rgba(235,227,220,0.8)),to(rgba(235,227,220,0)));
	background: linear-gradient(to right,  rgba(235,227,220,1) 0%,rgba(235,227,220,0.8) 11%,rgba(235,227,220,0) 100%);
	border-radius: 10px;
	padding: 40px 55px;
}
.knowing-faq-item__title {
	margin: 0 0 40px;
	line-height: 1.2em;
}
.knowing-faq-item__list {
	padding: 0 0 0 30px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	line-height: 1.6em;
}
.knowing-faq-item__list li {
	position: relative;
	padding-left: 40px;
}
.knowing-faq-item__list li::before {
	display: block;
	position: absolute;
	content: '';
	width: 7px;
	height: 10px;
	background: url('../img/svg/cooperator/bullet_list_icon.svg') no-repeat center / 100% 100%;
	left: 0;
	top: 10px;
}
.knowing-faq-btns {
	text-align: center;
	margin-top: 100px;
}
/* =========knowing-skill========= */
.knowing-skill {
	padding-top: 60px !important;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.knowing-skill .theme-progress-b-left::after {
	padding-top: 126%;
}
.knowing-skill .theme-progress-b-right {
	padding-top: 50px;
}
.knowing-skill__list {
	margin-top: 50px;
	padding-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	line-height: 1.6em;
	margin-bottom: 0;
}
.knowing-skill__list li {
	position: relative;
	padding-left: 55px;
}
.knowing-skill__list li::before {
	display: block;
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #4a3d32;
	border-radius: 50%;
	left: 0;
	top: 10px;
	background: #faf6f0;
	z-index: 1;
}
.knowing-skill__list li::after {
	display: block;
	position: absolute;
	content: '';
	width: 2px;
	height: calc(100% + 40px);
	top: 10px;
	left: 6px;
	z-index: 0;
	background: url('../img/knowing-skill__list_dots.png') repeat-y;
}
.knowing-skill__list li:last-child::after {
	display: none;
}
/* =========knowing-education========= */
.knowing-education {
	background: #f1ede9;
}
.knowing-education-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #ece6df;
	padding: 20px 50px 20px 90px;
}
.knowing-education-item img {
	display: inline-block;
	width: 36px;
	margin-right: 40px;
	margin-top: 10px;
}
.knowing-education-item__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.6em;
}
.knowing-banner__text {
	max-width: 1000px;
	width: 100%;
	margin: 45px auto 0;
}
.knowing-banner-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 70px;
	margin-top: 100px;
}
.knowing-banner-btns-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
/* =========specialists-base========= */
.specialists-base {
	background: transparent;
}
.specialists-base .main-teams {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.specialists-base .main-welcome-right::after {
	padding-top: 75%;
}
.specialists-base .knowing-faq-item__list {
	padding-left: 0;
	margin-top: 45px;
}
/* =========specialists========= */
.specialists {
	background: url('../img/theme-steps_bg.jpg') no-repeat right top / 100% auto;
}
.specialists-wrap {
	display: -ms-grid;
	display: grid;
	gap: 30px;
	-ms-grid-columns: (minmax(0, 1fr))[4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.specialist {
	background: #f3ede1;
	border-radius: 8px;
	padding: 25px 25px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2b2a29;
	-webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
	transition: color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
	transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
	transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.specialist:hover {
	color: #2b2a29;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 16px 35px rgba(74, 61, 50, 0.12);
	box-shadow: 0 16px 35px rgba(74, 61, 50, 0.12);
}
.specialist__thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
}
.specialist__thumb::after {
	display: block;
	content: '';
	padding-top: 116%;
}
.specialist__title {
	margin: 25px 0 0;
}
.specialist__text {
	margin: 10px 0 0;
}
.specialist-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}
.specialist-bottom img {
	display: inline-block;
	width: 27px;
	margin-right: 10px;
}
.specialist-bottom div {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.specialist-bottom--profile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 12px;
}
.specialist-bottom--profile img {
	width: 24px;
	margin: 0;
}
.specialist-banner-wrap {
	padding: 55px 15px;
	text-align: center;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.25)),color-stop(99%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
	max-width: 1092px;
	width: 100%;
	margin: 70px auto 0;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn_specialist-banner {
	padding-right: 40px;
	padding-left: 40px;
}
/* =========specialists-upsale========= */
.specialists-upsale-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
	margin-top: 45px;
}
.specialists-upsale-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 10px;
	background: #efe9de;
	padding: 50px 40px;
	gap: 30px;
}
.specialists-upsale__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
}
.specialists-upsale__icon img {
	display: inline-block;
	max-width: 100%;
}
.specialists-upsale-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.specialists-upsale__title {
	margin-bottom: 20px;
}
.specialists-upsale__text {
	margin-bottom: 35px;
}
/* =========programms-welcome========= */
.programms-welcome {
	background-position: right bottom;
	background-color: #fef7f1;
}
.programms-welcome__link {
	margin-top: 40px;
}
/* =========programms========= */
.programms-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 35px;
	margin-bottom: 70px;
}
.programms-item {
	border: 1px solid #c9c5b9;
	border-radius: 10px;
	background-color: #fefaf6;
	padding: 25px 25px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	gap: 40px;
}
.programms-item::after {
	display: block;
	position: absolute;
	content: '';
	width: calc(100% - 40px);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 100%;
	height: 5px;
	border: 1px solid #c9c5b9;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.programms__thumb {
	display: inline-block;
	width: 34%;
	border-radius: 0 0 0 10px;
	margin-top: auto;
}
.programms-item-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px;
}
.programms-item__title {
	margin-bottom: 25px;
}
.programms-item__name {
	border-radius: 45px;
	margin-bottom: 25px;
	padding: 15px 60px;
	line-height: 1em;
	display: inline-block;
}
.programms-item_red .programms-item__name {
	background: #a86751;
}
.programms-item_green .programms-item__name {
	background: #3a4a3d;
}
.programms-item__price {
	line-height: 1em;
	margin-bottom: 35px;
}
.programms-item__list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	line-height: 1.6em;
}
.programms-item__list li {
	position: relative;
	padding-left: 40px;
}
.programms-item__list li::before {
	display: block;
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	left: 0;
	top: 10px;
	background: url('../img/svg/programs/bullet_list_checkmark.svg') no-repeat center / 100% 100%;
}
.programms-bottom {
	max-width: 1150px;
	width: 100%;
}
/* =========programms-services========= */
.programms-services {
	background: #f1ede9 url('../img/programms-services_bg.jpg') no-repeat left bottom / 158px;
}
.programms-services .about-steps-right {
	width: 70%;
}
.programms-services .knowing-education-item {
	gap: 60px;
	padding-left: 60px;
}
.programms-services .knowing-education-item img {
	width: 64px;
	margin-right: 0;
}
.programms-services .knowing-education-item__right {
	padding-top: 10px;
}
/* =========groups========= */
.groups {
	background: #fef7f1;
}
.group {
	padding: 70px 60px;
	gap: 60px;
}
.group__thumb {
	display: inline-block;
	width: 157px;
	border-radius: 70px;
}
.group-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.group-count {
	display: inline-block;
	padding: 13px 34px;
	border-radius: 45px;
	margin-bottom: 25px;
}
.group1 .group-count {
	background: #e8e6e1;
}
.group2 .group-count {
	background: #e5d4c8;
}
.group3 .group-count {
	background: #c9c5b9;
}
.group__title {
	margin: 0 0 25px;
}
.group__text {
	margin-bottom: 25px;
}
.group-therapy .about-steps-right {
	width: 57.5%;
}
.group-therapy .knowing-education-item img {
	width: 55px;
}
.group-therapy .knowing-education-item__right {
	padding-top: 22px;
}
/* =========test-welcome========= */
.test-welcome .about-welcome-left {
	max-width: 100%;
	width: 100%;
}
.test-welcome .main-welcome__text {
	width: 39.8%;
}
.test-welcome-progress {
	margin-top: 50px;
	max-width: 534px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.test-welcome .about-welcome-cont {
	padding-bottom: 340px;
}
/* =========test========= */
.test {
	padding-top: 70px;
}
.test-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}
.test-top img {
	display: inline-block;
	width: 124px;
}
.test-cont {
	margin-bottom: 70px;
}
.test-row {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 35px 25px 50px;
	background: #fefaf6;
	border: 1px solid #ebe6db;
	border-radius: 10px;
}
.test-ch {
	position: relative;
}
.test__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 12px;
	padding-right: 10px;
}
.test-ch input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.test-ch-cont {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1em;
	background: #f4ebe0;
	border-radius: 50%;
}
.test-ch input:checked + .test-ch-cont {
	color: #fefefe;
}
.test-ch.test-ch_secondary input:checked + .test-ch-cont {
	background-color: #777b6f;
}
.test-ch.test-ch_red input:checked + .test-ch-cont {
	background-color: #a86751;
}
.test-ch.test-ch_brown input:checked + .test-ch-cont {
	background-color: #968d7e;
}
.test-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.test2 {
	padding-bottom: 70px;
	background: #f9f4eb url('../img/theme-steps_bg.jpg') no-repeat center top / 100% auto;
}
/* =========test-result========= */
.test-result {
	position: relative;
	background: url('../img/test-result_bg.jpg') no-repeat center top / 100% auto;
}
.test-result::before {
	display: block;
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #faf6f0;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.test-result-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 55px;
	gap: 25px;
}
.test-result-item {
	background: rgba(247, 244, 241, 0.6);
	border-radius: 10px;
	padding: 40px 30px 60px 30px;
}
.test-result-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	gap: 20px;
}
.test-result-item-top img {
	display: inline-block;
	width: 60px;
}
.test-result-item__number {
	margin-bottom: 30px;
}
.test-result-item__status {
	display: inline-block;
	padding: 14px 45px;
	border-radius: 45px;
	line-height: 1em;
	margin-bottom: 30px;
}
.test-result-item__status-red {
	background-color: #e5d4c8;
}
.test-result-item__status-red-700 {
	background-color: #e2cab4;
}
.test-result-item__status-green {
	background-color: #c8d2c9;
}
.test-result-item__text {
	line-height: 1.6em;
}
.test-result-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
	margin-top: 70px;
}
.test-result__line {
	margin-top: 100px;
}
.test-result__icon {
	display: block;
	width: 110px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
.test-result__text {
	max-width: 860px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
.btn_test-result {
	padding: 5px 45px;
	gap: 40px;
	margin-top: 60px;
}
.btn_consultation-welcome {
	gap: 20px;
}
.btn_consultation-welcome img {
	display: inline-block;
	width: 13px;
}
.consultation-welcome .main-welcome-btns {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 40px;
}
.consultation-welcome {
	background-size: 100% auto;
	background-position: left top;
	background-color: #fbf6f2;
}
/* =========consultation========= */
.consultation {
	padding-bottom: 165px;
}
.consultation-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 50px;
}
.consultation-item {
	text-align: center;
	padding: 0 10px;
}
.consultation-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 110px;
	margin-bottom: 45px;
}
.consultation-item__icon img {
	display: inline-block;
	max-height: 100%;
}
/* =========consultation-contact========= */
.consultation-contact {
	padding: 90px 0;
	background: url('../img/consultation-contact_bg.jpg') no-repeat center / cover;
}
.consultation-contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.consultation-contact-left {
	width: 37.8%;
	padding-top: 40px;
}
.consultation-contact__wh {
	margin-top: 45px;
	color: #ebe4d6;
}
.consultation-contact__wh a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #ebe4d6;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	margin-top: 20px;
}
.consultation-contact__wh a:hover {
	color: #39ae41;
}
.consultation-contact__wh a img {
	display: inline-block;
	width: 30px;
}
.consultation-contact-right {
	background: rgba(44, 56, 46, 0.9);
	border-radius: 10px;
	padding: 60px 80px;
	width: 45.6%;
}
.btn_consultation-contact {
	width: 100%;
	gap: 20px;
}
.btn_consultation-contact img {
	display: inline-block;
	width: 19px;
}
.consultation-contact-bottom {
	color: #969489;
	margin-top: 35px;
}
/* =========consultation-bottom========= */
.consultation-bottom {
	background: url('../img/test-result_bg.jpg') no-repeat center top / 100% auto;
	padding: 200px 0;
}
.consultation-bottom .theme-faq-wrap {
	margin-bottom: 150px;
}





/*Extra large devices (large desktops, 1630px and up) */
@media (max-width: 1629.5px) {
	/* =========main-welcome========= */
	.header {
		padding: 35px 0;
	}
	.header__logo {
		width: 270px;
	}
	.header__menu {
		gap: 24px;
	}
	.header-right {
		gap: 32px;
	}
	.btn_header {
		gap: 15px;
		padding: 5px 40px;
	}
	.main-welcome-left {
		max-width: 630px;
	}
	.main-welcome-cont {
		padding: 20px 0 100px;
		gap: 70px;
	}
	.main-welcome__100 {
		width: 155px;
		bottom: -34px;
		right: 7%;
	}
	.main-welcome-right {
		border-radius: 160px 0 0 0;
	}
	/* =========main-banner========= */
	.main-banner {
		padding: 130px 0;
	}
	/* =========theme-welcome========= */
	.theme-welcome {
		padding: 90px 0 160px;
	}
	.theme-welcome__under {
		margin-top: 25px;
	}
	.theme-welcome__text {
		margin-top: 30px;
	}
	.theme-welcome-btns {
		margin-top: 40px;
	}
	.btn_theme-welcome2 {
		gap: 10px;
	}
	/* =========theme-steps========= */
	.theme-progress-b {
		gap: 70px;
	}
	.theme-progress-b-right {
		width: 755px;
	}
	.theme-progress-text {
		padding: 25px 35px;
		bottom: -105px;
	}
	.theme-progress-b-left {
		border-radius: 0 160px 0 0;
	}
	/* =========theme-author========= */
	.theme-author {
		padding: 100px 0;
	}
	.theme-author-right {
		gap: 20px;
	}
	.theme-author-item:nth-child(2n+1) .theme-author__thumb {
		border-radius: 100px 0 0 0;
	}
	.theme-author-item:nth-child(2n) .theme-author__thumb {
		border-radius: 0 0 100px 0;
	}
	/* =========about-welcome========= */
	.about-welcome-cont {
		padding: 50px 0 165px;
	}
	/* =========about-bottom========= */
	.about-bottom .main-teams {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	/* =========test-welcome========= */
	.test-welcome .about-welcome-cont {
		padding-bottom: 280px;
	}
	/* =========consultation-bottom========= */
	.consultation-bottom {
		padding: 150px 0;
	}
	.consultation-bottom .theme-faq-wrap {
		margin-bottom: 100px;
	}

}

/*Large devices (desktops, 1430px and up) */
@media (max-width: 1429.5px) {
	/* =========main-welcome========= */
	.header__logo {
		width: 215px;
	}
	.header__menu {
		gap: 18px;
	}
	.header-right {
		gap: 28px;
	}
	.btn_header {
		padding: 5px 30px;
	}
	.btn_header img {
		width: 15px;
	}
	.main-welcome-left {
		max-width: 550px;
	}
	.main-welcome-cont {
		gap: 35px;
	}
	.main-welcome__title {
		margin: 15px 0 25px;
	}
	.btn_main-welcome1 {
		padding: 5px 25px;
	}
	.btn_main-welcome2 img {
		width: 23px;
	}
	.btn_main-welcome2 {
		gap: 10px;
	}
	/* =========base========= */
	.btn_base {
		max-width: 285px;
		margin: 60px auto 0;
	}
	.base__img {
		height: 180px;
	}
	.base-item__text {
		margin-top: 25px;
	}
	/* =========main-middle========= */
	.thems-item-cont {
		padding: 0 30px 30px;
	}
	.btn_thems-item {
		max-width: 200px;
	}
	.thems-item-last__cont::before {
		width: 300px;
		height: 305px;
		left: -85px;
		top: -85px;
	}
	.btn_thems-item {
		margin-top: 15px;
	}
	.thems-item__text {
		margin-top: 5px;
	}
	.thems-item__title {
		margin-top: 10px;
	}
	.main-teams-links {
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
		margin-top: 40px;
	}
	.main-teams__text {
		margin-top: 30px;
	}
	/* =========main-banner========= */
	.main-banner {
		padding: 90px 0;
	}
	.main-banner-wrap {
		margin-top: 50px;
		gap: 10px;
	}
	.main-banner-item {
		padding: 5px 40px;
		min-height: 45px;
	}
	.btn_main-banner {
		max-width: 385px;
		margin: 50px auto 0;
		gap: 15px;
	}
	/* =========footer========= */
	.footer-top {
		padding: 50px 0;
		gap: 30px;
	}
	.footer-right {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		gap: 15px;
	}
	.footer__text p {
		margin-bottom: 10px;
	}
	.footer__text {
		margin-top: 20px;
	}
	.footer__title {
		margin-bottom: 45px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.footer__list {
		gap: 15px;
	}
	.footer__list a {
		gap: 10px;
	}
	.footer__list a img {
		width: 14px;
	}
	/* =========theme-welcome========= */
	.theme-welcome {
		padding: 60px 0 120px;
	}
	.btn_theme-welcome2 img {
		width: 16px;
	}
	.theme-welcome-cont {
		width: 45.2%;
	}
	/* =========theme-steps========= */
	.theme-steps-wrap {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	.theme-step__icon {
		height: 200px;
	}
	.theme-step__number {
		margin-top: 20px;
	}
	.theme-progress-b {
		gap: 35px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.theme-progress-b-right {
		width: 656px;
	}
	.theme-progress-item {
		padding: 25px;
		gap: 20px;
	}
	/* =========theme-how========= */
	.theme-how-wrap {
		gap: 15px;
	}
	.theme-how-item {
		padding: 30px 15px;
		gap: 20px;
	}
	.theme-how-item-top img {
		width: 75px;
	}
	.theme-how-btns {
		margin-top: 40px;
	}
	/* =========theme-author========= */
	.theme-author__text, .btn_theme-author, .theme-author-item__bottom {
		margin-top: 30px;
	}
	/* =========theme-faq========= */
	.theme-faq {
		padding: 100px 0;
	}
	.btn_theme-faq {
		margin-top: 35px;
		max-width: 320px;
		gap: 10px;
	}
	.btn_theme-faq img {
		width: 16px;
	}
	.global-faq__link {
		padding: 20px;
	}
	.global-faq-cont {
		padding: 0 20px 20px;
	}
	/* =========upsale========= */
	.upsale__title {
		margin-bottom: 30px;
	}
	.global-slider__arrow {
		bottom: calc(100% + 25px);
		width: 35px;
		height: 35px;
	}
	.global-slider__arrow-prev {
		right: 55px;
	}
	/* =========about-bottom========= */
	.btn_about-steps {
		max-width: 257px;
		margin-top: 30px;
	}
	.about-steps-left {
		width: 33.1%;
	}
	.about-steps-item img {
		width: 65px;
		margin-right: 30px;
	}
	.about-steps-item {
		padding: 25px 30px;
	}
	.main-teams-article {
		padding: 20px 30px;
		gap: 15px;
		margin-top: 25px;
	}
	.knowing-welcome-article {
		margin-bottom: 30px;
	}
	.btn_knowing-welcome img {
		width: 16px;
		margin-right: 15px;
	}
	.knowing-welcome-cont {
		padding-bottom: 60px;
	}
	.knowing-welcome-wrap {
		gap: 10px;
	}
	.knowing-welcome-item {
		padding: 25px 20px;
	}
	/* =========knowing-vision========= */
	.knowing-vision-left {
		padding: 91px 116px 103px;
	}
	/* =========knowing-faq========= */
	.knowing-faq {
		padding: 60px 0 40px;
	}
	.knowing-faq-item {
		padding: 30px 35px;
	}
	.knowing-faq-item__title {
		margin-bottom: 20px;
	}
	.knowing-faq-item__list {
		padding-left: 0;
		gap: 15px;
	}
	.knowing-faq-item__list li {
		padding-left: 25px;
	}
	.knowing-faq-wrap {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}
	.knowing-faq-btns {
		margin-top: 30px;
	}
	/* =========knowing-skill========= */
	.knowing-skill {
		padding-top: 30px !important;
	}
	.knowing-skill__list {
		margin-top: 30px;
		padding-left: 0;
		gap: 30px;
	}
	.knowing-skill__list li {
		padding-left: 30px;
	}
	.knowing-skill__list li::before {
		top: 8px;
	}
	.knowing-skill__list li::after {
		height: calc(100% + 30px);
	}
	/* =========knowing-education========= */
	.knowing-education-item {
		padding: 15px 15px 15px 40px;
	}
	.knowing-education-item img {
		width: 30px;
	}
	.knowing-banner-btns {
		margin-top: 50px;
		gap: 25px;
	}
	/* =========specialists-base========= */
	.specialists-base .knowing-faq-item__list {
		margin-top: 25px;
	}
	/* =========specialists========= */
	.specialists-wrap {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
	}
	.specialist {
		padding: 10px 10px 20px;
	}
	.specialist__title {
		margin: 10px 0 0;
	}
	.specialist__text {
		margin: 5px 0 0;
	}
	.specialist-bottom img {
		width: 20px;
		margin-right: 5px;
	}
	/* =========specialists-upsale========= */
	.specialists-upsale-wrap {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
		margin-top: 20px;
	}
	.specialists-upsale-item {
		padding: 30px 20px;
		gap: 20px;
	}
	.specialists-upsale__icon {
		width: 65px;
	}
	.specialists-upsale__title {
		margin-bottom: 10px;
	}
	.specialists-upsale__text {
		margin-bottom: 25px;
	}
	/* =========programms========= */
	.programms-wrap {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}
	.programms-item__title {
		margin-bottom: 15px;
	}
	.programms-item__name {
		margin-bottom: 15px;
		padding: 10px 35px;
	}
	.programms-item__price {
		margin-bottom: 15px;
	}
	.programms-item__list {
		gap: 5px;
	}
	.programms-item__list li {
		padding-left: 25px;
	}
	.programms-item__list li::before {
		width: 13px;
		height: 13px;
		top: 7px;
	}
	.programms-wrap {
		margin-bottom: 30px;
	}
	/* =========programms-services========= */
	.programms-services {
		background-size: 120px;
	}
	.programms-services .knowing-education-item {
		gap: 30px;
		padding-left: 30px;
	}
	/* =========groups========= */
	.group {
		padding: 35px 25px;
		gap: 25px;
	}
	.group-count {
		padding: 10px 25px;
		margin-bottom: 15px;
	}
	.group__title {
		margin-bottom: 15px;
	}
	.group__text {
		margin-bottom: 15px;
	}
	/* =========test-welcome========= */
	.test-welcome-progress {
		margin-top: 30px;
	}
	.test-welcome .about-welcome-cont {
		padding-bottom: 230px;
	}
	/* =========test========= */
	.test {
		padding-top: 50px;
	}
	.test2 {
		padding-bottom: 50px;
	}
	.test-cont {
		margin-bottom: 50px;
	}
	.test-top {
		margin-bottom: 20px;
		gap: 25px;
	}
	.test-top img {
		width: 90px;
	}
	.test-row {
		padding: 15px 20px 15px 25px;
	}
	.test-ch-cont {
		width: 40px;
		height: 40px;
	}
	.test-right {
		gap: 10px;
	}
	/* =========test-result========= */
	.test-result-wrap {
		margin-top: 30px;
		gap: 10px;
	}
	.test-result-item {
		padding: 30px 20px 40px 20px;
	}
	.test-result-item-top img {
		width: 50px;
	}
	.test-result-item-top {
		margin-bottom: 20px;
		gap: 15px;
	}
	.test-result-item__number {
		margin-bottom: 20px;
	}
	.test-result-item__status {
		padding: 10px 30px;
		margin-bottom: 20px;
	}
	.test-result-btns {
		margin-top: 30px;
	}
	.test-result__line {
		margin-top: 30px;
	}
	.test-result__icon {
		width: 90px;
		margin-top: 30px;
	}
	.test-result__text {
		margin-top: 30px;
	}
	.btn_test-result {
		padding: 5px 30px;
		gap: 20px;
		margin-top: 30px;
	}
	/* =========consultation========= */
	.consultation-item__icon {
		height: 85px;
		margin-bottom: 25px;
	}
	.consultation-wrap {
		gap: 20px;
	}
	.consultation {
		padding-bottom: 100px;
	}
	/* =========consultation-contact========= */
	.consultation-contact {
		padding: 60px 0;
	}
	.consultation-contact__wh {
		margin-top: 25px;
	}
	.consultation-contact__wh a {
		margin-top: 10px;
	}
	.consultation-contact-right {
		padding: 35px 40px;
		width: 50.6%;
	}
	.consultation-contact-bottom {
		margin-top: 20px;
	}
	/* =========consultation-bottom========= */
	.consultation-bottom {
		padding: 100px 0;
	}
	.consultation-bottom .theme-faq-wrap {
		margin-bottom: 50px;
	}

}

/*Medium devices (tablets, 1200px and up) */
@media (max-width: 1199.5px) {
	/* =========main-welcome========= */
	.header-right .header__menu {
		display: none;
	}
	.header {
		padding: 25px 0;
	}
	.btn_header {
		padding: 5px 30px;
	}
	.header__gumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 35px;
		height: 30px;
	}
	.header__gumb span {
		display: block;
		width: 100%;
		height: 3px;
		background: #bc9176;
	}
	.header-right {
		gap: 30px;
	}
	.main-welcome-cont {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 25px;
	}
	.main-welcome-left {
		max-width: inherit;
		width: 47%;
	}
	.main-welcome-right {
		border-radius: 85px 0 0 0;
	}
	.main-welcome__100 {
		width: 110px;
		bottom: -25px;
		right: 15px;
	}
	.main-welcome-btns {
		margin-top: 20px;
	}
	.body-hidden {
		overflow: hidden;
	}
	/* =========base========= */
	.base__img {
		height: 155px;
	}
	.btn_base {
		max-width: 250px;
		margin: 50px auto 0;
	}
	.base-item__text {
		margin-top: 20px;
	}
	/* =========main-middle========= */
	.thems-wrap {
		gap: 10px;
	}
	.thems-item-cont {
		padding: 0 10px 20px;
	}
	.thems-item__title {
		margin-top: 5px;
	}
	.btn_thems-item {
		max-width: 170px;
		margin-top: 5px;
	}
	.thems-item-last__cont::before {
		width: 200px;
		height: 212px;
		left: -20px;
		top: -60px;
	}
	.thems-item-last__text {
		margin-top: 20px;
	}
	.main-teams {
		padding: 30px 0 30px 15px !important;
	}
	.main-advantages {
		padding-top: 20px;
	}
	/* =========main-banner========= */
	.main-banner {
		padding: 50px 0;
	}
	.main-banner-wrap {
		margin-top: 30px;
	}
	.btn_main-banner {
		max-width: 335px;
		margin: 30px auto 0;
	}
	.btn_main-banner img {
		width: 16px;
	}
	.main-banner-item {
		padding: 3px 18px;
		min-height: 40px;
	}
	/* =========footer========= */
	.footer-top {
		padding: 40px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-left {
		width: 100%;
	}
	.footer-right {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer__list {
		gap: 15px;
	}
	.footer__title {
		margin-bottom: 25px;
	}
	.footer__list-col2 {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.footer-bottom {
		padding: 15px 0;
	}
	/* =========theme-welcome========= */
	.theme-welcome {
		padding: 40px 0 80px;
	}
	.theme-welcome::after {
		background: -webkit-gradient(linear,  left top, right top,  from(rgba(223,216,209,1)),color-stop(53%, rgba(223,216,209,0.9)),to(rgba(223,216,209,0)));
		background: linear-gradient(to right,  rgba(223,216,209,1) 0%,rgba(223,216,209,0.9) 53%,rgba(223,216,209,0) 100%);
	}
	.theme-welcome__under {
		margin-top: 15px;
	}
	.theme-welcome__text {
		margin-top: 20px;
	}
	.theme-welcome-btns {
		margin-top: 25px;
	}
	.theme-welcome-cont {
		width: 63.2%;
	}
	/* =========theme-steps========= */
	.theme-steps {
		background-size: 100% auto;
	}
	.theme-steps-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.theme-step__number {
		margin-top: 10px;
	}
	.theme-progress-b {
		padding-right: 15px;
	}
	.theme-progress-b-right {
		width: 54%;
	}
	.theme-progress-b-left {
		width: 42%;
	}
	.theme-progress-b {
		gap: 25px;
		padding-top: 0;
	}
	.theme-progress-b-left {
		border-radius: 0 85px 0 0;
	}
	.theme-progress-item {
		padding: 15px;
		gap: 15px;
	}
	.theme-progress-wrap {
		gap: 5px;
	}
	.theme-progress-text {
		padding: 15px 15px;
		bottom: -117px;
		width: 90%;
	}
	/* =========theme-how========= */
	.btn_theme-how1, .btn_theme-how2 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.theme-how-btns {
		gap: 15px;
	}
	.btn_theme-how2 {
		gap: 15px;
	}
	.btn_theme-how2 img {
		width: 16px;
		height: 15px;
	}
	.theme-how-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.theme-how-item-top img {
		width: 55px;
	}
	.theme-how-item-top {
		gap: 15px;
	}
	/* =========theme-author========= */
	.theme-author {
		padding: 70px 0;
	}
	.theme-author__text, .btn_theme-author, .theme-author-item__bottom {
		margin-top: 20px;
	}
	.theme-author-left {
		width: 45.3%;
	}
	.theme-author-right {
		width: 50%;
	}
	.theme-author-item:nth-child(2n+1) .theme-author__thumb {
		border-radius: 45px 0 0 0;
	}
	.theme-author-item:nth-child(2n) .theme-author__thumb {
		border-radius: 0 0 45px 0;
	}
	/* =========theme-faq========= */
	.theme-faq {
		padding: 60px 0;
	}
	.global-faq__link {
		padding: 20px 15px;
	}
	.global-faq-cont {
		padding: 0 15px 20px;
	}
	.theme-faq-left {
		width: 38%;
	}
	.btn_theme-faq img {
		width: 14px;
	}
	.btn_theme-faq {
		margin-top: 20px;
	}
	/* =========upsale========= */
	.global-slider-wrap {
		gap: 10px;
	}
	/* =========about-welcome========= */
	.about-welcome-cont {
		padding: 30px 0 95px;
	}
	.about-welcome-left {
		width: 50%;
	}
	/* =========about-advantages========= */
	.about-advantages-item img {
		height: 140px;
	}
	/* =========about-bottom========= */
	.about-steps {
		padding: 60px 0;
	}
	.about-triple-item {
		width: 29.7%;
	}
	.btn_about-steps {
		max-width: 210px;
		margin-top: 10px;
	}
	.about-steps-item img {
		width: 50px;
		margin-right: 15px;
	}
	.about-steps-item {
		padding: 20px;
	}
	.about-bottom .main-teams {
		padding-left: 0 !important;
		padding-right: 15px !important;
	}
	.about-bottom .main-welcome-right {
		border-radius: 0 85px 0 0;
	}
	.main-teams-article {
		padding: 15px 20px;
		gap: 10px;
		margin-top: 15px;
	}
	.knowing-welcome-article {
		margin-bottom: 20px;
	}
	.btn_knowing-welcome img {
		width: 15px;
		margin-right: 10px;
	}
	.knowing-welcome .main-welcome-cont, .knowing-welcome-cont {
		padding-bottom: 50px;
	}
	.knowing-welcome-item {
		padding: 15px 10px;
	}
	.knowing-welcome-item__title {
		margin-bottom: 10px;
	}
	/* =========knowing-vision========= */
	.knowing-vision-left {
		padding: 75px 40px 67px;
	}
	/* =========knowing-faq========= */
	.knowing-faq {
		padding: 50px 0 30px;
	}
	.knowing-faq-wrap {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
	}
	.knowing-faq-item {
		padding: 25px;
	}
	.knowing-faq-item__title {
		margin-bottom: 15px;
	}
	.knowing-faq-item__list {
		gap: 10px;
	}
	.knowing-faq-item__list li::before {
		top: 8px;
	}
	.knowing-faq-item__list li {
		padding-left: 20px;
	}
	/* =========knowing-skill========= */
	.knowing-skill .theme-progress-b-right {
		padding-top: 0;
	}
	.knowing-skill__list li::before {
		top: 6px;
	}
	/* =========knowing-education========= */
	.knowing-education-item img {
		width: 30px;
		margin-right: 20px;
		margin-top: 8px;
	}
	.knowing-education-item {
		padding: 15px 15px 15px 20px;
	}
	.knowing-banner__text {
		margin-top: 30px;
	}
	.knowing-banner-btns {
		margin-top: 30px;
		gap: 10px;
	}
	.knowing-banner-btns-right {
		gap: 10px;
	}
	.knowing-banner .btn {
		padding: 5px 15px;
	}
	/* =========specialists========= */
	.specialists-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.specialist-bottom {
		margin-top: 20px;
	}
	.specialist-banner-wrap {
		padding: 35px 15px;
		margin: 40px auto 0;
		gap: 20px;
	}
	/* =========specialists-upsale========= */
	.specialists-upsale-item {
		padding: 25px 10px;
		gap: 15px;
	}
	.specialists-upsale__icon {
		width: 40px;
	}
	.specialists-upsale__text {
		margin-bottom: 15px;
	}
	/* =========programms-welcome========= */
	.programms-welcome__link {
		margin-top: 20px;
	}
	.programms-welcome {
		background-size: 100% auto;
	}
	/* =========programms========= */
	.programms-item-right {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
		padding-bottom: 0;
		position: relative;
	}
	.programms-item {
		position: relative;
		padding: 25px;
	}
	.programms__thumb {
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0.5;
	}
	.programms-item__list br, .programms-item__title br {
		display: none;
	}
	.programms-wrap {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	/* =========programms-services========= */
	.programms-services .knowing-education-item img {
		width: 50px;
	}
	/* =========groups========= */
	.group__thumb {
		width: 70px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		z-index: 0;
		opacity: 0.4;
	}
	.group {
		padding: 20px 15px;
		gap: 15px;
	}
	.group-right {
		position: relative;
	}
	.group-therapy .about-steps-right {
		width: 62.5%;
	}
	.group-therapy .knowing-education-item__right {
		padding-top: 10px;
	}
	/* =========test-welcome========= */
	.test-welcome .main-welcome__text {
		width: 70%;
	}
	.test-welcome-progress {
		max-width: 360px;
	}
	/* =========test-result========= */
	.test-result-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 25px;
	}
	.test-result-item {
		background: rgba(247, 244, 241, 0.9);
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	}
	.btn_consultation-welcome {
		gap: 10px;
	}
	.consultation-welcome .main-welcome-btns {
		gap: 20px;
	}
	/* =========consultation========= */
	.consultation-item__icon {
		height: 65px;
		margin-bottom: 20px;
	}
	.consultation {
		padding-bottom: 60px;
	}
	.consultation-item {
		padding: 0;
	}
	/* =========consultation-contact========= */
	.consultation-contact__wh a img {
		width: 25px;
	}
	.consultation-contact-right {
		padding: 30px;
	}
	.btn_consultation-contact {
		gap: 10px;
	}
	.btn_consultation-contact img {
		width: 17px;
	}
	/* =========consultation-bottom========= */
	.consultation-bottom {
		padding: 60px 0;
	}
	.consultation-bottom .theme-faq-wrap {
		margin-bottom: 30px;
	}

}

/*Small devices (landscape phones, 768px and up) */
@media (max-width: 767.5px) {
	/* =========main-welcome========= */
	.main-welcome {
		background-size: 100% auto;
	}
	.header-right .btn_header {
		display: none;
	}
	.header__logo {
		width: 190px;
	}
	.main-welcome-cont {
		padding: 0px 15px 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 0;
	}
	.main-welcome-right {
		border-radius: 0;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 50px;
		max-width: inherit;
	}
	.main-welcome-left {
		width: 100%;
		text-align: center;
	}
	.main-welcome-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header__menu .has-child.active .sub-menu {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		font-size: 15px;
		margin: 0;
	}
	.header__menu .has-child.active .sub-menu a {
		padding: 5px 0;
	}
	.header-mob .header__menu {
		font-size: 17px;
	}
	.header-mob .header__menu > li > a {
		padding: 10px 0;
	}
	.header-mob-top {
		margin-bottom: 0px;
	}
	.header-mob .header__menu {
		margin-bottom: 20px;
	}
	/* =========base========= */
	.base-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}
	.base__img {
		height: 105px;
	}
	.base-item::after {
		display: none;
	}
	.base-item {
		padding: 0 5px;
	}
	.base-item__text {
		margin-top: 10px;
	}
	.btn_base {
		max-width: 215px;
	}
	/* =========main-middle========= */
	.thems-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.thems-item::after {
		padding-top: 165%;
	}
	.thems-item-last {
		padding: 30px 0;
	}
	.thems-item-last__cont::before {
		width: 172px;
		height: 178px;
		left: 50%;
		top: -30px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.thems {
		padding-bottom: 15px;
	}
	.main-teams {
		padding: 15px !important;
	}
	.main-teams-links {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		margin-top: 20px;
	}
	.btn_main-welcome2 {
		gap: 5px;
	}
	.main-advantages-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.main-advantages-item:nth-child(2n)::after {
		display: none;
	}
	.thems-item__title {
		font-size: 18px;
	}
	.thems-item__text {
		font-size: 14px;
		line-height: 1.2em;
	}
	.thems-item-cont {
		padding: 0 5px 15px;
	}
	.thems-item__order {
		font-size: 14px;
	}
	.btn_thems-item {
		max-width: 125px;
		min-height: 35px;
		gap: 5px;
	}
	.btn_thems-item img {
		width: 10px;
	}
	.main-teams-links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.thems-item-last__cont {
		text-align: center;
	}
	/* =========main-banner========= */
	.btn_main-banner {
		max-width: 295px;
	}
	.main-banner-item {
		padding: 3px 20px;
		min-height: 35px;
	}
	/* =========footer========= */
	.footer-top {
		padding: 30px 0;
	}
	.footer-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 30px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.footer__title {
		margin-bottom: 15px;
	}
	.footer-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 15px;
	}
	.footer__list2 {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* =========theme-welcome========= */
	.theme-welcome {
		background: #dfd8d1 !important;
		padding: 30px 0 0;
	}
	.theme-welcome::after {
		display: none;
	}
	.theme-welcome-cont {
		width: 100%;
		text-align: center;
	}
	.theme-welcome-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.btn_theme-welcome1, .btn_theme-welcome2 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.theme-welcome-mob {
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 30px;
	}
	.theme-welcome-mob::after {
		display: block;
		content: '';
		padding-top: 50%;
	}
	/* =========theme-steps========= */
	.theme-steps-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.theme-step__icon {
		height: 150px;
	}
	.theme-progress-b {
		padding-left: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.theme-progress-b-left {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
		max-width: inherit;
	}
	.theme-progress-b-right {
		width: 100%;
	}
	.theme-progress-b-right .global-zag {
		text-align: center;
	}
	.theme-progress-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.theme-progress-text {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		border-radius: 0;
	}
	.theme-progress__mob {
		display: block;
		width: 100%;
	}
	.theme-progress .main-welcome-right {
		background: transparent !important;
	}
	.theme-progress .main-welcome-right::after {
		display: none;
	}
	/* =========theme-how========= */
	.theme-how-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 10px;
	}
	.theme-how-item {
		padding: 20px 15px;
		gap: 15px;
	}
	.theme-how-item__title br {
		display: none;
	}
	.btn_theme-how1, .btn_theme-how2 {
		padding-right: 20px;
		padding-left: 20px;
	}
	/* =========theme-author========= */
	.theme-author {
		padding: 40px 0;
	}
	.theme-author-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	.theme-author-left {
		padding-top: 0;
		width: 100%;
	}
	.theme-author-right {
		width: 100%;
		gap: 10px;
	}
	/* =========theme-faq========= */
	.theme-faq {
		padding: 40px 0;
	}
	.theme-faq-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	.theme-faq-left, .theme-faq-right {
		width: 100%;
	}
	.theme-faq-left {
		text-align: center;
	}
	.btn_theme-faq {
		margin-top: 15px;
		max-width: 275px;
	}
	/* =========upsale========= */
	.global-slider-wrap {
		width: 738px;
	}
	.upsale {
		overflow: hidden;
	}
	.global-slider__arrow {
		bottom: calc(100% + 20px);
	}
	/* =========about-welcome========= */
	.about-welcome-left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.about-welcome {
		background: transparent;
	}
	.about-welcome-cont {
		padding: 30px 0 0;
	}
	.about-welcome__thumb {
		display: block;
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px;
	}
	/* =========about-advantages========= */
	.about-advantages-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.about-advantages-item img {
		height: 120px;
	}
	/* =========about-bottom========= */
	.about-steps {
		padding: 40px 0;
	}
	.about-triple-item {
		width: 48%;
	}
	.about-steps-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-steps-left {
		width: 100%;
		text-align: center;
	}
	.about-steps-right {
		width: 100%;
		margin-top: 30px;
	}
	.about-bottom .main-teams {
		padding-left: 15px !important;
	}
	.about-bottom .main-welcome-right {
		border-radius: 0;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.knowing-welcome-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	/* =========knowing-vision========= */
	.knowing-vision-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.knowing-vision-right {
		width: 100%;
		text-align: center;
	}
	.knowing-vision-left {
		width: 100%;
		margin-top: 25px;
		padding: 44px 61px 40px;
	}
	/* =========knowing-faq========= */
	.knowing-faq-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.knowing-faq-item {
		padding: 15px;
	}
	.knowing-faq-item:nth-child(2n) {
		background: -webkit-gradient(linear,  left top, right top,  from(rgba(235,227,220,0)),color-stop(89%, rgba(235,227,220,0.8)),to(rgba(235,227,220,1)));
		background: linear-gradient(to right,  rgba(235,227,220,0) 0%,rgba(235,227,220,0.8) 89%,rgba(235,227,220,1) 100%);
	}
	/* =========knowing-skill========= */
	.knowing-skill__list {
		margin-top: 20px;
		gap: 15px;
	}
	.knowing-skill__list li::after {
		height: calc(100% + 15px);
	}
	/* =========knowing-education========= */
	.knowing-education-item {
		padding: 15px 10px;
	}
	.knowing-education-item img {
		margin-right: 15px;
		margin-top: 5px;
	}
	.knowing-banner-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.knowing-banner .btn {
		padding: 5px 25px;
		width: 270px;
	}
	.knowing-banner-btns-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	/* =========specialists-base========= */
	.specialists-base .knowing-faq-item__list {
		margin-top: 15px;
		text-align: left;
	}
	/* =========specialists========= */
	.specialists-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.specialist {
		padding: 5px 5px 20px;
	}
	.specialists-wrap {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		row-gap: 15px;
	}
	.specialist-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px;
		margin-top: 10px;
	}
	.specialist-bottom span {
		display: inline-block;
		margin-left: auto;
	}
	.specialist-bottom--profile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 12px;
	}
	.specialist-bottom--profile span {
		margin-left: 0;
	}
	.btn_specialist-banner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.specialist-banner-wrap {
		padding: 25px 10px;
		margin-top: 20px;
	}
	/* =========specialists-upsale========= */
	.specialists-upsale-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 10px;
	}
	.specialists-upsale-item {
		padding: 25px 20px;
		gap: 20px;
	}
	.specialists-upsale__icon {
		width: 50px;
	}
	/* =========programms========= */
	.programms-wrap {
		margin-bottom: 20px;
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 20px;
	}
	.programms__thumb {
		width: auto;
		height: 100%;
		max-height: 100%;
		max-width: 100%;
	}
	.programms-item-right {
		text-align: center;
	}
	.programms .programms-item__list {
		text-align: left;
	}
	/* =========programms-services========= */
	.programms-services .about-steps-right {
		width: 100%;
	}
	.programms-services .knowing-education-item img {
		width: 45px;
	}
	.programms-services .knowing-education-item {
		gap: 15px;
		padding-left: 15px;
	}
	.programms-services .knowing-education-item__right {
		padding-top: 0;
	}
	.programms-services {
		background-size: 60px;
	}
	/* =========groups========= */
	.group-therapy .knowing-education-item__right {
		padding-top: 10px;
	}
	/* =========test-welcome========= */
	.test-welcome .about-welcome-cont {
		padding-bottom: 0;
	}
	.test-welcome .main-welcome__text {
		width: 100%;
	}
	/* =========test========= */
	.test {
		padding-top: 30px;
	}
	.test2 {
		padding-bottom: 30px;
	}
	.test-cont {
		margin-bottom: 30px;
	}
	.test-top {
		margin-bottom: 15px;
		gap: 15px;
	}
	.test-top img {
		width: 60px;
	}
	.test-row {
		padding: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.test__text {
		padding: 0;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
		text-align: center;
	}
	.test-ch-cont {
		width: 40px;
		height: 40px;
	}
	.test-right {
		gap: 10px;
		margin-top: 15px;
	}
	/* =========test-result========= */
	.test-result-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 15px;
	}
	.test-result-item {
		text-align: center;
	}
	.test-result-item-top {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.test-result-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
	.test-result-btns .btn {
		min-width: 290px;
	}
	.test-result__line {
		display: none !important;
	}
	.test-result__icon {
		width: 70px;
	}
	.btn_test-result {
		padding: 5px 15px;
		gap: 10px;
	}
	.btn_test-result img {
		display: inline-block;
		width: 14px;
	}
	/* =========consultation========= */
	.consultation {
		padding-bottom: 40px;
	}
	.consultation-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.consultation-item__icon {
		height: 55px;
		margin-bottom: 15px;
	}
	.consultation-wrap {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 30px;
	}
	/* =========consultation-contact========= */
	.consultation-contact {
		padding: 30px 0;
		background-position: right center;
	}
	.consultation-contact-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.consultation-contact-left {
		width: 100%;
		padding-top: 0;
	}
	.consultation-contact-right {
		width: 100%;
		margin-top: 30px;
		padding: 25px 15px;
	}
	.consultation-contact .global-zag__title, .consultation-contact .consultation-contact__wh {
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}
	/* =========consultation-bottom========= */
	.consultation-bottom {
		padding: 40px 0;
	}
	.consultation-bottom .theme-faq-wrap {
		margin-bottom: 25px;
	}
	.consultation-bottom .theme-faq-wrap {
		gap: 0;
	}

}
/* =========intensive========= */
.intensive-welcome {
	background-size: cover;
}
.intensive-time-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 100px;
}
.intensive-time__thumb {
	display: inline-block;
	width: 54%;
}
.intensive-time-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 40px;
}
.intensive-types {
	background: url('../img/theme-steps_bg.jpg') no-repeat right top / 100% auto;
}
.intensive-types-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 60px;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}
.intensive-types-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.intensive-types-item img {
	display: inline-block;
	width: 29.6%;
}
.intensive-types-item__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.intensive-authors {
	background: url('../img/intensive-authors_bg.jpg') no-repeat center / cover;
}
.intensive-authors__thumb {
	display: none;
}
.intensive-authors-left {
	max-width: 685px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 70px;
}
.intensive-authors .global-zag {
	margin-bottom: 0;
}
.intensive-authors-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 635px;
	width: 100%;
}
.intensive-authors-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-right: 1px solid #c9c5b9;
	padding-left: 60px;
}
.intensive-authors-item:nth-child(2n + 1) {
	padding-left: 0;
}
.intensive-authors-item:nth-child(2n) {
	border-right: 0;
}
.intensive-authors-item__title {
	margin: 0;
}
.btn_intensive-authors {
	padding-right: 60px;
	padding-left: 60px;
}
.intensive-do {
	background: url('../img/intensive-do_bg.png') no-repeat left bottom;
}
.intensive-do .about-steps-left {
	width: 32.2%;
}
.intensive-do .about-steps-right {
	width: 57.5%;
	padding-top: 50px;
}
.intensive-do__title {
	margin: 0 0 50px;
}
.intensive-do .about-steps-item img {
	width: 48px;
}
.intensive-do .about-steps-item {
	background: #ece6df;
}
.about-steps-item_first {
	border-radius: 10px 10px 0 0;
}
.about-steps-item_last {
	border-radius: 0 0 10px 10px;
}
.intensive-do .about-steps-item-right {
	padding-top: 0;
}
.intensive-location {
	position: relative;
	padding: 190px 0 264px;
	max-width: 1920px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.intensive-location__thumb {
	position: absolute;
	right: 0;
	top: 50%;
	width: 48%;
	max-width: 940px;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.intensive-location-cont {
	width: 52%;
}
.intensive-location .global-zag {
	margin-bottom: 60px;
}
.intensive-location-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 60px;
}
.intensive-location-item {
	border-radius: 15px;
	background: #efe9de;
	padding: 30px 35px 45px;
}
.intensive-location-item__title {
	margin: 0 0 20px;
}
.btn_intensive-location-item {
	margin-top: 30px;
}
.intensive-conditions {
	background: #f1ede9 url('../img/intensive-conditions_bg.jpg') no-repeat left bottom;
}
.intensive-conditions .global-zag {
	margin-bottom: 60px;
}
.intensive-conditions-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.intensive-conditions-left, .intensive-conditions-right {
	background: #ece6df;
	padding: 45px 55px 70px;
	line-height: 1.6em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}
.intensive-conditions-left > *, .intensive-conditions-right > * {
	margin: 0;
}
.intensive-conditions-left {
	width: 63.12%;
}
.intensive-conditions-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 1629.5px) {
	.intensive-types-wrap {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
	.intensive-authors-left {
		gap: 40px;
	}
	.intensive-authors-item {
		gap: 25px;
	}
	.btn_intensive-authors {
		padding-right: 40px;
		padding-left: 40px;
	}
	.intensive-location {
		padding: 115px 0 200px;
	}
}

@media (max-width: 1429.5px) {
	.intensive-time-wrap {
		gap: 40px;
	}
	.intensive-types-wrap {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}
	.intensive-types-item {
		gap: 20px;
	}
	.intensive-authors-left {
		max-width: 600px;
	}
	.intensive-authors-wrap {
		max-width: 510px;
	}
	.intensive-location {
		padding: 80px 0 155px;
	}
	.intensive-location .global-zag {
		margin-bottom: 40px;
	}
	.intensive-location-wrap {
		margin-bottom: 25px;
		gap: 10px;
	}
	.intensive-location-item {
		padding: 25px 20px 35px;
	}
	.intensive-location-item__title {
		margin-bottom: 15px;
	}
	.btn_intensive-location-item {
		margin-top: 20px;
	}
	.intensive-conditions {
		background-size: 100px;
	}
	.intensive-conditions-wrap {
		gap: 20px;
	}
	.intensive-conditions-left, .intensive-conditions-right {
		padding: 40px 45px 45px;
		gap: 20px;
	}
}

@media (max-width: 1199.5px) {
	.intensive-time-wrap {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 35px;
	}
	.intensive-time__thumb {
		width: 40%;
	}
	.intensive-time-right {
		padding-top: 0;
	}
	.intensive-types-wrap {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	.intensive-types-item {
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.intensive-authors-left {
		max-width: 455px;
		gap: 20px;
	}
	.intensive-authors-item {
		gap: 15px;
		padding-left: 0;
		border: none;
	}
	.intensive-authors-wrap {
		max-width: inherit;
	}
	.intensive-do {
		background-size: 200px;
	}
	.intensive-do .about-steps-right {
		width: 63.5%;
		padding-top: 0;
	}
	.intensive-do__title {
		margin: 0 0 15px;
	}
	.intensive-location-cont {
		width: 60%;
		position: relative;
		z-index: 1;
	}
	.intensive-location {
		padding: 60px 0 85px;
	}
	.intensive-location-item {
		padding: 20px 10px 25px;
	}
	.intensive-conditions .global-zag {
		margin-bottom: 30px;
	}
	.intensive-conditions-wrap {
		gap: 10px;
	}
	.intensive-conditions-left {
		width: 60%;
	}
	.intensive-conditions-left, .intensive-conditions-right {
		padding: 35px 20px 30px;
		gap: 15px;
	}
}

@media (max-width: 767.5px) {
	.intensive-welcome {
		background: transparent !important;
	}
	.intensive-time-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.intensive-time__thumb {
		width: 100%;
	}
	.intensive-time-right {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
	.intensive-types-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}
	.intensive-types-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.intensive-types-item img {
		width: auto;
		height: 122px;
	}
	.intensive-types-item__text {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
	.intensive-authors {
		background: transparent;
		padding-bottom: 0;
		text-align: center;
	}
	.intensive-authors-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.intensive-authors__thumb {
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.btn_intensive-authors {
		padding-right: 25px;
		padding-left: 25px;
	}
	.intensive-do .about-steps-left {
		width: 100%;
	}
	.intensive-do .about-steps-right {
		width: 100%;
	}
	.intensive-do__title {
		text-align: center;
	}
	.intensive-do .about-steps-item img {
		width: 35px;
	}
	.intensive-do {
		background-size: 135px;
	}
	.intensive-location-cont {
		width: 100%;
	}
	.intensive-location {
		padding: 40px 0 0;
	}
	.intensive-location__thumb {
		width: 100%;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 25px;
	}
	.intensive-location-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.intensive-location-item {
		padding-right: 15px;
		padding-left: 15px;
	}
	.intensive-conditions-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.intensive-conditions-left {
		width: 100%;
	}
	.intensive-conditions-right {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
}
