.workouttwo {
  position: relative;
  overflow: hidden;
  padding: 60px 15px;
  background-color: #1e1e1e;
}
.workouttwo-cont {
	max-width: 1440px;
	margin: 0 auto;
}

.workouttwo-title {
	font-family: Roboto;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	text-align: center;
	color: #414141;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.workouttwo-text {
	max-width: 590px;
	margin: 0 auto 70px;
	font-family: Roboto;
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.55;
	text-align: center;
	color: #ffffff;
	margin-bottom: 50px;
}

.workouttwo-infoblock {
	padding: 50px 10px;
	background-size: cover;
	margin-bottom: 50px;
}

.workouttwo-infoblock__title {
  font-family: Roboto;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #414141;
  margin-bottom: 40px;
}

.workouttwo-infoblock__content-item {
	margin-bottom: 35px;
}
.workouttwo-infoblock__content-item:last-child {
	margin-bottom: 0;
}

.workouttwo-infoblock__content-item-title {
	font-family: Roboto;
	font-size: 23px;
	line-height: normal;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.workouttwo-infoblock__content-item-value {
	font-family: Roboto;
	font-size: 23px;
	font-weight: 900;
	line-height: normal;
	color: #000000;
	text-align: center;
}

.workouttwo-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.workouttwo-tab {
	cursor: pointer;
	margin-bottom: 15px
}

.workouttwo-infoblock__content-item:nth-child(even) .workouttwo-infoblock__content-item-line {
	display: none;
}

.workouttwo-item-wrap {
	display: flex;
	justify-content: center;
}

.workouttwo-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.workouttwo-tab-title {
	font-family: Roboto;
	font-size: 18px;
	text-align: center;
	color: #dedede;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.workouttwo-tab-line {
	width: 100%;
	height: 5px;
	background-color: #f8e71c;
	visibility: hidden;
	margin: 0 auto;
}

.workouttwo-tab:hover .workouttwo-tab-line,
.workouttwo-tab.workouttwo-tab-active .workouttwo-tab-line {
	visibility: visible;
	transition: all 0.5s;
}
.workouttwo-tab:hover .workouttwo-tab-title,
.workouttwo-tab.workouttwo-tab-active .workouttwo-tab-title {
	color: #f8e71c;
	transition: all 0.5s;
}

.workouttwo-item-inner {
	text-align: center;
	margin-bottom: 40px;
}

.workouttwo-item-inner:last-child {
	margin-bottom: 0;
}

.workouttwo-item-inner__img-wrap {
	width: 290px;
	height: 258px;
	display: flex;
	overflow: hidden;
	margin-bottom: 23px;
}

.workouttwo-item-inner__img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.workouttwo-item-inner__title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.workouttwo-item-inner__who {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 300;
	color: #fafafa;
	margin-bottom: 25px;
}

.workouttwo-item-inner__who span {
  color: #c2c2c2;
}

.workouttwo-item-inner__time {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 300;
  color: #f8e71c;
}

.workouttwo-infoblock__content-item-line {
	display: none;
}

@media (min-width: 360px) {
	.workouttwo-item-inner__img-wrap {
		width: 330px;
	}
}

@media (min-width: 600px) {
	.workouttwo-item-inner {
		padding: 0 15px;
	}
	.workouttwo-infoblock__content-item {
		display: flex;
		justify-content: space-between;
	}
	.workouttwo-infoblock {
		padding: 50px 40px;
	}
}

@media (min-width: 750px) { .workouttwo-item { justify-content: flex-start; width: 720px; } }
@media (min-width: 1110px) { .workouttwo-item { width: 1080px; } }
@media (min-width: 1470px) { .workouttwo-item { width: 1440px; } }

@media (min-width: 992px) {
	.workouttwo {
		padding: 100px 15px;
	}
	.workouttwo-tabs-wrap {
		display: flex;
		margin-bottom: 0;
	}
	.workouttwo-tab {
		margin-right: 25px;
		margin-bottom: 0;
	}
	.workouttwo-tab:last-child {
		margin-right: 0;
	}
	.workouttwo-content-line {
		width: 100%;
		height: 1px;
		background-color: #979797;
		margin-bottom: 80px;
	}

}

@media (min-width: 1080px) {
.workouttwo-infoblock {
		padding: 70px 0;
		margin-bottom: 80px;
	}
	.workouttwo-infoblock__content {
		display: flex;
		flex-wrap: wrap;
	}
	.workouttwo-infoblock__content-item {
		width: 50%;
		margin: 10px 0;
		justify-content: flex-start;
		align-items: center;
		padding-left: 25px;
	}
	.workouttwo-infoblock__content-item:last-child {
		margin: 10px 0;
	}
	.workouttwo-infoblock__content-item-title {
		margin-right: 15px;
		margin-bottom: 0;
	}
	.workouttwo-infoblock__content-item-line {
		display: block;
		width: 3px;
		height: 24px;
		background-color: #4a4a4a;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {

	.workouttwo-infoblock__content-item {
		padding-left: 80px;
	}
	.workouttwo-tab {
		margin-right: 60px;
	}
}