#breadcrumbs {
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin: 15px 0;
    margin-bottom: 25px;
}
.counter-container {
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.slider-overlay {
    background-color: rgba(25, 26, 38, 0.73);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.bk-synopsis-container {
    overflow: hidden;
    position: relative;
}
.bk-synopsis-content h2 {
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 50px;
}
.bk-synopsis-container .container::after {
    opacity: 0;
}
.bk-synopsis-header h1 {
    color: #191a26;
    font-size: 26px;
    font-weight: 600;
}
.sh-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bksh-left, .bksh-right {
    width: 47%;
    margin: auto;
}
.bksh-left {
    margin-right: 3%;
}
.bksh-right {
    margin-left: 3%;
}
.syn-stavki .bksh-right {
    padding-left: 0;
}
.bks-meta-main {
    clear: both;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bks-meta-main-left, .bks-meta-main-right {
    width: 30%;
    float: left;
    line-height: 1.6;
}
.bks-meta-main-left {
    text-align: left;
    width: 70%;
}
.synopsis-cats {
    display: inline;
    color:#989898;
    text-decoration: underline;
}
.bks-meta-main-right {
    text-align: right;
    flex:none;
}
.bks-mm-date, .bks-mm-views {
    display: inline;
    margin-left: 15px;
}
.bks-mm-date::before, .bks-mm-views::before {
    font-family: 'Sportotvet';
    margin-right: 5px;
    color: #d0d0d0;
} 
.bks-mm-date::before {
    content: '\e904';
}
.bks-mm-views::before {
    content: '\e906';
}

.bks-meta {
    border-top:1px #bdbdbd solid;
    border-bottom: 1px #bdbdbd solid;
    text-align: center;
    padding: 10px 0;
}
.bks-meta a:hover span {
    color:#00e676;
}
.bks-meta span {
    font-weight: 500;
    margin: 0 10px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.bk-sm-date::before, .bk-sm-place::before, .bk-sm-tour::before {
    font-family: 'Sportotvet';
    color:#00e676;
    margin-right: 5px;
    position: relative;
    top:2px;
    font-size: 16px;
}
.bk-sm-date::before {
    content: '\e937';
}
.bk-sm-place::before {
    content: '\e947';
}
.bk-sm-tour::before {
    content: '\e91b';
}
.bks-short-synopsis {
    padding: 15px 0;
}
.bks-short-synopsis p {
    margin: 0;
}
.bks-share-block {
    text-align: center;
    border-bottom: 1px #bdbdbd solid;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.bks-share-block .share-button .button-count {
    color: #a2a2a2;
    font-weight: 400;
    font-size: 14px;
}
.bks-share-block .share-button::before {
    left: 0px;
    top: 0;
    font-size: 24px;
}
.bks-subscribe {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bks-subscribe .bs-title {
    color: #191a26;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
}
.bks-subscribe input[type="email"] {
    border: 1px #868686 solid;
    border-radius: 20px;
    width: 100%;
    padding-left: 45px;
    margin-bottom: 0;
    max-width: 300px;
}
.bks-subscribe .bs-form {
    width: 65%;
    position: relative;
    margin: auto;
    margin-left: 0;
}
.bks-subscribe .bs-form::before {
    font-family: 'Sportotvet';
    color:#191a26;
    content: '\e936'; 
    position: absolute;
    font-size: 22px;
    top: 13px;
    left: 10px;
}
.bks-subscribe .btn {
    line-height: normal;
    position: relative;
    margin: auto;
    margin-right: 0;
}
.bks-subscribe ::-webkit-input-placeholder {color:#191a26;font-size:13px;opacity: 1; transition: opacity 0.3s ease;}
.bks-subscribe ::-moz-placeholder {color:#191a26;font-size:13px;opacity: 1; transition: opacity 0.3s ease;}         
.bks-subscribe :-moz-placeholder {color:#191a26;font-size:13px;opacity: 1; transition: opacity 0.3s ease;}           
.bks-subscribe :-ms-input-placeholder {color:#191a26;font-size:13px;opacity: 1; transition: opacity 0.3s ease;}
.favorite-star::before {
	font-family: 'Sportotvet';
	content: '\e917';
	font-size: 30px;
	cursor: pointer;
	font-style: normal;
	color:#ff8e1a;
}
.fs-synopsis {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;	
}
.favorite-star.loading::before {
	width: 40px;
	height: 40px;
}

.bks-data-block {
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #191a26;
    position: relative;
    background-blend-mode: luminosity;
}
.back-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    overflow: hidden;
}
.bks-data-block .preload-image {
    opacity: 1 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.syn-stavki .bks-data-block {
    padding-bottom: 100px;
}
.sbi-bet .btn {
    color: #191a26;
    display: block;
    padding: 5px;
    text-align: center;
    line-height: normal;
    font-size: 11px;
}
.bks-db-counter {
    background-color: rgba(25, 26, 38, 0.73);
    width: 100%;
    height: 80px;
    position: relative;
}
.synopsis-content-text .likes-box {
	float: none;
	margin: auto;
	margin-top: 50px;
}
.synopsis-content-text .lb-title {
	text-align: center;
}
.synopsis-content-text .lb-buttons {
	text-align: center;
}
.synopsis-content-text .lb-buttons .lb-btn {
	float: none;
	display: inline-block;
	margin: 0 5px;
	text-align: left;
}
.syn-stavki .bks-db-counter {
    height: 50px;
}
.bks-db-teams-info {
    position: relative;
    overflow: hidden;
}
.syn-stavki .bks-db-teams-info {
	padding-bottom: 100px;
}
.bks-dbc-title {
    color:#838491;
    padding: 3px 0;
}
.bks-dbc-date {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    margin-right: 30px;
}
.bks-dbc-title.bdt-stavki, .bks-dbc-counter {
    display: inline-block;
    margin-right: 10px;
}
.bks-dbc-counter {
    position: relative;
    top: 18px;    
}
.bks-dbc-counter #deadline-messadge, .bks-dbc-counter #active-messadge {
    position: relative;
    top: -18px;    
}
.bks-db-ti-left {
    width: 35%;
    float: left;
}
.bks-db-ti-right {
    width: 35%;
    float: right;
}
.bks-stat {
	
}
.bks-stat .stb-figure {
	display: inline-block;
    margin: 0 4px;
}
.bks-db-ti-middle {
    position: absolute;
    width: 200px;
    background-color: rgba(25, 26, 38, 0.73);
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 70%;
}
.syn-stavki .bks-db-ti-middle {
    width: 300px;
    font-size: 14px;
}
.logo-team {
    margin: 30px 0;
    position: relative;
}
.logo-team-image {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}
.logo-team.face .logo-team-image {
    width: 120px;
    height: 120px;
}
.logo-team.face img {
    border-radius: 50%;
    border:3px #fff solid;
    max-width: 120px;
}
.logo-team.face.winner img {
    border-color: #00e676;
}
.logo-team.face.loser img {
    border-color: #ff4545;
}
.logo-team img {
	width: auto;
	max-width: 100%;
	height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.logo-team-image::before {
    font-family: 'Sportotvet';
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    z-index: 1;
    right:0;
    bottom: 0;
}
.logo-team.face .logo-team-image {
    right: 10px;
}
.logo-team.winner .logo-team-image::before {
    display: block;
    background-color: #00e676;
    content: '\e931';
    text-shadow: 1px 1px 1px #08bf66;   
}
.logo-team.loser .logo-team-image::before {
    display: block;
    background-color: #ff4545;
    content: '\e5cd';
    text-shadow: 1px 1px 1px #e03838;
}
.logo-team.nowinner .logo-team-image::before {
    display: block;
    background-color: rgba(25, 26, 38, 0.82);
    content: 'Н';
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    border: 1px rgba(255, 255, 255, 0.62) solid;
}
.syn-stavki .logo-team img {
    max-width: 100% !important;
	height: 100%;
}
.syn-stavki .logo-team {
    height:150px;
}
.name-team {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 500;
}
.synopsis-bet-info {
    color: #c3c3c3;
    font-weight: 300;
    text-align: left;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
}
.sbi-item {
    margin: 8px 0;
    padding: 0 10px;
}
.synopsis-bet-info .sbi-i-left {
    float: left;
}
.synopsis-bet-info .sbi-i-right {
    color:#00e676;
    font-weight: 400;
    font-size: 12px;
    float: right;
}
.syn-stavki .synopsis-bet-info .sbi-i-right {
    font-size: 14px;
}
.stavki-date {
    padding: 10px 0;
}
.stavki-date::before {
    font-family: 'Sportotvet';
    content: '\e904';
    margin-right: 10px;
}
.stavki-views {
    position: absolute;
    color: #fff;
    z-index: 1; 
    top: 15px;
    left: 30px;
}
.stavki-views::before {
    font-family: 'Sportotvet';
    content: '\e906';
    color:#00e676;
    margin-right: 10px;
}
.bks-bottom {
    background-color: rgba(25, 26, 38, 0.73); 
    color: #fff;
    position: relative;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
}
.bks-bottom a {
    color: #00e676;
    border-bottom: 1px #00e676 dashed;
}
.bks-bottom a:hover {
    border-bottom: 1px transparent dashed;
}
.bks-bet-block {
    overflow: hidden;
    padding: 10px 0;
    border: 1px #bdbdbd solid;
    background-color: #f7fffb;
}
.syn-stavki .bks-bet-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(25, 26, 38, 0.73);
    border: 0;
}
.bks-bb-bk-logo {
    float: left;
    width: 50%;
    text-align: center;
}
.bks-bb-bk-logo a {
	display: flex;
	justify-content: center;
}
.bks-bb-bk-logo img {
    width: 165px;
    height: auto;
}
.bks-bb-button {
    text-align: center;
    float: right;
    width: 50%;
    line-height: 60px;
}
.synopsis-content-text p {
    font-weight: 400;
    font-size: 1.21rem;
    font-size: 14px;
}
#second-synopsis-data {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #191a26;  
    padding: 25px 0;
}
.single-tags {
	width: 100%;
	display: flex;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}
.single-tags .single-tag {
	margin: 0 7px;
    margin-bottom: 10px;
}
.single-tags .single-tag a {
	background-color: #191a26;
    border: 1px #838491 solid;
    border-radius: 10px;
    padding: 3px 10px;
    color: #838491;
    display: block;
    font-size: 12px;
}
.single-tags .single-tag a:hover {
	background-color: #00e676;
    color: #191a26;
    border-color: #00e676;
}
.sc-data-left {
    position: relative;
    overflow: hidden;
    width: 55%;
    margin: auto 1%
}
.sc-data-right {
    color:#fff;
    width: 41%;
    margin: auto 1%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sc-data-block {
    padding-bottom: 18px;
}
.sc-data-block-left, .sc-data-block-right {
    width: 170px;
/*    background-color: #191a26;*/
    padding: 20px 0;
    text-align: center;
/*    box-shadow: inset 0px 0px 43px #12131b; */
    position: relative;
    z-index: 1;
}
.sc-data-block-left {
    float: left;
}
.sc-data-block-right {
    float: right;
}
.sc-data-block-middle {
    position: absolute;
    width: 400px;
    left: 0;
    right: 0;
    margin: auto;
}
.sc-db-m-title {
    color: #fff;
    font-size: 27px;
    text-align: center;
    font-weight: 700;
}
.sc-data-block-middle .bks-meta {
    position: relative;
    top:10px;
    border-bottom: 0;
    border-top: 1px #4d4e64 solid;
}
.sc-data-block-middle .bks-meta span {
    display: block;
    margin: 7px 0;
    border-bottom: 1px #515269 dashed;
    padding-bottom: 5px;
/*    background-color: #f7fffb;*/
    color: #c3c3c3;
    font-weight: 300;
}
.sc-data-block-middle .bk-sm-date::before, .sc-data-block-middle .bk-sm-place::before, .sc-data-block-middle .bk-sm-tour::before {
    margin-right: 15px;
}
.sc-db-team-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sc-db-team-logo {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
}
.sc-db-team-logo img {
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    margin: auto;
    width: auto;
    max-width: 100%;
/*    height: 100px;*/
    height: auto;
}
.sc-data-block.face .sc-db-team-logo img {
    border-radius: 50%;
    border:3px #fff solid;
}
.sc-data-block-bottom {
    clear: both;
    text-align: left;
    padding: 15px 0;
/*    border: 1px #bdbdbd solid;*/
    font-size: 15px;
    background-color: #292b3e;
    position: relative;
    top: 15px;
    border-left: 0;
    border-right: 0;
    color:#fff;
}
.sd-db-bet-info {
    display: inline;
    margin: 0 15px;
}
.sd-db-bet-info span {
    font-weight: 600;
    color:#00e676;
}
.sc-data-title {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    padding-left: 15px;
    color: #00e676;
}
.sc-data-title a {
    color:#fff;
    border-bottom: 1px #fff dashed;
}
.sc-data-title a:hover {
    border-bottom: 1px transparent dashed;
}
.sc-data-synopsis {
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 10px;
}
.sc-data-synopsis p {
    margin: 0;
}
.sc-data-likes {
    
}
.sc-data-right .bks-bet-block {
    margin: 0 15px;
}
.brc-share {
    margin-top: 30px;
}
.other-synopsis-team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.other-synopsis-team span {
    margin: auto 0;
}
.other-synopsis-team span.other-team {
    font-size: 16px;
    background-color: #191a26;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
    display: inline;
}
.other-synopsis-team span.current {
    background-color: #00e676;
    color: #191a26;
}

.poll-bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Bets Block */
.bets-block {
    max-width: 350px;
    background-color: #292b3e;
    color: #fbfbfb;
    padding: 20px;    
    text-align: center;
    width: 41%;
    margin: auto 1%;
}
.bets-block-title {
    padding: 4px 0;
    font-size: 16px;
}
.bets-block-title-synopsis {
    font-size: 18px;
    font-weight: 500;
    color: #00e676;
}
.bets-block-text {
    padding: 5px 0;
}
.bets-block-big-text {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    color: #00e676;
    background-color: #191a26;
    margin-top: 10px;
    border: 1px #393a44 solid;
}
.bets-block-big-text sub {
    font-weight: normal;
    font-size: 20px;
    position: relative;
    top: -10px;
    left: 20px;
    color:#fff;
}
/*-------------Poll-----------*/
.thumbs-rating-container span {
	cursor: pointer;
}
.thumbs-rating-container span:before {
	content: attr(data-text);
}
.poll-bet > div:first-child {
    padding: 35px;
    text-align: center;
    position: relative;
    border: 1px #d4d4d4 solid;   
    width: 55%;
    margin: auto 1%;
}
.thumbs-rating-container p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.thumbs-rating-container .rc-title {
    color: #191a26;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 24px;
}
.thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
    padding: 10px 40px;
    color: #191a26;
    margin: 0 30px;
    border-radius: 20px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.thumbs-rating-container .thumbs-rating-up {
    background-color: #00e676;
}
.thumbs-rating-container .thumbs-rating-down {
    background-color: #ff4545;
}
.vp-line {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+40,ffffff+100,f0f9ff+100 */
    background: rgb(230,230,230); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(230,230,230,1) 40%, rgba(255,255,255,1) 100%, rgba(240,249,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(230,230,230,1) 40%,rgba(255,255,255,1) 100%,rgba(240,249,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(230,230,230,1) 40%,rgba(255,255,255,1) 100%,rgba(240,249,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 */
    margin: 10px auto;
    max-width: 700px;
    border-radius: 20px;
}
.vp-line span {
    font-weight: 600;
    font-size: 15px;
    color: rgba(25, 26, 38, 0.77);
    position: absolute;
    left: -20px;
    top: 0;
    line-height: 40px;
    width: 100%;
    text-align: left;
}
.vp-line span::before {
    font-family: 'Sportotvet';
    content: '\e921';
    font-size: 41px;
    position: absolute;
    top: 1px;
    right: -30px;
    z-index: 1;
    color: rgba(25, 26, 38, 0.9);
    font-weight: normal;
}
.vp-line span::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.46);
    border-radius: 50%;
    right: -30px;
    top: 0;
    z-index: 0;
}
.vp-yes {
    background-color: #00e676;
    border-radius: 20px;
    height: 40px;
    position: relative;
    margin-top: 40px;
}
.vp-no {
    background-color: #ff4545; 
    border-radius: 20px;
    height: 40px;
    position: relative;
}
/* Single Synopsis */
.single-prognoz .bks-db-ti-middle {
    width: 300px;
    right: -200px;
}
.single-prognoz .sc-data-block-middle .bks-meta {
	border-top: 0;
}
.single-prognoz .sc-data-block-left {
	width: 30%;
}
.single-prognoz .sc-data-block-middle {
    padding-top: 20px;
	position: relative;
	float: left;
	width: 70%;
}
.single-prognoz .sc-data-block-middle .bks-meta {
	text-align: left;
}
.single-prognoz .sc-data-block-middle .bks-meta span {
	padding-left: 10%;
}
/* Counter */
#clockdiv{
    color: #00e676;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    font-size: 23px;
}
#clockdiv > div{
	padding: 0 15px;
	display: inline-block;
}
#clockdiv div > span{
	display: inline-block;
}
.smalltext{
    padding-top: 0;
    font-size: 11px;
    color: #fff;
}
#deadline-messadge, #active-messadge {
/*    display: none;*/
    font-size: 24px;
    font-style: normal;
    color: #00e676;
    padding-top: 8px;
}
#deadline-messadge.visible, #active-messadge.visible{
/*  display: block;*/
}
#clockdiv.hidden, #active-messadge.hidden{
/*  display: none;*/
}
@media screen and (max-width:1500px) and (min-width:1351px) {
    .sc-data-block-middle {
        width: 300px;
    }
}
@media screen and (max-width:1400px) {
    .bks-subscribe .bs-title {
        font-size: 14px !important;
    }
    .bks-subscribe .bs-form {
        width: 55% ;
    }
    #deadline-messadge, #active-messadge {
        font-size: 18px !important;
        padding-top: 5px !important;
    }
    .bks-bottom {
        font-size: 14px !important;
    }
    .bks-share-block, .bks-short-synopsis {
        padding: 10px 0 !important;
    }
    .bks-subscribe {
        text-align: center;
    }    
}
@media screen and (max-width:1400px) and (min-width:1301px) {
    .sc-db-team-logo {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width:1350px) and (min-width:1301px) {
    .bks-db-ti-left, .bks-db-ti-right {
        width: 30%;
    }
    .sc-data-block-middle {
        width: 250px;
    }
}
@media screen and (max-width:1350px) {
    .bks-data-block .preload-image {
        left: -30%;
    }    
}
@media screen and (max-width:1300px) {
    .bk-synopsis-header h1 {
        font-size: 20px !important;
    }
    .bks-meta span {
        margin: 0 5px;
    }
    .bksh-left {
        width: 39%;
        margin-right: 1%;
    }
    .bksh-right {
        width: 57%;
    }
    #second-synopsis-data, #second-synopsis-data {
        width: 100%;
    }
    .sc-data-title {
        text-align: center;
    }
}
@media screen and (max-width:1250px) and (min-width:1151px) {
    .bksh-left, .bksh-right {
        width: 100%;
        margin: auto;
    }
    .bks-data-block .preload-image {
        left: 0;
        right: 0;
        margin: auto;
    }
    .bks-subscribe .bs-form {
        width: auto;
        margin-right: 0;
        margin-left: auto;
    }
    .bks-subscribe .btn {
        margin-right: auto;
        margin-left: 10px;
    }
    .sc-data-left {
        width: 65%;
    }
    .sc-data-right {
        width: 31%;
    }
    .sc-data-right .bks-bet-block {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sc-data-right .bks-bb-bk-logo,
    .sc-data-right .bks-bb-button {
        width: 100%;
    }
    .sc-data-right .bks-bb-button {
        line-height: 30px;
    }
}
@media screen and (max-width:1200px) {
    .sc-data-block-middle {
        width: 300px;
    }
    .sc-db-team-logo {
        width: 100px;
        height: 100px;
    }
    .bk-synopsis-header h1 {
        text-align: center;
    }
}
@media screen and (max-width:1052px) {
/*
    .bks-meta-main-left, .bks-meta-main-right {
        width: 100%;
    }
*/

    .bksh-left, .bksh-right {
        width: 100%;
        margin: auto;
    }
    .bks-data-block .preload-image {
        left: 0;
        right: 0;
        margin: auto;
    }
    .bks-subscribe .bs-form {
        width: auto;
        margin-right: 0;
        margin-left: auto;
    }
    .bks-subscribe .btn {
        margin-right: auto;
        margin-left: 10px;
    }
    .sc-data-left {
        width: 65%;
    }
    .sc-data-right {
        width: 31%;
    }
    .sc-data-right .bks-bet-block {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sc-data-right .bks-bb-bk-logo,
    .sc-data-right .bks-bb-button {
        width: 100%;
    }
    .sc-data-right .bks-bb-button {
        line-height: 30px;
    }
}
@media screen and (max-width:991px) {
    .bets-block {
        display: none;
    }
    .poll-bet, .poll-bet > div:first-child {
        width: 100%;
    }
}
@media screen and (max-width:850px) {
    .sc-data-left {
        width: 100%;
    }
    .sc-data-right {
        width: 100%;
        text-align: center;
    }
    .sc-data-right .bks-bb-bk-logo, .sc-data-right .bks-bb-button {
        margin: auto;
        width: 50%;
    }
}
@media screen and (max-width:768px) {
    .sc-data-block-bottom {
        font-size: 13px;
    }
    .sc-data-block-middle {
        width: 250px;
    }
    .bk-synopsis-content h2 {
        font-size: 18px;
    }
    .other-synopsis-team span.other-team {
        font-size: 14px;
        padding: 8px 20px; 
    }
    .sc-data-left {
        margin: 0 20px !important;
    }
    .bk-synopsis-content h2 {
        line-height: 30px;
    }    
}
@media screen and (max-width:600px) {
    .sc-data-block-left, .sc-data-block-right {
        width: 100px;
    }
    .sc-db-team-name {
        font-size: 13px;
    }
    .sc-db-m-title {
        font-size: 20px;
    }
    .thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
        margin: 0 10px;
        padding: 7px 30px;
    }
    .vp-yes, .vp-no {
        height: 30px;
    }
    .vp-line span {
        line-height: 30px;
    }
    .vp-line span::after {
        width: 30px;
        height: 30px;
    }
    .vp-line span::before {
        font-size: 31px;
    }
/*
    .sc-data-block-left .sc-db-team-logo, .sc-data-block-left .sc-db-team-name {
        text-align: left;
    } 
*/
/*
    .sc-data-block-right .sc-db-team-logo, .sc-data-block-right .sc-db-team-name {
        text-align: right;
    }
*/
    .other-synopsis-team span.ost-main {
        width: 100%;
        margin-bottom: 6px;
    }
    .other-synopsis-team span.other-team {
        margin: auto 1%;
        width: 48%;
        text-align: center;
        padding: 8px 0;
    }
    .bk-synopsis-content h2 {
        text-align: center;
    }
}
@media screen and (max-width:550px) {
    .bks-data-block .preload-image {
        left: -30%;
    }     
}
@media screen and (max-width:500px) {
    .sc-data-block-middle {
        top:130px !important;
        width: 100% !important;
    }
    .sc-data-block-bottom {
        top:130px !important;
    }
    .sc-data-block {
        padding-bottom: 128px !important;
    }
    .sc-data-block-left .sc-db-team-logo, .sc-data-block-left .sc-db-team-name, .sc-data-block-right .sc-db-team-logo, .sc-data-block-right .sc-db-team-name {
        text-align: center;
    }
    .sc-data-block-left, .sc-data-block-right {
        width: auto !important;
    }    
    .bks-db-ti-right, .bks-db-ti-left {
        width: 50% !important;
    }
    .bks-db-ti-middle {
        width: 100% !important;
        color: #fff !important;
        bottom: 0 !important;
        top: auto !important;
        height: 70px !important;
    }
    .synopsis-bet-info {
        display: block;
    }
	.bks-db-teams-info {
		padding-bottom: 50px;
	}
    .synopsis-bet-info {
        height: auto !important;
        text-align: center;
    }
    .sbi-item {
        clear: none !important;
        margin: 12px 5px !important;
        display: inline-block;
    }
	.sbi-item.sbi-bet {
		position: relative;
		margin: auto !important;
		width: 200px;
		display: block;
		right: 0;
		left: 0;
		bottom: 0;		
	}
    .synopsis-bet-info .sbi-i-right {
        margin-left: 5px;
    }
    .logo-team img {
        max-width: 100% !important;
        height: 90px;
        margin-bottom: 10px;
    }
    .logo-team {
        margin-top: 10px !important;
    }
}
@media screen and (max-width:475px) {
    .bks-data-block .preload-image {
        left: -50%;
    }     
}
@media screen and (max-width:450px) {
    .bks-bet-block {
        padding: 10px 0;
    }
    .poll-bet > div:first-child {
        padding: 25px 15px;
    }
    .vp-line span {
        font-weight: 500;
        font-size: 12px;
        color: #292b3e;
        left: 20px;
        line-height: 30px;
    }
    .vp-line span::after, .vp-line span::before {
        right: 20px;
    }
    .thumbs-rating-container .rc-title {
        font-size: 19px;
    }
    .bets-block-big-text {
        font-size: 50px !important;
    }
    .bks-db-ti-middle {
        height: 100% !important;
        max-height: 75px;
    }

    .logo-team {
        margin-bottom: 70px !important;
    }
    .bks-bottom {
        line-height: 40px !important;
    }
}
@media screen and (max-width:425px) {
    .bks-data-block .preload-image {
        left: -70%;
    }    
    .thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
        margin: 0 5px;
        padding: 7px 20px;
    }
    .bks-subscribe .bs-form {
        width: 100% !important;
        float: none !important;
    }
    .bks-subscribe .btn {
        float: none !important;
        display: block !important;
        margin: 5px auto !important;
        top:0 !important;
    }
    .bks-bottom {
        font-size: 13px !important;
    }
    .sc-data-left {
        margin: 0 !important;
    }
    .sc-data-block-bottom {
        text-align: center;
    }
    .sd-db-bet-info {
        margin: 0 2px;
    }
}
@media screen and (max-width:400px) {
    .bks-bb-bk-logo, .bks-bb-button {
        width: 50%;
        margin: auto;
    }
    .bksh-right .bks-bet-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bks-bet-block {
        padding: 0;
    }
    .bks-bb-button .btn {
        padding: 7px;
    }
}
/* Author box */
.author-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px #e0e0e0 solid;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 30px;
    background-color: #fff;
}
.author-box-avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}
.author-box-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.author-box-avatar--placeholder {
    background-color: #191a26;
    color: #00e676;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.author-box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author-box-name {
    font-size: 16px;
    font-weight: 600;
    color: #191a26;
    margin-bottom: 4px;
}
.author-box-role {
    font-size: 13px;
    color: #7a7a7a;
}

@media screen and (max-width:375px) {
    #clockdiv {
        font-size: 18px !important;
    }
    #clockdiv div {
        padding: 0 5px !important;
    }
    .sc-data-block-left .sc-db-team-logo, .sc-data-block-left .sc-db-team-name, .sc-data-block-right .sc-db-team-logo, .sc-data-block-right .sc-db-team-name {
        font-size: 16px;
    }
    .sc-db-m-title {
        font-size: 22px;
    }
    .thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
        font-size: 12px;
    }
    .thumbs-rating-container {
        padding: 35px 0;
    } 
    .thumbs-rating-container .rc-title {
        padding: 0 15px;
    }
    .vp-line span {
        font-size: 11px;
        left: 14px;
        line-height: 20px;
    }
    .vp-yes, .vp-no {
        height: 20px;
    }
    .vp-line {
        margin: 10px 15px;
    }
    .vp-line span::before {
        font-size: 20px;
        top:0;
    }
    .vp-line span::after {
        width: 20px;
        height: 20px;
    }
    .vp-line span::after, .vp-line span::before {
        right: 8px;
    }
    .thumbs-rating-container .rc-title, .bets-block-title-synopsis {
        font-size: 16px;
    }
    .thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
        padding: 5px 18px;
    }
    .thumbs-rating-container p {
        font-size: 12px;
    }
    .bets-block-title {
        font-size: 14px;
    }
    .bets-block-big-text sub {
        font-size: 18px;
    }
    .bets-block-big-text {
        font-size: 40px !important;
    }    
}

