html {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: inherit;
}
body {
	margin: 0;
	font-family: "DM Sans",-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 24px;
	color: #251d1e;
  font-size: 1em;
  font-weight: 400;
}
h2 {
	font-size: 41px;
  line-height: 116.7%;
  margin-bottom: 0;
	font-weight: 400;
}
p {
	font-size: 1em;
	line-height: 24px;
}
a, a:visited {
	color: #000;
}
img {
  height: auto;
  max-width: 100%;
}
.yt-video-header iframe {
	height: 100%;
	aspect-ratio: 16 / 9;
}
.clear {clear: both;}
.w66 {width: 66.66%;}
.w80 {width:80%}
.row::before, .row::after {
  display: table;
  content: ' ';
  clear: both;
}

.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-medium{font-weight:500;}
.text-upper{text-transform: uppercase;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-50 {margin-top: 50px;}
.mt-100 {margin-top: 100px;}
.mb-20 {margin-bottom: 20px;}
.md-none {display: none;}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
.container {
  max-width: 746px !important;
	flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
/* vertical center */
.flex-centered {
  display: flex;
  align-items: center;
}
.offset-3 {
	margin-left: 25%;
}
.column:not(:last-child) {
  margin-bottom: calc(1.5rem - 15px);
}
.header-top {
	background-color: #354d37;
	text-align: center;
	padding: 35px 0;
}
.header-top p {
	color: #FFF;
	font-size: 22px;
  font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.header-bottom {
	background-color: #df7460 !important;
	padding-bottom: 320px;
	text-align: center;
}
.header-bottom h1 {
	color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
	margin: 0;
	font-size: 61px;
  line-height: 79px;
  font-weight: 700;
}
.header-bottom h1 span {
	font-size: 34px;
  display: block;
  line-height: 44px;
}
.header-bottom svg {
	position: absolute;
  left: 105px;
  top: 280px;
  cursor: pointer;
  z-index: 100;
}
.header-book {
	position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.references {
	padding-top: 280px;
}
.ref {
	margin-bottom: 18px;
}
.ref1 .ref-text::before {
	content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -30px;
  border-left: 20px solid transparent;
  border-right: 13px solid #354d37;
  border-bottom: 30px solid transparent;
}
.ref-text {
	background: #354d37;
  padding: 15px 20px;
  font-weight: 500;
  position: relative;
  margin-left: 13px;
	margin-top: 20px;
}
.ref-text p {
	margin: 0;
	color: #FFF;
	font-weight: 500;

}
.ref1 .ref-desc {
	margin-left: 15px;
}
.ref-desc span {
	display: block;
  font-weight: 500;
}
.ref-desc a {
	color: #000;
	text-decoration: none;
}
.ref2 .flex-centered {
	justify-content: flex-end;
}
.ref2 .ref-desc {
	margin-right: 15px;
}
.ref2 .ref-text::before {
	content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
	left: unset;
  right: -30px;
  border-left: 30px solid #354d37;
  border-right: 13px solid transparent;
  border-bottom: 30px solid transparent;
}
.tereza-info {
	margin-top: 65px;
	display: flex;
	flex-flow: row wrap;
}
.tereza-info .info-top {
	padding: 45px 50px 50px 50px;
	background-color: #df7460;
	border-radius: 5px 5px 0 0;
	color: #FFF;
}
.tereza-info .info-top h2 {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
  font-size: 22px;
}
.tereza-info .info-top h2 span {
	display: block;
  text-transform: none;
  font-size: 70px;
  line-height: 90px;
}
.tereza-info .info-top p {
	padding: 15px;
	margin: 0;
}
.tereza-cite {
	background-color: #8b493c;
	border-radius: 0 0 5px 5px;
	padding: 45px 0 45px 50px;
	color: #FFF;
	position: relative;
	clear: both;
}
.tereza-cite::after {
	content: url('img/cite.svg');
  position: absolute;
  line-height: 0;
  width: 91px;
  height: 96px;
  right: 32px;
  bottom: 32px;
}
.tereza-cite .cite-left {
	width: 58%;
	float: left;
}
.tereza-cite .cite-right {
	width: 42%;
	float: right;
	font-size: 14px;
	text-align: center;
}
.tereza-cite .cite-right figure {
	width: 195px;
  text-align: center;
  position: absolute;
  top: -36px;
  right: 90px;
	margin: 0;
}
.tereza-cite .cite-right img {
	width: 73px;
  height: 73px;
  border-radius: 100%;
  box-shadow: 0 0 0 8px #8b493c;
}
.bolest-domaci h2, .paska h2, .it-works h2 {
	font-size: 41px;
  line-height: 116.7%;
  margin-bottom: 0;
	font-weight: 400;
}
.bolest-domaci h2 span {
	display: block;
	font-weight: 500;
}
.bolest-box {
	background-color: #df7460;
	border-radius: 5px;
	padding: 25px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	margin-top: 30px;
}
.boxes, .tabulka {
	display: flex;
	flex-flow: row wrap;
	column-gap: 30px;
}
.boxes > * { flex: 1; }
.boxes .bolest-box, .tabulka .tabulka-left, .tabulka .tabulka-right {
	display: flex;
	flex-flow: column;
	width: 50%;
}
.video {
	margin-top: 30px;
}
.first-block {
	border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px 5px 0 0;
	padding: 40px 80px 50px;
	margin-top: 30px;
}
.first-block h2 {
	font-weight: 400;
  font-size: 34px;
  line-height: 116.7%;
}
.first-block h2 strong {
	color: #df7460;
	font-weight: 500;
	margin-bottom: 30px;
}
.first-block p {
	font-size: 14px;
	margin-top: 0;
}
.second-block {
	border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px 5px 0 0;
	padding: 35px 80px 20px;
}
.second-block span {
	font-size: 24px;
  line-height: 133.7%;
}
.second-block strong {
	font-weight: 500;
  display: block;
}
.second-block svg {
	margin-top: 15px;
}
.btn {
	display: inline-block;
  padding: 25px 40px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  transition: all .3s;
  background: #df7460;
  line-height: 1.2;
	border-radius: 5px;
	text-decoration: none;
}
.btn:hover {
	background-color: #d64f36;
}
.btn-light-green {
	background-color: #39ad53;
}
.btn-light-green:hover {
	background-color: #2c8741;
}
.btn-gray {
	background-color: grey;
}
.btn-gray:hover {
	background-color: #676767;
}
.not-online {
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
}
.not-online > * { flex: 1; }
.not-online div {
	display: flex;
	flex-flow: column;
}
.not-online h2 {
	font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -.04em;
}
.not-online .kniha-box {
	margin: 20px 0 0 90px;
}
.not-online .kniha-box span {
	font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  background-color: #df7460;
  padding: 10px;
  color: #fff;
	display: inline-block;
}
.not-online .kniha-box span:first-child {
	border-radius: 5px 5px 5px 0;
}
.not-online .kniha-box span:nth-child(2) {
	border-radius: 0 0 5px;
}
.not-online .kniha-box span:nth-child(3) {
	border-radius: 0 0 5px 5px;
}
.second-video .bolest-box {
	padding: 25px 70px;
}
.bonuses {
	margin-top: 40px;
}
.bonuses h2 {
	font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -.04em;
	margin-bottom: 30px;
}
.bonus-box {
	display: flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  background-repeat: no-repeat;
	padding: 65px 0 65px 35px;
	margin-top: 20px;
}
.bonus-box:first-of-type {
	background-image: url('img/mobil.png');
	background-position: 95% -110%;
  background-size: 125px auto;
	margin: 0;
}
.bonus-box:nth-of-type(2) {
	background-image: url('img/mobil-video.png');
	background-position: 107%;
  background-size: 207px auto;
}
.bonus-box span {
	font-weight: 500;
  font-size: 22px;
  line-height: 133.7%;
  letter-spacing: -.04em;
  max-width: 395px;
	margin-left: 30px
}
.bonus-box.bonus {
	display: block;
	padding: 25px 60px 35px 30px;
}
.bonus-box.bonus .box-title {
	display: flex;
  align-items: center;
}
.bonus-box.bonus .box-title h3 {
	font-weight: 500;
  font-size: 22px;
  line-height: 133.7%;
  letter-spacing: -.04em;
	margin-bottom: 0;
	margin-top: 0;
}
.bonus-box.bonus .box-title::before {
	content: "Bonus";
  font-size: 11px;
  font-weight: 700;
  background: #354d37;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 8px;
  vertical-align: middle;
}
.bonus-box.bonus p {
	margin-top: 20px;
}
.green-notice {
	padding: 30px 75px 25px;
	color: #FFF;
	background-color: #354d37;
	text-align: center;
	border-radius: 5px;
}
.green-notice p {
	margin: 0;
}
.second-b-block .first-block, #kinesio .buy-box {
	display: flex;
	flex-flow: row wrap;
	border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px 5px 0 0;
	padding: 40px 65px 30px;
}
/*.second-b-block .first-block div {
	display: flex;
	flex-flow: column;
}*/
.second-b-block .first-block > * , #kinesio .buy-box >*{ flex: 1; }

.multimedia span {
	font-weight: 500;
  font-size: 29px;
  line-height: 116.7%;
  letter-spacing: -.04em;
	color: #354d37;
}
.second-b-block .first-block .price, #kinesio .buy-box .price {
	margin-top: 30px;
  font-weight: 700;
  font-size: 26.4px;
  line-height: 133.7%;
  letter-spacing: .12em;
  background: #354d37;
  padding: 11px 10px 10px;
  border-radius: 6px 3px 3px 6px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
}
.second-b-block .first-block .price::before, #kinesio .buy-box .price::before {
	position: absolute;
  content: "";
  left: unset;
  border-radius: 5px;
  right: -19px;
  top: 7px;
  height: 42px;
  width: 42px;
  z-index: -1;
  background: #354d37;
  transform: rotate(45deg);
}
.sezeni span, #kinesio .buy-box .kurz span {
	font-weight: 500;
  font-size: 29px;
  line-height: 116.7%;
  letter-spacing: -.04em;
	color: #df7460 !important;
}
.sezeni .price.opposite, #kinesio .buy-box .kurz .price.opposite {
	background-color: #df7460;
	margin-left: 18px;
}
.sezeni .price.opposite::before, #kinesio .buy-box .kurz .price.opposite::before {
  right: unset;
  left: -18px;
  background: #df7460;
}
.second-b-block .second-block {
	padding: 30px 45px;
	border-radius: 0 0 5px 5px;
}
.second-b-block .second-block .btn {
	width: 100%;
}
.ref-bottom {
	padding-top: 0;
	margin-top: 40px;
}
.ref-bottom h2, .more-ref h2 {
	font-weight: 400;
  font-size: 34px;
  line-height: 116.7%;
	padding-bottom: 15px;
}
#more-ref, #more-ref2 {
	display: none;
}
.btn-green {
	cursor: pointer;
  display: inline-block;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all .3s;
  background: #354d37;
  line-height: 1.2;
	border-radius: 5px;
	text-align: center;
}
.final {
	margin-top: 60px;
	margin-bottom: 50px;
}
.final h2 {
	font-weight: 400;
  font-size: 34px;
  line-height: 116.7%;
	margin-bottom: 30px;
}
.topic-block {
	border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
	padding: 30px 60px 35px;
}
.topic-list {
	padding-left: 0;
}
.topic-list li::before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2LjVDMCA3LjM4NzMgNy4zODczIDAgMTYuNSAwQzI1LjYxMjcgMCAzMyA3LjM4NzMgMzMgMTYuNUMzMyAyNS42MTI3IDI1LjYxMjcgMzMgMTYuNSAzM0M3LjM4NzMgMzMgMCAyNS42MTI3IDAgMTYuNVpNMTUuNTU4IDIzLjU2MzRMMjUuMDU5IDExLjY4NzFMMjMuMzQxMSAxMC4zMTI4TDE1LjI0MjEgMjAuNDM2NUw5LjUwNDI2IDE1LjY1NDlMOC4wOTU4NSAxNy4zNDVMMTUuNTU4IDIzLjU2MzRaIiBmaWxsPSIjMzU0RDM3Ii8+Cjwvc3ZnPgo=);
  line-height: 0;
  margin-right: 20px;
}
.topic-list li {
font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.final .first-block .subtitle {
	font-size: 1.4444rem;
}
footer {
	padding: 20px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 25px;
  }
	.header-book {
		padding: 0 25px;
	}
	.references {
		padding-top: 180px;
	}
	.w66 {
		width: 100%;
	}
	.offset-3 {
		margin-left: 0;
	}
	.references .ref {
		padding: 15px 0;
	}
	.references .ref2, .more-ref .ref2, .more-ref2 .ref2 {
		padding-right: 15px;
	}
	.tereza-info {
		padding: 0;
		border-radius: 0;
	}
	.tereza-info .info-top {
		border-radius: 0;
	}
	.tereza-info .tereza-cite {
		padding: 120px 20px 50px;
	}
	.tereza-info .cite-left {
		float: none;
		width: 100%;
		text-align: center;
		z-index: 100;
		position: relative;
	}
	.tereza-info .cite-right {
		float: none;
		width: 100%;
	}
	.tereza-info .cite-right figure {
		left: 50%;
		transform: translate(-50%, -50%);
		top: 30px;
	}
	.bolest-domaci {
		text-align: center;
	}
	.bolest-domaci .boxes {
		display: block;
	}
	.bolest-domaci .boxes .bolest-box {
		width: 100%;
	}
	.first-block, .second-block {
		border-radius: 0;
		padding: 20px;
	}
	.not-online {
		text-align: center;
		display: block;
	}
	.second-video .bolest-box, .green-notice {
		padding: 25px;
	}
	.bonuses {
		text-align: center;
	}
	.bonus-box {
		padding: 20px;
		background-image: url('') !important;
		text-align: left;
	}
	.bonus-box span {
		font-size: 18px;
		text-align: left;
	}
	.second-b-block {
		text-align: center;
		display: block;
	}
	.second-b-block .container, .final .container {
		padding: 0;
	}
	.second-b-block .first-block, .second-b-block .second-block, .final .topic-block, .final .first-block  {
		border-radius: 0;
	}
	.second-b-block .sezeni {
		text-align: center;
		margin-top: 30px;
	}
}
/* KINESIO */
#kinesio p {
	font-size: 18px;
}
#kinesio .header-bottom {
	text-align: left;
	background-image: url(img/header-kinesio.png);
  background-size: 666px 444px;
  background-repeat: no-repeat;
  background-position-x: 80%;
	padding-bottom: 15px;
}
#kinesio .header-bottom h1 {
	font-size: 48px;
	line-height: 1.3;
	font-weight: normal;
	padding: 50px 0 35px;
}
#kinesio .references {
	padding-top: 60px;
}
#kinesio .info-top h2 {
	max-width: 350px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
	margin-top: 0;
}
#kinesio .special-arrows {
	padding-left: 0;
}
#kinesio ul.special-arrows li {
  display: flex;
  align-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-left: 14px;
  position: relative;
  list-style: none;
  color: #fff;
  margin-top: 20px;
}
#kinesio ul.special-arrows li::before {
  transform: translateY(3px);
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuOTQ4OTQgNS4yNDM3OUw0Ljk1MTIzIDQuMjQyOTJMOS4yMDkwMyA4LjVMNC45NTEyMyAxMi43NTcxTDMuOTUwMzYgMTEuNzU2Mkw3LjIwODY5IDguNDk3ODhMMy45NTAzNiA1LjIzOTU0TDMuOTQ4OTQgNS4yNDM3OVpNNy43OTA5NCA1LjI0Mzc5TDguNzkzOTQgNC4yNDI5MkwxMy4wNTEgOC41TDguNzkzOTQgMTIuNzU3MUw3Ljc5MjM2IDExLjc1NjJMMTEuMDUwNyA4LjQ5Nzg4TDcuNzkyMzYgNS4yMzk1NEw3Ljc5MDk0IDUuMjQzNzlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  margin-right: 7px;
}
#kinesio .tereza-cite {
	padding: 35px 0 45px 50px;
}
#kinesio .cite-right figure {
	right: 40px;
	text-align: right;
}
#kinesio .tereza-cite::after {
	content: '';
}
#kinesio .cite-right figure::after {
  content: url('img/cite-kinesio.svg');
  position: absolute;
  line-height: 0;
  width: 53px;
  height: 56px;
  right: 5px;
  top: 150px;
}
#kinesio .tereza {
	clear: both;
	padding-right: 50px;
}
#kinesio .buy {
	background-color: #df7460;
	padding: 100px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
#kinesio .buy-box, #kinesio .buy-button {
	background-color: #FFF;
	border-radius: 5px 5px 0 0;
	border: 0;
	padding: 40px 60px 50px;
}
#kinesio .buy-button {
	border-radius: 0 0 5px 5px;
	padding-top: 30px;
	
}
#kinesio .buy-button .btn {
	width: 100%
}
#kinesio .first-block {
	padding: 35px 60px 55px;
}
#kinesio .green-notice {
	text-align: left;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1MyA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwLjIzMTcgNDYuMzk2NEMzNS4xNDg4IDQ1LjQ2NDggMzguNjA1IDQxLjg4MiA0MC42MDAzIDM1LjY0NzhDNDEuNTk4IDMyLjU2NjUgNDIuMDk2OSAyOS41MjExIDQyLjA5NjkgMjYuNTExNUM0Mi4wOTY5IDI2LjE1MzIgNDIuMDk2OSAyNS44MzA4IDQyLjA5NjkgMjUuNTQ0MUM0Mi4wMjU2IDI1LjMyOTIgNDEuOTU0MyAyNC43OTE3IDQxLjg4MzEgMjMuOTMxOUwzMC4yMzE3IDIzLjkzMTlMMzAuMjMxNyAwLjQ5OTk5OEw1MyAwLjVMNTMgMjIuMTA0NkM1MyAzMi43MDk5IDUwLjg5NzggNDAuODc4OCA0Ni42OTMzIDQ2LjYxMTNDNDIuNDg4OCA1Mi4zNDM5IDM3LjAwMTYgNTUuNjQwMSAzMC4yMzE3IDU2LjVMMzAuMjMxNyA0Ni4zOTY0Wk0tMi45MzE0MWUtMDYgNDYuMzk2M0MzLjkxOTQzIDQ1Ljc1MTQgNi45MTI0NSA0My41MzAxIDguOTc5MDYgMzkuNzMyMkMxMC45NzQ0IDM1LjkzNDQgMTEuOTcyMSAzMS41NjMzIDExLjk3MjEgMjYuNjE5QzExLjk3MjEgMjYuMTg5MSAxMS45NzIxIDI1Ljc1OTEgMTEuOTcyMSAyNS4zMjkyQzExLjkwMDggMjQuODk5MiAxMS43OTM5IDI0LjQzMzUgMTEuNjUxNCAyMy45MzE5TC05LjY3NWUtMDcgMjMuOTMxOUwxLjA4MDk4ZS0wNiAwLjQ5OTk5NUwyMi44NzUyIDAuNDk5OTk3TDIyLjg3NTIgMjIuMTA0NkMyMi44NzUyIDMwLjYzMTggMjEuMDkzNyAzOC4yMjc0IDE3LjUzMDUgNDQuODkxNkMxMy45Njc0IDUxLjYyNzMgOC4xMjM5MSA1NS40OTY4IC0zLjgxNDdlLTA2IDU2LjVMLTIuOTMxNDFlLTA2IDQ2LjM5NjNaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjE1Ii8+Cjwvc3ZnPgo=);
    background-color: #354d37 !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 53px 56px;
  background-position: 93%;
  padding: 20px 50px;
  border-radius: 5px;
}
#kinesio .green-notice p {
	max-width: 512px;
	font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 122.2%;
  color: #fff;
  margin: 0;
}
#kinesio .first-block h2 {
	font-size: 41px;
}
.tabulka h2 {
	font-weight: 400;
	font-size: 41px;
}
.tabulka {
	column-gap: 0;
}
.cross {
  color: hsla(0,0%,100%,.5);
  position: relative;
}
.cross::after {
  content: "";
  height: 2px;
  width: 127px;
  transform: rotate(-10deg);
  bottom: 22px;
  left: 0;
  display: block;
  position: absolute;
  background: #fff;
}
#kinesio .zavadeci p {
	font-size: .875rem;
	margin-top: 35px;
}
#kinesio .zavadeci {
	padding-top: 30px;
	padding-bottom: 30px;
}
#kinesio .zavadeci h2 {
	font-size: 34px;
	margin-bottom: 20px;
}
#kinesio .pro-koho {
	max-width: 656px !important;
}
#kinesio .bonus-box:first-of-type {
	background-image: url('img/tabulka.webp');
	background-position: 95% 20%;
  background-size: 194px auto;
	margin: 0;
}

#kinesio ul {
	list-style: none;
	padding-left: 0;
}
#kinesio ul li {
	font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  list-style: none;
  display: flex;
  align-items: center;
	margin-top: 20px;
}
#kinesio ul li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2LjVDMCA3LjM4NzMgNy4zODczIDAgMTYuNSAwQzI1LjYxMjcgMCAzMyA3LjM4NzMgMzMgMTYuNUMzMyAyNS42MTI3IDI1LjYxMjcgMzMgMTYuNSAzM0M3LjM4NzMgMzMgMCAyNS42MTI3IDAgMTYuNVpNMTUuNTU4IDIzLjU2MzRMMjUuMDU5IDExLjY4NzFMMjMuMzQxMSAxMC4zMTI4TDE1LjI0MjEgMjAuNDM2NUw5LjUwNDI2IDE1LjY1NDlMOC4wOTU4NSAxNy4zNDVMMTUuNTU4IDIzLjU2MzRaIiBmaWxsPSIjMzU0RDM3Ii8+Cjwvc3ZnPgo=);
  line-height: 0;
  margin-right: 20px;
}
#kinesio .bonus-label {
	font-size: 12px !important;
  font-weight: 700;
  background: #354d37;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
	margin-left: 0;
}
#kinesio .bonus p {
	font-size: 22px;

}
#kinesio .bonus-box.bonus {
	padding: 25px 60px 15px 30px;
	padding: 25px 60px 15px 30px;
}
#podekovani .top-logo {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
#podekovani .top-logo .ssf-logo, #podekovani .top-logo .td-logo  {
	display: flex;
  flex-flow: column;
  width: 50%;
}
#podekovani .top-logo .td-logo  {
	display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
#podekovani .top-logo .td-logo  img {
	height: 77px;
}
#podekovani h1 {
	display: block;
  margin-block-start: .83em;
  margin-block-end: .83em;
	font-weight: 400;
  font-size: 34px;
	margin-bottom: 30px;
	line-height: 60px;
}
#podekovani .sleva p {
	font-size: 1.25rem;
	font-weight: 500
}
#podekovani .multimedia .price, #podekovani .multimedia .price::before {
	background: #df7460;
}
#podekovani .multimedia span {
	color: #df7460;
}
#podekovani .price.opposite, #podekovani .price.opposite::before {
	background-color: #d8aa56;
}
#podekovani .sezeni span {
	color: #d8aa56 !important;
}
#podekovani h2 {
	font-size: 1.77rem;
	color: #39ad53;
	font-weight: 600;
}
#podekovani .specialni-cena {
	display: block;
  background: 0 0;
  padding: 30px;
  color: #39ad53;
  font-size: 80px;
  font-weight: 700;
	margin: 20px 0 0;
}
#podekovani .cena-notice {
	font-size: 14px;
	font-weight: 600;
}
#podekovani .upsell {
	margin-top: 30px;
}
#podekovani .upsell > * { flex: 1;}
#podekovani .upsell {
	display: flex;
	flex-flow: row wrap;
  column-gap: 30px;
}
#podekovani .upsell div {
	display: flex;
  flex-flow: column;
  width: 50%;
}
#podekovani .btn {
	font-size: 1.25rem;
}
#podekovani .references {
	padding-top: 0;
	margin-top: 60px;
}
#podekovani .references h2 {
	font-size: 34px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 500;
}
#oos h1 {
	font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
	text-align: center;
}
#oos ol h2 {
	font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 110%;
}
#oos .oos-title::marker {
	font-size: 1.5rem;
	font-weight: 600;
}