.vs-banner-parent {
	min-height: 100px;
	display: flex;
	align-items: center;
	margin: 20px 0 0 0;
}

.vs-banner-parent img {
	max-height: 70px;
	margin: 15px;
	max-width: 120px;
}

.vs-banner-text {
  padding: 10px 0;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 20px 0 0;
}

.vs-banner-parent h3 {
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px !important;
	text-align: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif !important;
	flex-wrap: wrap;
	width: auto !important;
	margin: 0 0 0px 0 !important;
}


.vs-banner-parent p {
	color: #fff;
	text-align: center;
	font-size: 13px !important;
	font-weight: 400;
	text-align: center;
	margin: 0 !important;
}

.vs-banner-parent a:nth-of-type(2) {
	text-decoration: unset;
	height: fit-content;
	text-align: center;
	font-weight: 700;
	display: flex;
	margin-right: 15px;
	padding: 10px 15px;
	min-width: 70px;
	border-radius: 2px;
	font-family: 'Oswald', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
}


@media screen and (max-width: 1000px) {
	.vs-banner-parent {
		flex-direction: column;
		padding: 30px 15px;
	}
	.vs-banner-text {
		padding: 20px 0;
		padding: 0 0 20px 0;
		margin: 0 20px;
		display: block;
	}
	.vs-banner-parent a {
	margin-right: 00px;
}

}

.vs-banner-text .add-spot-margins-main{
		display: none;
	}

.sazkovky-table-vs {
    max-width: 800px;
	  background-color: #eee;
    margin:  20px 0 0 !important;
    border-collapse: collapse;
    padding: 10px 0;
}

.sazkovky-table-vs-row {
	display: flex;
	position: relative;
	padding: 5px 10px;
}

.sazkovky-table-vs .sazkovky-table-vs-row:nth-of-type(1) {
	padding: 5px 0px;
}


.sazkovky-table-vs-row-div {
	width: 25%;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sazkovky-table-vs .sazkovky-table-vs-row:before, .sazkovky-widgets-vs-div:before{
	content: '';
	width: 90%;
    border-top: 1px solid #000;
	display: block;
	position: absolute;
	top: 0;
	margin-left: 5%;
}

.sazkovky-widgets-vs-div:before{
	margin-left: unset;
}

.sazkovky-table-vs .first-tr:nth-of-type(1):before, .sazkovky-widgets-vs-div:nth-of-type(1):before{
	border: unset;
}
/*
.sazkovky-table-vs tr:nth-of-type(1)::before{
	display: none;
}
*/
.sazkovky-table-vs tr {
    background: #eee !important;
    position: relative;
}
/*
.sazkovky-table-vs .sazkovky-table-vs-img {
    width: 25%;
    font-weight: 500;
    padding: 15px 10px !important;
    text-align: center;
    min-height: 30px;
    height: 100%;
}*/
/*
.sazkovky-table-vs .sazkovky-table-vs-row:nth-of-type(1) .s {
    padding: 5px 10px !important;
}*/


.sazkovky-table-vs span {
    font-weight: 500;
    text-align: center;
    font-weight: 600;
}
.sazkovky-table-vs a, .sazkovky-widgets-vs-div a{
    background-color: #0be6af;
    padding: 7.5px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000;
    font-weight: 700;
}

.sazkovky-widgets-vs-div a {
	width: 50%;
}

.ministerstvo_varuje {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}


.sazkovky-table-vs-img {
	
	display: flex;
	align-items: center;
}


.sazkovky-table-vs tr td:nth-of-type(1) {
	vertical-align: middle;
}


.sazkovky-widgets-vs {
	display: flex;
	flex-direction: column;
}

.sazkovky-widgets-vs-div {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 10px 15px;
	position: relative;
height: 30px;
}

.sazkovky-widgets-vs-div img{
	width: 50%;
}








.recass-heading span {
	display: inline-block;
position: relative;
z-index: 1;
line-height: 1;
padding: 5px 13px;
font-family: "Roboto",sans-serif;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
text-transform: uppercase;
background: #ff005b;
color: #fff;
transform: skewX(-15deg);
}

.recass-heading {
	position: relative;
margin: 0;
font-size: 1.571428571rem;
font-style: normal;
text-align: center;
color: #000;
}

.recass-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555;
}

.sazkovky-odstranit-z-desktop {
	display: none;
}


@media screen and (max-width: 1000px) {
    .sazkovky-table-vs .sazkovky-table-vs-row:nth-of-type(1) {
        display: none;
    }
	
	.sazkovky-table-vs .sazkovky-table-vs-row {
		padding: 20px 10px;
	}
	
	.sazkovky-table-vs .sazkovky-table-vs-row {
        flex-direction: column;
    }
	.sazkovky-table-vs .sazkovky-table-vs-row-div {
        width: 100%;
        box-sizing: border-box;
    }
	
	.sazkovky-table-vs-img img {
  width: 200px;
}
	.sazkovky-table-vs .first-tr:nth-of-type(2):before{
	border: unset;
}
	
	.sazkovky-odstranit-z-desktop {
		display: block;
	}
}
