/* Общие стили */
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            color: #333;
            background-color: #f5f5f5;
        }
        
        .container {
            width: 90%;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* Шапка */
        header {
            background-color: #ee833b;
            color: white;
            padding: 20px 0;
            text-align: center;
        }
        
        header h1 {
            margin: 0;
        }
        
        /* Навигация */
        nav {
            background-color: #f1975b;
            padding: 10px;
	    margin-bottom: 20px;
        }
        
        nav ul {
            list-style: none;
            padding: 0;
            margin: 0px;
            display: flex;
            justify-content: center;
        }
        
        nav ul li {
            margin: 0 80px;
        }
        
        nav ul li a {
            color: white;
            text-decoration: none;
            font-weight: bold;
        }
        
        nav ul li a:hover {
            color: #3498db;
        }

/* Стили для выпадающего меню */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: white;
            min-width: 250px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
            border-radius: 5px;
        }
        
        .dropdown-content a {
            color: #000000;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
        
        .dropdown-content a:hover {
            background-color: white;
            color: #f1975b;
        }
        
        .dropdown:hover .dropdown-content {
            display: block;
        }
        
        /* Услуги */
        .services {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 30px 0;
        }
        
        .service {
            background: white;
            border-radius: 50px;
            box-shadow: 0 2px 5px;
            width: 20%;
            margin-bottom: 20px;
            padding : 15px;
            box-sizing: border-box;
        }
        
        .service h3 {
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }
        
        .price {
            font-weight: bold;
            color: #e74c3c;
            font-size: 1.2em;
        }
        
        /* Форма записи */
        .booking-form {
            background: #ffcc7a;
	    padding-left: 60px;
	    padding-bottom: 40px;
            border-radius: 15px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin: 30px 0;
        }

	.booking-form h3{
	font-size: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px
	}
        
        .form-group {
            margin-bottom: 15px;
        }
        
        .form-group input{
	    display: inline-block;
	    font-size: 15px;
            width: 370px;
	    height: 22px;
            padding: 12px;
            border: 1px solid white;
            border-radius: 5px;
	    margin-right: 15px;
	    margin-bottom: 15px;
        }
        
        button {
            background: #3498db;
	    font-size: 18px;
            color: white;
            border: none;
            padding: 10px 30px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1.2 em;
        }
	
	.box{
	width: 15px;
	height: 15px;
	margin-left: 20px;
	margin-right: 10px;
	accent-color: #e0ff70;
	}
        
        button:hover {
            background: #2980b9;
        }
        
        /* Подвал */
        footer {
            background: #ee833b;
            color: black;
            text-align: center;
            padding-top: 20px;
	    padding-bottom: 10px;
            margin-top: 30px;
        }

	.footer_container{
	display: inline-block;
	}
	
	.footer_p{
	align: left;
	font-size: 15px;
	margin-top: 40px;
	}

	.table_footer{
	margin: 10px auto 100px;
	border-spacing: 250px 10px;
	}
        
        /* Адаптивность */
        @media (max-width: 768px) {
            .service {
                width: 100%;
            }
        }
	
	.images{
	padding: 20px;
	margin-top: 10px;
	margin-left: 15px;
	width: 480px;
	border-radius: 50px;
	}

	.table_1 {
	width: 850pt;
	cellpadding: 25pt;
	border-spacing: 10px 1px;
	margin: 10px auto 30px;
	}

	.table_2 {
	width: 95%;
	border: 10px;
	border-spacing: 100px 10px;
	margin: 10px auto 30px;
	}

	.h2_table2 {
	text-align: center;
	margin: 10px auto 40px;
	color: black;
	}
	
	.td-class{
	padding: 15px;
	font-size: 17pt;
	}

	/* Сайт МРТ */

	.p_mrt{
	text-align: justify;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	font-size: 19px;
	}
	
	.ul_mrt{
	text-align: justify;
	font-size: 19px;
	padding-right: 25px;
	padding-bottom: 25px;
	}

	.img_mrt{
	display:block;
	width: 50%;
	margin: 20px auto;
	padding-bottom: 20px
	}

	.h3_mrt{
	padding-left: 25px;
	font-size: 24px;
	align: center;
	}

/*услуги*/

.medical-services {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.diagnostic-service {
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.scan-image {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
    flex-shrink: 0;
}

    .scan-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .scan-image img:hover {
            transform: scale(1.05);
        }


.service-details {
    flex-grow: 1;
}

.procedure-name {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 15px;
}

.procedure-description {
    margin: 10px 0;
    color: #555;
    line-height: 1.5;
}

.procedure-price {
    font-weight: bold;
    color: #e74c3c;
    font-size: 1.2em;
    margin-top: 15px;
    display: inline-block;
}
