
.metodichka {
	overflow: hidden;
	background: url("/local/templates/aspro_max/components/aspro/com.banners.max/metodichka/pictures/background.jpg") no-repeat;
	background-position-x: 100%;
	background-size: 52% 100%;
	margin-bottom: 30px;
	position: relative;
}

.metodichka > .metodichka__picture {
	position: absolute;
	right: 43%;
	transform: rotate(13.77deg) translateX(50%);
	top: -50px;
}

.metodichka .maxwidth-theme {
	background: transparent !important;
	padding-bottom: 58px;
	padding-top: 47px;
}

.metodichka .metodichka__wrapper .metodichka__side {
	display: flex;
	width: 550px;
	height: 328px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
	gap: 37px;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description .metodichka__header{
	align-self: stretch;
	color: #040B2F;
	font-family: "Exo 2";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description .metodichka__specials {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description .metodichka__specials .metodichka__specials__header{
	color: #040B2F;
	font-family: "Exo 2";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description .metodichka__specials .metodichka__specials__list{
	color: rgba(4, 11, 47, 0.65);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description .metodichka__specials .metodichka__specials__list li {
	list-style: disc;
}

.metodichka .metodichka__wrapper .metodichka__side .metodichka__description .metodichka__specials .metodichka__specials__list li::before{
	content: none;
}
.metodichka > .maxwidth-theme > .metodichka__picture {
	display: none;
}

@media(max-width: 1199px) {
	.metodichka {
		background-size: 45% 100%;
	}

	.metodichka > .metodichka__picture {
		right: 35%;
	}
}

@media(max-width: 999px) {
	.metodichka .metodichka__wrapper .metodichka__side {
		width: 400px;
	}
}

@media (max-width: 749px) {
	.metodichka .maxwidth-theme {
		padding-top: 20px !important;
		padding-bottom: unset;
	}
	.metodichka .metodichka__wrapper .metodichka__side {
		width: 100%;
		height: unset;
	}

	.metodichka > .metodichka__picture {
		display: none;
	}

	.metodichka > .maxwidth-theme > .metodichka__picture {
		display: block;
		width: 228px;
		height: 316px;
		margin-left: auto;
		margin-right: auto;
		transform: rotate(8.98deg);
	}

	.metodichka {
		background: url("/local/templates/aspro_max/components/aspro/com.banners.max/metodichka/pictures/background-mobile.jpg") no-repeat;
		background-position-x: 100%;
		background-size: 100% 37%;
	}
}

@media(max-width: 450px) {
	.metodichka .metodichka__wrapper .metodichka__side .metodichka__action {
		align-self: stretch;
	}

	.metodichka .metodichka__wrapper .metodichka__side .metodichka__action button{
		width: 100%;
	}
}