html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/

[hidden] {
	display: none;
}

/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
	outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
	outline: 0;
}

/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
	margin: 0;
}

/**
* Correct margin displayed oddly in IE 6/7.
*/

form {
	margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
	line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
	text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 3+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/**
* Remove most spacing between table cells.
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* MAIN STYLES */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

.container {
	max-width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	.container {
		max-width: 93%;
	}
}

@media screen and (max-width: 960px) {
	.container {
		max-width: 92%;
	}
}

.title {
	font-weight: bold;
	font-size: 64px;
	line-height: 75px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media screen and (max-width: 1680px) {
	.title {
		font-size: 48px;
		line-height: 56px;
	}
}

@media screen and (max-width: 960px) {
	.title {
		font-size: 36px;
		line-height: 42px;
	}
}

.about__text {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

@media screen and (max-width: 1440px) {
	.about__text {
		font-size: 18px;
		line-height: 24px;
	}
}

@media screen and (max-width: 540px) {
	.about__text {
		font-size: 18px;
		line-height: 22px;
	}
}

.about__text span {
	display: block;
}

.btn {
	background: #612670;
	border-radius: 50px;
	font-size: 32px;
	line-height: 37px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 26px 50px;
	border: none;
}

@media screen and (max-width: 1600px) {
	.btn {
		font-size: 24px;
		line-height: 28px;
		padding: 16px 33px;
	}
}

@media screen and (max-width: 960px) {
	.btn {
		padding: 18px 27px;
	}
}

@media screen and (max-width: 680px) {
	.btn {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px) {
	.btn {
		font-size: 18px;
		line-height: 21px;
		padding: 14px 22px;
	}
}

.btn svg {
	margin-left: 12px;
}

@media screen and (max-width: 1600px) {
	.btn svg {
		width: 22px;
		max-height: 16px;
	}
}

@media screen and (max-width: 480px) {
	.btn svg {
		margin-left: 5px;
	}
}

.btn:hover {
	background-color: #863c99;
	transition: all 0.2s;
}

.header {
	background-color: #fff;
}

.header__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 54px 0px 50px;
}

@media screen and (max-width: 1440px) {
	.header__wrap {
		padding: 47px 0px 50px;
	}
}

@media screen and (max-width: 960px) {
	.header__wrap {
		padding: 32px 0px 23px;
	}
}

@media screen and (max-width: 768px) {
	.header__wrap {
		position: relative;
	}
}

@media screen and (max-width: 480px) {
	.header__wrap {
		padding: 17px 0px 23px;
	}
}

.header__wrap a {
	outline: none;
}

.header__side {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 806px;
}

@media screen and (max-width: 1300px) {
  .header__side {
    max-width: 700px;
  }
}

@media screen and (max-width: 960px) {
  .header__side {
    max-width: 600px;
  }
}
.header__logo img {
	height: auto;
}

@media screen and (max-width: 1440px) {
	.header__logo img {
		max-width: 180px;
	}
}

@media screen and (max-width: 960px) {
	.header__logo img {
		max-width: 150px;
	}
}

@media screen and (max-width: 680px) {
	.header__logo img {
		max-width: 100px;
	}
}

@media screen and (max-width: 480px) {
	.header__logo img {
		max-width: 80px;
	}
}

@media screen and (max-width: 1440px) {
	.header__fond img {
		max-width: 240px;
	}
}

@media screen and (max-width: 960px) {
	.header__fond img {
		max-width: 200px;
	}
}

@media screen and (max-width: 680px) {
	.header__fond img {
		max-width: 140px;
	}
}

@media screen and (max-width: 480px) {
	.header__fond img {
		max-width: 95px;
	}
}

.menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 510px;
}


@media screen and (max-width: 960px) {
	.menu {
		margin-top: 8px;
	}
}

.menu__box {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 15px;
}

@media screen and (max-width: 1440px) {
	.menu__box {
		margin-top: 0px;
	}
}

.menu__box li {
	margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
	.menu__box li {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.menu__box li {
		margin-bottom: 10px;
	}
}

.menu__item {
	display: block;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}

@media screen and (max-width: 1440px) {
	.menu__item {
		font-size: 16px;
		line-height: 19px;
	}
}

@media screen and (max-width: 960px) {
	.menu__item {
		font-size: 12px;
		line-height: 14px;
	}
}

@media screen and (max-width: 768px) {
  .menu__item {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 680px) {
	.menu__item {
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
}

.menu__item:hover {
	color: #F6CB4B;
	transition: all 0.2s;
}

.banner a {
	outline: none;
}

.banner__content {
	max-width: 56.5%;
	margin-left: auto;
	padding: 114px 0px 106px;
}

@media screen and (max-width: 1440px) {
	.banner__content {
		padding: 68px 0px 65px;
	}
}

@media screen and (max-width: 960px) {
	.banner__content {
		max-width: 74.5%;
		padding: 196px 0px 146px;
	}
}

@media screen and (max-width: 680px) {
	.banner__content {
		max-width: 100%;
		padding: 150px 30px 100px;
	}
}

@media screen and (max-width: 480px) {
	.banner__content {
		padding: 57px 20px 32px;
	}
}

.banner__bg {
	background: #F6CB4B url(http://charityacademy.pro/wp-content/uploads/2021/09/banner-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 32px;
}

@media screen and (max-width: 1440px) {
	.banner__bg {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 960px) {
	.banner__bg {
		background: #F6CB4B url(http://charityacademy.pro/wp-content/uploads/2021/09/banner-mob.png) no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 680px) {
	.banner__bg {
		background: #F6CB4B url(http://charityacademy.pro/wp-content/uploads/2021/09/banner-min.png) no-repeat;
		background-size: contain;
		background-position: top left;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 480px) {
	.banner__bg {
		padding: 0px 0px 10px;
	}
}

.banner__suptitle {
	font-weight: 900;
	font-size: 72px;
	line-height: 112px;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
	.banner__suptitle {
		font-size: 48px;
		line-height: 92px;
	}
}

@media screen and (max-width: 680px) {
	.banner__suptitle {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.banner__suptitle {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}
}

.banner__title {
	font-weight: 900;
	font-size: 92px;
	line-height: 112px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
	.banner__title {
		font-size: 64px;
		line-height: 74px;
	}
}

@media screen and (max-width: 680px) {
	.banner__title {
		font-size: 42px;
		line-height: 48px;
	}
}

@media screen and (max-width: 480px) {
	.banner__title {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 5px;
	}
}

.banner__subtitle {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 42px;
	max-width: 90%;
}

@media screen and (max-width: 1440px) {
	.banner__subtitle {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 540px) {
	.banner__subtitle {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px) {
	.banner__subtitle {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 18px;
	}
}

.banner__scroll {
	font-size: 14px;
	line-height: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
	.banner__scroll {
		font-size: 11px;
		line-height: 28px;
	}
}

.banner__scroll:hover {
	color: #612670;
	transition: all 0.2s;
}

.banner__scroll:hover svg path {
	fill: #612670;
	transition: all 0.2s;
}

.about {
	padding: 60px 0px 0px;
}

@media screen and (max-width: 1440px) {
	.about {
		padding: 42px 0px 0px;
	}
}

@media screen and (max-width: 960px) {
	.about {
		padding: 47px 0px 0px;
	}
}

.about__wrap {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 30px 0px;
}

@media screen and (max-width: 960px) {
	.about__wrap {
		flex-direction: column-reverse;
		padding: 25px 0px;
	}
}

@media screen and (max-width: 460px) {
	.about__wrap {
		padding: 25px 0px 12px;
	}
}

.about__info {
	width: 45%;
}

@media screen and (max-width: 960px) {
	.about__info {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 460px) {
	.about__info {
		margin-top: 17px;
	}
}

.questions__info p,
.program__side.side-right p,
.coach__side p,
.audience__side p,
.about__info p,
.about__text {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 28px;
}

@media screen and (max-width: 1440px) {
	.questions__info p,
	.program__side.side-right p,
	.coach__side p,
	.audience__side p,
	.about__info p,
	.about__text {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 23px;
	}
}

@media screen and (max-width: 460px) {
	.questions__info p,
	.program__side.side-right p,
	.coach__side p,
	.audience__side p,
	.about__info p,
	.about__text {
		line-height: 22px;
		width: 98%;
		margin-bottom: 13px;
	}
}

.about__text span {
	display: block;
}

.about__titles {
	width: 51%;
	margin-top: -7px;
}

@media screen and (max-width: 960px) {
	.about__titles {
		margin-left: auto;
		margin-top: 0px;
	}
}

@media screen and (max-width: 540px) {
	.about__titles {
		margin-left: 0px;
		width: 100%;
		max-width: 200px;
	}
}

.about__title {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 540px) {
	.about__title {
		align-items: flex-start;
	}
}

.about__title span {
	margin-right: 96px;
}

@media screen and (max-width: 1440px) {
	.about__title span {
		margin-right: 62px;
	}
}

@media screen and (max-width: 680px) {
	.about__title span {
		margin-right: 40px;
	}
}

.advantages {
	padding: 48px 0px;
}

@media screen and (max-width: 1440px) {
	.advantages {
		padding: 48px 0px;
	}
}

@media screen and (max-width: 460px) {
	.advantages {
		padding: 42px 0px 0px;
	}
}

.advantages__head {
	min-height: 445px;
}

@media screen and (max-width: 1440px) {
	.advantages__head {
		min-height: 350px;
	}
}

@media screen and (max-width: 960px) {
	.advantages__head {
		min-height: unset;
		width: 55%;
	}
}

@media screen and (max-width: 540px) {
	.advantages__head {
		width: 100%;
	}
}

.advantages__header {
	width: 51%;
	margin-left: auto;
}

@media screen and (max-width: 680px) {
	.advantages__header {
		margin-left: 0px;
		width: 100%;
		max-width: 200px;
	}
}

.advantages__title {
	display: flex;
	align-items: flex-start;
}

.advantages__title span {
	margin-right: 96px;
}

@media screen and (max-width: 1440px) {
	.advantages__title span {
		margin-right: 62px;
	}
}

@media screen and (max-width: 680px) {
	.advantages__title span {
		margin-right: 40px;
	}
}

.advantages__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

@media screen and (max-width: 1440px) {
	.advantages__items {
		margin-top: 38px;
	}
}

.advantages__item {
	border-top: 1px solid #000000;
	width: 30.5%;
	padding-top: 28px;
}

@media screen and (max-width: 460px) {
	.advantages__item {
		padding-top: 18px;
	}
}

@media screen and (max-width: 540px) {
	.advantages__item:nth-child(2n) .advantages__photo {
		width: 75%;
	}
}

@media screen and (max-width: 1440px) {
	.advantages__item:nth-child(2n) .advantages__photo img {
		max-width: 70%;
	}
}

@media screen and (max-width: 460px) {
	.advantages__item:nth-child(2n) .advantages__photo img {
		max-width: 70%;
	}
}

@media screen and (max-width: 540px) {
	.advantages__item:last-child .advantages__photo {
		width: 54%;
	}
}

@media screen and (max-width: 1440px) {
	.advantages__item {
		width: 32%;
	}
}

@media screen and (max-width: 960px) {
	.advantages__item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width: 540px) {
	.advantages__item {
		flex-direction: column;
	}
}

.advantages__name {
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 16px;
}

@media screen and (max-width: 1440px) {
	.advantages__name {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 460px) {
	.advantages__name {
		margin-bottom: 14px;
	}
}

.advantages__text {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
	.advantages__text {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 1440px) {
	.advantages__photo img {
		max-width: 58%;
	}
}

@media screen and (max-width: 960px) {
	.advantages__photo img {
		max-width: 58%;
	}
}

@media screen and (max-width: 768px) {
	.advantages__photo img {
		max-width: 63%;
	}
}

@media screen and (max-width: 460px) {
	.advantages__photo img {
		max-width: 100%;
		object-fit: contain;
	}
}

@media screen and (max-width: 960px) {
	.advantages__photo {
		width: 39%;
	}
}

@media screen and (max-width: 540px) {
	.advantages__photo {
		width: 50%;
		display: flex;
		justify-content: center;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 460px) {
	.advantages__photo {
		padding: 10px 0px 48px;
	}
}

.audience__wrap {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000000;
	padding: 48px 0px 48px;
}

@media screen and (max-width: 960px) {
	.audience__wrap {
		padding: 48px 0px;
	}
}

@media screen and (max-width: 680px) {
	.audience__wrap {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 460px) {
	.audience__wrap {
		padding: 48px 0px 27px;
	}
}

@media screen and (max-width: 680px) {
	.audience .about__text {
		margin-bottom: 0px;
	}
}

.audience__title {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 680px) {
	.audience__title {
		margin-bottom: 20px;
	}
}

.audience__title span {
	margin-right: 96px;
}

@media screen and (max-width: 1440px) {
	.audience__title span {
		margin-right: 62px;
	}
}

@media screen and (max-width: 680px) {
	.audience__title span {
		margin-right: 40px;
	}
}

.audience__side {
	width: 45%;
}

@media screen and (max-width: 680px) {
	.audience__side {
		width: 100%;
	}
}

.audience__header {
	width: 51%;
	margin-top: -7px;
}

.coach__content {
	display: flex;
	justify-content: space-between;
	background: #612670;
}

@media screen and (max-width: 960px) {
	.coach__content {
		flex-direction: column;
	}
}

.coach__ob {
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
	.coach__ob {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 960px) {
	.coach__ob {
		padding-bottom: 48px;
	}
}

@media screen and (max-width: 480px) {
	.coach__ob {
		padding-bottom: 30px;
	}
}

.coach__photo {
	width: 50%;
}

@media screen and (max-width: 540px) {
	.coach__photo {
		width: 100%;
	}
}

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

@media screen and (max-width: 960px) {
	.coach__photo img {
		height: auto;
	}
}

.coach__info {
	display: flex;
	flex-direction: column;
	width: 50%;
	background: #612670;
	padding: 83px 30px 40px 92px;
}

@media screen and (max-width: 1800px) {
	.coach__info {
		padding: 44px 22px 35px 60px;
	}
}

@media screen and (max-width: 960px) {
	.coach__info {
		width: 100%;
		padding: 68px 22px 35px 40px;
	}
}

@media screen and (max-width: 680px) {
	.coach__info {
		padding: 35px 20px;
	}
}

@media screen and (max-width: 480px) {
	.coach__info {
		padding: 24px 16px;
	}
}

.coach__title {
	color: #fff;
	margin-bottom: 80px;
}

@media screen and (max-width: 1800px) {
	.coach__title {
		margin-bottom: 160px;
	}
}

@media screen and (max-width: 1440px) {
	.coach__title {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 960px) {
	.coach__title {
		margin-bottom: 46px;
	}
}

@media screen and (max-width: 540px) {
	.coach__title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width: 480px) {
	.coach__title {
		font-size: 21px;
		line-height: 23px;
		margin-bottom: 25px;
	}
}

.coach__name {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 19px;
}

@media screen and (max-width: 1680px) {
	.coach__name {
		font-size: 24px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1440px) {
	.coach__name {
		margin-bottom: 6px;
	}
}

@media screen and (max-width: 540px) {
	.coach__name {
		font-size: 20px;
		line-height: 40px;
	}
}

@media screen and (max-width: 480px) {
	.coach__name {
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 2px;
	}
}

.coach__text p,
.coach__position {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 30px;
	max-width: 80%;
}

@media screen and (max-width: 1800px) {
	.coach__text p,
	.coach__position {
		max-width: 90%;
	}
}

@media screen and (max-width: 1680px) {
	.coach__text p,
	.coach__position {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1440px) {
	.coach__text p,
	.coach__position {
		max-width: 410px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 960px) {
	.coach__text p,
	.coach__position {
		max-width: 90%;
	}
}

@media screen and (max-width: 480px) {
	.coach__text p,
	.coach__position {
		font-size: 14px;
		line-height: 18px;
		max-width: 97%;
		margin-bottom: 12px;
	}
}

.coach__position_bottom {
	margin-bottom: 40px;
}

@media screen and (max-width: 1680px) {
	.coach__position_bottom {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.coach__position_bottom {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.coach__position_bottom {
		margin-bottom: 16px;
	}
}

.coach__addition {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 0px 0px;
}

@media screen and (max-width: 1440px) {
	.coach__addition {
		padding: 45px 0px 0px;
	}
}

@media screen and (max-width: 960px) {
	.coach__addition {
		padding: 28px 0px 20px;
	}
}

@media screen and (max-width: 480px) {
	.coach__addition {
		padding-bottom: 0px;
	}
}

.coach__addition .coach__side p,
.coach__addition .about__text {
	margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
	.coach__addition .coach__side p,
	.coach__addition .about__text {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.coach__addition .coach__side p,
	.coach__addition .about__text {
		margin-bottom: 12px;
	}
}

.coach__side:first-child {
	width: 43%;
}

@media screen and (max-width: 960px) {
	.coach__side:first-child {
		width: 100%;
	}
}

.coach__side:last-child {
	width: 50%;
}

@media screen and (max-width: 960px) {
	.coach__side:last-child {
		width: 100%;
	}
}

.partners {
	padding-top: 30px;
}

@media screen and (max-width: 1440px) {
	.partners {
		padding-top: 17px;
	}
}

@media screen and (max-width: 480px) {
	.partners {
		padding-top: 9px;
	}
}

.partners__head {
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
	.partners__head {
		padding-bottom: 10px;
	}
}

.partners__head p {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

@media screen and (max-width: 1440px) {
	.partners__head p {
		font-size: 18px;
		line-height: 24px;
	}
}

.partners__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0px 10px;
	border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1440px) {
	.partners__wrap {
		padding: 0px 0px 5px;
	}
}

@media screen and (max-width: 960px) {
	.partners__wrap {
		padding-top: 30px;
	}
}

.partners__wrap a {
	outline: none;
}

.partners__item {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 960px) {
	.partners__item {
		width: 26%;
	}
}

@media screen and (max-width: 540px) {
	.partners__item {
		width: 44%;
		max-height: 133px;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 540px) {
	.partners__item img {
		width: 100%;
		max-height: 150px;
		object-fit: contain;
	}
}

@media screen and (max-width: 540px) {
	.partners__item_big img {
		width: 72%;
		max-height: 100px;
	}
}

.guests {
	padding-bottom: 120px;
}

@media screen and (max-width: 1440px) {
	.guests {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 960px) {
	.guests {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 540px) {
	.guests {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.guests {
		padding-bottom: 14px;
	}
}

.guests__head {
	width: 51%;
	margin-left: auto;
	padding: 90px 0px 0px;
}

@media screen and (max-width: 1440px) {
	.guests__head {
		padding: 68px 0px 0px;
	}
}

@media screen and (max-width: 960px) {
	.guests__head {
		padding: 48px 0px 0px;
	}
}

@media screen and (max-width: 680px) {
	.guests__head {
		margin-left: 0px;
		width: 100%;
		max-width: 200px;
	}
}

@media screen and (max-width: 480px) {
	.guests__head {
		padding-top: 40px;
	}
}

.guests__title {
	display: flex;
	align-items: flex-start;
}

.guests__title span {
	margin-right: 96px;
}

@media screen and (max-width: 1440px) {
	.guests__title span {
		margin-right: 62px;
	}
}

@media screen and (max-width: 680px) {
	.guests__title span {
		margin-right: 40px;
	}
}

.guests__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 45px;
}

@media screen and (max-width: 1440px) {
	.guests__wrap {
		margin-top: 35px;
	}
}

@media screen and (max-width: 480px) {
	.guests__wrap {
		margin-top: 24px;
	}
}

.guests__item {
	width: 48%;
	position: relative;
}

@media screen and (max-width: 540px) {
	.guests__item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.guests__mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	mix-blend-mode: multiply;
}

@media screen and (max-width: 960px) {
	.guests__mask {
		display: none;
	}
}

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

.guests__info {
	position: absolute;
	top: 79%;
	left: 65px;
	transform: translate(0%, -50%);
	min-height: 230px;
}

@media screen and (max-width: 1440px) {
	.guests__info {
		left: 32px;
		top: 80%;
	}
}

@media screen and (max-width: 960px) {
	.guests__info {
		position: initial;
		transform: unset;
		top: unset;
		left: unset;
		margin-top: 15px;
		min-height: unset;
	}
}

@media screen and (max-width: 480px) {
	.guests__info {
		margin-top: 5px;
	}
}

.guests__name {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
	.guests__name {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 960px) {
	.guests__name {
		color: #000;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	.guests__name {
		font-size: 18px;
		line-height: 40px;
		margin-top: 0px;
	}
}

.guests__position {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	max-width: 85%;
}

@media screen and (max-width: 1440px) {
	.guests__position {
		font-size: 16px;
		line-height: 20px;
		max-width: 320px;
	}
}

@media screen and (max-width: 960px) {
	.guests__position {
		color: #000;
	}
}

@media screen and (max-width: 480px) {
	.guests__position {
		font-size: 14px;
		line-height: 18px;
	}
}

.guests__position_bottom {
	margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
	.guests__position_bottom {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 960px) {
	.guests__position_bottom {
		margin-bottom: 10px;
	}
}

.program {
	padding: 0px 0px 120px;
}

@media screen and (max-width: 1440px) {
	.program {
		padding: 0px 0px 60px;
	}
}

@media screen and (max-width: 540px) {
	.program {
		background: #D65741;
		padding-bottom: 0px;
		margin-bottom: 40px;
	}
}

.program .program__side.side-right p,
.program .about__text {
	color: #fff;
}

@media screen and (max-width: 1440px) {
	.program .program__side.side-right p,
	.program .about__text {
		margin-bottom: 11px;
	}
}

@media screen and (max-width: 480px) {
	.program .program__side.side-right p,
	.program .about__text {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 540px) {
	.program .container {
		max-width: 100%;
	}
}

.program__head {
	width: 51%;
	margin-left: auto;
}

@media screen and (max-width: 680px) {
	.program__head {
		width: 100%;
		max-width: 200px;
		margin-left: 0px;
	}
}

.program__title {
	color: #fff;
	display: flex;
	align-items: flex-start;
}

.program__title span {
	margin-right: 96px;
}

@media screen and (max-width: 1440px) {
	.program__title span {
		margin-right: 62px;
	}
}

@media screen and (max-width: 680px) {
	.program__title span {
		margin-right: 40px;
	}
}

.program__wrap {
	background: #D65741;
	padding: 72px 64px;
}

@media screen and (max-width: 1440px) {
	.program__wrap {
		padding: 45px 32px;
	}
}

@media screen and (max-width: 480px) {
	.program__wrap {
		padding: 45px 15px;
	}
}

@media screen and (max-width: 540px) {
	.program__wrap {
		padding: 45px 0px;
		width: 92%;
		margin: 0 auto;
	}
}

.program__section {
	position: relative;
	padding-top: 60px;
	margin-top: 60px;
}

@media screen and (max-width: 1440px) {
	.program__section {
		padding-top: 40px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 960px) {
	.program__section {
		margin-top: 0px;
	}
}

@media screen and (max-width: 480px) {
	.program__section {
		padding-top: 32px;
	}
}

.program__section::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	background-color: #fff;
	height: 100%;
	width: 2px;
}

@media screen and (max-width: 960px) {
	.program__section::before {
		left: 0%;
	}
}

.program__line {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

@media screen and (max-width: 1440px) {
	.program__line {
		padding-bottom: 18px;
	}
}

@media screen and (max-width: 960px) {
	.program__line {
		flex-direction: column;
		padding-left: 30px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.program__line {
		padding-left: 25px;
		padding-bottom: 23px;
	}
}

.program__side {
	width: 43.5%;
}

@media screen and (max-width: 960px) {
	.program__side {
		width: 100%;
	}
}

.program__circle {
	width: 50%;
	position: relative;
}

@media screen and (max-width: 960px) {
	.program__circle {
		width: 100%;
	}
}

.program__circle::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -12px;
	width: 21px;
	height: 21px;
	background-color: #D65741;
	border: 2px solid #fff;
	border-radius: 50%;
}

@media screen and (max-width: 1440px) {
	.program__circle::after {
		width: 15px;
		height: 15px;
		right: -9px;
	}
}

@media screen and (max-width: 960px) {
	.program__circle::after {
		right: unset;
		left: -38px;
	}
}

@media screen and (max-width: 480px) {
	.program__circle::after {
		left: -34px;
	}
}

.program__circle .program__side {
	width: 80%;
}

@media screen and (max-width: 960px) {
	.program__circle .program__side {
		width: 100%;
	}
}

.program__name {
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
	.program__name {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width: 960px) {
	.program__name {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 540px) {
	.program__name {
		font-weight: 500;
	}
}

@media screen and (max-width: 480px) {
	.program__name {
		font-size: 18px;
		line-height: 22px;
	}
}

.program__name span {
	display: block;
}

.program__btn {
	font-weight: 400;
	border-radius: 0px;
	width: 100%;
}

@media screen and (max-width: 540px) {
	.program__btn {
		padding: 14px 12px;
	}
}

.questions__head {
	width: 51%;
	margin-left: auto;
}

@media screen and (max-width: 680px) {
	.questions__head {
		width: 100%;
		max-width: 200px;
		margin-left: 0px;
	}
}

.questions__title {
	display: flex;
	align-items: flex-start;
}

.questions__title span {
	margin-right: 96px;
}

@media screen and (max-width: 1440px) {
	.questions__title span {
		margin-right: 62px;
	}
}

@media screen and (max-width: 680px) {
	.questions__title span {
		margin-right: 40px;
	}
}

.questions__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

@media screen and (max-width: 1440px) {
	.questions__wrap {
		margin-top: 35px;
	}
}

@media screen and (max-width: 480px) {
	.questions__wrap {
		margin-top: 20px;
	}
}

.questions__item {
	border-top: 1px solid #000000;
	width: 30.5%;
	padding-top: 28px;
}

@media screen and (max-width: 1440px) {
	.questions__item {
		width: 31%;
	}
}

@media screen and (max-width: 960px) {
	.questions__item {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.questions__item {
		padding-top: 20px;
	}
}

.questions__question {
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
	.questions__question {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.questions__question {
		width: 90%;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 480px) {
	.questions__answer {
		padding-bottom: 30px;
	}
}

.questions__info {
	border-top: 1px solid #000000;
	margin-top: 50px;
	padding-top: 30px;
}

@media screen and (max-width: 1440px) {
	.questions__info {
		margin-top: 43px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 960px) {
	.questions__info {
		margin-top: 0px;
		padding-top: 60px;
	}
}

@media screen and (max-width: 540px) {
	.questions__info {
		padding-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.questions__info {
		padding-top: 30px;
	}
}

.logos {
	padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
	.logos {
		padding-bottom: 77px;
	}
}

@media screen and (max-width: 540px) {
	.logos {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.logos {
		padding-bottom: 5px;
	}
}

.logos__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 960px) {
	.logos__wrap {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 540px) {
	.logos__wrap {
		padding-top: 30px;
	}
}

.logos a {
	outline: none;
}

.logos__item {
	width: 18%;
}

@media screen and (max-width: 1440px) {
	.logos__item {
		width: 16%;
	}
}

@media screen and (max-width: 960px) {
	.logos__item {
		width: 30%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 540px) {
	.logos__item {
		width: 40%;
		margin-bottom: 60px;
	}
}

.logos__item img {
	width: 100%;
	object-fit: contain;
	height: 130px;
}

@media screen and (max-width: 1440px) {
	.logos__item img {
		height: 90px;
	}
}

@media screen and (max-width: 540px) {
	.logos__item img {
		height: 50px;
		width: 85%;
	}
}

.order {
	padding: 0px 0px 60px;
}

@media screen and (max-width: 1440px) {
	.order {
		padding: 0px 0px 40px;
	}
}

@media screen and (max-width: 540px) {
	.order {
		padding: 0px 0px 20px;
	}
}

.order__wrap {
	display: flex;
	justify-content: space-between;
	background: #F6CB4B;
}

@media screen and (max-width: 960px) {
	.order__wrap {
		flex-direction: column;
	}
}

.order__side {
	width: 100%;
	max-width: 50%;
	padding: 77px 64px 84px;
}

@media screen and (max-width: 1440px) {
	.order__side {
		padding: 40px 44px 50px;
	}
}

@media screen and (max-width: 960px) {
	.order__side {
		max-width: 100%;
		padding: 60px 45px 50px;
	}
}

@media screen and (max-width: 680px) {
	.order__side {
		padding: 35px 20px;
	}
}

@media screen and (max-width: 480px) {
	.order__side {
		padding: 16px 20px;
	}
}

.order__side:first-child {
	background: #612670;
}

.order__side:last-child {
	background: #F6CB4B;
}

@media screen and (max-width: 960px) {
	.order__side:last-child {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 540px) {
	.order__side:last-child {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 480px) {
	.order__side:last-child {
		padding-bottom: 25px;
	}
}

.order__title {
	color: #fff;
	margin-bottom: 7px;
}

@media screen and (max-width: 1440px) {
	.order__title {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 960px) {
	.order__title {
		font-size: 48px;
		line-height: 52px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 680px) {
	.order__title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width: 540px) {
	.order__title {
		font-size: 28px;
		line-height: 32px;
	}
}

@media screen and (max-width: 480px) {
	.order__title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 4px;
	}
}

.order__subtitle {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
	.order__subtitle {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 540px) {
	.order__subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 480px) {
	.order__subtitle {
		font-size: 14px;
		line-height: 16px;
	}
}

.order__form {
	margin-top: 80px;
}

@media screen and (max-width: 1440px) {
	.order__form {
		margin-top: 40px;
	}
}

@media screen and (max-width: 960px) {
	.order__form {
		margin-top: 55px;
	}
}

@media screen and (max-width: 540px) {
	.order__form {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.order__form {
		margin-top: 10px;
	}
}

.order__field {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 13px 20px 13px 0px;
	background: transparent;
	width: 100%;
	display: block;
	margin-bottom: 44px;
}

@media screen and (max-width: 1440px) {
	.order__field {
		font-size: 18px;
		line-height: 28px;
		padding: 9px 20px 9px 0px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 960px) {
	.order__field {
		margin-bottom: 27px;
	}
}

@media screen and (max-width: 540px) {
	.order__field {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.order__field {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
}

.order__field::placeholder {
	color: #FFFFFF;
}

.order__btn {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 90px;
	border: 1px solid #fff;
}

@media screen and (max-width: 1440px) {
	.order__btn {
		margin-top: 50px;
	}
}

@media screen and (max-width: 960px) {
	.order__btn {
		margin-top: 60px;
	}
}

@media screen and (max-width: 480px) {
	.order__btn {
		margin-top: 25px;
		font-size: 16px;
		line-height: 19px;
		padding: 10px 14px;
	}
}

.order__btn svg {
	margin-left: 12px;
}

@media screen and (max-width: 540px) {
	.order__btn svg {
		display: none;
	}
}

.order__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 1440px) {
	.order__logo img {
		max-width: 242px;
	}
}

@media screen and (max-width: 480px) {
	.order__logo img {
		max-width: 125px;
	}
}

.order__link {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #612670;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	border: none;
	transition: all 0.2s;
}

@media screen and (max-width: 1440px) {
	.order__link {
		width: 43px;
		height: 43px;
	}
}

@media screen and (max-width: 540px) {
	.order__link {
		display: none;
	}
}

.order__link:hover {
	background-color: #863c99;
	transition: all 0.2s;
}

.order__info {
	margin-top: 200px;
}

@media screen and (max-width: 1440px) {
	.order__info {
		margin-top: 170px;
	}
}

@media screen and (max-width: 960px) {
	.order__info {
		margin-top: 188px;
	}
}

@media screen and (max-width: 540px) {
	.order__info {
		margin-top: 140px;
	}
}

@media screen and (max-width: 480px) {
	.order__info {
		margin-top: 76px;
	}
}

.order__line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
	.order__line {
		margin-bottom: 14px;
	}
}

@media screen and (max-width: 540px) {
	.order__line {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 480px) {
	.order__line {
		margin-bottom: 4px;
	}
}

.order__line p {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	margin-right: 15px;
	width: 50%;
}

@media screen and (max-width: 1440px) {
	.order__line p {
		font-size: 18px;
		line-height: 21px;
	}
}

@media screen and (max-width: 540px) {
	.order__line p {
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 480px) {
	.order__line p {
		font-size: 12px;
		line-height: 14px;
		width: 52%;
	}
}

.order__line a {
	width: 40%;
	outline: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
}

@media screen and (max-width: 1440px) {
	.order__line a {
		font-size: 18px;
		line-height: 21px;
	}
}

@media screen and (max-width: 540px) {
	.order__line a {
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 480px) {
	.order__line a {
		font-size: 12px;
		line-height: 14px;
	}
}

.order__line a:hover {
	color: #612670;
	transition: all 0.2s;
}

.order__line .order__mail {
	text-decoration: underline;
	text-transform: lowercase;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

.popup {
	position: absolute;
	width: 1054px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 70px 120px;
	box-sizing: border-box;
	background: #fff;
	min-height: 692px;
}

@media screen and (max-width: 1440px) {
	.popup {
		padding: 40px 80px;
		min-height: 500px;
		width: 800px;
	}
}

@media screen and (max-width: 1100px) {
	.popup {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.popup {
		padding: 40px 60px;
	}
}

@media screen and (max-width: 540px) {
	.popup {
		padding: 50px 30px;
		width: 100%;
		height: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.popup__title {
	color: #612670;
	margin-bottom: 50px;
	max-width: 780px;
}

@media screen and (max-width: 1440px) {
	.popup__title {
		margin-bottom: 30px;
		max-width: 600px;
	}
}

@media screen and (max-width: 540px) {
	.popup__title {
		font-size: 28px;
		line-height: 32px;
	}
}

.popup__btn {
	margin-top: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.form_btn_wrapper{
	position:relative;
}

.form_btn_wrapper:before {
	content:'';
	background: url('https://charityacademy.pro/wp-content/uploads/2021/09/Group-2803.png') no-repeat;
	position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
	width: 32px;
    height: 22px;
    background-size: contain;
}

.form_btn_wrapper .btn{
	padding-right: 70px;
}

.popup_btn_wrapper .btn{
	padding-right: 40px;
}

.popup_btn_wrapper{
	position:relative;
}

.popup_btn_wrapper:before {
	content:'';
	background: url('https://charityacademy.pro/wp-content/uploads/2021/09/Group-2803.png') no-repeat;
	position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
	width: 33px;
    height: 22px;
    background-size: contain;
}

@media screen and (max-width: 768px) {
	.popup_btn_wrapper:before {
		left: 80%;
	}
}

@media screen and (max-width: 540px) {
	.form_btn_wrapper:before {
		width: 26px;
		height: 17px;
	}
	.popup_btn_wrapper:before {
		width: 26px;
		height: 17px;
		left: 88%;
	}
}

@media screen and (max-width: 1440px) {
	.popup__btn {
		margin-top: 60px;
	}
}

.popup__form .order__field {
	border-bottom: 1px solid #612670;
	color: #612670;
}

@media screen and (max-width: 1440px) {
	.popup__form .order__field {
		margin-bottom: 10px;
	}
}

.popup__form .order__field::placeholder {
	color: #612670;
}

.popup__form .order__field::-moz-placeholder {
	color: #612670;
}

.popup-sucsess {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.popup-sucsess__text {
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	color: #612670;
	margin: 0 auto;
	max-width: 700px;
}

@media screen and (max-width: 1440px) {
	.popup-sucsess__text {
		font-size: 24px;
		line-height: 32px;
	}
}

.popup__h2 {
	text-align: center;
}

.close-popup {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.close-popup {
		width: 30px;
		height: 30px;
		top: 15px;
		right: 15px;
	}
}

.close-popup:before {
	content: '';
	background-color: #612670;
	position: absolute;
	height: 1px;
	width: 56px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.close-popup:before {
		width: 30px;
	}
}

.close-popup:after {
	content: '';
	background-color: #612670;
	position: absolute;
	height: 1px;
	width: 56px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

@media screen and (max-width: 768px) {
	.close-popup:after {
		width: 30px;
	}
}

#menu__toggle, .menu__item_mob, .menu__mob {
	display: none;
}

@media screen and (max-width: 768px) {
	.header #menu__toggle {
		display: block;
		text-align: center;
	}
	.menu__box .btn {
		max-width: 200px;
		margin: 0 auto;
	}
	.menu__item_mob, .menu__mob {
		display: block;
	}
	.menu__mob {
		position: absolute;
		bottom: 0px;
	}
	.menu__mob ul {
		margin-bottom: 40px;
	}
	.menu__mob .menu__mail {
		text-transform: lowercase;
		text-decoration: underline;
	}
	#menu__toggle {
		opacity: 0;
		display: block;
	}
	#menu__toggle:checked~.menu__btn {
		position: fixed;
		top: 30px;
		left: 235px;
	}
	#menu__toggle:checked~.menu__btn>span {
		transform: rotate(45deg);
	}
	#menu__toggle:checked~.menu__btn>span::before {
		top: 0;
		transform: rotate(0);
	}
	#menu__toggle:checked~.menu__btn>span::after {
		top: 0;
		transform: rotate(90deg);
	}
	#menu__toggle:checked~.menu__box {
		visibility: visible;
		left: 0;
	}
	.menu__btn {
		display: flex;
		align-items: center;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 999;
	}
	.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612670;
		transition-duration: .25s;
	}
	.menu__btn>span::before {
		content: '';
		top: -8px;
	}
	.menu__btn>span::after {
		content: '';
		top: 8px;
	}
	.menu__box {
		display: block;
		position: fixed;
		visibility: hidden;
		top: 0;
		left: -100%;
		width: 270px;
		height: 100%;
		margin: 0;
		padding: 112px 15px 80px;
		list-style: none;
		background-color: #F6CB4B;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
		transition-duration: .25s;
		z-index: 99;
	}
	.menu__item {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.menu__btn {
		width: 20px;
		height: 20px;
		top: 45%;
	}
	.menu__btn>span::before {
		content: '';
		top: -5px;
	}
	.menu__btn>span::after {
		content: '';
		top: 5px;
	}
}

/* CONTACTS FORM 7 */

.ajax-loader,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none!important;
}

input.wpcf7-not-valid {
	color: red!important;
    border-bottom: 1px solid red!important;
}

input.wpcf7-not-valid::placeholder {
	color: red!important;
}

@media screen and (max-width: 1440px) {
	.advantages__item:first-child .advantages__photo img{
		max-width: 90%;
	}
}

@media screen and (max-width: 460px) {
	.advantages__item:first-child .advantages__photo img {
		max-width: 100%;
		object-fit: contain;
	}
}

.order__dev{
	margin-top: 80px;
}

.order__dev p,
.order__dev a{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.order__dev a:hover{
	color: #612670;
    transition: all 0.2s;
}

@media screen and (max-width: 540px) {
	.order__dev p,
	.order__dev a{
		font-size: 12px;
		line-height: 16px;
	}
	.order__line a{
		width: 47%;
	}
}

.reviews {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .reviews {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .reviews {
    padding-bottom: 50px;
  }
}

.reviews__head {
  width: 51%;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .reviews__head {
    width: 100%;
    max-width: 200px;
    margin-left: 0px;
  }
}

.reviews__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 37px;
}

.reviews__title span {
  margin-right: 96px;
}

@media screen and (max-width: 680px) {
  .reviews__title span {
    margin-right: 40px;
  }
}

.reviews__slider {
  position: relative;
}

.reviews .slider-info {
  top: -72px;
  right: 85px;
  position: absolute;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 480px) {
  .reviews .slider-info {
    top: -70px;
    right: 65px;
  }
}

@media screen and (max-width: 374px) {
  .reviews .slider-info {
    display: none;
  }
}

.reviews .slider-info__count {
  display: flex;
}

.reviews__item {
  border-top: 1px solid #000000;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #000000;
}


@media screen and (max-width: 1500px) {
	.reviews__item {
		min-height: 380px;
	}
}

@media screen and (max-width: 1200px) {
	.reviews__item {
		min-height: 460px;
	}
}


@media screen and (max-width: 960px) {
	.reviews__item {
		min-height: 390px;
	}
}

@media screen and (max-width: 768px) {
	.reviews__item {
		min-height: 450px;
	}
}

@media screen and (max-width: 660px) {
	.reviews__item {
		min-height: 480px;
	}
}


@media screen and (max-width: 630px) {
	.reviews__item {
		min-height: 340px;
	}
}


@media screen and (max-width: 540px) {
	.reviews__item {
		min-height: 400px;
	}
}

@media screen and (max-width: 420px) {
	.reviews__item {
		min-height: 440px;
	}
}



@media screen and (max-width: 374px) {
	.reviews__item {
		min-height: 480px;
	}
}



.reviews__people {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #612670;
  margin-bottom: 14px;
}

@media screen and (max-width: 1300px) {
  .reviews__people {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .reviews__people {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}

.reviews__course {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #612670;
}

@media screen and (max-width: 1300px) {
  .reviews__course {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .reviews__course {
    font-size: 20px;
    line-height: 24px;
  }
}

.reviews__icon {
  width: 40px;
  height: 36px;
  margin-bottom: 23px;
}

@media screen and (max-width: 680px) {
  .reviews__icon {
    width: 30px;
    height: 26px;
    margin-bottom: 18px;
  }
}

.reviews__quote {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.reviews__name {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.reviews__place {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.reviews .owl-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  max-width: 70px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .reviews .owl-carousel .owl-nav {
    max-width: 50px;
    top: -85px;
  }
}

.reviews .owl-carousel .owl-nav button.owl-prev {
  background-image: url(http://charityacademy.pro/wp-content/uploads/2021/11/prev.png);
  background-size: cover;
  width: 16px;
  height: 34px;
}

@media screen and (max-width: 480px) {
  .reviews .owl-carousel .owl-nav button.owl-prev {
    width: 12px;
    height: 23px;
  }
}

.reviews .owl-carousel .owl-nav button.owl-next {
  background-image: url(http://charityacademy.pro/wp-content/uploads/2021/11/next.png);
  background-size: cover;
  width: 16px;
  height: 34px;
}

@media screen and (max-width: 480px) {
  .reviews .owl-carousel .owl-nav button.owl-next {
    width: 12px;
    height: 23px;
  }
}

.bron {
  padding-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .bron {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .bron {
    padding-bottom: 50px;
  }
}

.bron__wrap {
  display: flex;
  justify-content: space-between;
  background: #612670;
}

@media screen and (max-width: 768px) {
  .bron__wrap {
    flex-direction: column;
    padding: 30px;
  }
}

@media screen and (max-width: 540px) {
  .bron__wrap {
    padding: 30px 20px;
  }
}

.bron__info {
  width: 50%;
  margin: 50px 44px;
  border-right: 1px solid #FFFFFF;
}

@media screen and (max-width: 1100px) {
  .bron__info {
    margin: 40px 35px;
  }
}

@media screen and (max-width: 768px) {
  .bron__info {
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
  }
}

.bron__info p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 386px;
}

@media screen and (max-width: 1100px) {
  .bron__info p {
    font-size: 22px;
    line-height: 26px;
    max-width: 300px;
  }
}

@media screen and (max-width: 540px) {
  .bron__info p {
    font-size: 20px;
    line-height: 24px;
  }
}

.bron__add {
  width: 50%;
  padding: 50px 40px;
}

@media screen and (max-width: 1100px) {
  .bron__add {
    padding: 40px 30px 40px 20px;
  }
}

@media screen and (max-width: 960px) {
  .bron__add {
    padding: 40px 30px 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  .bron__add {
    width: 100%;
    padding: 30px 0px 0px;
  }
}

.bron__head {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 200px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1100px) {
  .bron__head {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 540px) {
  .bron__head {
    font-size: 20px;
    line-height: 24px;
  }
}

.bron__price {
  font-weight: bold;
  font-size: 72px;
  line-height: 84px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 1100px) {
  .bron__price {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .bron__price {
    font-size: 54px;
    line-height: 64px;
  }
}

@media screen and (max-width: 540px) {
  .bron__price {
    font-size: 48px;
    line-height: 54px;
  }
}

.bron__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

/* @media screen and (max-width: 1100px) {
  .bron__text {
    margin-bottom: 35px;
  }
}
 */
.bron__else {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 372px;
  margin-top: 48px;
}

@media screen and (max-width: 1100px) {
	.bron__else {
		margin-top: 35px;
	}
}
.bron__else span {
  display: block;
}

/*# sourceMappingURL=style.css.map */