@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
    url('../fonts/bebasneueregular.woff2') format('woff2'),
    url('../fonts/bebasneueregular.woff') format('woff'),
    url('../fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
    url('../fonts/bebasneuebold.woff2') format('woff2'),
    url('../fonts/bebasneuebold.woff') format('woff'),
    url('../fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*=======================*/

/*=======================*/

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat"), local("Akrobat-Regular"), url(/fonts/Akrobat.woff2?3b49c320fe64d2be994205867b1609f0) format("woff2"), url(/fonts/Akrobat.woff?c983fca98cb2b88cd4f8707366f185e5) format("woff"), url(/fonts/Akrobat.ttf?865737627e2f2f5027a223c71e006c96) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat Bold"), local("Akrobat-Bold"), url(/fonts/Akrobatbold.woff2?743c04db292c522bcb24e4f31ffee2ba) format("woff2"), url(/fonts/Akrobatbold.woff?9d8ba3229e89c4844ced9d5d22b0d347) format("woff"), url(/fonts/Akrobatbold.ttf?deecd7f6a5c9e19bccdac2b9b93978ed) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.login-logo .logo-img{
        max-width: 350px;
    margin-bottom: -70px;
    max-height: 200px;
}
::-webkit-scrollbar {
  width: 18px;
}

/* Track */

::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}

/* Handle */

/*::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover {*/
/*  background: #FA5D07;*/
/*}*/

::-webkit-scrollbar-thumb {
  background: #ff8128;
  border-radius: 9px;
}

.green-link {
    color: #28a745;
}
button:focus {
    outline: none !important;
}
#add-char-value , #save-char-val {
    display: block;
    width: 200px;
}
.form-p-button:hover {
    background-color: #00c195;
    color: #fff;
}
.form-p-button {
    background-color: #fff;
    margin: 10px 0 0 ;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    border: solid 2px #00c195;
    color: #00c195;
}
/*============================*/

/*Страница чемпионат*/

/*============================*/
.championship-container {
    flex-direction: column;
}

.championship-container h1 {
    z-index: 2;
    color: #333333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.champion-form {
    z-index: 2;
    width: 100%;
    max-width: 660px;
    margin: 0 auto 30px ;
}

.custom-select.active {
    border-radius: 20px 20px 0 0;
    outline: none;
    background-image:
        linear-gradient(45deg, black 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, black 50%);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
.custom-select {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        4px 5px,
        5px 5px,
        1px 1.5em;
    position: relative;
    border: solid 2px #999999;
    color: #666666;
    padding: 5px 15px;
    border-radius: 20px;
    width: calc(100% - 119px);
}

.custom-select select {
    display: none;
}
.select-items div {
    cursor: pointer;
    padding: 5px 0;
    border-bottom: solid 1px #ebebeb;
}
.select-items div:first-child{
    border-top: solid 1px #ebebeb;
}
.select-items div:last-child{
    border-bottom: none;
}
.select-items {
    border-left: solid 2px #999999;
    border-right: solid 2px #999999;
    border-bottom: solid 2px #999999;
    color: #666666;
    padding: 5px 15px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    background-color: #fff;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-left: -2px;
    width: calc(100% + 4px);
}
.select-hide {
    display: none;
}
.select-selected {
    white-space: nowrap;
    overflow: hidden;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}



.result-line {
    cursor: pointer;
}
tr[id*="matches_"] {
    display: none;
    transition: ease-out 0.2s;
}
.champion-form button:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}
.champion-form button {
    cursor: pointer;
    transition: ease-out 0.2s;
    border: solid 2px #00c195;
    border-radius: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00c195;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    margin-left: 10px;
}


.logo-bg {
    width: 100%;
    position: absolute;
    z-index: 0;
}
.championship-container {

    padding: 0 30px;
}

.championship-container h2 {
    z-index: 2;
    color:#333333;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.table-container {
    margin-bottom: 40px;
}
.championship-container table {
    width: 100%;
    z-index: 2;
}
.championship-container th ,.championship-container td {
    color: #222222;
    border: solid 2px #fff;
    text-align: center;
    padding: 5px;
}
.championship-container table tr td:nth-child(2),
.championship-container table tr th:nth-child(2) {
    text-align: left;
    padding: 5px 20px;
}
.championship-container table tr td:nth-child(1),
.championship-container table tr th:nth-child(1) {
    width: 40px;
}
.championship-container table.result-table tr:nth-child(4n) {
    background-color: transparent;
}
.championship-container table tr:nth-child(2n) {
    background-color: #e1e1e1;
}
.championship-container table th {
    color: #919191
}

.championship-container table.rating-table tr th {
    padding-bottom: 40px;
    padding-top: 20px;
    height: 110px;
    text-align: center!important;
    font-size: 18px;
    text-transform: uppercase;
    color: #ae7527;
}
.championship-container table.rating-table th:last-child,
.championship-container table.rating-table td:last-child{
    border-right: none;
}
.championship-container table.rating-table th,
.championship-container table.rating-table td:nth-child(2n){
    border-right: solid 25px #fff;
}
.rating-table th span{
    position: relative;
    color: #bf8413;
    font-size: 26px;
}
.rating-table th span:before{
    content: "";
    position: absolute;
    top: -37px;
    left: -40px;
    width: 40px;
    height: 93px;
    background-image: url("/img/Olive_branch_1.png");
    background-repeat: no-repeat;
}
.rating-table th span:after{
    content: "";
    position: absolute;
    top: -37px;
    right: -40px;
    width: 40px;
    height: 93px;
    background-repeat: no-repeat;
    background-image: url("/img/Olive_branch_2.png");
}
.matches-line td span:first-child{
    float: left;
    margin-left: 35%;
}
.matches-line td span:nth-child(2){
    float: right;
    margin-right: 35%;
}
.matches-line td div:first-child{
    color: #999;
    margin-bottom: 35px;
}
.matches-line td div{
    display: block;
    width: 100%;
}
.admin-filter h3 {
    cursor: pointer;
}
.home-users-row td,
.home-users-row th {
    vertical-align: middle;
    border-bottom: solid 1px #a09595;
}
.home-users-row select{
    font-size: 12px;
}
.home-users-row input{
    color: #000;
    max-width: 70px;
}
.filter-body {
    border: 3px solid rgb(180, 180, 180);

}
.championship-container-admin.championship-container table tr:nth-child( 1n+2) {
    border-bottom: solid 3px #a09595;
}
.championship-container-admin.championship-container table tr td:nth-child(1),
.championship-container-admin.championship-container table tr th:nth-child(1) {
    width: 35%;
}
.championship-container-admin.championship-container table tr td:nth-child(2),
.championship-container-admin.championship-container table tr th:nth-child(2) {
    max-width: 85px;
    text-align: center;
}
.championship-form input{
    width: 100%;
}
.championship-form input {
    margin-bottom: 10px;
}
.championship-container-admin.championship-container th:first-child,
.championship-container-admin.championship-container td:first-child{
    min-width: 200px;
}
.matches-table select{
    width: 100%;
}
.add-btn:hover {
    transition: 0.2s;
    color: #40b510;
    background-color: #fff;
}
.add-btn {
    white-space: nowrap;
    cursor: pointer;
    width: fit-content;
    border: solid 2px #40b510;
    border-radius: 5px;
    color: #fff;
    background-color: #40b510;
}
.matches-table {
    min-width: 800px;
}
.championship-container-admin .table-container {
    overflow: auto;
}
.matches-table td input {
    width: 100%;
}
#add-championship {
    margin-top: 15px;
}






    /*============================*/

/*login*/

/*============================*/

.main-block.login-block form {
    display: flex;
    margin: auto;
    width: 400px;
    flex-direction: column;
    padding: 50px;
}

.main-block.login-block input {
  margin-bottom: 15px;
}

.main-block.login-block .error_login {
  color: red;
}

* {
  box-sizing: border-box;
  margin: 0;
}

p {
  color: #000;
  font-family: "Akrobat", sans-serif;
}
.exit-btn-li {
    padding: 3px 5px 0 0;
}
.exit-btn {
    display: block;
    padding: 5px !important;
}
.screen-container{
    background-size: cover;
    background-position: left;
    position: relative;
    background-image: url('../img/bg_h2o.png');
}
body {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
    background-attachment: fixed;
  background-image: url('../img/bg_h2o.png');
}
.player-characteristic-form {
    width: 100%;
}
.background-image {
    width: 100%;
  z-index: -1;
  position: fixed;
}
.left-menu-el.active a{
    background-color: #00c195;
    border-bottom: solid 3px #d60128;
}
.left-menu-el a:hover {
    color: #d60128;
    text-decoration: none;
}
.left-menu-el {
    list-style: none;

}
.left-menu-el a{
    display: block;
    width: 100%;
    color: #000;
    transition: 0.2s;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    line-height: 20px;
}
.left-admin-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    overflow: auto;
    padding: 0;
}
.all-players-block form.add-block input ,
.all-players-block form.add-block select{
    margin-bottom: 10px;
}
.all-players-block form.add-block{
    padding: 0;
}
.all-players-block {
    width: 100%;
    padding: 10px 70px;
}

.all-players th ,.all-players td {
    flex:1;
    text-align: center;
}
.all-players tr {
    padding-top: 5px;
    align-items: center;
    display: flex;
    border-bottom: solid 1px #b4b4b4 ;
}
.all-players td:nth-child(5) {
    display: flex;
    flex-direction: row-reverse;
}
.all-players-block .all-players td form{
    flex-direction: row-reverse;
    padding: 0;
    margin: 0;
    width: auto;
}
.admin-btn .btn-success:hover{
    color:#28a745;
}
.admin-btn .edit-btn:hover{
    color: #0d2da2;
}
.admin-btn .edit-btn{
    padding: 2px 0px 0 2px;
    color: #fff;
    background-color: #0d2da2;
    border-color: #0d2da2;
}
.admin-btn .delete-btn:hover{
    color: red;
}
.admin-btn .delete-btn{
    color: #fff;
    border-color: red;
    background-color: red;
}
.custom-select-multi-label {
    cursor: pointer;
    white-space: nowrap;
    border: solid 1px;
    padding: 5px;
    border-radius: 10px;
}
.custom-select-multi{
    display: none;
    padding: 3px;
    margin-top: -15px;
    border-top: none;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.admin-btn button:focus{
    border: none;
}
.admin-btn a,
.admin-btn button{
    width: 30px;
    height: 30px;
    transition: 0.2s;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50%;
}
.admin-btn a:hover,
.admin-btn button:hover{
    background-color: #fff;
}

.all-players-block .all-players th form{
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
}
.all-players th button:hover{
    transition: 0.2s;
    color: #40b510;
    background-color: #fff;
}
.all-players th button{
    cursor: pointer;
    width: fit-content;
    border: solid 2px #40b510;
    border-radius: 5px;
    color: #fff;
    background-color: #40b510;
}
.all-players {
    width: 100%;
}
.all-players img{
    max-width: 50px;
}
.modal-log p{
    margin: 0;
}
#player-info-form img {
    max-height: 200px;
    max-width: 210px;
}
#characteristic_filter button {
    max-width: 200px;
}
#characteristic_filter input ,
#characteristic_filter select {
    max-width: 300px;
}
.modal-log p{
    color: #155724;
}
.paginate-container {
    margin: 0 auto;
}
.modal-log {
    z-index: 1051;
    border-radius: 5px;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 20px 30px;
    border-color: #155724;
    background-color: #99f79c;
}
.modal-log.error-log-admin{
    background-color: red;
}
/*===============*/

/*header*/

/*===============*/

header button.navbar-toggler {
  display: none;
}

nav.navbar {
  padding: 0 0 15px;
}

.logo {
  display: flex;
}
.navbar.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.logo-img {
  margin-right: 15px;
    max-width: 232px;
    max-height: 133px;
    margin-bottom: -25px;
}

p.logo-text {
  text-transform: uppercase;
  padding-left: 15px;
  margin: auto 0;
  font-size: 20px;
  line-height: 24px;
  border-left: solid 2px #b4b4b4;
}

.desktop-nav-menu {
  padding: 0;
  margin: auto 0;
  background-color: #fff;
  list-style: none;
  display: flex;
}

.desktop-nav-el a {
  cursor: pointer;
  color: #666666;
  font-weight: 700;
  padding: 10px 55px 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.desktop-nav-el.active a{
    color: #000;
}
.desktop-nav-el.active {
  background-color: #ff8128;
  border-bottom: solid 5px #505050;
}

.desktop-nav-el a:hover {
  color: #d60128;
}

.navbar-nav {
  background-color: #fff;
  text-align: center;
}

/*end header*/

/*===============*/

/*main block*/

/*===============*/

.main-block {
    background-image: url("../img/logo_bg.png");
    margin-bottom: 100px;
  background-color: #fff;
  box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.42);
}

.main-container {
  display: flex;
}

.column-1 {
  width: 36%;
}


.achievement-container {
  margin-top: 20px;
  padding: 27px 10px 15px;
  margin-left: 10px;
  border: solid 1px #dfd49a;
  position: relative;
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
}

.achievement-container h3 {
  position: absolute;
  top: -18px;
  left: calc((100% - 136px)/2);
  padding: 5px 10px;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.achievement-elem img {
    max-height: 55px;
    height: 50px;
  display: block;
  margin: 0 auto;
}

.achievement-elem {
  width: 20%;
  position: relative;
    margin-bottom: 15px;
}

.achievement-elem span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -10px;
  right: -2px;
  line-height: 22px;
  background-color: #d60128;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.info-block-container h3 {
    left: calc((100% - 109px)/2);
}
.info-block-container a {
    cursor: pointer;
    border: dashed 2px #999999;
    padding: 5px 50px;
  text-align: center;
}

.achievement-container.info-block-container {
  border: none;
  padding: 40px 0 20px;
}

.achievement-container.info-block-container h3 {
  top: 8px;
  padding: 0;
}

.achievement-container.info-block-container a:hover{
    border-color: #4a76a8;
}
.achievement-container.info-block-container a:hover i{
    color: #4a76a8;
}

.achievement-container.info-block-container i {
  transition: 0.2s;
  font-size: 30px;
  color: #999999;
}

.column-2 {
  width: 64%;
  padding: 22px 10px 0 30px;
}

#container {
  position: relative;
  width: 100%;
  height: 35%;
  margin: 0;
  padding: 0;
}

.column-2 h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
}

.anychart-credits {
  display: none;
}

g[id*=ac_layer] path {
  stroke-width: 4px;
}

#schedule_ul {
  margin-right: 10px;
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
  padding-left: 15px;
}

.schedule_li {
  list-style: none;
  font-weight: 700;
  margin: 0 5px;
  padding: 7px 30px;
  color: #666666;
  border: solid #666666 2px;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
}

#ac_layer_t {
  display: none;
}

.schedule_li[data-elem="1"].active {
  background-color: #947bff;
  color: #fff;
  border-color: #947bff;
}

.schedule_li[data-elem="2"].active {
  background-color: #3bdc39;
  color: #fff;
  border-color: #3bdc39;
}

.schedule_li[data-elem="3"].active {
  background-color: #de7318;
  color: #fff;
  border-color: #de7318;
}

.schedule_li[data-elem="4"].active {
  background-color: #00a4c7;
  border-color: #00a4c7;
  color: #fff;
}

.schedule_li[data-elem="5"].active {
  background-color: #3e3d7d;
  border-color: #3e3d7d;
  color: #fff;
}

.schedule_li[data-elem="6"].active {
  background-color: #d60128;
  border-color: #d60128;
  color: #fff;
}

.schedule_li[data-elem="1"]:hover {
  border-color: #947bff;
}

.schedule_li[data-elem="2"]:hover {
  border-color: #3bdc39;
}

.schedule_li[data-elem="3"]:hover {
  border-color: #de7318;
}

.schedule_li[data-elem="4"]:hover {
  border-color: #00a4c7;
}

.schedule_li[data-elem="5"]:hover {
  border-color: #3e3d7d;
}

.schedule_li[data-elem="6"]:hover {
  border-color: #d60128;
}

.text-block {
  padding: 19px 30px 0 17px;
  overflow: auto;
  max-height: 300px;
  margin-right: 10px;
  margin-top: 25px;
}

/*===============*/

/*Adaptive style*/

/*===============*/

@media (max-width: 1199px) {
    .desktop-nav-menu {
        width: 100%;
        justify-content: space-between;
    }
    .championship-container table.rating-table tr th {
        font-size: 16px;
    }
    .rating-table th span {
        font-size: 20px;
    }
  .desktop-nav-el {
    font-size: 18px;
  }





  .achievement-container.info-block-container {
    padding: 40px 90px 20px;
  }

  #schedule_ul {
    margin-top: 20px;
  }

  .schedule_li {
    margin: 0 5px;
    padding: 5px 23px;
    font-size: 14px;
  }

  .text-block {
    max-height: 270px;
  }
}

@media (max-width: 991px) {
    .exit-btn {
        font-size: 12px !important;
        padding: 4px !important;
    }
    .exit-btn-li {
        padding: 2px 2px 0 0;
    }
    .table-container {
        overflow: auto;
    }
    .championship-container table {
        min-width: 870px;
    }
  .navbar-brand {
    margin: 0 auto;
  }

  .desktop-nav-menu {
    margin: 0 auto 0 auto;
  }
    .desktop-nav-el a {
        padding: 2px 30px 2px;
        font-size: 16px;
    }




  .achievement-container h3 {
    font-size: 14px;
    left: calc((100% - 104px)/2);
  }

  .achievement-elem img {
    display: block;
    margin: 0 auto;
    max-height: 35px;
  }

  .achievement-elem span {
    width: 20px;
    height: 20px;
    top: -10px;
    right: 0;
    line-height: 19px;
    font-size: 14px;
  }

  .achievement-container.info-block-container {
    padding: 27px 50px 20px 40px;
  }

  .column-2 {
    padding: 12px 10px 0 15px;
  }

  .column-2 h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
  }

  .schedule_li {
    margin: 0 3px;
    padding: 3px 17px;
    font-size: 12px;
  }

  .text-block {
    max-height: 170px;
  }
}

@media (max-width: 767px) {
    .exit-btn {
        display: inline-block;
    }
    .navbar-brand {
    margin: 0;
  }
  .desktop-nav-menu {
    display: none;
  }

  header button.navbar-toggler {
    display: block;
  }

  .main-container {
    flex-direction: column;
  }

  .column-1,
  .column-2 {
    width: 100%;
  }

  .main-block {
    margin-top: 20px;
  }



  .achievement-container, .progress-bar-custom-container {
    margin-right: 10px;
  }

  .achievement-container h3 {
    left: calc((100% - 136px)/2);
    font-size: 16px;
  }

  .achievement-elem span {
    width: 25px;
    height: 25px;
    top: -5px;
    right: 7px;
    line-height: 22px;
    font-size: 20px;
  }

  .achievement-container.info-block-container {
    padding: 40px 130px 20px;
  }

  .achievement-elem img {
    max-height: 70px;
}

  .achievement-elem span {
    top: -11px;
    right: 15px;
  }

  .achievement-container.info-block-container h3 {
    left: calc((100% - 109px)/2);
  }

  .text-block {
    max-height: 200px;
    margin-bottom: 15px;
  }
}


@media (max-width: 480px) {

    .championship-container h2 {
        font-size: 26px;
    }
  .logo-img {
        margin-right: 10px;
      max-width: 180px;
          max-height: 103px;
      margin-bottom: -40px;
  }
  p.logo-text {
    padding-left: 10px;
    font-size: 16px;
    line-height: 23px;
  }


  #schedule_ul {
    flex-wrap: wrap;
    justify-content: start;
  }

  .schedule_li {
    margin-bottom: 7px;
  }

  g[id*=ac_layer] path {
    stroke-width: 2px;
  }
}

@media (max-width: 425px) {
  .achievement-container {
    padding: 25px 5px 15px;
  }

  .achievement-elem span {
    top: -15px;
    right: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .achievement-container.info-block-container {
    padding: 40px 75px 40px;
  }

  .column-2 h1 {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
    .custom-select {
        font-size: 14px;
    }
    .championship-container {
        padding: 0 15px;
    }
}
@media (max-width: 375px) {
    .matches-line td span:nth-child(2) {
        margin-right: 72%;
    }
    .matches-line td span:first-child {
        margin-left: 10px;
    }
  .achievement-container.info-block-container {
    padding: 40px 60px 40px;
  }

  .logo .logo-img{
    max-width: 220px;
    height: auto;
  }

  p.logo-text {
    font-size: 15px;
  }
}

.progress-block.active {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 19px 0 27px;
}

.progress-block {
  display: none;
}

.progress-block h1 {
  color: #333333;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: -1px;
}

.progress-year {
  display: flex;
  align-items: baseline;
}

.progress-year button:hover {
  color: #d60128;
}

.progress-year button {
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  font-size: 37px;
}

.prev-year {
  padding-right: 43px;
}

.next-year {
  padding-left: 50px;
  padding-right: 18px;
}

.calendar {
  color: #333333;
  margin-right: 20px;
  font-size: 30px;
}

.year-text {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
}

.progress-elem-container {
  padding: 0;
  width: 100%;
}

.progress-title-container.progress-title-container-mobile {
  display: none;
}

.progress-title-container,
.progress-row {
  display: flex;
  width: 100%;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 11px;
}
.progress-row td img:first-child{
    display: block;
}


.progress-title-container {
  padding-right: 48px;
}

.progress-row {
  margin-top: 0;
  margin-bottom: 0;
}

.progress-title,
.progress-elem {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  padding: 16px;
  width: calc((100% - 252px)/9);
  background-color: #d3d3d3;
}

.progress-title:first-child {
  min-width: 252px;
}

.progress-title:nth-child(odd) {
  background-color: #b8b8b8;
}

.progress-elem-container {
  margin-bottom: 47px;
  padding-right: 30px;
  width: 100%;
  position: relative;
  max-height: 285px;
  overflow: auto;
}

.field-img {
    background-repeat: no-repeat;
    background-size: cover;
  background-image: url('../img/water_table_bg.png');
}

.progress-elem-container table {
  width: 100%;
  padding: 0;
}

.progress-row {
  height: 57px;
}

.progress-row td img {
  margin: auto;
      max-height: 50px;
  max-width: 35px;
    display: none;
}
.progress-row:nth-child(even) td .span-row{
    background: #FFFFFF;
    opacity: 0.2;
}
.progress-row td:nth-child(odd) .span-col{
    background: #0474A9;
    mix-blend-mode: multiply;
    opacity: 0.3;
}
.progress-row td span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.progress-row td p ,.progress-row td img{
        line-height: 20px;
    margin: auto;
    color: #fff;
    font-size: 15px;
    z-index: 3;
}
.progress-row td{
    display: flex;
    padding: 0 10px;
    width: calc((100% - 252px)/9);
    position: relative;
}

.progress-row td:first-child {
  min-width: 252px;
}

.progress-text-block {
  padding: 0;
  margin-bottom: 40px;
  margin-right: 0;
}

.prev-month,
.next-month {
  display: none;
}

@media (max-width: 1199px) {
  /*.field-img {*/
  /*  background-image: url(/images/green_grass_836.png?03fee142650768c477439f5c8702bdc3);*/
  /*}*/

  .progress-title:first-child {
    min-width: 208px;
  }

  .progress-title,
  .progress-elem {
    width: calc((100% - 208px)/9);
  }

  .progress-title,
  .progress-elem {
    font-size: 12px;
    padding: 12px;
  }

  .progress-row td:first-child {
    min-width: 208px;
  }

  .progress-row {
    padding-right: 0;
  }

  .progress-row td {
    font-size: 14px;
    width: calc((100% - 208px)/9);
  }

  .progress-row td img {
        height: 45px;
    }

  .progress-row {
    height: 63px;
  }
}

@media (max-width: 991px) {
  /*.field-img {*/
  /*  background-image: url(/images/green_grass_6_mounth.png?12ede480a162f0cc2fd292e75fe04d8b);*/
  /*}*/

  .progress-title:first-child {
    min-width: 178px;
  }

  .progress-title,
  .progress-elem {
    width: calc((100% - 178px)/7);
  }

  .progress-title:nth-child(9),
  .progress-title:nth-child(10),
  .progress-title:nth-child(11),
  .progress-title:nth-child(12),
  .progress-title:nth-child(13),
  .progress-title:nth-child(14) {
    display: none;
  }

  .progress-row td:first-child {
    min-width: 178px;
  }

  .progress-row td {
    width: calc((100% - 178px)/7);
  }

  .progress-row td:nth-child(9),
  .progress-row td:nth-child(10),
  .progress-row td:nth-child(11),
  .progress-row td:nth-child(12),
  .progress-row td:nth-child(13),
  .progress-row td:nth-child(14) {
    display: none;
  }

  .progress-row {
    height: 53px;
  }

  .progress-title-container {
    position: relative;
  }

  .month-btn-container {
    display: flex;
  }

  .prev-month,
  .next-month {
    display: block;
    outline: none !important;
    border: none;
    background: transparent;
    font-size: 30px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .prev-month:disabled,
  .next-month:disabled {
    color: #b8b8b8;
  }

  .prev-month {
    margin-right: 60px;
  }

  .progress-elem-container {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
    .matches-line td span:first-child {
        margin-left: 50px;
    }
    .matches-line td span:nth-child(2) {
        margin-right: 63%;
    }
  /*.field-img {*/
  /*  background-image: url(/images/green_grass_4_mounth.png?94f29acd9e992aac742772630af2d4bd);*/
  /*}*/

  .progress-title:first-child {
    min-width: 156px;
  }

  .progress-title,
  .progress-elem {
    width: calc((100% - 156px)/5);
  }

  .progress-row td:first-child {
    min-width: 156px;
  }

  .progress-row td {
    width: calc((100% - 156px)/5);
  }

  .progress-title:nth-child(7),
  .progress-title:nth-child(8),
  .progress-title:nth-child(9),
  .progress-title:nth-child(10),
  .progress-title:nth-child(11),
  .progress-title:nth-child(12),
  .progress-title:nth-child(13),
  .progress-title:nth-child(14) {
    display: none;
  }

  .progress-row td:nth-child(7),
  .progress-row td:nth-child(8),
  .progress-row td:nth-child(9),
  .progress-row td:nth-child(10),
  .progress-row td:nth-child(11),
  .progress-row td:nth-child(12),
  .progress-row td:nth-child(13),
  .progress-row td:nth-child(14) {
    display: none;
  }

  .progress-row {
    height: 47.5px;
  }

  .progress-row td img {
    max-width: 25px;
  }
}

@media (max-width: 575px) {
  /*.field-img {*/
  /*  min-width: 1015px;*/
  /*  background-image: url(/images/green_grass.png?63af37b23e175590641b4fe772e61912);*/
  /*}*/

  

  .progress-title {
    padding: 23px 0;
    text-align: center;
  }

  .progress-title-container {
    display: none;
  }

  .progress-title-container.progress-title-container-mobile {
    display: flex;
    margin: 0;
    padding: 0;
  }

  .progress-row,
  .progress-title-container-mobile {
    height: 57px;
  }

  .progress-row td:first-child,
  .progress-title:first-child {
    min-width: 189px;
  }

  .progress-row td,
  .progress-title {
    width: calc((1015px - 189px)/13);
  }

  .month-btn-container {
    display: none;
  }
}

@media (max-width: 425px) {
  .next-year {
    padding-left: 30px;
  }

  .prev-year {
    padding-right: 30px;
  }

  .text-block {
    font-size: 14px;
  }

  .progress-block.active {
    padding: 0 19px 0 15px;
  }

  /*.field-img {*/
  /*  min-width: 557px;*/
  /*  background-image: url(/images/green_grass_557.png?26b3642a8e42a03a3e621a89c42ed6dd);*/
  /*}*/

  .progress-row,
  .progress-title-container-mobile {
    height: 42px;
  }

  .progress-row td:first-child,
  .progress-title:first-child {
    min-width: 139px;
  }

  .progress-row td,
  .progress-title {
    width: calc((557px - 139px)/9);
    font-size: 11px;
    padding: 5px;
    word-break: break-all;
    line-height: 11px;
  }

  .progress-row td {
    padding: 0 5px;
  }

  .progress-title {
    padding: 10px 0;
    text-align: center;
  }

  .progress-row td img {
        height: 25px;
  }
}

