body {
  background: url('/assets/images/back-01.jpg') !important;
  position: relative;
}

a {
  color: #0E78BD !important;
}

header .title {
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    margin-right: 8px;
}

header .title p {
    color: #0E78BD;
}
.brand-color {
    color: #0E78BD;
}
header a.navbar-brand {
    width: 11rem;
}
.logo-big {
    min-width: 11rem;
    max-width: 11rem;
}
@media (min-width:992px) {
    .logo-big {
        min-width: 12rem;
        max-width: 12rem;
    }
    
    header a.navbar-brand {
        width: 12rem;
    }

    .content-space-lg-5 {
        padding-top: 14rem!important;
        padding-bottom: 14rem!important;
    }
    
    header .title {
        font-size: 1.2em;
    }
}

@media (max-width:991px) {
  a.navbar-brand {
      margin-right: 0 !important;
  }
}

::selection {
    color: #0E488D;
    background-color:rgba(14, 72, 141, .1)
}

header .navbar-nav-wrap {
    flex-wrap: nowrap;
}

body:after {
    background-color: rgba(255, 255, 255, .5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
body.text-page:after {
    background-color: rgba(255, 255, 255, .7);
}




.table-square-container {
    display: block;
}

.table-square {
    display: grid;
    grid-template-columns: 12% repeat(2, 44%); /* Первый столбец уже */
    /*grid-template-rows: 12% repeat(2, 44%);*/ /* Первая строка меньше */
    /*aspect-ratio: 1/1;*/
    background-color: #ffffff;
}

.cell {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    margin: 4px;
    border-radius: 2px;
}
.cell.vs {
    background-color: rgba(255, 0, 0, 0.1);
}
.cell.vn {
    background-color: rgba(255, 165, 0, 0.1);
}
.cell.ns {
    background-color: rgba(0, 0, 255, 0.1);
}
.cell.nn {
    background-color: rgba(128, 128, 128, 0.1);
}

/* Заголовок строки (первый столбец) */
.row-header {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: bold;
    background-color: #f6f6f6;
}

/* Заголовок столбца (первая строка) */
.col-header {
    font-weight: bold;
    background-color: #f6f6f6;
}

/* Угловая ячейка */
.corner {
    background-color: transparent;
}

.table-square .cell p {
    font-size: 0.7em;
}
.video-adaptive video {
    width: 100%;
}
@media (min-width:992px) {
    .table-square .cell p {
        font-size: 0.8em;
    }
    .video-adaptive video {
        width: 640px;
        height: 480px;
    }
}


.form-check-input:checked {
    background-color:#0E78BD
}

.hide {
    display: none;
}
.accordion-item, .accordion-button, .accordion-collapse {
    background-color: transparent;
}
.accordion-button:not(.collapsed) {
  background-color: transparent; /*#FAFCFF;*/
}


.accordion-button.accordion-button-navy::before {
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E78BD'%3E%3Cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3E%3C/svg%3E");
}
.accordion-button.accordion-button-navy:not(.collapsed)::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E78BD'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");
}

.accordion-button.accordion-square-navy::before {
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E78BD'%3E%3Cpath class='st0' d='M12.7,14.2h-1.4v-1c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.4-0.5,0.9-0.8c0.7-0.5,1-1.1,1-1.7c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.6-0.4-1-0.4c-1,0-1.6,0.7-1.8,2.1l-1.6-0.3c0.1-1,0.5-1.8,1.1-2.4C10.4,7.3,11.2,7,12.2,7c0.9,0,1.7,0.3,2.3,0.8s0.9,1.2,0.9,2c0,0.4-0.1,0.8-0.2,1.2s-0.4,0.6-0.6,0.8c-0.2,0.2-0.7,0.5-1.3,1c-0.2,0.1-0.3,0.3-0.4,0.4C12.8,13.4,12.7,13.7,12.7,14.2z M13,15.2V17h-1.7v-1.8H13z'/%3E%3C/svg%3E");
}

.accordion-button.accordion-square-navy:not(.collapsed)::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E78BD'%3E%3Cpath class='st0' d='M13,15h-2v-1.4c0-0.5,0.1-0.8,0.3-1.1c0.2-0.3,0.6-0.6,1.2-1.1c1-0.7,1.4-1.5,1.4-2.3c0-0.6-0.2-1.1-0.6-1.5S12.6,7.1,12,7.1c-1.4,0-2.2,1-2.5,2.9L7.3,9.6C7.4,8.2,8,7,8.9,6.2s2-1.2,3.3-1.2c1.3,0,2.4,0.4,3.2,1.1c0.8,0.8,1.3,1.7,1.3,2.9c0,0.6-0.1,1.1-0.3,1.6c-0.2,0.5-0.5,0.9-0.8,1.2c-0.3,0.3-0.9,0.8-1.9,1.5c-0.3,0.2-0.4,0.4-0.5,0.6C13.1,14,13,14.4,13,15zM13.4,16.5V19h-2.4v-2.5H13.4z'/%3E%3C/svg%3E");
}

.accordion-button.accordion-exclamation-navy::before {
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E78BD'%3E%3Cpath class='st0' d='M13.1,7l-0.7,7h-0.8l-0.7-7H13.1z M12.9,15.2V17h-1.8v-1.8H12.9z' /%3E%3C/svg%3E");
}

.accordion-button.accordion-exclamation-navy:not(.collapsed)::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E78BD'%3E%3Cpath class='st0' d='M13.5,5l-1,9.8h-1.1l-1-9.8H13.5z M13.2,16.4V19h-2.6v-2.6H13.2z'/%3E%3C/svg%3E");
}

.btn-productivity {
    color: #ffffff;
    background-color: #0E78BD;
    border-color: #1E88CD;
}
.btn-productivity:hover {
    color: #ffffff;
    background-color: #1E88CD; /*#0C68AD;*/
    border-color: #1E88CD;
}
