/* Шрифты */
/* -------------------------------------------------------------------------- */
/* cyrillic-ext */
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/RobotoCyrilicExt400.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/RobotoCyrilicExt700.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/RobotoCyrilic400.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/RobotoCyrilic700.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/RobotoLatinExt400.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/RobotoLatinExt700.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/RobotoLatin400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/RobotoLatin700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* -------------------------------------------------------------------------- */

html
{
    font-size: 16px;
    height: 100%;
}

body 
{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: #4e657a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

footer.main-footer
{
    background-color: #567086;
    box-shadow: 0 -3px 5px 0 rgb(69 92 113 / 59%);
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
    color: white;
    /*flex: 0 0 70px;*/
    height: 70px;
}

a:focus
{
    outline: none;
}

/* navbar */
/* -------------------------------------------------------------------------- */
.navbar 
{
    height: 100px;
    background-color: #567086;
    padding: 0;
    width: 100%;
}
@media (max-width: 574px)
{
    .navbar
    {
        height: 50px;
    }
}

.navbar .div-navbar-container 
{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    margin: 0 auto 0 auto;
    position: relative;
    background: inherit;
}
@media (min-width: 576px)
{
    .navbar .div-navbar-container 
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .navbar .div-navbar-container 
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .navbar .div-navbar-container 
    {
        max-width: 960px;
    }
}
@media (min-width: 1240px)
{
    .navbar .div-navbar-container 
    {
        max-width: 1200px;
        padding: 0;
    }
}

.navbar .div-navbar-container a
{
    text-decoration: none;
}

.navbar .div-navbar-container .div-button
{
    display: flex;
    flex-direction: column;
    Justify-content: center;    
    padding: 0;
    margin: 2px 0px 2px 0px;
}
@media (min-width: 1240px) 
{
    .navbar .div-navbar-container .div-button
    {
        display: none;
    }
}

.navbar .div-navbar-container .a-logo
{
    display: flex;
    flex-direction:row;
    Justify-content: flex-start;    
    align-items: center;
}
.navbar .div-navbar-container .a-logo img
{
    width: 88px;
    height: 73px;
}

.navbar .div-navbar-container .h1-nav-logo 
{
    display: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}
@media (max-width: 574px)
{
    .navbar .div-navbar-container .a-logo img
    {
        display: none;
    }
    .navbar .div-navbar-container .h1-nav-logo 
    {
        display: inline;
    }
}


.navbar .div-navbar-container .div-items 
{
    background: inherit;
    display: none;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 72px;
    right: 13px;
    z-index: 1000;
    width: 200px;
}
.navbar .div-navbar-container .div-items.show
{
    display: flex;     
}
@media (max-width: 574px)
{
    .navbar .div-navbar-container .div-items
    {
        top: 47px;
    }
}
@media (min-width: 1240px) 
{ 
    .navbar .div-navbar-container .div-items 
    {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-direction: row;
        Justify-content: space-between;
        position: static;
        top: auto;
        right: auto;
        z-index: auto;
        height: 100%;    
    }
}

.navbar .div-navbar-container .div-items ul 
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
}
@media (min-width: 1240px) 
{
    .navbar .div-navbar-container .div-items ul 
    {
        flex-direction: row;
        height: 100%;
    }
}    

.navbar .div-navbar-container .div-items li
{
    height: 100%;    
    list-style: none;
    position:relative; 
}
@media (min-width: 1240px) 
{
    .navbar .div-navbar-container .div-items li
    {
        height: 100%;    
    }
}

@media (min-width: 1240px) 
{
    .navbar .div-navbar-container .div-items .ul-1ist-items-1 
    {
        margin-right: auto!important;
        margin-left: auto!important;
    }
}

.navbar .div-navbar-container .div-items li .icons-item
{
    display: flex;
    flex-direction: row;
    Justify-content: center;
}

.navbar .div-navbar-container .div-items .ul-1ist-items-1 li a
{
    display: flex;
    flex-direction: row;
    Justify-content: center;
    color: #fff;
    padding: 15px 0px 15px 0px;
}
.navbar .div-navbar-container .div-items .ul-1ist-items-1 li a.active
{
    cursor: default;
}
.navbar .div-navbar-container .div-items .ul-1ist-items-1 li a:hover:not(.active)
{
    color: #f5a623;
}
@media (min-width: 1240px)
{
    .navbar .div-navbar-container .div-items .ul-1ist-items-1 li a
    {
        height: 100%;
        flex-direction: column;
        padding: 0px 28px 0px 28px;
    }
}

.navbar .div-navbar-container .div-items .ul-1ist-items-1 li a span
{
    padding: 0px 0px 0px 10px;
}
@media (min-width: 1240px)
{
    .navbar .div-navbar-container .div-items .ul-1ist-items-1 li a span
    {
        padding: 0;
    }
}

.navbar .div-navbar-container .div-items .ul-1ist-items-1 li svg 
{
    height: 20px;
    width: 20px;
}
@media (min-width: 1240px) 
{
    .navbar .div-navbar-container .div-items .ul-1ist-items-1 li svg 
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0px 0px 5px 0px;
        height: 30px;
        width: 30px;
    }
    
    .navbar .div-navbar-container .div-items .ul-1ist-items-1 li .icons-item svg 
    {
        margin: 0;
    }
}

.navbar .div-navbar-container .div-items .ul-1ist-items-1 li:has(.dropdown-menu.show) .a-dropdown-menu svg.svg-mail 
{
    display: none;
}

.navbar .div-navbar-container .dropdown-menu
{
    background-color: #567086;
    display: none;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1000; 
}
.navbar .div-navbar-container .dropdown-menu.show
{
     display: flex;  
}
@media (min-width: 1240px)
{
    .navbar .div-navbar-container .dropdown-menu
    {
        position: absolute;
        left: 0;
        top: 100%;
    }
}

.navbar .div-navbar-container .div-items .ul-1ist-items-1 li .dropdown-menu .dropdown-item {
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    Justify-content:center;
}
.navbar .div-navbar-container .div-items .ul-1ist-items-1 li .dropdown-menu .dropdown-item svg {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
}

.navbar .div-navbar-container .div-items .ul-1ist-items-2 li a
{
    height: 100%;
    display: flex;
    flex-direction: row;
    Justify-content: center;
    color: #fff;
    padding: 15px 0px 15px 0px;
}
.navbar .div-navbar-container .div-items .ul-1ist-items-2 li a:hover:not(.active)
{
    color: #f5a623;
}
@media (min-width: 1240px) {
    .navbar .div-navbar-container .div-items .ul-1ist-items-2 li a
    {
        flex-direction: column;
        padding: 0px;
    }
}

.navbar svg
{
    stroke: white;
    fill: white;
}
.navbar a:hover:not(.active) svg
{
    stroke: #f5a623;
    fill: #f5a623;
}

.navbar .drop-down-item
{
    display: flex;
    flex-direction: row;
    Justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.navbar .div-navbar-container .div-items .ul-1ist-items-1 li .drop-down-item svg 
{
    height: 14px;
    width: 14px;
}
@media (min-width: 1240px) 
{
    .navbar .drop-down-item 
    {
        align-items: flex-end;
    }
}

.navbar .active 
{
    background-color: #f5a623;
}

.navbar button
{
    display: flex;
    background-color: transparent;
    stroke: white;
    border-color: #708da8;
    border: 1px solid transparent;
    box-shadow: 0 0px 1px 2px rgb(255 255 255 / 20%);
    border-radius: 0;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
}
.navbar button:focus {
  outline: 0;
}


/* body-container */
/* -------------------------------------------------------------------------- */
.body-container
{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    flex: 1 0 auto;
}
@media (min-width: 576px)
{
    .body-container
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .body-container
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .body-container
    {
        max-width: 960px;
    }
}
@media (min-width: 1240px)
{
    .body-container
    {
        max-width: 1200px;
        padding: 0;
    }
}

.body-container .margin-3rem
{
    margin: 3rem 0 0 0;
}

.body-container p
{
    text-align: justify;
}

/* Кнопки */
/* -------------------------------------------------------------------------- */
.body-container button
{
    background-color: #f5a623;
    border: 2px solid #f5a623;
    border-radius: 0;
    color: white;
    cursor: pointer;
}
.body-container button svg
{
    stroke: white;
    fill: white;
}
.body-container button:focus
{
    outline: none;
}
.body-container button:hover
{
  color: #f5a623;
  background-color: transparent;
  border: 2px solid #f5a623;
}
.body-container button:hover svg
{
    stroke: #f5a623;
    fill: #f5a623;
}
.body-container button:active
{
    color: white;
    background-color: #0062cc;
    border: 2px solid #0062cc;;
    box-shadow: none;
    transform: translate(2px,2px);
}    
.body-container button:active svg
{
    stroke: white;
    fill: white;
}

/* Формы */
/* -------------------------------------------------------------------------- */
.body-container .div-form{
    background-color: #435c70;
    box-shadow: 3px 3px 5px 0 #455c71;
}
.body-container .div-form h2.title-form
{
    font-size: 1.1rem;
    font-weight: 700;
}

/* Элементы */
/* -------------------------------------------------------------------------- */
.body-container input[type="text"],
.body-container input[type="password"]
{
    background-color: #54657d;
    border: none;
    color: white;
    box-sizing: border-box;
    font-size: 1rem;
}
.body-container input[type="checkbox"]
{
    appearance: none;
    position: relative;
    background: #54657d;
    padding:0; 
    margin: 0 0 0 15px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    font-size: 1.1rem;
    border-radius: 50%;
    cursor: pointer;
}
.body-container input[type="checkbox"]::after {
  content: "";  
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  transition: 200ms; 
  overflow: hidden;
  /* Из-за плавной анимации background-image здесь */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 -960 960 960' stroke='%23FFFFFF' stroke-width='30' fill='%23FFFFFF'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");  
}
.body-container input[type="checkbox"]:checked::after {
  width: 30px;
  height: 30px;
  transition: 200ms; 
}
.body-container input:focus[type="text"],
.body-container input:focus[type="password"],
.body-container input:focus[type="checkbox"]
{
    outline: none;
    background-color: #60738e;
    box-shadow: 0 0 0 0.1rem rgb(180, 206, 233, 0.5);
}

.body-container textarea
{
    resize: none;
    background-color: #54657d;
    border: none;
    color: white;
    box-sizing: border-box;
}
.body-container textarea:focus
{
    outline: none;
    background-color: #60738e;
    box-shadow: 0 0 0 0.1rem rgb(180, 206, 233, 0.5);
}

.body-container select
{
  border: none;
  color: #acc6de;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: url(/assets/images/arrow-down.png) 98% no-repeat #50657b;
}
.body-container select:focus {
  outline: 0;
  background-color: #60738e;
  box-shadow: 0 0 0 0.1rem rgb(180, 206, 233, 0.5);
}

/* Ссылки */
/* -------------------------------------------------------------------------- */
.body-container a, .body-container a:active
{
    text-decoration: none;
    color: #C9C9C9;
}
.body-container a:hover
{
    color: #f5a623;
}

/* Секции */
/* -------------------------------------------------------------------------- */
.body-container section
{
    background-color: #435c70;
    padding: 20px;
}
@media (min-width: 768px)
{
    .body-container section
    {
        background-color: #435c70;
        padding: 40px;
    }
}

.body-container section header
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 10px 0;
}
@media (min-width: 768px)
{
    .body-container section header
    {
        padding: 0 0 20px 0;
    }
}

.body-container section header .label
{
    font-size: 1.2rem;
    flex: 1 0 auto;
}
@media (min-width: 576px)
{
    .body-container section header .label
    {
        font-size: 1.5rem;
    }
}

.body-container section header .icon.hidden
{
    display: none;
}

.body-container section header .icon svg
{
    stroke: white;
    fill: white;
}

.body-container section header svg
{
    height: 24px;
    width: 24px;
}
@media (min-width: 768px)
{
    .body-container section header svg
    {
        height: 30px;
        width: 30px;
    }
}

.body-container section header button
{
    margin: 0 0 0 5px;
}

.body-container section .section-body
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.body-container section .section-body .container-table
{
    box-sizing: border-box;
    max-height: 465px;
    overflow-y: scroll;
    width: 100%;
}

.body-container section .section-body button
{
    padding: 14px 28px;
    font-size: 100%;
    font-weight: 600;
    margin: 1rem auto 0 auto;
    box-sizing: border-box;
    align-self: center;
}

.body-container section .section-body .please-wait
{
    padding: 14px 28px;
    font-size: 100%;
    font-weight: 600;
    margin: 1rem auto 0 auto;
    box-sizing: border-box;
    align-self: center;
}

.body-container section .section-body svg
{
    height: 50px;
    width: 50px;
    stroke: white;
    fill: white;
}

.body-container section .section-body { display: flex; }
.body-container section header .button-expand { display: none; }
.body-container section header .button-collapse{ display: block; }
.body-container section .section-body .hidden {display: none;}

.body-container section.collapsed .section-body { display: none; }
.body-container section.collapsed header .button-expand { display: block; }
.body-container section.collapsed header .button-collapse{ display: none; }
.body-container section.collapsed header
{
    padding: 0;
}


/* Таблицы */
/* -------------------------------------------------------------------------- */
.body-container table
{
    background-color: #50697f;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}

.body-container table thead
{
    background-color: #486177;
    color: white;
}

.body-container table thead th
{
    text-align: left;
}

.body-container table tbody.group:hover
{
    background-color: rgba(0,0,0,.075);
    color: #a0c0de;
}

.body-container table td
{
    border-top: 1px solid #415a70;    
}


/* Скроллбар */
/* -------------------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #394f62;
}
::-webkit-scrollbar-thumb {
  background: #6d8da6;
}
::-webkit-scrollbar-thumb:hover {
  background: #8ab5d6;
}


/* Шахматная доска */
/* -------------------------------------------------------------------------- */
/* Этого достаточно чтобы строки таблицы не разезжались */
table.chessboard td
{
    font-size: 0px; 
    border: none;
}
/* Код ниже оставил на всякий случай */
.chessboard img
{
    border:none;
}
/*
.chessboard td img
{
    vertical-align:top;
}
.chessboard .top_board td img
{
    vertical-align: bottom;
}
*/

/* Размер доски для 1 набора изображений */
.chessboard.set1 .top_board .left_board img      {width: 10px; height: 10px;}
.chessboard.set1 .top_board .middle_board img    {width: 34px; height: 10px;}
.chessboard.set1 .top_board .right_board img     {width: 9px;  height: 10px;}
.chessboard.set1 .body_board .left_board img     {width: 10px; height: 34px;}
.chessboard.set1 .body_board .middle_board img   {width: 34px; height: 34px;}
.chessboard.set1 .body_board .right_board img    {width: 9px;  height: 34px;}
.chessboard.set1 .bottom_board .left_board img   {width: 10px; height: 10px;}
.chessboard.set1 .bottom_board .middle_board img {width: 34px; height: 10px;}
.chessboard.set1 .bottom_board .right_board img  {width: 9px;  height: 10px;}
@media (min-width: 768px)
{
    .chessboard.set1 .top_board .left_board img      {width: 19px; height: 20px;}
    .chessboard.set1 .top_board .middle_board img    {width: 68px; height: 20px;}
    .chessboard.set1 .top_board .right_board img     {width: 18px; height: 20px;}
    .chessboard.set1 .body_board .left_board img     {width: 19px; height: 68px;}
    .chessboard.set1 .body_board .middle_board img   {width: 68px; height: 68px;}
    .chessboard.set1 .body_board .right_board img    {width: 18px; height: 68px;}
    .chessboard.set1 .bottom_board .left_board img   {width: 19px; height: 20px;}
    .chessboard.set1 .bottom_board .middle_board img {width: 68px; height: 20px;}
    .chessboard.set1 .bottom_board .right_board img  {width: 18px; height: 20px;}
}
/* Размер доски для 2 набора изображений */
.chessboard.set2 .top_board .left_board img      {width: 10px; height: 10px;}
.chessboard.set2 .top_board .middle_board img    {width: 34px; height: 10px;}
.chessboard.set2 .top_board .right_board img     {width: 10px; height: 10px;}
.chessboard.set2 .body_board .left_board img     {width: 10px; height: 34px;}
.chessboard.set2 .body_board .middle_board img   {width: 34px; height: 34px;}
.chessboard.set2 .body_board .right_board img    {width: 10px; height: 34px;}
.chessboard.set2 .bottom_board .left_board img   {width: 10px; height: 10px;}
.chessboard.set2 .bottom_board .middle_board img {width: 34px; height: 10px;}
.chessboard.set2 .bottom_board .right_board img  {width: 10px; height: 10px;}
@media (min-width: 768px)
{
    .chessboard.set2 .top_board .left_board img      {width: 20px; height: 20px;}
    .chessboard.set2 .top_board .middle_board img    {width: 68px; height: 20px;}
    .chessboard.set2 .top_board .right_board img     {width: 20px; height: 20px;}
    .chessboard.set2 .body_board .left_board img     {width: 20px; height: 68px;}
    .chessboard.set2 .body_board .middle_board img   {width: 68px; height: 68px;}
    .chessboard.set2 .body_board .right_board img    {width: 20px; height: 68px;}
    .chessboard.set2 .bottom_board .left_board img   {width: 20px; height: 20px;}
    .chessboard.set2 .bottom_board .middle_board img {width: 68px; height: 20px;}
    .chessboard.set2 .bottom_board .right_board img  {width: 20px; height: 20px;}
}
/* Размер доски для 3 набора изображений */
.chessboard.set3 .top_board .left_board img      {width: 10px; height: 10px;}
.chessboard.set3 .top_board .middle_board img    {width: 34px; height: 10px;}
.chessboard.set3 .top_board .right_board img     {width: 9px;  height: 10px;}
.chessboard.set3 .body_board .left_board img     {width: 10px; height: 34px;}
.chessboard.set3 .body_board .middle_board img   {width: 34px; height: 34px;}
.chessboard.set3 .body_board .right_board img    {width: 9px;  height: 34px;}
.chessboard.set3 .bottom_board .left_board img   {width: 10px; height: 10px;}
.chessboard.set3 .bottom_board .middle_board img {width: 34px; height: 10px;}
.chessboard.set3 .bottom_board .right_board img  {width: 9px;  height: 10px;}
@media (min-width: 768px)
{
    .chessboard.set3 .top_board .left_board img      {width: 19px; height: 20px;}
    .chessboard.set3 .top_board .middle_board img    {width: 68px; height: 20px;}
    .chessboard.set3 .top_board .right_board img     {width: 18px; height: 20px;}
    .chessboard.set3 .body_board .left_board img     {width: 19px; height: 68px;}
    .chessboard.set3 .body_board .middle_board img   {width: 68px; height: 68px;}
    .chessboard.set3 .body_board .right_board img    {width: 18px; height: 68px;}
    .chessboard.set3 .bottom_board .left_board img   {width: 19px; height: 20px;}
    .chessboard.set3 .bottom_board .middle_board img {width: 68px; height: 20px;}
    .chessboard.set3 .bottom_board .right_board img  {width: 18px; height: 20px;}
}

/* Кнопки навигации */
.navigation-chessboard
{
    display: flex;
    flex-direction: row;
    Justify-content:center;
    margin: 10px 0px 5px 0px;
}
.navigation-chessboard button
{
    margin: 0px 15px 0px 0px;
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 50%);
}

.navigation-chessboard button svg
{
    stroke-width: 2;
    width: 24px;
    height: 24px;
}
@media (min-width: 768px)
{
    .navigation-chessboard
    {
        margin: 15px 0px 10px 0px;
    }
    .navigation-chessboard button
    {
        margin: 0px 10px 0px 0px;
        box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 50%);
    }    
   .navigation-chessboard button svg
    {
        width: 48px;
        height: 48px;
        stroke-width: 1;
    }
}

/* Всплывающая подсказка */
.container-hint
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.1rem solid rgb(180, 206, 233, 0.5);
    display: block;
    background-color: #60738e; 
    position:absolute;
    color: white;
    font-size: 0.9rem;
    cursor: pointer;
}
.container-hint .current-hint
{
    background-color: #f5a623;
}
.container-hint .item-container-hint:hover
{
    font-style: italic;
}

/* Подвал страницы */
/* -------------------------------------------------------------------------- */
footer.main-footer a, footer.main-footer a:active
{
    text-decoration: none;
    color: #C9C9C9;
}
footer.main-footer a:hover
{
    color: #f5a623;
}

footer.main-footer .footer-content
{
    height: 100%;
    padding: 0px 15px 0px 15px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
footer.main-footer .footer-content .gamer-info
{
    text-align: right;
    margin: 0px 0px 0px auto;
}
footer.main-footer .footer-content .home-link
{
    display: none;
}
@media (min-width: 576px)
{
    footer.main-footer .footer-content .home-link
    {
        display: block;
    }
}
footer.main-footer .footer-content .home-link-only
{
    margin: 0px auto 0px auto;
}

@media (min-width: 576px)
{
    footer.main-footer .footer-content
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    footer.main-footer .footer-content
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    footer.main-footer .footer-content
    {
        max-width: 960px;
    }
}
@media (min-width: 1240px)
{
    footer.main-footer .footer-content
    {
        max-width: 1200px;
        padding: 0;
    }
}

/* Модальные формы */
/* -------------------------------------------------------------------------- */
.lock-layer
{
    position: fixed;    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    top:  0;
    left: 0;
    width:  100%; 
    height: 100%;
    z-index: 1000;
    border: 0;
    background-color: transparent;
}

.lock-layer .container-modal-form
{
    background-color: #435c70;
    box-shadow: 0px 0px 10px 0 rgb(255 255 255 / 20%);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    max-width: 250px;
    box-sizing: border-box;
}
@media (min-width: 576px)
{
    .lock-layer .container-modal-form
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .lock-layer .container-modal-form
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .lock-layer .container-modal-form
    {
        max-width: 960px;
    }
}
@media (min-width: 1240px)
{
    .lock-layer .container-modal-form
    {
        max-width: 1200px;
    }
}

