* {	
margin: 0;
padding: 0;
border: 0;
color: white;
font-family: microsoftsansserif, Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif
}
.rub {
  font-family: arial;
  vertical-align: middle;
  border-bottom: 1px solid;
  line-height: 5px;
  display: inline-block;
  width: 0.4em;
}
.d3 {
width: 0; 
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 20px solid #24375B;
}
html, body {
    height: 100%;
	min-width: 375px;
	background-position: fixed;
	background-size: cover;
}
body{
	background: url(../img/index3.jpg) 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
	background-attachment: fixed;
	text-align: center;
	
}
a{
	text-decoration: none;
	color: white;
}
a:active{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.clear{
	clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

	.logo1{
		width: 250px;
		margin: 0 0 10px 0;
	}
	.href1 {
    font-size: 18px; /* Размер шрифта */
    margin: 5px 15px; /* Отступы по вертикали и горизонтали */
    color: #b0b0b0; /* Светлый серый цвет текста */
    text-decoration: none; /* Убираем стандартное подчеркивание */
    font-weight: 500; /* Жирность шрифта */
    transition: color 0.3s ease, transform 0.3s ease; /* Плавный переход при наведении */
}

.href1:hover {
    color: #d1d1d1; /* Светлее серый при наведении */
    transform: scale(1.05); /* Легкое увеличение размера при наведении */
}

.href1:active {
    color: #b0b0b0; /* Возвращаем исходный светлый серый при нажатии */
    transform: scale(1); /* Возвращаем исходный размер при нажатии */
}


	.text_1 {
    display: inline-block; /* Текст будет располагаться в одной строке с другими элементами */
    font-size: 25px; /* Размер шрифта */
    margin-bottom: 10px; /* Отступ снизу */
    color: #d1d1d1; /* Очень светлый серый цвет текста */
    font-weight: 500; /* Полужирное начертание */
    text-transform: uppercase; /* Преобразование текста в верхний регистр */
    letter-spacing: 1px; /* Небольшой межбуквенный интервал */
    transition: color 0.3s ease; /* Плавный переход для изменения цвета */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3); /* Эффект блеска */
}

.text_1:hover {
    color: #f2f2f2; /* Ещё светлее серый при наведении */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6); /* Усиленный эффект блеска при наведении */
}

	.bg_header {
    background: rgba(19, 20, 25, 0.5); /* Темный фон с прозрачностью 0.8 */
}
	.button_1 {
    background: linear-gradient(145deg, #d3d3d3, #b0b0b0); /* Градиент от светло-серого до серого */
    margin: 5px 10px; 
    color: black; 
    padding: 10px 20px; /* Отступы по вертикали и горизонтали */
    font-size: 16px; /* Размер шрифта */
    font-weight: bold; /* Жирный шрифт */
    border: 1px solid #ccc; /* Тонкая серая рамка */
    border-radius: 5px; /* Сглаженные углы */
    cursor: pointer; /* Курсор как рука при наведении */
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1); /* Внутренний и внешний тени */
    transition: all 0.3s ease; /* Плавный переход для всех эффектов */
}

.button_1:hover {
    background: linear-gradient(145deg, #e1e1e1, #d1d1d1); /* Легкое осветление при наведении */
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 3px 6px rgba(0, 0, 0, 0.2); /* Увеличиваем тень */
    transform: translateY(-2px); /* Легкое поднятие кнопки */
}

.button_1:active {
    background: linear-gradient(145deg, #b0b0b0, #9e9e9e); /* Темнее при нажатии */
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2); /* Меняем тени */
    transform: translateY(0); /* Возвращаем кнопку в исходное положение */
}
.index_text_0 {
        width: 90%; /* Ширина блока */
		text-align: center;
        background: #f0f0f0; /* Светло-серый фон */
        border-radius: 20px; /* Сглаженные углы */
        padding: 20px 30px; /* Удобные отступы */
        margin: 30px auto; /* Отступы сверху и снизу, выравнивание по центру */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Легкая тень для глубины */
        font-family: 'Arial', sans-serif; /* Шрифт */
    }

    .index_text_1 {
        font-size: 26px; /* Размер заголовка */
        font-weight: bold; /* Жирный шрифт */
        color: #333; /* Темный цвет для заголовка */
        margin-bottom: 15px; /* Отступ снизу */
        line-height: 1.4; /* Межстрочный интервал для удобства восприятия */
    }

    .index_text_2 {
        font-size: 18px; /* Размер основного текста */
        color: #666; /* Серый цвет для основного текста */
        line-height: 1.6; /* Увеличенный межстрочный интервал */
        text-align: center; /* Выравнивание текста по ширине */
    }
	.bg_1 {
        background: url(../img/index5.jpg) 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
	text-align: center;
	padding: 30px 10px;
    }
	.bg_2 {
        background: url(../img/index4.jpg) 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
	text-align: center;
	padding: 30px 10px;
    }
  .advantages-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
        margin: 30px 0;
    }

    .advantage-block {
		vertical-align: top;
        background: #f0f0f0;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 270px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .advantage-block:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .advantage-icon {
        font-size: 40px;
        color: #007bff;
        margin-bottom: 15px;
    }
	.advantage_img{
		width: 100px;
		height: 100px;
	}

    .advantage-title {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .advantage-description {
        font-size: 16px;
        color: #666;
        line-height: 1.5;
    }

@font-face {
font-family: "microsoftsansserif"; 
src: url("../fonts/microsoftsansserif.ttf"); 
src: url("../fonts/microsoftsansserif.ttf?#iefix") format("embedded-opentype"),
url("../fonts/microsoftsansserif.ttf") format("woff"), 
url("../fonts/microsoftsansserif.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 





