.custom-container {
		max-width: 1310.4px;
		margin: 0 auto;
		padding: 20px;
	}


	.custom-content {
		display: flex;
		gap: 20px;
		align-items: center;
	}

	.custom-image {
		flex-basis: 50%;
		max-height: 300px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 15px;
	}

	.custom-image img {
		width: 100%;
		border-radius: 8px;
		object-fit: cover;
	}


	.custom-text {
		flex: 1;
		flex-basis: 50%;
	}

	.custom-text h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.custom-text p {
		font-size: 16px;
		line-height: 1.6;
		color: #333;
	}

	.blur-container3 {
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border-radius: 20px;
		padding: 10px;
		background-color: rgba(255, 255, 255, .5);
	}

	.card-custom8 {
		background-color: white;
		border-radius: 16px;
		padding: 24px;
		max-width: 1120px;
		width: 100%;
		margin: 40px auto;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 6px 10px rgba(0, 0, 0, 0.05);
		text-align: center;
	}

	.card-custom8 p {
		color: #1f2937;
		font-size: 16px;
	}

	.container-custom2 {
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}

	.title-custom2 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.columns-wrapper-custom2 {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	.column-custom2 {
		flex: 1;
		text-align: center;
	}

	.column-custom2 img {
		width: 100%;
		max-width: 150px;
		height: auto;
		margin-bottom: 10px;
	}

	.text-custom2 {
		font-size: 16px;
	}

	.card-custom8 {
		background-color: white;
		border-radius: 16px;
		padding: 24px;
		max-width: 1120px;
		width: 100%;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0, 0, 0, 0.05);
		text-align: center;
	}

	.container-custom {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px;
		gap: 10px;
	}

	.column-custom {
		flex: 1;
		min-width: 300px;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		text-align: center;
		font-size: 18px;
	}

	.asdfasdfasxas {
		font-size: 18px;
		border: none;
		background: #e5203c;
		color: white;
		/* font-weight: 800; */
		padding: 5px 15px;
		border-radius: 100px;
		cursor: pointer;
		transition: all 300ms ease 0ms;
	}

	.asdfasdfasxas:hover {
		background: #2ea3f2;
	}

	.blur-container2 {
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border-radius: 20px;
		padding: 20px;
		box-shadow: 0px 3px 16px 0px rgba(130, 145, 173, 0.25)
	}

	.form-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: space-evenly;
		max-width: 1310.4px;
		margin: 0 auto 40px;
		padding: 20px;

		border-radius: 8px;
		box-sizing: content-box;
		/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
	}

	.contact-form {
		flex: 1 1 100%;
		max-width: 100%;
		/*margin: 0 auto;*/
		background: white;
		padding: 20px;
		border-radius: 8px;
		/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
	}

	.contact-form h2 {
		text-align: center;
		margin-bottom: 20px;
		color: #333;
	}

	.form-group {
		margin-bottom: 15px;
	}

	.form-group label {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.form-group input,
	.form-group textarea {
		width: 100%;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 16px;
	}

	.form-group textarea {
		height: 100px;
		resize: none;
	}

	.button-custom {
		font-size: 18px;
		border: none;
		background: #248488;
		color: white;
		/* font-weight: 800; */
		padding: 5px 15px;
		border-radius: 100px;
		cursor: pointer;
		transition: all 300ms ease 0ms;
	}

	.button-custom:hover {
		background: #5ba3a6;
	}

	.btn-asfhasdkfhja {
		/*background: #770308;*/
	}

	.contact-details {
      text-align: center;
      color: #333;
      font-size: 16px;
      width: 100%;
      background: white;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      gap: 20px;
    }

	.contact-details p {
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
    }

    .contact-details i {
      font-size: 24px;
      margin-bottom: 10px;
      color: #023a51; /* Matching theme color */
    }

    .contact-details i:hover {
      color: #09757a; /* Hover color matching theme */
    }

    @media (max-width: 768px) {
      .contact-details {
        flex-direction: column;
      }
    }

	.sulicka_btn {
		background: black !important;
	}

	@media (min-width: 768px) {
		.contact-details {
			/*flex: 1 1 40%;*/
			text-align: left;
		}

		.contact-form {
			/*flex: 1 1 55%;*/
		}
	}

	@media (max-width: 480px) {
		.form-container {
			padding: 10px;
		}

		.contact-form {
			padding: 15px;
		}

		.contact-details p {
			font-size: 14px;
		}

		.contact-form button {
			padding: 8px 16px;
			font-size: 14px;
		}
	}

	@media (max-width: 768px) {
		.container-custom {
			flex-direction: column;
			align-items: center;
		}

		.column-custom {
			width: 100%;
			max-width: 400px;
		}
	}

	@media (max-width: 768px) {
		.columns-wrapper-custom2 {
			flex-direction: column;
			gap: 15px;
		}

		.title-custom2 {
			font-size: 24px;
		}

		.text-custom2 {
			font-size: 14px;
		}
	}

	@media (max-width: 768px) {
		.custom-content {
			flex-direction: column;
			text-align: center;
		}

		.custom-image img {
			max-width: 100%;
		}

		.custom-text h2 {
			font-size: 20px;
		}

		.custom-text p {
			font-size: 14px;
		}
	}


    .button-link {
    display: inline-block;
    padding: 5px 15px;
    background: #248488;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    font-size: 18px;
    transition: all 300ms ease 0ms;
    text-align: center;
}

.button-link:hover {
    background: #5ba3a6;
    color: white;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 колонки */
    gap: 20px;
  }

  .grid-item {
    background-color: white !important;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }

  @media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}