/*Бургер
.t280__burger span:nth-child(1) {
    top: -2px;
    width: 18px;
}
.t280__main_opened .t280__burger span:nth-child(1) {
    opacity: 0;
}
.t280__small .t280__burger span:nth-child(4){
    top: 14px;
    width: 10px;
}
.t280__main_opened .t280__small .t280__burger span:nth-child(4){
    opacity: 0;
}
*/

/*Бургер2*/
.t-menuburger span:nth-child(1) {
    top: -2px;
    width: 18px;
}
.t-menuburger-opened.t-menuburger__small span:nth-child(1) {
    opacity: 0;
}
.t-menuburger__small span:nth-child(4) {
    top: 20px;
    width: 10px;
}
.t-menuburger-opened.t-menuburger__small span:nth-child(1), .t-menuburger-opened.t-menuburger__small span:nth-child(4){
    opacity: 0;
}
*/


/* Линия в статьях списком */
.t125 hr {
    margin-bottom: 25px;
    border-top: 1px solid #333;
    cursor: pointer;
}

/* Кнопка в КОНСУЛЬТАЦИЯХ - ФОРМА ЗАКАЗА */
.t696 .t-submit {
    width: 360px;
    max-width: 100%;
    height: 24px;
    margin-top:25px;
    margin-bottom:20px;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
    cursor: pointer;
}

/* Кнопка в ФУТЕРЕ - Написать*/
.t-form__submit .t-submit {
    height: 32px;
    margin-top:25px;
    margin-bottom:20px;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
}

/* Кнопка в 404 и СТАТЬЯХ */
tbody .t182__buttons {
    height: 32px;
    cursor: pointer;
}

table td {
    width: 360px;
    max-width: 100%;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
    cursor: pointer;
}

/* Стиль Скролл-бара на сайте */
::-webkit-scrollbar-button { background-image:url(''); background-repeat:no-repeat; width:5px; height:0px } 
::-webkit-scrollbar-track { background-color:#333 } 
::-webkit-scrollbar-thumb { -webkit-border-radius: 0px; border-radius: 0px; background-color:#666; } 
::-webkit-scrollbar-thumb:hover{ background-color:#c1a469; } 
::-webkit-resizer{ background-image:url(''); background-repeat:no-repeat; width:4px; height:0px } 
::-webkit-scrollbar{ width: 4px;
/* -- */