.dline1 {
    line-height: 1.3;
}

.link-url1 {
    font-family: Arial, sans-serif;
    color: #3c763d;
}

.table1 {
    display: flex;
    justify-content: center;
/*  border: 2px solid blue; */
}

.table1text {
    border: solid 1px black;
}

.table1text p {
    width: 250px;
    padding: 5px;
    text-align: left;
}

.table1img {
/*  border: solid 1px black; */
}

.table1img img {
    padding: 0 40px 0 40px; /* Сверху | Справа | Снизу | Слева | padding: 2px 1em 0 1em; */
}

.table2 {
    display: flex;
    justify-content: center;
/*  border: 2px solid blue; */
}

.table2text {
    border: solid 1px black;
}

.table2text p {
    width: 250px;
    padding: 5px;
    text-align: left;
}

.table2img {
/*  border: solid 1px black; */
}

.table2img img {
    padding: 0 40px 0 40px; /* Сверху | Справа | Снизу | Слева | padding: 2px 1em 0 1em; */
}

.table3 {
    display: flex;
    justify-content: center;
/*  border: 2px solid blue; */
}

.table3text {
/*  border: solid 1px black; */
}

.table3text p {
    width: 250px;
    padding: 5px;
    text-align: left;
}

.table3img {
/*  border: solid 1px black; */
}

.table3img img {
    padding: 230px 20px 0 20px; /* Сверху | Справа | Снизу | Слева | padding: 2px 1em 0 1em; */
}

.text1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.text2 {
    width: 582px;
    margin-left: auto;
    margin-right: auto;
}

.text3 {
    width: 800px;
    margin-left: 0px;
    border-color: #d3d3d3;
}

.alert1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
/*  padding: 15px; */
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    text-align: center;
}

details summary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: color .3s;  /* плавная смена цвета */
    cursor: pointer;  /* изменение курсора при наведении */
}

details summary:hover,
details[open] summary {
    color: #3c763d;
}
