.center {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.team-list {
  width: 100%;
  margin-left: -10px;
}
.team-list__item-wrap {
  width: 33.33333%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  height: 450px;
}
.team-list__item-wrap:nth-child(3n+3) {
  text-align: right;
}
.team-list__item-wrap:nth-child(3n+1) {
  text-align: left;
  /*padding-left: 0;*/
}
.team-list:after {
  content: '';
  display: block;
  clear: both;
}
.team-list__item {
  max-width: 325px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.team-list__img {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.team-list__img > img {
  width: 100%;
  max-width: 325px;
  display: block;
  transition: 300ms;
}
.team-list__img:hover > img {
  transform: scale(1.1);
}
.team-list__img-change > img {
  transition: none;
}
.team-list__img-change:hover > img {
  transform: none;
}
.team-list__img-change > img.dopimg {
  position: absolute;
  left: 0;
  top: 0;
  transition: none;
  opacity: 0;
  z-index: 1;
}
.team-list__img-change-in:hover > img.dopimg {
  opacity: 1;
}
.team-list__img-change-in:hover > img.mainimg {
  opacity: 0;
}
.team-list__img > div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #357628;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 36px;
  font-family: 'frizquadratacbold';
  transition: 300ms;
}
.team-list__item:hover .team-list__img > div {
  background: #fff;
  color: #357628;
}
.team-list__img > span {
  display: block;
  width: 43px;
  height: 27px;
  background: url('../img/team/flag.png');
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: center center;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}
.team-list__info {
  text-align: center;
  padding: 20px 0 45px 0;
  font-family: 'pf_beausans_probold';
  font-size: 15px;
  line-height: 15px;
}
.team-list__info > a {
  color: #357628;
  display: block;
  font-family: 'pf_beausans_probold';
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 8px;
}
.team-list__item:hover .team-list__info > a {
  text-decoration: none;
}
.breadcrumbs {
  background: #f2f2f2;
}
.breadcrumbs_bottom {
  background: transparent;
}
.breadcrumbs__t {
  display: table;
  width: 100%;
  height: 140px;
}
.breadcrumbs__first {
  vertical-align: top;
  box-sizing: border-box;
  display: table-cell;
  padding-top: 20px;
}
.breadcrumbs__last {
  vertical-align: middle;
  text-align: right;
  box-sizing: border-box;
  display: table-cell;
  font-size: 0;
}
.breadcrumbs__last a,
.breadcrumbs__last span {
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0.5vw 1vw;
  font-family: 'frizquadratacregular';
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
.breadcrumbs__last a:first-child,
.breadcrumbs__last span:first-child {
  margin-left: 0;
}
.breadcrumbs__last a:after,
.breadcrumbs__last span:after {
  content: '';
  display: block;
  height: 5px;
  background: #38762a;
  width: 100%;
  bottom: -1em;
  transition: 300ms;
  transform: scaleX(0);
  position: absolute;
}
.breadcrumbs__last a:hover:after,
.breadcrumbs__last a.active:after,
.breadcrumbs__last span:hover:after,
.breadcrumbs__last span.active:after {
  transform: scaleX(1);
}
.breadcrumbs__pag,
.breadcrumbs__pag a {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
}
.breadcrumbs__pag {
  padding-bottom: 12px;
}
.breadcrumbs__pag a:hover {
  text-decoration: none;
}
.breadcrumbs h1,
.breadcrumbs .h1 {
  margin: 0;
  white-space: nowrap;
  font-weight: 100;
  color: #000;
  font-family: 'frizquadratacbold';
  font-size: 60px;
  line-height: 1;
  position: relative;
  left: -3px;
}
.breadcrumbs h1.short,
.breadcrumbs .h1.short {
  max-width: 574px;
  white-space: normal;
  padding: 5px 0 25px 0;
  line-height: 1.2;
  width: 32vw;
}
.breadcrumbs h1 small,
.breadcrumbs .h1 small {
  font-size: 80%;
}
.team-wrapper {
  margin: 0 auto;
  padding: 60px 0 80px 0;
  width: 90%;
  display: table;
  position: relative;
}
.team-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-wrapper__first {
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.team-wrapper__last {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.team-wrapper__last_in {
  width: 20vw;
  padding-left: 6vw;
}
.index-main-info_in {
  width: auto;
  display: block;
  float: none;
}
.index-main-info_in.index-main-info .info-item.next {
  height: 65%;
  padding: 30px 42px 32px 42px;
  width: 100%;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 30px;
}
.index-main-info_in.index-main-info .info-item.prev {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  padding: 4vh 1vw 5vh 1vw;
}
.index-main-info_in.index-main-info .info-item.prev .descr {
  white-space: normal;
}
.index-main-info_in.index-main-info .info-item.next .title {
  font-family: 'frizquadratacbold';
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
}
.index-main-info_in.index-main-info .info-item.next .date {
  font-size: 16px;
}
.index-main-info_in.index-main-info .info-item.next .descr {
  font-size: 16px;
}
.index-main-info_in.index-main-info .info-item.next:before {
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0px;
}
.index-main-info_in.index-main-info .info-item .teams {
  width: 110%;
  display: table;
  margin: 25px 0 35px 0;
}
.index-main-info_in.index-main-info .info-item.prev .teams {
  width: 70%;
}
.index-main-info_in.index-main-info .info-item .teams > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.index-main-info_in.index-main-info .index-match-gallery {
  overflow: visible;
  margin-bottom: 0;
}
.index-main-info_in.index-main-info .info-item.next .countdown {
  width: 42%;
}
.index-main-info_in.index-main-info .info-item .team:first-child {
  padding-right: 12px;
  text-align: center;
}
.index-main-info_in.index-main-info .info-item .team img {
  display: inline-block;
}
.index-main-info_in.index-main-info .info-item .team:last-child {
  padding-left: 12px;
  text-align: center;
}
.index-main-info_in.index-main-info .info-item .team:last-child .tip {
  left: auto;
  right: 80%;
}
.index-main-info_in.index-main-info .info-item.next .countdown .value {
  font-size: 2.5em;
}
.index-main-info_in .info-item .title {
  font-family: 'frizquadratacbold';
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
}
.team-wrapper__last .index-social-section {
  display: block;
  width: auto;
}
.team-wrapper__last .index-social-section .content {
  width: auto;
  padding: 30px 20px;
}
.team-wrapper__last .index-social-section .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 33px;
}
.team-wrapper__last .index-social-section .widgets-list {
  display: block;
}
.team-wrapper__last .index-social-section .widget {
  width: 100%;
  margin-top: 34px;
}
.team-wrapper__last .index-social-section .social-icons {
  margin-bottom: 30px;
}
.team-player__wrapper {
  padding-left: 65px;
}
.team-player {
  display: table;
  width: 100%;
  margin-bottom: 85px;
}
.team-player > div {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.team-player > div:last-child {
  width: 70%;
}
.team-player__img {
  position: relative;
  display: inline-block;
}
.team-player__wrapper p img {
  margin: 0 30px 20px 0;
}
.team-player__img > img {
  width: 437px;
}
.team-player__img > div {
  width: 87px;
  height: 87px;
  border-radius: 87px;
  color: #fff;
  text-align: center;
  line-height: 87px;
  background: #357628;
  font-family: 'frizquadratacbold';
  font-size: 36px;
  top: 21px;
  right: 21px;
  position: absolute;
  z-index: 2;
}
.team-player__title {
  font-family: 'frizquadratacbold';
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 28px;
  text-align: center;
}
.team-player__title.capitalize {
  text-transform: capitalize;
}
.team-player__subtitle {
  font-family: 'pf_beausans_probold';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.team-player__country {
  position: relative;
  height: 27px;
  line-height: 27px;
  padding-left: 55px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 35px;
}
.team-player__country img {
  /*width: 43px;*/
  width: auto;
  height: 27px;
  position: absolute;
  left: 0;
  display: block;
}
.team-player__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 32px auto;
  white-space: nowrap;
}
.team-player__info > div {
  padding: 0 10px;
  font-size: 16px;
  line-height: 16px;
}
.team-player__info > div > div {
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
}
.team-player__info2 {
  display: table;
  margin: 0 auto 47px auto;
}
.team-player__info2 > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 45px;
  font-family: 'frizquadratacbold';
  font-size: 28px;
  line-height: 28px;
}
.team-player__info2 > div:first-child {
  padding-left: 0;
}
.team-player__info2 > div > div {
  font-size: 48px;
  line-height: 48px;
  display: inline-block;
}
.team-player__dsk {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 25px;
}
.team-player__soc {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin: 0 auto;
}
.team-player__soc > div {
  vertical-align: middle;
  display: table-cell;
}
.team-player__text {
  font-size: 15px;
  line-height: 28px;
  padding: 20px 0 79px 0;
}
.team-player__text p {
  margin: 0;
}
.team-player__text p {
  padding-bottom: 30px;
}
.team-player__text p:last-child {
  padding: 0;
}
.team-player__table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0 75px 0;
}
.team-player__table td {
  height: 92px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.team-player__table td:first-child,
.team-player__table_first td:first-child + td {
  text-align: left;
}
.team-player__table thead td {
  height: 50px;
  color: #a6a6a6;
  vertical-align: top;
}
.team-player__table td:first-child {
  padding-left: 70px;
}
.team-player__table td:last-child {
  padding-right: 70px;
}
.team-player__table td[data-id="1"] {
  width: 25%;
}
.team-player__table td[data-id="2"] {
  width: 45%;
}
.team-player__table td[data-id="3"] {
  width: 15%;
}
.team-player__table td[data-id="4"] {
  width: 5%;
}
.team-player__table td[data-id="2-1"] {
  width: 25%;
}
.team-player__table td[data-id="2-2"] {
  width: 20%;
}
.team-player__table td[data-id="2-3"] {
  width: 20%;
}
.team-player__table td[data-id="2-4"] {
  width: 4%;
}
.team-player__table td[data-id="2-5"] {
  width: 8%;
}
.team-player__table td[data-id="2-6"] {
  width: 8%;
}
.team-player__table tbody tr:nth-child(2n+1) td {
  background: #faf2e4;
  height: 50px;
}
.team-player__table tfoot td {
  height: 50px;
  background: #e1ebdf;
  font-family: 'pf_beausans_probold';
  font-size: 15px;
  line-height: 15px;
}
.team-player__yellow-card {
  width: 13px;
  height: 21px;
  display: inline-block;
  background: #ffc000;
  position: relative;
  margin-top: -4px;
}
.team-player__red-card {
  width: 13px;
  height: 21px;
  display: inline-block;
  background: #ff0000;
  position: relative;
  margin-top: -4px;
}
.team-player__center {
  text-align: center;
}
.team-player__lnk {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-family: 'pf_beausans_proregular';
  font-size: 20px;
  color: #38762a;
  margin-bottom: 45px;
}
.team-player__title_lnk {
  padding-bottom: 10px;
}
.team-player__video {
  width: 450px;
  padding-top: 270px;
  margin: 0 auto 80px auto;
}
.team-player__video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: 250px;
  z-index: 2;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.team-player__video-bg:after {
  content: '';
  display: block;
  background: url(../img/play-icons.png) -130px 0 no-repeat;
  width: 77px;
  height: 77px;
  left: 50%;
  top: 50%;
  margin: -38px 0 0 -38px;
  position: absolute;
  transition: all 0.5s ease;
}
.team-player__video-bg:hover:after {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#team-player {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
}
.team-player__video.active .team-player__video-bg {
  display: none;
}
.team-player__video-dsk {
  font-family: 'pf_beausans_probold';
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 15px;
}
.team-player__video-date {
  color: #a6a6a6;
  font-size: 15px;
  line-height: 15px;
}
.social-icons_team {
  margin-top: 33px;
}
.team-list-cont {
  padding-top: 44px;
}
.team-player__slider {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 20px;
}
.owl-carousel-team .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block !important;
}
.owl-carousel-team .owl-prev *,
.owl-carousel-team .owl-next * {
  display: none;
}
.owl-carousel-team .owl-stage-outer {
  z-index: 2;
}
.owl-carousel-team .owl-prev {
  border-color: transparent #357628 transparent transparent !important;
  border-width: 16px 16px 16px 0 !important;
  border-style: solid !important;
  left: -48px;
  top: 50% !important;
  margin-top: -16px;
  position: absolute;
  outline: none;
  transition: 500ms;
}
.owl-carousel-team .owl-next {
  border-color: transparent transparent transparent #357628 !important;
  border-width: 16px 0 16px 16px !important;
  border-style: solid !important;
  right: -48px;
  top: 50% !important;
  margin-top: -16px;
  position: absolute;
  outline: none;
  transition: 500ms;
}
.owl-carousel-team .owl-next:hover,
.owl-carousel-team .owl-prev:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.owl-carousel-team_tumbs img {
  display: block;
  width: 100%;
  filter: grayscale(100);
  -ms-filter: grayscale(100);
  transition: 300ms;
}
.owl-carousel-team_tumbs img:hover {
  opacity: 0.8 !important;
}
.owl-carousel-team_tumbs .item {
  cursor: pointer;
}
.owl-carousel-team_tumbs .owl-prev {
  border-color: transparent #b3b3b3 transparent transparent !important;
  border-width: 14px 14px 14px 0 !important;
}
.owl-carousel-team_tumbs .owl-next {
  border-color: transparent transparent transparent #b3b3b3 !important;
  border-width: 14px 0 14px 14px !important;
}
.owl-carousel-team .owl-dots {
  display: none;
}
.owl-carousel-team_big {
  margin-bottom: 10px;
}
.owl-carousel-team_tumbs {
  margin-bottom: 90px;
}
.social-icons_team {
  text-align: center;
}
.team-player__gline {
  height: 2px;
  background: #357628;
  margin: 99px 0 54px 0;
}
.team-list-cont .owl-carousel {
  display: block;
}
.team-player__info2_trener > div:first-child {
  padding-right: 0;
}
.team-group-photo {
  padding-bottom: 49px;
  padding-right: 11px;
}
.team-group-photo img {
  display: block;
  width: 100%;
}
.owl-carousel-team_big .item {
  width: 940px;
}
.owl-carousel-team_tumbs .item {
  width: 180px;
}
.side-column .index-social-section .content {
  padding: 30px 20px;
  width: auto;
  flex-direction: column;
}
.side-column .index-social-section .widgets-list {
  flex-direction: column;
}
.side-column .index-social-section .widget {
  width: 100%;
  max-width: calc(19.8vw - 44px);
  margin-bottom: 20px;
}
.side-column .index-social-section .widget:last-child {
  margin-bottom: 0;
}
.side-column .index-social-section {
  overflow: hidden;
  margin-top: 30px;
}
.side-column .index-social-section:first-child {
  margin-top: 0;
}
.side-column .index-social-section .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 33px;
}
.team-player__wrapper .index-news-section .content {
  border-bottom: none;
}
.shedule-banner {
  margin-bottom: 75px;
}
.shedule-banner.without_bg {
  margin-bottom: 0;
}
.shedule-banner.without_bg .shedule-banner__table {
  margin-bottom: 75px;
}
.shedule-banner__img {
  height: 389px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.shedule-banner__title {
  color: #fff;
  display: block;
  font-family: 'frizquadratacbold';
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 20px;
}
.shedule-banner__dsk {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0 0 0;
  position: relative;
  padding: 0 40px;
}
.shedule-banner__dsk__arrow-l {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-color: transparent #b2b2b2 transparent transparent;
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-style: solid;
  width: 0;
  height: 0;
}
.shedule-banner__dsk__arrow-r {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-color: transparent transparent transparent #b2b2b2;
  border-width: 16px 0 16px 16px;
  margin-top: -16px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-style: solid;
  width: 0;
  height: 0;
}
.shedule-banner__dsk__arrow-r:hover,
.shedule-banner__dsk__arrow-l:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.shedule-banner__dsk__time {
  font-family: 'frizquadratacbold';
  font-size: 18px;
  line-height: 20px;
  margin-bottom: -10px;
}
.shedule-banner__vs {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.shedule-banner__vs > div {
  position: relative;
}
.shedule-banner__vs img {
  max-width: 100px;
}
.shedule-banner__score {
  font-family: 'frizquadratacbold';
  font-size: 90px;
  line-height: 90px;
  letter-spacing: 10px;
  color: #fff;
  padding: 0 80px;
}
.shedule-banner__vs > div span {
  padding-top: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  display: block;
}
.shedule-banner__table {
  background: #f2f2f2;
  padding: 29px;
  box-sizing: border-box;
}
.shedule-banner__table > div {
  display: table;
  margin: 0 auto;
  height: 70px;
  width: 60%;
}
.shedule-banner__table > div > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-top: 10px;
  font-size: 15px;
  line-height: 28px;
}
.shedule-banner__table > div > div:first-child {
  border-right: 2px solid #a9a9a9;
}
.shedule-banner__table > div > div:last-child {
  text-align: right;
}
.shedule-text {
  padding-left: 115px;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 85px;
}
.shedule-text p {
  margin: 0 0 30px 0;
}
.shedule-text p:last-child {
  margin: 0;
}
.breadcrumbs__last.breadcrumbs__last_shedule {
  width: auto;
  display: block;
  margin-bottom: 90px;
}
.breadcrumbs__last_shedule-in {
  justify-content: space-between;
  display: flex;
  width: 100%;
  text-align: left;
}
.breadcrumbs__last.breadcrumbs__last_shedule a,
.breadcrumbs__last.breadcrumbs__last_shedule span {
  margin: 0;
}
.breadcrumbs__last.breadcrumbs__last_shedule span {
  cursor: pointer;
}
.shedule-table[data-id="0"] a,
.shedule-table[data-id="1"] a {
  font-weight: 100;
  font-family: 'pf_beausans_proregular' !important;
}
.without_bg .shedule-banner__score,
.without_bg .shedule-banner__dsk {
  color: #000;
}
.shedule-tables {
  display: flex;
}
.shedule-tables > div {
  width: 50%;
}
.shedule-tables > div:first-child {
  padding-right: 1.87%;
}
.shedule-tables > div:last-child {
  padding-left: 1.87%;
}
.shedule-tables__title {
  padding-left: 25%;
  font-family: 'frizquadratacbold';
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 30px;
  padding-right: 5%;
}
.shedule-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 70px;
}
.shedule-table:last-child {
  margin-bottom: 0;
}
.shedule-table td {
  padding-left: 25%;
  height: 70px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 17px;
  padding-right: 5%;
}
.shedule-table thead td {
  color: #a6a6a6;
}
.shedule-table tfoot td {
  background: #e1ebdf;
}
.shedule-table td span {
  display: inline-block;
  width: 40px;
}
.shedule-table a {
  font-family: 'pf_beausans_probold';
}
.shedule-table tbody tr:nth-child(2n-1) td {
  background: #faf2e4;
}
.team-player__swiper-scrollbar {
  display: none;
}
.shedule-table__yellow-card,
.shedule-table__red-card,
.shedule-table__up,
.shedule-table__down,
.shedule-table__ball,
.shedule-table__autogoal,
.shedule-table__penalty,
.shedule-table__penalty-miss,
.shedule-table__red-after-yellow {
  display: inline-block;
  margin-left: 18px;
  padding-left: 23px;
  position: relative;
}
.shedule-table__ball,
.shedule-table__autogoal,
.shedule-table__penalty,
.shedule-table__penalty-miss {
  padding-left: 28px;
}
.shedule-table__yellow-card:after,
.shedule-table__red-card:after {
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  left: 0;
  top: -3px;
}
.shedule-table__yellow-card:after {
  background: #ffc000;
}
.shedule-table__red-card:after {
  background: #da3b1a;
}
.shedule-table__red-after-yellow:after {
  background: #da3b1a;
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  left: 5px;
  top: -8px;
  z-index: 2;
  margin-top: 13px;
}
.shedule-table__red-after-yellow:before {
  background: #ffc000;
  content: attr(data-yellow);
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
  color: #000;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
.shedule-table__up:after,
.shedule-table__down:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.shedule-table__up:after {
  background-image: url('../img/shedule/sh2.png');
}
.shedule-table__down:after {
  background-image: url('../img/shedule/sh1.png');
}
.shedule-table__ball:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url('../img/shedule/sh4.png') 50% 50% no-repeat;
  background-size: 100% 100%;
}
.shedule-table__autogoal:after {
  content: '';
  display: block;
  width: 23px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -7px;
  background: url('../img/shedule/sh5.png') 50% 50% no-repeat;
  background-size: 100% 100%;
}
.shedule-table__penalty:after {
  content: '';
  display: block;
  width: 20px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -7px;
  background: url('../img/shedule/sh7.png') 50% 50% no-repeat;
  background-size: 100% 100%;
}
.shedule-table__penalty-miss:after {
  content: '';
  display: block;
  width: 24px;
  height: 33px;
  position: absolute;
  left: 0;
  top: -9px;
  background: url('../img/shedule/sh6.png') 50% 50% no-repeat;
  background-size: 100% 100%;
}
.shedule-nav-mobile {
  display: none;
}
.partners {
  display: flex;
  margin-bottom: 100px;
}
.partners:last-child {
  margin-bottom: 0;
}
.partners__logo {
  width: 325px;
  height: 325px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
}
.partners__logo img {
  min-width: 160px;
}
.partners__title {
  font-family: 'pf_beausans_probold';
  font-size: 21px;
  line-height: 21px;
  padding-bottom: 5px;
}
.partners__lnk {
  font-family: 'pf_beausans_probold';
  color: #38762a;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  margin-bottom: 40px;
}
.partners__text p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.partners__logo i {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #b2b2b2 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  bottom: 25px;
}
.partners.active i {
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #b2b2b2 transparent;
}
.side-calendar {
  border: 2px solid #38762a;
  box-sizing: border-box;
  padding: 35px 25px 35px 20px;
  text-align: center;
}
.side-calendar .tip {
  left: auto;
  right: 60%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  font-family: 'pf_beausans_proregular', Helvetica, sans-serif;
  letter-spacing: 0px;
  white-space: nowrap;
}
.side-calendar .calendar-logo img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.side-calendar .calendar-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.side-calendar__title {
  font-family: 'frizquadratacbold';
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 18px;
}
.side-calendar table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 18px;
}
.side-calendar img {
  height: 100%;
  max-height: 30px;
}
.side-calendar td {
  height: 40px;
  font-size: 13px;
  line-height: 13px;
  transition: 300ms;
}
.side-calendar thead td {
  color: #a5a5a5;
}
.side-calendar td:first-child {
  padding-left: 10px;
}
.side-calendar td:first-child,
.side-calendar td:first-child + td {
  text-align: left;
}
.side-calendar tbody td {
  vertical-align: middle;
}
.side-calendar tbody td:first-child,
.side-calendar tbody td:last-child {
  font-family: 'frizquadratacbold';
}
.side-calendar tbody td:last-child {
  letter-spacing: 3px;
}
.side-calendar td:first-child {
  width: 15%;
}
.side-calendar tbody tr:hover td {
  background: #faf2e4;
}
.side-calendar_t {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}
.side-calendar_r {
  display: table-row;
  text-decoration: none;
  transition: 300ms;
}
.side-calendar_r:hover {
  background: #faf2e4;
}
.side-calendar_r > div {
  display: table-cell;
  text-align: center;
  height: 40px;
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
}
.side-calendar_rh {
  display: table-row;
}
.side-calendar_rh > div {
  color: #a5a5a5;
  vertical-align: middle;
  display: table-cell;
  height: 40px;
  font-size: 13px;
  line-height: 13px;
}
.side-calendar_rh > div:first-child {
  padding-left: 10px;
}
.side-calendar_rh > div:first-child,
.side-calendar_rh > div:first-child + div {
  text-align: left;
}
.side-calendar_r > div:first-child {
  padding-left: 10px;
}
.side-calendar_r > div:first-child,
.side-calendar_r > div:first-child + div {
  text-align: left;
}
.side-calendar_r > div:first-child,
.side-calendar_r > div:last-child {
  font-family: 'frizquadratacbold';
}
.side-calendar_r > div:last-child {
  letter-spacing: 3px;
}
#vk_groups,
#vk_groups iframe {
  width: 100% !important;
}
.shedule-translation {
  border-collapse: collapse;
  width: 100%;
}
.shedule-translation td {
  padding: 18px 9px;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
}
.shedule-translation td:first-child {
  padding-left: 115px;
  font-family: 'frizquadratacbold';
}
.shedule-translation tr:nth-child(2n+2) td {
  background: #faf2e4;
}
.shedule-translation .shedule-table__up,
.shedule-translation .shedule-table__down {
  width: 14px;
  height: 14px;
  display: block;
  padding: 0;
  margin: 0 3px;
}
.shedule-translation__icons {
  display: flex;
  margin-top: 6px;
}
.shedule-translation .shedule-table__red-card,
.shedule-translation .shedule-table__yellow-card {
  width: 13px;
  height: 21px;
  display: block;
  padding: 0;
  margin: 0 3px;
}
.shedule-translation .shedule-table__ball {
  width: 17px;
  height: 17px;
  display: block;
  padding: 0;
  margin: 0 3px;
  top: -1px;
}
.shedule-translation .shedule-table__autogoal {
  width: 23px;
  height: 32px;
  display: block;
  padding: 0;
  margin: 0 3px;
  top: -1px;
}
.shedule-translation .shedule-table__penalty {
  width: 20px;
  height: 31px;
  display: block;
  padding: 0;
  margin: 0 3px;
  top: -1px;
}
.shedule-translation .shedule-table__penalty-miss {
  width: 24px;
  height: 33px;
  display: block;
  padding: 0;
  margin: 0 3px;
  top: -1px;
}
.shedule-translation .shedule-table__red-after-yellow {
  width: 23px;
  height: 31px;
  display: block;
  padding: 0;
  margin: 0 3px;
  top: -1px;
}
.shedule-statistic {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.shedule-statistic__in {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shedule-statistic__in div {
  width: 33.3%;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
}
.shedule-statistic__in div:first-child,
.shedule-statistic__in div:last-child {
  font-family: 'frizquadratacbold';
}
.shedule-statteam-player__titleistic__left {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #e1ebdf;
}
.shedule-statistic__right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background: #faf2e4;
}
.shedule-statistic_invert .shedule-statistic__left {
  background: #faf2e4;
}
.shedule-statistic_invert .shedule-statistic__right {
  background: #e1ebdf;
}
.shedule-statistic:last-child {
  margin-bottom: 0;
}
.shedule-statistic_title .shedule-statistic__in > div:first-child,
.shedule-statistic_title .shedule-statistic__in > div:last-child {
  font-size: 25px;
  line-height: 25px;
}
.shedule-statistic_title {
  margin-bottom: 23px;
}
.shedule-tabs_media .team-player__title {
  padding-bottom: 37px;
}
.shedule-tabs_media .owl-carousel-team_tumbs {
  margin-bottom: 30px;
}
.shedule-tabs {
  display: none;
}
.shedule-tabs:first-child {
  display: block;
}
.shedule-tabs.shedule-text {
  margin-bottom: 50px;
}
.shedule-translation__mobile {
  display: none;
}
.contacts__title {
  margin: 0;
  color: #000;
  font-family: 'frizquadratacbold';
  font-size: 40px;
  line-height: 44px;
  position: relative;
  margin-bottom: 65px;
}
.contacts__t {
  display: flex;
  font-size: 15px;
  line-height: 20px;
}
.contacts__t > div {
  padding-right: 70px;
}
.contacts__t > div:last-child {
  padding-right: 0;
}
.contacts__t a {
  color: #357628;
}
.contacts__map {
  height: 315px;
  margin-top: 65px;
  margin-bottom: 12px;
}
.contacts__map.active {
  height: 630px;
}
.contacts__map-lnk {
  text-align: center;
  padding-bottom: 90px;
}
.contacts__map-lnk span {
  border-bottom: 1px dashed #000;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
}
.contacts__map-lnk span:hover {
  border: none;
}
.contacts__map-lnk.contacts__map_store-lnk {
  padding-bottom: 0px;
}
.contacts__line {
  display: flex;
  margin-bottom: 82px;
}
.contacts__line > div {
  box-sizing: border-box;
  width: 50%;
  font-size: 15px;
  line-height: 20px;
}
.contacts__line > div:first-child {
  padding-right: 50px;
}
.contacts__line > div a {
  color: #357628;
}
.contacts__line .contacts__title {
  margin-bottom: 47px;
}
.newspage {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.newspage:after {
  content: '';
  display: flex;
  flex: auto;
}
.newspage__item {
  width: 33.3%;
  box-sizing: border-box;
  padding-bottom: 55px;
}
.newspage__item_double {
  width: 66.666%;
}
.newspage__item-in {
  padding-right: 45px;
}
.newspage__item-img {
  width: 100%;
  height: 25vw;
  max-height: 325px;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
  position: relative;
}
.newspage__item-img > div {
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /*-webkit-filter: grayscale(100%); filter: grayscale(100%); -ms-filter: grayscale(100%);*/
  transition: 300ms;
  background-color: #f2f2f2;
}
.newspage__item-in:hover .newspage__item-img > div {
  transform: scale(1.1);
}
.newspage__item-title {
  color: #38762a;
  font-family: 'pf_beausans_probold';
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}
.newspage__item-in:hover .newspage__item-title {
  text-decoration: underline;
}
.newspage__item-dsk {
  color: #808080;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 25px;
}
.newspage__item p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 17px;
}
.newspage__item p:last-child {
  margin-bottom: 0;
}
.newspage__item-img_next {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b2b2b2;
}
.newspage__item-img_next span {
  color: #b2b2b2;
  font-family: 'pf_beausans_probold';
  font-size: 22px;
  line-height: 22px;
  position: relative;
  padding-right: 43px;
}
.newspage__item-img_next span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 15px;
  border-color: transparent transparent transparent #b3b3b3;
  position: absolute;
  right: 0;
  top: -4px;
  transition: 300ms;
}
.newspage__item-img_next:hover span:after {
  transform: scale(1.3);
}
.newspage__pag {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.newspage__pag a {
  display: block;
  padding: 0 24px;
  font-family: 'pf_beausans_probold';
  text-decoration: none;
  font-size: 17px;
  line-height: 17px;
  position: relative;
  align-items: center;
  transition: 300ms;
}
.newspage__pag a span {
  transition: 300ms;
  display: block;
}
.newspage__pag a:after {
  content: '';
  width: 22px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  height: 5px;
  background: #38762a;
  bottom: -14px;
  transition: 300ms;
  transform: scaleX(0);
}
.newspage__pag a:hover:after,
.newspage__pag a.active:after {
  transform: scaleX(1);
}
.newspage__pag a:hover span,
.newspage__pag a.active span {
  transform: scale(1.6);
}
.match-filter-section_news form {
  justify-content: space-between;
}
.match-filter-section_news {
  margin-bottom: 60px;
}
.match-filter-section_news form .field:last-child {
  margin-right: 0;
}
.match-filter-section_news form .field {
  width: 48%;
}
.match-filter-section_news form .select {
  width: 100%;
}
.newpage__title {
  font-family: 'frizquadratacbold';
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 15px;
}
.newpage__date {
  color: #808080;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 55px;
}
.newpage__img {
  max-width: 100%;
  margin-bottom: 90px;
}
.newpage__text {
  padding-left: 109px;
  margin-bottom: 85px;
}
.newpage__text p {
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 30px;
}
.newpage__text p:last-child {
  margin-bottom: 0;
}
.newpage__text img {
  max-width: 100% !important;
  height: auto !important;
}
.newpage__text iframe {
  width: 100% !important;
}
.newpage__options {
  background: #f2f2f2;
  padding: 60px 10%;
  margin-bottom: 89px;
}
.newpage__options-box {
  display: flex;
  justify-content: space-between;
}
.newpage__options-box strong {
  display: block;
  font-weight: 100;
  font-family: 'pf_beausans_probold';
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 25px;
}
.newpage__options-box > div {
  font-size: 15px;
  line-height: 15px;
}
.newpage__options-lnk {
  position: relative;
  padding-left: 50px;
}
.newpage__options-lnk img {
  position: absolute;
  left: 0;
  top: -6px;
  width: 33px;
  height: 33px;
}
.newpage .media-theme-section {
  margin-bottom: 85px;
}
.pressbox {
  border: 2px solid #38762a;
  padding: 35px 30px;
  text-align: center;
}
.pressbox__title {
  font-family: 'frizquadratacbold';
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 30px;
}
.pressbox__contacts {
  display: flex;
  justify-content: space-around;
}
.pressbox__contacts .info-lnk {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .pressbox__contacts .info-lnk {
    font-size: 14px;
  }
}
.pressbox p {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.pressbox p:last-child {
  margin-bottom: 0;
}
.pressbox p a {
  color: #38762a;
}
.pressbox .phone {
  white-space: nowrap !important;
  text-decoration: none !important;
  color: #000000 !important;
  pointer-events: none;
}
.politic__title {
  font-family: 'frizquadratacbold';
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 30px;
}
.politic__text {
  font-size: 15px;
  line-height: 30px;
}
.politic__text p {
  margin: 0 0 20px 0;
}
.politic__text p:last-child {
  margin: 0;
}
#politic .main-column {
  width: auto;
}
.page-main-section .side-column .index-main-info {
  background: none;
}
.page-main-section .side-column .index-main-info .info-item.prev .descr {
  padding: 0 20px;
}
.main-column .index-news-section .content {
  border: none;
  width: auto;
}
.main-column .index-news-section .gallery .item {
  width: 33.3%;
}
.fancybox-container {
  display: none;
}
.error404 {
  overflow: hidden;
  width: 100%;
}
.error404__box {
  height: 920px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.error404__box:after {
  content: '';
  display: block;
  width: 1299px;
  height: 847px;
  background: url('../img/404_bg1.jpg') 0 0 no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -570px;
  bottom: 0;
}
.error404__text {
  text-align: right;
  padding-top: 100px;
  display: inline-block;
}
.error404__title {
  font-family: 'frizquadratacbold';
  font-size: 60px;
  line-height: 60px;
}
.error404__big {
  font-family: 'frizquadratacbold';
  font-size: 340px;
  line-height: 340px;
  letter-spacing: -7px;
  position: relative;
  right: -30px;
  margin-bottom: -20px;
  margin-top: -10px;
}
.error404__text p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.error404s {
  width: 100%;
  height: 920px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404s > div {
  padding-bottom: 30px;
}
.error404s__title {
  font-family: 'frizquadratacbold';
  font-size: 60px;
  line-height: 60px;
}
.error404s__big {
  font-family: 'frizquadratacbold';
  font-size: 340px;
  line-height: 340px;
  position: relative;
  margin-bottom: -5px;
  margin-top: -5px;
  color: #357628;
  display: block;
}
.error404s__big:after {
  content: '';
  display: block;
  width: 246px;
  height: 254px;
  background: url('../img/404_bg2.jpg') 0 0 no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  top: 40px;
  z-index: 1;
}
.error404s__big span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.error404s__big span:first-child {
  padding-right: 80px;
}
.error404s__big span:last-child {
  padding-left: 80px;
}
.error404s p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
.brmobile {
  display: none;
}
.goal-scorers-list:before {
  display: none;
}
.new-detail-img {
  padding-bottom: 10px;
}
.new-detail-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.match-filter-section_with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.match-filter-section_with-button > div {
  align-items: center;
  display: flex;
}
.match-filter-section_with-button .button {
  padding-left: 25px;
  padding-right: 25px;
}
.media-gallery-list_school-team .item:first-child {
  width: 30.33%;
}
.media-gallery-list_school-team .item {
  margin-bottom: 80px;
}
.media-gallery-list_school-team .item:first-child .img,
.media-gallery-list_school-team .item .img {
  padding-top: 60%;
}
.media-gallery-list_school-team .item .name {
  text-decoration: none;
  font-family: 'frizquadratacbold';
  text-align: center;
  font-size: 25px;
  padding-bottom: 15px;
}
.media-gallery-list_school-team .item:hover .name {
  text-decoration: underline;
}
.media-gallery-list_school-team .item .txt {
  padding-top: 15px;
}
.school-team__trainer {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
}
.school-team__trainer strong {
  display: block;
}
.school-team__trainer-img {
  width: 90px;
  height: 90px;
  background-position: 50% 0%;
  background-size: cover;
  margin-right: 20px;
}
.school-team-in__img {
  margin-bottom: 45px;
}
.school-team-in__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.school-team-in p {
  margin: 0 0 45px 0;
  font-size: 15px;
  line-height: 30px;
}
.school-team-in__number {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #357628;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-family: 'frizquadratacbold';
  font-size: 16px;
}
.school-team-in .data-table th:first-child {
  width: 15%;
}
.school-team-in .data-table th:first-child + th {
  width: 20%;
}
.school-team-in .data-table th:first-child + th + th {
  width: 40%;
}
.school-team-in .data-table {
  margin-bottom: 90px;
}
.school-title {
  font-family: 'frizquadratacbold';
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 28px;
  text-align: center;
  padding-bottom: 50px;
}
.school-line {
  background: #357628;
  height: 2px;
  margin: 70px 0 50px 0;
}
.media-gallery-list_school-team_in .item {
  margin-bottom: 20px;
}
.school-team-in_index {
  margin-bottom: 95px;
}
.media-gallery-list_school-team-index .item {
  margin-bottom: 20px;
}
.process-img {
  height: 718px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  margin-bottom: 95px;
}
.process-box {
  display: flex;
  align-items: center;
  margin-bottom: 145px;
}
.process-box:last-child {
  margin-bottom: 0;
}
.process-box > div:first-child {
  width: 22%;
}
.process-box > div:last-child {
  width: 78%;
}
.process-box__ico {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.process-box__ico1 {
  width: 79px;
  height: 200px;
  background-image: url('../img/process/2.png');
}
.process-box__ico2 {
  width: 80px;
  height: 200px;
  background-image: url('../img/process/3.png');
}
.process-box__ico3 {
  width: 131px;
  height: 198px;
  background-image: url('../img/process/4.png');
}
.process-box__ico4 {
  width: 125px;
  height: 199px;
  background-image: url('../img/process/5.png');
}
.process-box__ico5 {
  width: 131px;
  height: 180px;
  background-image: url('../img/process/6.png');
}
.process-box__ico6 {
  width: 118px;
  height: 198px;
  background-image: url('../img/process/7.png');
}
.process-box__ico7 {
  width: 98px;
  height: 179px;
  background-image: url('../img/process/8.png');
}
.process-box__title {
  margin: 0;
  font-weight: 100;
  color: #000;
  font-family: 'frizquadratacbold';
  font-size: 40px;
  line-height: 40px;
  position: relative;
  left: -3px;
  margin-bottom: 45px;
}
.process-box__in {
  display: table;
  width: 100%;
}
.process-box__in > div {
  display: table-row;
}
/*.process-box__in > div:nth-child(odd){
    background: #f7f7f7;
}*/
.process-box__in > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
  font-size: 15px;
  line-height: 20px;
  box-sizing: border-box;
  width: 50%;
}
.process-box__in > div:nth-child(even) > div {
  padding: 30px 25px;
}
.process-box__in > div > div:first-child {
  font-weight: bold;
}
.process-box__in > div > div a {
  color: #38762a;
}
.content-process {
  width: 77vw;
  max-width: 1000px;
  padding: 99px;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
}
.content-process__title {
  text-align: center;
  font-weight: 100;
  color: #000;
  font-family: 'frizquadratacbold';
  font-size: 30px;
  line-height: 30px;
  position: relative;
  margin-bottom: 50px;
}
.content-process img {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.content-process p {
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 30px;
}
.content-process p:last-child {
  margin-bottom: 0;
}
.content_mobile-process-more,
.content_mobile-process-more .content-process {
  display: none !important;
}
.info-item__buts {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 2vh;
}
.info-item__buts .button {
  min-width: 194px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px;
}
.button.button-green {
  background: #357628;
}
.page-side-block .info-item__buts {
  margin-top: 2vh;
}
.page-side-block .info-item__buts .button {
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px 10px;
  white-space: nowrap;
}
.table-friz {
  font-family: 'frizquadratacbold';
}
.info-rates {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 555px;
  margin-top: 2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.info-rates.-short {
  max-width: 350px;
}
@media (max-width: 1450px) {
  .info-rates {
    flex-direction: column;
  }
}
.info-rates a {
  text-decoration: none;
}
.info-rates * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rates__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.info-rates__in {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-height: 62px;
  border-radius: 5px;
  background-color: #f2f2f2;
  position: relative;
  border: solid 2px #eaeaea;
  padding: 7px;
  z-index: auto;
  width: 100%;
  max-width: 300px;
}
.info-rates__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.info-rates__logo img {
  max-width: 150px;
}
@media (max-width: 1550px) {
  .info-rates__logo img {
    max-width: 120px;
  }
}
@media (max-width: 1450px) {
  .info-rates__logo img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1450px) {
  .info-rates__logo {
    margin-right: 0;
  }
}
.page-side-block .info-rates {
  flex-direction: column;
}
.page-side-block .info-rates__logo {
  margin-right: 0;
  margin-bottom: 20px;
}
.rates__present {
  width: 102px;
  height: 33px;
  background-color: #6b0c17;
  border-radius: 5px;
  color: #fff;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  font-size: 15px;
}
.rates__present i {
  width: 11px;
  height: 16px;
  background: url("../img/present.png") center center no-repeat;
  background-size: contain;
  margin-right: 4px;
  margin-bottom: 3px;
}
.rates__present .rur {
  font-size: 14px;
}
.rates__img img {
  max-width: 100%;
  max-height: 100%;
}
.rates__img {
  min-width: 102px;
  max-height: 50px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.rates__item {
  color: #000;
  max-width: 30%;
  text-align: center;
  position: relative;
  display: block;
}
.rates__item-present {
  position: relative;
  z-index: 10;
}
.rates__item-border:before,
.rates__item-border:after {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  background-color: #c6c6c6;
  height: 33px;
  margin-top: -18px;
}
@media (max-width: 400px) {
  .rates__item-border:before,
  .rates__item-border:after {
    left: 0;
  }
}
.rates__item-border:after {
  left: auto;
  right: -15px;
}
@media (max-width: 400px) {
  .rates__item-border:after {
    right: 0;
  }
}
.rates__item-title {
  font-size: 11px;
  line-height: 1;
}
.rates__item-value {
  font-size: 20px;
  font-family: 'pf_beausans_probold';
}
.rates__img-mob {
  display: none;
}
.page-side-block .rates__img-mob {
  display: block;
  margin: 0 auto 5px auto;
  width: 102px;
}
.page-side-block .info-rates__in {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-side-block .rates__item.rates__item-present {
  width: 100%;
}
.page-side-block .rates__item {
  min-width: auto;
  max-width: 33.33334%;
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-side-block .rates__present {
  margin: 5px auto 0 auto;
}
.liga_sponsors {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}
.liga_sponsors a {
  margin-right: 30px;
  max-width: 200px;
  max-height: 100px;
}
.liga_sponsors a img {
  max-width: 100%;
  max-height: 100%;
}
.liga_sponsors a:last-child {
  margin-right: 0;
}
@media all and (max-width: 1770px) {
  .page-side-block .info-item__buts {
    display: block;
  }
  .page-side-block .info-item__buts .button {
    min-width: 190px;
  }
  .page-side-block .info-item__buts > div:nth-child(2) {
    margin-top: 1em;
  }
  .page-side-block .info-rates {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-side-block .rates__item-title {
    font-size: 10px;
  }
  .page-side-block .rates__item-value {
    font-size: 18px;
  }
  .page-side-block .rates__item {
    padding: 0;
  }
}
@media all and (max-width: 1790px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 55px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 17px;
  }
}
@media all and (max-width: 1700px) {
  .rates__img {
    width: 102px;
    margin: 0 auto 5px auto;
  }
  .info-rates {
    width: 105%;
  }
}
@media all and (max-width: 1650px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 50px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 16px;
  }
}
@media all and (max-width: 1600px) {
  .shedule-tables__title,
  .shedule-table td {
    padding-left: 15%;
  }
  .team-player > div:last-child {
    width: 60%;
  }
  .owl-carousel-team_big,
  .owl-carousel-team_tumbs {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel-team_big .item {
    width: 640px;
  }
  .owl-carousel-team_tumbs .item {
    width: 120px;
  }
  .owl-carousel-team_big {
    margin-left: auto;
    margin-right: auto;
  }
  .team-wrapper__last_in {
    padding-left: 20px;
    width: 22vw;
  }
  .team-player__wrapper {
    padding-left: 0;
  }
  .match-filter-section_news form .select {
    padding: 1.3em 1em 1.1em 0.7em;
  }
  .match-filter-section_news form .field:first-child {
    margin-right: 5px;
  }
  .newspage__item-img_next span {
    font-size: 20px;
    padding-right: 30px;
  }
  .newpage__options {
    padding: 60px 5%;
  }
  .newpage__options-box > div {
    padding-right: 20px;
  }
  .team-player__img > div {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    line-height: 75px;
    font-size: 32px;
  }
}
@media all and (max-width: 1550px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 45px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 16px;
  }
}
@media all and (max-width: 1500px) {
  .page-side-block .store-gallery .item .txt {
    padding-right: 72px;
  }
  .match-filter-section_with-button form .field:last-child {
    max-width: 200px;
  }
  .match-filter-section_with-button form .field:last-child .select {
    width: 100%;
  }
  .team-player__info {
    flex-wrap: wrap;
  }
  .team-player__info > div {
    box-sizing: border-box;
    width: 50%;
    margin-top: 30px;
  }
  .team-player__info > div:nth-child(1),
  .team-player__info > div:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 1450px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 15px;
  }
}
@media all and (max-width: 1400px) {
  .shedule-tables__title,
  .shedule-table td {
    padding-left: 5%;
  }
  .shedule-table td {
    font-size: 14px;
  }
  .team-wrapper__last_in {
    width: 25vw;
  }
  .team-wrapper__last_in {
    padding-left: 20px;
  }
  .team-list__item-wrap {
    height: 380px;
    padding-left: 0;
    padding-right: 30px;
  }
  .team-list__info > a {
    font-size: 20px;
  }
  .side-calendar {
    padding: 30px 20px;
  }
  .contacts__title {
    font-size: 34px;
    line-height: 38px;
  }
  .contacts__line > div:first-child {
    padding-right: 30px;
  }
  .contacts__t > div {
    padding-right: 40px;
  }
  .newspage__item-in {
    padding-right: 35px;
  }
  .newspage__item-img_next span {
    font-size: 18px;
    padding-right: 30px;
  }
  .newspage__item-img {
    max-height: 225px;
  }
  .side-calendar_r > div,
  .side-calendar_rh > div {
    font-size: 12px;
    padding-left: 3px !important;
    padding-right: 0 !important;
  }
  .newpage__options {
    padding: 60px 3%;
  }
  .newpage__img {
    margin-bottom: 50px;
  }
  .newpage__text {
    margin-bottom: 50px;
    padding-left: 50px;
  }
  .newpage .media-theme-section {
    margin-bottom: 50px;
  }
  .newpage__options {
    margin-bottom: 50px;
  }
  .pressbox {
    padding: 20px;
  }
  .pressbox__title {
    font-size: 22px;
    line-height: 25px;
  }
  .pressbox p {
    font-size: 14px;
  }
  .team-player__img > div {
    width: 67px;
    height: 67px;
    border-radius: 67px;
    line-height: 67px;
    font-size: 28px;
  }
  .info-item__buts .button {
    min-width: 180px;
    margin: 0 5px;
  }
  .page-side-block .info-rates {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-main-section .side-column {
    width: 29%;
  }
}
@media all and (max-width: 1350px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 14px;
  }
}
@media all and (max-width: 1300px) {
  .team-player__img > img {
    width: 100%;
    max-width: 437px;
  }
  .side-calendar {
    padding: 15px 10px;
  }
  .contacts__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .contacts__line > div:first-child {
    padding-right: 15px;
  }
  .contacts__line > div {
    font-size: 14px;
  }
  .contacts__t > div {
    font-size: 14px;
  }
  .team-player__img > div {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-size: 26px;
  }
  .error404__box:after {
    margin-left: -450px;
  }
  .match-filter-section_with-button {
    display: block;
  }
  .match-filter-section_with-button > div {
    display: block;
  }
  .match-filter-section_with-button > div:last-child {
    padding-top: 20px;
  }
  .media-gallery-list_school-team .item:first-child .img,
  .media-gallery-list_school-team .item .img {
    padding-top: 80%;
  }
  .school-team__trainer-img {
    width: 70px;
    height: 70px;
  }
  .media-gallery-list_school-team .item .name {
    font-size: 22px;
  }
  .media-gallery-list_school-team .item {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1250px) {
  .info-item__buts .button {
    min-width: 194px;
  }
  .info-item__buts {
    display: block;
  }
  .info-item__buts > div:nth-child(2) {
    margin-top: 1em;
  }
  .rates__item.rates__item-present,
  .rates__present {
    width: 80px;
  }
  .info-rates__in {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .rates__item-title {
    font-size: 10px;
  }
}
@media all and (max-width: 1200px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 30px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    margin-left: 2vw;
  }
  .page-side-block .info-item__buts .button {
    min-width: auto;
    display: block;
    font-size: 13px;
  }
  .rates__item.rates__item-present,
  .rates__present {
    width: 70px;
    padding: 0;
  }
}
@media all and (max-width: 1100px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 26px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 13px;
  }
  .info-rates {
    width: 110%;
  }
  .info-rates__in {
    padding: 7px 4px 7px 0;
  }
  .rates__item.rates__item-present,
  .rates__present {
    width: 65px;
  }
}
@media all and (max-width: 1000px) {
  .breadcrumbs .h1.short,
  .breadcrumbs h1.short {
    max-width: none;
    white-space: normal;
    padding: 0;
    line-height: 1;
    width: auto;
  }
  .team-list {
    margin-left: 0;
  }
  .team-player__swiper-scrollbar {
    display: block;
  }
  .side-column .index-social-section .social-icons {
    max-width: 120px;
  }
  .owl-carousel-team_big,
  .owl-carousel-team_tumbs {
    width: auto;
  }
  .team-wrapper {
    display: block;
    padding-bottom: 0;
  }
  .team-wrapper__first,
  .team-wrapper__last {
    display: block;
    width: auto;
  }
  .team-list__item-wrap {
    width: 100%;
    padding: 0 !important;
    text-align: center !important;
    height: auto;
  }
  .breadcrumbs__last {
    display: block;
    margin-top: 20px;
    text-align: center;
    margin-bottom: -5px;
  }
  .breadcrumbs__pag {
    display: none;
  }
  .breadcrumbs__first {
    padding-top: 0;
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }
  .breadcrumbs__t {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 95px;
    height: auto;
    padding: 20px 0;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span,
  .breadcrumbs__last a:first-child,
  .breadcrumbs__last span:first-child {
    margin: 0 15px 5px 0;
  }
  .breadcrumbs__last a:last-child,
  .breadcrumbs__last span:last-child {
    margin: 0 0 5px 0;
  }
  .breadcrumbs__last a:after,
  .breadcrumbs__last span:after {
    height: 2px;
    bottom: -1px;
  }
  .breadcrumbs__last a,
  .breadcrumbs__last span {
    font-size: 14px;
  }
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 35px;
    line-height: 35px;
    white-space: normal;
  }
  .team-wrapper {
    padding-top: 50px;
    width: auto;
  }
  .team-wrapper__last_in {
    width: auto;
    padding-left: 0;
  }
  .team-wrapper__first {
    width: 100%;
    margin: 0 auto;
  }
  .index-main-info_in {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .index-main-info_in.index-main-info .info-item.next {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .index-main-info_in.index-main-info .info-item.next .title {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 21px;
    padding-bottom: 0;
  }
  .index-main-info_in.index-main-info .info-item .teams {
    margin-bottom: 1.5em;
    width: 100%;
    margin-top: 0;
  }
  .index-main-info_in.index-main-info .info-item.next .countdown .value {
    font-size: 3em;
  }
  .index-main-info_in.index-main-info .info-item.prev {
    background: #f7f7f7;
    padding: 4vh 5vw 10vh 5vw;
    margin-bottom: 0;
  }
  .index-main-info_in.index-main-info .index-match-gallery {
    padding-top: 6vh;
    padding-bottom: 9vh;
    margin-top: 4vh;
    margin-bottom: -8vh;
  }
  .index-main-info_in.index-main-info .info-item.prev .teams {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 4vh;
  }
  .index-main-info_in.index-main-info .info-item.prev .team {
    padding: 0;
  }
  .team-wrapper:after {
    display: none;
  }
  .team-wrapper__last .index-social-section .title {
    font-size: 35px;
    margin-bottom: 0.8em;
  }
  .team-wrapper__last .index-social-section .content {
    border-top: none;
    padding-top: 8vh;
  }
  .team-player__wrapper {
    padding-left: 0;
  }
  .team-player {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .team-player > div {
    display: block;
    width: auto;
  }
  .team-player > div:last-child {
    width: auto;
  }
  .team-player__title {
    font-size: 36px;
    line-height: 38px;
    padding: 22px 0 32px 0;
  }
  .team-player__subtitle {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .team-player__country {
    font-size: 18px;
    padding-left: 44px;
  }
  .team-player__country img {
    width: 31px;
    height: 20px;
    top: 2px;
  }
  .team-player__info > div {
    font-size: 13px;
    line-height: 13px;
  }
  .team-player__info > div > div {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding-top: 5px;
  }
  .team-player__info2 {
    margin-bottom: 28px;
  }
  .team-player__info2 > div {
    font-size: 22px;
    line-height: 22px;
  }
  .team-player__info2 > div > div {
    font-size: 38px;
    line-height: 38px;
  }
  .team-player__dsk {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 13px;
  }
  .team-player__soc {
    font-size: 13px;
  }
  .team-player__soc span {
    display: none !important;
  }
  .team-player__soc .icon {
    margin-right: 0;
  }
  .team-player {
    margin-bottom: 43px;
  }
  .team-player__text {
    padding-top: 0;
    font-size: 16px;
    line-height: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 43px;
  }
  .team-player__text p {
    padding-bottom: 23px;
  }
  .team-player__text p:last-child {
    padding: 0;
  }
  .team-player__img > div {
    width: 63px;
    height: 63px;
    line-height: 63px;
    border-radius: 63px;
    right: 13px;
    top: 13px;
    font-size: 26px;
  }
  .team-player__table {
    width: 600px;
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .team-player__table thead td {
    padding-top: 10px !important;
  }
  .team-player__table td {
    width: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 16px;
    line-height: 16px;
    height: auto !important;
  }
  .team-player__table thead td {
    padding-top: 27px;
    padding-bottom: 27px;
    vertical-align: top;
  }
  .team-player__table tfoot td {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
  .team-player__table tbody td {
    font-size: 16px;
    line-height: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .team-player__table tfoot {
    border-bottom: 24px solid #fff;
  }
  .team-player__table tbody tr:nth-child(2n+1) td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .team-player__swiper.swiper-container {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .team-player__swiper .swiper-slide {
    font-size: 18px;
    height: auto;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
  }
  .team-player__swiper-scrollbar {
    display: block !important;
    height: 5px;
    background: #f2f2f2;
  }
  .team-player__swiper-scrollbar .swiper-scrollbar-drag {
    background: #38762a;
    border-radius: 0;
  }
  .team-player__swiper {
    margin-bottom: 45px;
  }
  .team-player__title_lnk {
    padding-bottom: 15px;
  }
  .team-player__lnk {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .team-player__video-bg:after {
    transform: scale(0.8);
  }
  .team-player__video {
    width: 90%;
    margin-bottom: 50px;
  }
  .team-player__video-bg {
    width: 100%;
  }
  .team-player__video iframe {
    width: 100% !important;
  }
  .team-player__video-dsk {
    font-size: 16px;
    line-height: 19px;
  }
  .team-player__video-date {
    font-size: 16px;
    line-height: 17px;
  }
  .social-icons_team {
    margin-top: 17px;
  }
  .owl-carousel-team_big {
    display: none !important;
  }
  .owl-carousel-team_tumbs {
    margin-bottom: 45px;
  }
  .owl-carousel-team_tumbs .item {
    width: 80vw;
  }
  .owl-carousel-team_tumbs .owl-nav {
    display: none !important;
  }
  .owl-carousel-team_tumbs .active.center img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1 !important;
  }
  .team-player__slider {
    padding-top: 0;
  }
  .owl-carousel-team_tumbs .owl-dots {
    display: block !important;
    text-align: center;
    padding-top: 24px;
  }
  .owl-carousel-team_tumbs .owl-dots button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: none;
  }
  .owl-carousel-team_tumbs .owl-dots button.active {
    background: #b3b3b3;
  }
  .team-player .social-icons .icon:hover:before,
  .team-player .social-icons .icon:after {
    opacity: 1;
  }
  .team-player__gline {
    margin-top: 75px;
  }
  .team-list-cont {
    width: 100%;
    overflow: hidden;
  }
  .team-list-cont .team-list__item-wrap {
    float: none;
    width: 70vw;
  }
  .team-list-cont .owl-nav {
    display: none;
  }
  .team-list-cont .owl-dots {
    text-align: center;
  }
  .team-list-cont .owl-dots button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: none;
  }
  .team-list-cont .owl-dots button.active {
    background: #b3b3b3;
  }
  .team-list-cont .team-list__info {
    padding-bottom: 25px;
  }
  .team-list-cont {
    padding-bottom: 0px;
  }
  .team-wrapper__last .index-social-section .social-icons {
    max-width: 120px;
  }
  .team-group-photo {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-right: 0;
  }
  #timetable .page-main-section > .content {
    padding: 0;
    width: auto;
  }
  .shedule-banner__score {
    padding: 0 20px;
    font-size: 54px;
    line-height: 54px;
    position: relative;
    top: -10px;
  }
  .shedule-banner__dsk {
    font-size: 17px;
    line-height: 20px;
  }
  .shedule-banner__vs img {
    width: 80%;
  }
  .shedule-banner__img {
    height: 300px;
  }
  .shedule-banner__table {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .shedule-banner__table > div {
    width: 100%;
  }
  .shedule-banner__table > div > div {
    font-size: 17px;
    line-height: 20px;
    padding: 0 30px;
    text-align: left !important;
  }
  .shedule-text {
    padding-left: 0;
    width: 90%;
    margin: 0 auto 60px auto;
    font-size: 17px;
    line-height: 26px;
  }
  .breadcrumbs__last.breadcrumbs__last_shedule {
    margin: 0 auto;
    display: block;
    text-align: left;
    overflow-x: auto;
    overflow-y: visible;
    width: 90%;
  }
  .breadcrumbs__last_shedule-in {
    height: 50px;
    width: 800px;
    display: block;
  }
  .breadcrumbs__last.breadcrumbs__last_shedule a,
  .breadcrumbs__last.breadcrumbs__last_shedule span {
    margin-right: 65px;
    font-size: 18px;
    line-height: 18px;
  }
  .breadcrumbs__last.breadcrumbs__last_shedule a:last-child,
  .breadcrumbs__last.breadcrumbs__last_shedule span:last-child {
    margin-right: 0;
  }
  .breadcrumbs__last_shedule-wrapper {
    position: relative;
    overflow: hidden;
  }
  .breadcrumbs__last_shedule-wrapper:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    left: 0;
  }
  .breadcrumbs__last_shedule-wrapper:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: -1px;
  }
  .shedule-tables__title {
    display: none;
  }
  .shedule-tables {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .shedule-tables > div {
    display: block;
    padding: 0;
    width: auto;
  }
  .shedule-table {
    margin-bottom: 50px;
  }
  .shedule-table td {
    height: 52px;
    font-size: 16px;
    padding: 0 20px;
  }
  .shedule-table td span {
    width: 30px;
  }
  .shedule-table__yellow-card,
  .shedule-table__red-card,
  .shedule-table__up,
  .shedule-table__down,
  .shedule-table__ball {
    margin-left: 5px;
    padding-left: 20px;
  }
  .shedule-nav-mobile {
    width: 90%;
    margin: 0 auto;
    font-family: 'frizquadratacbold';
    display: table;
  }
  .shedule-nav-mobile > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
    opacity: 0.4;
  }
  .shedule-nav-mobile > div.active {
    opacity: 1;
  }
  .shedule-nav-mobile > div:last-child {
    text-align: right;
  }
  .shedule-nav-mobile {
    margin: 20px auto;
  }
  #timetable .page-main-section .side-column {
    margin: 0;
  }
  .side-calendar {
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 30px 30px;
  }
  .side-calendar td {
    font-size: 14px;
    line-height: 14px;
  }
  .shedule-tabs.shedule-text {
    margin-bottom: 0;
  }
  .shedule-tables > div:first-child,
  .shedule-tables > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .shedule-translation td:first-child,
  .shedule-translation td {
    padding: 10px !important;
  }
  .shedule-translation td {
    font-size: 16px;
    line-height: 18px;
  }
  .shedule-translation__icons {
    margin-top: 0;
  }
  .shedule-tabs[data-id="4"] {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .shedule-translation td:first-child,
  .shedule-translation td:first-child + td {
    display: none;
  }
  .shedule-translation__mobile strong {
    margin-bottom: 3px;
    display: block;
  }
  .shedule-translation__mobile .shedule-translation__icons > div:first-child {
    margin-left: 0;
  }
  .shedule-translation__mobile .shedule-translation__icons {
    margin-bottom: 3px;
  }
  .shedule-translation__mobile {
    display: block;
  }
  .partners__logo i {
    display: block;
  }
  .partners > div:last-child {
    display: none;
    padding-top: 22px;
  }
  .partners.active > div:last-child {
    display: block;
  }
  .partners {
    display: block;
    width: 90%;
    margin: 75px auto 0 auto;
  }
  .partners__title {
    display: none;
  }
  .partners__lnk {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .partners__text p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .partners__logo {
    margin: 0;
    width: auto;
  }
  .partners:first-child {
    margin-top: 50px;
  }
  .contacts__container {
    width: 90%;
    margin: 0 auto;
  }
  .contacts__container_first {
    padding-top: 0px;
  }
  .contacts__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .contacts__t {
    display: block;
  }
  .contacts__t div {
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .contacts__t div:last-child {
    padding-bottom: 0;
  }
  .contacts__map {
    margin-top: 48px;
  }
  .contacts__map-lnk {
    padding-bottom: 65px;
  }
  .contacts__map-lnk span {
    font-size: 14px;
  }
  .contacts__line {
    display: block;
  }
  .contacts__line > div {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 60px;
  }
  .contacts__line:last-child > div:last-child {
    padding-bottom: 0;
  }
  .contacts__line .contacts__title {
    margin-bottom: 25px;
  }
  .contacts__line {
    margin-bottom: 0;
  }
  .side-calendar_r > div,
  .side-calendar_rh > div {
    font-size: 14px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .newspage {
    display: block;
    margin: 50px auto 0 auto;
  }
  .newspage__item {
    width: auto;
  }
  .newspage__item-in {
    padding: 0;
  }
  .newspage__item-img {
    height: 325px;
    max-height: 325px;
  }
  .newspage__item-dsk {
    font-size: 15px;
    line-height: 24px;
  }
  .newspage__item-img_next {
    height: 100px;
  }
  .newspage__item p {
    font-size: 17px;
    line-height: 24px;
  }
  .newspage__pag {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: 20px;
  }
  .newspage__pag a {
    padding: 0;
  }
  .newspage__pag a:hover span {
    transform: scale(1);
  }
  .newspage__pag a:hover:after {
    transform: scaleX(0);
  }
  .match-filter-section_news {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .match-filter-section_news form .field {
    width: auto;
    margin-right: 0 !important;
  }
  .match-filter-section_news form .select {
    box-sizing: border-box;
  }
  .newspage__item:last-child {
    padding-bottom: 0px;
  }
  .pressbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .newpage {
    width: 90%;
    margin: 0 auto;
  }
  .newpage__title {
    font-size: 34px;
    line-height: 38px;
  }
  .newpage__date {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 30px;
  }
  .newpage__img {
    margin-bottom: 30px;
  }
  .newpage__text {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .newpage__text p {
    font-size: 17px;
    line-height: 24px;
  }
  .newpage__options {
    padding: 30px;
    margin-bottom: 30px;
  }
  .newpage__options-box {
    display: block;
  }
  .newpage__options-box div {
    padding-bottom: 30px;
  }
  .newpage__options-box div:last-child {
    padding-bottom: 0;
  }
  .newpage__options-box strong {
    margin-bottom: 12px;
  }
  .newpage__options-lnk {
    display: block;
  }
  .politic__title {
    font-size: 24px;
    line-height: 28px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .politic__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 24px;
  }
  .select select {
    visibility: visible;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
  }
  .select-mobile-placeolder {
    position: relative;
    z-index: 1;
    padding: 0 5px;
  }
  .select-mobile-placeolder:after {
    content: '';
    display: block;
    border-color: #357628 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -2px -2px 0 0;
    z-index: 2;
  }
  .section.scoretable-section > .scrollable-table-scroll {
    display: none;
  }
  .main-column .index-news-section .gallery .item {
    width: auto;
  }
  .side-column {
    display: none;
  }
  .index-social-section {
    display: none;
  }
  .index-social-section + .index-partners-section {
    margin-top: -8vh;
  }
  .page-main-section + .index-partners-section,
  .page-main-section + .index-partners-section + .index-partners-section {
    display: none;
  }
  .owl-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-popup img {
    width: 100%;
  }
  .owl-popup i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
  }
  .owl-popup i:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 19px;
  }
  .owl-popup i:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 19px;
  }
  .newspage__item_double .newspage__item-img {
    height: 150px;
    max-height: 150px;
  }
  .newspage__item_double .newspage__item-img > div {
    background-size: 100% auto;
    background-position: 0 0;
  }
  .newspage {
    margin-top: 0;
  }
  .gallery nav.points a:hover {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .error404__box:after {
    background: url('../img/404_bg1m.jpg') 50% 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: 0;
  }
  .error404__box {
    height: 540px;
  }
  .error404__text {
    padding-top: 20px;
    width: 54%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .error404__title {
    font-size: 32px;
    line-height: 32px;
  }
  .error404__big {
    font-size: 86px;
    line-height: 86px;
    letter-spacing: -3px;
    right: -7px;
    margin-top: -3px;
    margin-bottom: 0;
  }
  .error404__text p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .error404__text p br {
    display: none;
  }
  .error404s__title {
    font-size: 40px;
    line-height: 40px;
  }
  .error404s__big {
    font-size: 170px;
    line-height: 170px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .error404s__big span:first-child {
    padding-right: 38px;
  }
  .error404s__big span:last-child {
    padding-left: 38px;
  }
  .error404s__big:after {
    width: 123px;
    height: 127px;
    background-size: 100% 100%;
    top: 17px;
    margin-left: -44px;
  }
  .error404s p {
    font-size: 13px;
    line-height: 16px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .error404s p br {
    display: none;
  }
  .error404s p br.brmobile {
    display: block;
  }
  .error404s {
    height: 550px;
  }
  .goal-scorers-list:before {
    display: block;
  }
  .match-filter-section_with-button > div:last-child {
    text-align: center;
    display: none;
  }
  .match-filter-section_with-button form .field:last-child {
    max-width: 100%;
  }
  .media-gallery-list_school-team .item:first-child .img,
  .media-gallery-list_school-team .item .img {
    padding-top: 60%;
    width: auto;
  }
  .media-gallery-list_school-team .item,
  .media-gallery-list_school-team .item:first-child {
    width: 100%;
  }
  .media-gallery-list_school-team .item .name {
    font-size: 24px;
  }
  .school-team__trainer-img {
    width: 90px;
    height: 90px;
  }
  .media-gallery-list_school-team .item {
    margin-bottom: 75px;
  }
  .media-gallery-list_school-team .item:last-child {
    margin-bottom: 0;
  }
  .school-team-in__img {
    margin-bottom: 35px;
  }
  .school-team-in p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .school-team-in__number {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    font-size: 12px;
  }
  .school-team-in .data-table {
    margin-bottom: 0;
    width: 500px;
  }
  .school-team-in .scrollable-table {
    margin-bottom: 70px;
  }
  .school-title {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 40px;
  }
  .page-main-section_school .content {
    width: auto;
    padding-top: 0;
  }
  .page-main-section_school .school-team-in p,
  .page-main-section_school .scrollable-table-scroll,
  .page-main-section_school .data-table-wrap,
  .page-main-section_school .school-title,
  .page-main-section_school .team-list,
  .page-main-section_school .media-gallery-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .school-line {
    margin: 30px 0 40px 0;
  }
  .school-team-in_index {
    margin-bottom: 70px;
  }
  .media-gallery-list_school-team-index .item,
  .media-gallery-list_school-team-index .item:first-child {
    margin-bottom: 25px;
  }
  .process-img {
    height: 267px;
    margin-bottom: 45px;
  }
  .process-box {
    display: block;
    margin-bottom: 50px;
  }
  .process-box > div:first-child,
  .process-box > div,
  .process-box > div:last-child {
    width: auto;
  }
  .process-box__ico {
    margin-bottom: 25px;
  }
  .process-box__ico1 {
    width: 59px;
    height: 149px;
  }
  .process-box__ico2 {
    width: 60px;
    height: 149px;
  }
  .process-box__ico3 {
    width: 97px;
    height: 148px;
  }
  .process-box__ico4 {
    width: 92px;
    height: 147px;
  }
  .process-box__ico5 {
    width: 97px;
    height: 134px;
  }
  .process-box__ico6 {
    width: 87px;
    height: 147px;
  }
  .process-box__ico7 {
    width: 72px;
    height: 133px;
  }
  .process-box__title {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .process-box__in,
  .process-box__in > div,
  .process-box__in > div > div {
    display: block;
    width: auto;
  }
  .process-box__in > div > div {
    text-align: center;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
  }
  .process-box__in > div {
    padding: 25px 0;
  }
  .process-box__in > div > div:first-child {
    font-weight: 100;
  }
  .process-box__in > div:nth-child(even) > div {
    padding: 0;
  }
  .process-box__in > div:nth-child(even) {
    padding: 30px 0;
  }
  .content_mobile-process-more .content-process {
    width: auto;
    padding: 45px 30px;
  }
  .content_mobile-process-more .content-process__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .content_mobile-process-more .content-process img {
    margin-bottom: 40px;
  }
  .content_mobile-process-more .content-process p {
    font-size: 17px;
    line-height: 24px;
  }
  .content_mobile-process-more-button {
    text-align: center;
  }
  .content_mobile-process-more.active,
  .content_mobile-process-more .content-process.active {
    display: block !important;
  }
  /*
    .newpage__text iframe{
        width: auto !important;
        height: auto !important;
    }*/
  .info-rates__in {
    padding: 7px;
  }
  .rates__item {
    padding: 0;
  }
  .rates__item:first-child {
    display: block;
  }
  .rates__img-mob {
    display: none;
  }
  .rates__item.rates__item-present,
  .rates__present {
    width: auto;
  }
}
@media all and (max-width: 672px) {
  .rates__item:first-child {
    display: none;
  }
  .rates__img-mob {
    display: block;
  }
  .rates__img {
    width: 102px;
    margin: 0 auto 5px auto;
  }
  .info-rates {
    width: 110%;
  }
}
@media all and (max-width: 530px) {
  .rates__item.rates__item-present,
  .rates__present {
    width: 80px;
  }
  .info-rates__in {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .rates__item {
    min-width: auto;
    width: 106px;
  }
}
@media all and (max-width: 480px) {
  .team-player__info {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .info-rates {
    width: 117%;
  }
  .rates__item-title {
    font-size: 10px;
  }
  .rates__item-value {
    font-size: 18px;
  }
  .rates__present {
    width: 70px;
  }
}
@media all and (max-width: 400px) {
  .rates__item {
    min-width: auto;
    width: 30%;
  }
  .rates__item.rates__item-present {
    width: 100%;
  }
  .rates__present {
    width: 100px;
    margin: 10px auto 0 auto;
  }
  .info-rates__in {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 360px) {
  .shedule-banner__dsk {
    padding: 0 30px;
  }
}
@media all and (max-width: 320px) {
  .breadcrumbs h1,
  .breadcrumbs .h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.nowrap {
  white-space: nowrap;
}
