/* line 1, ../sass/_reset.sass */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, cite, code, em,
img, strong, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, figure, figcaption,
footer, header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* line 11, ../sass/_reset.sass */
body, html {
  height: 100%;
}

/* line 13, ../sass/_reset.sass */
img, fieldset, a img {
  border: none;
}

/* line 15, ../sass/_reset.sass */
input[type="submit"],
button {
  cursor: pointer;
}
/* line 18, ../sass/_reset.sass */
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 21, ../sass/_reset.sass */
textarea {
  overflow: auto;
}

/* line 23, ../sass/_reset.sass */
input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 27, ../sass/_reset.sass */
input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

/* line 30, ../sass/_reset.sass */
ul, ol {
  list-style-type: none;
}

/* line 32, ../sass/_reset.sass */
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

@font-face {
  font-family: "pf_dintext_proregular";
  src: url("../fonts/pfdintextpro-regular-webfont.eot");
  src: url("../fonts/pfdintextpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdintextpro-regular-webfont.woff2") format("woff2"), url("../fonts/pfdintextpro-regular-webfont.woff") format("woff"), url("../fonts/pfdintextpro-regular-webfont.ttf") format("truetype"), url("../fonts/pfdintextpro-regular-webfont.svg#pf_dintext_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Collegiate";
  src: url("../fonts/collegiateHeavyOutlineMedium.ttf");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/_animations.sass */
a {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/* line 4, ../sass/_animations.sass */
button {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/* line 1, ../sass/_base.sass */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  background: #fff;
}
svg {
    font-family: "Open Sans", sans-serif !important;
}

/* line 8, ../sass/_base.sass */
.container {
  width: 1000px;
  margin: 0 auto;
}

/* line 12, ../sass/_base.sass */
.top-line {
  background: #000;
}
/* line 14, ../sass/_base.sass */
.top-line .ui.text.menu {
  margin: 0;
}
/* line 16, ../sass/_base.sass */
.top-line .ui.text.menu > .item {
  color: #e6e6e6;
  opacity: 1;
  margin: 0;
  padding: 10px 9px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
/* line 25, ../sass/_base.sass */
.top-line .ui.text.menu > .item:hover {
  color: #85b552;
}
/* line 27, ../sass/_base.sass */
.top-line .ui.text.menu > .item.active {
  color: #85b552;
  font-weight: normal;
}
/* line 30, ../sass/_base.sass */
.top-line .ui.text.menu > .item.header {
  font-weight: normal;

}
/* line 33, ../sass/_base.sass */
.top-line .ui.text.menu > .item.header:hover {
  color: #fff;
}

/* line 36, ../sass/_base.sass */
.menu-divider {
  width: 1px;
  height: 12px;
  background: #666;
  margin: 14px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 44, ../sass/_base.sass */
i.icon {
  opacity: 1;
}

/* line 47, ../sass/_base.sass */
.lang-icon {
  background: url('../images/icons-s25733314d4.png') 0 -60px no-repeat;
  width: 18px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}

/* line 56, ../sass/_base.sass */
.dropdown .menu .lang-icon {
  top: 0;
}

/* line 59, ../sass/_base.sass */
.clearfix {
  clear: both;
}

/* line 62, ../sass/_base.sass */
.bottom-line {
  background: #f1f2e9;
}
/* line 64, ../sass/_base.sass */
.bottom-line .ui.menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  margin-left: 100px;
}
/* line 69, ../sass/_base.sass */
.bottom-line .ui.menu .header.item {
  font-size: 11px;
  border-right: none;
  color: #000;
}
/* line 73, ../sass/_base.sass */
.bottom-line .ui.menu .header.item:hover {
  color: #000;
}
/* line 75, ../sass/_base.sass */
.bottom-line .ui.menu a.item {
  font-weight: 600;
  font-size: 15px;
  line-height: 36px;
  padding: 0 9px;
  color: #659893;
  margin: 0 1px;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
/* line 84, ../sass/_base.sass */
.bottom-line .ui.menu a.item:hover {
  color: #fff;
}
/* line 86, ../sass/_base.sass */
.bottom-line .ui.menu a.item:after {
  position: absolute;
  content: "";
  left: 9px;
  right: 9px;
  bottom: 5px;
  height: 2px;
}
/* line 93, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(2) {
  color: #32782b;
}
/* line 95, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(2):after {
  background: #32782b;
}
/* line 97, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(2):hover, .bottom-line .ui.menu a.item:nth-child(2).active {
  color: #fff;
  background: #32782b;
}
/* line 100, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(3) {
  color: #b1274b;
}
/* line 102, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(3):after {
  background: #b1274b;
}
/* line 104, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(3):hover, .bottom-line .ui.menu a.item:nth-child(3).active {
  color: #fff;
  background: #b1274b;
}
/* line 107, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(4) {
  color: #e48c22;
}
/* line 109, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(4):after {
  background: #e48c22;
}
/* line 111, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(4):hover, .bottom-line .ui.menu a.item:nth-child(4).active {
  color: #fff;
  background: #e48c22;
}
/* line 114, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(5) {
  color: #649792;
}
/* line 116, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(5):after {
  background: #649792;
}
/* line 118, ../sass/_base.sass */
.bottom-line .ui.menu a.item:nth-child(5):hover, .bottom-line .ui.menu a.item:nth-child(5).active {
  color: #fff;
  background: #649792;
}
/* line 121, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu {
  margin-left: 150px;
}
/* line 124, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(1) {
  color: #e48c22;
}
/* line 126, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(1):after {
  background: #e48c22;
}
/* line 128, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(1):hover, .bottom-line .ui.menu.user-card-menu a.item:nth-child(1).active {
  color: #fff;
  background: #e48c22;
}
/* line 131, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(2) {
  color: #a1173b;
}
/* line 133, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(2):after {
  background: #a1173b;
}
/* line 135, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(2):hover, .bottom-line .ui.menu.user-card-menu a.item:nth-child(2).active {
  color: #fff;
  background: #a1173b;
}
/* line 138, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(3) {
  color: #649792;
}
/* line 140, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(3):after {
  background: #649792;
}
/* line 142, ../sass/_base.sass */
.bottom-line .ui.menu.user-card-menu a.item:nth-child(3):hover, .bottom-line .ui.menu.user-card-menu a.item:nth-child(3).active {
  color: #fff;
  background: #649792;
}
.bottom-line .ui.menu.user-card-menu.hidden {
    display: none;
}
/* line 145, ../sass/_base.sass */
.bottom-line .ui.list {
  display: inline-block;
  float: right;
  vertical-align: top;
  font-size: 11px;
  margin-top: 25px;
  margin-right: 25px;
}
/* line 152, ../sass/_base.sass */
.bottom-line .ui.list a.item.simple-version.active,
.bottom-line .ui.list a.item.prof-version.active {
  color: #e48b21;
}
/* line 154, ../sass/_base.sass */
.bottom-line .ui.list a.item.simple-version.active:hover,
.bottom-line .ui.list a.item.prof-version.active:hover {
  color: #649791;
}
/* line 156, ../sass/_base.sass */
.bottom-line .ui.list a.item.simple-version,
.bottom-line .ui.list a.item.prof-version {
  color: #649791;
}
/* line 158, ../sass/_base.sass */
.bottom-line .ui.list a.item.simple-version:hover,
.bottom-line .ui.list a.item.prof-version:hover {
  color: #e48b21;
}

/* line 161, ../sass/_base.sass */
.logo {
  margin-left: 12px;
  text-decoration: none;
  display: inline-block;
}

/* line 166, ../sass/_base.sass */
/*.breadcrumbs {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}*/
/* line 169, ../sass/_base.sass */
.breadcrumbs .breadcrumb {
  margin: 0;
}
/* line 171, ../sass/_base.sass */
.breadcrumbs .breadcrumb .divider {
  color: #666;
  font-size: 9px !important;
}
/* line 173, ../sass/_base.sass */
.breadcrumbs .section {
  font-size: 10px;
  line-height: 38px;
  color: #666;
  text-transform: uppercase;
}
/* line 178, ../sass/_base.sass */
.breadcrumbs .search-block {
  float: right;
  margin-top: 3px;
}
/* line 181, ../sass/_base.sass */
.breadcrumbs .search-block .ui.icon.input input {

/*  padding: 2px 10px;
  margin-top: 6px;*/
}
/* line 184, ../sass/_base.sass */
.breadcrumbs .search-block .icon.search {
  font-size: 12px;
  padding-top: 0;
  line-height: 32px;
}

/* line 189, ../sass/_base.sass */
.team-info {
  text-align: center;
  background: #fff;
}
/* line 192, ../sass/_base.sass */
.team-info .team-heading {
  position: relative;
  text-align: center;
  background: #fff;

}
/* line 196, ../sass/_base.sass */
.team-info .team-logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
/* line 200, ../sass/_base.sass */
.team-info .team-logo-image {
  height: 50px;
}
/* line 202, ../sass/_base.sass */
.team-info .team-name {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 50px;
  color: #000;
  font-weight: 600;
}
/* line 209, ../sass/_base.sass */
.team-info .team-name span {
  font-size: 16px;
}
/* line 211, ../sass/_base.sass */
.team-info .my-team-btn {
  position: absolute;
  margin-top: 10px;
  right: 0;
  font-weight: normal;
  font-size: 11px;
}
/* line 217, ../sass/_base.sass */
.team-info .info-list {
  display: inline-block;
  list-style: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 2px;
}
/* line 223, ../sass/_base.sass */
.team-info .info-item {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
/* line 229, ../sass/_base.sass */
.team-info .info-item .icon {
  color: #79b553;
  font-size: 17px;
  position: relative;
  top: 1px;
}

/* line 235, ../sass/_base.sass */
.page-container {
  background: #fff !important;
  border-radius: 0px 0px 5px 5px;
  padding: 0 5px 5px;
}

/* line 240, ../sass/_base.sass */
.page-inner-container {
  background: #fff;

  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 0px 25px 25px 25px;
}

/* line 248, ../sass/_base.sass */
.page-menu.ui.green.menu {
  margin: 0;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #408e3a;
}
/* line 253, ../sass/_base.sass */
.page-menu.ui.green.menu .item {
  font-size: 10px;
  text-transform: uppercase;
}

/* line 257, ../sass/_base.sass */
.heading {
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  color: #649791;
  text-transform: uppercase;
}

/* line 264, ../sass/_base.sass */
.team-track {
  margin-bottom: 16px;
}

/* line 268, ../sass/_base.sass */
.team-cities .heading {
  text-align: center;
}
/* line 270, ../sass/_base.sass */
.team-cities .city {
  position: relative;
  border-top: 1px solid #6e9e98;
  border-bottom: 1px solid #cfdfdd;
  padding: 12px 4px;
}
/* line 275, ../sass/_base.sass */
.team-cities .city:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -2px;
  height: 1px;
  background: #cfdfdd;
}
/* line 283, ../sass/_base.sass */
.team-cities .city:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #6e9e98;
}
/* line 291, ../sass/_base.sass */
.team-cities .city-photos {
  float: left;
  width: 125px;
}
/* line 294, ../sass/_base.sass */
.team-cities .city-desc {
  overflow: hidden;
  margin-left: 140px;
  font-size: 10px;
  line-height: 12px;
}
/* line 299, ../sass/_base.sass */
.team-cities .lang-icon {
  top: 0;
}
/* line 301, ../sass/_base.sass */
.team-cities .cities-photos-list {
  list-style: none;
  margin-top: 4px;
}
/* line 304, ../sass/_base.sass */
.team-cities .city-photo-item {
  float: left;
  margin-left: 5px;
  font-size: 0;
}
/* line 308, ../sass/_base.sass */
.team-cities .city-photo-item:first-child {
  margin-left: 0;
}
/* line 310, ../sass/_base.sass */
.team-cities .city-link, .team-cities .city-users {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #de8518;
  text-decoration: underline;
}
/* line 317, ../sass/_base.sass */
.team-cities .city-link:hover, .team-cities .city-users:hover {
  text-decoration: none;
}
/* line 319, ../sass/_base.sass */
.team-cities .city-link {
  margin-top: 4px;
}
/* line 321, ../sass/_base.sass */
.team-cities .city-users {
  color: #649791;
}

/* line 324, ../sass/_base.sass */
.team-controls {
  text-align: center;
}
/* line 326, ../sass/_base.sass */
.team-controls .team-control-btn {
  display: inline-block;
  margin: 0 5px;
}
/* line 329, ../sass/_base.sass */
.team-controls .team-control-btn .ui.button {
  font-size: 14px;
}

/* line 332, ../sass/_base.sass */

/* line 334, ../sass/_base.sass */
/*.footer .container {
  border-top: 1px solid #9b9b9b;
  box-shadow: 0 -1px 0 0 #a6a6a6;
}*/
/* line 337, ../sass/_base.sass */
.footer .copyright {
  color: #000;
  font-size: 11px;
  margin-bottom: 12px;
}
/* line 341, ../sass/_base.sass */
.footer .sub-heading {
  font-size: 11px;
  color: #000;
  margin-bottom: 10px;
}
/* line 345, ../sass/_base.sass */
.footer .ui.list {
  margin: 0;
}
/* line 347, ../sass/_base.sass */
.footer .ui.list .item {
  font-size: 12px;
  color: #4d4d4d;
  padding: 0;
}
/* line 351, ../sass/_base.sass */
.footer .socials {
  text-align: right;
}
/* line 353, ../sass/_base.sass */
.footer .socials .sub-heading {
  line-height: 20px;
  vertical-align: top;
}
/* line 356, ../sass/_base.sass */
.footer .socials .button {
  font-size: 11px;
  font-weight: 400;
  margin-top: 50px;
}
/* line 360, ../sass/_base.sass */
.footer .social-list {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
/* line 364, ../sass/_base.sass */
.footer .social-item {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
}
/* line 368, ../sass/_base.sass */
.footer .social-link {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  background: #699c96;
  border-radius: 3px;
  text-align: center;
}
/* line 377, ../sass/_base.sass */
.footer .social-link:hover {
  background: #74acad;
}
/* line 379, ../sass/_base.sass */
.footer .social-link i.icon {
  margin: 0;
  vertical-align: top;
  margin-top: 4px;
  color: #fff;
}

/* line 386, ../sass/_base.sass */
.team-calendar .heading {
  color: #32782b;
  margin-right: 10px;
}
/* line 389, ../sass/_base.sass */
.team-calendar .ui.selection {
  font-size: 13px;
  margin-right: 25px;
}
/* line 392, ../sass/_base.sass */
.team-calendar .ui-tabs-nav {
  display: inline-block;
}
/* line 395, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .item {
  border-radius: 0;
  border-left: 1px solid #dcddde;
  border-right: 1px solid #dcddde;
  border-top: 1px solid #dcddde;
  border-bottom: 1px solid #dcddde;
  font-size: 16px;
}
/* line 402, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .item.active {
  border-bottom: 1px solid transparent;
}
/* line 404, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .item.item-orange {
  background: #f0ad56;
  color: #fff;
}
/* line 407, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .item.item-orange:hover, .team-calendar .ui.tabular.menu .item.item-orange.active {
  background: #fff;
  color: #f0ad56;
}
/* line 410, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .item.item-blue {
  background: #a4c4c1;
  color: #fff;
}
/* line 413, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .item.item-blue:hover, .team-calendar .ui.tabular.menu .item.item-blue.active {
  background: #fff;
  color: #a4c4c1;
}
/* line 417, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .dropdown .item {
  font-size: 13px;
}
/* line 420, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .ui-tabs-active .item {
  border-bottom: 1px solid transparent;
  background: #fff;
}
/* line 423, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .ui-tabs-active .item-orange {
  background: #fff;
  color: #f0ad56;
}
/* line 426, ../sass/_base.sass */
.team-calendar .ui.tabular.menu .ui-tabs-active .item-blue {
  background: #fff;
  color: #a4c4c1;
}
/* line 429, ../sass/_base.sass */
.team-calendar .calendar-desc {
  color: #000;
  float: right;
  font-size: 12px;
  margin-top: 14px;
}
/* line 435, ../sass/_base.sass */
.team-calendar .calendar-desc-home .icon {
  color: #de9539;
}
/* line 437, ../sass/_base.sass */
.team-calendar .calendar-desc-elsewhere {
  margin-left: 20px;
}
/* line 439, ../sass/_base.sass */
.team-calendar .calendar-desc-elsewhere .icon {
  color: #6a9d98;
}

/* line 442, ../sass/_base.sass */
.user-card {
  padding: 10px 18px;
  *zoom: 1;
}
/* line 87, ../sass/libs/_mixins.sass */
.user-card:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 445, ../sass/_base.sass */
.user-card .user-avatar {
  float: left;
  overflow: hidden;
  visibility: hidden;
  width: 70px;
  height: 85px;
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
}
/* line 452, ../sass/_base.sass */
.user-card .user-avatar-hex1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
}
/* line 457, ../sass/_base.sass */
.user-card .user-avatar-hex2 {
  width: 100%;
  height: 100%;
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
}
/* line 464, ../sass/_base.sass */
.user-card .user-info {
  overflow: hidden;
  margin-left: 90px;
  margin-top: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
/* line 471, ../sass/_base.sass */
.user-card .user-change-avatar {
  color: #659893;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
}
/* line 476, ../sass/_base.sass */
.user-card .user-change-avatar:hover {
  text-decoration: underline;
}

/* line 480, ../sass/_base.sass */
.user-page .heading {
  color: #31782a;
}
/* line 482, ../sass/_base.sass */
.user-page .user-sport-type {
  padding: 0 0 18px;
}
/* line 484, ../sass/_base.sass */
.user-page .user-sport-type-label {
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px;
}

/* line 489, ../sass/_base.sass */
.ui.grid > .row.user-options {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

/* line 493, ../sass/_base.sass */
.user-option {
  position: relative;
  display: block;
  height: 160px;
  border-radius: 5px;
  background: #e0ebb3;
  color: #31782a;
  padding: 15px 20px;
  text-decoration: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/* line 505, ../sass/_base.sass */
.user-option:hover {
  background: #3e9137;
  color: #fff;
  text-decoration: none;
}
/* line 509, ../sass/_base.sass */
.user-option:hover .option-date {
  color: #fff;
}
/* line 511, ../sass/_base.sass */
.user-option .option-icon {
  float: right;
  color: #fff;
  font-size: 28px;
  position: relative;
  top: -8px;
}
/* line 517, ../sass/_base.sass */
.user-option .option-type {
  position: relative;
  z-index: 1;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #31782a;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
}
/* line 526, ../sass/_base.sass */
.user-option .option-desc {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 2px;
}
/* line 533, ../sass/_base.sass */
.user-option .option-title {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
/* line 541, ../sass/_base.sass */
.user-option .option-date {
  position: absolute;
  bottom: 15px;
  color: #000;
  display: block;
  font-size: 10px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/* line 548, ../sass/_base.sass */
.user-option .option-pay {
  position: absolute;
  bottom: 15px;
  display: block;
  color: #211f20;
  font-size: 10px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/* line 555, ../sass/_base.sass */
.user-option .option-pay-btn {
  color: #b13c59;
  text-decoration: underline;
}
/* line 558, ../sass/_base.sass */
.user-option .option-pay-btn:hover {
  text-decoration: none;
}
/* line 560, ../sass/_base.sass */
.user-option.user-option_empty {
  background: #ecede5;
  text-align: center;
}
/* line 563, ../sass/_base.sass */
.user-option.user-option_empty .icon {
  font-size: 75px;
  line-height: 130px;
  color: #fff;
  margin: 0;
  padding: 0;
}
/* line 570, ../sass/_base.sass */
.user-option.user-option_empty:hover .icon {
  color: #31782a;
}
/* line 572, ../sass/_base.sass */
.user-option.user-option_inactive {
  background: #ecede5;
}
/* line 574, ../sass/_base.sass */
.user-option.user-option_inactive .bg-lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 120px;
  line-height: 160px;
  color: #edc5ce;
}
/* line 584, ../sass/_base.sass */
.user-option.user-option_inactive .bg-lock .icon {
  margin: 0;
}
/* line 586, ../sass/_base.sass */
.user-option.user-option_inactive:hover {
  background: #e0ebb3;
  color: #31782a;
}
/* line 589, ../sass/_base.sass */
.user-option.user-option_proposal {
  background: #f6eaec;
  color: #a11739;
}
/* line 592, ../sass/_base.sass */
.user-option.user-option_proposal .bg-lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 120px;
  line-height: 160px;
  color: #edc5ce;
}
/* line 602, ../sass/_base.sass */
.user-option.user-option_proposal .bg-lock .icon {
  margin: 0;
}
/* line 604, ../sass/_base.sass */
.user-option.user-option_proposal:hover {
  background: #e0ebb3;
  color: #31782a;
}

/* line 608, ../sass/_base.sass */
.ui.selection.dropdown {
  font-size: 14px;
}

/* line 611, ../sass/_base.sass */
.tabs-to-right {
  float: right;
}

/* line 615, ../sass/_base.sass */
.ui.menu.payment-block-tabs {
  border-bottom: 1px solid #31782a;
}
/* line 618, ../sass/_base.sass */
.ui.menu.payment-block-tabs .ui-tabs-active .item {
  background: #fff;
  border-radius: 5px;
  font-weight: normal;
  color: #31782a;
}
/* line 623, ../sass/_base.sass */
.ui.menu.payment-block-tabs .item {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  padding: 7px;
}
/* line 629, ../sass/_base.sass */
.ui.menu.payment-block-tabs .item.active {
  background: none;
}
/* line 631, ../sass/_base.sass */
.ui.menu.payment-block-tabs .tabs-to-right {
  margin-top: 3px;
}

/* line 634, ../sass/_base.sass */
.payment-block {
  border-radius: 5px;
  padding: 22px;
}
/* line 637, ../sass/_base.sass */
.payment-block.payment-block_new {
  background: #e0ebb3;
}
/* line 639, ../sass/_base.sass */
.payment-block.payment-block_old {
  background: #ffe8c9;
}
/* line 641, ../sass/_base.sass */
.payment-block.payment-block_old .heading {
  color: #e58d23;
}
/* line 643, ../sass/_base.sass */
.payment-block.payment-block_old .ui.menu.payment-block-tabs {
  border-bottom: 1px solid #e58d23;
}
/* line 646, ../sass/_base.sass */
.payment-block.payment-block_old .ui.menu.payment-block-tabs .item {
  color: #e58d23;
}
/* line 648, ../sass/_base.sass */
.payment-block.payment-block_old .ui.menu.payment-block-tabs .item.active {
  color: #e58d23;
}
/* line 650, ../sass/_base.sass */
.payment-block .ui.table {
  font-size: 13px;
}
/* line 653, ../sass/_base.sass */
.payment-block .ui.table tr:hover {
  background: #fff;
}

/* line 657, ../sass/_base.sass */
.payment-method-block .payment-method-title {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 660, ../sass/_base.sass */
.payment-method-block .payment-method-item {
  font-size: 10px;
}
/* line 662, ../sass/_base.sass */
.payment-method-block .payment-method-contract {
  color: #649792;
  text-decoration: none;
}
/* line 665, ../sass/_base.sass */
.payment-method-block .payment-method-contract:hover {
  color: #000;
}

/* line 670, ../sass/_base.sass */
.ui.form.contact-form .field {
  margin-bottom: 30px;
}
/* line 672, ../sass/_base.sass */
.ui.form.contact-form .ui.label {
  text-transform: none;
  font-weight: 600;
}
/* line 675, ../sass/_base.sass */
.ui.form.contact-form .profile-register-date {
  margin-left: 25px;
}
/* line 677, ../sass/_base.sass */
.ui.form.contact-form .inline.field > label {
  width: 120px;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
}
/* line 682, ../sass/_base.sass */
.ui.form.contact-form .field > label {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
}
/* line 686, ../sass/_base.sass */
.ui.form.contact-form .inline.field > input {
  margin-right: 20px;
}
/* line 688, ../sass/_base.sass */
.ui.form.contact-form .profile-password-change-btn {
  color: #649790;
  text-decoration: none;
}
/* line 691, ../sass/_base.sass */
.ui.form.contact-form .profile-password-change-btn:hover {
  color: #000;
}

/* line 694, ../sass/_base.sass */
.hr {
  margin: 20px 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #d9d9d9;
}

/* line 701, ../sass/_base.sass */
.file-input {
  display: none;
}

/* line 705, ../sass/_base.sass */
.avatar-upload-block .avatar-sample-image {
  margin-left: 32px;
}
/* line 707, ../sass/_base.sass */
.avatar-upload-block .avatar-select-btn {
  margin: 10px 0;
}

/* line 711, ../sass/_base.sass */
.ui-tabs-nav .ui-state-default {
  display: inline-block;
}

/* line 715, ../sass/_base.sass */
.players-diff-page .breadcrumbs {
  border-bottom: none;
}

/* line 718, ../sass/_base.sass */
.diff-block {
  background: #e3edb9;
  border: 1px solid #c3d48e;
  border-radius: 5px 5px 0 0;
  padding: 0 14px 18px;
}
/* line 723, ../sass/_base.sass */
.diff-block .heading {
  color: #000;
}
/* line 725, ../sass/_base.sass */
.diff-block .sub-title {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 10px;
}
/* line 731, ../sass/_base.sass */
.diff-block .diff-title {
  color: #438c3b;
  font-weight: 600;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #438c3b;
}
/* line 739, ../sass/_base.sass */
.diff-block .players-diff-slider {
  background: #d8e8a9;
  border-radius: 3px;
  padding: 0 10px;
}
/* line 743, ../sass/_base.sass */
.diff-block .players-diff-select {
  width: 100%;
  font-size: 11px;
}

/* line 747, ../sass/_base.sass */
.ui-slider {
  position: relative;
  height: 18px;
}
/* line 750, ../sass/_base.sass */
.ui-slider:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 8px;
  height: 2px;
  background: #fff;
  z-index: 0;
  border-radius: 1px;
}
/* line 760, ../sass/_base.sass */
.ui-slider .ui-slider-range {
  position: absolute;
  top: 8px;
  z-index: 1;
  display: block;
  height: 2px;
  background: #5c9c4e;
  border: 0;
  background-position: 0 0;
}
/* line 769, ../sass/_base.sass */
.ui-slider .ui-slider-handle {
  position: absolute;
  top: 4px;
  margin-left: -5px;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #5c9c4e;
  border-radius: 50%;
  cursor: pointer;
}
/* line 779, ../sass/_base.sass */
.ui-slider .ui-slider-handle:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 2px;
  left: 2px;
}

/* line 789, ../sass/_base.sass */
.slider-desc {
  padding: 0 0 10px 16px;
}
/* line 791, ../sass/_base.sass */
.slider-desc .slider-label {
  display: inline-block;
  font-size: 12px;
}
/* line 794, ../sass/_base.sass */
.slider-desc .slider-input {
  display: inline-block;
  width: 38px;
  text-align: center;
  padding: 3px 5px;
}

/* line 800, ../sass/_base.sass */
.slider-limits {
  padding-top: 5px;
  color: #5c9c4e;
  font-size: 12px;
  font-weight: 600;
}
/* line 805, ../sass/_base.sass */
.slider-limits .slider-limits-max {
  float: right;
}

/* line 808, ../sass/_base.sass */
.select {
  border: 1px solid #d9e7ac;
  border-radius: 5px;
  font-size: 12px;
}

/* line 814, ../sass/_base.sass */
.graph-type-block .ui.checkbox label {
  font-size: 12px;
}

/* line 817, ../sass/_base.sass */
.graph-builder-btn {
  color: #639691;
  text-decoration: none;
  margin-top: 25px;
  font-size: 14px;
  display: block;
  text-align: center;
}
/* line 824, ../sass/_base.sass */
.graph-builder-btn:hover {
  color: #000;
}

/* line 827, ../sass/_base.sass */
.graph-builder-add-btn {
  margin-top: 75px;
}

/* line 830, ../sass/_base.sass */
.graph-back-to-results-btn {
  color: #639691;
  text-decoration: none;
  font-size: 14px;
  margin-left: 20px;
}
/* line 835, ../sass/_base.sass */
.graph-back-to-results-btn:hover {
  color: #000;
}

/* line 838, ../sass/_base.sass */
.graph-controls-block {
  background: #409039;
  padding: 0 18px;
  border-radius: 5px;
}
/* line 842, ../sass/_base.sass */
.graph-controls-block .graph-controls-heading {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 848, ../sass/_base.sass */
.graph-controls-block .graph-controls-list {
  float: right;
  margin-top: 5px;
}
/* line 851, ../sass/_base.sass */
.graph-controls-block .graph-control-item {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
/* line 855, ../sass/_base.sass */
.graph-controls-block .graph-control-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 4px;
}
/* line 861, ../sass/_base.sass */
.graph-controls-block .graph-control-link.graph-control-link_active {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
/* line 864, ../sass/_base.sass */
.graph-controls-block .graph-control-link.graph-control-link_active:hover {
  text-decoration: none;
}
/* line 866, ../sass/_base.sass */
.graph-controls-block .graph-control-link:hover {
  text-decoration: underline;
}

/* line 870, ../sass/_base.sass */
.players-list .player-item {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
}
/* line 874, ../sass/_base.sass */
.players-list .player-avatar-block {
  float: left;
  margin-right: 12px;
}
/* line 877, ../sass/_base.sass */
.players-list .player-avatar {
  border-radius: 5px;
  margin-top: 4px;
}
/* line 880, ../sass/_base.sass */
.players-list .player-line {
  display: block;
  margin-top: 3px;
  height: 3px;
  border-radius: 1px;
  background: #31782a;
}
/* line 886, ../sass/_base.sass */
.players-list .player-name {
  font-size: 14px;
}
/* line 888, ../sass/_base.sass */
.players-list .player-country {
  font-size: 10px;
}
/* line 890, ../sass/_base.sass */
.players-list .player-off, .players-list .player-remove {
  font-size: 12px;
  letter-spacing: -1px;
  color: #757575;
  margin-right: 10px;
  text-decoration: none;
}
/* line 896, ../sass/_base.sass */
.players-list .player-off:hover, .players-list .player-remove:hover {
  color: #222;
}
/* line 898, ../sass/_base.sass */
.players-list .player-remove {
  margin-right: 0;
}

/* line 901, ../sass/_base.sass */
.player-add-btn {
  font-size: 14px;
  color: #649792;
  line-height: 32px;
  text-decoration: none;
}

/* line 907, ../sass/_base.sass */
.players-controls {
  border-bottom: 1px solid #d9d9d9;
}

/* line 910, ../sass/_base.sass */
.player-controls-block {
  padding-top: 20px;
}

/* line 913, ../sass/_base.sass */
.player-diff-graph {
  margin-top: 20px;
  width: 100%;
}

/* line 918, ../sass/_base.sass */
.player-diff-slider .player-slider-heading {
  font-size: 14px;
  font-weight: 600;
  color: #438c3a;
  text-transform: uppercase;
  margin-top: 15px;
}
/* line 924, ../sass/_base.sass */
.player-diff-slider .slider-input {
  color: #5c9c4e;
  font-weight: 600;
}

/* line 929, ../sass/_base.sass */
.slider-vertical .slider-vertical-block {
  position: relative;
  margin: 10px 0;
  padding: 10px 0;
  width: 22px;
  background: #e0ebb3;
  border-radius: 5px;
}
/* line 936, ../sass/_base.sass */
.slider-vertical .ui-slider {
  height: 240px;
}
/* line 938, ../sass/_base.sass */
.slider-vertical .ui-slider:after {
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  height: auto;
  width: 2px;
}
/* line 945, ../sass/_base.sass */
.slider-vertical .ui-slider .ui-slider-range {
  top: auto;
  bottom: 0;
  left: 10px;
  width: 2px;
}
/* line 950, ../sass/_base.sass */
.slider-vertical .ui-slider .ui-slider-handle {
  top: auto;
  left: 6px;
  margin-bottom: -5px;
  margin-left: 0;
}
/* line 955, ../sass/_base.sass */
.slider-vertical .slider-limits {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}
/* line 960, ../sass/_base.sass */
.slider-vertical .slider-limits .slider-limits-max {
  position: absolute;
  top: 0;
}
/* line 963, ../sass/_base.sass */
.slider-vertical .slider-limits .slider-limits-min {
  position: absolute;
  bottom: 0;
}
/* line 966, ../sass/_base.sass */
.slider-vertical .slider-desc {
  position: absolute;
  top: 45%;
  left: 16px;
}

/* line 971, ../sass/_base.sass */
.ui.grid > .row {
  padding: 0.5rem 0 0;
}

/* line 974, ../sass/_base.sass */
.graph-block {
  *zoom: 1;
}
/* line 87, ../sass/libs/_mixins.sass */
.graph-block:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 976, ../sass/_base.sass */
.graph-block .graph-block-title {
  text-align: center;
  color: #438c3b;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 981, ../sass/_base.sass */
.graph-block .graph-block-left {
  float: left;
  width: 140px;
}
/* line 984, ../sass/_base.sass */
.graph-block .graph-block-right {
  float: right;
  width: 140px;
}
/* line 987, ../sass/_base.sass */
.graph-block .graph-block-desc {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  margin-top: 5px;
}
/* line 992, ../sass/_base.sass */
.graph-block .ui.selection.dropdown {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 995, ../sass/_base.sass */
.graph-block .ui.selection.dropdown > .dropdown.icon {
  float: right;
}

/* line 998, ../sass/_base.sass */
.link {
  color: #639691;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
/* line 1003, ../sass/_base.sass */
.link:hover {
  color: #000;
}

/* line 1006, ../sass/_base.sass */
.graph-block-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
}

/* line 1013, ../sass/_base.sass */
.player-select-page .breadcrumbs {
  border-bottom: none;
}
/* line 1015, ../sass/_base.sass */
.player-select-page .heading {
  color: #000;
  text-decoration: none;
}
/* line 1018, ../sass/_base.sass */
.player-select-page .heading:hover {
  text-decoration: underline;
}
/* line 1020, ../sass/_base.sass */
.player-select-page .player-controls-block {
  border-top: 1px solid #d9d9d9;
}
/* line 1023, ../sass/_base.sass */
.player-select-page .container-top-block .title {
  text-align: left;
  line-height: 30px;
  margin-top: 10px;
}
/* line 1027, ../sass/_base.sass */
.player-select-page .container-top-block .sub-title {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 1032, ../sass/_base.sass */
.container-top-block {
  background: #e3edb9;
  border: 1px solid #c3d48e;
  border-radius: 5px 5px 0 0;
  padding: 0 14px 10px;
}
/* line 1037, ../sass/_base.sass */
.container-top-block .ui.selection.dropdown {
  padding: 5px 10px;
}
/* line 1039, ../sass/_base.sass */
.container-top-block .title {
  color: #438c3b;
  font-weight: 600;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #438c3b;
}

/* line 1048, ../sass/_base.sass */
.label {
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px;
}

/* line 1054, ../sass/_base.sass */
.player-select-table .player-avatar-block {
  white-space: nowrap;
}
/* line 1056, ../sass/_base.sass */
.player-select-table .player-avatar {
  display: inline-block;
  margin-right: 8px;
  border-radius: 4px;
}
/* line 1060, ../sass/_base.sass */
.player-select-table .player-name {
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}
.player-select-table .player-name a {
    color: #000;
    /* text-decoration: none; */
}
/* line 1064, ../sass/_base.sass */
.player-select-table .ui.checkbox .box, .player-select-table .ui.checkbox label {
  padding-left: 0;
  font-size: 10px;
}
/* line 1067, ../sass/_base.sass */
.player-select-table.ui.table th {
  background: #3e9338;
  color: #fff;
  padding: 10px 4px;
}
/* line 1071, ../sass/_base.sass */
.player-select-table.ui.table th.column-sort {
  background: #378331;
}
/* line 1073, ../sass/_base.sass */
.player-select-table.ui.table td {
  padding: 2px 4px;
}
/* line 1075, ../sass/_base.sass */
.player-select-table.ui.table tbody tr {
  cursor: pointer;
}
/* line 1077, ../sass/_base.sass */
.player-select-table.ui.table tbody tr:hover {
  background: #eee;
}

/* line 1081, ../sass/_base.sass */
.table-control-btns .ui.small.button {
  margin-right: 10px;
  font-size: 10px;
}

/* line 1086, ../sass/_base.sass */
.design-table .ui.checkbox .box, .design-table .ui.checkbox label {
  padding-left: 0;
  font-size: 10px;
}
/* line 1089, ../sass/_base.sass */
.design-table.ui.table th {
  background: #8ebd5d;
  color: #fff;
  padding: 10px 4px;
}
/* line 1093, ../sass/_base.sass */
.design-table.ui.table td {
  padding: 2px 4px;
}

/* line 1096, ../sass/_base.sass */
.ui.small.table {
  font-size: 9px;
}

/* line 1100, ../sass/_base.sass */
.player-card-page .breadcrumbs {
  border-bottom: none;
}
/* line 1102, ../sass/_base.sass */
.player-card-page .heading {
  color: #31782a;
}
/* line 1104, ../sass/_base.sass */
.player-card-page .page-inner-container {
  border-top: 1px dashed #ccc;
  border-radius: 8px;
}
/* line 1107, ../sass/_base.sass */
.player-card-page .page-inner-container {
  padding: 12px;
}
/* line 1109, ../sass/_base.sass */
.player-card-page .sub-heading {
  color: #649792;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 1113, ../sass/_base.sass */
.player-card-page .to-favorites {
  float: right;
  color: #649792;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1118, ../sass/_base.sass */
.player-card-page .player-comment-block {
  background: #ecede5;
  border-radius: 8px;
  padding: 5px;
  font-size: 0;
  margin-top: 10px;
}
/* line 1124, ../sass/_base.sass */
.player-card-page .player-comment {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 22px;
  color: #8f8f8f;
  width: 100%;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
/* line 1133, ../sass/_base.sass */
.player-card-page .save-btn {
  margin-top: 10px;
}
/* line 1136, ../sass/_base.sass */
.player-card-page .ui.grid .player-card-top {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
/* line 1140, ../sass/_base.sass */
.player-card-page .diff-block {
  margin: 0 0 20px;
  border-radius: 8px;
}
/* line 1143, ../sass/_base.sass */
.player-card-page .graph-controls-block {
  text-align: center;
}
/* line 1145, ../sass/_base.sass */
.player-card-page .graph-controls-list {
  float: none;
}
/* line 1147, ../sass/_base.sass */
.player-card-page .graph-control-item {
  line-height: 35px;
}
/* line 1149, ../sass/_base.sass */
.player-card-page .player-controls-block {
  border-top: 1px solid #d9d9d9;
}

/* line 1153, ../sass/_base.sass */
.player-card-block .player-card-avatar {
  float: left;
  max-width: 222px;
  margin-right: 40px;
}
/* line 1157, ../sass/_base.sass */
.player-card-block .player-card-desc {
  overflow: hidden;
}
/* line 1159, ../sass/_base.sass */
.player-card-block .player-card-name {
  font-size: 18px;
  font-weight: 600;
}
/* line 1162, ../sass/_base.sass */
.player-card-block .player-card-club {
  font-size: 15px;
  line-height: 36px;
  font-weight: 600;
}
/* line 1166, ../sass/_base.sass */
.player-card-block .player-card-list {
  margin: 14px 0;
}
/* line 1168, ../sass/_base.sass */
.player-card-block .player-card-list.player-card-list-more {
  display: none;
}
/* line 1170, ../sass/_base.sass */
.player-card-block .player-card-item {
  font-size: 12px;
}
/* line 1172, ../sass/_base.sass */
.player-card-block .player-card-more-btn {
  color: #649792;
  font-size: 12px;
  text-decoration: none;
}
/* line 1176, ../sass/_base.sass */
.player-card-block .player-card-more-btn:hover {
  color: #000;
}

/* line 1179, ../sass/_base.sass */
.player-achievement {
  position: relative;
  display: inline-block;
  height: 160px;
  width: 218px;
  margin: 0 10px;
  border-radius: 5px;
  background: #e9f2c5;
  color: #31782a;
  padding: 15px 20px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1191, ../sass/_base.sass */
.player-achievement .achievement-hidden-block {
  display: none;
}
/* line 1193, ../sass/_base.sass */
.player-achievement .achievement-icon {
  float: right;
  color: #31782a;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  text-align: center;
  top: -4px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
}
/* line 1205, ../sass/_base.sass */
.player-achievement .achievement-title {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #31782a;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
/* line 1214, ../sass/_base.sass */
.player-achievement .achievement-item {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 2px;
  color: #000;
}
/* line 1220, ../sass/_base.sass */
.player-achievement .achievement-item a {
  color: #000;
  text-decoration: underline;
}
/* line 1223, ../sass/_base.sass */
.player-achievement .achievement-item a:hover {
  text-decoration: none;
}
/* line 1225, ../sass/_base.sass */
.player-achievement .achievement-link {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 5px;
  color: #31782a;
}
/* line 1231, ../sass/_base.sass */
.player-achievement .achievement-link:hover {
  color: #000;
  text-decoration: none;
}
/* line 1234, ../sass/_base.sass */
.player-achievement.player-achievement_mod-2 {
  background: #ffe8c9;
}
/* line 1236, ../sass/_base.sass */
.player-achievement.player-achievement_mod-2 .achievement-icon {
  color: #dd8517;
}
/* line 1238, ../sass/_base.sass */
.player-achievement.player-achievement_mod-2 .achievement-title {
  color: #dd8517;
}
/* line 1240, ../sass/_base.sass */
.player-achievement.player-achievement_mod-2 .achievement-link {
  color: #dd8517;
}
/* line 1242, ../sass/_base.sass */
.player-achievement.player-achievement_mod-3 {
  background: #f6eaec;
}
/* line 1244, ../sass/_base.sass */
.player-achievement.player-achievement_mod-3 .achievement-icon {
  color: #a2183c;
}
/* line 1246, ../sass/_base.sass */
.player-achievement.player-achievement_mod-3 .achievement-title {
  color: #a2183c;
}
/* line 1248, ../sass/_base.sass */
.player-achievement.player-achievement_mod-3 .achievement-link {
  color: #a2183c;
}
/* line 1250, ../sass/_base.sass */
.player-achievement.player-achievement_mod-4 {
  background: #dfe8e7;
}
/* line 1252, ../sass/_base.sass */
.player-achievement.player-achievement_mod-4 .achievement-icon {
  color: #649792;
}
/* line 1254, ../sass/_base.sass */
.player-achievement.player-achievement_mod-4 .achievement-title {
  color: #649792;
}
/* line 1256, ../sass/_base.sass */
.player-achievement.player-achievement_mod-4 .achievement-link {
  color: #649792;
}

/* line 1260, ../sass/_base.sass */
.home-page .breadcrumbs {
  border-bottom: none;
}
/* line 1262, ../sass/_base.sass */
.home-page .home-banner {
  margin-top: 30px;
  display: block;
  border-radius: 8px;
}
/* line 1266, ../sass/_base.sass */
.home-page .home-banner:first-child {
  margin-top: 0;
}
/* line 1268, ../sass/_base.sass */
.home-page .page-title {
  color: #a1173b;
  font-weight: 600;
  padding: 15px 0px 10px 0px;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #a1173b;
}

/* line 1277, ../sass/_base.sass */
.home-main-slider {
  position: relative;
}
/* line 1279, ../sass/_base.sass */
.home-main-slider .slides_container {
  width: 744px;
  height: 433px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 1284, ../sass/_base.sass */
.home-main-slider .slides_container > div > div {
  width: 744px;
  height: 433px;
}
/* line 1287, ../sass/_base.sass */
.home-main-slider .prev, .home-main-slider .next {
  position: absolute;
  bottom: 46px;
  right: 20px;
  text-decoration: none;
  color: #e1ecb4;
  font-size: 24px;
  z-index: 20;
}
/* line 1295, ../sass/_base.sass */
.home-main-slider .prev:hover, .home-main-slider .next:hover {
  color: #fff;
}
/* line 1297, ../sass/_base.sass */
.home-main-slider .prev {
  right: 35px;
}
/* line 1299, ../sass/_base.sass */
.home-main-slider .slider-top {
  position: relative;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 340px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  padding: 30px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1311, ../sass/_base.sass */
.home-main-slider .info-left {
  float: left;
  width: 320px;
}
/* line 1314, ../sass/_base.sass */
.home-main-slider .info-right {
  float: right;
  width: 320px;
  text-align: right;
}
/* line 1318, ../sass/_base.sass */
.home-main-slider .category {
  display: inline-block;
  background: #31782a;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 1326, ../sass/_base.sass */
.home-main-slider .date {
  display: inline-block;
  font-size: 13px;
}
/* line 1329, ../sass/_base.sass */
.home-main-slider .views {
  display: inline-block;
  margin-right: 10px;
}
/* line 1332, ../sass/_base.sass */
.home-main-slider .comments {
  display: inline-block;
  margin-right: 10px;
}
/* line 1335, ../sass/_base.sass */
.home-main-slider .more {
  display: inline-block;
}
/* line 1337, ../sass/_base.sass */
.home-main-slider .title {
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1347, ../sass/_base.sass */
.home-main-slider .slider-bottom {
  height: 93px;
  color: #fff;
  padding: 18px 25px 0;
  background: #85b552;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1353, ../sass/_base.sass */
.home-main-slider .desc {
  font-size: 14px;
  padding-right: 60px;
}
/* line 1356, ../sass/_base.sass */
.home-main-slider .slide-desc {
  float: right;
  color: #337a2c;
  font-size: 12px;
  margin-top: 6px;
}
/* line 1361, ../sass/_base.sass */
.home-main-slider .read-more {
  float: left;
  color: #337a2c;
  font-size: 12px;
  margin-top: 6px;
  text-decoration: none;
}
/* line 1367, ../sass/_base.sass */
.home-main-slider .read-more:hover {
  color: #000;
}

/* line 1370, ../sass/_base.sass */
.interests-block {
  background: #409039;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px 20px;
  color: #fff;
}
/* line 1377, ../sass/_base.sass */
.interests-block .heading {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
}
/* line 1382, ../sass/_base.sass */
.interests-block .interests-list {
  list-style: none;
  float: right;
}
/* line 1385, ../sass/_base.sass */
.interests-block .interest-item {
  display: inline-block;
  margin-left: 16px;
}
/* line 1388, ../sass/_base.sass */
.interests-block .interest-icon {
  border-radius: 50%;
  margin-right: 5px;
}
/* line 1391, ../sass/_base.sass */
.interests-block .interest-title {
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1398, ../sass/_base.sass */
.events-list {
  position: absolute;
  left: 0;
  top: 15px;
}
/* line 1402, ../sass/_base.sass */
.events-list .event-item {
  display: inline-block;
  margin-right: 5px;
}
/* line 1405, ../sass/_base.sass */
.events-list .event-link {
  text-transform: uppercase;
  color: #a31b3f;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
}
/* line 1412, ../sass/_base.sass */
.events-list .event-link.event-link_active {
  background: #e3a6b5;
  color: #fff;
}
/* line 1415, ../sass/_base.sass */
.events-list .event-link:hover {
  background: #e3a6b5;
}

/* line 1418, ../sass/_base.sass */
.relative {
  position: relative;
}

/* line 1421, ../sass/_base.sass */
.event-block {
  padding: 14px 0;
  /*border-bottom: 1px solid #e6e6e6;*/
}
/* line 1424, ../sass/_base.sass */
.event-block .event-picture {
  width: 100%;
  border-radius: 8px;
}
.event-block .event-logo {
    width: 100%;
    border-radius: 8px;
}
/* line 1427, ../sass/_base.sass */
.event-block .event-info {
  font-size: 9px;
  margin-top: 10px;
    height: 13.5px;
}
/* line 1430, ../sass/_base.sass */
.event-block .event-label {
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 5px;
}
/* line 1435, ../sass/_base.sass */
.event-block .event-date {
  color: #6e6e6e;
}
/* line 1437, ../sass/_base.sass */
.event-block .event-more {
  float: right;
}
/* line 1439, ../sass/_base.sass */
.event-block .event-title {
    margin-top: -20px;
    margin-bottom: -10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
    text-align: left;
}
/* line 1444, ../sass/_base.sass */
.event-block .event-views, .event-block .event-comments {
  margin-right: 20px;
  color: #7f7f7f;
  font-size: 11px;
}
/* line 1448, ../sass/_base.sass */
.event-block .event-views .icon, .event-block .event-comments .icon {
  color: #d2de9c;
}
/* line 1451, ../sass/_base.sass */
.event-block.event-block_green .event-label {
  background: #30792a;
}
/* line 1453, ../sass/_base.sass */
.event-block.event-block_green .event-more {
  color: #30792a;
}
/* line 1455, ../sass/_base.sass */
.event-block.event-block_green .event-title {
  color: #30792a;
}
/* line 1458, ../sass/_base.sass */
.event-block.event-block_orange .event-label {
  background: #e58d23;
}
/* line 1460, ../sass/_base.sass */
.event-block.event-block_orange .event-more {
  color: #e58d23;
}
/* line 1462, ../sass/_base.sass */
.event-block.event-block_orange .event-title {
  color: #e58d23;
}
/* line 1465, ../sass/_base.sass */
.event-block.event-block_purple .event-label {
  background: #a1173b;
}
/* line 1467, ../sass/_base.sass */
.event-block.event-block_purple .event-more {
  color: #a1173b;
}
/* line 1469, ../sass/_base.sass */
.event-block.event-block_purple .event-title {
  color: #a1173b;
}
/* line 1472, ../sass/_base.sass */
.event-block.event-block_mint .event-label {
  background: #649792;
}
/* line 1474, ../sass/_base.sass */
.event-block.event-block_mint .event-more {
  color: #649792;
}
/* line 1476, ../sass/_base.sass */
.event-block.event-block_mint .event-title {
  color: #649792;
}

/* line 1480, ../sass/_base.sass */
.players-search-page .breadcrumbs {
  border-bottom: none;
}
/* line 1483, ../sass/_base.sass */
.players-search-page .container-top-block .title {
  text-align: left;
  line-height: 30px;
  margin-top: 10px;
}
/* line 1487, ../sass/_base.sass */
.players-search-page .container-top-block .sub-title {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: none;
  color: #000;
}
/* line 1493, ../sass/_base.sass */
.players-search-page .players-search-select {
  width: 100%;
}
/* line 1495, ../sass/_base.sass */
.players-search-page .column-title {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 10px;
}
/* line 1501, ../sass/_base.sass */
.players-search-page .ui.checkbox {
  font-size: 11px;
}
/* line 1503, ../sass/_base.sass */
.players-search-page .ui.selection.dropdown {
  font-size: 12px;
}
/* line 1505, ../sass/_base.sass */
.players-search-page .ui.selection.dropdown.dropdown-small-inline {
  margin-left: 20px;
  padding: 2px 5px;
}
/* line 1508, ../sass/_base.sass */
.players-search-page .ui.dropdown .menu .item {
  padding: 3px 5px !important;
}
/* line 1511, ../sass/_base.sass */
.players-search-page .ui.form .datepicker {
  width: 100px;
}
/* line 1513, ../sass/_base.sass */
.players-search-page .inline {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}
/* line 1516, ../sass/_base.sass */
.players-search-page .option-btn {
  text-decoration: underline;
  color: #6bac46;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 1524, ../sass/_base.sass */
.players-search-page .option-btn:hover {
  text-decoration: none;
}
/* line 1526, ../sass/_base.sass */
.players-search-page .option-btn.option-btn_active {
  text-decoration: none;
  color: #3c8037;
}
/* line 1529, ../sass/_base.sass */
.players-search-page .player-desc {
  font-size: 9px;
  display: block;
  text-align: center;
}
/* line 1534, ../sass/_base.sass */
.players-search-page .player-select-table th {
  white-space: nowrap;
}
/* line 1536, ../sass/_base.sass */
.players-search-page .player-select-table.ui.table td {
  padding-top: 7px;
  padding-bottom: 5px;
}
/* line 1539, ../sass/_base.sass */
.players-search-page .player-select-table .player-name {
  display: block;
  margin-top: 0;
  line-height: 16px;
}
/* line 1543, ../sass/_base.sass */
.players-search-page .player-info {
  display: inline-block;
}
/* line 1545, ../sass/_base.sass */
.players-search-page .player-country {
  font-size: 9px;
  line-height: 12px;
  display: block;
}
/* line 1549, ../sass/_base.sass */
.players-search-page .club-link {
  color: #649792;
  text-decoration: underline;
}
/* line 1552, ../sass/_base.sass */
.players-search-page .club-link:hover {
  text-decoration: none;
}
/* line 1554, ../sass/_base.sass */
.players-search-page .club-link-list {
  display: none;
}
/* line 1556, ../sass/_base.sass */
.players-search-page .more-clubs-btn {
  color: #649792;
  font-size: 10px;
  display: block;
  text-decoration: none;
  margin-top: 5px;
}
/* line 1563, ../sass/_base.sass */
.players-search-page .more-clubs-btn:hover span {
  text-decoration: none;
}
/* line 1565, ../sass/_base.sass */
.players-search-page .more-clubs-btn span {
  text-decoration: underline;
}
/* line 1567, ../sass/_base.sass */
.players-search-page .more-clubs-btn_close {
  display: none;
}
/* line 1570, ../sass/_base.sass */
.players-search-page .show-more-clubs .club-link-list {
  display: block;
}
/* line 1572, ../sass/_base.sass */
.players-search-page .show-more-clubs .more-clubs-btn_open {
  display: none;
}
/* line 1574, ../sass/_base.sass */
.players-search-page .show-more-clubs .more-clubs-btn_close {
  display: block;
}
/* line 1576, ../sass/_base.sass */
.players-search-page .player-controls-block {
  margin-top: 20px;
}

/* line 1580, ../sass/_base.sass */
.ui.table {
  font-size: 12px;
}

/* line 1583, ../sass/_base.sass */
.ui.checkbox {
  font-size: 13px;
}

/* line 1587, ../sass/_base.sass */
.ui.selection.dropdown.dropdown-small-inline {
  display: inline-block;
}

/* line 1590, ../sass/_base.sass */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background: #ecede4;
  border-radius: 5px;
  -moz-box-shadow: 0 0 7px #000;
  -webkit-box-shadow: 0 0 7px #000;
  box-shadow: 0 0 7px #000;
}

/* line 1597, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}

/* line 1605, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  cursor: pointer;
}

/* line 1609, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-prev {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/icons-s25733314d4.png') 0 0 no-repeat;
  width: 20px;
  height: 20px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* line 1616, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-next {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/icons-s25733314d4.png') 0 -30px no-repeat;
  width: 20px;
  height: 20px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* line 1623, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 1625, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 1627, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  margin-top: 2px;
}

/* line 1631, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 1635, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 1638, ../sass/_base.sass */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 1641, ../sass/_base.sass */
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

/* line 1646, ../sass/_base.sass */
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 1651, ../sass/_base.sass */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 1654, ../sass/_base.sass */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  color: #555;
  background: #e6e6e6;
}
/* line 1663, ../sass/_base.sass */
.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  border: 1px solid #999999;
  background: #dadada;
  color: #212121;
}

/* line 1667, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 1674, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

/* line 1681, ../sass/_base.sass */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 1684, ../sass/_base.sass */
.align-center {
  text-align: center;
}

/* line 1686, ../sass/_base.sass */
.align-right {
  text-align: right;
}

/* line 1690, ../sass/_base.sass */
.options-list .option-item {
  display: table;
  height: 44px;
  width: 100%;
}
/* line 1695, ../sass/_base.sass */
.options-list .option-item:first-child .option-link {
  border-top: 1px solid #d7d7d7;
}
/* line 1697, ../sass/_base.sass */
.options-list .option-link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  color: #699c97;
  background: #fff;
  font-size: 12px;
  padding: 0 12px;
  text-decoration: none;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  -ms-transition: 0;
  transition: 0;
}
/* line 1713, ../sass/_base.sass */
.options-list .option-link:after {
  position: absolute;
  content: "";
  right: -11px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 11px;
  border-color: transparent transparent transparent #699c97;
  display: none;
}
/* line 1724, ../sass/_base.sass */
.options-list .option-link.option-link_active {
  color: #fff;
  background: #699c97;
  border-top: none;
  border-bottom: none;
}
/* line 1729, ../sass/_base.sass */
.options-list .option-link.option-link_active:after {
  display: block;
}
/* line 1731, ../sass/_base.sass */
.options-list .option-link.option-link_active:hover {
  background: #699c97;
}
/* line 1733, ../sass/_base.sass */
.options-list .option-link:hover {
  background: #eee;
}

/* line 1737, ../sass/_base.sass */
.player-card-short-page .player-card-block {
  margin: 20px 25px;
}
/* line 1739, ../sass/_base.sass */
.player-card-short-page .player-card-block .player-card-desc {
  padding-top: 10px;
}
/* line 1741, ../sass/_base.sass */
.player-card-short-page .player-card-block .player-card-name {
  font-size: 18px;
    display: block;
    text-decoration: none;
    color: #000000;
}
/* line 1743, ../sass/_base.sass */
.player-card-short-page .player-card-block .player-card-avatar {
  max-width: 105px;
  margin-right: 22px;
  border-radius: 5px;
}
/* line 1747, ../sass/_base.sass */
.player-card-short-page .player-card-block .player-card-amplua {
  font-size: 12px;
  font-weight: 600;
}
/* line 1750, ../sass/_base.sass */
.player-card-short-page .player-card-block .player-card-list {
  display: inline-block;
  border-right: 1px solid #d7d7d7;
  padding-right: 22px;
  margin-right: 22px;
}
/* line 1755, ../sass/_base.sass */
.player-card-short-page .player-card-block .player-card-list.player-card-list_nb {
  border-right: none;
}
/* line 1757, ../sass/_base.sass */
.player-card-short-page .player-like-btn {
  text-transform: uppercase;
}
/* line 1759, ../sass/_base.sass */
.player-card-short-page .align-center {
  padding-top: 30px;
}
/* line 1761, ../sass/_base.sass */
.player-card-short-page .player-likers {
  color: #659893;
  margin-top: 10px;
  font-size: 14px;
}
/* line 1765, ../sass/_base.sass */
.player-card-short-page .player-likers-link {
  color: #659893;
  text-decoration: underline;
}
/* line 1769, ../sass/_base.sass */
.player-card-short-page .design-table.ui.table th {
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: center;
}
/* line 1773, ../sass/_base.sass */
.player-card-short-page .design-table.ui.table th:first-child {
  text-align: left;
}
/* line 1775, ../sass/_base.sass */
.player-card-short-page .design-table.ui.table td {
  padding: 5px 10px;
}
/* line 1777, ../sass/_base.sass */
.player-card-short-page .player-place-link {
  color: #478640;
  font-weight: 600;
}
/* line 1780, ../sass/_base.sass */
.player-card-short-page .player-place-link:hover {
  text-decoration: none;
}
/* line 1782, ../sass/_base.sass */
.player-card-short-page .heading {
  color: #478640;
  font-size: 16px;
}
/* line 1785, ../sass/_base.sass */
.player-card-short-page .player-news-item {
  padding: 10px 0;
  border-bottom: 2px solid #e6e6e6;
  color: #343434;
  font-size: 12px;
  line-height: 20px;
}
/* line 1791, ../sass/_base.sass */
.player-card-short-page .player-news-item:first-child {
  padding-top: 0;
}
/* line 1793, ../sass/_base.sass */
.player-card-short-page .player-links-list {
  background: #e0ebb3;
  padding: 14px;
  border-radius: 5px;
}
/* line 1797, ../sass/_base.sass */
.player-card-short-page .player-links-item {
  border-top: 1px solid #fff;
}
/* line 1799, ../sass/_base.sass */
.player-card-short-page .player-links-item:first-child {
  border-top: none;
}
/* line 1801, ../sass/_base.sass */
.player-card-short-page .player-links-link {
  font-size: 10px;
  font-weight: 600;
  line-height: 34px;
  height: 34px;
  display: block;
  color: #478640;
  text-decoration: none;
}
/* line 1809, ../sass/_base.sass */
.player-card-short-page .player-links-link.player-links-link_internet {
  text-align: center;
  font-size: 12px;
}
/* line 1812, ../sass/_base.sass */
.player-card-short-page .player-links-title {
  vertical-align: top;
}
/* line 1814, ../sass/_base.sass */
.player-card-short-page .player-links-logo-container {
  width: 60px;
  display: inline-block;
  height: 34px;
  text-align: center;
}
/* line 1819, ../sass/_base.sass */
.player-card-short-page .player-links-logo {
  vertical-align: middle;
}
/* line 1821, ../sass/_base.sass */
.player-card-short-page .hr {
  margin: 0;
}
/* line 1823, ../sass/_base.sass */
.player-card-short-page .photo-title {
  color: #649792;
  line-height: 18px;
}
/* line 1826, ../sass/_base.sass */
.player-card-short-page .news-title {
  color: #a2183c;
  line-height: 18px;
}
/* line 1829, ../sass/_base.sass */
.player-card-short-page .view-all-photos-btn {
  font-size: 12px;
  color: #323232;
}
/* line 1832, ../sass/_base.sass */
.player-card-short-page .player-controls-block {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
}
/* line 1835, ../sass/_base.sass */
.player-card-short-page .graph-controls-block {
  padding: 0 8px;
  overflow: hidden;
  background: #8ebd5d;
}
/* line 1839, ../sass/_base.sass */
.player-card-short-page .graph-controls-block .graph-controls-list {
  float: none;
  margin-bottom: 5px;
}
/* line 1842, ../sass/_base.sass */
.player-card-short-page .graph-controls-block .graph-control-item {
  margin: 0;
  vertical-align: top;
}
/* line 1845, ../sass/_base.sass */
.player-card-short-page .graph-controls-block .graph-control-link {
  display: block;
  padding: 0 2px;
  font-size: 11px;
  line-height: 25px;
}
/* line 1850, ../sass/_base.sass */
.player-card-short-page .graph-controls-block .graph-control-link.graph-control-link_active {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
/* line 1853, ../sass/_base.sass */
.player-card-short-page .indicators-list {
  display: block;
  text-align: center;
  margin: 10px auto;
}
/* line 1857, ../sass/_base.sass */
.player-card-short-page .indicator-item {
  display: inline-block;
  margin: 0 5px;
}
/* line 1860, ../sass/_base.sass */
.player-card-short-page .indicator-link {
  color: #6dab46;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 1865, ../sass/_base.sass */
.player-card-short-page .indicator-link:hover {
  text-decoration: none;
}
.player-card-short-page .indicator-chosen {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
/* line 1867, ../sass/_base.sass */
.player-card-short-page .indicator-graph {
  width: 100%;
}
/* line 1869, ../sass/_base.sass */
.player-card-short-page .player-clubs-list {
  padding: 50px 0;
  box-shadow: inset -1px 0 #d7d7d7;
}
/* line 1872, ../sass/_base.sass */
.player-card-short-page .tabs-list {
  border-right: 1px solid #c6c6c6;
}
/* line 1874, ../sass/_base.sass */
.player-card-short-page .player-partner-menu-list {
  padding-bottom: 400px;
  box-shadow: inset -1px 0 #d7d7d7;
}
/* line 1877, ../sass/_base.sass */
.player-card-short-page .heading_communication {
  color: #659893;
  border-bottom: 1px solid #659893;
}
/* line 1880, ../sass/_base.sass */
.player-card-short-page .heading_news {
  color: #a1173b;
  border-bottom: 1px solid #a1173b;
}
/* line 1884, ../sass/_base.sass */
.player-card-short-page .ask-question-btn.ui.small.button {
  margin-top: 12px;
  font-size: 12px;
}

/* line 1888, ../sass/_base.sass */
.ask-question-form {
  margin-bottom: 20px;
}
/* line 1890, ../sass/_base.sass */
.ask-question-form .ask-question-block {
  background: #ecede5;
  border-radius: 10px;
  padding: 6px;
  margin-top: 15px;
}
/* line 1895, ../sass/_base.sass */
.ask-question-form .ask-question-field {
  height: 114px;
  border: 1px dashed #d6d6d4;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  color: #78a5a0;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1908, ../sass/_base.sass */
.answers-list {
  margin-bottom: 10px;
}
/* line 1910, ../sass/_base.sass */
.answers-list .answer-item {
  border-top: 1px solid #dbdbcf;
  padding: 15px 0;
}
/* line 1913, ../sass/_base.sass */
.answers-list .answer-item:first-child {
  border-top: none;
}
/* line 1915, ../sass/_base.sass */
.answers-list .user-avatar {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
}
/* line 1922, ../sass/_base.sass */
.answers-list .user-avatar-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1928, ../sass/_base.sass */
.answers-list .player-avatar {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
}
/* line 1935, ../sass/_base.sass */
.answers-list .player-avatar-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1941, ../sass/_base.sass */
.answers-list .user-name {
  font-size: 14px;
  line-height: 38px;
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  text-decoration: underline;
}
/* line 1949, ../sass/_base.sass */
.answers-list .user-name:hover {
  text-decoration: none;
}
/* line 1951, ../sass/_base.sass */
.answers-list .question-date {
  font-size: 12px;
  line-height: 38px;
  color: #6b6b6b;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
/* line 1958, ../sass/_base.sass */
.answers-list .question-text {
  color: #434343;
  font-size: 13px;
}
/* line 1961, ../sass/_base.sass */
.answers-list .answer-block {
  margin-top: 20px;
  position: relative;
}
/* line 1964, ../sass/_base.sass */
.answers-list .answer-container {
  border: 1px dashed #78a5a0;
  border-radius: 3px;
  display: table;
  min-height: 54px;
  width: 356px;
  margin-left: 92px;
  position: relative;
}
/* line 1972, ../sass/_base.sass */
.answers-list .answer-container:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -10px;
  background: url("../images/answer-triangle.png") no-repeat 0 0;
  width: 13px;
  height: 20px;
  display: block;
}
/* line 1982, ../sass/_base.sass */
.answers-list .answer-text {
  color: #434343;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
}
/* line 1988, ../sass/_base.sass */
.answers-list .player-avatar {
  position: absolute;
  left: 33px;
  top: 50%;
  margin-top: -19px;
}

/* line 1994, ../sass/_base.sass */
.player-event-list {
  margin-bottom: 10px;
}
/* line 1996, ../sass/_base.sass */
.player-event-list .player-event-item {
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
  overflow: hidden;
}
/* line 2000, ../sass/_base.sass */
.player-event-list .player-event-item:first-child {
  border-top: none;
}
/* line 2002, ../sass/_base.sass */
.player-event-list .player-event-image {
  float: right;
  max-width: 200px;
  margin-top: 5px;
  border-radius: 5px;
}
/* line 2007, ../sass/_base.sass */
.player-event-list .player-event-date {
  font-size: 12px;
  line-height: 36px;
  color: #6b6b6b;
  margin-right: 220px;
}
/* line 2012, ../sass/_base.sass */
.player-event-list .player-event-title {
  font-weight: 600;
  font-size: 13px;
  color: #a51f42;
  margin-bottom: 10px;
  margin-right: 220px;
  text-transform: uppercase;
}
/* line 2019, ../sass/_base.sass */
.player-event-list .player-event-text {
  font-size: 13px;
  line-height: 24px;
  margin-right: 220px;
}

/* line 2024, ../sass/_base.sass */
.partners-block {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #699c97;
}
/* line 2028, ../sass/_base.sass */
.partners-block .partners-heading {
  color: #6fa09d;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 2032, ../sass/_base.sass */
.partners-block .player-partners-list {
  overflow: hidden;
}
/* line 2034, ../sass/_base.sass */
.partners-block .player-partners-item {
  float: left;
  width: 150px;
  margin-right: 18px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
    height: 70px;
}
.partners-block .player-partners-add-label{
    float: left;
    width: 150px;
    margin-right: 18px;
    padding: 10px 0;
    height: 24px;
    font-size: 10px;
    color: blue;
    text-decoration: underline;
}
.partners-block .player-partners-add-label:hover{
    text-decoration: none;
}
/* line 2040, ../sass/_base.sass */
.partners-block .player-partners-item:nth-child(6n+1) {
  margin-left: 0;
}
/* line 2042, ../sass/_base.sass */
.partners-block .player-partners-item:nth-child(-n+6) {
  box-shadow: inset 0 1px #e0e0e0;
}
/* line 2044, ../sass/_base.sass */
.partners-block .player-partners-photo {
  width: 60px;
  border-radius: 3px;
  float: left;
  margin-right: 12px;
}
/* line 2049, ../sass/_base.sass */
.partners-block .player-partners-info {
  overflow: hidden;
}
/* line 2051, ../sass/_base.sass */
.partners-block .player-partners-name {
  font-size: 14px;
}
/* line 2053, ../sass/_base.sass */
.partners-block .player-partners-country {
  font-size: 10px;
}

/* line 2056, ../sass/_base.sass */
.partners-block-container {
  position: relative;
}

/* line 2059, ../sass/_base.sass */
.player-partners-popup {
  position: absolute;
  top: 50px;
  left: 150px;
  border-radius: 5px;
  border: 7px solid #a4c4c1;
  width: 330px;
  padding: 15px 20px;
  background: #fff;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2070, ../sass/_base.sass */
.player-partners-popup .close-popup-btn {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #cbcbcb;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  /*-moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;*/
}
/* line 2080, ../sass/_base.sass */
.player-partners-popup .close-popup-btn:hover {
  /*-moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);*/
}
/* line 2082, ../sass/_base.sass */
.player-partners-popup .player-photo {
  width: 78px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 5px;
}
/* line 2087, ../sass/_base.sass */
.player-partners-popup .player-info {
  display: inline-block;
  padding-top: 15px;
  vertical-align: top;
}
/* line 2091, ../sass/_base.sass */
.player-partners-popup .player-name {
  color: #191919;
  font-size: 18px;
  line-height: 22px;
}
/* line 2095, ../sass/_base.sass */
.player-partners-popup .player-amplua {
  color: #df963a;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
/* line 2100, ../sass/_base.sass */
.player-partners-popup .player-bio {
  border-bottom: 2px solid #d7e5e5;
  padding-bottom: 12px;
}
/* line 2103, ../sass/_base.sass */
.player-partners-popup .player-clubs {
  padding: 8px 0;
  border-bottom: 2px solid #d7e5e5;
}
/* line 2106, ../sass/_base.sass */
.player-partners-popup .player-club {
  color: #649792;
  font-weight: 600;
  font-size: 13px;
}
/* line 2110, ../sass/_base.sass */
.player-partners-popup .player-club-link {
  color: #649792;
  text-decoration: underline;
}
/* line 2113, ../sass/_base.sass */
.player-partners-popup .player-club-link:hover {
  text-decoration: none;
}
/* line 2115, ../sass/_base.sass */
.player-partners-popup .player-club-now {
  color: #191919;
  font-weight: 400;
}
/* line 2118, ../sass/_base.sass */
.player-partners-popup .player-details {
  padding: 17px 0;
  border-bottom: 2px solid #d7e5e5;
}
/* line 2121, ../sass/_base.sass */
.player-partners-popup .player-details_left {
  display: inline-block;
  width: 80px;
  border-right: 1px solid #bad3d0;
  margin-right: 8px;
  vertical-align: top;
}
/* line 2127, ../sass/_base.sass */
.player-partners-popup .player-details_right {
  display: inline-block;
  vertical-align: top;
}
/* line 2130, ../sass/_base.sass */
.player-partners-popup .player-detail {
  color: #191919;
  font-size: 11px;
}
/* line 2133, ../sass/_base.sass */
.player-partners-popup .player-indexes {
  padding: 15px 0;
  border-bottom: 2px solid #d7e5e5;
}
/* line 2136, ../sass/_base.sass */
.player-partners-popup .player-indexes .player-detail {
  font-size: 12px;
}
/* line 2138, ../sass/_base.sass */
.player-partners-popup .align-center {
  padding-top: 10px;
}
/* line 2140, ../sass/_base.sass */
.player-partners-popup .player-card-btn {
  color: #649792;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
/* line 2145, ../sass/_base.sass */
.player-partners-popup .player-card-btn:hover {
  text-decoration: none;
}

/* line 2149, ../sass/_base.sass */
.tabs-list .tabs-item {
  display: inline-block;
}
/* line 2151, ../sass/_base.sass */
.tabs-list .tabs-link {
  text-transform: uppercase;
  color: #6dab46;
  text-decoration: underline;
  padding: 0 12px 15px;
  font-size: 14px;
  display: inline-block;
}
/* line 2158, ../sass/_base.sass */
.tabs-list .tabs-link:hover {
  text-decoration: none;
}
/* line 2160, ../sass/_base.sass */
.tabs-list .tabs-link.tabs-link_active {
  color: #3b7f34;
  text-decoration: none;
}

/* line 2164, ../sass/_base.sass */
.players-compare-title {
  color: #649792;
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2172, ../sass/_base.sass */
.players-compare-list {
  margin-top: 10px;
}

/* line 2175, ../sass/_base.sass */
.players-compare-link {
  text-decoration: none;
}

/* line 2178, ../sass/_base.sass */
.player-compare-name {
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

/* line 2184, ../sass/_base.sass */
.players-compare-item {
  padding: 8px 0;
  text-align: center;
  border-bottom: 2px solid #ebebeb;
}
/* line 2188, ../sass/_base.sass */
.players-compare-item:first-child {
  border-top: 2px solid #ebebeb;
}

/* line 2191, ../sass/_base.sass */
.players-compare-player-add {
  color: #6c9f98;
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
}
/* line 2198, ../sass/_base.sass */
.players-compare-player-add:hover {
  color: #000;
}

/* line 2201, ../sass/_base.sass */
.player-photos-slider {
  position: relative;
  margin-top: 10px;
}
/* line 2204, ../sass/_base.sass */
.player-photos-slider .slides_container {
  width: 932px;
  height: 119px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 2209, ../sass/_base.sass */
.player-photos-slider .slides_container > div > div {
  width: 932px;
  height: 119px;
}
/* line 2212, ../sass/_base.sass */
.player-photos-slider .prev, .player-photos-slider .next {
  position: absolute;
  top: 35px;
  text-decoration: none;
  color: #a9cbcc;
  font-size: 30px;
  z-index: 20;
}
/* line 2219, ../sass/_base.sass */
.player-photos-slider .prev:hover, .player-photos-slider .next:hover {
  color: #678182;
}
/* line 2221, ../sass/_base.sass */
.player-photos-slider .next {
  right: -10px;
}
/* line 2223, ../sass/_base.sass */
.player-photos-slider .prev {
  left: -10px;
}
/* line 2225, ../sass/_base.sass */
.player-photos-slider .photo-item {
  display: inline-block;
  margin: 0 9px 0 10px;
}
/* line 2228, ../sass/_base.sass */
.player-photos-slider .player-photo {
  width: 136px;
  height: 119px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
/* line 2234, ../sass/_base.sass */
.player-photos-slider .player-photo.player-photo_add {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #78aeae;
  padding: 0 10px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2245, ../sass/_base.sass */
.player-photo_add .add-photo-icon {
  font-size: 36px;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 18px;
}
/* line 2252, ../sass/_base.sass */
.player-photo_add i.icon {
  margin: 0 auto;
}

/* line 2255, ../sass/_base.sass */
.player-achievement-slider {
  position: relative;
  margin: 10px 0 20px;
}
/* line 2258, ../sass/_base.sass */
.player-achievement-slider .slides_container {
  width: 964px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 2263, ../sass/_base.sass */
.player-achievement-slider .slides_container > div {
  width: 964px;
  height: 160px;
}
/* line 2266, ../sass/_base.sass */
.player-achievement-slider .prev, .player-achievement-slider .next {
  position: absolute;
  top: 55px;
  text-decoration: none;
  color: #a9cbcc;
  font-size: 30px;
  z-index: 20;
}
/* line 2273, ../sass/_base.sass */
.player-achievement-slider .prev:hover, .player-achievement-slider .next:hover {
  color: #678182;
}
/* line 2275, ../sass/_base.sass */
.player-achievement-slider .next {
  right: -5px;
}
/* line 2277, ../sass/_base.sass */
.player-achievement-slider .prev {
  left: -5px;
}

/* line 2280, ../sass/_base.sass */
.player-news-slider {
  position: relative;
  margin-top: 10px;
}
/* line 2283, ../sass/_base.sass */
.player-news-slider .slides_container {
  width: 932px;
  height: 254px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 2288, ../sass/_base.sass */
.player-news-slider .slides_container > div > div {
  width: 932px;
  height: 119px;
}
/* line 2291, ../sass/_base.sass */
.player-news-slider .prev, .player-news-slider .next {
  position: absolute;
  top: 40%;
  text-decoration: none;
  color: #a9cbcc;
  font-size: 30px;
  z-index: 20;
}
/* line 2298, ../sass/_base.sass */
.player-news-slider .prev:hover, .player-news-slider .next:hover {
  color: #678182;
}
/* line 2300, ../sass/_base.sass */
.player-news-slider .next {
  right: 10px;
}
/* line 2302, ../sass/_base.sass */
.player-news-slider .prev {
  left: 10px;
}
/* line 2304, ../sass/_base.sass */
.player-news-slider .slide {
  padding: 0 140px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2308, ../sass/_base.sass */
.player-news-slider .news-image {
  display: inline-block;
  width: 382px;
  margin-right: 10px;
}
/* line 2312, ../sass/_base.sass */
.player-news-slider .news-desc {
  display: table-cell;
  vertical-align: middle;
  width: 225px;
}
/* line 2316, ../sass/_base.sass */
.player-news-slider .news-date {
  color: #999;
  font-size: 12px;
}
/* line 2319, ../sass/_base.sass */
.player-news-slider .news-title {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  margin: 5px 0 15px;
}
/* line 2324, ../sass/_base.sass */
.player-news-slider .news-description {
  color: #666680;
  font-size: 13px;
}

/* line 2329, ../sass/_base.sass */
.masonry .item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2335, ../sass/_base.sass */
.masonry .item.w2 {
  width: 40%;
}
.masonry .item.w30 {
     width: 30%;
 }
.masonry .item.w25 {
    width: 25%;
}
.masonry .item.wHalf {
    width: 10%;
}
/* line 2337, ../sass/_base.sass */
.masonry .item-add-photo-btn {
  height: 210px;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  background: #6dab46;
  text-decoration: none;
}
/* line 2349, ../sass/_base.sass */
.masonry .item-add-photo-btn:hover {
  background: #60983f;
}
/* line 2351, ../sass/_base.sass */
.masonry .item-add-photo-btn .icon {
  margin: 0;
}
/* line 2353, ../sass/_base.sass */
.masonry .item-add-photo-btn .add-photo-icon {
  font-size: 36px;
  color: #fff;
  margin: 0;
  display: block;
  padding-top: 48px;
}
/* line 2359, ../sass/_base.sass */
.masonry .item-add-photo-btn .add-photo-text {
  padding: 15px 30px 0;
  display: block;
}
/* line 2362, ../sass/_base.sass */
.masonry .item-photo {
  border-radius: 10px;
  width: 100%;
}
/* line 2365, ../sass/_base.sass */
.masonry .item-photo-author {
  margin: 8px 0 0;
}
/* line 2367, ../sass/_base.sass */
.masonry .item-author-avatar {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 50%;
}
/* line 2374, ../sass/_base.sass */
.masonry .item-photo-author {
  text-decoration: none;
  display: block;
}
/* line 2377, ../sass/_base.sass */
.masonry .item-author-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 2383, ../sass/_base.sass */
.masonry .item-author-name {
  color: #191919;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}
/* line 2390, ../sass/_base.sass */
.masonry .item-author-name:hover {
  text-decoration: none;
}
/* line 2392, ../sass/_base.sass */
.masonry .item-data {
  font-size: 12px;
  color: #767676;
}
/* line 2395, ../sass/_base.sass */
.masonry .item-info {
  font-size: 12px;
  color: #767676;
}
/* line 2398, ../sass/_base.sass */
.masonry .item-views, .masonry .item-comments {
  color: #767676;
  text-decoration: none;
  margin-right: 5px;
}
/* line 2402, ../sass/_base.sass */
.masonry .item-views:hover, .masonry .item-comments:hover {
  color: #191919;
}

/* line 2406, ../sass/_base.sass */
.masonry-player-news .item {
  width: 25%;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
/* line 2411, ../sass/_base.sass */
.masonry-player-news .item:nth-child(2n) .event-title {
  color: #e48c22;
}
/* line 2413, ../sass/_base.sass */
.masonry-player-news .item:nth-child(2n) .event-views, .masonry-player-news .item:nth-child(2n) .event-comments {
  color: #f7b86b;
}
/* line 2416, ../sass/_base.sass */
.masonry-player-news .item:nth-child(3n) .event-title {
  color: #a1173b;
}
/* line 2418, ../sass/_base.sass */
.masonry-player-news .item:nth-child(3n) .event-views, .masonry-player-news .item:nth-child(3n) .event-comments {
  color: #e2a5b4;
}
/* line 2421, ../sass/_base.sass */
.masonry-player-news .item:nth-child(4n) .event-title {
  color: #669b93;
}
/* line 2423, ../sass/_base.sass */
.masonry-player-news .item:nth-child(4n) .event-views, .masonry-player-news .item:nth-child(4n) .event-comments {
  color: #bcd6d3;
}
/* line 2425, ../sass/_base.sass */
.masonry-player-news .event-picture {
  width: 100%;
  border-radius: 8px;
}
/* line 2428, ../sass/_base.sass */
.masonry-player-news .event-info {
  font-size: 11px;
  margin-top: 10px;
}
/* line 2431, ../sass/_base.sass */
.masonry-player-news .event-label {
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 5px;
}
/* line 2436, ../sass/_base.sass */
.masonry-player-news .event-date {
  color: #6e6e6e;
}
/* line 2438, ../sass/_base.sass */
.masonry-player-news .event-more {
  float: right;
}
/* line 2440, ../sass/_base.sass */
.masonry-player-news .event-title {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #32792b;
}
/* line 2446, ../sass/_base.sass */
.masonry-player-news .event-views, .masonry-player-news .event-comments {
  margin-right: 20px;
  color: #7f7f7f;
  font-size: 11px;
}
/* line 2450, ../sass/_base.sass */
.masonry-player-news .event-views .icon, .masonry-player-news .event-comments .icon {
  color: #d2de9e;
}
/* line 2453, ../sass/_base.sass */
.masonry-player-news.event-block_green .event-label {
  background: #30792a;
}
/* line 2455, ../sass/_base.sass */
.masonry-player-news.event-block_green .event-more {
  color: #30792a;
}
/* line 2457, ../sass/_base.sass */
.masonry-player-news.event-block_green .event-title {
  color: #30792a;
}
/* line 2460, ../sass/_base.sass */
.masonry-player-news.event-block_orange .event-label {
  background: #e58d23;
}
/* line 2462, ../sass/_base.sass */
.masonry-player-news.event-block_orange .event-more {
  color: #e58d23;
}
/* line 2464, ../sass/_base.sass */
.masonry-player-news.event-block_orange .event-title {
  color: #e58d23;
}
/* line 2467, ../sass/_base.sass */
.masonry-player-news.event-block_purple .event-label {
  background: #a1173b;
}
/* line 2469, ../sass/_base.sass */
.masonry-player-news.event-block_purple .event-more {
  color: #a1173b;
}
/* line 2471, ../sass/_base.sass */
.masonry-player-news.event-block_purple .event-title {
  color: #a1173b;
}
/* line 2474, ../sass/_base.sass */
.masonry-player-news.event-block_mint .event-label {
  background: #649792;
}
/* line 2476, ../sass/_base.sass */
.masonry-player-news.event-block_mint .event-more {
  color: #649792;
}
/* line 2478, ../sass/_base.sass */
.masonry-player-news.event-block_mint .event-title {
  color: #649792;
}

/* line 2481, ../sass/_base.sass */
.ui.inverted.menu .active.item {
  background: rgba(255, 255, 255, 0.2);

}

/* line 2485, ../sass/_base.sass */
.clubs-page .breadcrumbs {
  /*border-bottom: none;*/
}
/* line 2487, ../sass/_base.sass */
/*.clubs-page .page-inner-container {
  border-top: 1px dashed #ccc;
}*/
/* line 2490, ../sass/_base.sass */
.clubs-page .clubs-menu .heading {
  color: #31782a;
  font-weight: 600;
  margin-right: 10px;
}
/* line 2494, ../sass/_base.sass */
.clubs-page .ui.selection.dropdown {
  margin-right: 10px;
  padding: 4px 10px;
}
/* line 2497, ../sass/_base.sass */
.clubs-page .ui-tabs-nav {
  display: inline-block;
}
/* line 2500, ../sass/_base.sass */
.clubs-page .ui.tabular.menu .item {
  color: #30792a;
  font-size: 12px;
}
.user-page .ui.tabular.menu .item {
    color: #30792a;
    font-size: 13px;
}
/* line 2504, ../sass/_base.sass */
.clubs-page .ui.tabular.menu .ui-tabs-active .item {
  border: 1px solid #dcddde;
  border-radius: 5px 5px 0 0;
  border-bottom-color: #fff;
  color: #dd8517;
}
.user-page .ui.tabular.menu .ui-tabs-active .item {
    border: 1px solid #dcddde;
    border-radius: 5px 5px 0 0;
    border-bottom-color: #fff;
    color: #dd8517;
}
/* line 2509, ../sass/_base.sass */
.clubs-page .player-controls-block {
  padding-top: 0;
}
/* line 2512, ../sass/_base.sass */
.clubs-page .clubs-countries-menu-list .option-link {
  color: #4a9143;
  text-transform: uppercase;
}
/* line 2515, ../sass/_base.sass */
.clubs-page .clubs-countries-menu-list .option-link:after {
  border-color: transparent transparent transparent #79b553;
}
/* line 2517, ../sass/_base.sass */
.clubs-page .clubs-countries-menu-list .option-link.option-link_active {
  background: #79b553;
  color: #fff;
}
/* line 2521, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-item {
  height: 34px;
}
/* line 2524, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-item:nth-child(even) .option-link {
  background: #eff0e0;
}
/* line 2527, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-item:nth-child(odd) .option-link {
  background: #ebecda;
}
/* line 2529, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-item .option-link {
  background: #eff0e0;
}
/* line 2531, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-item .option-link:hover {
  background: #ddd;
}
/* line 2533, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-item .option-link.option-link_active {
  background: #de9539;
  color: #fff;
}
/* line 2536, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-link {
  color: #6a6a6a;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 2541, ../sass/_base.sass */
.clubs-page .clubs-stats-menu-list .option-link:after {
  border-color: transparent transparent transparent #de9539;
  border-width: 17px 0 17px 9px;
  right: -9px;
}
/* line 2545, ../sass/_base.sass */
.clubs-page .option-btn {
  text-decoration: underline;
  color: #000;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 2553, ../sass/_base.sass */
.clubs-page .option-btn:first-child {
  /* border-right: 1px solid #e1e1d5; */
}
/* line 2555, ../sass/_base.sass */
.clubs-page .option-btn:hover {
  text-decoration: none;
}
/* line 2557, ../sass/_base.sass */
.clubs-page .option-btn.option-btn_active {
  text-decoration: none;
}
/* line 2559, ../sass/_base.sass */
.clubs-page .club-logo {
  width: 37px;
  vertical-align: middle;
  margin: 0 5px;
}
/* line 2563, ../sass/_base.sass */
.clubs-page .clubs-table {
  vertical-align: top;
  margin-top: 0;
}
/* line 2566, ../sass/_base.sass */
.clubs-page .clubs-table a {
  text-decoration: underline;
  color: #649792;
}
/* line 2569, ../sass/_base.sass */
.clubs-page .clubs-table a:hover {
  text-decoration: none;
}
/* line 2571, ../sass/_base.sass */
.clubs-page .clubs-table th {
  background: #3e9139;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 2576, ../sass/_base.sass */
.clubs-page .clubs-table .small-cell {
  text-align: center;
  font-size: 9px;
}
/* line 2579, ../sass/_base.sass */
.clubs-page .clubs-table .clubs-link {
  vertical-align: top;
  line-height: 30px;
  text-decoration: none;
}
/* line 2583, ../sass/_base.sass */
.clubs-page .clubs-table .clubs-link span {
  text-decoration: underline;
}
/* line 2585, ../sass/_base.sass */
.clubs-page .clubs-table .clubs-link span:hover {
  text-decoration: none;
}
/* line 2587, ../sass/_base.sass */
.clubs-page .clubs-stats-table, .clubs-page .clubs-team-table {
  vertical-align: top;
  margin-top: 0;
}
/* line 2590, ../sass/_base.sass */
.clubs-page .clubs-stats-table a, .clubs-page .clubs-team-table a {
  text-decoration: underline;
  color: #649792;
  font-weight: 600;
}
/* line 2594, ../sass/_base.sass */
.clubs-page .clubs-stats-table a:hover, .clubs-page .clubs-team-table a:hover {
  text-decoration: none;
}
/* line 2596, ../sass/_base.sass */
.clubs-page .clubs-stats-table th, .clubs-page .clubs-team-table th {
  background: #8ebd5d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 2601, ../sass/_base.sass */
.clubs-page .clubs-stats-table td, .clubs-page .clubs-team-table td {
  padding: 8px 10px;
}
/* line 2603, ../sass/_base.sass */
.clubs-page .clubs-stats-table .small-cell, .clubs-page .clubs-team-table .small-cell {
  text-align: center;
  font-size: 9px;
}
/* line 2607, ../sass/_base.sass */
.clubs-page .clubs-stats-table.ui.table .row-green, .clubs-page .clubs-team-table.ui.table .row-green {
  background: #b7e88f;
}
/* line 2609, ../sass/_base.sass */
.clubs-page .clubs-stats-table.ui.table .row-red, .clubs-page .clubs-team-table.ui.table .row-red {
  background: #fba397;
}
/* line 2612, ../sass/_base.sass */
.clubs-page .clubs-countries-menu-list .option-item {
  display: none;
}
/* line 2614, ../sass/_base.sass */
.clubs-page .clubs-countries-menu-list .option-item:nth-child(-n+8) {
  display: table;
}
/* line 2617, ../sass/_base.sass */
.clubs-page .clubs-countries-menu-list.clubs-countries-menu-list_all .option-item {
  display: table;
}
/* line 2619, ../sass/_base.sass */
.clubs-page .show-clubs-countries-menu-btn {
  font-size: 12px;
  color: #649693;
  font-weight: 600;
  text-decoration: none;
  margin-left: 12px;
}
/* line 2625, ../sass/_base.sass */
.clubs-page .show-clubs-countries-menu-btn:hover {
  text-decoration: none;
  color: #000;
}
/* line 2628, ../sass/_base.sass */
.clubs-page .heading {
  color: #31782a;
}
/* line 2630, ../sass/_base.sass */
.clubs-page .show-other-season-btn {
  text-transform: uppercase;
  color: #649792;
  font-size: 11px;
  font-weight: 600;
}
/* line 2635, ../sass/_base.sass */
.clubs-page .show-other-season-btn:hover {
  text-decoration: none;
}

/* line 2639, ../sass/_base.sass */
/*.clubs-stats-page .breadcrumbs {
  border-bottom: 1px solid #dedede;
}
*/
/* line 2643, ../sass/_base.sass */
.clubs-calendar-page .heading {
  color: #649791;
}

/* line 2646, ../sass/_base.sass */
.calendars-list {
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 87, ../sass/libs/_mixins.sass */
.calendars-list:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 2649, ../sass/_base.sass */
.calendars-list .calendar-item {
  float: left;
  width: 284px;
  margin-left: 40px;
}
/* line 2653, ../sass/_base.sass */
.calendars-list .calendar-item:first-child {
  margin-left: 0;
}

/* line 2658, ../sass/_base.sass */
.clubs-calendars-table.ui.table th {
  background: #8ebd5d;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
/* line 2663, ../sass/_base.sass */
.clubs-calendars-table.ui.table td {
  height: 39px;
  position: relative;
}
/* line 2666, ../sass/_base.sass */
.clubs-calendars-table.ui.table td.cell-calendar-event-other {
  background: #ffe8c9;
}
/* line 2668, ../sass/_base.sass */
.clubs-calendars-table.ui.table td.cell-calendar-event {
  background: #dfe8e7;
  cursor: pointer;
}
/* line 2672, ../sass/_base.sass */
.clubs-calendars-table.ui.table td.cell-calendar-event:hover .calendar-event-popup {
  display: block;
}
/* line 2674, ../sass/_base.sass */
.clubs-calendars-table .calendar-date {
  position: absolute;
  right: 5px;
  bottom: 2px;
  color: #000;
  font-size: 12px;
}
/* line 2680, ../sass/_base.sass */
.clubs-calendars-table .calendar-event-logo {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* line 2688, ../sass/_base.sass */
.calendar-event-popup {
  display: none;
  position: absolute;
  top: 38px;
  z-index: 10;
  width: 334px;
  border: 8px solid #a4c4c1;
  border-radius: 3px;
  padding: 20px;
  background: #fff;
  margin-left: -180px;
  cursor: default;
}
/* line 2700, ../sass/_base.sass */
.calendar-event-popup .calendar-popup-title {
  position: absolute;
  top: 12px;
  left: -18px;
  width: 82px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 16px;
  background: #649792;
  border-radius: 0 3px 3px 0;
  font-weight: 600;
}
/* line 2711, ../sass/_base.sass */
.calendar-event-popup .calendar-popup-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #518882 transparent transparent;
}
/* line 2721, ../sass/_base.sass */
.calendar-event-popup .hr {
  margin: 5px 0;
  height: 2px;
}
/* line 2724, ../sass/_base.sass */
.calendar-event-popup .team-logo {
  text-align: center;
}
/* line 2726, ../sass/_base.sass */
.calendar-event-popup .team-logo-image {
  width: 34px;
}
/* line 2728, ../sass/_base.sass */
.calendar-event-popup .team-link {
  display: inline-block;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
/* line 2733, ../sass/_base.sass */
.calendar-event-popup .team-link:hover {
  text-decoration: none;
}
/* line 2735, ../sass/_base.sass */
.calendar-event-popup .event-details {
  background: #dfe8e7;
  padding: 10px 18px;
  margin: 10px 0;
  border-radius: 3px;
}
/* line 2740, ../sass/_base.sass */
.calendar-event-popup .event-details a {
  color: #2c2e2d;
  text-decoration: underline;
}
/* line 2743, ../sass/_base.sass */
.calendar-event-popup .event-details a:hover {
  text-decoration: none;
}
/* line 2745, ../sass/_base.sass */
.calendar-event-popup .ui.checkbox {
  margin-right: 20px;
}
/* line 2747, ../sass/_base.sass */
.calendar-event-popup .heading {
  text-align: center;
}
/* line 2750, ../sass/_base.sass */
.calendar-event-popup .city-desc p {
  line-height: 14px;
}
/* line 2753, ../sass/_base.sass */
.calendar-event-popup .team-cities .city {
  border-top: none;
  border-bottom: none;
  padding: 5px 4px;
}
/* line 2757, ../sass/_base.sass */
.calendar-event-popup .team-cities .city:before {
  content: none;
}
/* line 2759, ../sass/_base.sass */
.calendar-event-popup .team-cities .city:after {
  content: none;
}
/* line 2761, ../sass/_base.sass */
.calendar-event-popup .how-to-reach {
  display: inline-block;
  color: #dd8517;
  margin-top: 5px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 2768, ../sass/_base.sass */
.calendar-event-popup .how-to-reach:hover {
  text-decoration: none;
}

/* line 2772, ../sass/_base.sass */
.clubs-home-page .player-controls-block {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
/* line 2775, ../sass/_base.sass */
.clubs-home-page .hr {
  background: #31782a;
  height: 1px;
  border-top: 1px solid #a5c4a2;
}

/* line 2780, ../sass/_base.sass */
.clubs-photos-slider {
  position: relative;
  margin-top: 10px;
}
/* line 2783, ../sass/_base.sass */
.clubs-photos-slider .slides_container {
  width: 932px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 2788, ../sass/_base.sass */
.clubs-photos-slider .slides_container > div > div {
  width: 932px;
  height: 160px;
}
/* line 2791, ../sass/_base.sass */
.clubs-photos-slider .prev, .clubs-photos-slider .next {
  position: absolute;
  top: 35px;
  text-decoration: none;
  color: #4e9e3f;
  font-size: 30px;
  z-index: 20;
}
/* line 2798, ../sass/_base.sass */
.clubs-photos-slider .prev:hover, .clubs-photos-slider .next:hover {
  color: #468c38;
}
/* line 2800, ../sass/_base.sass */
.clubs-photos-slider .next {
  right: -10px;
}
/* line 2802, ../sass/_base.sass */
.clubs-photos-slider .prev {
  left: -10px;
}
/* line 2804, ../sass/_base.sass */
.clubs-photos-slider .photo-item {
  display: inline-block;
  margin: 0 9px 0 10px;
}
/* line 2807, ../sass/_base.sass */
.clubs-photos-slider .club-photo {
  width: 167px;
  height: 120px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
/* line 2813, ../sass/_base.sass */
.clubs-photos-slider .club-photo.club-photo_add {
  color: #fff;
  font-size: 15px;
  /*line-height: 25px;*/
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #8ebd5d;
  padding: 0 10px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    height: 160px;
}
/* line 2824, ../sass/_base.sass */
.clubs-photos-slider .club-photo.club-photo_add .add-photo-icon {
  font-size: 36px;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 18px;
}
/* line 2831, ../sass/_base.sass */
.clubs-photos-slider .club-photo.club-photo_add i.icon {
  margin: 0 auto;
}

/* line 2834, ../sass/_base.sass */
.stadium-block {
  padding: 10px;
  background: #e0ebb3;
  border-radius: 3px;
  *zoom: 1;
}
/* line 87, ../sass/libs/_mixins.sass */
.stadium-block:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 2839, ../sass/_base.sass */
.stadium-block .stadium-photo {
  float: left;
}
/* line 2841, ../sass/_base.sass */
.stadium-block .stadium-desc {
  overflow: hidden;
  margin-left: 485px;
}
/* line 2844, ../sass/_base.sass */
.stadium-block .stadium-title {
  color: #31782a;
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #31782a;
  margin: 10px 0;
}
/* line 2852, ../sass/_base.sass */
.stadium-block .stadium-info {
  line-height: 1.8;
  color: #333528;
}
/* line 2855, ../sass/_base.sass */
.stadium-block .stadium-info-list {
  margin-top: 20px;
}
/* line 2857, ../sass/_base.sass */
.stadium-block .stadium-info-item {
  color: #4e8c43;
  line-height: 1.7;
}
/* line 2860, ../sass/_base.sass */
.stadium-block .stadium-info-item span {
  color: #31782a;
  font-weight: 600;
}

/* line 2865, ../sass/_base.sass */
.clubs-photos-page .heading {
  border-bottom: none;
}
/* line 2867, ../sass/_base.sass */
.clubs-photos-page .ui.dropdown > .text {
  text-transform: uppercase;
}
/* line 2869, ../sass/_base.sass */
.clubs-photos-page .ui.tabular.menu .item {
  text-transform: uppercase;
}

/* line 2873, ../sass/_base.sass */
.clubs-fan-page .sub-heading {
  color: #649792;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 2878, ../sass/_base.sass */
.clubs-fan-page .fan-link-item {
  font-size: 12px;
  margin: 7px 0;
}
/* line 2881, ../sass/_base.sass */
.clubs-fan-page .fan-link {
  color: #649792;
  text-decoration: none;
  font-weight: 600;
}
/* line 2885, ../sass/_base.sass */
.clubs-fan-page .fan-link:hover {
  text-decoration: underline;
}
/* line 2887, ../sass/_base.sass */
.clubs-fan-page .add-fan-link-btn {
  color: #649792;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  font-size: 13px;
}
/* line 2893, ../sass/_base.sass */
.clubs-fan-page .add-fan-link-btn:hover {
  text-decoration: underline;
}

/* line 2897, ../sass/_base.sass */
.clubs-team-page .heading {
  margin-right: 10px;
}
/* line 2899, ../sass/_base.sass */
.clubs-team-page .team-view-list {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
/* line 2904, ../sass/_base.sass */
.clubs-team-page .team-view-list .ui-state-active .team-view-link {
  color: #79a6a1;
  text-decoration: underline;
}
/* line 2907, ../sass/_base.sass */
.clubs-team-page .team-view-item {
  padding: 0 10px;
  display: inline-block;
}
/* line 2910, ../sass/_base.sass */
.clubs-team-page .team-view-item:first-child {
  border-right: 1px solid #b4b4b4;
}
/* line 2912, ../sass/_base.sass */
.clubs-team-page .team-view-link {
  color: #e8a451;
  text-decoration: none;
  font-size: 14px;
}
/* line 2916, ../sass/_base.sass */
.clubs-team-page .team-view-link:hover {
  text-decoration: underline;
}
/* line 2918, ../sass/_base.sass */
.clubs-team-page .team-player-photo-link {
  position: relative;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #bfc1b3;
  width: 68px;
  margin: auto;
  padding-bottom: 3px;
}
/* line 2927, ../sass/_base.sass */
.clubs-team-page .team-player-photo-link:hover .team-player-name {
  text-decoration: underline;
}
/* line 2929, ../sass/_base.sass */
.clubs-team-page .team-player-number {
  position: absolute;
  left: -4px;
  top: 10px;
  width: 24px;
  height: 18px;
  background: #6dab46;
  border-radius: 0 3px 3px 0;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
/* line 2941, ../sass/_base.sass */
.clubs-team-page .team-player-number:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 3px 0;
  border-color: transparent #30782a transparent transparent;
}
/* line 2951, ../sass/_base.sass */
.clubs-team-page .team-player-name {
  color: #649792;
  text-align: center;
}
/* line 2954, ../sass/_base.sass */
.clubs-team-page .team-player-photo {
  width: 68px;
  height: 90px;
  border-radius: 5px;
}
.clubs-team-page .clubs-team-logo {
    width: 68px;
    height: 68px;
    border-radius: 5px;
}
/* line 2958, ../sass/_base.sass */
.clubs-team-page .team-player-team-link {
  position: relative;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #bfc1b3;
  width: 68px;
  margin: auto;
  padding-bottom: 3px;
}
/* line 2967, ../sass/_base.sass */
.clubs-team-page .team-player-team-link:hover .team-name, .clubs-team-page .team-player-team-link:hover .team-city {
  text-decoration: underline;
}
/* line 2969, ../sass/_base.sass */
.clubs-team-page .team-name, .clubs-team-page .team-city {
  color: #649792;
  text-align: center;
}
/* line 2972, ../sass/_base.sass */
.clubs-team-page .team-logo {
  width: 68px;
  height: 68px;
  border-radius: 5px;
}

/* line 2978, ../sass/_base.sass */
.clubs-team-photos-table th, .clubs-team-photos-table td {
  padding: 3px 0;
  font-size: 11px;
  text-align: center;
}
/* line 2982, ../sass/_base.sass */
.clubs-team-photos-table th.cell-defender, .clubs-team-photos-table td.cell-defender {
  color: #448d3c;
}
/* line 2984, ../sass/_base.sass */
.clubs-team-photos-table th.cell-forward, .clubs-team-photos-table td.cell-forward {
  color: #e89431;
}
/* line 2986, ../sass/_base.sass */
.clubs-team-photos-table th.cell-trainer, .clubs-team-photos-table td.cell-trainer {
  color: #649792;
}
/* line 2988, ../sass/_base.sass */
.clubs-team-photos-table th.cell-goalkeeper, .clubs-team-photos-table td.cell-goalkeeper {
  color: #b53254;
}
/* line 2990, ../sass/_base.sass */
.clubs-team-photos-table td {
  width: 9.0909%;
}
/* line 2992, ../sass/_base.sass */
.clubs-team-photos-table .cell-defender {
  background: #e0ebb3;
}
/* line 2994, ../sass/_base.sass */
.clubs-team-photos-table .cell-forward {
  background: #ffdebd;
}
/* line 2996, ../sass/_base.sass */
.clubs-team-photos-table .cell-trainer {
  background: #dfe8e7;
}
/* line 2998, ../sass/_base.sass */
.clubs-team-photos-table .cell-goalkeeper {
  background: #ffc7c8;
}

/* line 3001, ../sass/_base.sass */
.season-tabs {
  margin-top: 30px;
}
/* line 3003, ../sass/_base.sass */
.season-tabs .heading {
  color: #000;
  position: relative;
  top: 5px;
}

/* line 3009, ../sass/_base.sass */
.clubs-team-logos-table td {
  padding: 3px 0;
  font-size: 11px;
  text-align: center;
  width: 9.0909%;
}

/* line 3015, ../sass/_base.sass */
.more-seasons-btn {
  color: #6a9b95;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-top: 25px;
}
/* line 3023, ../sass/_base.sass */
.more-seasons-btn:hover {
  text-decoration: none;
}
.hidden {
    display: none;
}
th a, .clubs-page .clubs-table th a {
    color: #ffffff;
    text-decoration: none;
}
th a:hover, .clubs-page .clubs-table th a:hover {
    text-decoration: underline;
}
.clubs-page .clubs-table th.column-sort {
    background: #378331;
}
.player-avatar-block-popup {
    position: absolute;
    z-index: 9999;
    color: #000000;
    /* font-size:10px; */
    width: 500px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.chart-button-panel{
    padding-left: 3%;
    margin-bottom: 10px;
}
.chart-button{
    max-height: 30px;
    line-height: 6px !important;
    background: #8ebd5d !important;

}

.chart-button-noselect {
    color: #8ebd5d !important;
    background: white !important;
    border: 1px solid #8ebd5d !important;
    line-height: 4px !important;
}
.chart-button-selected {
    color: #ffffff !important;
    background: #8ebd5d !important;
    border: 1px solid #8ebd5d !important;
    line-height: 4px !important;
}
.amcharts-graph-g2 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 500%;
    stroke-dasharray: 0 \0/;
    stroke-dashoffset: 0 \0/;
    -webkit-animation: am-draw 5s;
    animation: am-draw 5s;
}
@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}
@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}
/*
.amcharts-graph-g2 {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}
@keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}
.amcharts-graph-g2 {
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 8s ease-in-out forwards;
    animation: am-moving-dashes 8s ease-in-out forwards;
}

@-webkit-keyframes am-moving-dashes {
    0% {
        stroke-dasharray: 1px 100px;
        stroke-dashoffset: -200%;
    }
    100% {
        stroke-dasharray: 50px 0px;
        stroke-dashoffset: -200%;
    }
}
@keyframes am-moving-dashes {
    0% {
        stroke-dasharray: 1px 100px;
        stroke-dashoffset: -200%;
    }
    100% {
        stroke-dasharray: 50px 0px;
        stroke-dashoffset: -200%;
    }
}
*/

.indicator-item{
    font-family: "Open Sans", sans-serif;
}
.season-button{
    background: #ecf0f1;
    font-size: 12px;
    color: #000000;
    border: 1px solid #ecf0f1;
    font-weight: normal;
    border-radius: 2px;
    padding: 3px;
    cursor: pointer;
    margin: 5px;
    width: 120px;
    max-width: 120px;
    display: inline-block;
    text-align: center;
}
.active-season-button{
    background: #8ebd5d !important;
    font-size: 12px;
    color: white !important;
    border: 1px solid #8ebd5d !important;
    font-weight: normal;
    border-radius: 2px;
    padding: 3px;
    cursor: pointer;
    margin: 5px;
    width: 120px;
    max-width: 120px;
    display: inline-block;
    text-align: center;
}
.season-buttons-label{
    padding-left: 3%;
    line-height: 30px;
}
.season-buttons-container, .player-comparison-container{
    max-width: 900px;
    margin-top: 10px;
    margin-left: -5px;
    padding-left: 3%;
}
.disabled{
    opacity: 0.3;
    cursor: default !important;
}
.players-search-page .alphabet-btn {
    margin: 0 5px 10px 0;
    padding: 0;
}
.percentage{
    font-size: 10px;
}


/* angucomplete */
.form-control {
    outline: 0;
    border-color: #ECECEC;
    border-style: solid;
    border-width: 1px;
    width: 95%;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
}
.angucomplete-holder {
    position: relative;
}
.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /* top: 32px; */
    /* left: 0px; */
    /* margin-top: -6px; */
    background-color: #ffffff;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}
.angucomplete-description {
    font-size: 14px;
}
.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
}
.angucomplete-selected-row, .angucomplete-row:hover {
    background-color: lightblue;
    color: #ffffff;
}

.fixed{
    position: fixed;
    margin-top: 0px;
    top: 0;
    background: #ffffff;
    width: 1000px !important ;
    z-index:600;
}
.team-name-inner{
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.team-name-inner span{
    font-size: 12px;
}
.team-logo-inner{
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle;
    float: left;
}
.team-logo-inner img{
    width: 25px;
    height: 25px;
    margin-top: 6px;
}
#player-card-name, #team-name{
    text-decoration: none !important;
    color: #000000 !important;
}
.player-card-name-inner{
    text-transform: uppercase !important;
}
.breadcrumb-inner{
    vertical-align: middle;
    float: left;
}
.inline-block{
    display: inline-block;
}
.block{
    display: block;
}
.ui.breadcrumb a:last-of-type{
    text-decoration: none !important;
}
.ui.table.player-select-table .selected {
    background: #e3edb9;
}
.player-select-table.ui.table td.column-sort {
    background: #e3edb9;
}
.clipped-img{
    /*margin-top: -35px !important;
    margin-left: -25px !important;*/
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    z-index: 99998;
}
.min-photo-container{
    vertical-align: middle;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 6px;
}
.opacity-10{
    opacity: 0.1 !important;
}
.opacity-30{
    opacity: 0.3 !important;
}
.opacity-50{
    opacity: 0.5 !important;
}
.user-page .ui.tabular.menu .ui-tabs-active .item {
    border-bottom: 1px solid transparent;
    background: #fff;
}
/* line 423, ../sass/_base.sass */
.user-page .ui.tabular.menu .ui-tabs-active .item-orange {
    background: #fff;
    color: #f0ad56;
}
/* line 426, ../sass/_base.sass */
.user-page .ui.tabular.menu .ui-tabs-active .item-blue {
    background: #fff;
    color: #a4c4c1;
}
.uLogin-registration , .registration-next{
    margin-top: 20px !important;
    margin-left: 20px !important;
}
.registration-content-row{
    margin-top: 20px !important;
}
.registration-label{
    margin-left: -20px;
    width: 150px;
    text-align: right;
}
.registration-input-email{
    min-width: 180px;
    max-width: 200px !important;
    margin-left: 15px !important;
}
.registration-label span{
}
.registration-input{
    max-width: 150px !important;
    margin-left: 15px;
}
.registration-input-photo{
    max-width: 200px !important;
    margin-left: 15px;
}
.registration-checkbox{
    margin-left: 150px;
    max-width: 400px;
}
.registration-next-form{
    margin-top: 10px !important;
    margin-left: 150px !important;
}
.registration-step-label{
    font-size: 14px;
    font-weight: 600;
}
.registration-passwords-comparison-label{
    margin-left: 20px;
}
.registration-personal-photo{
    /*width: 150px;
    height: 200px;*/
    /*-webkit-box-shadow: 0px 0px 3px 2px rgba(148,136,148,1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(148,136,148,1);
    box-shadow: 0px 0px 3px 2px rgba(148,136,148,1);*/
    margin-bottom: 10px;
}
.registration-personal-photo img{
    margin-left: 27px;
}
.registration-preferences{
    margin-left: 20px;
}
.registration-preferences-sports{
    max-width: 220px;
}
.registration-preferences-countires{
    margin-left: 30px;
}
.registration-preferences-sport{
    height: 30px;
}
.registration-preferences-country{
    height: 30px;
}
.positive{
 color: #30792a;
}
.negative{
    color: #F22613;
}
.vertical-middle{
    vertical-align: middle !important;
}
.vertical-top{
    vertical-align: top !important;
}
.m-r-5{
    margin-right: 5px !important;
}
.m-r-8{
    margin-right: 8px !important;
}
.m-r-10{
    margin-right: 10px !important;
}
.m-r-20{
    margin-right: 20px !important;
}
.m-r-30{
    margin-right: 30px !important;
}
.m-l-1{
    margin-left: 1px !important;
}
.m-l-8{
    margin-left: 8px !important;
}
.m-l-15{
    margin-left: 15px !important;
}
.m-l-20{
    margin-left: 20px !important;
}
.m-l-50{
    margin-left: 50px !important;
}
.m-t-30{
    margin-top: 30px !important;
}
.m-t-20{
    margin-top: 20px !important;
}
.m-t-10{
    margin-top: 10px !important;
}
.m-t-5{
    margin-top: 5px !important;
}
.bold{
    font-weight: bold;
}
.popup-photo{
    width: 640px;
    height: 640px;
}
.photo-comment{
    width: 285px;
    max-width: 285px;
    min-height: 80px;
    max-height: 150px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .3125em
}
.instagram-photos-container{
    /*width: 1250px !important;*/
    margin: 0 auto;
    background: #fff;
}
.blur{
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.nofilter{
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
    opacity: 1 !important;
}
.instagram-photos-container .player-partners-popup{
    border: 1px;
    max-width: 1500px !important;
    min-width: 1260px;
    padding: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 1000px;
    height: 640px;
    min-height: 640px;
    z-index: 99999;
}
.instagram-photos-container .photos-block{
    width: 82%;
    display: inline-block;
}
.instagram-photos-container .instruments-block{
    width: 260px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    position: fixed;
}
.control-button{
    width: 240px;
    max-height: 60px;
    margin-top: 10px !important;
}
.pointer{
    cursor: pointer !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rightleft{
    margin-top: 250px;
    vertical-align: top;
    display: inline-block;
    font-size: 72px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    color: #ffffff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rightleft:hover{
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

    color: #000000;
}
.no-transition{
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}
#player-timeline *{
    font-family: "Open Sans" !important;
}
#player-timeline{
    margin-top: 20px !important;
    height: 400px !important;
}
#player-timeline .media-image img{
    max-height: 170px !important;
    max-width: 140px !important;
}
.events-row{
    width: 96% !important;
}
.float-left{
    float: left !important;
}
.float-right{
    float:  right !important;
}
.ribbon {
    position: absolute;
    left: -4px;
    top: -14px;
    height: 18px;
    background: #30782a;
    border-radius: 0 3px 3px 0;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 3px 0 3px;
}
/* line 2941, ../sass/_base.sass */
.ribbon:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 3px 0;
    border-color: transparent #193f16 transparent transparent;
}
.match-ribbon {
    position: absolute;
    left: -4px;
    top: 55px;
    height: 18px;
    background: #2a9ecb;
    border-radius: 0 3px 3px 0;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 3px 0 3px;
}
/* line 2941, ../sass/_base.sass */
.match-ribbon:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 3px 0;
    border-color: transparent #217da0 transparent transparent;
}
.event-match{
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    width: 100%;
    height: 80px;
    position: relative;
}
.event-club-logo{
    width: 30%;
    margin-top: 8%;
}
.event-club-logo-left{
    float: left;
    margin-left: 15px;
}
.event-club-logo-right{
    float: right;
    margin-right: 15px;
}
.event-game-date{
    text-decoration: none;
    position: absolute;
    top: 57px;
    right: 5px;
}
.event-game-title{
    margin-top: -20px;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    color: #217da0;
}
.text-shadow-around{
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.text-shadow-right-bottom{
    text-shadow: 1px 1px #000;
}
.underline{
    text-decoration: underline;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.href{
    text-decoration: underline;
    cursor: pointer;
    color: #1a0dab;
}
.instagram-profile-picture{
    width: 60px;
    height: 60px;
}
.instagram-user-str{
    width: 180px;
    max-width: 180px;
    height: 71px;
    max-height: 71px;
    border: 1px solid #c0c0c0;
}
.instagram-user-name{
    min-width: 70px;
    min-height: 15px;
    font-size: 12px !important;
}
.instagram-arena-photo-button{
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.blue-button{
    background: #6ECFF5;
    border: 2px solid #6ECFF5;
}
.red-button{
    background: #E96633;
    border: 2px solid #E96633;
}
.green-button{
    background: #58cb73;
    border: 2px solid #58cb73;
}
.instagram-helper{
    min-width: 300px;
    border: 2px solid #000000;
    min-height: 150px;
    margin-right: 20px;
}
.instagram-helper-label{
    margin-top: -15px;
    width: 85px;
    font-size: 16px;
    background: #ffffff;
    margin-left: 10px;
}
.instagram-helper-homeclubs{
    margin-left: 10px;
}
.instagram-helper-games{
    margin-left: 10px;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.overlay-black{
    background-color: #000; /* Чёрный фон */
    height: 100%; /* Высота максимальна */
    left: 0; /* Нулевой отступ слева */
    opacity: 0.80; /* Степень прозрачности */
    position: fixed; /* Фиксированное положение */
    top: 0; /* Нулевой отступ сверху */
    width: 100%; /* Ширина максимальна */
    z-index: 999; /* Заведомо быть НАД другими элементами */
}
.photo-prev{
    position: absolute;
    left: 15px;
}
.photo-next{
    position: absolute;
    left: 600px;
}

.photo-popup{
    border: 1px;
    max-width: 1500px !important;
    min-width: 1100px;
    padding: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 1000px;
    height: 640px;
    min-height: 640px;
    z-index: 99999;
    display: none;
}
.photo-square{
    width: 160px !important;
    height: 160px !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.4),0 1px 0 1px rgba(255,255,255,.1);
}
.instaphoto-container{
    width: 20%;
    display: inline-block;
    color: #999;
    padding: 5px 0 4px;
    vertical-align: top;
    height: 225px !important;
}
.text-center{
    text-align: center !important;
}
.uppercase{
    text-transform: uppercase !important;
}
.no-decoration{
    text-decoration: none !important;
}
.display-none{
    display: none;
}
.instaphoto-wrapper{
    margin: 0 13px;
}
.instaphoto-header, .instaphoto-footer{
    position: relative;
}
.instaphoto-header{
    height: 20px;
    line-height: 20px;
    padding-bottom: 6px;
}
.instaphoto-header-time, .instaphoto-footer-stats{
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    opacity: 0;
    text-align: center;
}
.instaphoto-footer{
    line-height: 20px;
    padding-top: 4px;
    -webkit-transition: opacity .3s ease-out 0;
    -moz-transition: opacity .3s ease-out 0;
    -o-transition: opacity .3s ease-out 0;
    transition: opacity .3s ease-out 0;
}
.instaphoto-footer-stats{
    margin: 0;
    padding: 0;
}
.instagram-comment{
    font-size: 16px;
}
.club-photo{
    text-align: center;
    height: 166px !important;
}
.photo-item{
    max-width: 166px !important;
    max-height: 166px !important;
}
.photo-item img{
    max-width: 166px !important;
    max-height: 166px !important;
}
.player-photo_add {
    color: #fff;
    font-size: 15px;
    /*line-height: 25px;*/
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: #78aeae;
    padding: 0 10px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 160px;
}
.players-search-page .ui.dropdown .menu .item {
            font-size: 12px !important;
    }
.player-comparison-block{
    width: 600px;
    height: 60px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    padding: 3px;
    margin: 5px;
    max-width: 600px;
    display: inline-block;
}
.player-comparison-legend{
    width: 40px;
    height: 5px;
    margin-top: -4px;
    vertical-align: middle;
}
.legend-container{
    height: 10px;
    padding: 3px;
}
.club-logo-container{
    min-width: 210px;
    height: 200px;

}
.club-portrait-coach img{
    width: 70px;
    height: 80px;
}
.club-portrait-coach p{
    font-size: 11px;
}
.club-portrait-coaches{
    min-width: 330px;
}
.club-portrait-coach{
    display: inline-block;
    margin-right: 8px;
}
.background-good{
    background: #e3edb9 !important;
}
.background-bad{
    background: #e2a5b4 !important;
}
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.style-six2 {
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
#dropzone-container{
    width: 100%;
    height: 200px;
    border: 4px dashed #c0c0c0;
    margin-top: 20px;
}
.fileinput-label{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    font-size: 22px;
    height: 50px;
    text-align: center;
}
.fileinput-label span{
    font-size: 16px;
}
.fileinput-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
    font-size: 18px;
    width: 200px;
    height: 50px;
    background: #ecf0f1;
    border: 2px solid #2c3e50;
    border-radius: 2px;
}
.season-selector{
    width: 200px;
    height: 32px;
    margin-top: -1px;
}
.input-new{
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    height: 22px;
    padding: 2px;
}
.margin-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.amcharts-balloon-div div{
    max-width: 350px !important;
}
.balloon-div{
}
.season-balloon{
    min-height: 100%;
    vertical-align: top;
    background: #c0c0c0;
    display: none !important;
}
.no-pointer-events{
    pointer-events: none !important;
}
#map {
    height: 400px;
}
#clubs-map {
    height: 400px;
}
.player-partners-item i.flag:not(.icon):before{
    height: 14px;
}

.disable-hover,
.disable-hover *, canvas {
  pointer-events: none !important;
}
.player-item{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#team-photos, #team-tables{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.graph-span {
    text-align: left;
    float: left;
}
.map-popup {
    width: 200px;
}
.map-popup .leaflet-poup-content{
    text-align: center;
}
.leaflet-marker-icon{
    margin-top: -43px !important;
}
.leaflet-marker-shadow{
    margin-top: -50px !important;
    margin-left: -18px !important;
}
.custom-divider{
    left: 100% !important;
}
.custom-divider:before, .custom-divider:after{
    height: 120% !important;
}
.custom-divider:after{
    top: 20% !important;
}
.fan-item{
    height: 95px !important;
    width: 145px !important;
}
.player-clubs-list .option-link{
    border-right: none !important;
}
.highcharts-axis-labels span {
    text-decoration: none !important;
}
.highcharts-drilldown-axis-label{
    text-decoration: none !important;
}
text tspan, text {
    text-align: center !important;
}
.highcharts-data-labels text tspan{
    text-shadow: none !important;
    color: black !important;
    fill: black;
    font-size: 7px !important;
}
.score{
    font-size: 22px;
    font-weight: bold;
}
.match-date{
    font-weight: 300;
}

.highcharts-tooltip path{
    stroke: #c0c0c0 !important;
}
.tooltip-header{
    background: #141414 !important;
    color: #ecf0f1 !important;
    font-size: 14px;
    border-bottom: 2px solid #c0c0c0;
    padding: 8px;
}
.highcharts-tooltip > span {
    min-width: 160px;
    background: rgba(255,255,255,1);
    border: 2px solid #141414;
    box-shadow: 1px 1px 4px #888;
    border-radius: 4px;
    padding-bottom: 5px;
}

#chart-tooltip{
    width: 938px;
    height: 90px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: 1px 1px 4px #888;
}
#chart-tooltip-header{
    font-weight: bold;
    width: 930px;
    height: 20px;
    border-bottom: 2px solid #c0c0c0;
    text-align: center;
    padding: 4px;
}
#chart-tooltip-content{
    padding: 8px;
}
.tooltip-block{
    float: left;
    text-align: left;
    border-right: 2px solid #c0c0c0;
    padding-right: 6px;
    padding-left: 6px;
    min-width: 120px;
}
.club-indicators-list-block{
    margin-left: 20px;
    border-left: 2px solid #c0c0c0;
    padding: 8px;
}
.club-indicators-list-head{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.color-teal{
    color: #16a085;
}

.loader-large {
    background: #ffffff url('/static/images/loader-large.gif') center no-repeat;
    height: 100px;
}
