.form-control-error2 {
    margin: 0px 0 20px;
    color: #e14665;
    font-size: 1.2rem;
    width: 100%;
    max-width: 340px;
    top: .85rem;
    transition: all .5s;
}

.black {
    color:#00f !important;
}

.get-example {
    margin-top:60px;
    font-size:24px;
}

.samples label {
    margin-bottom:5px !important;
}

.samples label .sample-span {
    position:relative;
    top:5px;
    margin-top:5px;
}
.text-red {
    color: #f00;
}

.tonirovka-article {
padding:43px 0;margin-bottom:45px;max-width:1100px
}


.table-text {
    width: 500px;
    vertical-align: middle;
    text-align: left;
}




/* bisarts.ru/telegram-knopka-dlya-sajta.html */

.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
@media (max-width : 800px) {  
.telegram-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}


/* <-- скрытый текст в https://www.solarblock.ru/support */
details {
    min-height: 5px;
    padding: 25px 70px 25px 25px;
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    border: 1px solid #333;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all .3s;
}

details+details {
    margin-top: 20px;
}

details[open] {
    min-height: 50px;
}

details[open] summary ~ * {
  animation: anspl .3s cubic-bezier(.52,.41,.75,.74);
}

@keyframes anspl {
  0%    {opacity: 0; transform: translateY(-50px)}
  100%  {opacity: 1; transform: translateY(0)}
}

details p {
    color: #444;
    font-weight: 400;
    margin: 15px 0;
}

details p:last-child {
    margin-bottom: 0px;
}

summary {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

summary:focus {
    outline: none;
}

summary::-webkit-details-marker {
    display: none
}

summary::before {
    content: '+';
    padding-right: 0.5em;
}
details[open]>summary::before {
    content: '-';
}

.table-instrument {
width:480;
}

/*  скрытый текст в https://www.solarblock.ru/support  -/>  */
