.wrapper {
/*	background: url(pp/survey.jpg) no-repeat center top;*/
/*	background: url(pp/survey_mob.jpg) no-repeat center top;*/
}


/********
 * survey
*********/

.s__survey {
/*	opacity: 0.5;*/
	padding: 104px 0;
}
.s__survey .container {
/*	max-width: 635px;*/
	max-width: 674px;
	position: relative;
	z-index: 2;
}
.s__survey .s__subtitle {
	font-family: 'UpMax';
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 12px;
}	
.s__survey .s__title {
	font-family: 'UpMax';
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 48px;
	color: #98DE96;
	text-transform: none;
}
.s__survey .s__title2 {
	font-family: 'UpMax';
	font-weight: 600;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 48px;
	color: #fff;
	max-width: 100%;
}
.s__survey .s__title2 span {
	font-size: 4rem;
	text-transform: uppercase;
	display: block;
	color: rgba(152, 222, 150, 1);
}
.s__survey .survey__box1 {
	display: flex;
	justify-content: center;
	margin-bottom: 68px;
}
.s__survey .survey__box1-item {
	margin: 0 24px;
	max-width: 306px;
	width: 100%;
	background: linear-gradient(288.46deg, #74CE72 -34.16%, #003E1C 1.98%, #232323 40.64%, #313131 88.39%);
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px 24px;
	border-radius: 16px;
    text-align: center;
}
.s__survey .survey__box1-title {
	font-family: 'UpMax';
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 6px;
	letter-spacing: 2px;
}
	
.s__survey .survey__box1-val {
	font-family: 'UpMax';
	font-size: 2.6rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #98DE96;
}

.s__survey .s__text {
	font-size: 1.8rem;
	margin-bottom: 48px;
	text-align: center;
}

.s__survey .survey__list {
	max-width: 636px;
    margin: 0 auto;
}
.s__survey .survey__item {
	background: #333333;
	padding: 32px;
	border-radius: 16px;
	margin-bottom: 16px;
}
/*.s__survey .survey__item:last-of-type {
	margin-bottom: 0;
}*/

.s__survey .survey__alert {
	font-size: 1.6rem;
    font-style: italic;
}
.s__survey .survey__alert-top {
	margin-top: 20px;
}

.s__survey .survey__box {
	margin-bottom: 30px;
}
.s__survey .survey__box:last-of-type {
	margin-bottom: 0;
}

.s__survey .form__inp {
	font-size: 2.2rem;
	padding: 14px 24px;
	color: #6B736D;
	border-radius: 12px;
	width: 100%;
    font-family: 'Cera Pro';
    border: 3px solid rgba(255,255,255,0.00001);
    transition: 0.5s;
    outline: none;
    color: #212121;
}
.s__survey .form__inp.form__inp-learn_input {
	margin-top: 10px;
}
.s__survey .form__inp-textarea {
	height: 114px;
	resize: none;
}

.s__survey .form__inp.valid {
	border-color: #98DE96;
}

input.form__inp:-internal-autofill-selected {
	background: #fff !important;
}

.s__survey .form__inp:active,
.s__survey .form__inp:hover {
	border-color: #98DE96;
}
.s__survey .form__inp.error {
	border-color: #DE9696;
/*	border-color: #f00;*/
}
.s__survey label.error {
	font-size: 1.4rem;
/*	color: #700000;*/
/*	color: #f00;*/
	color: #DE9696;
    font-family: 'Cera Pro';
}


.s__survey .survey__label {
	margin-bottom: 23px;
	font-size: 2.2rem;
}
.s__survey .form__radio {
	width: 100%;
    display: block;
    margin-bottom: 24px;
    cursor: pointer;
}
.s__survey .form__radio:last-of-type {
	margin-bottom: 0;
}

.s__survey .form__radio input[type="radio"] {
	position: absolute;
	left: -9999px;
}

.s__survey .form__radio span {
	padding-left: calc(16px + 32px);
	position: relative;
    font-size: 2.2rem;
    line-height: 32px;
    display: inline-block;

}
.s__survey .form__radio span:before {
	content:'';
	border: 2px solid #6B736D;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
    box-sizing: border-box;
}
.s__survey .form__radio span:after {
	content:'';
	width: 20px;
	height: 20px;
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	background: #98DE96;
	border-radius: 100%;
	position: absolute;
    top: 6px;
    left: 6px;
	opacity: 0;
	transition: 0.5s;
}
.s__survey .form__radio input:checked ~ span:before {
	border-color: #98DE96;
}

.s__survey .form__radio input:checked ~ span:after {
	opacity: 1;
}

.s__survey .form__radio ~ .survey__box {
	margin-top: 24px;
}

.s__survey .form__btn {
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'UpMax';
	font-size: 2.6rem;
	font-weight: 600;
	width: 100%;
	max-width: 100%;
	padding: 21.5px;
	color: #fff;
	border-radius: 12px;
	border: none;
	cursor: pointer;
}
.s__survey .form__btn i {
	margin-right: 32px;
	font-style: normal;
	z-index: 2;
	position: relative;
}
.s__survey .form__btn svg {
	right: 0;
	margin-left: 0;
}
.s__survey .form__btn svg path {
	fill: #fff;
	transition: 0.5s;
}
.s__survey .form__btn:hover svg path {
	fill: #003517;
}

.s__survey .btn .btn__border {
/*	border: 2px solid;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
	linear-gradient(107.61deg, rgba(255, 255, 255, 0.2) 30.63%, rgba(255, 255, 255, 0.05) 65.5%);
	border-radius: 12px;
}
.s__survey .btn .btn__before,
.s__survey .btn .btn__after,
.s__survey .btn .shadow  {
	position: absolute;
	transition: 0.5s;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	top: 0;
	left: 0;
	margin-left: 0;
}

.s__survey .btn .btn__before {
/*	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);*/
	background: linear-gradient(331.28deg, #003517 3.18%, #007032 50.57%, #BAF2B8 111.64%);
	opacity: 1;
/*	background: red;*/
}
.s__survey .btn .btn__after {
/*	background: green;*/
	background: linear-gradient(331.28deg, #fff 3.18%, #fff 50.57%, #fff 111.64%);
	opacity: 0;

}
.s__survey .btn .shadow {
	opacity: 0;
}

.s__survey .btn .shadow1 {
	box-shadow: 0px 0px 7.6618123054504395px 0px #95D29D66;
}
.s__survey .btn .shadow2 {
	box-shadow: 0px 0px 15.323624610900879px 0px #95D29D66;
}
.s__survey .btn .shadow3 {
	box-shadow: 0px 0px 53.632686614990234px 0px #95D29D66;
}
.s__survey .btn .shadow4 {
	box-shadow: 0px 0px 107.26537322998047px 0px #95D29D66;
}
.s__survey .btn .shadow5 {
	box-shadow: 0px 0px 120px 0px #95D29D66;
}
.s__survey .btn .shadow6 {
	box-shadow: 0px 0px 200px 0px #95D29D66;
}

.s__survey .btn:hover {
	color: var(--black90);
	border-bottom-color: #98DE96;
}
.s__survey .btn:hover .btn__before {
	opacity: 0;
}
.s__survey .btn:hover .btn__after {
	opacity: 1;
}
.s__survey .btn:hover .shadow {
	opacity: 1;
}

.s__survey .btn:hover svg path {
	fill: var(--green80);
}


.s__survey .survey__item-btn {
	padding: 0;
}
.s__survey .survey__item-security {
	font-size: 1.4rem;
	text-align: center;
	padding: 0;
	margin-bottom: 12px;
	background: transparent;
}
.s__survey .survey__item-security .security__text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.s__survey .survey__item-security svg {
	flex-shrink: 0;
	margin-right: 4px;
}
.s__survey .survey__item-security span {}

.s__survey .s__decor {
	/*position: absolute;*/
/*	top: 0;*/
	/*left: 0;*/
}
.s__survey .s__decor-1 {
	/*top: 1%;*/
}
.s__survey .s__decor-2 {
	/*bottom: -320px;*/
}

.s__survey .s__decor-wrap {
	position: absolute;
	width: 100%;
	left: 0;
}
.s__survey .s__decor-wrap-1 {
	top: 1%;
}
.s__survey .s__decor-wrap-2 {
	bottom: -320px;
}

.s__survey .s__decor-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}


@media screen and (max-width: 767px) {
	.s__survey {
		padding: 96px 0 48px;
	}
	.s__survey .s__decor {
		display: none;
	}
	.s__survey .s__subtitle {
		font-size: 2rem;
		margin-bottom: 8px;
	}
	.s__survey .s__title {
		font-size: 2.8rem;
		margin-bottom: 32px;
	}
	.s__survey .survey__box1 {
		margin-bottom: 46px;
	}
	.s__survey .survey__box1-item {
		max-width: 162px;
		margin: 0 6px;
		padding: 16px 6px;
        justify-content: space-between;
	}
	.s__survey .survey__box1-item:first-of-type {
		margin-left: 0;
	}
	.s__survey .survey__box1-item:last-of-type {
		margin-right: 0;
	}
	.s__survey .survey__box1-title {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.s__survey .survey__box1-val {
		font-size: 2rem;
	}
	.s__survey .s__text {
		font-size: 1.6rem;
	}
	.s__survey .form__inp {
		font-size: 1.8rem;
		padding: 15px 24px;
	}
	.s__survey .form__inp-textarea {
	    height: 120px;
	}
	.s__survey .survey__label {
		font-size: 1.8rem;
		margin-bottom: 14px;
	}
	.s__survey .survey__item-security {
		margin-bottom: 14px;
	}
	.s__survey .survey__item {
		padding: 24px 22px;
		margin-bottom: 14px;
	}
	.s__survey .form__radio {
		width: calc(100% + 10px);
		margin-bottom: 12px;
	}
	.s__survey .form__radio span {
		font-size: 1.8rem;
	}

	.s__survey .survey__item-btn {
		padding: 0;
	}
	.s__survey .form__btn {
		font-size: 2rem;
		padding: 18px;
	}
	.s__survey .form__btn i {
	    margin-right: 18px;
	}
	.s__survey .form__btn svg {
	    right: -10px;
	}

	.s__survey .survey__item-security {
		padding: 0;
		text-align: left;
		padding: 0 24px;
	}
	.s__survey .survey__item-security .security__text {
		align-items: flex-start;
	    justify-content: flex-start;
	}
	.s__survey .survey__item-security svg {
		margin-right: 6px;
	}


	.s__survey .s__title2 {
		font-size: 2rem;
		margin-bottom: 32px;
	}
	.s__survey .s__title2 span {
		font-size: 2.8rem;
	}

}



/********
 * survey
*********/






















.s__future {
	background: var(--white);
	overflow: hidden;
	padding: 85px 0 88px;
}
.s__future .s__subtitle {
	color: var(--black90);
}
.s__future .s__img {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -2px;
    left: -20px;
}
.s__future .s__img img {}

.s__future .list {
	display: flex;
	flex-direction: column;
	margin: 0 0 0 15px;
}
.s__future .list__item {
	display: flex;
	margin-bottom: 26px;
}
.s__future .list__item:last-child {
	margin-bottom: 0;
}
.s__future .list__num {
	flex-shrink: 0;
/*	width: 55px;*/
/*	height: 55px;*/
	width: 72px;
	height: 72px;
/*	border-radius: 100%;*/
/*	border: 4px solid var(--green20);*/
	margin-right: 25px;
	color: var(--green20);
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
/*    top: 8px;*/
/*    font-size: 4rem;*/
}
.s__future .list__info {
	display: flex;
	flex-direction: column;
}
.s__future .list__title {
	font-family: 'UpMax';
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.2px;
	margin-bottom: 2px;
	color: var(--black90);
}
.s__future .list__text {
	font-size: 1.8rem;
	max-width: 420px;
	color: var(--grey20);
}
.s__future .list__text ul {}
.s__future .list__text ul li {
	position: relative;
	padding-left: calc(8px + 4px);
}
.s__future .list__text ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	background: var(--green50);
	border-radius: 100%;
}

.s__future .s__decor {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.s__future .s__decor img {}

.s__future .decor_circle {
	position: absolute;
}
.s__future .decor_circle1 {
	top: -280px;
	left: -253px;
}
.s__future .decor_circle2 {
    bottom: -320px;
    right: -300px;
}




.s__formatprog {
	overflow: hidden;
	padding: 86px 0 86px;
	background:  var(--grey10);
}
.s__formatprog .container {
	position: relative;
	z-index: 2;
}
.s__formatprog .s__subtitle {
	color: var(--black90);
}
.s__formatprog .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.s__formatprog .list__item {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	margin: 0 12px 30px;
	max-width: calc(100% / 4 - 12px - 12px);
}
.s__formatprog .list__item-spec {
	max-width: calc(100% / 3 - 12px - 12px);
}
.s__formatprog .list__img {
	height: 220px;
	background: var(--white);
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.s__formatprog .list__img img {}
.s__formatprog .list__info {
	padding: 0 20px;
    border-radius: 0 0 24px 24px;
	color: var(--white);
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(288.46deg, #74CE72 -34.16%, #003E1C 1.98%, #232323 40.64%, #313131 88.39%);
}
.s__formatprog .list__text {
	font-size: 2.2rem;
}
.s__formatprog .s__decor {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
    justify-content: center;
}
.s__formatprog .s__decor img {}





.s__result {
	background: var(--white);
	padding-bottom: 90px;
	overflow: hidden;
}
.s__result .s__title {
    text-align: right;
    color: var(--black);
    font-size: 6.4rem;
    line-height: 1.08;
    letter-spacing: 0.8px;
    margin-bottom: 82px;
}
.s__result .s__title strong {
	color: var(--green50);
}
.s__result .s__text.s__text-2 {
	text-align: right;
	max-width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 24px;
}
.s__result .s__text.s__text-2 .inner {
	max-width: 434px;
}
.s__result .s__tagline {
	text-align: right;
	font-size: 2.6rem;
	font-weight: 600;
	color: var(--green50);
}
.s__result .s__text {
	max-width: 570px;
	color: var(--grey40);
	margin-top: 6px;
	font-size: 2.2rem;
}
.s__result .s__text ul {
	font-size: 1.8rem;
}
.s__result .s__text ul li {
	position: relative;
	margin-bottom: 24px;
	padding-left: calc(40px + 16px);
}
.s__result .s__text ul li:last-of-type {
	margin-bottom: 0;
}
.s__result .s__text ul li strong {
	color: var(--black);
    font-weight: normal;
}
.s__result .s__text ul li:before {
	content:'';
	display: block;
	background: url(../i/ico_check-big.svg) no-repeat center;
	position: absolute;
    top: -8px;
    left: 5px;
	width: 44px;
	height: 44px;
}
.s__result .s__decor {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
    justify-content: center;
}
.s__result .s__decor img {}


.s__result .decor_circle {
	position: absolute;
}
.s__result .decor_circle1 {
	top: -440px;
    left: -440px;
}

.s__result .desc .s__info {}
.s__result .mob .s__info {
	display: none;
}



.s__whatscale {
	background: url(../../img/scale_bg.png) no-repeat center / cover;
	min-height: 800px;
}
.s__whatscale .s__subtitle {
	margin-bottom: 36px;
}
.s__whatscale .row.mob {
	display: none;
}
.s__whatscale .list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.s__whatscale .list__item {
    font: 600 2.6rem/1 'UpMax';
	background: linear-gradient(289.01deg, #98DE96 -45.81%, #003E1C 23.94%, #232323 58.03%, #3D3D3D 93.91%);
	border: 2px solid rgba(255,255,255,0.5);
	margin-bottom: 16px;
	padding: 12px 24px;
	border-radius: 99px;
}







.s__stopper {
	background: #E2E2E2;
}
.s__stopper .container {
	background: linear-gradient(100.25deg, #535353 3.6%, #0B0B0B 118.92%);
	padding: 56px 72px;
	border-radius: 16px;
}

.s__stopper .s__title {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 24px;
	text-align: center;
}

.s__stopper .s__text {
	text-align: center;
	font-size: 2.2rem;
}
.s__stopper .s__text p {
	margin-bottom: 20px;
}
.s__stopper .s__text p:last-child {
	margin-bottom: 0;
}
.s__stopper .s__text strong{
	color: var(--green20);
	font-weight: 400;
}

















.s__packages {
	background: var(--grey20bg);
/*	padding: 86px 0;*/
	padding: 0 0 86px;
}
.s__packages .s__subtitle {
	color: var(--black);
	margin-bottom: 166px;
}
.s__packages .package__list {}
.s__packages .package__item {
	border-top: 8px solid red;
	padding: 32px;
	background: var(--white);
	border-radius: 16px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    max-width: 416px;
    margin: 0 auto;
}
.s__packages .package__item-01 {
	border-color: var(--grey20);
}
.s__packages .package__item-02 {
	border-color: var(--green50);
}
.s__packages .package__item-03 {
	border-color: var(--black);
}

.s__packages .package__top {
	position: absolute;
	top: -15px;
	right: -10px;
}
.s__packages .package__top-image {}
.s__packages .package__top-label {
	color: var(--white);
	transform: rotate(45deg);
	display: inline-block;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: -0.5px;
    position: absolute;
    top: 44px;
    right: 0;
}

.s__packages .package__inner {
	display: flex;
	flex-direction: column;
}

.s__packages .package__header {
	margin-bottom: 24px;
}
.s__packages .package__img {
	margin: -162px 0 10px -30px;
}
.s__packages .package__img img {}
.s__packages .package__title {
	font-size: 4rem;
	color: var(--black90);
	letter-spacing: 1px;
}
.s__packages .package__body {
	color: var(--black90);
	margin-bottom: 94px;
	font-size: 1.8rem;
}
.s__packages .package__body p {
	margin-bottom: 12px;
}
.s__packages .package__body ul ~ p {
	margin-left: 6px;
}
.s__packages .package__body ul {
	margin-bottom: 24px;
}
.s__packages .package__body ul:last-child {
	margin-bottom: 0;
}
.s__packages .package__body ul li {
	position: relative;
	padding-left: calc(24px + 12px + 0px);
	margin-bottom: 17px;
}
.s__packages .package__body ul li:last-child {
	margin-bottom: 0;
}
.s__packages .package__body ul li:before {
	content:'';
	display: block;
	background: url(../i/ico_check.svg) no-repeat center;
	position: absolute;
	top: -13px;
	left: -8px;
	width: 44px;
	height: 44px;
}
.s__packages .package__footer {}
.s__packages .package__cost {
	margin-bottom: 18px;
}
.s__packages .package__label1 {
	font-size: 1.1rem;
	color: var(--grey40);
}
.s__packages .package__cost1 {
	color: var(--grey20);
	font-size: 3.2rem;
	font-weight: 500;
    display: inline-flex;
	position: relative;
}
.s__packages .package__cost1:after {
	content:'';
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--grey60);
	display: block;
	transform: rotate(10.25deg);
}

.s__packages .package__line {
	height: 1px;
	background: var(--grey20);
	width: 100%;
	margin: 8px auto;
}
.s__packages .package__cost2 {
	color: var(--black);
	font-size: 2.8rem;
	font-weight: 700;
    display: inline-flex;
    margin-bottom: 6px;
}
.s__packages .package__label2 {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--green50);
}
.s__packages .package__places {
	font-size: 1.4rem;
	font-weight: 500;
	color: #929292;
	margin-top: 32px;
}
.s__packages .package__wrap {}
.s__packages .package__btn {
	max-width: 352px;
	width: 100%;
	border-radius: 12px;
	padding: 24px 20px;
}
.s__packages .package__item:hover {
	transform: scale(1.02);
}



.s__timer {
	padding: 88px 0px 92px;
	background: var(--grey20bg);
}
.s__timer .container {
	padding: 56px 0;
	background: linear-gradient(100.25deg, #535353 3.6%, #0B0B0B 118.92%);
	border-radius: 16px;
	width: calc(100% - 140px);
}
.s__timer .s__subtitle {
	margin-bottom: 32px;
	line-height: 1;
}
.s__timer .s__subtitle2 {
	margin-bottom: 24px;
}
.s__timer .timer__box {
	display: flex;
	justify-content: center;
}
.s__timer .timer {
	background: var(--black90);
	border-radius: 16px;
	margin: 0 20px;
	padding: 12.5px 40px;
	display: flex;
	align-items: flex-start;
	border: 2px solid rgba(255, 255, 255, 0.05);
}
.s__timer .timer__item {}
.s__timer .timer__digital {
	font-size: 6.4rem;
}
.s__timer .timer__label {
	color: var(--grey20);
	letter-spacing: 1.5px;
}
.s__timer .timer__label .full {}
.s__timer .timer__label .min {
	display: none;
}

.s__timer .timer__separ {
	font-size: 6.4rem;
	color: var(--grey40);
	margin: 0 16px;
	position: relative;
	top: -4px;
}




.s__youwithwe {
	background: url(../../img/scale_bg2.jpg) no-repeat center / cover;
	min-height: 763px;
	padding: 356px 0 100px;
}
.s__youwithwe .s__subtitle {
	margin-bottom: 48px;
}
.s__youwithwe .s__wrap {
	justify-content: center;
	display: flex;
}
.s__youwithwe .btn {
	max-width: 636px;
	width: 100%;
}






.footer {
	background: linear-gradient(288.46deg, #74CE72 -34.16%, #003E1C 1.98%, #232323 40.64%, #313131 88.39%);
}
.footer .row {
	margin-bottom: 80px;
}
.footer .row:last-child {
	margin-bottom: 0;
}
.footer .footer__logo {}
.footer .footer__logo img {
}
.footer .footer__logo:hover {}
.footer .footer__logo:hover img {
	transform: scale(1.05);
}

.footer .contact__list {
	display: flex;
	flex-direction: column;
	position: relative;
	left: -15px;
}
.footer .contact__item {
	margin-bottom: 30px;
}
.footer .contact__item:last-child {
	margin-bottom: 0;
}
.footer .contact__link {
	color: var(--white);
	text-decoration: none;
	display: flex;
	align-items: center;
	letter-spacing: 0.2px;
}
.footer .contact__link svg {
	flex-shrink: 0;
	margin-right: 12px;
}
.footer .contact__link span {}
.footer .contact__link:hover {
	color: var(--green20);
}

.footer .footer__links {
	display: flex;
	flex-direction: column;
    width: calc(100% + 10px);
    position: relative;
    left: -6px;
}
.footer .footer__link {
	font-size: 2.2rem;
	text-decoration: underline;
	margin-bottom: 32px;
	color: var(--white);
	font-weight: 400;
}
.footer .footer__link:last-child {
	margin-bottom: 0;
}
.footer .footer__link:hover {
	text-decoration: none;
	color: var(--green20);
}

.footer .footer__copy {
	font-size: 1.8rem;
	color: var(--grey40);
}



.s__tech {
/*	padding: 120px 0 16px;*/
	padding: 88px 0 16px;
}
.s__success {
/*	padding-top: 120px;*/
/*	padding-top: 100px;*/
	padding-top: 80px;
}
.s__failed {
/*	padding-top: 104px;*/
/*	padding-top: 84px;*/
	padding-top: 64px;
}
.s__tech .s__inner {
	display: flex;
	flex-direction: column;
	padding-top: 100px;
	position: relative;
}
.s__tech .s__decor {
	width: 320px;
	height: 320px;
   
/*    width: 598px;
    height: 796px;*/

	position: absolute;
/*	top: 0;*/
/*	top: 140px;*/
	top: 180px;
	left: 0;
/*	opacity: 0.4;
	filter:blur(250px);
	-o-filter:blur(250px);
	-ms-filter:blur(250px);
	-moz-filter:blur(250px);
	-webkit-filter:blur(250px);
	border-radius: 100%;*/
}
/*.s__tech .s__decor-success  {
	background: var(--green20);
}
.s__tech .s__decor-failed  {
	background: var(--grey40);
}*/
/*.s__tech .s__decor svg {
	width: 100%;
	height: 100%;
}*/
.s__tech .s__decor img {
    transform: scale(2.5);
}

.s__tech .s__inner .s__img {
	margin-bottom: 24px;
}
.s__tech .s__inner .s__text1 {
	margin-bottom: 36px;
	font-size: 4rem;
	line-height: 1;
}
.s__tech .s__inner .s__text2 {
	margin-bottom: 16px;
	letter-spacing: 0.25px;
	font-size: 4rem;
}
.s__tech .s__inner .s__text3 {
	margin-bottom: 66px;
	color: var(--grey20);
	font-size: 2.2rem;
}
.s__tech .s__inner .s__text3 strong {
	font-weight: normal;
	color: var(--white);
}
.s__tech .s__inner .s__wrap {}
.s__tech .s__inner .s__wrap .btn {
    padding: 22px 20px;
    max-width: 306px;
    width: 100%;
    border-radius: 12px;
}
.s__tech .s__inner .s__wrap .btn span {
	margin-left: 0;
}
.s__tech .s__inner .s__wrap .btn svg {
	margin-left: 0;
	right: -6px;
	margin-right: 40px;
}
.s__tech .s__inner .s__wrap .btn  .btn__before, 
.s__tech .s__inner .s__wrap .btn  .btn__after, 
.s__tech .s__inner .s__wrap .btn .shadow {
    border-radius: 12px;
}

.s__failed .s__inner {
	padding-top: 146px;
}

.s__tech .personaj {
	position: relative;

}
.s__tech .personaj__decor {
	position: absolute;
    left: -14px;
    top: -14px;
    max-width: calc(100% + 34px);
}
.s__tech .personaj__photo {
	position: relative;
	left: -20px;
	top: 0;
	z-index: 2;
}
.s__tech .personaj__info {
	position: absolute;
    bottom: 64px;
    right: 18%;
    text-align: right;
}
.s__tech .personaj__autor {
	margin-bottom: 6px;
}
.s__tech .personaj__desc {
	font-size: 1.8rem;
	color: var(--grey20);
}
.s__tech .personaj__desc {}
.s__tech .s__info {
    display: flex;
    flex-direction: column;
    position: absolute;
/*    bottom: -22px;*/
    bottom: 12px;
    left: 50%;
    margin-left: calc(-100px);
}
.s__tech .s__info-label {
	margin-bottom: 28px;
}
.s__tech .s__info-img {
    position: relative;
    left: 8px;
}


.mfp-ready .popup {
	display: block;
}
.popup .mfp-close {
	display: none;
}
.popup {
	display: none;
	border-radius: 16px;
	background: var(--white);
	margin: 0 auto;
	max-width: 478px;
	padding: 32px;
}
.popup__inner {}
.popup__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 16px;
}
.popup__header-inner {
	display: flex;
	flex-direction: column;
}
.popup__package {
	color: var(--black90);
	letter-spacing: 2px;
	position: relative;
	top: -5px;
}
.popup__title {
	font-size: 4rem;
	line-height: 1;
	color: var(--green50);
}
.popup__tarif {}
.popup__close {
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.popup__close path {
}
.popup__close:hover {}
.popup__close:hover path {
	fill: var(--grey40);
}

.popup__inform {
	color: var(--grey20);
	font-size: 1.8rem;
	line-height: 1.223;
	margin-bottom: 32px;
}
.popup__inform strong {
	color: var(--black90);
	font-weight: normal;
}

.popup__form {}
.popup__form ul {
	display: flex;
	flex-direction: column;
}
.popup__form ul li {
	margin-bottom: 16px;
}
.popup__form ul li:last-child {
	margin-bottom: 0;
}
.popup .form__inp {
	font-family: 'Cera Pro';
	font-size: 2.2rem;
	border: 2px solid var(--grey10);
	padding: 13.35px 24px;
	border-radius: 12px;
	width: 100%;
	outline: none;
}
.popup .form__inp:hover,
.popup .form__inp:focus {
	border-color: var(--grey60);
}
.popup .form__inp:active {
	border-color: var(--green20);
}
.popup .form__inp.error {
	border-color: var(--red20);
}
.popup .form__inp ~ label.error {
	color: var(--error);
	font-size: 1.4rem;
}

.popup .form__agree {
	font-size: 1.8rem;
	line-height: 1.2225;
	color: var(--black90);
	margin-bottom: 32px;
	margin-top: 16px;
}
.popup .form__agree label {
	padding-left: calc(32px + 24px);
	position: relative;
	display: block;
	cursor: pointer;
}
.popup .form__agree span {}
.popup .form__agree span:before {
	content:'';
	border: 2px solid var(--grey10);
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 6px;
}
.popup .form__agree label span:after {
	content:'';
	background: url(../i/ico__agree.svg) no-repeat center;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2px;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.popup .form__agree label input {
    position: absolute;
    left: -999999px;
    opacity: 0;
}

.popup .form__agree label input:checked ~ span {}
.popup .form__agree label input:checked ~ span:before {
	border-color: var(--grey40);
}
.popup .form__agree label input:checked ~ span:after {
	opacity: 1;
}

.popup .form__defend {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: var(--grey40);
	margin-bottom: 8px;
}
.popup .form__defend svg,
.popup .form__defend img {
	margin-right: 8px;
	flex-shrink: 0;
}
.popup .form__defend p {}
.popup .form__btn {
	width: 100%;
    border-radius: 12px;
    padding: 23px 40px;
}
.popup .form__btn.disabled {
	pointer-events: none;
	opacity: 0.6;
}


@media screen and (max-width: 1700px) {
	.footer .footer__link {
		font-size: 2rem;
	}
}


/*@media (min-width: 992px) {*/
@media (max-width: 1200px) {


	.s__packages .package__item {
		padding: 20px;
	}
	.s__packages .package__item:hover {
		transform: scale(1);
	}
	.s__packages .package__top {
/*		top: -14px;*/
/*		right: -8px;*/
		top: -16px;
		right: -10px;
	}
	.s__packages .package__top-label {
		font-size: 1.4rem;
		top: 32px;
		right: -6px;
		letter-spacing: 0;
	}
	.s__packages .package__top-image {
	    max-width: 120px;
	}
	.s__packages .package__img img {
	    max-width: 240px;
	}
	.s__packages .package__title {
		font-size: 3.6rem;
	}
	.s__packages .package__header {
		margin-bottom: 20px;
	}
	.s__packages .package__body {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
	.s__packages .package__body ul li {
		margin-bottom: 10px;
	}
	.s__packages .package__cost {
		margin-bottom: 10px;
	}



	.footer .row {
		margin-bottom: 40px;
	}
	.footer .contact__item {
		margin-bottom: 10px;
	}
	.footer .contact__link {
		font-size: 2.2rem;
	}
	.footer .footer__link {
		font-size: 1.8rem;
		margin-bottom: 24px;
	}


	.s__success,
	.s__failed {
		padding-top: 140px;
	}
	.s__tech .s__info {
		left: 60%;
		bottom: -60px;
	}
	.s__tech .s__inner .s__img {
		max-width: 88px;
	}
	.s__tech .s__inner .s__text1 {
		font-size: 2.8rem;
	}
	.s__tech .s__inner .s__text2 {
		font-size: 2rem;
	}
	.s__tech .s__inner .s__text3 {
		font-size: 1.8rem;
	}


	.s__formatprog .list {
		justify-content: center;
	}
	.s__formatprog .list__item,
	.s__formatprog .list__item-spec {
		max-width: calc(100% / 3 - 12px - 12px);
	}
	.s__formatprog .list__text {
		font-size: 1.8rem;
	}


}




/*@media (min-width: 768px) {*/
@media (max-width: 1023px) {


	.s__future {
		padding: 88px 0;
	}
	.s__future .s__img {
		justify-content: flex-start;
		top: 0;
		left: 0;
	}
	.s__future .s__text {
		left: 0;
	}
	.s__future .s__text1 {
		right: 0;
		font-size: 1.8rem;
	}
	.s__future .s__text2 {
		left: 0;
	}


	.s__result .s__title {
		text-align: center;
		font-size: 5rem;
		margin-bottom: 40px;
	}
	.s__result .s__text {
		max-width: 100%;
	}
	.s__packages .package__list {
		--bs-gutter-y: 160px;
	}
	.s__packages .package__item {
		max-width: 100%;
	}
	.s__packages .package__body {
		margin-bottom: 40px;
	}

	.s__timer {
		padding: 0 0 88px;
	}
	.s__timer .container {
		padding: 40px 0;
	}
	.s__timer .s__subtitle {
		font-size: 3rem;
	}
	.s__timer .timer {
		padding: 15px 35px;
	}
	.s__timer .timer__digital {
		font-size: 5rem;
	}
	.s__timer .timer__separ {
		font-size: 5rem;
	}
	.s__timer .timer__label {
		font-weight: 400;
		font-family: 'Cera Pro';
		text-transform: lowercase;
	}


	.footer .footer__logo {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.footer .contact__list {
		left: 0;
		align-items: center;
		margin-bottom: 40px;
	}
	.footer .footer__links {
		align-items: center;
	}
	.footer .footer__link {
		margin-bottom: 10px;
	}


	.s__tech {}
	.s__tech .s__inner {
		padding-top: 0;
	}
	.s__tech .personaj__info {
		bottom: -40px;
		right: 0;
	}

	.s__tech .s__info {
		display: none;
	}



}










@media (max-width: 767px) {

	.s__future {
	    padding: 48px 0;
	}
	.s__future .s__subtitle {
		margin-bottom: 48px;
	}
	.s__future .s__img {
/*		margin-bottom: 24px;*/
		margin-bottom: 22px;
        top: -6px;
        left: -16px;
	}
	.s__future .s__text3 {
		display: block;
		font-size: 1.6rem;
		text-align: center;
	}
	.s__future .s__text {
/*		font-size: 1.6rem;*/
		font-size: 1.4rem;
		margin-bottom: 46px;
	}
	.s__future .s__text p {
	    margin-bottom: 16px;
	}
	.s__future .list {
		margin-left: 0;
	}
	.s__future .list__item {
		margin-bottom: 26px;
	}
	.s__future .list__num {
		margin-right: 10px;
	}
	.s__future .list__title {
		font-size: 2.7rem;
		line-height: 1.1;
		letter-spacing: -0.3px;
		margin-bottom: 6px;
	}

	.s__future .s__text1 {
		text-align: left;
/*		font-size: 1.6rem;*/
		font-size: 1.4rem;
		margin-bottom: 22px;
	}
	.s__future .s__text1 .spec {
		display: none;
	}
	.s__future .s__text2 {
		font-size: 2rem;
		text-align: center;
	}



	.s__result {
		padding-bottom: 6px;
	}
	.s__result .s__title {
		font-size: 2.8rem;
		line-height: 1;
		text-transform: none;
		letter-spacing: 0;
		margin-bottom: 34px;
	}
	.s__result .s__text {
		margin-bottom: 44px;
	}
	.s__result .s__text ul li {
		padding-left: 4px;
		padding-top: 41px;
	    letter-spacing: -0.2px;
	    margin-bottom: 33px;
	}
	.s__result .s__text ul li:last-child {
		margin-bottom: 0;
	}

	.s__result .s__text ul li:before {

	}
	.s__result .desc .s__info {
		display: none;
	}
	.s__result .mob .s__info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
	}
	.s__result .s__text.s__text-2 {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 18px;
	}
	.s__result .s__decor {
		bottom: 80px;
	}
	.s__result .s__decor img {
	    max-width: 400%;
	    margin-left: calc(-60% / 2);
	}
	.s__result .s__tagline {
		font-size: 2rem;
	}




	.s__formatprog {
		padding: 40px 0 46px;
	}
	.s__formatprog .s__subtitle {
		margin-bottom: 20px;
	}
	.s__formatprog .list {
		flex-direction: column;
	}
	.s__formatprog .list__item, .s__formatprog .list__item-spec {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 24px;
	}
	.s__formatprog .list__img {
		display: flex;
		justify-content: center;
	}
	.s__formatprog .list__info {
		min-height: 50px;
		height: initial;
		padding: 16px 20px;
	}


	.s__whatscale {
		background: var(--black);
		min-height: 200px;
	}
	.s__whatscale .s__subtitle {
		margin-bottom: 24px;
	}

	.s__whatscale .row.mob {
		display: flex;
		justify-content: center;
	}
	.s__whatscale .s__img {
		margin-bottom: 32px;
	}
	.s__whatscale .list__item {
		font-size: 1.8rem;
		padding: 10px 12px;
		margin-bottom: 12px;
	}
	.s__whatscale .list__item:last-child {
		margin-bottom: 0;
	}


	.s__stopper {
		padding-bottom: 0;
	}
	.s__stopper .container {
		padding: 48px 24px;
		max-width: 348px;
	}
	.s__stopper .s__title {
		font-size: 2.8rem;
	}
	.s__stopper .s__text {
		font-size: 1.8rem;
		text-align: left;
	}

	.s__packages {
		padding: 46px 0 140px;
		padding: 46px 0;
	}
	.s__packages .s__subtitle {
		margin-bottom: 118px;
	}
	.s__packages .package__list {
/*	    --bs-gutter-y: 114px;*/
	    --bs-gutter-y: 132px;
	}
	.s__packages .package__item {
		padding: 20px 25px 26px;
	}
	.s__packages .package__header {
		margin-bottom: 24px;
	}
	.s__packages .package__top-image {
	    max-width: 180px;
	}
	.s__packages .package__top-label {
		font-size: 1.9rem;
		top: 44px;
		right: 0px;
	}
	.s__packages .package__img {
	    margin: -100px 0 36px -28px;
	}
	.s__packages .package__img img {
/*	    max-width: 190px;*/
	    max-width: 146px;
	}
	.s__packages .package__title {
		letter-spacing: 3.5px;
	}
	.s__packages .package__title-min {
		font-size: 2.6rem;
	}
	.s__packages .package__body {
		font-size: 1.8rem;
		margin-bottom: 32px;
	}
	.s__packages .package__body ul li {
	    margin-bottom: 18px;
	}
	.s__packages .package__places-empty {
/*		display: none;*/
		margin-top: 34px;
	}
	.s__packages .package__cost {
/*	    margin-bottom: 48px;*/
		margin-bottom: 16px;
/*	    margin-bottom: 10px;*/
	}
	.s__packages .package__btn {
		padding: 16.5px 20px;
	}


	.s__youwithwe {
		padding: 175px 0 48px;
		min-height: 368px;
	}

	.s__youwithwe .s__subtitle {
		font-size: 4rem;
	}




	.footer {}
	.footer .row {
		margin-bottom: 48px;
	}
	.footer .footer__logo {
		margin-bottom: 72px;
	}
	.footer .contact__list {
		align-items: flex-start;
		padding: 0 10px;
		margin-bottom: 78px;
	}
	.footer .contact__item {
		margin-bottom: 30px;
	}
	.footer .contact__link {
	    font-size: 2.6rem;
		letter-spacing: -0.2px;
	}

	.footer .footer__links {
		left: 0;
	}
	.footer .footer__link {
		font-size: 2.2rem;
		margin-bottom: 28px;
	}


	.s__success,
	.s__failed {
		padding-top: 104px;
	}
	.s__tech .s__inner {
		margin-bottom: 40px;
	}
	.s__tech .s__inner .s__text3 {
		margin-bottom: 48px;
	}
	.s__tech .s__inner .s__wrap .btn {
		width: 100%;
		max-width: 100%;
		font-size: 2.6rem;
	}
	.s__tech .s__inner .s__wrap .btn svg {
		max-width: 12px;
	}
	.s__tech .s__decor {
		left: -40%;
		top: 0;
	}
	.s__tech .personaj__photo {
		left: 0;
	}
	.s__tech .personaj__info {
		text-align: center;
		width: 100%;
		bottom: 0;
	}
	.s__tech .personaj__autor {
		font-size: 1.6rem;
		text-transform: uppercase;
	}
	.s__tech .personaj__desc {
		font-size: 1.6rem;
	}



	.popup {
		padding: 20px;
	}
	.popup__inform {
/*		font-size: 1.6rem;*/
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.popup .form__agree {
		margin-top: 10px;
		margin-bottom: 20px;
/*		font-size: 1.6rem;*/
		font-size: 1.4rem;
	}
	.popup .form__defend {
		font-size: 1rem;
	}




}



/*
.s__test {
	background: red;
	height: 100vh;
}
@media (max-width: 1400px) {
	.s__test {
		background: green;
	}
}
@media (max-width: 1200px) {
	.s__test {
		background: pink;
	}
}
@media (max-width: 992px) {
	.s__test {
		background: orange;
	}
}
@media (max-width: 768px) {
	.s__test {
		background: blue;
	}
}
@media (max-width: 576px) {
	.s__test {
		background: yellow;
	}
}
*/



