@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html, body {
  border: 0;
  margin:0;
  padding:0;
  color:#2b2a29;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  background-image: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(256,256,256,0.05) 20%, rgba(0,0,0,0.4) 50%,
    rgba(256,256,256,0.05) 80%, rgba(0,0,0,0.9) 100%), url(../img/back.png);
  overflow-x: auto;}

ul {margin:0; padding:0; list-style: none;}
a {color:#2b2a29; text-decoration: none;transition: .3s;}
a:hover {color: #e31e24;}
h1 {font-size: 70px;text-align: center;}
h2 {font-size: 30px;margin-bottom: 40px; font-weight: 400;}
h3 {font-size: 45px;margin-bottom: 40px;}
h4 {font-size: 28px;}
h5 {font-size: 26px;}

.mobmenu {display: none;}
.hidden-menu-ticker {display: none;}
.but-mob {display: none;}
.knopks {display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px;}
.knopks h2 {margin-bottom: 0;}
.knopks .master-call {border: 2px solid #2b2a29; padding: 5px 15px; background-color: #fff; color: #2b2a29;}
.knopks .master-call:hover {background-color: #fff; border: 2px solid #e31e24; color: #e31e24;}

/*Стилизация кнопки гамбургер*/
.btn-menu {color: #fff; padding: 7px 5px; position: fixed; top: 15px; left: 5px; cursor: pointer; transition: left .23s; z-index: 100; width: 35px;
	-webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 5px; background-color: rgba(13, 33, 35, 0.85);
;}
.btn-menu span {display: block; height: 2px; background-color: #fff; margin: 6px 0 0; transition: all .1s linear .23s; position: relative;}
.btn-menu span.first {margin-top: 0;}

/*Стилизация пунктов меню*/

/*Scroll меню*/
.hidden-menu {z-index: 90; display: block; position: fixed; list-style:none; padding: 20px 20px 10px; margin: 0; box-sizing: border-box; width: 300px; 
  background-image: url(../img/back.png); top: 0; left: -300px; transition: left .2s; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;
bottom: 0; overflow: auto;}



.hidden-menu li {padding:8px 0;font-size:16px; color:#fff;border-bottom: 1px solid #a7a8a8;}
.hidden-menu li a {font-size:16px; color:#fff; padding:6px 0px; text-decoration: none;}
.hidden-menu li ul {margin-left:20px;margin-top: 8px;}
.hidden-menu li ul li {border-bottom: none;padding:6px 0;font-size:14px;}
.hidden-menu li ul li a {padding:4px 0;font-size:14px;}

/*Стили для работы меню*/
.hidden-menu-ticker:checked ~ .btn-menu {left: 250px;}
.hidden-menu-ticker:checked ~ .hidden-menu {left: 0;}
.hidden-menu-ticker:checked ~ .btn-menu span.first {-webkit-transform: rotate(45deg); top: 8px;}
.hidden-menu-ticker:checked ~ .btn-menu span.second {opacity: 0;}
.hidden-menu-ticker:checked ~ .btn-menu span.third {-webkit-transform: rotate(-45deg); top: -8px;}

/*наложить градиент на фон
background-image: linear-gradient(to top, rgba(89,106,114, 0.6), rgba(206,220,23, 0.4)), url(img/back.png);
linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(252,70,107,0.5270483193277311) 100%);
*/
.ban1 {background-color: black;}
.ban1 img {width:100%;}
.trepple {display:flex;background-color: #fff; justify-content: space-between;}
.trepple a {padding-lefT:10px;padding-right:10px;}
.topline {padding: 20px 40px;display: flex; justify-content: space-between;}
.topline .logo {width: 7%;}
.topline .right-part {width: 93%;}
.topline .logo img {width: 100%;}

.right-part {display: flex;flex-direction: column;justify-content: space-between;}
.right-part .soc {text-align: right;}
.right-part .soc a {color: #fff;transition: .5s;margin-right: 14px;font-size: 14px;}
.right-part .soc a:last-child {margin-right: 0;}
.right-part .soc a:hover {color: #e31e24;}
.right-part .soc a:hover>svg.phone rect.fil0 {fill: #e31e24;}
.right-part .soc a:hover>svg.mail path.st3 {fill: #e31e24;}
.right-part .soc svg {margin-right: 4px;width: 22px;}
.right-part .soc svg.yt {margin-right: 0;}

svg.phone rect.fil0 {fill: #6c757d; transition: .5s;}
svg.phone:hover rect.fil0 {fill: #e31e24;}
svg.mail path.st3 {fill: #6c757d;transition: .5s;}
svg.mail:hover path.st3 {fill: #e31e24;}
svg.vk {}

.right-part .next {}
.right-part .next ul {display: flex;justify-content: center;}
.right-part .next a {color: #fff;position: relative;}
.right-part .next ul li {padding: 0 20px;position: relative;}
.right-part .next ul li a::after {content: "";position: absolute;width: 10px;height: 100%;top: 1px;background-image: url(../img/ar.png);
    background-position: 100% center;background-size: 6px;background-repeat: no-repeat;}

.right-part .next ul li:nth-child(2) a::after {display:none;}
.right-part .next ul li:nth-child(4) a::after {display:none;}
.right-part .next ul li:nth-child(7) a::after {display:none;}
.right-part .next ul li:nth-child(8) a::after {display:none;}

.right-part .next ul li ul {display: none;flex-direction: column;position: absolute; background-color:rgba(0, 0, 0, 0.6);left: 0px; z-index: 10;}
.right-part .next ul li ul li {padding: 10px 20px;}
.right-part .next ul li ul li a::after {display: none;}
.right-part .next ul li:hover > ul {display: block;}
.right-part .next ul li a:hover {color: #e31e24;}

.right-part .next-2 .division {font-size: 14px;}
.right-part .next-2 {display: flex; justify-content: space-between; color: #fff;padding-left: 30px;align-items: center;    flex-direction: row-reverse;}
.right-part .next-2 .division a {color: #fff;display: inline-block; padding: 4px 8px; background-color: #6c757d;  margin-right: 15px;border-radius: 4px;}
.right-part .next-2 .division a:hover {background-color: #e31e24;}
.right-part .next-2 .division a:first-child {;margin-left: 15px;}
.right-part .next-2 .division a:last-child {margin-right: 0;}
.right-part .next-2 .season {display: flex;}
.right-part .next-2 .season .dropdown {margin-right: 10px;}
.btn {font-size: 14px;}

.stroke-back {background-color: #fff;padding: 60px 40px 30px 40px;}
/*.stroke {display: flex;flex-wrap: nowrap;overflow-x: auto;width: 100%;}*/
.stroke .item {border: 1px solid #a7a8a8; margin-right: 0px; padding: 10px;border-radius: 4px;width: 95%;height: 180px; overflow: hidden;
display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: relative;font-size: 14px;}
.stroke .item:hover {border-color: #e31e24;}
.stroke .item .protokol {opacity: 0;position: absolute;background-color: #fff;bottom: 11px;font-size: 14px;width: 100%;text-align: center;transition: .5s;}
.stroke .item .protokol a {text-decoration: underline;font-weight: bold;}
.stroke .item:hover>.protokol {opacity: 1;}
.stroke .item:hover>.protokol a {color: #e31e24;}
.stroke .item:hover>.time span {background-color: #e31e24;}

.stroke .item .time {font-size: 10px;}
.stroke .item .time span {color: #fff;display: inline-block; padding: 4px 8px; background-color: #6c757d; border-radius: 4px; transition: .3s;}
.stroke .item .periods {font-size: 14px;}
.stroke .item .periods span {margin-right: 10px;}
.stroke .item .periods span:last-child {margin-right: 0;}

.stroke .item .scores {display: flex; justify-content: space-between;align-items: center;}
.stroke .item .scores .team {width:40%; display: flex; flex-direction: column; justify-content: start; height: 100%;align-items: center; text-align: center; font-size: 12px;}
.stroke .item .scores .team img {width: 40%;margin-bottom: 10px;}
.stroke .item .scores .team span {font-size: 14px;}
.stroke .item .scores .result {width: 20%;text-align: center;font-weight: bold; font-size: 16px;}

 .itc-slider__wrapper {overflow: hidden;}
    .itc-slider__item {flex: 0 0 20% !important; max-width: 20% !important; height: auto; display: flex; justify-content: center; align-items: center;
      font-size: 7rem; border-radius: 20px;}
    .itc-slider__item img {width: 100%; border-radius: 20px;}
    .itc-slider__control {border-radius: 4px;}

  

.news-tabs {display: flex; justify-content: space-between; padding: 30px 40px 60px 40px;background-color: #fff;}
.news-tabs .menu-home {width: 19%;margin-left: 6px; margin-right: 6px;}
.news-tabs .news {width: 38%;}
.news-tabs .tabs {width: 38%;}

.news-tabs .menu-home p {font-size: 27px; margin-bottom: 40px;}
.news-tabs .menu-home .desk {display: none;}
.news-tabs .menu-home ul li a {
    display: block;
    padding: 15px 10px;
    background-color: #e31e24;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    transition: .3s;
}
.news-tabs .menu-home ul li ul li {
    padding: 5px 10px;
}
.news-tabs .menu-home ul li ul li:nth-child(1) {
    padding-top: 10px;
}
.news-tabs .menu-home ul li a {
    display: block;
    padding: 15px 10px;
    background-color: #e31e24;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    transition: .3s;
}
.news-tabs .menu-home ul li ul li a {
    background-color: #6c757d;
    border-radius: 4px;
    font-size: 18px;
    padding: 12px 10px;
}
.news-tabs .menu-home ul li ul li:last-child {
    padding-bottom: 20px;
}

.news-tabs .tabs .tab-content {border-bottom: 1px solid #a7a8a8;border-left: 1px solid #a7a8a8;border-right: 1px solid #a7a8a8; border-radius: 0 0 4px 4px;}
.news-tabs .tabs .tab-pane {padding: 10px; min-height: 400px;}
.news-tabs .tabs table {width: 100%;font-size: 14px;}
.news-tabs .tabs table tr:nth-child(odd) {background-color: rgb(0 0 0 / 2%);}
.news-tabs .tabs table tr:hover {background-color: rgb(0 0 0 / 5%);}
.news-tabs .tabs table th {padding: 6px;font-size: 12px;text-align: center;}
.news-tabs .tabs table td {padding: 6px;text-align: center;}
.news-tabs .tabs table tr th:nth-child(2) {text-align: left;}
.news-tabs .tabs table tr td:nth-child(2) {text-align: left;}
.news-tabs .tabs .comment {padding: 10px; font-size: 12px;}
.news-tabs .tabs table img {width: 80px;}

.news-tabs .tabs table.players tr th:nth-child(2) {text-align: center;}
.news-tabs .tabs table.players tr td:nth-child(2) {text-align: center;}
.news-tabs .tabs table.players tr td:nth-child(3) {text-align: left;}

.news-tabs .tabs table.goalies tr th:nth-child(2) {text-align: center;}
.news-tabs .tabs table.goalies tr td:nth-child(2) {text-align: center;}
.news-tabs .tabs table.goalies tr td:nth-child(3) {text-align: left;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {border-color: #a7a8a8 #a7a8a8 #fff; color: #e31e24;}
.nav-tabs {border-bottom: 1px solid #a7a8a8;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color: #a7a8a8 #a7a8a8 #fff;}
.nav-tabs .nav-link {font-size: 14px;}
.nav-link {color: #2b2a29;}
.nav-link:focus, .nav-link:hover {color: #e31e24;}


.news-tabs .tabs .play .tab-pane {min-height: auto;overflow-y: auto; height: 400px;}
.news-tabs .tabs .goal .tab-pane {min-height: auto;overflow-y: auto; height: 400px;}

  .news-items {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px #a7a8a8 solid;}
  .news-items:nth-child(6) {border-bottom: none; margin-bottom: 0;}
  .news-items .pic {width: 40%; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px;}
  .news-items .pic img {width:100%;}
  .news-items .info {width: 55%;}
  .news-items .info .data {font-size: 10px; margin-bottom: 20px;}
  .news-items .info .zagol {font-size: 18px; margin-bottom: 20px; transition: .15s; text-decoration: underline;}
  .news-items .info .zagol:hover {color: #e31e24;}
  .news-items .info .opis {font-size: 14px;}

.master-call {background-color: #6c757d; padding: 10px 15px; border-radius: 4px; color: #fff; transition: .15s;display: block;width: fit-content;}
.master-call:hover {background-color: #e31e24; color: #fff;}

.news-tabs .tabs .baner-2 {margin-top: 60px;margin-bottom: 60px;}
.news-tabs .tabs .baner-2 a {display: block; width: 100%; height: 169px; background-repeat: no-repeat; background-size: cover; background-position: center;}
.news-tabs .news .but {margin-bottom: 60px;}
.main-video iframe { width: 100%;height: 450px; border-radius: 4px;}



.vk-viget {padding-top: 30px;}
.vk-viget .intro {margin-bottom: 30px; display: block;}
.vk-viget .intro a {text-decoration: underline;}
.vkk {border: 1px solid #a7a8a8; padding: 0px; border-radius: 4px;}



.partners {padding: 60px 40px; background-color: #fff;}
  .partners .part {display: flex; justify-content: flex-start; flex-wrap: wrap;}
  .partners .part .item {width: 12%; margin-right: 4%; margin-bottom: 50px; text-align: center;}
  .partners .part .item:nth-last-child(1), .partners .part .item:nth-last-child(2), .partners .part .item:nth-last-child(3) {margin-bottom: 0;}
  .partners .part .item img {width: 70%; transition: .3s;}
  .partners .part .item img:hover {transform: scale(1.04);}

.inform-block {padding: 60px 40px; color: #fff;}
  .inform-block a {color: #fff;}
  .inform {display: flex; justify-content: space-between; flex-wrap: wrap;}
  .inform .item:nth-child(2)  {width: 63%;}
  .inform .item:nth-child(1) {background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 4px; width: 31%;}
  .inform .bok {display: flex; justify-content: space-between;}
  .inform .item .name {font-size: 20px;}
  .inform .bok .item {width: 45%;}
  .inform .bok .item a {text-decoration: underline;}
  .inform .bok .item a:hover {color: #e31e24;}
  

  .inform .item .forma {display: flex; justify-content: space-between; flex-wrap: wrap;}
  .inform .item .forma input {width: 100%; padding: 5px; margin-bottom: 10px; border-radius: 4px; border: none;}
  .inform .item .forma textarea {width: 100%; padding: 5px; margin-bottom: 10px; border-radius: 4px; border: none;}
  .inform .item .forma input:last-child {margin-bottom: 0px; width: 30%;}


footer {padding: 60px 40px 30px 40px; color: #fff;}
  .foot {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin-bottom: 40px;}
  .foot .logo img {width: 120px;}
  .foot .next ul {display: flex;justify-content: center;}
  .foot .next a {color: #fff;position: relative;}
  .foot .next ul li {padding: 0 20px;position: relative;}
  .foot .next ul li a:hover {color: #e31e24;}
footer .ogrn {font-size: 12px;}
footer .inp {width: 20px;}

.modal-content {background-image: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(256,256,256,0.05) 20%, rgba(0,0,0,0.4) 50%, rgba(256,256,256,0.05) 80%, rgba(0,0,0,0.9) 100%), 
url(../img/back.png); border: 1px #fff solid;}
.modal-body .master-call {padding: 5px 15px;}
.modal-body input {width: 100%; padding: 5px; margin-bottom: 10px; border-radius: 4px; border: none;}
.modal-body input:last-child {margin-bottom: 0px; width: 30%;}
.modal-body textarea {width: 100%; padding: 5px; margin-bottom: 10px; border-radius: 4px; border: none;}
.modal-title {color: #fff;}
.modal-header .btn-close {background-color: #fff;}

.right-part .next-2 .division span {margin-right: 15px;}

.topline-mob {display: none;}

.foot .rekv .soc {display: flex;flex-direction: column;}
.foot .rekv .soc a.one {color: #fff;margin-bottom: 15px;}
.foot .rekv .soc .too {display: flex;}
.foot .rekv .soc .too svg {width: 50px; margin-right: 20px;}

.one-block {padding: 30px 40px 60px 40px;background-color: #fff;}
  .one-block .one {display: flex; justify-content: space-between; flex-wrap: wrap;} 
    .one-block .one .item-1 {width: 19%; margin-left: 6px; margin-right: 6px;}
    .one-block .one .item-1 p {font-size: 27px; margin-bottom: 40px;} 
    .one-block .one .item-1 .desk {display: none;}
      .one-block .one .item-1 ul li a {display: block; padding: 15px 10px; background-color: #e31e24; color: #fff; border-bottom: 1px solid #fff; font-size: 20px; transition: .3s;}
      .one-block .one .item-1 ul li a:hover {background-color: #d42026;}
      .one-block .one .item-1 ul li ul li {padding: 5px 10px;}
      .one-block .one .item-1 ul li ul li:nth-child(1) {padding-top: 10px;}
      .one-block .one .item-1 ul li ul li:last-child {padding-bottom: 20px;}
      .one-block .one .item-1 ul li ul li a {background-color: #6c757d; border-radius: 4px; font-size: 18px; padding: 12px 10px;}
      .one-block .one .item-1 ul li ul li a:hover {background-color: #656e75;}
      .actives {background-color: #656e75;}
    .one-block .one .item-2 {width: 54%;}
      .one-block .one .item-2 h1 {text-align: left; font-size: 38px; margin-bottom: 30px;}
      .one-block .one .item-2 ul {margin-bottom: 1rem;}
      .one-block .one .item-2 ul li {padding-bottom: 10px; list-style-type: disc; margin-left: 2rem;}
      .one-block .one .item-2 ol li {padding-bottom: 10px;}
    .one-block .one .item-3 {width: 19%; margin-right: 6px; margin-left: 6px;}
    .one-block .one .item-3 .baner-2 {margin-bottom: 30px;}
    .one-block .one .item-3 .baner-2 a {display: block; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
    .one-block .one .item-3 .baner-2 img {width:100%;}

.one-block .one .item-2 .news .news-items:nth-child(4) {border-bottom: 1px #a7a8a8 solid !important; margin-bottom: 25px;}
.one-block .one .item-2 .news .news-items:last-child {border-bottom: 0;}

.before {display: flex;justify-content: space-between;}
.before img {width: 35px;}
.beforeandnow {display: flex;margin-bottom: 40px;}
.beforeandnow div:first-child {margin-right: 20px;}
.beforeandnow .master-call { border: 2px solid #2b2a29; padding: 5px 15px; background-color: #fff; color: #2b2a29;}
.beforeandnow .master-call:hover {background-color: #fff; border: 2px solid #e31e24; color: #e31e24;}
.beforeandnow .active {background-color: #fff; border: 2px solid #e31e24; color: #e31e24;}

.calendar .item {border-radius: 4px;border: 1px solid #a7a8a8; padding: 10px; margin-bottom: 20px;text-align: center;position: relative;transition: .5s;}
.calendar .item .time {margin-bottom: 10px;}
.calendar .item .time span {color: #fff;display: inline-block;padding: 4px 8px;background-color: #6c757d;border-radius: 4px;transition: .5s;}
.calendar .item .scores {display: flex;justify-content: space-between;align-items: center;}
.calendar .item .team {width: 25%;margin-bottom: 10px;}
.calendar .item .team .teamlogo {margin-bottom: 10px;}
.calendar .item .team .teamname {font-weight: bold;}
.calendar .item .scores .points {font-size: 34px;font-weight: bold;}
.calendar .item .result {transition: .5s;}
.calendar .item .result span {margin-left: 10px; margin-right: 10px;}
.calendar .item .protokol {position: absolute;bottom: 11px;width: 100%;transition: .5s;font-weight: bold; left: 0;opacity: 0;}
.calendar .item .protokol a {text-decoration: underline; color: #e31e24;}
.calendar .item:hover {border-color: #e31e24;}
.calendar .item:hover>.time span {background-color: #e31e24;}
.calendar .item:hover>.protokol {opacity: 1;}
.calendar .item:hover>.result {opacity: 0;}

.calendar-p .item {border-radius: 4px;border: 1px solid #a7a8a8; padding: 10px; margin-bottom: 20px;text-align: center;position: relative;transition: .5s;}
.calendar-p .item .time {margin-bottom: 10px;}
.calendar-p .item .time span {color: #fff;display: inline-block;padding: 4px 8px;background-color: #6c757d;border-radius: 4px;transition: .5s;}
.calendar-p .item .scores {display: flex;justify-content: space-between;align-items: center;}
.calendar-p .item .team {width: 25%;margin-bottom: 10px;}
.calendar-p .item .team .teamlogo {margin-bottom: 10px;}
.calendar-p .item .team .teamname {font-weight: bold;}
.calendar-p .item .scores .points {font-size: 34px;font-weight: bold;}
.calendar-p .item .result {transition: .5s;margin-bottom: 10px;}
.calendar-p .item .result span {margin-left: 10px; margin-right: 10px;}
.calendar-p .item .goals {display:flex; justify-content:space-between;font-size:12px; }
.calendar-p .item .goals .st-1 {width:48%;text-align: left;}
.calendar-p .item .goals .st-2 {width:48%;text-align: right;}


.one-block .one .wide {width: 77%;}
.calendar2 .calendaryear {width: fit-content;margin-bottom: 40px;}
.calendar2 .month {display: flex; justify-content: space-between;margin-bottom: 40px;}
.calendar2 .month .now {font-weight: bold;}
.calendar2 .forscroll {overflow-x: scroll;padding-bottom: 20px;}
.calendar2 .days {display: flex;flex-wrap: nowrap;}
.calendar2 .days .item {text-align: center;background-color: #6c757d;color: #fff;min-width: 14%;font-weight: bold;line-height: 40px;border-right: 1px solid #fff;
border-bottom: 1px solid #fff;}
.calendar2 .days .item:last-child {border-right: none;}

.calendar2 .days-line {display: flex;flex-wrap: nowrap;}
.calendar2 .days-line .item {min-width: 14%; width: 14%; background-color: rgba(108, 117, 125, 0.1);border-right: 1px solid #fff;border-bottom: 1px solid #fff;
position: relative;min-height: 39px;}
.calendar2 .days-line .item:last-child {border-right: none;}
.calendar2 .days-line .item .data {position: absolute;left: 0px; top: 0px;font-size: 12px;width: 20px;height: 20px;text-align: center;
  line-height: 20px;background-color: #fff;}
.calendar2 .days-line .item .match {background-color: #fff; border-radius: 4px;margin: 4px 4px 4px 24px;padding: 4px;font-size: 12px;display: block;}
.calendar2 .days-line .item .match .time {margin-bottom: 8px;}
.calendar2 .days-line .item .match .time span {color: #fff;display: inline-block;padding: 4px 8px;background-color: #6c757d;border-radius: 4px;transition: .3s;}
.calendar2 .days-line .item .match .team {margin-bottom: 8px;}
.calendar2 .days-line .item .match .scores {font-size: 14px;}
.calendar2 .days-line .item .match:hover>.time span {background-color: #e31e24;}

.search {display: flex; margin-bottom: 40px; justify-content: space-between;}
  .search .master-call {padding: 5px 15px;}
  .search input {border-radius: 4px; border: 1px solid #a7a8a8;}
  .search input:nth-child(1) {width: 90%; margin-right: 20px;}
  .search input:nth-child(2) {border: none;}

.stadiums .item {border-radius: 4px; border: 1px solid #a7a8a8; padding: 10px; margin-bottom: 20px; position: relative; transition: .5s;}
  .stadiums .item:hover {border-color: #e31e24;}
  .stadiums .item:hover>.name .but .master-call {background-color: #e31e24;}
  .stadiums .item:hover>.name .it h3 {color: #e31e24;}
  .stadiums .item .name {margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center;}
  .stadiums .item .name .it h3 {font-size: 30px; margin-bottom: 10px; transition: .15s;}
  .stadiums .item .name .it p {margin-bottom: 0;}
  .stadiums .item .map iframe {height: 250px;}

.pag {display: flex; margin-top: 30px;}
  .pag .active {background-color: #e31e24; color: #fff;}
  .pag .master-call {margin-right: 10px; padding: 3px 10px;}

.mapp {margin-bottom: 40px;}
  .adr {margin-bottom: 30px;}


.teams {display: flex; justify-content: flex-start; flex-wrap: wrap;}
 .teams .item {border: 1px solid #a7a8a8; border-radius: 4px; padding: 10px; margin: 0 2% 2% 0; width: 18%; display: flex; flex-direction: column; justify-content: space-between;}
 .teams .item .txt {text-align: center; padding-top: 20px; padding-bottom: 10px; transition: .2s;}
 .teams .item .pic {width: 100%;}
 .teams .item .pic img {width: 100%; height: 100%; transition: .2s;}
 .teams .item:hover>.pic img {transform: scale(1.05);}
 .teams .item:hover>.txt a {color: #e31e24;}

.players {display: flex; justify-content: flex-start; flex-wrap: wrap;}
 .players .item {border: 1px solid #a7a8a8; border-radius: 4px; padding: 10px; margin: 0 2% 2% 0; width: 23%; display: flex; flex-direction: column; justify-content: space-between;}
 .players .item .txt {text-align: center; padding-top: 20px; padding-bottom: 10px; transition: .2s; min-height: max-content;}
 .players .item .pic {display: flex; flex-direction: column; justify-content: center; text-align: center;}
 .players .item .pic img {width: 80%; height: auto; transition: .2s;}
 .players .item:hover>.pic img {transform: scale(1.05);}
 .players .item:hover>.txt a {color: #e31e24;}

.turn-p .players .item {width:31%;}

.team-block {display: flex; justify-content: space-between;}
  .team-block .item {width: 48%;}
  .team-block .item img {width: 50%;}

.dom {font-size: 20px; margin-bottom: 40px;}

.turn {border: 1px solid #a7a8a8; border-radius: 4px; padding: 10px; margin-bottom: 20px; overflow-x: hidden; max-height: 1000px;}
  .turn table {width: 100%;}
  .turn tr th {color: #e31e24; text-align: center; background-color: #fff; padding: 10px 0; border-bottom: 1px solid #a7a8a8; padding: 5px 10px;}
  .turn tr th a {color: #e31e24;}
  .turn tr td {text-align: center; padding: 5px 10px;}
  .turn tr td span {color: #6c757d;}
  .turn tr:nth-child(2n+2) {background-color: rgb(0 0 0 / 2%);}
  .turn td img {width: 60px;}
  .turn table tr:hover {background-color: rgb(0 0 0 / 5%);}
  .turn .players {display: inline-table;}
  .turn .comm {margin-top: 20px; font-size: 12px;}
  .norn tr td, th {padding: 10px;} 
  .norn td img {margin-right: 5px;}
  .norn .too {border-top: 1px solid #a7a8a8;}
  .norn .too th {color: #2b2a29; font-weight: 600;}
  .norn .oon {border-top: 1px solid #e31e24;}
  .norn .toon th {border-bottom: 1px solid #e31e24;}
  .norn {max-height: 100% !important;}
  .zayav .turn tr th:nth-child(1) {border-bottom: none;}
  .zayav .turn tr:nth-child(2n+2) {background-color: #fff;}
  .zayav .turn table tr:hover {background-color: #fff;}
  .zayav {margin-bottom: 40px;}
  .turn th img {width: 60px;}

.turn-p .turn table {min-width: max-content;font-size: 12px;}
.turn-p .turn {overflow-x: auto;}

.turnir {border: 1px solid #a7a8a8; border-radius: 4px; padding: 10px; margin-bottom: 20px; overflow-x: hidden;}
  .turnir .item {display: flex; justify-content: space-between; align-items: center;}
  .turnir .item div {padding: 0 10px;}
  .turnir .item div span {color: #6c757d;}
  .turnir .item div:nth-child(1) {width: 12%;}
  .turnir .item div:nth-child(3) {width: 12%;}
  .turnir .item div:nth-child(4) {width: 12%;}
  .turnir .item div:nth-child(5) {width: 12%;}
  .turnir .item div:nth-child(6) {width: 12%;}
  .turnir .item div:nth-child(2) {width: 40%;}
  .turnir .nam {color: #e31e24; text-align: center; background-color: #fff; padding: 10px 0; border-bottom: 1px solid #a7a8a8;}
  .turnir .cost {text-align: center; padding: 10px 0;}
  .turnir a {display: block;}
  .turnir a:hover {color: #2b2a29;}
  .turnir .item img {width: 60px;}
  .turnir a:nth-child(2n+2) {background-color: rgb(0 0 0 / 2%);} 
  .turnir .cost:hover {background-color: rgb(0 0 0 / 5%);}

.comment {font-size: 12px;}
.comment img {width: 18px; padding: 0 2px 5px 2px;}
.co {margin-bottom: 40px;}
.turn .star img {width: 18px; padding: 0 2px 5px 2px;}
.grn {background-color: #6cd24b;}


.pag1 {flex-wrap: wrap; margin-top: 0; margin-bottom: 40px;}
  .pag1 .master-call {padding: 3px 10px; margin-bottom: 5px;}
.search1 {margin-bottom: 10px;}

.intro {display: flex;justify-content: space-between;margin-bottom: 30px; flex-wrap: wrap;}
.intro h3 {font-size: 18px;margin-bottom: 20px;}
.intro .logo-d {width: 22%;}
.intro .logo-d img {width: 200px;}
.intro .info {width: 25%;}
.intro .info-2 {width: 48%;}
.one-block .one .item-2 .intro ul {margin-bottom: 0;}
.one-block .one .item-2 .intro ul li {list-style: none;margin-left: 0;padding-bottom: 4px;font-size: 14px;}
.wide .baner-2 {margin-top: 30px;margin-bottom: 30px;}
.wide .baner-2 a {display: block; width: 100%;}
.wide .baner-2 img {width:100%;}
.players-goalies {display: flex; justify-content: space-between; flex-wrap: wrap;}
.players-goalies .polozhenie {width: 48%;}
.players-goalies .w100 {width:100%;}

.player-block {display: flex; justify-content: space-between; flex-wrap: wrap;}
  .player-block .item {width: 48%;}
  .player-block .item img {width: 50%;}
  .player-block .item ul li {list-style-type: none !important; margin-left: 0 !important;}
  .player-block .item:nth-child(2) {text-align: center;}

.left-right {display: flex; justify-content: space-between;}
.left-right .left-p {width:48%;}
.left-right .right-p {width:48%;}
.small-p {font-size:12px;}

.il {float:left;width: 230px;margin-right: 20px;margin-bottom: 20px;}
.person {display: flex;justify-content: space-between;margin-bottom: 30px;}
.person .left-item {width:40%;}
.person .left-item img {width:100%;}
.person .right-item {width:56%;}
.person .right-item h2 {margin-bottom: 10px;}
.person .right-item h3 {font-size: 24px;margin-bottom: 30px;font-weight: 400;}
.partnerstwo .part .item {width:29%;}

.videolist {display:flex; justify-content: space-between;flex-wrap: wrap;}
.videolist .item {width:49%;margin-bottom: 2%;}
.videolist .item iframe {width:100%; height:204px;}
.videolist .item p {text-align: center;}

.intro-tur {display: flex;justify-content: space-between;margin-bottom: 25px;}
.intro-tur .logo-tur {width: 22%;}
.intro-tur .logo-tur img {width:200px;}
.intro-tur .result {width:73%;}

.play-off {margin-bottom: 50px;} 
.play-off .item {border-radius: 4px; border: 1px solid #a7a8a8; padding: 10px;transition: .5s; position: relative;min-height: 110px;}
.play-off .item:hover {border-color: #e31e24;}
.play-off .item .type {position: absolute; left:0; top:0; background-color: #a7a8a8; color:#fff;font-size:12px;padding: 2px 6px;transition: .5s;}
.play-off .item:hover>.type {background-color: #e31e24;}
.play-off .item .result {display: flex; justify-content: space-between;text-align: center;font-size: 12px;align-items: center;height: 100%;}
.play-off .item .result .team {width:40%}
.play-off .item .result .scores {width:20%;font-weight: 600;font-size: 14px;}
.play-off .item .matches {width:100%; display: flex;justify-content: center;font-size:12px;position: absolute;bottom:0;}
.play-off .item .matches span {margin:0 5px;}

.play-off .quarter {display: flex;justify-content: space-between;}
.play-off .quarter .item {width:24%;}

.play-off .semi {display: flex;justify-content: space-around;margin-bottom: 20px;}
.play-off .semi .item {width:24%; }

.play-off .final {display: flex;justify-content: center;margin-bottom: 20px;}
.play-off .final .item {width:24%;margin: 0 2%; }
.play-off .final .item:nth-child(1) {border-color: #e31e24;}
.play-off .final .item:nth-child(1) .type {background-color: #e31e24;} 

.team .teamlogo img {width:40%;}

.ban2 {display: none;}
.mob {display: none;}
.mobil {display:none;}

@media screen and (max-width: 1380px) {
.itc-slider__item {flex: 0 0 20% !important; max-width: 20% !important;}
.one-block .one .item-1 ul li a {font-size: 19px;}
.one-block .one .item-1 ul li ul li a {font-size: 16px;}
.player-block .item:nth-child(1) {width: 56%;}
.player-block .item:nth-child(2) {width: 40%;}
.player-block .item img {width: 80%;}
}

@media screen and (max-width: 1320px) {
}

@media screen and (max-width: 1280px) {
.right-part .next ul li {font-size: 14px;}
.itc-slider__item {flex: 0 0 25% !important; max-width: 25% !important;}
.right-part .next ul {padding: 15px 0;}
.one-block .one .item-1 ul li a {font-size: 18px;}
.one-block .one .item-1 p {font-size: 25px;}
.one-block .one .item-1 {width: 24%;}

.news-tabs .menu-home ul li a {font-size: 18px;}
.news-tabs .menu-home p {font-size: 25px;}
.news-tabs .menu-home {width: 24%;}


.one-block .one .item-2 {width: 46%;}
.one-block .one .item-3 {width: 24%;}
.one-block .one .wide {width: 70%;}
.players-goalies .polozhenie {width: 100%;}
.players-goalies .polozhenie:nth-child(1) {margin-bottom: 30px;}
.players .item {width: 31%;}

}

@media screen and (max-width: 1024px) {
.one-block .one .item-2 .news .news-items .pic {width: 100%; margin-bottom: 20px;}
.one-block .one .item-2 .news .news-items .info {width: 100%;}
.teams .item {width: 31%;}
}

@media screen and (max-width: 900px) {
.one-block .one .item-1 .desk {display: none;}
.one-block .one .item-1 .mob {display: block;}
.one-block .one .item-1 {width: 100%; margin-bottom: 30px; margin-right: 0; margin-left: 0;}
.one-block .one .item-1 p {font-size: 25px; margin-bottom: 30px;}
.one-block .one .item-2 h1 {font-size: 35px; margin-bottom: 20px;}
.one-block .one .item-1 ul li a {width: 300px;}

.news-tabs .menu-home {width: 100%; margin-bottom: 30px; margin-right: 0; margin-left: 0;}
.news-tabs .menu-home p {font-size: 25px; margin-bottom: 30px;}
.news-tabs .menu-home h1 {font-size: 35px; margin-bottom: 20px;}
.news-tabs .menu-home ul li a {width: 300px;}


.one-block .one .item-2 {width: 100%; margin-bottom: 30px;}
.one-block .one .item-3 {width: 100%; margin-right: 0; margin-left: 0;}
.one-block .one .item-3 .baner-2:last-child {margin-bottom: 0;}
.ban2 {display: block;}
.ban2 img {width:100%;}
.desk {display: none;}
.mob {display: block;}
.desktop {display:none;}
.mobil {display:block;}
}

@media screen and (max-width: 800px) {
.mobmenu {display: block;}
.topline {flex-direction: column;padding: 75px 5px;}
.topline .logo {width: 100%;text-align: center;margin-bottom: 50px;}
.topline .logo img {width: 40%;}
.right-part .soc {display: none;}
.right-part .next {display: none;}
.right-part .next-2 {flex-direction: column-reverse;padding-left: 0;}
.topline-mob {display: flex; justify-content: flex-end;height: 60px; align-items: center;padding: 0 5px;}
.topline-mob .soc svg {margin-right: 4px;width: 36px;}
.topline-mob .soc svg:last-child {margin-right: 0;}
.topline .right-part {width: 100%;}
.right-part .next-2 .season {margin-bottom: 75px;}
.right-part .next-2 .division span {display: block;width: 100%;margin-right: 0;text-align: center; margin-bottom: 15px;}
.right-part .next-2 .division {display: flex; justify-content: space-evenly;flex-wrap: wrap;}
.right-part .next-2 .division a {margin-right: 0px;}
.stroke-back {padding: 30px 5px 15px 5px;}
.itc-slider__control {width: 32px !important;}
.itc-slider__item { flex: 0 0 75% !important; max-width: 75% !important;}
.news-tabs {padding: 15px 5px 30px 5px;flex-direction: column;}
.news-tabs .news {width: 100%;margin-bottom: 30px;}
h2 { font-size: 26px; margin-bottom: 15px;}
.news-items {margin-bottom: 15px;padding-bottom: 15px;flex-direction: column;}
.news-items .pic {width: 100%;margin-bottom: 15px;}
.news-items .info { width: 100%;}
.news-items .info .data {margin-bottom: 10px;}
.news-items .info .zagol {margin-bottom: 15px;}
.news-items .info .opis {margin-bottom: 0;}
.news-items:nth-child(4) {margin-bottom: 15px;}
.news-tabs .news .but {margin-bottom: 30px;}
.main-video iframe {height: 250px;}
.vk-viget {padding-top: 10px;margin-bottom: 20px;}
.news-tabs .tabs {width: 100%;}
.knopks {margin-bottom: 15px;}
.desk {display: none;}
.nav-tabs .nav-link {font-size: 12px; padding: 6px 12px;}
.news-tabs .tabs .tab-pane { padding: 0; min-height: auto;}
.but-mob {display: block;}
.news-tabs .tabs .tab-content {margin-bottom: 15px;margin-top: -1px;border-top: 1px solid #a7a8a8; width: max-content;min-width: 100%;}
.news-tabs .tabs table td {padding: 4px;}
.news-tabs .tabs .baner-2 {margin-top: 30px; margin-bottom: 30px;}
.news-tabs .tabs .play .tab-pane {height: 300px;}
.news-tabs .tabs .goal .tab-pane {height: 300px;}
.inform-block {padding: 5px 5px 30px 5px;}
.inform {flex-direction: column;}
.inform .item:nth-child(1) {width: 100%;height: 250px; margin-bottom: 15px;}
.inform .item:nth-child(2) {width: 100%;}
.inform .bok {flex-direction: column;}
.inform .item .bok .item:nth-child(1) {height: auto;}
.partners { padding: 30px 5px;}
.partners .part .item {width: 31%;margin-right: 2%;}
footer {padding: 30px 5px 5px 5px;}
.foot {margin-bottom: 30px;flex-direction: column;align-items: inherit;text-align: center;}
.foot .next ul {justify-content: inherit; flex-direction: column;}
.foot .logo {margin-bottom: 15px;}
.foot .next ul li a::after {display: none;}
.foot .next {margin-bottom: 15px;}
.fortabscroll {overflow-x: scroll;}
.nav {flex-wrap: nowrap;}
.news-tabs .tabs .comment {width: min-content; min-width: fit-content;}
.foot .rekv .soc .too {display: flex; justify-content: center;}
.foot .rekv .soc .too svg {margin-right: 10px;margin-left: 10px;}
footer .inp {width: 25px;}
.one-block {padding: 15px 5px 30px 5px;}
.one-block .one .item-1 p {font-size: 22px; margin-bottom: 20px;}
.one-block .one .item-1 ul li a {width: 100%;}
.one-block .one .item-1 ul li a {font-size: 17px;}
.one-block .one .item-2 h1 {font-size: 30px;}
.one-block .one .item-2 {margin-bottom: 10px;}
.one-block .one .item-1 {margin-bottom: 20px;}
.one-block .one .item-1 {margin-bottom: 20px;}


.news-tabs .menu-home p {font-size: 22px; margin-bottom: 20px;}
.news-tabs .menu-home ul li a {width: 100%;}
.news-tabs .menu-home ul li a {font-size: 17px;}
.news-tabs .menu-home {margin-bottom: 20px;}
.news-tabs .menu-home {margin-bottom: 20px;}


.one-block .one .item-2 .news .news-items .info .opis {margin-bottom: 1rem;}
.calendar .item .team .teamlogo img {width: 60%;}
.calendar .item .time {font-size: 12px;}
.calendar .item .team .teamname {font-size: 14px;}
.calendar .item .team {width: 30%;}
.calendar .item .scores .points { font-size: 22px;}
.beforeandnow {margin-bottom: 20px;}
.calendar .item {margin-bottom: 10px;}
.calendar .item .result {font-size: 12px;}
.calendar .item .time { margin-bottom: 5px;}
.calendar .item .team .teamlogo {margin-bottom: 5px;}
.calendar .item .team {margin-bottom: 5px;}
.calendar2 .days .item {min-width: 40%;}
.calendar2 .days-line .item {min-width: 40%;}
.search {margin-bottom: 20px;}
.search input:nth-child(1) {font-size: 14px; margin-right: 10px;}
.stadiums .item .name .it h3 {font-size: 26px;}
.stadiums .item .map iframe {width: 90%;}
.pag {margin-bottom: 20px; margin-top: 0;}
.adr {margin-bottom: 20px;}
.mapp {margin-bottom: 20px; width: 90%;}
.teams {margin-bottom: 20px;}
.teams .item {width: 100%; margin-right: 0;}
.players {margin-bottom: 20px;}
.players .item {width: 100%; margin-right: 0;}
.turnir {overflow-x: auto;}
.dom {margin-bottom: 20px;}
.comment {margin-bottom: 10px;}
.intro .logo-d {width: 100%; margin-bottom: 20px;}
.intro .info {width: 100%; margin-bottom: 20px;}
.intro .info-2 {width: 100%;}
.turn {overflow-x: auto; max-height: 600px;}
.players-goalies .polozhenie:nth-child(1) {margin-bottom: 10px;}
.player-block {margin-bottom: 20px;}
.player-block .item:nth-child(1) {width: 100%;}
.player-block .item:nth-child(2) {width: 100%;}
.player-block .item img {width: 50%;}
.zayav {margin-bottom: 20px;}
.co {margin-bottom: 20px;}
.turn .star {min-width: 75px;}
.turn-p .players .item {width:41%;min-width: 41%;margin-right: 2%;}
.turn-p .players {flex-wrap: nowrap;overflow-x: scroll;}
.left-right {flex-direction: column;}
.left-right .left-p {width:100%;}
.left-right .right-p {width:100%;}
.il {float:none;width: 100%;margin-right: 0px;margin-bottom: 20px;padding: 0 20%;}
.person {flex-direction: column;}
.person .left-item {width:100%;margin-bottom: 10px;}
.person .left-item img {width:100%;}
.person .right-item {width:100%;}
.person .right-item h2 {margin-bottom: 10px;}
.person .right-item h3 {font-size: 22px;margin-bottom: 30px;font-weight: 400;}
.videolist {flex-direction: column;}
.videolist .item {width:100%;margin-bottom: 2%;}
.videolist .item iframe {width:100%;}
.intro-tur .logo-tur {width: 100%;margin-bottom:20px;}
.intro-tur {flex-direction: column;}
.intro-tur .result {width: 100%;}
.play-off .final {flex-direction: column;}
.play-off .final .item {width:100%;margin:0 0 2% 0;}
.play-off .item .result {height: 110px;}
.play-off .semi {flex-direction: column;}
.play-off .semi .item {width:100%;margin:0 0 2% 0;}
.play-off .quarter {flex-direction: column;}
.play-off .quarter .item {width:100%;margin:0 0 2% 0;}
.ban1 {display:none;}
.news-tabs .menu-home {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
}

@media screen and (max-width: 640px) {
.team-block {flex-wrap: wrap;}
.team-block .item {width: 100%;}
.team-block .item:nth-child(1) {margin-bottom: 10px;}
}

@media screen and (max-width: 375px) {
.search input:nth-child(1) {font-size: 12px;}
}

@media screen and (max-width: 800px) {
    .reklama_lef_menu {
        display: none;
    }
}


.team_link {
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    background-color: #6c757d;
    border-radius: 4px;
    font-size: 12px;
}


@media (min-width: 0px) {
    .request {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 400px) {
    .request {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 550px) {
    .request {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}


@media (min-width: 620px) {
    .request {
        flex: 0 0 auto;
        width: 25%;
    }
}


@media (min-width: 900px) {
    .request {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .request {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1280px) {
    .request {
        flex: 0 0 auto;
        width: 25%;
    }
}
