.logo img,.logo svg {
	max-height:38px;
	width:auto;
}

.logo--padding {
	padding:0 8px;
}

.ii-banner {
	background-color:#0B0C0C;
	color:white;
	position:relative;
	z-index:1;
}

.ii-banner .wrapper {
	position:relative;
	z-index:10;
}

.🦄 .banner-back {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	top:0;
	left:0;
}

.ii-banner__wrapper {
	display:flex;
	flex-direction:column;
	gap:40px;
	position:relative;
	height:500px;
}

.logo__wrapper {
	max-width:825px;
	display:flex;
	gap:16px;
	padding-top:38px;
}
.logo__line {
	width:2px;
	height:auto;
	background-color:white;
}

.h1-text {
	font-weight: 700;
	font-size: 64px;
	line-height: 72px;
}

.h2-text {
	font-size: 24px;
	line-height: 32px;
}

.banner-text {
	padding-bottom:48px;
}

.banner-text__desc, .banner-text__date {
	font-weight:700;
}

.banner-text__desc {
	margin:24px 0 36px;
}

.banner-text__button {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color:white !important;
	background-color:#F17400;	
	padding:15px 36px;
	border-radius:99px;
	cursor:pointer;
	transition:background-color .3s ease;
}

.banner-text__button:hover {
	background-color:#F58F33;
}

.🦄 .banner-img {
	position:absolute;
	right:0;
	width:500px;
	height:100%;
}

.second-wrapper {
	background:radial-gradient(ellipse at left center, #7E41AE 0%, rgba(7, 1, 16, 0) 100%),#0B0C0C;
	padding:60px 0 40px;
	color:white;
}

.second-block {
	margin-bottom:80px;
	background-color:#0B0C0C;
	border-radius:16px;
	position:relative;
	display:flex;
}

.second-block__text {
	padding:54px 14px 54px 80px;
	display:flex;
	flex-direction:column;
	gap:24px;
	flex:0 0 70%;
}

.second-block__title {
	font-style:italic;
}

.second-block__button {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color:black !important;
	background-color:white;	
	padding:12px 24px;
	border-radius:99px;
	cursor:pointer;
	transition:background-color .3s ease;
	max-width:185px;
	margin-top:16px;
	position:relative;
	cursor:pointer;
}

.second-block__button::after {
	content:'';
	display:block;
	background:url('img/13.svg') no-repeat;
	width:200px;
	height:80px;
	right: -220px;
    position: absolute;
    top: -25px;
}

.second-block__button:hover {
	background-color:#DCDCDC;
}

.second-block__img.mob {
	display:none;
}

.🦄  .second-block__img.desc {
	bottom: 0;
    position: absolute;
    height: 100%;
    right: 30px;
	width:auto;
}

.advantages {
	display:flex;
	flex-direction:column;
	gap:8px;
	flex:0 0 30%;
}

.advantage__item {
	background-color:#702C9F;
	position:relative;
	padding:24px 32px 32px;
	border-radius:16px;	
}

.advantage__text {
	font-weight:700;
}

.🦄 .advantage__img {
	   position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: auto;
}

.third-block__title {
	position:relative;
	font-style:italic;
}

.third-block__title::after {
	position:absolute;
	content:'';
	display:block;
	background:url('img/14.svg') no-repeat;
	width:105%;
	bottom: -15px;
    height: 29px;
}

.third-block__desc {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin:24px 0 40px;
}

.work__elements {
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.work__item {
	border-radius:16px;
	position:relative;
	max-width:400px;
	overflow:hidden;
}

.work__item.first {
	background-color:#1A1A1A;
	padding:32px;
	display:flex;
	flex-direction:column;
	gap:32px;
}

.work__item.first img {
    position: absolute;
    bottom: -35px;
    right: -90px;
    width: 300px;
    transform: rotate(-45deg);
}

.work__item-row {
	display:flex;
	flex-direction:column;
	gap:16px;
}

.work__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

.work__desc{
	font-size: 20px;
	line-height: 28px;
}

.work__item.third {
	background-color:#702C9F;
	padding:32px;
}

.work__item.third .work__title{
	position:relative;
}

.work__item.third .work__title::after{
	position:absolute;
	content:'';
	background:url('img/18.svg') no-repeat;
	width:178px;
	height:10px;
	bottom:26px;
	left:0;
}

.work__item.third img {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
}

.work__item ul{
	padding-left:24px;
}

.work__item.fourth {
	background-color:#702C9F;
	padding:32px 32px 88px;
	flex: 1;
    max-width: unset;
}

.work__item.fourth ul{
	position:relative;
	max-width:220px;
}

.work__item.fourth ul::after{
	position:absolute;
	content:'';
	background:url('img/20.svg') no-repeat;
	right:0;
	top:50%;
	width:41px;
	height:28px;
}

.work__item.fourth img {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
}

.work__item.fifth {
	background-color:#1A1A1A;
	padding:32px;
	flex: 1;
    max-width: unset;
}

.work__item.fifth img {
	position: absolute;
    top: -25px;
    right: -120px;
    width: 450px;
    transform: rotate(270deg);
}

.work__item.second {
	overflow:unset;
}
.work__item.second::after {
	content:'';
	display_block;
	position:absolute;
	background:url('img/17.svg') no-repeat;
	width:220px;
	height:78px;
	right:-200px;
	top:-100px;
	animation: floatY 4s ease-in-out infinite;
}

.second-block__button::after {
	animation: floatX 4s ease-in-out infinite;
}

.third-wrapper {
	padding:40px 0;
	background: radial-gradient(ellipse at center left, #7E41AE 0%, rgba(7, 1, 16, 0) 60%), #000;
	color:white;
}
.fourth-block__title {
	display:flex;
	justify-content:center;
	font-style:italic;
	margin-bottom:40px;
}
.fourth-block__title span{
	max-width:910px;
	text-align:center;
}

.stages {
	display:flex;
	flex-direction:column;
	gap:16px;
	align-items:center;
}

.stage__item {
	border-radius:16px;
	padding:24px;
	display:flex;
	gap:24px;
	align-items:flex-start;
	max-width:864px;
}

.stage__item--first {
	background:#702C9F;
}

.stage__item--second {
	background:#28343E;
}

.stage__item--third {
	background:#1A1A1A;
}


.stage__item img{
	max-width:158px;
}

.stage__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

.stage__desc {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}
.stage__text {
	display:flex;
	flex-direction:column;
	gap:24px;
}

.fourth-block__button {
	padding:12px 62px;
	background-color:white;
	border-radius:99px;
	color:#0B0C0C;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	cursor:pointer;
	transition:background-color .3s ease;
}

.fourth-block__button:hover {
	background-color:#DCDCDC;	
}

.fourth-block__button-wrapper {
	display:flex;
	justify-content:center;
	margin-top:40px;
}
.third-wrapper .wrapper {
	position:relative;
}

.🦄 .blue-mini-img {
	position:absolute;
	width:111px;
	height:111px;
	right: 180px;
    top: 85px;
}

.🦄 .white-bukva-img {
	position:absolute;
	width:270px;
	height:270px;
	left: -100px;
    top: 110px;
    transform: rotate(-15deg);
}

.🦄 .prokachka-img {
	position: absolute;
    width: 250px;
    height: 120px;
    left: -40px;
    top: 55%;
    transform: translateY(-55%);
	animation: floatYprokachka 4s ease-in-out infinite;
}

.🦄 .blue-bukva-img {
	position:absolute;
	width:270px;
	height:270px;
	right: -100px;
    bottom: 300px;
    transform: rotate(140deg);
}

.stage__desc.mob {
	display:none;
}

.fourth-wrapper {
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 14.67%), radial-gradient(242.97% 133.48% at 15.1% -0.9%, rgba(7, 1, 16, 0.00) 0%, #491275 100%), #0B0C0C;
	padding:40px 0;
	color:white;
}

.fifth-block__title {
	display:flex;
	justify-content:center;
	font-style:italic;
	margin-bottom:40px;
}
.fifth-block__title span{
	max-width:450px;
	text-align:center;
}

.awards {
	display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-auto-rows: 242px; /* базовая высота одного блока */
	  gap: 8px;
}

.award__item {
	background-color: #702C9F;
	display: flex;
	font-size: 24px;
	line-height:32px;
	border-radius: 16px;
	padding:32px;
	position:relative;
}

.award__item img {
	position:absolute;
}

.award__item--second img {
	position:unset;
}

.award__item--first img {
	width:264px;
	right:0;
	bottom:0;
}

.award__item--third img {
	width:274px;
	right:0;
	bottom:0;
}

.award__item--fourth img {
	width:278px;
	right:0;
	bottom:0;
}

.award__item--fifth img {
	width:325px;
	right:0;
	bottom:0;
}

.award__item--sixth img {
	width:296px;
	right:0;
	bottom:0;
}

.award__item--seventh img {
	width:271px;
	right:0;
	bottom:0;
}

.award__item p {
	max-width:384px;
}

.award__item--sixth p {
	max-width:300px;
}

.award__item--seventh p {
	max-width:360px;
}

.award__item--first {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.award__item--second {
  grid-column: 2 / 3;
  grid-row: 1 / 3; /* занимает 2 строки */
	padding:0;
}
.award__item--third {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

/* Остальные блоки */
.award__item--fourth { grid-column: 1 / 2; grid-row: 3 / 4; }
.award__item--fifth { grid-column: 2 / 3; grid-row: 3 / 4; }
.award__item--sixth { grid-column: 1 / 2; grid-row: 4 / 5; }
.award__item--seventh { grid-column: 2 / 3; grid-row: 4 / 5; }

.award__item--first b, .award__item--sixth b {
	position:relative;
}

.award__item--first b::after, .award__item--sixth b::after {
	position:absolute;
	content:'';
	width:100%;
	height:8px;
	bottom:-5px;
	left:0;
	background:url('img/41.svg') no-repeat;
}

.award__item--third b {
	position:relative;
}

.award__item--third b::after {
	position:absolute;
	content:'';
	width:9px;
	height:25px;
	top:0;
	right:-82%;
	background:url('img/42.svg') no-repeat;
}

.award__item--fourth p{
	position:relative;
}

.award__item--fourth p::after {
	position:absolute;
	content:'';
	width:30px;
	height:22px;
	top: 2px;
    right: 35px;
	background:url('img/43.svg') no-repeat;
}

.award__item--fifth p{
	position:relative;
	height:fit-content;
}

.award__item--fifth p::after {
	position:absolute;
	content:'';
	width:105px;
	height:35px;
	bottom: -15px;
    right: 20px;
	background:url('img/44.svg') no-repeat;
}

.award__item--seventh b {
	position:relative;
}

.award__item--seventh b::after {
	position:absolute;
	content:'';
	width:60px;
	height:27px;
	top:0;
	right:0;
	background:url('img/45.svg') no-repeat;
}

.sixth-block {
	padding-top:80px;
}

.sixth-block__wrapper {
	max-width:820px;
	margin:0 auto;
	color:white;
}

.sixth-block__title {
    display: flex;
    justify-content: center;
    font-style: italic;
    margin-bottom: 24px;
}

.sixth-block__title span{
    max-width: 540px;
    text-align: center;
}


.sixth-block__desc {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.sixth-block__desc span{
    max-width: 560px;
    text-align: center;
}

.module-block__title {
	margin-bottom:24px;
	text-align:center;
}

.module-grid {
	display:flex;
	flex-wrap:wrap;
	max-width:820px;
	gap: 16px;
    justify-content: center;
}

.module-item {
	background-color:#702C9F;
	border-radius:30px;
	padding:16px 32px;
	font-size: 24px;
	line-height: 32px;
}

.award__item--second.mob {
	display:none;
}

.fifth-wrapper {
	background-color:black;
	color:#0B0C0C;
	padding:60px 0;
}

.bottom-banner {
	height:500px;
	position:relative;
}

.bottom-banner__img {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
}

.module-block {
	position:relative;
}

.module-block::before {
	position: absolute;
    left: 50px;
    top: -40px;
    content: '';
    width: 184px;
    height: 176px;
    background: url(img/47.png) no-repeat;
    transform: scale(0.5);
}

.module-block::after{
	position: absolute;
    right: -100px;
    bottom: -60px;
    content: '';
    width: 162px;
    height: 144px;
    background: url(img/48.png) no-repeat;
    transform: scale(0.3);
}  

.bottom-banner__text {
	display:flex;
	flex-direction:column;
	gap:16px;
	padding:78px 0px 122px 59px;
	position:relative;
	z-index:1;
	max-width:740px;
}

.bottom-banner__desc {
	font-size:40px;
	line-height:48px;
	color:black;
	font-weight:700;
	font-style:italic;
}

.🦄 .bottom-banner__button {
	padding:12px 24px;
	border-radius:99px;
	background-color:#F17400;
	color:white;
	font-size:16px;
	line-height:24px;
	transition:background-color .3s ease;
	cursor:pointer;
	max-width:305px;
	font-weight:700;
}

.bottom-banner__button:hover {
	background-color:#F58F33;
}

.bottom-banner__desc .first-span, .bottom-banner__desc .second-span {
	position:relative;
}

.bottom-banner__desc .first-span::after {
	position:absolute;
	content:'';
	background:url('img/49.svg') no-repeat;
	width:110%;
	height:18px;
	left:-20px;
	bottom:-10px;
}

.bottom-banner__desc .second-span::after {
	position:absolute;
	content:'';
	background:url('img/50.svg') no-repeat;
	width:110%;
	height: 132px;
    right: -40px;
    bottom: -88px;
}


.bottom-banner__desc.mob {
	display:none;
}

.b-order-subtitle.green {
	display:flex;
	align-items:center;
	gap:8px;
}

.b-order-subtitle.green svg{
	height:24px;
	width:24px;
	min-width:24px;
}

.b-order-subtitle.green span{
	font-size: 16px;
	line-height: 22px;
	color:#209F6D;
	font-weight:400;
}

.b-order-title {
	margin-bottom:25px;
}

.b-reg-field.first {
	flex:0 0 60%;
}

.b-reg-field.second {
	flex:0 0 36.5%;
}

textarea[name="comment"]::placeholder {
	color:var(--gray40);
}

.input-subtext {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#B2B4B2;
	margin:24px 0 8px;
}

.🦄 .b-order-politic label {
    max-width: none;
    margin-left: 0;
    margin-top: 16px;
}

.🦄 .b-order-politic .m-form-policy__text {
	font-size:16px;
	max-width:610px;
	color:#0B0C0C;
}

.b-order-button button {
	margin-left:unset;
}

.buttons {
	display:flex;
	justify-content:flex-start;
	gap:32px;
}



.🦄 .b-order-button button {
	padding:12px 31px;
	max-width:unset;
	border-radius:99px;
}

.🦄 .b-order-button--white button {
	background-color:white;
	color:#46255D;
	border:1px solid #46255D;
	padding:12px 24px;
}

.🦄 .b-order-button--white button:hover {
	background-color:rgb(220,220,220) !important;
}

.🦄  .b-order-button {
	margin-top:48px;
}

.b-reg-field__input.telephone span{
	width:90%;
}

.b-reg-field__input.telephone.not-empty span{
	width:unset;
}

.input-subtext.--bday {
	display:flex;
	justify-content:flex-start;
	margin-top:0;
}
.b-order-form-group-inputs.--first-row {
	align-items: flex-end;
}

.b-reg-field__select-panel.error span {
    color: var(--color50);
}


.tablet-only {
	display:none;
}

.🦄 .m-send-image {
	max-width:unset;
}

.🦄 .m-send-title {
	max-width: 500px;
    margin: 32px auto 16px;
}
.🦄 .b-order-forms-result .b-order-button {
	margin-top: 32px;
	justify-content: center;
}

.🦄 .b-order-forms-result .b-order-button button {
	gap:8px;
}

.🦄 .b-order-forms-result p {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.work__desc.test {
	max-width:280px;
}
@keyframes floatYprokachka {
	0%, 100% {
		transform: translateY(-55%);
	}
	50% {
		transform: translateY(-65%); 
	}
}

@keyframes floatY {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px); /* или -20px, если вверх */
	}
}

@keyframes floatX {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(20px);
	}
}


@media screen and (max-width:1199px) and (min-width:744px) {
	.tablet-only {
		display:block;
	}
	.no-tablet-only {
		display:none;
	}
	.🦄 .banner-img {
		width: 300px;
		height: 300px;
		top: 72px;
	}
	.h1-text {
		font-size: 40px;
		line-height: 48px;
	}
	
	.h2-text {
		font-size: 16px;
		line-height: 20px;
	}
	.ii-banner__wrapper {
		height:380px;
	}
	.logo__wrapper {
		max-width:auto;
		gap:12px;
	}
	.second-block__img.mob {
		display: block;
        position: absolute;
        width: 50%;
        right: 0;

	}
	.second-block__img.desc {
		display:none;
	}
	.second-block {
		flex-direction:column;
	}
	.advantages {
		flex:1;
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
	.second-block__text {
		padding:80px 45px 60px;
		flex:1;
	}
	.second-block__desc, .advantage__text {
		font-size:24px;
		line-height:32px;
	}
	.advantage__item {
		padding:24px 32px 68px;
		overflow:hidden;
	}
	.🦄 .advantage__img {
		bottom: -31px;
        right: -55px;
        transform: scale(0.7);
		top:unset;
	}
	.🦄 .advantage__img[src="img/10.png"] {
		transform: none;
		bottom: 0;
        right: -40px;
	}
	.🦄 img[src="img/12.png"] {
		transform: scale(0.7) rotate(90deg);
		bottom: -35px;
        right: -60px;
	}
	.third-block__title {
		font-size:64px;
		line-height:72px;
	}
	.work__item.first {
		flex:0 0 49%;
		padding: 24px 16px;
	}
	.work__item.second, .work__item.fourth, .work__item.fifth {
		flex:0 0 49%;
	}
	.work__item {
		max-width:none;
	}
	.work__item.third {
		flex: 0 0 100%;
		padding:24px 16px;
	}
	.work__item.third .work__title::after {
		bottom:-10px;
	}
	.work__item.fourth, .work__item.fifth {
		padding:24px 16px;
	}
	.work__item.fifth img {
		top: -55px;
		right: -84px;
		width: 250px;
		transform: rotate(236deg);
	}
	.work__item.fourth img  {
		bottom:-90px;
	}
	.work__item.second::after {
		right:-50px;
	}
	.fourth-block__title {
		font-size:64px;
		line-height:72px;
	}
	.fourth-block__title span{
		max-width: 580px;
	}
	.🦄 .white-bukva-img {
		right: -55px;
		top: -30px;
		transform: rotate(210deg) scale(0.6);
		left:unset;
	}
	.🦄 .blue-mini-img	{
		right: -20px;
    	top: 35%;
	}
	.🦄 .prokachka-img {
		height: 90px;
		left: -40px;
		top: 10%;
	}
	.🦄 .blue-bukva-img {
		left: -100px;
		bottom: 0;
		transform: scale(0.6);
		right:unset;
	}
	.stage__desc.pc {
		display:none;
	}
	.stage__desc.mob {
		display:block;

	}
	.stage__item {
		flex-wrap:wrap;
		align-items:center;
	}
	.stage__item img {
		max-width:100px;
	}
	.stage__title {
		max-width:400px;
	}
	.third-wrapper {
		background: radial-gradient(ellipse at top left, #7E41AE 0%, rgba(7, 1, 16, 0) 60%), #000;
	}
	.award__item {
		padding:24px;
	}
	 .award__item--first {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		min-height:242px;

	  }
	
	  .award__item--third {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		min-height:242px;

	  }

	  .award__item--second {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		padding:0;

	  }
	
	  .award__item--fourth {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
		min-height:318px;
		overflow:hidden;
	  }
		.award__item--fourth img {
			right: -35px;
		}
	
	  .award__item--fifth {
		grid-column: 2 / 2;
		grid-row: 4 / 5;
		min-height:318px;
		overflow:hidden;
	  }
		.award__item--fifth img {
			width: 280px;
			right: -50px;
		}

	  .award__item--sixth {
		grid-column: 1 / 2;
		grid-row: 5 / 6;
		min-height:318px;
		overflow:hidden;
	  }
		.award__item--sixth img {
			width: 280px;
			right: -60px;
		}

	  .award__item--seventh {
		grid-column: 2 / 2;
		grid-row: 5 / 6;
		min-height:318px;
		position: relative;
		overflow:hidden;
	  }
		.award__item--seventh img {
			width: 260px;
			right: -70px;
		}
	.awards {
		grid-auto-rows: auto;
	}

	.award__item--fourth img {
		width:200px;
	}
	.award__item--fifth p::after {
		right:70px;
	}
	.sixth-block__title {
		font-size:64px;
		line-height:72px;
	}
	.sixth-block__desc,.module-block__title {
		font-size:24px;
		line-height:32px;
	}
	.module-block::before {
		transform: scale(0.4);
		left: -25px;
	}
	.module-block::after {
		right:30px;
	}
	.bottom-banner__text {
		padding: 45px 0 0 44px;
	}
	.bottom-banner__desc {
		font-size:24px;
		line-height:32px;
	}
	.bottom-banner__desc .first-span::after {
		background: url(img/53.svg) no-repeat;
		height:8px;
		left: -10px;
    	bottom: -4px;
	}
	.bottom-banner__desc .second-span::after {
		background: url(img/54.svg) no-repeat;
        height: 100px;
        right: -31px;
        bottom: -70px;
        width: 190%;
	}
	.bottom-banner__desc.pc {
		display:none;
	}
	.bottom-banner__desc.mob {
		display:block;
		max-width:440px;
	}
	.🦄 .bottom-banner__img {
		height:100%;
	}
	.b-order-form-group-inputs.--first-row {
		flex-direction: column;
    	align-items: unset;
	}
	.b-order-form-group-inputs.--first-row .b-reg-field.second{
		width: 48%;
	}
	.work__item.first img {
		right: -120px;
		width: 240px;
		transform: rotate(-25deg);
	}
	.fifth-block__title {
		font-size:64px;
		line-height:72px;
	}
	.award__item--first p {
		max-width:510px;
	}
	.award__item--third img {
		width: 260px;
	}
	.award__item--seventh b {
		position:unset;
	}
	.award__item--seventh b::after {
		top: 25px;
	}
	.logo img,.logo svg {
		width:100%;
	}

}

@media screen and (max-width:743px) {
	@keyframes floatXMobile {
		0%, 100% {
			transform: translateX(0) scale(0.6);
		}
		50% {
			transform: translateX(10px) scale(0.6); 
		}
	}
	@keyframes floatYMobile {
		0%, 100% {
			transform: translateY(0) rotate(25deg) scale(0.7);
		}
		50% {
			transform: translateY(10px) rotate(25deg) scale(0.7); 
		}
	}


	.🦄 .banner-img {
		width: 100%;
		height: auto;
		position:static;
	}
	.h1-text {
		font-size: 40px;
		line-height: 48px;
	}
	
	.h2-text {
		font-size: 16px;
		line-height: 20px;
	}
	.ii-banner__wrapper {
		height:100%;
		gap:0;
	}
	.logo__wrapper {
		max-width:100%;
		gap:12px;
	}
	.banner-text__desc br {
		display:none;
	}
	.second-block__img.mob {
		display:block;
	}
	.second-block__img.desc {
		display:none;
	}
	.banner-text__button {
		display: flex;
    	justify-content: center;
		padding:12px 36px;
	}
	.second-wrapper {
		padding-top:40px;
	}
	.second-block__text {
		padding:40px 25px;
	}
	.second-block__title {
		font-size:24px;
		line-height:32px;
	}
	.second-block__desc {
		font-size:20px;
		line-height:26px;
		max-width:300px;
	}
	.second-block {
		flex-direction:column;
	}
	.second-block__img.mob {
		position:absolute;
		right: 0;
		top: 0;
		width: 60%;
		max-width:200px;
	}
	.second-block__desc br {
		display:none;
	}
	.second-block__button::after {
		top: -40px;
    	transform: scale(0.6);
		right: -170px;
		animation: floatXMobile 4s ease-in-out infinite;
	}
	.advantages {
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
	}
	.advantage__item {
		padding:16px 16px 56px;
		overflow:hidden;
	}
	.🦄 .advantage__img {
        bottom: -28px;
        right: -44px;
        transform: scale(0.5);
        top: unset;
    }
	.third-block__desc {
		font-size:24px;
		line-height:32px;
		text-align:center;
	}
	.third-block__title::after {
		background: url(img/24.svg) no-repeat;
		height:20px;
		width:70%;
	}
	.work__item.first {
		padding:24px 16px;
		gap:16px;
	}
	.work__item.first img{
		bottom: -35px;
		right: -95px;
		width: 240px;
		transform: rotate(-45deg);
	}
	.work__desc {
		font-size:18px;
		line-height:22px;
	}
	.work__item.third,.work__item.fourth,.work__item.fifth {
		padding:24px 16px;
	}
	.work__item.second::after {
		animation: floatYMobile 4s ease-in-out infinite;
		right: -20px;
    	top: -270px;
	}
	.work__item.third img {
		display:none;
	}
	.work__item.fourth, .work__item.fifth {
		flex:0 0 100%;
	}
	.work__item.fifth img {
		top: -60px;
		right: -145px;
		width: 350px;
		transform: rotate(215deg);
	}
	.stage__desc.pc {
		display:none;
	}
	.stage__desc.mob {
		display:block;

	}
	.stage__item {
		flex-wrap:wrap;
		align-items:center;
	}
	.stage__item img {
		max-width:82px;
	}
	.stage__title {
		max-width:184px;
	}
	.stage__text {
		gap:8px;
	}
	.work__item.fourth img {
		top: -30px;
		right: -40px;
		width: 180px;
		transform: rotate(-90deg);
	}
	.🦄 .blue-mini-img {
		width: 62px;
		height: 62px;
		right: 30px;
		top: -30px;
	}
	.🦄 .white-bukva-img {
		width: 70px;
		height: 70px;
		left: 0;
		top: -30px;
		transform: rotate(210deg);
	}
	.fourth-block__title span {
		max-width: 340px;
	}
	.🦄 .prokachka-img {
		width: 80px;
		height: 60px;
		left: 0;
		top: 65px;
	}
	.🦄 .blue-bukva-img {
		width: 117px;
		height: 117px;
		right: -60px;
		top: 120px;
		bottom: unset;
	}
	.third-wrapper {
		background: radial-gradient(ellipse at top left, #7E41AE 0%, rgba(7, 1, 16, 0) 60%), #000;
	}
	.award__item {
		padding:24px 16px;
		height:156px;
		overflow:hidden;
	}
	.award__item p {
		font-size:18px;
		line-height:22px;
	}
	.award__item--first p {
		max-width:247px;
	}
	.award__item--first img {
		width: 148px;
    	right: -25px;
	}
	.award__item--third img {
		width: 136px;
    	right: -25px;
		bottom:-15px;
	}
	.award__item--fourth img {
		width: 131px;
    	right: -20px;
	}
	.award__item--second {
		padding:0;
		height:auto;
	}
	.awards {
		display:flex;
		flex-direction:column;
	}
	.award__item--second.pc {
		display:none;
	}
	.award__item--second.mob {
		display:block;
	}
	.award__item--fourth p::after {
		width:35px;	
	}
	.award__item--first b::after, .award__item--sixth b::after {
		width:140%
	}
	.award__item--fifth img {
		width:141px;
		right:-20px;
	}
	.award__item--sixth img {
		width:135px;
	}
	.award__item--seventh img {
		width:120px;
		right:-10px;
	}
	.award__item--seventh p {
		max-width:320px;
	}
	.sixth-block__desc, .module-block__title {
		font-size:20px;
		line-height:26px;
	}
	.module-item {
		padding:8px 16px;
		font-size:18px;
		line-height:22px;
	}
	.module-block::before {
		left: -75px;
		transform: scale(0.3);
		top: -80px;
	}
	.module-block::after {
		right: -50px;
		transform: scale(0.25);
		bottom: -60px;
	}
	.bottom-banner__desc.pc {
		display:none;
	}
	.bottom-banner__desc.mob {
		display:block;
		position:relative
	}
	.fifth-wrapper {
		padding:40px 0;
	}
	.bottom-banner__img {
		position:static;
	}
	.🦄 .bottom-banner__desc {
		color:white;
		font-size:24px;
		line-height:32px;
	}
	.bottom-banner__text {
		padding: 60px 16px 40px 16px;
	}
	.bottom-banner {
		height:auto;
	}
	.bottom-banner__desc .first-span::after {
		background: url(img/55.svg) no-repeat;
		height:8px;
		left: unset;
    	bottom: -5px;
		right:-10px;
	}
	.bottom-banner__desc .second-span::after {
		display:none;
	}
	.bottom-banner__desc .second-span::after {
		display:none;
	}
	.bottom-banner__desc.mob::after {
		display:block;
		content:'';
		position:absolute;
		width:65px;
		height:36px;
		right:0;
		bottom:-10px;
		background: url(img/56.svg) no-repeat;
	}
	.banner-back {
		height:430px;
	}
	.b-order-form-group-inputs.--first-row {
		align-items:unset;
	}
	.award__item--fifth p::after {
		bottom: -15px;
    	right: 45px;
	}
	.award__item--fourth p::after {
		right: -5px;
	}
	.third-block__title {
		display:flex;
		justify-content:center;
	}

	.work__desc.test {
		padding-right:30px;
	}
	.work__item {
		max-width:unset;
	}
	.work__item.third {
		flex:1;
	}
	.🦄 .b-order-forms-result p {
		font-size: 16px;
		line-height: 20px;
	}
	.🦄 .m-send-title {
		font-size:18px;
		line-height:24px;
	}
	.logo--padding {
		padding:0;
	}
	.logo img,.logo svg {
		width:100%;
	}
}

@media screen and (min-width:568px) and (max-width:743px) {
	.second-block__img.mob {
		max-width:320px;
	}
	.🦄 .advantage__img {
        bottom: -15px;
        right: -25px;
        transform: scale(0.8);
        top: unset;
    }
	.third-block__title::after {
		width:60%;
	}
	.stage__title {
        max-width: 255px;
    }
	.award__item {
		padding:24px;
	}
	 .award__item--first {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		min-height:242px;

	  }
	
	  .award__item--third {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		min-height:242px;

	  }

	  .award__item--second {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		padding:0;
		border-radius: 32px;
	  }
	
	  .award__item--fourth {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
		min-height:200px;
		overflow:hidden;
	  }
		.award__item--fourth img {
			right: -35px;
		}
	
	  .award__item--fifth {
		grid-column: 2 / 2;
		grid-row: 4 / 5;
		min-height:200px;
		overflow:hidden;
	  }
		.award__item--fifth img {
			width: 200px;
			right: -50px;
		}

	  .award__item--sixth {
		grid-column: 1 / 2;
		grid-row: 5 / 6;
		min-height:200px;
		overflow:hidden;
	  }
		.award__item--sixth img {
			width: 200px;
			right: -60px;
		}

	  .award__item--seventh {
		grid-column: 2 / 2;
		grid-row: 5 / 6;
		min-height:200px;
		position: relative;
		overflow:hidden;
	  }
		.award__item--seventh img {
			width: 200px;
			right: -70px;
		}
	.awards {
		grid-auto-rows: auto;
	}

	.award__item--fourth img {
		width:200px;
	}
	.award__item--fifth p::after {
		right:15px;
	}
	.awards {
		display:grid;
	}
	.award__item--sixth p {
		max-width: 300px;
	}
	.award__item--first img {
		width:280px;
	}
	.award__item--third img {
		width:300px;
	}
	.work__item.first, .work__item.second {
		flex:0 0 100%;
	}
	.award__item--first p {
		max-width:unset;
	}


}



@media screen and (min-width:1200px) and (max-width:1367px) {
	.work__item.second,.work__item.first {
		flex: 0 0 49%;
    	max-width: unset;
	}
	.work__item.third {
		flex: 0 0 100%;
    	max-width: unset;
	}
	.work__item.second::after {
		right:0;
	}
	.🦄 .second-block__img.desc {
		right: -40px;
		transform: scale(0.7);
		bottom: -15%;
	}
	.logo__wrapper {
		position:relative;
		z-index:1;
	}
	.banner-img {
		z-index:0;
	}

}


@media screen and (min-width:950px) and (max-width:1199px) {
	.module-block::before {
		transform: scale(0.4);
		left: 70px;
	}
	.module-block::after {
		right: -100px;
		bottom: -80px;
	}
}






