.button-container {
    width: 95%; 
    display: flex;
    flex-wrap: wrap;
    font-family: 'Times New Roman', Times, serif;
    margin-top:3px;
    justify-content: center;
    padding: 0 0 3pt 0;
    align-items: center; /* Выравниваем кнопки по центру вертикально */
/*   justify-content: space-around; /* Равномерно распределяем кнопки по контейнеру */

}

 .button-container a {
        margin: 2px; /* Добавляем отступ снизу между кнопками */
        padding: 10px; /* Добавляем внутренний отступ для кнопок */
    }

.button-container li {
        margin: 0 10px; /* Добавляем отступы между кнопками */
}

/*-----------*/


a.button11 {
    position: relative;
    align-items: center;  /* Центровка по вертикали */
    justify-content: center; /* Центровка по горизонтали, если необходимо */
    margin: 10px 8px;
    width: 300px;
    height: 100px;
//    box-shadow: 0px 0px 0px 1px #5c918d;
    background: linear-gradient(#E1EDEC, #daedec);
    border-radius: 4px;
    color: #386161;
    padding: 8px 10px 11px 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
    outline: none;

}

  
.button12 {
    position: relative;
    border-radius: 4px;
    background: linear-gradient(#E1EDEC, #daedec);
    margin: 0 auto;
    color: #386161;
    padding: 10px 10px 10px 10px;
    transition: box-shadow 0.3s ease-in-out; 
    border: 1px solid; /* контуру кнопки */
    box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
    outline: none;
    text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);

   }

.button12:first-line{
  font-size: 110%;
 }
.button12:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background: linear-gradient( #4a8787, #386161);
  box-shadow: none;
  box-shadow: 1px 5px 10px -5px black;
  border-radius: 4px;
  text-shadow: 1px 0px 1px #182e2e;*/
  }
.button12:active {
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;
}

a.button13 {
    display: flex;
    position: relative;
    margin: 12px 12px;
//    box-shadow: 0px 0px 0px 1px #5c918d;
    background: linear-gradient(#E1EDEC, #daedec);
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #386161;
    width: 215px;
    height: 77px;
    padding: 10px 10px;  
    transition: box-shadow 0.3s ease-in-out;
//    text-shadow: none; /* Удалить тень в тексте кнопки */
    text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
    cursor: pointer; /* Изменяет курсор при наведении на элемент */
    box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
    outline: none;
}

a.button13:first-line{
  font-size: 110%;
}
a.button13:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background: linear-gradient( #4a8787, #386161);
  box-shadow: none;
  box-shadow: 1px 5px 10px -5px black;
  border-radius: 4px;
  text-shadow: 1px 0px 1px #182e2e;*/
}
a.button13:active {
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;
}

a.button14 {
    display: inline-block;
    margin: 8px 8px;
    position: relative;
    width: 300px;
    height: 150px;
 //   box-shadow: 0px 0px 0px 1px #5c918d;
    background: linear-gradient( #E1EDEC, #daedec);
    border-radius: 4px;
    color: #386161;
    text-align: center;
    padding: 20px 5px 0px 5px;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
    outline: none;
    font-size: 15px;
}

a.button14:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background: linear-gradient( #4a8787, #386161);
  box-shadow: none;
  box-shadow: 1px 5px 10px -5px black;
  border-radius: 4px;
  text-shadow: 1px 0px 1px #182e2e;*/
}

a.button14:active {
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;
}

/*-----------*/
a.button15{
    display: inline-block;
    margin: 0 8px;
    position: relative;
    width: 300px;
    height: 100px;
 //   box-shadow: 0px 0px 0px 1px #5c918d;
    background: linear-gradient( #E1EDEC, #daedec);
    border-radius: 4px;
    color: #386161;
    text-align: center;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
    outline: none;
}


a.button15:first-line, a.button11:first-line{
  font-size: 110%;

}
a.button15:hover, a.button11:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background: linear-gradient( #4a8787, #386161);
  box-shadow: none;
  box-shadow: 1px 5px 10px -5px black;
  border-radius: 4px;
  text-shadow: 1px 0px 1px #182e2e;*/
}

a.button15:active, a.button11:active {
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;
}


/*-----------*/
a.button16 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:8px;
  width: 760px;
  height: 60px;
  box-sizing:  border-box;
  font-size: 17;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 2px 2px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#408080, #48D1CC 50%, #2F4F4F);
/*  box-shadow: inset rgba(255,255,255,.5) 1px 1px;*/
//   box-shadow: 1px 5px 10px -5px black;
   transition: all 0.3s ease;
   border-radius: 6px;
   text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
   transition: box-shadow 0.3s ease-in-out;
   box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
   outline: none;


}
a.button16:first-line{
  font-size: 110%;
}
a.button16:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background-image: linear-gradient(#5F9EA0, #40E0D0 50%, #5F9EA0);
//  box-shadow: none;
  box-shadow: 1px 5px 10px -5px black;
  transition: all 0.3s ease;
  border-radius: 6px;
  text-shadow: 1px 0px 1px #182e2e;*/
}
a.button16:active {
/*        text-shadow: none;
	background: linear-gradient( #4a8787, #40E0D0);
	box-shadow: 0 1px 0 #f7fafa, inset 1px 0 1px #fff;
	top: 7px; /*глубина нажаьья*/

  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;

}
a.button17 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  box-sizing:  border-box;
  font-size: 15;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 2px 2px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#408080, #48D1CC 50%, #2F4F4F);
/*  box-shadow: inset rgba(255,255,255,.5) 1px 1px;*/
  box-shadow: 1px 5px 10px -5px black;
//   transition: all 0.3s ease;
  border-radius: 6px;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
  outline: none;
  text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
}
a.button17:first-line{
  font-size: 110%;
}
a.button17:hover {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background-image: linear-gradient(#5F9EA0, #40E0D0 50%, #5F9EA0);
  box-shadow: 1px 5px 10px -5px black;
  transition: all 0.3s ease;
  border-radius: 6px;
  text-shadow: 1px 0px 1px #182e2e;*/
}
a.button17:active {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;

/*	background: linear-gradient( #4a8787, #40E0D0);
        text-shadow: none;
	box-shadow: 0 1px 0 #f7fafa, inset 1px 0 1px #fff;
	top: 7px; /*глубина нажаьья*/
}

.split-button18 {
  display: flex;
  margin: 0 8px; /* Маржа внешнего контейнера для выравнивания с оригинальным стилем */
}

.button18 {
  display: inline-flex; /* Использование inline-flex для обеспечения расположения элементов в одну линию */
  justify-content: center; /* Центрирование содержимого кнопки */
  align-items: center; /* Вертикальное центрирование текста внутри кнопки */
  position: relative;
  width: 200px; /* Уменьшаем ширину, так как теперь у нас две кнопки рядом */
  height: 80px;
//  box-shadow: 0px 0px 0px 1px #5c918d;
  background: linear-gradient(#E1EDEC, #daedec);
  border-radius: 0; /* Сброс радиуса скругления для отдельных кнопок */
  color: #386161;
  text-align: center;
  padding: 20px 5px;
  overflow: hidden;
  margin-left: -1px; /* Удаление видимого раздела между кнопками */
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
  outline: none;
  text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
}

/* Закругляем углы только снаружи */
.split-button18 .left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.split-button18 .right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.button18:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255, 255, 255);
  background: linear-gradient(#4a8787, #386161);
  box-shadow: 1px 5px 10px -5px black;
  text-shadow: 1px 0px 1px #182e2e;*/
}

.button18:active {
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;
}

/* Убираем отрицательный отступ для первой кнопки, чтобы избежать наложения */
.split-button18 .left {
  margin-left: 0;
}

/* Добавляем 1px маржин между кнопками для визуального разделения */
.split-button18 .left {
  margin-right: 1px;
}


a.button19 {
    display: inline-block;
    margin: 8px 8px;
    position: relative;
    width: 300px;
    height: 90px;
    background: linear-gradient( #E1EDEC, #daedec);
    border-radius: 4px;
    color: #386161;
    text-align: center;
    padding: 20px 5px 0px 5px;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(74, 135, 135, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 3px rgba(74, 135, 135, 0.5), 0 1px 3px rgba(56, 97, 97, 0.3);
    outline: none;
    font-size: 15px;
}

a.button19:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;
}

a.button19:active {
  background: linear-gradient( #4a8787, #386161);
  top: 1px; /*висота нажиму кнопки*/
  box-shadow: inset 0 1px 3px rgba(218, 237, 236, 0.5), 0 1px 3px rgba(225, 237, 236, 0.3);
  outline: none;
}






.button-d {
    width: 45%; /* Устанавливаем ширину контейнера */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /* Выстраиваем элементы в колонку */
    justify-content: center;
    align-items: center; /* Выравниваем кнопки по центру вертикально */
}

a.button_d {
    position: relative;
    border-radius: 4px;
    margin: 5px 15px;
    padding: 10px;  
    box-shadow: 0px 0px 0px 1px #5c918d;
    background: linear-gradient(#E1EDEC, #daedec);
    color: #386161;
    transition: box-shadow 0.3s ease-in-out; 
    border: 4px solid;
    justify-content: center;
    align-items: center;
}


a.button_d:first-line{
  font-size: 110%;
}
a.button_d:hover {
 background: rgb(224,225,229); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(58,107,107,1) 0%, rgba(58,107,107,1) 2%, rgba(58,107,107,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(58,107,107,1) 0%,rgba(58,107,107,1) 2%,rgba(58,107,107,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
 color: #ffffff;
 box-shadow: 1px 6px 15px -6px black;
 transition: all 0.3s ease;
 text-shadow: 1px 0px 1px black;

/*  color: rgb(255,255,255);
  background: linear-gradient( #4a8787, #386161);
  box-shadow: none;
  box-shadow: 1px 5px 10px -5px black;
  border-radius: 4px;*/
}
a.button_d:active {
   background: linear-gradient( #4a8787, #386161);
   box-shadow: 0 1px 0 #f7fafa, inset 1px 0 1px #222;
   top: 1px; /*висота нажиму кнопки*/
}




@media only screen and (max-width: 800px) {

.button-container {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%; /* Убедитесь, что кнопки могут занимать весь доступный контейнер */
    padding: 0 0 8pt 0;
} 

a.button13, a.button11 {
    font-size: 75%;
    flex: 1 1 calc(50% - 20px); /* Разрешаем кнопкам заполнять до 50% контейнера минус отступы */
    margin: 5px;
    padding: 10px 2px;  
    text-align: center;
}


a.button_d {
    font-size: 45%;
    display: inline-block;
    justify-content: center;
    margin:4px;
    position: relative;
    margin: -10px 5px 15px 5px;  
}

.button12, a.button14, a.button15 {
    display: inline-block;
    font-size: 85%;
    align-items: center; /* Выравниваем кнопки по центру вертикально */
    justify-content: center;
    margin:2px;
    position: relative;
}

.split-button18 {
  width: 80%; /* Уменьшаем ширину, так как теперь у нас две кнопки рядом */
}


}