::-webkit-input-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

::-ms-input-placeholder {
	color: #666;
}

::placeholder {
	color: #666;
}

::-moz-selection {
	background-color: #00fe4e;
	color: #fff;
}

::selection {
	background-color: #00fe4e;
	color: #fff;
}

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #484646;
	font-size: 30px;
	font-family: 'Circe', sans-serif;
	font-weight: 400;
}

:-moz-placeholder {
	color: #484646;
	font-size: 30px;
	font-family: 'Circe', sans-serif;
	font-weight: 400;
}

::-moz-placeholder {
	color: #484646;
	font-size: 30px;
	font-family: 'Circe', sans-serif;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #484646;
	font-size: 30px;
	font-family: 'Circe', sans-serif;
	font-weight: 400;
}

body {
	margin: 0;
	position: relative;
	font-size: 2.5vw;
	line-height: 1.4em;
	font-family: "Circe", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #fff;
}

@media (max-width: 640px) {
	body {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 30px;
	}
}

p {
	margin-bottom: 0;
}

a:hover {
	color: #fff;
}

ul {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}

b, strong {
	font-weight: bold;
}

.bold {
	font-weight: 600;
}

.button {
	display: inline-block;
	vertical-align: middle;
	padding: 0 55px;
	width: 100%;
	max-width: 330px;
	height: 80px;
	font-size: 2.25vw;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 900;
	line-height: 80px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #1ad855;
	-webkit-box-shadow: 0 0 40px #1ad855;
					box-shadow: 0 0 40px #1ad855;
	border: 0;
	-webkit-border-radius: 50px;
					border-radius: 50px;
	-ms-touch-action: manipulation;
			touch-action: manipulation;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

@media (max-width: 800px) {
	.button {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.button {
		font-size: 27px;
	}
}

@media all and (max-width: 991px) {
	.button {
		height: 45px;
		line-height: 48px;
	}
}

.button:hover, .button:focus {
	text-decoration: none;
	background-color: #0f7d31;
}

.container {
	max-width: 1280px;
	padding: 0 15px;
	margin: auto;
}

.section {
	padding-top: 10.83333vw;
	padding-bottom: 10.83333vw;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
					background-size: cover;
}

@media (max-width: 369.23077px) {
	.section {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.section {
		padding-top: 130px;
	}
}

@media (max-width: 369.23077px) {
	.section {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.section {
		padding-bottom: 130px;
	}
}

.section__title {
	margin-top: 0;
	margin-bottom: 9.16667vw;
	font-size: 4vw;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	font-family: 'Arkhip' , sans-serif;
}

@media (max-width: 436.36364px) {
	.section__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.section__title {
		margin-bottom: 110px;
	}
}

@media (max-width: 625px) {
	.section__title {
		font-size: 25px;
	}
}

@media (min-width: 1200px) {
	.section__title {
		font-size: 48px;
	}
}

.section__title--blue {
	color: #0b307f;
}

.hero {
	padding: 0;
	padding-bottom: 13.66667vw;
	text-align: center;
}

@media (max-width: 292.68293px) {
	.hero {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.hero {
		padding-bottom: 164px;
	}
}

.hero__content {
	padding-top: 5.33333vw;
}

@media (max-width: 562.5px) {
	.hero__content {
		padding-top: 30px;
	}
}

@media (min-width: 1200px) {
	.hero__content {
		padding-top: 64px;
	}
}

.hero__top-title {
	display: block;
	margin-bottom: 7px;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2em;
}

.hero__name {
	display: block;
	margin-bottom: 2.66667vw;
	font-size: 4.5vw;
	font-family: 'Arkhip', sans-serif;
	line-height: 1em;
}

@media (max-width: 750px) {
	.hero__name {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.hero__name {
		margin-bottom: 32px;
	}
}

@media (max-width: 777.77778px) {
	.hero__name {
		font-size: 35px;
	}
}

@media (min-width: 1200px) {
	.hero__name {
		font-size: 54px;
	}
}

.hero__title {
	font-size: 11.83333vw;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1em;
	font-family: 'Arkhip', sans-serif;
}

@media (max-width: 422.53521px) {
	.hero__title {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	.hero__title {
		font-size: 142px;
	}
}

.hero__subtitle {
	margin-top: 0;
	font-weight: 400;
	font-size: 3vw;
	margin-bottom: 2.91667vw;
}

@media (max-width: 666.66667px) {
	.hero__subtitle {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.hero__subtitle {
		font-size: 36px;
	}
}

@media (max-width: 685.71429px) {
	.hero__subtitle {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.hero__subtitle {
		margin-bottom: 35px;
	}
}

.hero__subtitle:last-of-type {
	margin-bottom: 5.83333vw;
}

@media (max-width: 685.71429px) {
	.hero__subtitle:last-of-type {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.hero__subtitle:last-of-type {
		margin-bottom: 70px;
	}
}

.hero__accent-text {
	color: #00fe4e;
	font-weight: 700;
}

.header {
	padding: 18px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

@media all and (max-width: 991px) {
	.header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.header__logo {
	width: 100%;
	max-width: 400px;
	margin-right: 20px;
}

@media all and (max-width: 991px) {
	.header__logo {
		max-width: 300px;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.header__logo img {
	max-width: 100%;
	display: block;
	height: auto;
}

.header__tel {
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 3.83333vw;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

@media (max-width: 469.56522px) {
	.header__tel {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.header__tel {
		font-size: 46px;
	}
}

.header__tel:hover, .header__tel:focus, .header__tel:active {
	color: #00fe4e;
}

.site-form {
	width: 100%;
	max-width: 555px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.site-form__title {
	margin-top: 0;
	margin-bottom: 8.33333vw;
	text-align: center;
	color: #0b307f;
	line-height: 1.2em;
	font-size: 3vw;
}

@media (max-width: 480px) {
	.site-form__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.site-form__title {
		margin-bottom: 100px;
	}
}

@media (max-width: 833.33333px) {
	.site-form__title {
		font-size: 25px;
	}
}

@media (min-width: 1200px) {
	.site-form__title {
		font-size: 36px;
	}
}

.site-form__input {
	width: 100%;
	max-width: 500px;
	margin: auto;
	margin-bottom: 15px;
}

.site-form__input input:not([type="checkbox"]) {
	display: block;
	width: 100%;
	font-family: "Circe", sans-serif, sans-serif;
	font-weight: 400;
	line-height: 80px;
	color: #484646;
	height: 80px;
	padding: 0 20px;
	-webkit-border-radius: 50px;
					border-radius: 50px;
	border: 2px solid #bebebe;
	text-align: center;
	font-size: 2.5vw;
}

@media (max-width: 800px) {
	.site-form__input input:not([type="checkbox"]) {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.site-form__input input:not([type="checkbox"]) {
		font-size: 30px;
	}
}

@media all and (max-width: 991px) {
	.site-form__input input:not([type="checkbox"]) {
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
}

.site-form__input--check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
	margin-bottom: 20px;
}

.site-form__input--check label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: -0.2px;
	text-shadow: 1px 1px 2px #000;
}

.site-form__input--check a {
	color: yellow;
	text-decoration: none;
}

.site-form__input--check a:hover, .site-form__input--check a:focus, .site-form__input--check a:active {
	text-decoration: underline;
}

.site-form .button {
	max-width: 405px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

@media all and (max-width: 991px) {
	.site-form__input input:not([type="checkbox"])::-webkit-input-placeholder {
		font-size: 18px;
	}
	.site-form__input input:not([type="checkbox"]):-moz-placeholder {
		font-size: 18px;
	}
	.site-form__input input:not([type="checkbox"])::-moz-placeholder {
		font-size: 18px;
	}
	.site-form__input input:not([type="checkbox"]):-ms-input-placeholder {
		font-size: 18px;
	}
}

.sect-form {
	padding-bottom: 17.33333vw;
}

@media (max-width: 230.76923px) {
	.sect-form {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-form {
		padding-bottom: 208px;
	}
}

@media all and (max-width: 991px) {
	.sect-form {
		padding-top: 60px;
		background-image: none !important;
	}
}

.sect-form__mob-img {
	display: none;
	max-width: 100%;
	height: auto;
}

@media all and (max-width: 991px) {
	.sect-form__mob-img {
		display: block;
		margin-bottom: 40px;
	}
}

.sect-form__wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

@media all and (max-width: 991px) {
	.sect-form__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
}

.sect-form__quote-wrap {
	position: relative;
	margin: 0;
	margin-top: -80px;
	margin-right: 6.66667vw;
	color: #424242;
	text-align: center;
	line-height: 1.4em;
	font-family: 'Arkhip', sans-serif;
	font-size: 1.83333vw;
}

@media (max-width: 750px) {
	.sect-form__quote-wrap {
		margin-right: 50px;
	}
}

@media (min-width: 1200px) {
	.sect-form__quote-wrap {
		margin-right: 80px;
	}
}

@media (max-width: 872.72727px) {
	.sect-form__quote-wrap {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.sect-form__quote-wrap {
		font-size: 22px;
	}
}

.sect-form__quote-wrap p {
	margin: 0;
	position: relative;
	z-index: 2;
}

@media all and (max-width: 991px) {
	.sect-form__quote-wrap {
		margin-top: 0;
		position: absolute;
		right: 15px;
		top: 185px;
	}
}

@media all and (max-width: 695px) {
	.sect-form__quote-wrap {
		position: relative;
		right: initial;
		top: initial;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
		margin-right: 0;
	}
}

.sect-form__quote-symb {
	z-index: 1;
	position: absolute;
	font-size: 16.66667vw;
	display: block;
	color: #b8b8b8;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

@media (max-width: 900px) {
	.sect-form__quote-symb {
		font-size: 150px;
	}
}

@media (min-width: 1200px) {
	.sect-form__quote-symb {
		font-size: 200px;
	}
}

@media all and (max-width: 991px) {
	.sect-form__quote-symb {
		font-size: 200px;
	}
}

@media all and (max-width: 695px) {
	.sect-form__quote-symb {
		font-size: 100px;
	}
}

.sect-form__quote-symb:first-of-type {
	top: 67px;
	left: -43px;
	-webkit-transform: rotate(-180deg);
			-ms-transform: rotate(-180deg);
					transform: rotate(-180deg);
}

@media all and (max-width: 1023px) {
	.sect-form__quote-symb:first-of-type {
		top: 40px;
	}
}

@media all and (max-width: 695px) {
	.sect-form__quote-symb:first-of-type {
		top: 15px;
		left: -20px;
	}
}

.sect-form__quote-symb:last-of-type {
	right: -51px;
	bottom: 63px;
}

@media all and (max-width: 1023px) {
	.sect-form__quote-symb:last-of-type {
		bottom: 40px;
	}
}

@media all and (max-width: 695px) {
	.sect-form__quote-symb:last-of-type {
		right: -30px;
		bottom: 15px;
	}
}

.sect-why {
	padding-top: 8.5vw;
	padding-bottom: 8.91667vw;
}

@media (max-width: 470.58824px) {
	.sect-why {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-why {
		padding-top: 102px;
	}
}

@media (max-width: 448.59813px) {
	.sect-why {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-why {
		padding-bottom: 107px;
	}
}

.sect-why__top-row, .sect-why__row-middle, .sect-why__bottom-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin: -15px;
	margin-bottom: 25px;
}

@media all and (max-width: 991px) {
	.sect-why__top-row, .sect-why__row-middle, .sect-why__bottom-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 60px;
	}
}

.sect-why__top-item {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 15px;
	padding-bottom: 0;
}

@media all and (max-width: 991px) {
	.sect-why__top-item {
		display: none;
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.sect-why__top-item:last-child {
		margin-bottom: 0;
	}
}

.sect-why__top-item p {
	margin: 0;
	text-align: center;
	color: #4f4f4f;
	line-height: 1.3em;
	font-size: 2.5vw;
}

@media (max-width: 720px) {
	.sect-why__top-item p {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.sect-why__top-item p {
		font-size: 30px;
	}
}

.sect-why__row-middle {
	padding-top: 83px;
	padding-bottom: 83px;
	margin-bottom: 0;
}

@media all and (max-width: 991px) {
	.sect-why__row-middle {
		padding: 0;
		margin-bottom: 0;
	}
}

@media all and (max-width: 991px) {
	.sect-why__top-row {
		margin: 0;
	}
}

@media all and (max-width: 991px) {
	.sect-why__bottom-row {
		margin: 0;
	}
}

.sect-why__middle-item {
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	padding: 15px;
	text-align: center;
}

@media all and (max-width: 991px) {
	.sect-why__middle-item {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.sect-why__middle-item:last-child {
		margin-bottom: 0;
	}
}

.sect-why__middle-item img {
	max-width: 100%;
	display: block;
	height: auto;
	-webkit-border-radius: 50%;
					border-radius: 50%;
}

.sect-why__2n .sect-why__img-wrap::after {
	bottom: initial;
	top: 100%;
}

.sect-why__img-wrap {
	position: relative;
	display: inline-block;
	padding: 13px;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	border: 3px solid #00fe4e;
}

@media all and (max-width: 991px) {
	.sect-why__img-wrap {
		display: block;
		width: 100%;
		max-width: 207px;
		margin: auto;
	}
}

.sect-why__img-wrap::after {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 50%;
	width: 3px;
	height: 83px;
	display: block;
	background-color: #00fe4e;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}

@media all and (max-width: 991px) {
	.sect-why__img-wrap::after {
		display: none;
	}
}

.sect-why__bottom-item {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 15px;
	padding-top: 0;
	padding-left: 97px;
}

@media all and (max-width: 991px) {
	.sect-why__bottom-item {
		display: none;
		width: 100%;
		padding: 0;
		margin-bottom: 45px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.sect-why__bottom-item:last-child {
		margin-bottom: 0;
	}
}

.sect-why__bottom-item:first-child {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	padding-right: 130px;
	padding-left: 15px;
}

@media all and (max-width: 991px) {
	.sect-why__bottom-item:first-child {
		padding: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
}

.sect-why__bottom-item p {
	margin: 0;
	text-align: center;
	color: #4f4f4f;
	line-height: 1.3em;
	font-size: 2.5vw;
}

@media (max-width: 720px) {
	.sect-why__bottom-item p {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.sect-why__bottom-item p {
		font-size: 30px;
	}
}

.sect-why__bottom-row {
	margin-top: 0;
}

.sect-why .mob-item {
	display: none;
}

@media all and (max-width: 991px) {
	.sect-why .mob-item {
		display: block;
	}
}

.sect-promo .section__title {
	margin-bottom: 0;
}

.sect-result {
	background-position: center top;
	padding-top: 8.5vw;
	padding-bottom: 12.33333vw;
}

@media (max-width: 470.58824px) {
	.sect-result {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-result {
		padding-top: 102px;
	}
}

@media (max-width: 324.32432px) {
	.sect-result {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-result {
		padding-bottom: 148px;
	}
}

.sect-result .section__title {
	margin-bottom: 5vw;
}

@media (max-width: 800px) {
	.sect-result .section__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-result .section__title {
		margin-bottom: 60px;
	}
}

.sect-result__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	flex-wrap: wrap;
	margin: -4px;
}

@media all and (max-width: 991px) {
	.sect-result__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		margin: 0;
	}
}

.sect-result__item {
	padding: 4px;
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	text-align: center;
}

@media all and (max-width: 991px) {
	.sect-result__item {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.sect-result__item:last-child {
		margin-bottom: 0;
	}
}

.sect-result__item img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: auto;
	margin-bottom: 40px;
}

.sect-result__text {
	margin: 0;
	color: #4f4f4f;
	line-height: 1.3em;
}

@media all and (max-width: 991px) {
	.sect-result__text {
		font-size: 18px;
		font-weight: 700;
	}
}

.sect-desc {
	padding-top: 8.08333vw;
	padding-bottom: 13vw;
}

@media (max-width: 494.84536px) {
	.sect-desc {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-desc {
		padding-top: 97px;
	}
}

@media (max-width: 307.69231px) {
	.sect-desc {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-desc {
		padding-bottom: 156px;
	}
}

.sect-desc .section__title {
	margin-bottom: 5vw;
}

@media (max-width: 800px) {
	.sect-desc .section__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-desc .section__title {
		margin-bottom: 60px;
	}
}

.sect-desc .section__title:last-of-type {
	margin-bottom: 0;
}

@media all and (max-width: 991px) {
	.sect-desc .section__title:last-of-type {
		margin-bottom: 40px;
	}
}

.sect-desc .sect-desc__title {
	margin-bottom: 7.5vw;
}

@media (max-width: 533.33333px) {
	.sect-desc .sect-desc__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-desc .sect-desc__title {
		margin-bottom: 90px;
	}
}

.sect-desc__numbers-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	padding-top: 65px;
	margin: -15px;
	margin-top: 0;
	margin-bottom: 7.91667vw;
}

@media (max-width: 505.26316px) {
	.sect-desc__numbers-row {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-desc__numbers-row {
		margin-bottom: 95px;
	}
}

@media all and (max-width: 991px) {
	.sect-desc__numbers-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		margin: 0;
		padding: 0;
		margin-bottom: 50px;
	}
}

.sect-desc__numbers-item {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 15px;
	padding-bottom: 0;
	text-align: center;
}

@media all and (max-width: 991px) {
	.sect-desc__numbers-item {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}
}

.sect-desc__numbers-item p {
	line-height: 1.3em;
	font-family: 'Arkhip', sans-serif;
	margin: 0;
	font-size: 1.66667vw;
}

@media (max-width: 840px) {
	.sect-desc__numbers-item p {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.sect-desc__numbers-item p {
		font-size: 20px;
	}
}

.sect-desc__numbers-item:last-child .sect-desc__numb::after {
	display: none;
}

.sect-desc__numb {
	position: relative;
	display: block;
	margin: 0;
	font-size: 16.66667vw;
	color: #2ada61;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Arkhip', sans-serif;
	text-shadow: 0 0 30px #2ada61;
}

@media (max-width: 360px) {
	.sect-desc__numb {
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.sect-desc__numb {
		font-size: 200px;
	}
}

.sect-desc__numb::after {
	content: '';
	position: absolute;
	right: -53px;
	top: 50%;
	width: 62px;
	height: 5px;
	display: block;
	background-color: #2ada61;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}

@media all and (max-width: 991px) {
	.sect-desc__numb::after {
		display: none;
	}
}

.sect-desc__whom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin: 0 -15px;
	margin-bottom: 10.41667vw;
}

@media (max-width: 384px) {
	.sect-desc__whom-wrap {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sect-desc__whom-wrap {
		margin-bottom: 125px;
	}
}

@media all and (max-width: 991px) {
	.sect-desc__whom-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		margin: 0;
		margin-bottom: 60px;
	}
}

.sect-desc__whom-item {
	width: 50%;
	padding: 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 570px;
}

@media all and (max-width: 1340px) {
	.sect-desc__whom-item {
		width: 45%;
	}
}

@media all and (max-width: 991px) {
	.sect-desc__whom-item {
		padding: 0;
		width: 100%;
		max-width: 500px;
		min-height: 1px;
		margin-bottom: 30px;
	}
	.sect-desc__whom-item:last-child {
		margin-bottom: 0;
	}
}

@media all and (max-width: 600px) {
	.sect-desc__whom-item .sect-desc__content-whom::after {
		display: none;
	}
}

.sect-desc__content-whom {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 600px) {
	.sect-desc__content-whom {
		padding: 15px;
	}
}

.sect-desc__content-whom::after {
	content: '';
	position: absolute;
	left: 23px;
	top: 25px;
	z-index: 4;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 5px solid #2ada61;
}

.sect-desc__content-whom img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 45px;
}

@media all and (max-width: 991px) {
	.sect-desc__content-whom img {
		margin-bottom: 15px;
	}
}

.sect-desc__content-whom p {
	margin: 0;
	color: #16213a;
	font-weight: 400;
	line-height: 1.3em;
}

@media all and (max-width: 991px) {
	.sect-desc__content-whom p {
		font-weight: 700;
		font-size: 18px;
	}
}

.programs {
	padding-top: 8.5vw;
	padding-bottom: 0;
}

@media (max-width: 470.58824px) {
	.programs {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.programs {
		padding-top: 102px;
	}
}

.programs .section__title {
	margin-bottom: 4.25vw;
}

@media (max-width: 941.17647px) {
	.programs .section__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.programs .section__title {
		margin-bottom: 51px;
	}
}

.programs__wrap {
	margin-top: -65px;
}

.programs__item {
	text-align: center;
	padding-top: 65px;
	padding-bottom: 65px;
	-webkit-background-size: cover;
					background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.programs__item img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}

.programs__subtitle {
	margin-top: 0;
	margin-bottom: 30px;
	color: #0b307f;
	line-height: 1.3em;
	font-size: 3vw;
	font-family: 'Arkhip', sans-serif;
}

@media (max-width: 666.66667px) {
	.programs__subtitle {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.programs__subtitle {
		font-size: 34px;
	}
}

@media all and (max-width: 991px) {
	.programs__subtitle {
		font-size: 16px;
	}
}

.programs p {
	margin: 0;
	color: #444444;
	font-size: 25px;
	line-height: 1.3em;
}

@media all and (max-width: 991px) {
	.programs p {
		font-size: 20px;
	}
}

.progress {
	padding-top: 8.5vw;
	padding-bottom: 40px;
}

@media (max-width: 470.58824px) {
	.progress {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.progress {
		padding-top: 102px;
	}
}

.progress__wrap {
	padding-left: 225px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
}

@media all and (max-width: 1099px) {
	.progress__wrap {
		padding-left: 0;
	}
}

.progress__numb-wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 153px;
	margin-right: 45px;
	-webkit-align-self: flex-start;
			-ms-flex-item-align: start;
					align-self: flex-start;
}

.progress__numb-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #2ada61;
}

.progress__numb-wrap::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 7px;
	height: 12px;
	display: block;
	background-color: #2ada61;
}

.progress__numb-wrap span {
	display: block;
	margin-bottom: 8px;
	color: #2ada61;
	font-size: 81px;
	line-height: 0.8em;
	text-shadow: 0 0 30px #2ada61;
	font-family: 'AbosaNovaCps', sans-serif;
}

@media all and (max-width: 1099px) {
	.progress__numb-wrap span {
		font-size: 50px;
	}
}

@media all and (max-width: 991px) {
	.progress__numb-wrap {
		margin-right: 20px;
		max-width: 90px;
	}
}

.progress__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
			-ms-flex-align: end;
					align-items: flex-end;
	margin-bottom: 25px;
}

.progress__item:last-child {
	margin-bottom: 0;
}

.progress p {
	margin-top: 0;
	line-height: 1.3em;
}

.footer {
	-webkit-background-size: cover;
					background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 4.16667vw;
}

@media (max-width: 960px) {
	.footer {
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {
	.footer {
		padding-top: 50px;
	}
}

.footer .site-form {
	margin: auto;
	max-width: 560px;
	margin-bottom: 6.25vw;
}

@media (max-width: 640px) {
	.footer .site-form {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.footer .site-form {
		margin-bottom: 75px;
	}
}

.footer .site-form__title {
	margin-bottom: 5.83333vw;
	font-family: 'Arkhip', sans-serif;
}

@media (max-width: 685.71429px) {
	.footer .site-form__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.footer .site-form__title {
		margin-bottom: 70px;
	}
}

.footer__copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.footer__bottom-text {
	margin: 0;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	line-height: 1em;
}

.footer__link-text {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

.footer__link-text:nth-of-type(2) {
	margin-right: 0;
	margin-left: 3px;
}

.footer__link-text:hover, .footer__link-text:focus, .footer__link-text:active {
	color: #00fe4e;
}

.footer .site-form__input input::-webkit-input-placeholder {
	font-weight: 700;
	color: #484646;
}

.footer .site-form__input input:-moz-placeholder {
	font-weight: 700;
	color: #484646;
}

.footer .site-form__input input::-moz-placeholder {
	font-weight: 700;
	color: #484646;
}

.footer .site-form__input input:-ms-input-placeholder {
	font-weight: 700;
	color: #484646;
}

.wrapper-form {
	width: 100%;
}
/* Cookie */

.cookie {
	--cookie-box-margin: 20px;
	--cookie-box-width: 520px;
	--cookie-box-padding: 30px;
	--cookie-box-radius: 10px;
	--cookie-box-color: white;
	--cookie-box-shadow: 0 0 30px rgba(0,0,0, 0.1);
	--cookie-text-color: #333;
	--cookie-text-size: 16px;
	/*--cookie-text-size: inherit;*/
	--cookie-button-margin: 20px;
	--cookie-button-position: start; /* start, center, end */
	--cookie-button-padding: 0.7em 1.5em;
	--cookie-button-radius: 8px;
	--cookie-button-color: blue;
	--cookie-button-text-color: white;
	--cookie-button-hover-color: blue;
	--cookie-button-hover-text-color: white;
	/*	--cookie-button-text-size: inherit;*/
    --cookie-button-text-size: 16px;
	line-height: 1.5em;
	font-size: var(--cookie-text-size);
	color: var(--cookie-text-color);
	padding: var(--cookie-box-padding);
	border-radius: var(--cookie-box-radius);
	background: var(--cookie-box-color);
	box-shadow: var(--cookie-box-shadow);
	display: grid;
	position: fixed;
	bottom: var(--cookie-box-margin);
	left: auto;
	right: var(--cookie-box-margin);
	width: 100%;
	max-width: min(var(--cookie-box-width), calc(100% - var(--cookie-box-margin) * 2));
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s;
}
.cookie_open {
	opacity: 1;
	pointer-events: all;
}
.cookie__button {
	justify-self: var(--cookie-button-position);
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: var(--cookie-button-padding);
	border: none;
	border-radius: var(--cookie-button-radius);
	background: var(--cookie-button-color);
	color: var(--cookie-button-text-color);
	font-size: var(--cookie-button-text-size);
	margin-top: var(--cookie-button-margin);
	transition: 0.3s;
}
.cookie__button:hover {
	background: var(--cookie-button-hover-color);
	color: var(--cookie-button-hover-text-color);
}

@media (max-width: 600px) {
	.cookie {
		--cookie-box-margin: 10px;
		--cookie-box-padding: 20px;
	}
}
	