.razmetka {
    border: 1px solid #eae8e8;
    border-radius: 10px;
    margin: 20px auto;
    margin-top: 0;
    background-color: #ffffff;
}

.razmetka h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.razmetka__table {
    width: 100%;
    font-size: 23px;
    text-align: center;
    border-collapse: collapse;
}

.razmetka__inn-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.razmetka__table td {
    border: 1px solid #eae8e8;
}

.razmetka__img {
    width: 200px;
    min-width: 100px;
}

.razmetka__more {
    width: 60px;
}

.razmetka__tr-more--hidden {
    display: none;
}

.razmetka__tr-more {
    text-align: left;
    background-color: #f1f1f1;
}

body.dark .razmetka__tr-more {
    background-color: #000000;
    color: #9b9b9b;
}

.razmetka__td-more {
    padding: 20px;
}

.razmetka__more-btn {
    display: block;
    margin: 5px;
    width: 30px;
    height: 30px;
    font-size: 0px;
    border: none;
    background-color: transparent;
    background-image: url('https://pdd-exam.ru/znaki/img/arrow.svg');
    background-size: cover;
    opacity: 0.4;
}

.razmetka__more-btn:hover,
.razmetka__more-btn:focus {
    opacity: 1;
}

.razmetka__num {
    text-align: center;
    width: 100px;
}

.razmetka__more-title {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.razmetka__more-desc {
    margin: 0;
    padding: 0;
    color: #898c8b;
}

.razmetka__more-text {
    padding: 10px 0;
    line-height: 1.2;
}

.razmetka__tr:hover, .razmetka__tr:focus {
    background: rgb(224, 243, 250);
    background: -moz-linear-gradient(top, rgba(224, 243, 250, 1) 0%, rgba(216, 240, 252, 1) 50%, rgba(184, 226, 246, 1) 51%, rgba(182, 223, 253, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(224, 243, 250, 1) 0%, rgba(216, 240, 252, 1) 50%, rgba(184, 226, 246, 1) 51%, rgba(182, 223, 253, 1) 100%);
    background: linear-gradient(to bottom, rgba(224, 243, 250, 1) 0%, rgba(216, 240, 252, 1) 50%, rgba(184, 226, 246, 1) 51%, rgba(182, 223, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 );
    cursor: pointer;
}

body.dark .razmetka__tr:hover,
body.dark .razmetka__tr:focus {
    background: linear-gradient(to bottom, rgb(52 52 52) 0%, rgb(84 84 84) 50%, rgb(64 64 64) 51%, rgb(80 80 80) 100%);
}

.razmetka__up-btn {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #0073f773;
    padding: 5px 15px;
    text-align: center;
    color: white !important;
}

.razmetka__up-btn:hover,
.razmetka__up-btn:focus {
    background-color: #0354b1d5;
}

.razmetka__more-img {
    width: 100%;
    max-width: 750px;
}