@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=fallback');

:root {
  --font-primary: "Segoe UI", sans-serif;
  --font-secondary: 'Bebas Neue', sans-serif;
  --font-open: "Open Sans", sans-serif;
  --transition: all .5s ease-out;
}

.default-blog__author {
	font-size: 14px;
	line-height: 23.5px;
	color: #7B7B7B;
	font-family: var(--font-primary);
	position: relative;
	font-weight: 350;
	padding-left: 25px;
	margin: 20px 0;
	font-style: italic;
}

.default-blog__author::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	width: 15px;
	height: 15px;
	background-image: url('/wp-content/uploads/2026/09/peptides25.png');
	background-repeat: no-repeat;
}

.default-blog__img {
    margin-bottom: 25px;
    margin-top: 0;
}

.default-blog__img ~ .default-blog__img {
    margin-top: 40px;
}

.default-blog__img a {
	display: block;
}

.default-blog__img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.default-blog__content {
	margin-bottom: 25px;
}

.contents p:empty {
	display: none;
}

.contents .default-blog h2 {
	margin: 0;
	font-size: 32px;
	line-height: 43px;
	font-family: var(--font-primary);
	font-weight: 400;
	color: #000;
	margin-bottom: 25px;
	text-align: left;
}

.contents .default-blog__content p {
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 400;
    font-family: var(--font-primary);
    padding: 0;
    text-align: left;
}

.contents .default-blog__content > * {
	margin-bottom: 20px;
	color: #000;
}
.contents .default-blog__content > *:last-child {
	margin-bottom: 0;
}

.contents .default-blog__content > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.contents .default-blog__content > ul li {
	list-style-type: none;
	position: relative;
	padding: 0;
	padding-left: 16px;
	margin: 0;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	font-family: var(--font-primary);
}

.contents .default-blog__content > ul li:last-child {
	margin-bottom: 0;
}

.contents .default-blog__content > ul li::before {
	width: 8px;
	height: 8px;
	position: absolute;
	content: '';
	left: 0;
	top: 11px;
	border-radius: 100%;
	background-color: #3C3B79;
}

.contents .default-blog__content > ul li p:last-child {
	margin-bottom: 0;
}

.contents .default-blog__content a {
	color: #4B90D0;
	text-decoration: none !important;
    display: inline;
    font-weight: 400;
    font-family: var(--font-primary);
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), to(currentColor));
    background: linear-gradient(to bottom, currentColor 0, currentColor 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

}
.contents .default-blog__content a:hover,
.contents .default-blog__content a:focus {
	text-decoration: none !important;
	color: #4B90D0;
	background-size: 0 1px;
}


.default-blog__border {
	padding: 25px 35px;
	margin-bottom: 25px;
}

.default-blog__border strong {
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 600;
	font-family: var(--font-primary);
	color: #000;
	margin-bottom: 25px;
	display: block;
}
.contents .default-blog__border ul.list-checked {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contents .default-blog__border ul.list-checked li {
	list-style-type: none;
	padding: 0;
	padding-left: 28px;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
}
.contents .default-blog__border ul.list-checked li::before {
	position: absolute;
	left: 0;
	content: '';
	top: 5px;
	width: 18px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2026/09/peptides24.png');
}

.default-blog__border.flexible {
	padding: 20px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.default-blog__border--icon {
	width: 16px;
	margin-right: 9px;
	position: relative;
	top: 4px;
}

.default-blog__border--icon img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: contain;
}

.default-blog__border--text {
	width: calc( 100% - 25px );
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 400;
	color: #000;
	font-family: var(--font-primary);
	text-align: left;
}
.default-blog__border--text b {
	font-weight: 600;
}

.default-blog__border--text.width100 {
	width: 100%;
	margin-top: 12px;
}

.default-blog__navigation {
	margin-bottom: 40px;
}

.admin-bar .default-blog__navigation.fixed-block {
	top: 40px;
}

.default-blog__navigation.fixed-block {
    position: fixed;
    top: 10px;
    z-index: 10;
    background: #fff;
}

.default-blog__navigation--top {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	max-width: 940px;
	padding: 23.5px 42px;
	border-radius: 15px;
	background: linear-gradient(90deg, #7270D6 0%, #4B90D0 100%);
}

.default-blog__navigation--title {
	text-align: left;
	font-size: 20px;
	line-height: 1;
	font-family: 'Bebas Neue';
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.default-blog__navigation.fixed-block .default-blog__navigation--title::before {
	position: absolute;
	content: '';
	right: -21px;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: var(--transition);
	background-image: url('/wp-content/uploads/2026/09/peptides2.png');
	top: 50%;
	transform: translateY(-50%) scale(-1,-1);
}

.default-blog__navigation.fixed-block .default-blog__navigation--title.rotate::before {
	transform: translateY(-50%) scale(1, 1);
}

.default-blog__navigation--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 24px 28px 25px;
	background-color: #FBFCFF;
	border-radius: 10px;
	max-width: 940px;
	width: 100%;
}

.default-blog__navigation.fixed-block .default-blog__navigation--list {
	display: none;
	position: absolute;
	top: 100%;
	max-height: 500px;
	overflow-y: auto;
}

.default-blog__navigation.fixed-block .default-blog__navigation--list.visible {
	display: flex;
}

.default-blog__navigation--column {
	width: calc( 50% - 25px );
}

.default-blog__navigation--column br {
	display: none !important;
}

.contents .default-blog__navigation--item {
	display: block;
	padding: 15px 0 15px 18px;
	border-bottom: 1px dashed #FBAE1C;
	position: relative;
	font-family: var(--font-open);
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	transition: var(--transition);
	color: #3C3B79 !important;
	text-decoration: none !important;
	text-align: left;
}

.default-blog__navigation--item::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #FBAE1C;
}

.default-blog__navigation--item:last-child {
	border-bottom: none !important;
}

.default-blog__navigation--item:hover,
.default-blog__navigation--item:focus,
.default-blog__navigation--item.active {
	text-shadow: 0 0 .01px #3C3B79, 0 0 .01px #3C3B79, 0 0 .01px #3C3B79;
}

.default-blog__navigation--sticky {
	margin-left: 53px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	text-align: left;
	z-index: 2;
	font-family: var(--font-open);
	font-weight: 700;
	max-width: calc( 100% - 193px);
}

.default-blog__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 23px 15px 9px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 40px;
}

.contents .default-blog .default-blog__bg h2 {
	text-align: center;
	margin-bottom: 10px;
	font-family: var(--font-secondary);
	font-weight: 400;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}

.default-blog__bg--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.default-blog__bg--item {
	width: calc( 25% - 16px );
	margin: 0 8px 16px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.26);
	padding: 20px 9px;
	border-radius: 15px;
	overflow: hidden;
}

.default-blog__bg--item h3 {
	margin: 0;
	text-align: center;
	font-family: var(--font-secondary);
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.default-blog__bg--text {
	font-family: var(--font-open);
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.default-blog__bg-double {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 40px;

}

.default-blog__bg-double--column {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 23px 10px 7px;
	width: 50%;
}

.contents .default-blog .default-blog__bg-double--column h2 {
	text-align: center;
	margin-bottom: 10px;
	font-family: var(--font-secondary);
	font-weight: 400;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}


.default-blog__bg-double--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-between;
}

.default-blog__bg-double--item {
	width: calc( 50% - 8px );
	margin: 0 0 16px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.26);
	padding: 20px 9px;
	border-radius: 15px;
	overflow: hidden;
}

.default-blog__bg-double--item h3 {
	margin: 0;
	text-align: center;
	font-family: var(--font-secondary);
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.default-blog__bg-double--text {
	font-family: var(--font-open);
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.default-blog__table--wrapper {
	overflow-x: auto;
	margin-bottom: 40px;
}

.default-blog__table {
	min-width: 700px;
	max-width: 100%;	
}

.default-blog__table--row {
	background-color: #FBFDFD;
	display: flex;
	flex-direction: row;
}

.default-blog__table--row:nth-child(even) {
	background-color: #E2E6D0;
}

.default-blog__table--item {
	width: 25%;
	padding: 20px 10px;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.5px;
	font-family: 'Segoe UI';
	color: #000;
	border-right: 1px solid #000;
}

.default-blog__table--row:first-child .default-blog__table--item {
	text-align: center;
	font-size: 20px;
	line-height: 23.5px;
	font-family: 'Segoe UI';
	color: #000;
	font-weight: 700;
	padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.default-blog__table--row .default-blog__table--item:first-child {
	font-weight: 700;
	padding: 20px;
}

.default-blog__table--row .default-blog__table--item:first-child span {
	font-weight: 400;
}

.default-blog__table--row .default-blog__table--item:last-child,
.default-blog__table--row .default-blog__table--item:last-of-type {
	border-right: none;
}

.default-blog__number-other--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.default-blog__number-other--item {
	width: calc( (100% / 3 ) - 30px );
	margin: 0 15px 40px;
}

.default-blog__number-other--icon {
	width: 150px;
	height: 150px;
	aspect-ratio: 1 / 1;
	position: relative;
	margin: 0 auto;
}

.default-blog__number-other--icon img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-size: cover;
}

.default-blog__number-other--num {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #736B2D;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	font-family: var(--font-open);
	font-weight: 600;
	border-radius: 100%;
	overflow: hidden;
}

.default-blog__number-other--descr {
	margin-top: 36px;
	padding: 20px 14px 21px;
	box-shadow: 0 0 5.3px 0 rgba(0, 0, 0, 0.2) !important;
	background-color: #FAFAFA;
	border-radius: 15px;
}

.default-blog__number-other--title {
	text-align: center;
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 700;
	font-family: var(--font-primary);
	color: #736B2D;
	min-height: 47px;
}

.default-blog__number-other--content {
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	line-height: 23.5px;
	font-weight: 400;
	font-family: var(--font-primary);
	color: #7B7B7B;
}

.default-blog__number--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -29px;
}

.default-blog__number--item {
	width: calc( 20% - 58px );
	margin: 0 29px 40px;
}

.default-blog__number--icon {
	width: 108px;
	height: 108px;
	position: relative;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
}

.default-blog__number--icon img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-size: cover;
}

.default-blog__number--num {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #AAAF8F;
	left: 0;
	top: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	font-family: var(--font-primary);
	font-weight: 700;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #fff;
}

.default-blog__number--descr {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 20.5px;
	font-family: var(--font-primary);
	font-weight: 700;
	color: #000;
}

.contents .default-blog .blog-redesign__banner h2 {
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	line-height: 53px;
	text-transform: uppercase;
	text-align: center;
}

.default-blog .blog-redesign__banner--line {
	justify-content: center;
}

.default-blog__references {
	border-radius: 10px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1) !important;
	padding: 34px 34px 50px;
	background-color: #fff;
	margin-bottom: 40px;
}

.contents .default-blog .default-blog__references h2 {
	text-align: center;
	font-size: 28px;
	line-height: 37px;
}

.contents .default-blog__references ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.contents .default-blog__references ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 19px;
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
}

.contents .default-blog__references ul li::before {
	display: none;
}

.contents .default-blog__references ul li:last-child {
	margin-bottom: 0;
}

.contents .default-blog__references a {
	color: #4B90D0;
	text-decoration: none !important;
    display: inline;
    font-family: var(--font-primary);
    font-weight: 400;
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), to(currentColor));
    background: linear-gradient(to bottom, currentColor 0, currentColor 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
   	transition: var(--transition);

}
.contents .default-blog__references a:hover,
.contents .default-blog__references a:focus {
	text-decoration: none !important;
	color: #4B90D0;
	background-size: 0 1px;
}

.default-blog .faq-custom__item--question {
	text-align: left;
}

@media screen and (max-width: 1199px) {
	.default-blog__border {
		padding: 20px;
	}

	.default-blog__bg--list {
		margin: 0;
		justify-content: space-between;
	}
	.default-blog__bg--item {
		width: calc( 50% - 8px );
		margin: 0 0 16px;
	}
	.default-blog__bg {
		margin-bottom: 30px;
	}
	.default-blog__img ~ .default-blog__img {
		margin-top: 30px;
	}
	.default-blog__border.flexible {
		margin-bottom: 30px;
	}
	.default-blog__navigation--list {
		padding: 20px;
	}
	.default-blog__navigation {
		margin-bottom: 30px;
	}
	.default-blog__bg-double--column {
		width: 100%;
	}

	.default-blog__number-other--list {
		margin: 0 -10px;
	}

	.default-blog__number-other--item {
		width: calc((100% / 3) - 20px);
	    margin: 0 10px 30px;
	}

	.default-blog__number--list {
		margin: 0 -10px;
	}
	.default-blog__number--item {
		width: calc( 20% - 20px );
		margin: 0 10px 30px;
	}

	.contents .blog-redesign__banner {
		margin-bottom: 30px;
	}

	.contents .default-blog__references ul li {
		margin-bottom: 15px;
		line-height: 23.5px;
	}
	.contents .default-blog__content > ul li {
		line-height: 23.5px;
	}
	.contents .default-blog__content > ul li::before {
		top: 8px;
	}
	.default-blog__table--item {
		font-size: 16px;
	}
	.default-blog__table--row:first-child .default-blog__table--item {
		font-size: 16px;
	}

	.default-blog__bg-double {
		margin-bottom: 30px;
	}
	.contents .default-blog .blog-redesign__banner h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.default-blog .faq-custom {
		margin: 0 0 30px;
	}
	.default-blog .faq-custom__item--question {
		padding: 10px 60px 10px 30px;
	}

	.default-blog .faq-custom__item--answer .answer {
		padding: 15px 20px 20px 30px;
	}

	.contents .default-blog h2 {
		margin-bottom: 20px;
	}
	.contents .default-blog .default-blog__references h2 {
		margin-bottom: 20px;
	}

	.default-blog__navigation--top {
		padding: 20px 15px;
	}
	.default-blog__navigation--sticky {
		font-size: 16px;
		line-height: 22px;
		margin-left: 40px;
	}

	.default-blog__navigation--column {
		width: calc( 50% - 15px );
	}

	.contents .default-blog h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.contents .default-blog__navigation--item {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 0 10px 18px;
	}
	.contents .default-blog .default-blog__bg-double--column h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.default-blog__table--wrapper {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 960px) {
	.default-blog__references {
		padding: 30px 15px 40px;
	}
}

@media screen and (max-width: 767px) {
	.default-blog__number-other--list {
		margin: 0;
		justify-content: space-between;
	}
	.default-blog__number-other--item {
		width: calc( 50% - 15px );
		margin: 0 0 30px;
	}

	.default-blog__number--item {
		width: calc( 25% - 20px );
	}
	.default-blog__navigation--column {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .default-blog__navigation.fixed-block {
		top: 10px;
	}
	.default-blog__navigation--title {
		font-size: 16px;
	}
	.default-blog__navigation--sticky {
		font-size: 14px;
		width: 100%;
	    max-width: calc(100% - 165px);
	    margin-left: 33px;
	}
}

@media screen and (max-width: 568px) {
	.default-blog__number-other--item {
		width: 100%;
	}

	.default-blog__number--list {
		margin: 0;
		justify-content: space-between;
	}

	.default-blog__number--item {
		width: calc( 50% - 10px );
		margin: 0 0 20px;
	}

	.default-blog__bg--item,
	.default-blog__bg-double--item {
		width: 100%;
	}
}
