/* Стили для затемнения фона */
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        /* Стили для уведомления */
        .notification {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #4CAF50;
            color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        .infoh1 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .info {
            font-size: 18px;
            margin-bottom: 10px;
        }

/* Стили для списка */
  .info-list {
    list-style-type: none;
    padding-left: 0;
  }

  .info-list-item {
    margin-bottom: 20px;
  }

  .info-list-item h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }

  .info-list-item p {
    font-size: 14px;
    color: #666;
  }


.date-picker {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.date-label {
	font-size: 18px;
	margin-bottom: 5px;
}

.date-input {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
header {
	padding: 0px;
}

main {
	padding: 0px;
}

footer {
	padding: 0px;
}


/* Отзывы */
.reviews {
	background-color: #f8f8f8;
	padding: 80px 0;
}

.review {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.review-rating {
	color: #ff9900;
	font-size: 24px;
	margin-bottom: 10px;
}

.review-text {
	font-size: 16px;
	line-height: 1.5;
}
.footer {
	color: #000;
	background-color: #01A0E2;
	bottom: 0;
	width: 100%;
	padding: 30px;
}

/* Стили для картинки внизу страницы */
.full-width-image2 {
	/* width: 100%; */
	/* height: auto; */
	/* position: fixed; */
	/* margin-bottom: 0; 
	padding: 35px 0;
	position: absolute; */
	bottom: 0;
	width: 100%;
}
.social-icons {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
}

.social-icons li {
	font-size: 24px;
}

.social-icons a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
	color: #ec407a;
}

.footer-text {
	font-size: 16px;
}

.footer-text a {
	color: #ffffff;
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}

.footer-text a:hover {
	color: #ec407a;
}


.full-width-image1 {
	width: 100%;
	height: auto;
	display: block;
}
.logo {
	width: 30px; /* Измените значение по своему усмотрению */
	height: auto; /* Автоматическое подстраивание высоты */
	margin-right: 10px; /* Пространство между логотипом и текстом */
}
/* Ваш стиль */
body {
	font-family: Arial, sans-serif;
}


.navbar {
	padding: 15px 0;
	background-color: #01A0E2;
}

.navbar-brand {
	color: #ecf0f1;
	font-size: 24px;
	font-weight: bold;
}

.navbar-toggler {
	color: #ecf0f1;
	border: none;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
	transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
	color: #e74c3c;
}

.nav-link .icon {
	font-size: 18px;
	margin-right: 5px;
}

.nav-link .btn {
	background-color: #ffffff;
	color: #000;
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.nav-link .btn:hover {
	background-color: transparent;
	color: #ffffff;
}
/* Custom Section */
.custom-section {
	padding: 80px 0; /* Внутренние отступы секции */
	text-align: center; /* Выравнивание содержимого по центру */
}

/* Стили для описания */
.info-description {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Стили для кнопки */
.btn {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* Стили для фиолетовой кнопки */
.btn-purple {
	background-color: #01a0e2;
	color: #fff;
	border: 2px solid #01a0e2;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Стили для кнопки при наведении */
.btn-purple:hover {
	background-color: transparent;
	color: #01a0e2;
}






.image-slider {
	display: flex;
	align-items: center;
}
.image-slider img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-right: 20px;
}
.image-text {
	font-size: 18px;
	color: #2c3e50;
	margin-right: 20px;
}
.info {
	font-size: 18px;
	color: #2c3e50;
}
/* Ваш стиль */
.advantages {
	padding: 60px 0;
}

.advantage-item {
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
}

.advantage-item:hover {
	transform: translateY(-5px);
}

.advantage-icon {
	font-size: 36px;
	margin-bottom: 10px;
}

.advantage-title {
	font-size: 24px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 10px;
}

.advantage-text {
	font-size: 18px;
	color: #2c3e50;
}
.services {
	padding: 60px 0;
}
.service-item {
	position: relative;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}
.service-item:hover {
	transform: scale(1.05);
}
.service-image {
	max-width: 100%;
	border-radius: 8px;
}
.service-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.service-item:hover .service-overlay {
	opacity: 1;
}
.service-title {
	font-size: 24px;
	font-weight: bold;
	color: #ecf0f1;
	margin-bottom: 10px;
}
.service-button {
	margin-top: 10px;
}
.service-button a {
	padding: 10px 20px;
	background-color: transparent;
	color: #3498db;
	border: 2px solid #3498db;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.service-button a:hover {
	background-color: #3498db;
	color: #ecf0f1;
}

/* Стили для формы заказа */
.order-form {
	padding: 60px 0;
	background-color: #ecf0f1;
}

.order-form h2 {
	text-align: center;
	margin-bottom: 30px;
}

.order-form form {
	max-width: 600px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.order-form label {
	font-size: 18px;
}

.order-form select,
.order-form input[type="text"],
.order-form input[type="number"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.order-form input[type="submit"] {
	background-color: #e74c3c;
	color: #ecf0f1;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.order-form input[type="submit"]:hover {
	background-color: #c0392b;
}

/* Стили для кнопки загрузки файлов */
.file-upload-label {
	display: inline-block;
	background-color: #f39c12;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.file-upload-label:hover {
	background-color: #e67e22;
}

/* Стили для элемента выбора файла */
.file-upload-input {
	display: none;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	width: -webkit-fill-available;
	height: 50px;
}


/* Стили для секции "Наши отделы" */
.map {
	padding: 60px 0;
}

.department {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.department-title {
	font-size: 24px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 10px;
}

.department-address,
.department-contact {
	font-size: 18px;
	color: #2c3e50;
	margin-bottom: 10px;
}


/* Стили для иконки WhatsApp */
.whatsapp-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	text-align: center;
	opacity: 0;
	animation: fadeIn 0.5s 5s forwards;
}

.icon {
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cloud {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	padding: 10px 15px;
	bottom: 80px;
	right: -160px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	animation: slideIn 0.5s 5s forwards;
}

.cloud-text {
	font-size: 12px;
	color: #555;
	margin: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: left;
	border-collapse: separate;
	border-spacing: 5px;
	background: #fff;
	color: #000;
	border: 3px solid #000000;
	border-radius: 10px;
}
th {
	font-size: 18px;
	padding: 10px;
}
td {
	background: #bfdff5;
	padding: 5px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child {
		border-bottom: 0;
	}
}