@media (max-width: 1280px) {
	.main {
		height: 80vh;
	}

	.main__container__text-title {
		font-size: 40px;
		line-height: 48px;
	}

	.main__container__text-caption {
		font-size: 17px;
		line-height: 24px;
	}

	.main__container__button {
		font-size: 14px;
		line-height: 20px;
	}

	#first__section_img {
		width: 450px;
		height: 600px;
	}

	.first__section__title h2 {
		font-size: 50px;
		line-height: 95px;
	}

	.first__section__title a {
		font-size: 14px;
	}

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

	.first__section__container__item__caption {
		font-size: 11px;
		line-height: 18px;
	}
}

/* Для екранів 1024px і менше */
@media (max-width: 1024px) {
	.main {
		height: 70vh;
	}

	.main__container__text-title {
		font-size: 36px;
		line-height: 42px;
	}

	.main__container__text-caption {
		font-size: 16px;
		line-height: 22px;
	}

	.main__container__button {
		font-size: 14px;
		line-height: 18px;
	}

	#first__section_img {
		width: 300px;
		height: 450px;
	}

	.first__section__title h2 {
		font-size: 42px;
		line-height: 80px;
	}

	.first__section__title a {
		font-size: 14px;
	}

	.first__section__container__item__title {
		font-size: 18px;
		line-height: 26px;
	}

	.first__section__container__item__caption {
		font-size: 10px;
		line-height: 16px;
	}
}

/* Для екранів 768px і менше */
@media (max-width: 768px) {
	.main {
		height: 60vh;
	}

	.main__container__text-title {
		font-size: 32px;
		line-height: 36px;
	}

	.main__container__text-caption {
		font-size: 14px;
		line-height: 20px;
	}

	.main__container__button {
		font-size: 13px;
		line-height: 18px;
	}

	.first__section {
		margin-top: 0rem;
	}

	.first__section__title {
		margin: 2rem 3rem;
		gap: 0.4rem;

		justify-content: space-between;
	}

	#first__section_img {
		width: 200px;
		height: 350px;
	}

	.first__section__title h2 {
		font-size: 24px;
		line-height: 40px;
	}

	.first__section__title a {
		font-size: 13px;
	}

	.first__section__container__item__title {
		font-size: 16px;
		line-height: 24px;
	}

	.first__section__container__item__caption {
		font-size: 9px;
		line-height: 15px;
	}
}

/* Для екранів 480px і менше */
@media (max-width: 480px) {
	.main {
		height: 50vh;
	}

	.main__container__text-title {
		margin-top: 1rem;
		font-size: 24px;
		line-height: 30px;
	}

	.main__container__text-caption {
		font-size: 12px;
		line-height: 18px;
	}

	.main__container__button {
		font-size: 12px;
		line-height: 16px;
	}

	.first__section__title {
		margin: 1rem 1rem;
		gap: 0.4rem;

		justify-content: space-between;
	}

	#first__section_img {
		width: 180px;
		height: 280px;
	}

	.first__section__title h2 {
		font-size: 18px;
		line-height: 60px;
	}

	.first__section__title a {
		font-size: 12px;
	}

	.first__section__container__item__title {
		font-size: 14px;
		line-height: 22px;
	}

	.first__section__container__item__caption {
		font-size: 8px;
		line-height: 14px;
	}
}

/* multiSection */
@media (max-width: 1280px) {
	.multi__section {
		padding: 0 5rem;
	}

	.multi__section__text__title {
		font-size: 50px;
		line-height: 70px;
	}

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

	.multi__section__text__btn {
		font-size: 14px;
	}

	#multiImg {
		width: 500px;
		height: 650px;
	}
}

/* Для екранів 1024px і менше */
@media (max-width: 1024px) {
	.multi__section {
		padding: 0 4rem;
	}

	.multi__section__text__title {
		font-size: 42px;
		line-height: 60px;
	}

	.multi__section__text__caption {
		font-size: 18px;
		line-height: 26px;
	}

	.multi__section__text__btn {
		font-size: 14px;
	}

	#multiImg {
		width: 400px;
		height: 550px;
	}

	.multi__section {
		padding: 0 1.75rem;
	}
}

@media (max-width: 808px) {
	.multi__section {
		align-items: center;
		text-align: center;
		flex-direction: column;
		padding: 0 3rem;
	}

	.multi__section__text__title {
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 1rem;
	}

	.multi__section__text__caption {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 1rem;
	}

	.multi__section__text__btn {
		font-size: 13px;
	}

	#multiImg {
		width: 400px;
		height: 500px;
	}

	.multi__section {
		padding: 0 1.75rem;
	}
}

@media (max-width: 480px) {
	.multi__section {
		padding: 0 2rem;
	}

	.multi__section__text__title {
		font-size: 30px;
		line-height: 45px;
	}

	.multi__section__text__caption {
		font-size: 14px;
		line-height: 20px;
	}

	.multi__section__text__btn {
		font-size: 12px;
	}
	#multiImg {
		width: 300px;
		height: 400px;
	}
}

@media (max-width: 1280px) {
	.section__store__women,
	.section__store__men {
		width: 650px;
		height: 650px;
	}
}

@media (max-width: 1024px) {
	.section__store__women,
	.section__store__men {
		width: 580px;
		height: 580px;
	}
}

@media (max-width: 808px) {
	.section__store__women,
	.section__store__men {
		width: 500px;
		height: 500px;
	}
}

@media (max-width: 708px) {
	.section__store {
		flex-direction: column;
		align-items: center;
	}
	.section__store__women,
	.section__store__men {
		width: 400px;
		height: 800px;
	}
}

/* last section */
@media (max-width: 1280px) {
	#last__section_img {
		width: 450px;
		height: 600px;
	}

	.last__section__title h2 {
		font-size: 50px;
		line-height: 95px;
	}

	.last__section__title a {
		font-size: 14px;
	}

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

	.last__section__container__item__caption {
		font-size: 11px;
		line-height: 18px;
	}
}

@media (max-width: 1024px) {
	#last__section_img {
		width: 300px;
		height: 450px;
	}

	.last__section__title h2 {
		font-size: 42px;
		line-height: 80px;
	}

	.last__section__title a {
		font-size: 14px;
	}

	.last__section__container__item__title {
		font-size: 18px;
		line-height: 26px;
	}

	.last__section__container__item__caption {
		font-size: 10px;
		line-height: 16px;
	}
}

@media (max-width: 768px) {
	.last__section {
		margin-top: 0rem;
	}

	.last__section__title {
		margin: 2rem 3rem;
		gap: 0.4rem;

		justify-content: space-between;
	}

	#last__section_img {
		width: 200px;
		height: 350px;
	}

	.last__section__title h2 {
		font-size: 24px;
		line-height: 40px;
	}

	.last__section__title a {
		font-size: 13px;
	}

	.last__section__container__item__title {
		font-size: 16px;
		line-height: 24px;
	}

	.last__section__container__item__caption {
		font-size: 9px;
		line-height: 15px;
	}
}

@media (max-width: 480px) {
	.last__section__title {
		margin: 1rem 1rem;
		gap: 0.4rem;

		justify-content: space-between;
	}

	#last__section_img {
		width: 180px;
		height: 280px;
	}

	.last__section__title h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.last__section__title a {
		font-size: 12px;
	}

	.last__section__container__item__title {
		font-size: 14px;
		line-height: 22px;
	}

	.last__section__container__item__caption {
		font-size: 8px;
		line-height: 14px;
	}
}
