@charset "UTF-8";
.slick-list, .slick-track {
  min-width: 100%;
}

.player {
  width: 294px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.player .fancybox-close-small {
  height: 25px;
  width: 25px;
  padding: 0;
}

.player-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #212D8D;
  color: #fff;
  padding: 20px;
}

.player-top img {
  display: block;
}

.player-name {
  font-size: 1rem;
  font-weight: bold;
}

.player-position {
  color: #A1C9E8;
  margin-top: 10px;
}

.player-cont {
  padding: 20px;
}

.player-cont__bot a:hover {
  text-decoration: underline;
}

.player-row {
  margin-bottom: 15px;
}

.player-label {
  font-size: 0.8125rem;
  color: #B0B2B4;
  margin-bottom: 5px;
}

.player-data {
  font-size: 0.8125rem;
  color: #212121;
}

.soc-popup {
  display: none;
  width: 510px !important;
  padding: 55px 70px;
}

.soc-popup .fancybox-close-small svg {
  opacity: 1;
  stroke: #000;
}

.soc-popup__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 35px;
}

.soc-popup__list {
  display: flex;
  justify-content: center;
}

.soc-popup__link {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #407ABD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc-popup__link:not(:last-child) {
  margin-right: 30px;
}

.soc-popup__link img {
  display: block;
}

body {
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  font-family: "Montserrat", sans-serif;
}

body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
}

.over-bg {
  padding-top: 284px;
  margin: 0 auto;
  min-width: 1170px !important;
  transform: none;
}

.over:before {
  display: none !important;
}

a {
  color: #212D8D;
}

* {
  outline: none;
}

img {
  max-width: 100%;
}

.link-bg img {
  max-width: none;
}

.up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.bg .all-float {
  margin: 0;
}

.btn--red {
  background: #e12d03 !important;
  margin-bottom: 27px;
}

.photo-body-overlay header {
  z-index: 0;
}

.photo-body-overlay .flip-clock-wrapper {
  opacity: 0;
}

.photo-fixed-overlay, .photo-main-table {
  z-index: 9999999999;
}

.photo-image img {
  height: auto !important;
}

nav {
  display: flex;
  float: none;
  padding: 0 30px;
  width: 100%;
  background: #212D8D;
  box-sizing: border-box;
}

nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  left: 0;
}

nav li {
  position: relative;
  text-decoration: none !important;
  height: auto;
  margin: 0;
}

nav li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  transform: translateY(3px);
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
}

nav li:hover:before {
  transform: translateY(0);
  opacity: 1;
}

nav a {
  display: block;
  padding: 20px 10px;
  white-space: nowrap;
}

nav > li {
  position: relative;
  text-transform: none !important;
  font-size: 0.9375rem;
  font-weight: 400;
}

nav > li:hover ul {
  pointer-events: all;
  opacity: 1;
}

#horizontal-multilevel-menu {
  position: relative;
  color: #000;
}

#horizontal-multilevel-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  z-index: 999;
  color: #000;
  width: auto;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

#horizontal-multilevel-menu ul:before {
  display: none;
}

#horizontal-multilevel-menu ul li {
  transition: background .3s ease;
}

#horizontal-multilevel-menu ul li:before {
  display: none;
}

#horizontal-multilevel-menu ul li:hover {
  background: rgba(30, 123, 195, 0.4);
}

#horizontal-multilevel-menu ul a {
  color: #000;
  padding: 10px 25px;
}

#horizontal-multilevel-menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
}

.e-switcher_btn b {
  border: 1px solid #212D8D !important;
}

header .up .search {
  float: none;
  height: auto;
  margin: 0;
  position: relative;
  border: 0;
  margin-right: 50px;
}

header .up .search form {
  display: flex;
}

header .up .search input[type=text] {
  height: 35px;
  border: 0;
  width: 100%;
  padding: 0 30px 0 10px;
  border: 1px solid #eeebfb;
  width: 220px;
  font-size: 0.875rem;
  color: #d1d3d8;
  background: url(../img/new/ico-search.png) no-repeat right 10px center;
}

header .up .search input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 37px;
  background: none;
}

header .up .login {
  background: url("../img/new/ico-user.png") no-repeat left 0 center !important;
  font-weight: normal;
}

header .up .but-login {
  text-decoration: underline;
  font-size: 0.875rem;
  border-bottom: 0 !important;
  padding-left: 13px;
  font-weight: normal;
}

header .up .reg {
  margin-left: 1.875rem;
}

header .up .reg a {
  color: #212D8D !important;
  font-size: 0.875rem;
  border-bottom: 0 !important;
  text-decoration: underline;
}

header .head {
  display: flex;
  width: 100% !important;
  height: auto !important;
  padding: 30px 25px 10px 35px !important;
  box-sizing: border-box !important;
  align-items: center;
}

header .head .logo {
  margin: 0;
  padding: 0;
  float: none;
}

header #coundown {
  margin-left: auto;
  width: 335px;
  width: auto;
  margin-top: 0 !important;
}

header #coundown br {
  display: none;
}

header #coundown b {
  display: block;
  text-align: left;
  margin-left: 6px;
}

header .flip-clock-label {
  color: #d1d3d8 !important;
}

header .flip-clock-wrapper ul {
  background: none !important;
}

header .flip-clock-wrapper ul li a div div.inn {
  background-color: #212D8D !important;
  text-shadow: none;
}

header .flip-clock-wrapper .flip {
  box-shadow: none;
}

header .flip-clock-dot {
  background: #212D8D !important;
  box-shadow: none;
}

.soc {
  display: flex;
}

.soc__el {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #d1d3d8;
  background-repeat: no-repeat;
  background-position: center;
}

.soc__el:not(:first-child) {
  margin-left: 15px;
}

.write {
  padding-left: 20px;
  background: url("../img/new/ico-pen.png") no-repeat left 0 center;
  margin: 0 auto;
}

.write__link {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #212D8D;
  padding-left: 10px;
}

.slider-game {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 25px 45px;
  float: none !important;
  background: #fff;
}

.slider-game__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider-game > .sprev, .slider-game .snext {
  display: none !important;
}

.caroufredsel_wrapper {
  position: relative;
}

.caroufredsel_wrapper .sprev, .caroufredsel_wrapper .snext {
  width: 30px !important;
  height: 30% !important;
  top: calc(50% - 15px) !important;
  background: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.caroufredsel_wrapper .sprev {
  left: 0;
}

.list-parts {
  width: auto !important;
  margin-left: 0 !important;
  max-width: 850px;
  align-self: center;
}

.list-parts li {
  padding: 0 !important;
  height: auto !important;
}

.list-parts a {
  padding: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

.list-parts .slick-arrow {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  font-size: 0;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.list-parts .slick-arrow:before {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
}

.list-parts .slick-prev {
  left: -25px;
  top: calc(50% - 15px);
}

.list-parts .slick-prev:before {
  transform: rotate(-135deg);
}

.list-parts .slick-next {
  top: calc(50% - 15px);
  right: -30px;
}

.list-parts .slick-next:before {
  transform: rotate(45deg);
}

.exclusive {
  margin: 0 35px 30px 45px;
  background: #f5f5f5;
}

.exclusive__title {
  display: block;
  background: #212D8D;
  padding: 15px 25px;
  color: #fff;
  margin-bottom: 25px;
  font-size: 1rem;
  font-weight: bold;
}

.exclusive__list {
  display: flex;
  padding: 0 60px 45px 0;
}

.exclusive__item {
  width: calc((100% - 60px * 4) / 4);
  margin: 0 0 0 60px;
}

.exclusive__item-img {
  margin-bottom: 12px;
}

.exclusive__item-img img {
  display: block;
}

.exclusive__item-data {
  font-size: 0.6875rem;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin-bottom: 5px;
}

.exclusive__item-title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #212D8D;
}

.big-slider .slide-news {
  background: #f5f5f5 !important;
  text-decoration: none;
}

.big-slider .slides_container {
  display: block !important;
}

.big-slider .slide-news .b-text {
  position: static !important;
}

.big-slider .slide-news .b-text .name a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #212D8D !important;
}

.big-slider .slide-news .b-text .up-news {
  font-size: 0.75rem !important;
}

.big-slider .slide-news .b-text .up-news a {
  text-decoration: none !important;
}

.big-slider .slick-arrow {
  position: absolute;
  top: 264px;
  width: 68px;
  height: 36px;
  font-size: 0;
  border: 0;
  background: #f5f5f5;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-slider .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.big-slider .slick-prev {
  right: 68px;
}

.big-slider .slick-prev:before {
  transform: rotate(-135deg);
  left: 39px;
}

.big-slider .slick-next {
  right: 0;
}

.big-slider .slick-next:before {
  transform: rotate(45deg);
  right: 39px;
}

.bs-news .news .up-news {
  font-size: 0.6875rem !important;
  color: #3a3a3a !important;
}

.bs-news .news .up-news a {
  color: #3a3a3a !important;
}

.bs-news .news .up-news .date {
  line-height: 1;
}

.bs-news .news .name a {
  font-size: 0.875rem !important;
}

.t-clr1, .t-clr2, .t-clr3, .t-clr4 {
  padding: 6px !important;
  font-size: 0.5625rem;
  border-radius: 0 !important;
  color: #fff !important;
  transition: background .3s ease;
}

a.t-clr1, .t-clr1 {
  background: #626ff2 !important;
}

a.t-clr1:hover, .t-clr1:hover {
  background: #3844bd !important;
}

a.t-clr2, .t-clr2 {
  background: #6ebe5b !important;
}

a.t-clr2:hover, .t-clr2:hover {
  background: #5aa948 !important;
}

a.t-clr3, .t-clr3 {
  background: #e6b633 !important;
}

a.t-clr3:hover, .t-clr3:hover {
  background: #ecb51c !important;
}

* {
  box-sizing: border-box;
}

.title2 {
  border-radius: 0 !important;
  padding: 15px 20px !important;
  background: #212D8D !important;
}

.content {
  margin: 0 !important;
  width: 50%;
  padding: 0 !important;
}

.content2 {
  margin: 0 !important;
}

.inner .col2, .inner .column--right {
  margin: 0 !important;
}

.inner .content2 {
  width: 100% !important;
  margin-right: 30px !important;
}

.inner .column--right {
  max-width: 185px;
  margin-left: 30px;
}

.b-wiki .titl {
  width: 117px !important;
}

.b-refresh-img {
  position: relative !important;
  top: initial !important;
  right: initial !important;
}

.b-lk .col-l, .b-lk .col-r {
  width: 50% !important;
}

.container {
  display: flex;
  padding: 0 25px !important;
  box-sizing: border-box;
}

.column--right {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.column-block {
  display: flex;
  box-sizing: border-box;
  padding: 0 0 30px;
}

.col1, .col2 {
  padding: 0 !important;
}

.col1 > *:not(:first-child) {
  margin-top: 30px;
}

.col1 {
  margin-left: 0 !important;
}

.title2, .b-switcher {
  width: 100% !important;
  background: #212D8D !important;
}

.b-score_table th {
  background: #212D8D !important;
}

.b-tags .title2 {
  margin-bottom: 23px;
}

.b-tags__list {
  background: #f5f5f5;
  padding: 0 17px 30px;
}

.banner--smoll {
  display: block;
  text-decoration: none;
  margin: 40px 0;
}

.col2 .btn--red {
  width: 100%;
  text-align: center;
}

.banner-a img {
  width: 100%;
}

.birthday {
  color: #000;
  background: #f5f5f5;
  display: block;
}

.birthday__list {
  padding: 0 0 30px 0;
}

.birthday-title {
  background: #212D8D;
  padding: 15px 20px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}

.birthday__user {
  font-size: 0.875rem;
  color: #212D8D;
  font-weight: bold;
  line-height: 1.375rem;
}

.birthday__img img {
  display: block;
  width: 100%;
}

.birthday__day {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 10px;
}

.birthday__info {
  padding: 20px;
}

.shop-block__title {
  display: flex;
  align-items: center;
  background: #212D8D;
  color: #fff;
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: bold;
}

.shop-block__title-group {
  font-size: 0.875rem;
  color: #3a3a3a;
  font-weight: bold;
}

.shop-block__arrow {
  display: flex;
  margin-left: auto;
}

.shop-block__arrow .slick-arrow {
  font-size: 0;
  border: 0;
  background: transparent;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
}

.shop-block__arrow .slick-arrow:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.shop-block__arrow .slick-prev:after {
  transform: rotate(-135deg);
}

.shop-block__arrow .slick-next:after {
  transform: rotate(45deg);
}

.shop-block__list {
  height: auto !important;
}

.shop-block__item {
  padding: 25px;
  background: #f5f5f5;
}

.shop-block__link {
  padding: 10px 20px;
  color: #fff;
  background: #212D8D;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.shop-block__img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  height: auto !important;
}

.all-float {
  box-shadow: none;
}

.bs-news .news .up-news a, .bs-news .news .up-news span {
  font-size: 0.6875rem !important;
  text-decoration: none !important;
}

.bs-news .news .name a {
  font-size: 0.875rem !important;
  font-weight: bold !important;
  border-bottom: 0 !important;
  color: #212D8D !important;
}

.b-video-photo1 {
  height: auto !important;
  background: #fff !important;
  margin: 0 !important;
}

.b-video-photo1 .wrapper {
  margin: 0 45px;
  background: #f5f5f5 !important;
}

.b-video-photo1-wrapp {
  display: flex;
  padding: 30px 23px;
}

.b-video-photo1 .b-video {
  flex: none !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 430px;
}

.b-video-photo1 .b-video .video {
  margin-bottom: 20px !important;
}

.b-video-photo1 .b-video .name a {
  border-bottom: 0 !important;
  color: #212D8D !important;
}

.b-video-photo1 .b-video .bott {
  font-size: 0.6875rem !important;
  margin: 0 0 20px 0 !important;
}

.b-video-photo1 .right {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 30px !important;
}

.b-video-photo1 .right .btn {
  margin-left: auto;
  margin-top: 30px;
}

.b-video-photo1 .right .b-list {
  display: flex;
  margin: 0 !important;
  border: 0 !important;
}

.b-video-photo1 .right .img {
  flex: none;
  width: auto !important;
}

.b-video-photo1 .right .desc {
  margin-left: 30px !important;
}

.b-video-photo1 .right .up {
  display: flex !important;
  justify-content: flex-start;
  margin: 0 0 15px 0 !important;
  color: #3a3a3a !important;
  font-size: 0.6875rem !important;
}

.b-video-photo1 .right .name a {
  border-bottom: 0 !important;
  font-size: 0.875rem;
  color: #212D8D !important;
}

.slider-part {
  margin: 0 !important;
  padding: 35px 45px !important;
  width: 100% !important;
  background: #fff;
}

.slider-part .list-part {
  margin-left: -15px;
  width: 100%;
}

.titl {
  padding: 15px 20px;
  color: #fff !important;
  background: #212D8D;
  font-size: 1rem;
}

.title2, .b-switcher {
  border-radius: 0;
}

.btn {
  padding: 15px 30px;
  background: #212D8D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

.b-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 10px;
  margin: 0 !important;
}

.e-switcher_item {
  font-size: 0.875rem !important;
}

.e-switcher_item.m-active {
  font-weight: normal !important;
}

.e-switcher_btn {
  display: block;
  margin-top: 10px;
  height: 14px !important;
}

.title3 {
  padding: 16px 10px;
  color: #3a3a3a;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5 !important;
  border-bottom: 1px solid #ebeaea;
}

.b-score_table {
  background: #f5f5f5 !important;
}

.b-score_table tr:first-child {
  border-bottom: 1px solid #ebeaea;
}

.b-score_table tr:first-child th {
  padding: 15px 10px !important;
}

.b-score_table th {
  background: #f5f5f5 !important;
  color: #3a3a3a !important;
  font-size: 0.875rem !important;
}

.b-score_table th[colspan="2"] {
  font-weight: bold;
}

.b-score_table td span {
  color: #3a3a3a !important;
}

.b-score_table_cover.m-west {
  min-width: auto !important;
}

.b-switcher_tab .btn {
  padding: 10px 15px !important;
  margin-top: 20px;
  margin: 30px 0 0 10px;
}

.s-regular .b-score_table_top {
  width: 100%;
}

.b-score_table_cover.m-west {
  padding: 0;
}

.b-switcher_tab table.b-score_table td {
  padding: 5px 10px !important;
}

footer {
  background: #f5f5f5 !important;
  height: auto !important;
  padding: 25px 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .left {
  margin: 0;
  width: auto !important;
}

footer a {
  border-bottom: 0;
}

footer a.design {
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 85px 10px 0 !important;
  font-size: 0.875rem !important;
  color: #3a3a3a !important;
  font-weight: normal !important;
  background: url(../img/xpage.png) no-repeat right 0 center !important;
  background-position-x: 76px;
  background-position-y: center;
}

.f-menu {
  width: auto !important;
}

.pop-soc {
  background: #dadfe1 !important;
}

.pop-soc .titl {
  background: none;
  color: #3a3a3a !important;
  padding: 0;
  font-size: 0.6875rem;
}

.pop-login {
  width: 195px !important;
}

.pop-login .pop-soc {
  left: 0 !important;
  padding: 10px 0 10px !important;
}

#eventsCalendar .DynarchCalendar-hover-title div {
  border: 0 !important;
  background: none;
}

#eventsCalendarTooltip .tooltipBody .eventHeader {
  font-size: 16px !important;
}

.all > div:last-child {
  padding-bottom: 57px;
}

.list-part li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-calendar-title {
  background: #212D8D;
  color: #fff !important;
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: bold;
}

.index-calendar #calendarWrapper {
  margin-top: 0 !important;
  border: 0 !important;
}

.index-calendar .DynarchCalendar-topCont, .index-calendar #calendarWrapper {
  width: 100% !important;
}

.slider-game .list-parts {
  width: 100% !important;
}

.b-score_table td {
  font-size: 0.875rem !important;
}

.b-score_table th, .b-score_table span {
  font-family: Roboto !important;
}

.b-switcher_tab .btn {
  font-weight: 400;
}

header .aut ul input {
  border-bottom: 0;
  color: #fff !important;
  background: #212D8D !important;
  margin-right: 10px;
}

header .aut ul input:hover {
  background: #1252A1 !important;
}

.over {
  position: relative;
}

.over:before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 208px;
  width: 960px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 10px #000;
}

div.b-wiki .titl {
  margin-top: 5px;
}

div.b-my-comm .comm-login-soc {
  display: flex;
}

div.b-my-comm .log-soc {
  height: auto;
  line-height: 1;
  padding: 10px 20px;
  padding: 10px 20px 10px 40px;
}

.team-dreams {
  height: 1480px;
  width: 695px;
  position: relative;
}

.team-dreams__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.forms__input-cont {
  width: 179px;
}

.forms__submit input {
  width: auto;
  text-transform: none;
  background-color: #FF2900;
  color: #fff;
  font-size: 12px;
  border: 0;
  border-radius: 0;
  transition: background .3s ease;
  font-weight: bold;
  padding: 20px 33px;
}

.forms__submit input:hover {
  background-color: #c43834;
}

.tabs {
  margin: 45px 0 0 0;
}

.tabs-title {
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1;
  margin: 65px 0 30px;
  display: none;
}

.tabs-top {
  display: flex;
}

.tabs-tab {
  padding: 17px;
  width: calc(100% / 4);
  background: #e8eaef;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background .3s ease, color .3s ease;
}

.tabs-tab:hover, .tabs-tab.active {
  background: #212D8D;
  color: #fff;
}

.tabs-tab:not(:first-child) {
  border-left: 1px solid #fff;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.team-dreams .selectize-input .item + input {
  display: none;
}

.team-dreams-cont .forms__submit {
  text-align: center;
  margin-top: 35px;
}

.team-dreams__item {
  z-index: 10;
  position: relative;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.team-dreams__top {
  padding: 35px 4.375rem 0 4.375rem;
}

.team-dreams__top .block .team-dreams__line:nth-child(1) {
  margin-bottom: 84px !important;
}

.team-dreams__top .block .team-dreams__line:nth-child(2) {
  margin-bottom: 119px !important;
}

.team-dreams__top .team-dreams__line:nth-last-child(2) {
  margin-top: auto;
  margin-bottom: 30px;
}

.team-dreams__top .team-dreams__line:first-child {
  margin-bottom: 75px;
}

.team-dreams__top .team-dreams__line:nth-child(2) {
  margin-bottom: 146px;
}

.team-dreams__top .team-dreams__line:nth-child(3) {
  margin-bottom: 30px;
}

.team-dreams__bottom {
  padding: 126px 4.375rem 17px 4.375rem;
}

.team-dreams__bottom .block + .block {
  margin-top: 104px;
}

.team-dreams__bottom > div {
  display: flex;
  flex-direction: column-reverse;
}

.team-dreams__bottom .team-dreams__line:nth-last-child(2) {
  margin-bottom: 30px;
}

.team-dreams__bottom .team-dreams__line:first-child {
  margin-bottom: 75px;
}

.team-dreams__bottom .team-dreams__line:nth-child(2) {
  margin-bottom: 69px;
}

.team-dreams__bottom .team-dreams__line:nth-child(3) {
  margin-bottom: 30px;
}

.team-dreams__line {
  display: flex;
  justify-content: space-between;
}

.team-dreams .forms-input-cont:only-child {
  margin: 0 auto;
}

.team-dreams .forms__input-cont {
  position: relative;
}

.team-dreams .forms__input-cont:after {
  content: '';
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  height: 6px;
  width: 6px;
  border-right: 1px solid #212D8D;
  border-bottom: 1px solid #212D8D;
  transform: rotate(45deg);
  display: block;
}

.team-dreams .forms__input-cont select {
  width: 100%;
  height: 31px;
  padding: 0 30px 0 15px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #212D8D;
  border-radius: 8px;
  color: #212D8D;
  font-weight: 500;
}

.team-dreams input, .team-dreams a, .team-dreams button, .team-dreams textarea, .team-dreams select {
  outline: none;
}

.team-dreams select {
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}

.team-dreams select::-ms-expand {
  display: none;
}

.forms .form-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 33px;
  display: inline-block;
  text-align: center;
}

.forms .form-title--lauras {
  position: relative;
}

.forms .form-title--lauras:before {
  content: '';
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  width: 29px;
  height: 54px;
  background: url("../new-img/new/ico-lauras--left.png");
}

.forms .form-title--lauras:after {
  content: '';
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
  width: 29px;
  height: 54px;
  background: url("../new-img/new/ico-lauras--right.png");
}

.forms .form-text {
  font-size: 16px;
}

.forms .form-table__list {
  counter-reset: i;
}

.forms .form-table__team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -23px -30px;
}

.forms .form-table__team-item {
  width: calc((100% - 30px * 3) / 3);
  margin: 0 0 23px 30px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.forms .form-table__team-item figure {
  margin-right: 18px;
}

.forms .form-table__team-item:first-child img {
  opacity: 0;
}

.forms .form-table__team-item:first-child figure {
  position: relative;
}

.forms .form-table__team-item:first-child figure:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../new-img/hockey-mask1.svg") center no-repeat;
  background-size: contain;
}

.forms .form-table__item {
  counter-increment: i;
  display: flex;
  border-top: 1px solid #ebecee;
  padding: 40px 0;
}

.forms .form-table__item:nth-child(n+4) .form-table__item-num:before, .forms .form-table__item:nth-child(n+4) .form-table__item-num:after {
  display: none;
}

.forms .form-table__item-num {
  height: 87px;
  width: 87px;
  border-radius: 50%;
  background-color: #212D8D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 59px;
  flex: none;
}

.forms .form-table__item-num:before {
  content: '';
  display: block;
  width: 20px;
  height: 50px;
  background: url("../img/new/ico-lauras.png") no-repeat center;
}

.forms .form-table__item-num:after {
  content: '';
  display: block;
  width: 20px;
  height: 50px;
  background: url("../img/new/ico-lauras.png") no-repeat center;
  transform: rotateX(180deg) rotateZ(180deg);
}

.forms .form-table__item-num span {
  padding: 0 5px;
}

.forms .form-table__item-num span:before {
  content: counter(i);
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.turnir-table__item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.turnir-table__item:nth-child(1) .turnir-table__item-num {
  background: url("../img/ico-tur-1.svg") no-repeat center;
  color: #E3C000;
}

.turnir-table__item:nth-child(2) .turnir-table__item-num {
  background: url("../img/ico-tur-2.svg") no-repeat center;
  color: #B1B1B1;
}

.turnir-table__item:nth-child(3) .turnir-table__item-num {
  background: url("../img/ico-tur-3.svg") no-repeat center;
  color: #CD7F32;
}

.turnir-table__item:not(:nth-child(odd)) {
  border-top: 1px solid #e8eaef;
}

.turnir-table__item:nth-child(n + 4) .turnir-table__item-num {
  background: url("../img/ico-tur-4.svg") no-repeat center;
  color: #212D8D;
}

.turnir-table__item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  flex: none;
  display: flex;
  align-items: flex-start;
  width: 40px;
  height: 40px;
}

.turnir-table__item-num span {
  line-height: 1;
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  padding-top: 7px;
}

.turnir-table__item-name {
  font-size: 0.875rem;
  margin-right: auto;
}

.turnir-table__item-progress {
  display: flex;
  align-items: center;
}

.progress-num {
  margin-right: 15px;
  font-size: 0.625rem;
}

.progress-line {
  position: relative;
  width: 128px;
  height: 6px;
  background: #e8eaef;
  color: #212D8D;
}

.progress-line .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: currentColor;
  max-width: 100%;
}

.team-dreams__block_bottom {
  margin-top: 65px;
}

.team-dreams__title-bot {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.team-dreams__text-bot {
  font-size: 1rem;
}

.team-dreams__btn-bot {
  font-size: 0.875rem;
  padding: 16px 30px;
  background: #e43531;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 35px;
}

.team-dreams-cont {
  position: relative;
}

.dream-team-title-1 {
  background: #212D8D;
  padding: 12px 30px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  width: 230px;
}

.dream-team-title-1:nth-child(2) {
  bottom: 29.4%;
}

.dream-team-title-1:nth-child(3) {
  bottom: 47.6%;
}

.dream-team-title-1:nth-child(4) {
  bottom: 1009px;
}

.dream-team-title-1:nth-child(5) {
  bottom: 82.5%;
}

.block_2 .team-dreams__line:nth-child(2) {
  margin-bottom: 0;
}

.form-subscribe {
  padding: 25px;
}

.form-subscribe__cont {
  margin: 0 35px 30px 45px;
  background: #f5f5f5;
}

.form-subscribe__title {
  background: #212D8D;
  color: #fff;
  font-size: 1rem;
  padding: 15px 25px;
  font-weight: bold;
}

.form-subscribe .forms__input {
  height: 38px;
  border: 0;
  padding: 0 20px;
  border-radius: 0;
}

.form-subscribe .forms__submit {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #212D8D;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  display: block;
  padding: 10px 15px;
  height: auto;
  text-align: center;
  margin-left: 30px;
  text-transform: none;
}

.form-subscribe .forms__input-cont {
  height: auto;
  width: 100%;
}

.form-subscribe .forms__input-cont:not(:first-child) {
  margin-left: 30px;
}

.form-subscribe .forms__input-cont input {
  width: 100%;
}

.form-subscribe .form-wrap {
  justify-content: space-between;
}

.form-wrap {
  display: flex;
}

b[data-title="Трактор"], b[data-title="Челмет"], b[data-title*="Белые"] {
  color: #e12d03 !important;
}

.b-short_block.s-regular:nth-child(2) table[class^="b-score_table"] tr td, .b-short_block.s-regular:nth-child(4) table[class^="b-score_table"] tr td {
  color: #212D8D !important;
}

.b-short_block.s-regular:nth-child(2) table[class^="b-score_table"] tr td span, .b-short_block.s-regular:nth-child(4) table[class^="b-score_table"] tr td span {
  color: #212D8D !important;
}

.b-short_block.s-regular:nth-child(2) .m-west table tr:nth-child(n+10) td, .b-short_block.s-regular:nth-child(4) .m-west table tr:nth-child(n+10) td {
  color: #000 !important;
}

.b-short_block.s-regular:nth-child(2) .m-west table tr:nth-child(n+10) td span, .b-short_block.s-regular:nth-child(4) .m-west table tr:nth-child(n+10) td span {
  color: #212D8D !important;
}

.b-short_block.s-regular:nth-child(2) .m-west table tr:nth-child(n+10) td span b, .b-short_block.s-regular:nth-child(4) .m-west table tr:nth-child(n+10) td span b {
  font-weight: 300;
}

.b-short_block.s-regular:nth-child(3) table tr td {
  color: #212D8D !important;
}

.b-short_block.s-regular:nth-child(3) table tr td span {
  color: #212D8D !important;
}

.b-short_block.s-regular:nth-child(3) table tr:nth-child(n+18) td {
  color: #000 !important;
}

.b-short_block.s-regular:nth-child(3) table tr:nth-child(n+18) td span {
  color: #212D8D !important;
}

.b-short_block.s-regular:nth-child(3) table tr:nth-child(n+18) td span b {
  font-weight: 300;
}

.b-switcher_tab table[class^="b-score_table"] {
  background: #f5f5f5 !important;
  width: 100%;
}

.b-switcher_tab table[class^="b-score_table"] tr:first-child {
  border-bottom: 1px solid #ebeaea;
}

.b-switcher_tab table[class^="b-score_table"] tr:first-child th {
  padding: 15px 10px !important;
}

.b-switcher_tab table[class^="b-score_table"] td {
  padding: 5px 10px !important;
}

.b-switcher_tab table[class^="b-score_table"] td span {
  color: #212D8D !important;
}

.b-switcher_tab table[class^="b-score_table"] td span b {
  font-weight: 400;
}

body.js__scroll .main-logo {
  position: absolute;
  z-index: 10;
  transform: translate3d(0, -100%, 0);
  background: #030a6b;
  padding: 20px 0;
}

body.js__scroll .main-logo img {
  width: 250px;
  height: auto;
}

body.js__scroll .main-logo.js__show {
  position: fixed;
  transform: translate3d(0, 0, 0);
}

.main-logo {
  display: flex;
  justify-content: center;
  padding: 90px 0 0;
  transition: transform .3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-logo a {
  position: relative;
}

.main-logo a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  background: #4F5FE2;
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

.main-slider {
  padding: 34px 45px 40px;
}

.main-slider__slide:not(:first-child):not(.slick-slide) {
  display: none;
}

.main-slider__slide img {
  display: block;
  width: 100%;
}

.main-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  display: flex;
  justify-content: center;
}

.main-slider .slick-dots li {
  margin: 0;
}

.main-slider .slick-dots li:not(:last-child) {
  margin-right: 15px;
}

.main-slider .slick-dots button {
  padding: 0;
  background: #fff;
  height: 9px;
  width: 9px;
  display: block;
  border-radius: 50%;
  transition: background .3s ease;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
}

.main-slider .slick-dots .slick-active button {
  background: #212D8D;
}

.b-tags {
  user-select: none;
}

.b-tags .title2 {
  cursor: pointer;
  position: relative;
}

.b-tags .title2.js__opened:after {
  transform: rotate(-135deg);
  top: calc(50% - 4px);
}

.b-tags .title2:after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.b-tags__list {
  display: none;
}

.all {
  width: 1000px;
}

div.col1, div.col2 {
  width: 215px;
}

.inner .column--right {
  max-width: 215px;
}

.tur_table {
  margin: 0 !important;
}

div.b-video-photo1 {
  width: 1000px;
}

/*# sourceMappingURL=main.css.map */
