html {
    width: 100%;
    max-width:100%;
    height: 100%;
    overflow-x:hidden;
}
body {
    margin: 0;
    width: 100%;
    max-width:100%;
    overflow-x:hidden;
    min-height: 100%;
    display: grid;
    grid-template-rows: min-content;
}
img.wp-smiley,img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.bg-grey {
    background: #009867;
}
footer {
    color: white;
}
.language-btn {
    background-color: #4ebb73;
    color: white;
    font-size: 16px;
    font-weight: 300px;
    border-radius: 8px;
    border: solid 3px #4ebb73;
    padding: 4px;
    width: 175px;
    white-space: nowrap;
}
.language-btn:hover {
    background-color: lightblue;
    color: black;
    border-color: lightblue;
    transition: 0.20s;
}
.language-btn:active {
    background-color: #009867;
    color: white;
    border-color: #009867;
    transition: 0.25s;
}
.submit_btn_green, .submit_btn_green:hover, .submit_btn_green:active, .submit_btn_green:focus {
    text-decoration: none;
}
.submit_btn_green:focus{
    color: white;
}
.submit_btn_green{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 40px;
    border-radius: 25px;
    border: 0px;
    text-align: center;
    background-color:#4ebb73;
    color: white;
}
.submit_btn_green:hover{
    background-color:lightblue;
    color: black;
    cursor: pointer;
    border-color: lightblue;
    transition: 0.20s;
}
.submit_btn_shadow:hover{
    box-shadow: 1px 2px 3px 1px green;
    transition: 0.1s;
}

input[type="submit"].submit_btn_otk{
    display: none;
}

/* Сброс стилю таблиці */
.answer_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-decoration: none;
}
/* Сброс стилю полів таблиці */
.answer_table, .answer_table th, .answer_table td {
    border: none;
    padding: 0;
    margin: 0;
}
.answer_table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
.answer_table:hover {
    text-decoration: none;
}
.answer_table thead th{
    font-weight: bold;
}
.answer_table th, .answer_table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.answer_table th {
    background-color: white;
}

.answer_table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.answer_table_pv {
    border: 1px;
    padding: 2px;
}
.answer_table_pv th, .answer_table_pv td{
    font-weight: normal;
    padding: 1px;
    border: none;
}
.navbar_menu .menu-item-1479 > a { color: #be0000; }
.block {
    display: inline-block;
    margin-right: 5px;
}
#to_top_scrollup {font-size: 60px; width: 60px; height: 60px;background-color: #4ebb73;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;right:75px;bottom:6px;}