.btn.text-center:hover {
		color: var(--primary);
		background-color: var(--white);
	}

	.btn.text-center {
		display: inline-block;
		background-color: var(--primary);
		color: var(--white);
		border: 1px solid var(--primary);
		margin-top: 10px;
		border-radius: 4px;
		font-weight: 500;
		font-size: 15px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.section.delivery {
		padding: 40px 0px;
	}

	.delivery__wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.delivery-maps {
		grid-column: 2 span;
	}

	.delivery__result {
		flex: 1;
	}

	.delivery .form-control,
	.delivery .form-select {
		font-size: 16px;
		padding: 10px;
		background-color: #fafafa;
	}

	.delivery__inner {
		margin-bottom: 30px;
	}

	.delivery__text {
		color: #333;
		display: flex;
		flex-wrap: wrap;
	}

	.result__text {
		padding: 20px 0px;
	}

	.result__title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.table-delivery {
		width: auto;
		max-width: none;
	}

	.table-delivery img {
		width: 70px;
	}

	.table-delivery th {
		font-size: 14px;
		font-weight: 500;
	}

	.table-delivery th,
	.table-delivery td {
		text-align: center;
		vertical-align: middle;
		border-color: #f2f2f2;
		max-width: 300px;
		padding: 10px 34px;
	}

	sup.sup {
		color: #d63384;
	}

	.delivery__fild {
		font-size: 14px;
	}

	@media (max-width: 992px) {
		.delivery__column #contact-maps {
			height: 350px !important;
		}

		.delivery__result,
		.delivery-maps {
			grid-column: 3 span;
		}

		.section.delivery {
			order: -1;
		}

		.mobile-table {
			display: block !important;
			width: 100%;
		}

		.delivery__text .table-delivery {
			display: none;
		}

		.mobile-table__name {
			text-align: center;
			display: block;
			font-weight: 500;
		}

		.mobile-table__wrapper {
			display: flex;
		}

		.mobile-table__inner {
			flex: 1;
			text-align: center;
		}

		.mobile-table__inner img {
			max-width: 80px;
			height: auto;
			display: block;
			margin: 0px auto;
		}
	}






	.section.delivery {
		padding: 40px 0px;
	}

	.delivery__wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.delivery-maps {
		grid-column: 2 span;
	}

	.delivery__result {
		flex: 1;
	}

	.delivery .form-control,
	.delivery .form-select {
		font-size: 16px;
		padding: 10px;
		background-color: #fafafa;
		height: 46px;
	}

	.delivery__inner {
		margin-bottom: 30px;
	}

	.delivery__label.error-label {
		color: #d63384;
	}

	.delivery__text {
		color: #333;
		display: flex;
		flex-wrap: wrap;
	}

	.form-control.error {
		border-color: #d63384;
	}

	.result__text {
		padding: 20px 0px;
	}

	.result__title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.table-delivery {
		width: auto;
		max-width: none;
	}

	.table-delivery img {
		width: 70px;
	}

	.table-delivery th {
		font-size: 14px;
		font-weight: 500;
	}

	.table-delivery th,
	.table-delivery td {
		text-align: center;
		vertical-align: middle;
		border-color: #f2f2f2;
		max-width: 300px;
		padding: 10px 34px;
	}

	sup.sup {
		color: #d63384;
	}

	.delivery__fild {
		font-size: 14px;
	}

	@media (max-width: 992px) {
		.delivery__column #contact-maps {
			height: 350px !important;
		}

		.delivery__result,
		.delivery-maps {
			grid-column: 3 span;
		}

		.section.delivery {
			order: -1;
		}

		.mobile-table {
			display: block !important;
			width: 100%;
		}

		.delivery__text .table-delivery {
			display: none;
		}

		.mobile-table__name {
			text-align: center;
			display: block;
			font-weight: 500;
		}

		.mobile-table__wrapper {
			display: flex;
		}

		.mobile-table__inner {
			flex: 1;
			text-align: center;
		}

		.mobile-table__inner img {
			max-width: 80px;
			height: auto;
			display: block;
			margin: 0px auto;
		}
	}