@media screen and (max-width: 1320px) {

	/** Home page | about-us-section */

	.about-us-section__wrapper {
		grid-template-columns: repeat(24, 1fr);
	}

	.about-us-section__left {
		grid-column: span 9;
	}

	.about-us-section__right {
		grid-column-start: 11;
		grid-column-end: span 14;
	}



	/* Home page | .gift-section */

	.gift-section__wrapper {
		grid-template-columns: repeat(24, 1fr);
	}

	.gift-section__left {
		grid-column: span 13;
	}

	.gift-section__right {
		grid-column: span 11;
	}

}

@media screen and (max-width: 1260px) {

	/** Catalogue |  catalogue-section */

	.catalogue-filters>* {
		min-width: auto;
		width: 100%;
		grid-column: span 3;
	}
}

@media screen and (max-width: 1024px) {

	/** Homepage | hero section */

	.header+section {
		padding-top: 48px;
	}

	.hero-section {
		min-height: 740px;
	}

	.hero-section__wrapper {
		padding: 24px 0 16px 0;
	}

	.hero-section__text {
		min-width: auto;
		margin: auto 0 320px 0;
	}

	.hero-section__buttons {
		width: 100%;
		max-width: 564px;
		margin: auto 0 0 auto;
	}

	.hero-section__text .title img {
		max-width: 32px;
		margin: 0px -5px 0 3px;
		vertical-align: text-top;
	}

	.hero-section__text .title+.text {
		margin-top: 16px;
	}

	.hero-section__buttons .text+.hero-section__buttons-wrapper {
		margin-top: 16px;
	}

	.homepage-catalogue {
		padding: 120px 0;
	}



	/** Homepage | about-us-section */

	.about-us-section {
		padding: 40px 0;
		background: var(--light-grey);
	}

	.about-us-section__wrapper {
		gap: 40px 8px;
		grid-template-columns: repeat(12, 1fr);
	}

	.about-us-section__left {
		order: 2;
		grid-column: span 12;
		gap: 8px;
	}

	.about-us-section__left .big-img {
		padding-bottom: 56px;
	}

	.about-us-section__right {
		order: 1;
		grid-column-start: 1;
		grid-column-end: span 12;
		justify-self: center;
	}

	.about-us-section__right .title img {
		width: 32px;
		vertical-align: bottom;
	}

	.about-us-section .subtexts-wrapper {
		margin-top: 40px;
	}

	.subtexts-wrapper {
		gap: 24px 8px;
	}

	.subtexts-wrapper__item:nth-child(2n+1) {
		grid-column-start: 1;
		grid-column-end: span 6;
	}

	.subtexts-wrapper__item:nth-child(2n+2) {
		grid-column-start: 1;
		grid-column-end: span 6;
	}

	.subtexts-wrapper__item .section-name+.text {
		margin-top: 12px;
	}



	/** Homepage | gift-section */

	.gift-section {
		padding: 80px 0 40px 0;
	}

	.gift-section__wrapper {
		grid-template-columns: repeat(12, 1fr);
		align-items: center;
		gap: 0 8px;
	}

	.gift-section__left {
		max-width: 605px;
		grid-column: span 12;
		padding-bottom: 0;
	}

	.gift-section__left .text {
		margin-top: 16px;
	}

	.gift-section__left .default-button {
		margin-top: 32px;
	}

	.gift-section__right {
		margin-top: 40px;
		grid-column: span 12;
		gap: 8px;
	}

	.gift-section__right .big-img {
		grid-column-start: 1;
		grid-column-end: span 6;
		padding-bottom: 56px;
	}




	/** Homepage | helping-section */

	.helping-section {
		padding: 120px 0;
	}

	.helping-section__wrapper {
		max-width: 100%;
		grid-template-columns: repeat(12, 1fr);
		gap: 24px 8px;
	}

	.helping-section__wrapper .title-box {
		grid-column-end: span 12;
	}

	.helping-section__wrapper .title-box+.img {
		margin-top: 0;
		grid-column-end: span 12;
	}

	.helping-section__wrapper .img+.img {
		padding-top: 0;
		grid-column-start: 1;
		grid-column-end: span 12;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		gap: 0 8px;
	}

	.helping-section__wrapper .img img {
		width: 100%;
		display: block;
		grid-column: span 7;
	}

	.helping-section__wrapper .img .text {
		margin-top: 24px;
		grid-column: span 12;
	}

	.helping-section__wrapper .img .default-link {
		margin-top: 16px;
		grid-column: span 12;
		width: fit-content;
	}



	/** Catalogue | catalogue-main */


	.catalogue-main__wrapper {
		margin: 32px auto 0 auto;
		padding-bottom: 34px;
	}

	.catalogue-main__wrapper .text {
		margin-top: 16px;
	}

	.catalogue-main .bg {
		display: none;
	}

	/** Catalogue |  catalogue-section */

	.catalogue-section {
		margin: 40px 0 96px 0;
	}

	.catalogue-section__wrapper {
		gap: 0 8px;
	}

	.catalogue-filters {
		gap: 0 8px;
	}

	.catalogue-filters>* {
		min-width: auto;
		width: 100%;
		grid-column: span 4;
	}

	.catalogue-list {
		gap: 40px 8px;
	}

	.catalogue-section__wrapper .default-button {
		grid-column-start: 1;
		grid-column-end: span 12;
		margin-top: 40px;
	}

	/** FAQ page | faq-section */

	.faq-section__wrapper {
		margin: 24px 0 64px 0;
	}

	.section-name+.faq-accordion {
		margin-top: 16px;
	}

	.faq-accordion {
		padding: 16px 0;
	}

	.faq-accordion__open {
		padding-right: 29px;
	}

	.faq-accordion__open:after {
		width: 29px;
		height: 29px;
	}

	.faq-accordion__content {
		padding-top: 12px;
	}



	/** Homepage | cta-small */

	.cta-small {
		margin: 64px 0;
	}

	.cta-small__wrapper {
		padding: 40px 16px;
	}

	.cta-small__wrapper-inner {
		max-width: auto;
	}

	.cta-small__wrapper .default-button {
		margin-top: 32px;
	}

	/** Text pages | text-section__wrapper */

	.text-section__wrapper {
		margin: 24px 0 64px 0;
	}

	.review-section {
		padding-bottom: 120px;
	}



	/** 404 */

	.title-404 {
		font-size: 96px;
		line-height: 100%;
		text-align: center;
		letter-spacing: -0.01em;
	}

	.wrapper-404 {
		margin: auto;
		padding: 100px 0;
	}

	.wrapper-404 .text {
		margin-top: 16px;
	}

	.wrapper-404 .default-button {
		margin-top: 24px;
	}

	.section-404 {
		min-height: 557px;
	}

	.section-404 .bg-line {
		width: 100%;
		left: 0;
		bottom: -5px;
	}


	/** bg-line */

	.hero-section .bg-line {
		left: 0;
		transform: translateX(0);
		bottom: 0;
		margin-left: 0;
	}



	/** constructor-section */

	.constructor-section {
		min-height: auto;
	}

	.constructor-wrapper {
		padding: 0;
		gap: 16px 8px;
		min-height: auto;
		max-height: none;
		height: auto;
	}

	.constructor-wrapper__left {
		grid-column: span 12;
		min-height: auto;
		height: auto;
		aspect-ratio: 1/1;
	}

	.constructor-left-wrapper {
		height: auto;
		aspect-ratio: 1/1;
	}

	.start-img img {
		max-width: 120px;
	}


	.start-img .preloader-img {
		width: 120px;
		height: 120px;
	}

	.start-img .preloader-img .eye {
		width: 4px;
		height: 4px;
	}

	.start-img .preloader-img .eye.left-eye {
		margin-top: -12px;
	}

	.start-img .preloader-img .eye.right-eye {
		margin-top: -12px;
	}

	.constructor-wrapper__right {
		grid-column-start: 1;
		grid-column-end: span 12;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.constructor-wrapper__right .content {
		grid-column: span 2;
		margin-top: 0;
	}

	.step-begin-list {
		margin-top: 24px;
		gap: 16px 8px;
	}

	.step-begin-item .icon {
		width: 40px;
		height: 40px;
	}

	.step-begin-text {
		margin-top: 12px;
	}

	.step-begin .default-button {
		margin-top: 24px;
	}

	.step-begin .btn.for-mob {
		display: flex !important;
	}

	.step-begin .btn.for-pc {
		display: none !important;
	}

	.constructor-steps .title {
		padding-right: 30px;
	}

	.hint {
		width: 18px;
		height: 18px;
	}

	.hint:before,
	.hint:after {
		width: 16px;
		height: 16px;
	}

	.hint__content {
		right: 8px;
		bottom: calc(100% + 10px);
		width: 250px;
		border-radius: 8px 8px 0px 8px;
	}

	.skroll-holder {
		gap: 8px;
		padding: 0;
		margin: 24px 0 0 0;
		max-height: none;
	}


	.form-holder label {
		padding: 12px 8px;
	}

	.form-holder label .image-holder {
		width: 32px;
		min-width: 32px;
		height: 32px;
	}

	.form-holder label .image-holder+span {
		margin-left: 12px;
	}

	.form-holder label:after {
		min-width: 20px;
		width: 20px;
		height: 20px;
		margin-left: 0;
	}

	.-bigger-card .form-holder label {
		padding: 20px;
		min-height: auto;
	}

	.-bigger-card .form-holder label .image-holder {
		width: 48px;
		height: 48px;
	}

	.-bigger-card .form-holder label .image-holder+span {
		margin-left: 0;
		margin-top: 17px;
	}

	.-bigger-card .form-holder label:after {
		position: absolute;
		right: 8px;
		top: 8px;
	}

	.create-btns {
		margin-top: 24px;
		gap: 8px;
	}

	.block_tabs {
		margin-top: 24px;
	}

	.block_tabs .--tabs-container__menu-item {
		margin-right: 16px;
	}

	.add-new-pendant {
		height: 120px;
		margin-top: 24px;
	}



	/** images-wrapper */

	.image-create {
		padding-bottom: 64px;
	}

	.image-holders {
		padding: 0 16px 0 16px;
		height: calc(100% + 64px);
	}


	.image-holders>*>img {
		display: block;
		width: 40%;
	}

	.image-create .bottom-info {
		padding: 8px;
	}

	.image-create .bottom-info .default-button {
		min-width: min(220px, 60%);
	}


	/** Home page | instagram section */

	.instagram-section {
		padding: 40px 0;
		min-height: 525px;
	}

	.instagram-section__wrapper .default-link {
		margin-top: 40px;
	}

	.instagram-section__images {
		width: 200px;
		margin: -33px auto 0 auto;
	}

	.instagram-section__images .img {
		width: 200px;
		height: 237px;
		padding: 7px 7px 10px 7px;
	}

	.instagram-section__images .img img {
		height: 197px;
	}

	.instagram-section__images .img:after {
		margin-top: 10px;
		height: 13px;
	}




	.small-image-holders {
		right: 8px;
	}

	.prev-list {
		width: 40px;
	}

	.prev-item {
		width: 32px;
		height: 32px;
	}


	.prev-item.-active {
		width: 40px;
		height: 40px;
		border-color: var(--black);
	}

	.order-item.-active .prev-item {
		width: 32px;
		height: 32px;
	}

	.del-btn {
		width: 14px;
		height: 14px;
	}


	/** constructor modal */

	.order-list {
		min-height: 40px;
		margin-top: 16px;
	}

	.order-item {
		margin: 0 44px 38px 0;
	}

	.order-item:first-child:after,
	.order-item:not(:last-child):not(:first-child):after {
		transform: translateX(calc(100% + 16px));
	}

	.pendant-specification {
		height: auto;
		min-height: auto;
	}

	.pendant-specification .--accordion__open {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 16px 0;
		cursor: pointer;
		color: var(--black);
		opacity: 0.7;
		transition: opacity 0.4s;
	}

	.pendant-specification .--accordion__content-container {
		height: 0;
	}

	.pendant-specification .--accordion__open::after {
		content: '';

		position: absolute;
		right: 0;

		width: 20px;
		height: 20px;

		background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTk5OTggOS40Nzk0OUw3LjAwMDA1IDguNjk2OTlDOS45NDgyMyA4LjUzOSAxMS4wMDU4IDcuOTMzMzEgMTEuNzUzOSA2LjA2NzU0TDEyLjA5NTcgNi4wNjc0OUwxMi4wOTU3IDYuMjc1NTFDMTAuNTE4NSA4Ljc4NDIyIDkuMzUwODggOS40ODA1MiA2Ljk5OTk4IDkuNDc5NDlaIiBmaWxsPSIjMjQyNjI4IiBzdHJva2U9IiMyNDI2MjgiLz4KPHBhdGggZD0iTTE3IDkuNTYyNUwxNi45OTk5IDguNzc5OTlDMTQuMDUxOCA4LjYyMiAxMi45OTQyIDguMDE2MzIgMTIuMjQ2MSA2LjE1MDU1TDExLjkwNDMgNi4xNTA1TDExLjkwNDMgNi4zNTg1MkMxMy40ODE1IDguODY3MjMgMTQuNjQ5MiA5LjU2MzUzIDE3IDkuNTYyNVoiIGZpbGw9IiMyNDI2MjgiIHN0cm9rZT0iIzI0MjYyOCIvPgo8cGF0aCBkPSJNMTEuNjY0MSA2LjAwMDk4TDExLjY2NDEgMTguMDAxTDEyLjMwNDQgMTguMDAxTDEyLjMwNDQgNi4wMDA5OEwxMS42NjQxIDYuMDAwOThaIiBmaWxsPSIjMjQyNjI4IiBzdHJva2U9IiMyNDI2MjgiLz4KPC9zdmc+Cg==);
		transition: transform 0.4s, opacity 0.4s;

		transform: rotateX(180deg);
		opacity: 0.5;
	}

	.pendant-specification.-open .--accordion__open {
		opacity: 1;
	}

	.pendant-specification.-open .--accordion__open::after {
		opacity: 1;
		transform: rotateX(0deg);
	}

	.pendant-specification-wrapper {
		padding-bottom: 16px;
		justify-content: space-between;
	}

	.pendant-specification {
		padding: 0;
		margin: 16px 0;
	}

	.pendant-specification ul {
		margin-right: 0;
		width: fit-content;
	}

	.constructor-modal .modal-wrapper__right {
		padding: 0;
		margin-top: 16px;
	}

	.constructor-modal .modal-wrapper__left {
		padding: 0;
		height: auto;
		width: 100%;
		aspect-ratio: 1/1;
	}

	.constructor-modal .modal-wrapper__left .edit {
		right: 8px;
		bottom: 8px;
		width: 32px;
		height: 32px;
	}

	.constructor-modal .modal-wrapper__left .img {
		padding: 24px;
		min-height: 311px;
		aspect-ratio: auto;
	}

	.constructor-modal .modal-wrapper__left .img {
		width: 100%;
		height: 100%;
	}

	.constructor-modal .button-wrapper {
		gap: 12px;
		margin-top: 24px;
	}

	.constructor-modal .hidden-input-info+.button-wrapper {
		margin-top: 16px;
	}

	.constructor-modal .hidden-input-info+.button-wrapper>* {
		margin-top: 0;
	}


	.constructor-modal .button-wrapper>* {
		grid-column: span 2;
		margin-top: 0;
	}

	.modal.constructor-modal .form {
		margin-top: 0;
	}

	.modal .thank-step .modal-wrapper__left {
		height: auto;
	}


	.modal .thank-step .modal-wrapper__left .bg-line {
		display: none;
	}

	.modal .thank-step.modal-wrapper {
		padding: 24px 16px 16px 16px;
	}

	.modal .thank-step .modal-wrapper__left .thank-text {
		padding: 0;
		margin: 0 auto;
		text-align: center;
		max-width: 464px;
	}

	.modal .thank-step .modal-wrapper__left .text {
		margin-top: 16px;
	}


	.modal .thank-step .modal-wrapper__right {
		padding: 11px 0 0 0;
		min-height: auto;
	}

	.special-offer {
		padding: 32px 16px 16px 16px;
	}

	.special-offer__item {
		margin-top: 24px;
		width: 210px;
	}


	/** pagination */


	/** constructor | pagination */

	.pagination {
		grid-column: span 2;
		width: auto;
		padding: 12px 16px 9px 16px;
		margin: 32px -16px 0 -16px;
	}

	.pagination__item:after,
	.pagination__item:before {
		top: 6px;
		right: 7px;
		left: 21px;
	}

	.pagination__item .bullet {
		width: 14px;
		height: 14px;
	}

	.pagination__item .bullet:before {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 5px;
		height: 5px;
	}

	.pagination__item .title {
		margin-top: 10px;
	}

	
.block_thanks .modal-wrapper__left {
  padding-top: 0;
}

.block_thanks .modal-wrapper__left .text {
  margin-top: 16px;
}

.block_thanks .modal-wrapper__right .default-button {
  margin-top: 24px;
}

.block_thanks .modal-wrapper__right .special-offer {
  padding: 32px 16px 16px 16px;
}

}

@media screen and (max-width: 760px) {
	/** Homepage | hero section */

	.hero-section__buttons-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}

	.hero-section__text {
		margin: 0 0 320px 0;
	}

	.hero-section .bg-line {
		top: auto;
		bottom: 0;
	}

	/** Catalogue |  catalogue-section */

	.catalogue-filters-mob {
		display: block;
		position: relative;
		z-index: 5;
		background: var(--white);
	}

	.--accordion__content-container {
		height: 0;
		transition: height 0.7s;
		overflow: hidden;
	}

	.catalogue-filters__wrapper {
		position: absolute;
		z-index: 1;
		top: 0;
		height: 0;
		overflow: hidden;
		left: -1px;
		min-height: 48px;
		width: calc(100% + 2px);
		border: 1px solid rgba(36, 38, 40, 0.3);
		transition: height 0.7s, border 0.4s;
		background: var(--white);
	}

	.catalogue-filters-mob .mob-opener {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 2;
		width: 100%;
		padding: 14px 16px;
		cursor: pointer;
		height: 48px;
	}

	.catalogue-filters-mob .mob-opener:before {
		content: '';
		position: absolute;
		right: 16px;
		width: 24px;
		height: 24px;
		transition: opacity 0.4s;
		background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU2MjUgMTMuNDM3NUgzLjEyNSIgc3Ryb2tlPSIjMjQyNjI4IiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2Ljg3NSAxMy40Mzc1SDE0LjY4NzUiIHN0cm9rZT0iIzI0MjYyOCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4xMjUgMTVDMTMuOTg3OSAxNSAxNC42ODc1IDE0LjMwMDQgMTQuNjg3NSAxMy40Mzc1QzE0LjY4NzUgMTIuNTc0NiAxMy45ODc5IDExLjg3NSAxMy4xMjUgMTEuODc1QzEyLjI2MjEgMTEuODc1IDExLjU2MjUgMTIuNTc0NiAxMS41NjI1IDEzLjQzNzVDMTEuNTYyNSAxNC4zMDA0IDEyLjI2MjEgMTUgMTMuMTI1IDE1WiIgc3Ryb2tlPSIjMjQyNjI4IiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi41NjI1IDYuNTYyNUgzLjEyNSIgc3Ryb2tlPSIjMjQyNjI4IiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2Ljg3NSA2LjU2MjVIOS42ODc1IiBzdHJva2U9IiMyNDI2MjgiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4xMjUgOC4xMjVDOC45ODc5NCA4LjEyNSA5LjY4NzUgNy40MjU0NCA5LjY4NzUgNi41NjI1QzkuNjg3NSA1LjY5OTU2IDguOTg3OTQgNSA4LjEyNSA1QzcuMjYyMDYgNSA2LjU2MjUgNS42OTk1NiA2LjU2MjUgNi41NjI1QzYuNTYyNSA3LjQyNTQ0IDcuMjYyMDYgOC4xMjUgOC4xMjUgOC4xMjVaIiBzdHJva2U9IiMyNDI2MjgiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	}

	.catalogue-filters-mob .mob-opener:after {
		content: '';
		position: absolute;
		right: 16px;
		width: 24px;
		height: 24px;
		transition: opacity 0.4s;
		background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDZMNiAxNCIgc3Ryb2tlPSIjMjQyNjI4IiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0IDE0TDYgNiIgc3Ryb2tlPSIjMjQyNjI4IiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
		opacity: 0;
	}

	.-apple .catalogue-filters-mob .mob-opener {
		padding: 15px 16px 13px 16px;
	}

	.-apple .catalogue-filters-mob .mob-opener:before,
	.-apple .catalogue-filters-mob .mob-opener:after {
		margin-top: -1px;
	}

	.catalogue-filters {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 66px 16px 16px 16px;
	}

	.catalogue-filters:before {
		content: '';
		position: absolute;
		top: 50px;
		height: 1px;
		background: rgba(36, 38, 40, 0.1);
		width: calc(100% - 32px);
		display: block;
	}

	.catalogue-filters-mob.-open .catalogue-filters__wrapper,
	.catalogue-filters-mob.-open {
		border-color: var(--black);
	}

	.catalogue-filters-mob.-open {
		border-bottom-color: rgba(0, 0, 0, 0);
	}

	.catalogue-filters-mob.-open .mob-opener:after {
		opacity: 1;
	}

	.catalogue-filters-mob.-open .mob-opener:before {
		opacity: 0;
	}

	.catalogue-filters>*+* {
		margin-top: 16px;
	}

	.catalogue-filters .--accordion__content {
		display: block;
	}

	.catalogue-filters .--accordion__value {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.catalogue-filters .--accordion__value-text {
		margin-left: 4px;
	}


	.catalogue-filters .--accordion .--accordion__value::after {
		content: '';

		position: absolute;
		top: 0;
		right: 0;

		width: 20px;
		height: 20px;

		background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTk5OTggOS40Nzk0OUw3LjAwMDA1IDguNjk2OTlDOS45NDgyMyA4LjUzOSAxMS4wMDU4IDcuOTMzMzEgMTEuNzUzOSA2LjA2NzU0TDEyLjA5NTcgNi4wNjc0OUwxMi4wOTU3IDYuMjc1NTFDMTAuNTE4NSA4Ljc4NDIyIDkuMzUwODggOS40ODA1MiA2Ljk5OTk4IDkuNDc5NDlaIiBmaWxsPSIjMjQyNjI4IiBzdHJva2U9IiMyNDI2MjgiLz4KPHBhdGggZD0iTTE3IDkuNTYyNUwxNi45OTk5IDguNzc5OTlDMTQuMDUxOCA4LjYyMiAxMi45OTQyIDguMDE2MzIgMTIuMjQ2MSA2LjE1MDU1TDExLjkwNDMgNi4xNTA1TDExLjkwNDMgNi4zNTg1MkMxMy40ODE1IDguODY3MjMgMTQuNjQ5MiA5LjU2MzUzIDE3IDkuNTYyNVoiIGZpbGw9IiMyNDI2MjgiIHN0cm9rZT0iIzI0MjYyOCIvPgo8cGF0aCBkPSJNMTEuNjY0MSA2LjAwMDk4TDExLjY2NDEgMTguMDAxTDEyLjMwNDQgMTguMDAxTDEyLjMwNDQgNi4wMDA5OEwxMS42NjQxIDYuMDAwOThaIiBmaWxsPSIjMjQyNjI4IiBzdHJva2U9IiMyNDI2MjgiLz4KPC9zdmc+Cg==);
		transition: transform 0.4s, opacity 0.4s;

		transform: rotateX(180deg);
		opacity: 0.5;
	}

	.catalogue-filters .--accordion.-open>.--accordion__value {
		border-color: rgba(0, 0, 0, 0);
	}

	.catalogue-filters .--accordion:not(:last-child) {
		border-bottom: 1px solid rgba(36, 38, 40, 0);
		transition: border-color 0.4s;
	}

	.catalogue-filters .--accordion:last-child .--accordion__content {
		padding-bottom: 0;
	}

	.catalogue-filters .--accordion.-open {
		border-color: rgba(36, 38, 40, 0.1);
	}

	.catalogue-filters .--accordion.-open>.--accordion__value::after {
		transform: rotateX(0deg);
		opacity: 1;
	}


	.catalogue-filters .--accordion ul {
		padding: 16px 0;
	}

	.catalogue-filters .--accordion ul li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		line-height: 100% !important;
		vertical-align: middle;
		cursor: pointer;
		transition: color 0.4s;
		padding-top: 2px;
	}

	.catalogue-filters .--accordion ul li img {
		display: block;
		width: 20px;
		height: 20px;
		margin: -2px 8px auto 0;
	}

	.-apple .catalogue-filters .--accordion ul li {
		padding-top: 3px;
	}

	.-apple .catalogue-filters .--accordion ul li img {
		margin: -3px 8px auto 0;
	}

	.catalogue-filters .--accordion ul li+li {
		margin-top: 12px;
	}

	.catalogue-filters .--accordion ul li.-active {
		pointer-events: none;
		color: rgba(36, 38, 40, 0.5);
	}



	.pc-filters {
		display: none;
	}

	.catalogue-list>div:nth-child(7n + 1),
	.catalogue-list>div:nth-child(7n + 2),
	.catalogue-list>div:nth-child(7n + 3),
	.catalogue-list>div:nth-child(7n + 4) {
		grid-column: span 6;
	}

	.catalogue-list>div:nth-child(7n + 5),
	.catalogue-list>div:nth-child(7n + 6),
	.catalogue-list>div:nth-child(7n + 7) {
		grid-column: span 12;
	}



	/** bg-lines */

	.about-us-section .bg-line {
		left: 0;
		top: 0;
		bottom: 0;
	}

	.cta-section .bg-line {
		top: auto;
		bottom: 0;
	}

	.gift-section {
		overflow: hidden;
	}

	.gift-section .bg-line {
		top: 0;
		bottom: auto;
	}

	.helping-section .bg-line {
		top: 0;
		bottom: auto;
	}

	.review-section .bg-line {
		bottom: 0;
		top: auto;
	}
}