* {
	box-sizing: border-box;
}

.peptamen-container {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.peptamen-page {
	background: #E8EDF1;
	background-image: url('/new/static/brands/peptamen/images/bg-page.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.peptamen-header {
	display: none;
	padding: 20px 16px;
	text-align: center;
}

.peptamen-header-mobile {
	display: none;
	padding: 20px;
	text-align: center;
}

.peptamen-header-mobile .text-red {
	color: #E30613;
}

.peptamen-header-mobile .text-orange {
	color: #F3934A;
}

.peptamen-header-mobile .text-green {
	color: #52AE32;
}

.peptamen-header-mobile .text-blue {
	color: #009FE3;
}

.peptamen-top {
	background-image: url('/new/static/brands/peptamen/images/bg-top.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.peptamen-top__wrapper {
	padding-left: 41%;
}

.peptamen-top__content {
	position: relative;
	max-width: 765px;
	padding: 20px 0 84px;
}

.peptamen-top__title {
	padding-left: 72px;
	font-family: "RotonBol";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	color: #193065;
}

.peptamen-top__title sup {
	vertical-align: super;
	font-size: 70%;
	line-height: 0;
}

.peptamen-top__title span {
	display: inline-block;
	width: 163px;
	font-family: "RotonBol";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	color: transparent;
	background: url('/new/static/brands/peptamen/images/junior.png') no-repeat left center;
	background-size: contain;
}

.peptamen-top__title--wrapper {
	display: flex;
	margin-bottom: 25px;
}

.peptamen-top__title--wrapper h1 {
	margin: 0;
	font-family: "RotonBol";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	color: #193065;
}

.peptamen-top__subtitle {
	max-width: 540px;
	margin-top: 11px;
	margin-bottom: 0;
	font-family: "RotonBol";
	font-size: 24px;
	line-height: normal;
	color: #00307C;
	text-align: center;
}

.peptamen-top__subtitle sup {
	vertical-align: super;
	font-size: 70%;
	line-height: 0;
}

.peptamen-header .peptamen-top__subtitle,
.peptamen-header-mobile .peptamen-top__subtitle {
	max-width: none;
}

.peptamen-top__block {
	position: relative;
	z-index: 1;
	margin-top: 27px;
	padding-left: 308px;
	padding-right: 224px;
}

.peptamen-top__img {
	max-width: 236px;
}

.peptamen-top__item {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'RotonReg';
	padding: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: #FFF;
	text-align: center;
}

.peptamen-top__item--1 {
	z-index: 1;
	top: 0;
	left: 80px;
	width: 174px;
	height: 155px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-1.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.peptamen-top__item--2 {
	top: 106px;
	left: 10px;
	width: 130px;
	height: 116px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-2.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.peptamen-top__item--3 {
	top: 124px;
	left: 147px;
	width: 174px;
	height: 153px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-3.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 24px;
	line-height: 34px;
}

.peptamen-top__item--4 {
	top: 222px;
	left: 73px;
	width: 157px;
	height: 127px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-4.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.peptamen-top__item--5 {
	top: -3px;
	right: 62px;
	width: 123px;
	height: 110px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-5.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 16px;
	line-height: 22px;
}

.peptamen-top__item--6 {
	top: 68px;
	right: 105px;
	z-index: -1;
	width: 152px;
	height: 135px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-6.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.peptamen-top__item--7 {
	top: 159px;
	right: 0;
	width: 128px;
	height: 113px;
	background-image: url('/new/static/brands/peptamen/images/top-itemt-7.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 24px;
	line-height: 36px;
}

.peptamen-top__slider-mobile {
	display: none;
}

.peptamen-content {
	margin-top: 40px;
}

.peptamen-content__wrapper {
	display: flex;
}

.peptamen-content__main {
	margin-right: 58px;
}

.peptamen-content__main h2 {
	font-family: "RotonBol";
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #00307C;
}

.peptamen-content__main p {
	margin: 18px 0 0;
	color: #1C3442;
	font-family: 'RotonReg';
	font-size: 16px;
	line-height: 22px;
}

.peptamen-sidebar__card {
	display: flex;
	flex-direction: column;
	max-width: 365px;
	padding: 24px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 15px 50px 0px #CBD1DD;
}

.peptamen-sidebar__card+.peptamen-sidebar__card {
	margin-top: 16px;
}

.peptamen-sidebar__card p {
	margin: 16px 0 0;
	font-family: 'RotonReg';
	font-size: 16px;
	line-height: 22px;
	color: #193065;
}

.peptamen-sidebar__card--benefits {
	padding: 40px;
}

.peptamen-sidebar__card--benefits img {
	max-width: 210px;
	width: 100%;
}

.peptamen-sidebar__card--benefits p {
	margin: 18px 0 0;
	font-family: "RotonBol";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #0C3B9B;
}

.sidebar-benefits__list {
	margin: 27px 0 0;
}

.sidebar-benefits__list li {
	display: flex;
	align-items: center;
	font-family: 'RotonReg';
	font-size: 16px;
	line-height: 20px;
	color: #1C3442;
}

.sidebar-benefits__list li+li {
	margin-top: 16px;
}

.sidebar-benefits__list li svg {
	margin-right: 8px;
	flex-shrink: 0;
}

.sidebar-benefits__list li sup {
	vertical-align: super;
	font-size: 70%;
	line-height: 0;
}

.peptamen-promotion {
	margin-top: 26px;
}

.peptamen-promotion__wrapper {
	display: flex;
	justify-content: space-between;
}

.peptamen-promotion__cards {
	width: calc(100% / 3 - 8px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.peptamen-promotion__card {
	padding: 24px;
	border-radius: 16px;
}

.peptamen-promotion__card+.peptamen-promotion__card {
	margin-top: 16px;
}

.peptamen-promotion__card--1 {
	background: #D63636;
}

.peptamen-promotion__card--2 {
	background: #71B64B;
}

.peptamen-promotion__card--3 {
	background: #00A4D8;
}

.peptamen-promotion__card--4 {
	background: #E67F3A;
}

.peptamen-promotion__card p {
	margin: 15px 0 0;
	font-family: 'RotonReg';
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
}

.peptamen-promotion__card-product {
	width: calc(100% / 3 - 32px);
	margin: 0 16px;
	padding: 24px;
	border-radius: 16px;
	background: #FFF;
	text-align: center;
}

.peptamen-promotion__card-product img {
	width: 100%;
}

.peptamen-promotion-card__title {
	margin: 0 0 24px;
	font-family: "RotonBol";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #193065;
	text-align: center;
}

.peptamen-promotion-card__link {
	display: inline-block;
	margin-top: 24px;
	padding: 8px 32px;
	color: #FFF;
	font-family: "RotonBol";
	font-size: 18px;
	line-height: 20px;
	border-radius: 30px;
	background: #193065;
}

.peptamen-promotion-card__link:hover {
	color: #FFF;
	box-shadow: 0px 10px 15px rgb(39, 56, 138, 40%);
}

.peptamen-promotion-mobile {
	display: none;
}

.peptamen-note {
	margin-top: 20px;
}

.peptamen-note p {
	margin: 0;
	color: #1C3442;
	font-family: 'RotonReg';
	font-size: 16px;
	line-height: 22px;
}

.b-reviews--brand-peptamen .b-reviews__title {
	color: #193065;
}

.b-reviews--brand-peptamen .button {
	background: #193065;
}

.b-reviews--brand-peptamen .button--blue {
	background: #00A4D8;
}

.b-reviews--brand-peptamen .button:hover {
	box-shadow: 0px 10px 15px rgb(39, 56, 138, 40%);
}

.peptamen-top__slider-mobile .slick-dots li.slick-active button,
.peptamen-top__slider-mobile .slick-dots li.slick-active button:hover,
.promotion-mobile__slider .slick-dots li.slick-active button,
.promotion-mobile__slider .slick-dots li.slick-active button:hover {
	background: #B0C8DB;
}

.peptamen-top__action {
	position: absolute;
	z-index: 1;
	bottom: 24px;
	left: calc(50% + -42px);
}
.peptamen-top__action--mobile {
	display: none;
}
.pertamen-action-btn {
	padding: 17px 49px;
	background: #ff8300;
	border-radius: 48px;
	font-family: "RotonBol";
	font-weight: 400;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.pertamen-action-btn:hover {
	background: #27388a;
	color: #fff;
}
.peptamen-sidebar__action {
	display: none;
}

@media screen and (max-width: 1239px) {
	.peptamen-header {
		display: block;
	}

	.peptamen-top__title--desktop {
		display: none;
	}

	.peptamen-top__subtitle--desktop {
		display: none;
	}

	.peptamen-top__title {
		padding-left: 0;
	}

	.peptamen-top {
		position: relative;
	}

	.peptamen-top::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: -2px;
		right: 0;
		background: url('/new/static/brands/peptamen/images/wave-1.png');
		background-repeat: no-repeat;
		background-size: cover;
		pointer-events: none;
	}

	.peptamen-top::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
		background: url('/new/static/brands/peptamen/images/wave-2.png');
		background-repeat: no-repeat;
		background-size: cover;
		pointer-events: none;
	}

	.peptamen-top__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 20px 90px 20px;
	}

	.peptamen-top__wrapper {
		display: flex;
		justify-content: flex-end;
		padding-left: 0;
		height: 420px;
	}

	.peptamen-top__block {
		margin-top: 0;
		padding-right: 220px
	}

	.peptamen-top__item--5 {
		right: 82px;
	}

	.peptamen-top__item--6 {
		right: 125px;
	}

	.peptamen-top__item--7 {
		right: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.peptamen-content__wrapper {
		display: block;
	}

	.peptamen-content__main {
		margin-right: 0;
	}

	.peptamen-content__sidebar {
		margin-top: 10px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.peptamen-sidebar__card {
		margin: 10px;
	}

	.peptamen-sidebar__card+.peptamen-sidebar__card {
		margin-top: 10px;
	}

	.peptamen-promotion {
		margin-top: 40px;
	}

	.peptamen-promotion__wrapper {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -16px;
	}

	.peptamen-promotion__cards {
		width: 50%;
	}

	.peptamen-promotion__card {
		margin: 0 16px;
	}

	.peptamen-promotion__card-product {
		width: calc(100% / 2);
		margin-top: 16px;
		order: 1
	}
}

@media screen and (max-width: 767px) {
	.peptamen-header {
		display: none;
	}

	.peptamen-header-mobile {
		display: block;
	}

	.peptamen-top {
		padding-bottom: 65%;
		background-image: url('/new/static/brands/peptamen/images/bg-top-mobile.png');
		background-size: cover;
	}

	.peptamen-top__item {
		position: static;
		margin: 0 5px;
	}

	.peptamen-top__content {
		display: block;
		padding: 0;
	}

	.peptamen-top__wrapper {
		display: block;
		height: inherit;
	}

	.peptamen-top__block {
		display: none;
	}

	.peptamen-top__img {
		max-width: 160px;
	}

	.peptamen-top__slider-mobile {
		display: flex;
		margin-top: -100px;
		padding: 0 0 0 25px;
		position: relative;
		z-index: 3;
	}

	.peptamen-top__items-mobile {
		min-width: 0;
	}

	.peptamen-top__slider-mobile .slick-track {
		display: flex;
		align-items: center;
	}

	.peptamen-promotion-mobile .slick-dots,
	.peptamen-top__slider-mobile .slick-dots {
		display: flex;
		padding-top: 9px;
		padding-left: 45px;
	}

	.peptamen-promotion-mobile .slick-dots button,
	.peptamen-top__slider-mobile .slick-dots button {
		margin: 0 3px;
		padding: 0;
		width: 6px;
		height: 6px;
		background: #B0C8DB;
		border: none;
		outline: none;
		border-radius: 50%;
	}

	.peptamen-promotion-mobile .slick-dots .slick-active button,
	.peptamen-top__slider-mobile .slick-dots .slick-active button {
		width: 16px;
		border-radius: 4px;
	}

	.peptamen-content {
		margin-top: 20px;
	}

	.peptamen-promotion .peptamen-promotion__cards {
		display: none;
	}

	.peptamen-promotion-mobile {
		display: block;
		margin-top: 16px;
		margin-right: -20px;
	}

	.peptamen-promotion__card {
		width: 320px;
		height: 100%;
		margin: 0 8px;
		display: flex;
		align-items: flex-start;
	}

	.peptamen-promotion__card.slick-slide {
		width: 320px;
		margin: 0 8px;
	}

	.peptamen-promotion__card img {
		flex: none;
	}

	.peptamen-promotion__card img + p {
		padding-left: 15px;
	}

	.peptamen-promotion__card p {
		margin-top: 0;
	}

	.peptamen-promotion-mobile .slick-dots {
		padding-left: 0;
		justify-content: center;
	}

	.peptamen-promotion {
		margin-top: 0;
	}

	.peptamen-promotion__card-product {
		margin: 0;
	}

	.peptamen-top__action--desktop {
		display: none;
	}
	.peptamen-top__action--mobile {
		position: static;
		display: block;
		text-align: center;
	}
	.pertamen-action-btn {
		padding: 12px 33px;
		font-size: 16px;
		line-height: 44px;
	}

	.peptamen-sidebar__action {
		display: block;
		width: 100%;
		margin-top: 6px;
		text-align: center;
	}
}

@media screen and (max-width: 559px) {
	.peptamen-header-mobile {
		padding: 4px 15px 20px;
	}

	.peptamen-top__title {
		font-size: 32px;
		line-height: 50px;
	}

	.peptamen-top__subtitle {
		margin-top: 4px;
		font-size: 20px;
		line-height: 26px;
	}

	.peptamen-content__main h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.peptamen-top {
		background-size: contain;
	}

	.peptamen-promotion__card-product {
		width: 100%;
		max-width: 280px;
	}
}

@media screen and (max-width: 459px) {
	.peptamen-top__img {
		max-width: 126px;
		height: 165px;
	}

	.peptamen-top__slider-mobile {
		padding: 0 15px;
	}

	.peptamen-top__item--1 {
		width: 160px;
		height: 140px;
	}

	.peptamen-top__item--3 {
		width: 160px;
		height: 140px;
	}

	.peptamen-top__slider-mobile .slick-dots {
		padding-left: 30px;
	}

	.peptamen-sidebar__card img {
		width: 100%;
	}

	.peptamen-sidebar__card--benefits {
		padding: 24px;
	}
}