svg {
	display: block;
}

/* -------------------------------------------------- */

:root {
	--font-family: "Segoe UI", sans-serif;
	--second-family: "TT Travels Next Trl", sans-serif;
}

.__container {
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 40px;
}

/* -------------------------header------------------------- */

.header {
	font-family: var(--second-family);
}

.header__container {}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;

	padding: 0px 0 29px 0;
	


	
}

.header__left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header__logo {
	max-width: 228px;
	width: 100%;
}

.header__logo-img {
	width: 100%;
}

.header__desc {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.header__desc-city {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__desc-city-text {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	font-family: var(--second-family);
}

.header__desc-city-value {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fff;

	padding: 10px;
	min-width: 150px;
	height: 35px;

	border-radius: 20px;
	background: #ff3a44;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 5px 6px 0 0 #000;
}

.header__desc-tel {
	font-weight: 700;
	font-size: 19px;
	color: #000;
}

.header__right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header__links {
	display: flex;
	align-items: center;
	gap: 12px;

	padding: 0px 19px 0px 0px;
	position: relative;
}

.header__links::after {
	content: '';

	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 68px;

	background-image: url('../img/header/line.svg');
}

.header__link {


	font-weight: 700;
	font-size: 20px;
	color: #000;
	
	
    display: flex;
    
	position: relative;
	transition: all .2s ease;
}

.header__link-bg {
	border: 2px solid #f8344a;
	border-radius: 40px;
	padding: 8px 18px 7px 18px;
	background-color: #fff;

	display: flex;
	align-items: center;
	gap: 10px;
}

.header__link::after {
	content: '';

	position: absolute;
	top: calc(50% + 5px);
	transform: translate(-50%, -50%);
	left: 50%;
	width: calc(100% + 2px);
	height: calc(100% + 6px);
	z-index: -1;

	border-radius: 40px;
	background-color: #f8344a;
	transition: all .2s ease;
}

.header__link:active {
	box-shadow: 0px 0px 0 2px #FF3A42;
}

@media(hover:hover) {
	.header__link:hover {
		transform: translateY(4px);
	}

	.header__link:hover::after {
		transform: translate(-50%, -58%);
	}
}

.header-link-delivery {}

.header__link-img {
	width: 28px;
	height: 28px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.header__link-image {}

.header-link-cabinet {}

.header__basket {
	display: flex;
	align-items: center;
	gap: 6px;

	font-weight: 700;
	font-size: 20px;
	color: #fff;
}

.btn-shadow {
	padding: 8px 16px 11px 14px;
	background: #ff3a44;
	border-radius: 60px;

	box-shadow: 6px 8px 0 0 #000;

	transition: all .2s ease;
}

.btn-shadow:active {
	box-shadow: 0px 0px 0 0 #000;
	transform: translateY(5px);
}

@media(hover:hover) {
	.btn-shadow:hover {
		box-shadow: 0px 0px 0 0 #000;
		transform: translateY(5px);
	}
}

.header__basket-img {}

.header__basket-img-mob {
	display: none;
}

.header__basket-text {}

.header__basket-value {}

/* -------------------------catalog------------------------- */

.page__catalog {
	margin: 24px 0px 55px 0px;
	font-family: var(--second-family);
}

.catalog__container {}

.catalog__inner {}

.catalog__slider-body {
	position: relative;
}

.catalog__slider {
	width: 100%;
	overflow: hidden;
}

.catalog__slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	z-index: 2;

	border: 1px solid #000;
	border-radius: 50%;
	background: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog__slider-btn-prev {
	left: -29px;
}

.catalog__slider-line {}

.catalog__slide {}

.catalog__slide-img {
	width: 100%;
}

.catalog__slider-btn-next {
	right: -29px;
}

.catalog__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 33px;

	margin: 70px 0px 0px 0px;
}

.catalog__card {
	border: 1px solid #3a5bff;
	border-radius: 71px;
	padding: 24px;
	transition: all .2s ease;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.catalog__card:active {
	border: 1px solid #022bf5;
}

@media(hover:hover) {
	.catalog__card:hover {
		border: 1px solid #022bf5;
	}
}

.catalog__card-img {
	max-width: 291px;
	overflow: hidden;
	border-radius: 45px;
}

.catalog__card-iamge {
	width: 100%;
	transition: all .2s ease;
}

.catalog__card-img:active .catalog__card-iamge {}

@media(hover:hover) {
	.catalog__card-img:hover .catalog__card-iamge {
		transform: scale(1.05);
	}
}

.catalog__card-name {
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	color: #ffa500;
}

.catalog__card-name-red {
	color: #ff3a44;
}

.catalog__card-name-blue {
	color: #3a5bff;
}

.catalog__banner {
	margin: 57px 0px;
}

.catalog__banner-img {
	width: 100%;
}

.catalog__desc {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.catalog__desc-box {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.catalog__desc-box-title {
	font-weight: 700;
	font-size: 32px;
	color: #3a5bff;
	text-align: center;
	font-family: var(--font-family);
}

.catalog__desc-box-desc {
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: var(--font-family);

	padding: 30px 40px;
	border: 2px solid #3a5bff;
	border-radius: 40px;
}

/* -------------------------product------------------------- */

.pagination {
	margin: 70px 0px 20px 0px;
	font-family: var(--font-family);
}

.pagination__container {}

.pagination__inner {}

.pagination__list {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pagination__item {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

.pagination__item:not(:last-child)::after {
	content: '|';

	font-weight: 600;
	font-size: 24px;
	color: #000;
	transform: translateY(-3px);
}

.pagination__item:last-child .pagination__item-link {
	font-weight: 600;
	font-size: 24px;
	color: #fff;

	background: #3a5bff;
	border-radius: 40px;
	padding: 3px 20px 7px 20px;
}

.pagination__item-link {
	font-weight: 600;
	font-size: 24px;
	color: #000;

	transition: all .2s ease;
}

.pagination__item-link:active {
	opacity: .7;
}

@media(hover:hover) {
	.pagination__item-link:hover {
		opacity: .7;
	}
}

.page__product {
	margin: 0px 0px 100px 0px;
}

.product__container {}

.product__inner {}

.product__head {}

.product__tabs {
	margin: 0px 0px 25px 0px;

	display: flex;
	gap: 17px;
	flex-wrap: wrap;
	font-family: var(--second-family);
}

.product__tab {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fff;

	padding: 9px 16px;
	border-radius: 40px;
	background: #3a5bff;
	cursor: pointer;
	border: 1px solid #3a5bff;

	transition: all .2s ease;
}

.product__tab:active {
	opacity: .7;
}

@media(hover:hover) {
	.product__tab:hover {
		opacity: .7;
	}
}

.product__tab-red {
	background: #ff3a44;
	border: 1px solid #ff3a44;
}

.product__tab-yellow {
	background: #ffa500;
	border: 1px solid #ffa500;
}

.product__name {
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	font-family: var(--font-family);

	border-radius: 40px;
	padding: 9px 24px 12px 24px;
	background: #3a5bff;

	display: inline-block;
	margin: 0px 0px 40px 0px;
}

.product__name-sp {
	font-weight: 600;
}

.product__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 40px;
	font-family: var(--second-family);
}

.product__card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	min-height: 510px;
}

.product__card-top {
	display: flex;
	flex-direction: column;
	gap: 20px;
	cursor: pointer;
}

.product__card-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product__card-image {
	max-width: 340px;
	width: 100%;
}

.product__card-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #000;
}

.product__card-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 4px 3px 0;
}

.product__card-price {
	font-weight: 800;
	font-size: 24px;
	color: #000;
	white-space: nowrap;

	display: block;
	margin: 1px 0px 0px 0px;
}

.product__card-btn {
	padding: 2px 12px 6px 12px;
	box-shadow: 2px 6px 0 0 #000;
	border-radius: 40px;

	font-weight: 800;
	font-size: 20px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

.product__tab--active {
	border: 1px solid #000;
}

/* -------------------------modal------------------------- */

.product-modal {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: calc(100%);
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-family: var(--second-family);

	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.product-modal--active {
	opacity: 1;
	pointer-events: all;
}

.product-modal__window {
	max-width: 1100px;
	max-height: 676px;
	width: 100%;
	border-radius: 48px;
	position: relative;
	background: #fff;

	display: flex;
}

.product-modal-close {
	position: absolute;
	top: -30px;
	right: -70px;

	font-weight: 700;
	font-size: 64px;
	color: #fff;
	font-family: var(--second-family);
}

.product-modal__img {
	max-width: 591px;
	width: 100%;
	padding: 25px 37px 25px 25px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.product-modal__image {
	width: 100%;
}

.product-modal__body {
	max-width: 507px;
	width: 100%;
	padding: 30px 8px 60px 40px;
	background: #f5f7ff;
	border-radius: 48px;

	position: relative;
}

.product-modal-menu {
	display: none;

	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 14px);
	z-index: 2;

	background: rgba(58, 91, 255, 0.2);
	border-radius: 40px;
	padding: 9px 20px;
}

.product-modal-menu-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.product-modal-menu-item {}

.product-modal-menu-item-link {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 52px;
	height: 52px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;

	position: relative;
}

.product-modal-menu-item-link-img {}

.product-modal-menu-item-link--active {
	background: rgba(159, 173, 253, 0.7);
}

.product-modal-menu-item-link-value {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;

	background-color: #3a5bff;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.product-modal__content {
	max-height: 676px;
	height: 100%;
	overflow: auto;
	padding: 0px 42px 0px 0px;
}

.product-modal__content::-webkit-scrollbar {
	width: 5px;
}

.product-modal__content::-webkit-scrollbar-track {
	background: #f5f7ff;
	border-radius: 30px;
}

.product-modal__content::-webkit-scrollbar-thumb {
	background: #3a5bff;
	border-radius: 30px;
}

.product-modal__title {
	font-weight: 700;
	font-size: 32px;
	color: #000;
}

.product-modal__gram {
	font-weight: 700;
	font-size: 16px;
	color: #000;

	display: block;
	margin: 0px 0px 10px 0px;
}

.product-modal__accordion {
	margin: 0px 0px 10px 0px;
}

.product-modal__accordion-head {
	font-weight: 400;
	font-size: 16px;
	color: #3a5bff;
	cursor: pointer;

	transition: all .2s ease;
}

.product-modal__accordion-head:active {
	color: #072ff5;
}

@media(hover:hover) {
	.product-modal__accordion-head:hover {
		color: #072ff5;
	}
}

.product-modal__accordion-body {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}

.product-modal__accordion-list {
	padding: 10px 0px;

	display: flex;
	flex-direction: column;
	gap: 5px;
}

.product-modal__accordion-item {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	font-family: var(--font-family);
	padding: 0px 0px 0px 20px;
	position: relative;
}

.product-modal__accordion-item::after {
	content: '';

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6px;
	width: 4px;
	height: 4px;

	background-color: #000;
	border-radius: 50%;
}

.product-modal__size {
	margin: 0px 0px 20px 0px;
}

.product-modal__size-name {
	font-weight: 700;
	font-size: 16px;
	color: #000;

	display: block;
	margin: 0px 0px 10px 0px;
}

.product-modal__size-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.product-modal__size-label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.product-modal__size-label .product-modal__size-name {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	font-family: var(--font-family);
	margin: 0;
}

.product-modal__size-radio {}

.product-modal__size-radio {
	appearance: none;
	-webkit-appearance: none;
}

.product-modal__size-radio {
	appearance: none;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 50px;
	background-color: #fff;
	cursor: pointer;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin: 0;
}

.product-modal__size-radio:checked {
	background-color: #3a5bff;
	border-color: #3a5bff;
}

.product-modal__price {
	font-weight: 700;
	font-size: 24px;
	color: #000;

	display: block;
	margin: 0px 0px 10px 0px;
}

.product-modal__btns {
	display: flex;
	gap: 16px;
	margin: 0px 0px 25px 0px;
}

.product-modal__quantity {
	padding: 8px 14px;
	background: #3a5bff;
	border-radius: 48px;

	min-width: 100px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;

	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.product-modal__quantity-btn {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;

	width: 14px;
	height: 14px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.product-modal__quantity-decr {}

.product-modal__quantity-value {}

.product-modal__quantity-incr {}

.product-modal__basket {
	width: 100%;
	background: #3a5bff;

	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.product-modal__append {}

.product-modal__append-name {
	font-weight: 700;
	font-size: 20px;
	color: #000;

	display: block;
	margin: 0px 0px 14px 0px;
}

.product-modal__append-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.product-modal__append-card {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 7px 11px 11px 11px;
	transition: all .2s ease;

	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.product-modal__append-card:active {
	border: 1px solid #3a5bff;
}

@media(hover:hover) {
	.product-modal__append-card:hover {
		border: 1px solid #3a5bff;
	}
}

.product-modal__append-card--active {
	border: 1px solid #3a5bff;
}

.product-modal__append-card-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.product-modal__append-card-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-modal__append-card-image {
	max-width: 108px;
	width: 100%;
}

.product-modal__append-card-name {
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #000;
	font-family: var(--font-family);
}

.product-modal__append-card-bot {}

.product-modal__append-card-price {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #000;
	font-family: var(--font-family);
}

/* -------------------------media------------------------- */

@media(max-width:1260px) {
	.header-link-delivery {
		display: none;
	}

	.header__links::after {
		display: none;
	}

	.header__links {
		padding: 0;
	}





	.product__cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.pagination {
		margin: 20px 0 20px 0;
	}




	.product-modal-close {
		right: 32px;
		font-size: 42px;
		color: #3a5bff;
		z-index: 2;
		top: -5px;
	}
}

@media(max-width:1060px) {
	.header__desc {
		display: none;
	}



	.product__tabs {
		flex-wrap: nowrap;
		overflow: auto;
		gap: 6px;
	}

	.product__tabs::-webkit-scrollbar {
		display: none;
	}





	.product-modal__window {
		flex-direction: column;
		border-radius: 28px;
		background: #f5f7ff;
	}

	.product-modal__body {
		max-width: unset;
		padding: 20px 8px 20px 20px;
		border-radius: 0 0 28px 28px;
	}

	.product-modal__img {
		max-width: unset;
		background-color: #fff;
		border-radius: 28px;

		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-modal__image {
		max-width: 350px;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.product-modal__img {
		height: calc(100vh - 500px);
	}

	.product-modal {
		align-items: start;
	}

	.product-modal__content {
		max-height: 420px;
	}

	.product-modal {
		height: 100%;
	}

}

@media(max-width:880px) {
	.product__cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media(max-width:768px) {
	.header__right {
		gap: 10px;
		flex-direction: row-reverse;
	}

	.header-link-cabinet span {
		display: none;
	}

	.header-link-cabinet {
		padding: 0;
		border: none;
		border-radius: 0;
		box-shadow: unset;
	}

	.__container {
		padding: 0 20px;
	}

	.catalog__slider-btn-next {
		right: 10px;
	}

	.catalog__slider-btn-prev {
		left: 10px;
	}

	.header__basket-text span:first-child {
		display: none;
	}

	.header__basket {
		padding: 0;
		border-radius: 0;
		border: none;
		box-shadow: none;
		background-color: transparent;

		position: relative;
	}

	.header__basket-value {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 10px;
	}

	.header__basket-img {
		display: none;
	}

	.header__basket-img-mob {
		display: block;
	}

	.header__logo {
		max-width: 142px;
	}

	.header__inner {
		padding: 10px 0;
	}

	.catalog__slider-btn {
		width: 40px;
		height: 40px;
	}

	.catalog__cards {
		margin: 30px 0px 0px 0px;
		gap: 20px;
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	}

	.catalog__banner {
		margin: 30px 0;
	}

	.catalog__desc-box-title {
		font-size: 24px;
	}

	.catalog__desc-box-desc {
		padding: 20px;
		border-radius: 20px;
		font-size: 18px;
	}

	.catalog__card {
		border-radius: 20px;
	}





	.product__card-name {
		font-size: 20px;
	}

	.pagination__item-link {
		font-size: 12px;
	}

	.pagination__item:not(:last-child)::after {
		font-size: 12px;
		transform: translateY(-2px);
	}

	.pagination__item:last-child .pagination__item-link {
		font-size: 12px;
		padding: 3px 14px 5px 14px;
	}

	.pagination__item,
	.pagination__list {
		gap: 5px;
	}

	.product__tab {
		font-size: 14px;
		padding: 4px 17px;
	}

	.product__tabs {
		margin: 0px 0px 14px 0px;
	}

	.product__name {
		font-size: 12px;
		padding: 6px 20px;
		margin: 0px 0px 20px 0px;
	}

	.product__card {
		min-height: unset;
	}







	.product-modal__image {
		max-width: 327px;
	}

	.product-modal__img {
		padding: 3px 20px;
		max-height: 333px;
		height: 100%;
	}

	.product-modal__content {
		max-height: calc(100vh - 444px);
		padding: 0px 12px 0px 0px;
	}

	.product-modal {
		padding: 14px;
	}

	.product-modal__title {
		font-size: 28px;
	}

	.product-modal__gram {
		font-size: 14px;
	}

	.product-modal__size {
		margin: 0px 0px 10px 0px;
	}

	.product-modal__quantity-btn {
		font-size: 16px;
	}

	.product-modal__quantity {
		font-size: 14px;
	}

	.product-modal__basket {
		font-size: 14px;
	}

	.product-modal__append-name {
		font-size: 18px;
	}

	.product-modal__append-card {
		padding: 0 5px 15px 5px;
	}

	.product-modal__append-card-name {
		font-size: 16px;
	}

	.product-modal__body {
		padding: 14px 8px 100px 14px;
	}

	.product-modal-menu {
		display: block;
	}

	.product-modal__btns {
		gap: 8px;
	}

	.header__link-bg {
		padding: 0;
		border-radius: 0;
		border: none;
	}

	.header__link::after {
		display: none;
	}





	.product-modal-close {
		font-size: 32px;
		right: 20px;
		top: -2px;
	}

}

@media(max-width:600px) {
	.catalog__slider-btn {
		display: none;
	}

	.catalog__card-img {
		max-width: 240px;
	}




	.product__card-name {
		font-size: 11px;
	}

	.product__card-price {
		font-size: 12px;
	}

	.product__card-btn {
		font-size: 11px;
		padding: 2px 7px 4px 7px;
		font-weight: 400;
		box-shadow: 2px 4px 0 0 #000;
	}

	.product__card-top {
		gap: 10px;
	}

	.product__cards {
		gap: 14px;
	}
}

@media(max-width:380px) {
	.product-modal__image {
		max-width: 260px;
	}

	.product-modal__content {
		max-height: calc(100vh - 382px);
	}

	.product-modal__append-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.product-modal-menu {
		padding: 10px;
	}

	.product-modal-menu-list {
		gap: 4px;
	}
}

@media(max-width:350px) {
	.product__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-height:700px) {
	@media(min-width:1024px) {
		.product-modal__img {
			min-height: 300px;
		}

		.product-modal__content {
			max-height: 220px;
		}
	}
}