@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.btn-primary{
    height: 30px;
    border-radius: 30px;
    cursor: pointer;
    color: #FFF;
    background-color: #3772df;
    font-weight: 600;
    border: none;
    font-size: 14px;
    font-family: ProductSans, -apple-system, system-ui, sans-serif;
    padding: 0 10px;
    line-height: 5px;
}

body {
 /* margin: 0;color: #edeef0;*/
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Arial,Helvetica Neue,Helvetica,sans-serif;
  background-color: #edeef0;
  font-weight: bold; 
  color: #2b2c2d;
  margin : 0px;
}
a {
    text-decoration: none; 
   }

.Card{
    max-width: 600px;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.scoreboard{
	display: block; /*формирование блока*/
	flex-direction: column;
	background: #fff;
    border-radius: 10px;
	/*box-shadow: 0 1px 4px rgba(0,0,0,0.24);*/
	max-width: 600px;
	min-width: 360px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.data{
	padding: 15px 0;
	margin-left: 16px;
	margin-right: 12px;
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.game{
	display: flex; /*формирование блока*/
 	flex-direction: row;
 	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	height: 50px;
	position: relative;
	
}
.game:before{
    border-top: 1px dotted #dcdddf;
    content: "";
    left: 12px;
    position: absolute;
    right: 12px;
    top: -1px;
}
.Teams{
	display: block; /*формирование блока*/
	flex-direction: column;
	width: 60%;
	padding-right: 12px;
}
.Team{
	display: flex; /*формирование блока*/
 	flex-direction: row;
 	align-items: center;
 	color: #151617;
 	font-size: 16px;
 	line-height: 21px;
 	font-weight: 600;
	position: relative;

}

.logo_sm{
    height: 20px;
    width: 20px;
}
.team_logo{
	margin-right: 8px;
	margin-top: 5px;
}

.team_and_score{
	display: flex;
	flex: 1 0 auto;
	align-items: center;
}

.score_team{
	text-align: right;
	padding-left: 15px;

	flex-grow: 1;
	font-weight: 800;
}


.right{
	display: flex; /*формирование блока*/
 	flex-direction: row;
 	position: relative;
 	height: 50px;
 	align-items: center;
 	width: 40%;
}

.event_time{
	font-weight: normal;
	font-size: 11px;
    color: #48494A;
    font-weight: 600;
	margin-right: 8px;
	padding-left: 12px;
	align-self: center;
}



.right:before {
    background: #cecfcf;
    bottom: 0;
    content: "";
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}



.loser{
	color: #6c6d6f;
}


.ScoreCell__WinnerIcon {
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    z-index: 1;
}






.Button--alt {
    background-color: initial;
    border: 1px solid #3772df;
    color: #3772df;
}



.Button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;   
    border-radius: 30px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    line-height: 1;
    max-width: 200px;
    overflow: hidden;
    /*padding: 0 18px;*/
    /* margin: 2px; */
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    white-space: nowrap;
}

.custom--week.is-active .week.week-range {
    font-size: 12px;
    font-weight: 700;
}
.custom--week .week.week-range {
    font-size: 12px;
}

.custom--week .week {
    color: #48494a;
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
}

.Week {
    display: inline-block;
    height: 50px;
    position: relative;
    text-transform: uppercase;
}



.Week__wrapper {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-around;
    position: relative;

}


.custom--week {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    margin: 4px 0;
    min-height: 42px;
    text-align: center;
}





.Scoreboard__Header .Card__Content, .Scoreboard__Header.Card {
    overflow: visible;
}
.Card, .Card .Card {
    background: #fff;
}
.Card {
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0;
    position: relative;
}


.Card__Content {
    overflow: hidden;
    padding: 10px 12px;
    position: relative;
}





.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
}


.Scoreboard__Header .DatePicker {
    margin-top: 4px;
}
.DatePicker {
    height: 50px;
    margin: 12px -12px 0;
    position: relative;

}



.DatePicker__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
}

/*
.bp-mobileTablet .DateCarousel.DateCarousel__ShowArrows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0 12px;
    width: calc(100% - 25px);
}
*/
.bp-mobileTablet .DateCarousel {
    padding-left: 0;
    padding-right: 50px;
    width: 100%;
}
.DateCarousel {
    padding: 0 25px;
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(100% - 50px);
}


.Arrow--right {
    right: -10px;
   /* margin-right: -12px;*/
}

.Arrow--left {
    left: -10px;
   /* margin-left: -12px;*/
}

.Arrow svg {
    fill: #06c;
    width: 14px;
}

.Arrow {
    background: none;
    border: 0;
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 3;
    align-items: center
}


.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


.headline__h1 {
    font-size: 22px;
    font-weight: 800;
    margin:  0px;
}
.headline__h1, .headline__h2, .headline__h3, .headline__h4 {
    color: #2b2c2d;
}



.header {   
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2b2c2d;
    height: 45px;
    margin-bottom: 8px;
    width: 100%;
}

.righthead{
    display: flex;
    flex-direction: row-reverse;
}

.amfooter{
    color: #FFF;
    font-size: 22px;
    /* margin-left: 5px; */
}

.mt-5{
    margin-right: 10px;
}

.eqi{
    width: 100%;
}

.strelka_win{
    width: 16px;
}

.ScoreCell__WinnerIcon.icon__svg {
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    z-index: 1;
}
svg:not(:root) {
    overflow: hidden;
}
.icon__svg {
    fill: #000;
    height: 24px;
    width: 24px;
}

.Arrow--right{
    right: 0;
    padding-left: 10px;
}

.Arrow--left{
    left: 0px;
    padding-right: 10px;
}