/**{font-family: 'Open Sans', sans-serif !important; font-size: 16px; color: #0a0a0a;}*/
.study-footer {
	background: #d0d0d0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 60px;
}
.study-footer ul {
	margin-bottom: 0;
}
.study-footer li {
	list-style-type: none;
	display: inline-block;
	margin: 10px;
}
.study-footer a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.study-footer a:hover, .study-footer a:focus {
	text-decoration: underline;
}

.fz14, .fz14 * {font-size: 14px;}
.fz16, .fz16 * {font-size: 16px;}
.fz18, .fz18 * {font-size: 18px;}
.pt30 {padding-top: 30px;}
.pt50 {padding-top: 50px !important;}
.pt80 {padding-top: 80px;}
.pt100 {padding-top: 100px;}
.pt120 {padding-top: 120px;}

.pb80 {padding-bottom: 80px;}
.pb40 {padding-bottom: 40px;}

@media (max-width:991px){
	.pt30-lg {padding-top: 30px;}
	.pt50-lg {padding-top: 50px;}
	.pt80-lg {padding-top: 80px;}
	.pt100-lg {padding-top: 100px;}
	.pt120-lg {padding-top: 120px;}
}
@media (max-width:768px){
	.pt30-md {padding-top: 30px;}
	.pt50-md {padding-top: 50px;}
	.pt80-md {padding-top: 80px;}
	.pt100-md {padding-top: 100px;}
	.pt120-md {padding-top: 120px;}
}
@media (max-width:576px){
	.pt50-sm {padding-top: 50px;}
	.pt80-sm {padding-top: 80px;}
	.pt100-sm {padding-top: 100px;}
	.pt120-sm {padding-top: 120px;}
	.fz18, .fz18 * {font-size: 16px;}
}

.fullwidth-bg-06 {
	background: url(../img/study/study-bg-06.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-06 div {
	height: 161px;
}
.dots-list {
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	padding-bottom: 55px;
	padding-top: 55px;
}
.dots-list:before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 2px;
	top: 0;
	background: #e4e4e4;
}
.dots-list2 {
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}
.dots-list2:before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 2px;
	top: 0;
}
h2.header {
	/*font-size: 36px;*/
	font-family: "Roboto", sans-serif;
	padding-top: 15px;
	padding-left: 112px;
	position: relative;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 45px;
}
h2.header:before {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 84px;
	height: 84px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #2767bf;
}
.dots-list li {
	list-style-type: none;
	position: relative;
	padding-left: 60px;
}
.dots-list li+li {
	margin-top: 14px;
}
.dots-list li:before {
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0px;
	top: 5px;
	background: #727272;
	border-radius: 10px;
}

.dots-list2 li {
	list-style-type: none;
	position: relative;
	padding-left: 60px;
}
.dots-list2 li+li {
	margin-top: 14px;
}
.dots-list2 li:before {
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0px;
	top: 5px;
	background: #727272;
	border-radius: 10px;
}
h2.deco {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 40px;
}
h2.deco.deco-01 {
	background: url(../img/study/h2-deco-01.png) 2px top no-repeat;
	padding-left: 60px;
	padding-top: 45px;
	min-height: 220px;
	background-size: cover;
}
h2.deco.deco-01.v2 {
	min-height:242px;
}

.dots-par {
	padding-top: 65px;
}
.dots-par p {
	margin-bottom: 0;
	min-height: 108px;
}
.dots-par p:nth-child(2), .dots-par p:nth-child(3) {
	padding-left: 30px;
}

.dots-par.dots-par-2 {
	padding-top: 40px;
}
.dots-par.dots-par-2 p {
	min-height: 0px;
}
.dots-par.dots-par-2 p:nth-child(2), .dots-par.dots-par-2 p:nth-child(4) {
	padding-left: 20px;
}
.dots-par.dots-par-2 p:nth-child(3) {
	padding-left: 40px;
}

.photo-l {
	padding-left: 60px;
	padding-top: 50px;
	background: url(../img/study/photo-l-bg.png) left top no-repeat;
	overflow: hidden;
}
.photo-r {
	padding-right: 60px;
	padding-top: 50px;
	background: url(../img/study/photo-r-bg.png) right top no-repeat;
	overflow: hidden;
}
.photo-r img {
	float: right;
}
.bold {
	font-weight: bold;
}
.p50c {
	padding: 50px;
}
.study-classic-block-02 img {
	width: 100%;
	height: auto;
	max-width: 393px;
	margin-bottom: 40px;
}
.study-classic-block-02 .row > div:last-child {
	background: url(../img/study/study-classic-bg-02.jpg) center top no-repeat;
	height: 594px;
	padding-top: 126px;
	background-size: contain;
}
.study-classic-block-02 .row > div:last-child p {
	max-width: 340px;
	margin: 0 auto;
	line-height: inherit;
}
h1.study-header {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 40px;
	padding-top: 20px;
}
h2.study-header {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 40px;
	padding-top: 0px;
}
h1.study-header span {
	font-weight: bold;
	font-size: 16px;
}
.study-classic-duo-02 {

}
.study-classic-duo-02 .row > div:last-child {
	background: url(../img/study/deco-01.jpg) -30px 30px no-repeat;
	padding-top: 30px;
}
.study-classic-duo-02 img {
	width: 100%;
}
.study-classic-duo-02 .p1 {
	height: 126px;
}
.study-classic-duo-02 .p2 {
	padding-left: 180px;
}
.study-product-display .container{
	background: url(../img/study/product-display-bg.jpg) center top no-repeat;
	padding-top: 75px;
	min-height: 579px;
}
.study-product-display img {
	max-width: 300px;
	width: 100%;

}
.study-product-display .row > div:first-child > div {
	padding-top: 50px;
}
.pyramid .container {
	background: url(../img/study/study-classic-bg-01.jpg) left top no-repeat;
	height: 463px;
	padding-top: 30px;
}
@media (min-width: 1200px) {
	.pyramid .container {
		max-width: 960px;
	}
	.pt140large {padding-top: 140px}
	.pt160large {padding-top: 160px}
	.pt200large {padding-top: 200px}
}
.pyramid .container > div {

}
.pyramid h2 {
	font-size: 24px;
	font-weight: 800;
	padding-left: 230px;
	height: 150px;
	margin-bottom: 0;
}
.pyramid .container div > p {
	margin-bottom: 30px;
}
.pyramid .container div > p:nth-child(1) {
	padding-left: 360px;
}
.pyramid .container div > p:nth-child(2) {
	padding-left: 490px;
}
.pyramid .container div > p:nth-child(3) {
	padding-left: 610px;
}
@media (max-width:991px){
	.pyramid .container {
		background-position: -250px 0px;
	}
	.pyramid h2 {
		padding-left: 0;
	}
	.pyramid .container div > p:nth-child(1) {
		padding-left: 140px;
	}
	.pyramid .container div > p:nth-child(2) {
		padding-left: 270px;
	}
	.pyramid .container div > p:nth-child(3) {
		padding-left: 390px;
	}
	.study-product-display .container {
		background: #e1e1e1;
		min-height: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.study-product-display .row > div:first-child > div {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.hidden-custom-lg {
		display: none;
	}
	.dots-par.dots-par-2 p {
		height: auto !important;
		padding-left: 0 !important;
		margin-bottom: 20px;
	}
	.dots-par-recomendacii.dots-par-recomendacii-2 p {
		height: auto !important;
		padding-left: 0 !important;
		margin-bottom: 20px;
	}
	.p50c {
		padding: 20px;
	}
	.study-classic-duo-02 img {
		max-width: 500px;
	}
}
@media (max-width:768px){
	.pyramid .container {
		background: none;
	}
	.pyramid .container div > p:nth-child(1) {
		padding-left: 0px;
	}
	.pyramid .container div > p:nth-child(2) {
		padding-left: 0px;
	}
	.pyramid .container div > p:nth-child(3) {
		padding-left: 0px;
	}
	h1.study-header {
		font-size: 24px;
	}
	h2.study-header {
		font-size: 20px;
	}
	h2.deco {
		font-size: 24px;
	}
	.hidden-custom-md {
		display: none;
	}
	.dots-par p {
		min-height: 0px;
		margin-bottom: 20px;
	}
	.dots-par p:nth-child(2), .dots-par p:nth-child(3) {
		padding-left: 0px;
	}
	.p50c {
		padding: 10px;
	}

}
@media (max-width:576px){
	h2.deco.deco-01 {
		min-height: 120px;
		padding-top: 25px;
		padding-left: 15px;
		background: none;
	}
	h2.deco.deco-01.v2 {
		min-height: 120px;
	}
	.photo-l {
		padding-left: 0px;
		text-align: center;
		background: none;
	}
	.photo-r {
		padding-right: 0px;
		padding-top: 0px;
		text-align: center;
		background: none;
	}
	.photo-l img, .photo-r img {
		width: 100%;
		height: auto;
		max-width: 351px;
		float: none;
	}
	.study-classic-block-02 img {

	}
	.study-classic-block-02 .row > div:last-child  {
		background: none;
		text-align: left;
		padding-top: 0;
		height: auto;
		padding-bottom: 40px;
	}
	.study-classic-block-02 .row > div:last-child p {
		max-width: none;
		text-align:  left;
	}
	.study-classic-duo-02 .row > div:last-child{
		background: none;
	}
	.study-classic-duo-02 .p1 {
		height: auto;
	}
	.study-classic-duo-02 .p2 {
		padding-left: 0;
		font-size: 16px;
	}
}
h2.bold {font-size: 32px; margin-bottom: 8px;}
.fz20 {font-size: 20px}
.fz24 {font-size: 24px !important;}

.big-bubble .container {
	background: url(../img/study/study-tri-factor-img-02.jpg) center top no-repeat;
}

.big-bubble .container .row > div {


}
.big-bubble .container .row > div > div {
	max-width: 250px;
}
.big-bubble .container > .clearfix {
	display: block;
}
.big-bubble .container .row:first-child {
	height: 390px;
}
.big-bubble .p-standart div {
	max-width:100%; padding-top: 50px; padding-left: 150px; max-width: 100% !important;
}
.big-bubble .p-standart-3 div {
	 margin-top: 200px; padding-left: 30px; max-width: 300px
}
.big-bubble .p-standart-4 div {
	margin-top: 50px
}
.big-bubble .hight-p div {
	padding-left: 40px;
	padding-top: 40px;
	text-align: left;
}
.big-bubble .hight-p3 div {
	 margin-top: 60px; padding-left: 30px; max-width: 300px
 }
.big-bubble .hight-p4 {
	 margin-top: 100px
}
.big-bubble .visokie-p {
	max-width:none; padding-top: 75px; padding-left: 140px
}
.big-bubble .visokie-p1 div {
	max-width:none !important;
	padding-left: 30px;
}
.big-bubble .visokie-p2 {
	margin-top: 200px; padding-left: 30px; max-width: 100% !important;
}
.big-bubble .visokie-p3 {
	margin-top: 100px;
}
.big-bubble .p1 {
	max-width: 630px;
}
.big-bubble .p2 {
	padding-top: 40px;
}
.big-bubble .p4 {
	padding-top: 70px;
}
@media (max-width:1199px){
	.big-bubble .p2 {
		text-align: center;
	}
	.big-bubble .p-standart div {
		padding-left: 95px;
		text-align: left;
	}
	.big-bubble .hight-p div {
		padding-left: 143px;
		padding-top: 35px;
		text-align: left;
	}
	.big-bubble .visokie-p {
		padding-left: 85px;
	}
	.big-bubble .visokie-p2 {
		padding-left: 80px;
	}

}
@media (max-width:991px){
	.big-bubble .container {
		background-size: contain;
		padding-bottom: 40px;
	}
	.big-bubble .container .row:first-child {
		height: auto;
	}
	.big-bubble .container .row > div {
		padding: 10px !important;

	}
	.big-bubble .container .row > div > div{
		padding: 10px;
		background: #fff;
		-webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    4px 4px 13px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         4px 4px 13px 0px rgba(0, 0, 0, 0.2);
		max-width: none;
	}
	.big-bubble .p-standart div {
		text-align: center;
	}
	.big-bubble .p-standart-3 div {
		margin-top: 10px; padding-left: 10px; max-width: 100%
	}
	.big-bubble .hight-p div {
		text-align: center;
	}
	.big-bubble .p-standart-4 div {
		margin-top: 10px
	}
	.big-bubble .hight-p4 {
		margin-top: 10px
	}
	.big-bubble .hight-p3 div {
		margin-top: 10px;}
	.big-bubble .visokie-p {
		text-align: center;
	}
	.big-bubble .visokie-p2 {
		margin-top: 10px; padding-left: 10px;
	}
	.big-bubble .visokie-p3 {
		margin-top: 10px; padding-left: 10px;
	}
	.big-bubble .button {text-align: center}
}

/*23.04.2018*/
.dots-line {
	position: relative;
}
.dots-line:before {
	display: block;
	content: "";
	position: absolute;
	width: 41.666667%;
	height: 10px;
	left: 17px;
	top: 0;
	background: #e4e4e4;
}
.connected-circles {}
.connected-circles .row .row .col:first-child {
	max-width: 140px;
	position: relative;
	z-index: 2;
}
.connected-circles .container > .row > div {
	padding-top: 34px;
	position: relative;
	z-index: 2;
}
.connected-circles .container > .row > div:first-child::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	left: 17px;
	top: 82px;
	background: #e4e4e4;
}
.connected-circles .container > .row > div:last-child::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 62px;
	top: 82px;
	background: #e4e4e4;
}
.connected-circles .container > .row:nth-child(2n) > div:last-child::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 62px;
	top: 82px;
	background: #e4e4e4;
	z-index: 1;
}
.connected-circles .container > .row:nth-child(2n+1) > div:first-child::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 62px;
	top: 82px;
	background: #e4e4e4;
	z-index: 1;
}
.connected-circles .container > .row:nth-child(2n+1) > div:last-child::before {
	display: none;
}
.connected-circles .container > .row:last-child > div:first-child::before {
	display: none;
}

.connected-circles .row .row .col:last-child {
	padding-top: 10px;
}
.fullwidth-bg-07 {
	background: url(../img/study/study-bg-07.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-07 div {
	height: 161px;
}
.fullwidth-bg-08 {
	background: url(../img/study/study-bg-08.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-08 div {
	height: 161px;
}
@media (max-width:768px){
	.md-hd {
		display: none;
	}
	.dots-line:before {
		width: 10px;
		height: 100%;
		left: 17px;
		top: 0;
	}
	.connected-circles .container > .row > div::before {
		display: none !important;
	}
	.connected-circles .container > .row > div::after {
		display: block;
		content: "";
		position: absolute;
		width: 10px;
		height: 100%;
		left: 62px;
		top: 82px;
		background: #e4e4e4;
		z-index: 1;
	}
	.connected-circles .container > .row:last-child > div::after {
		display: none !important;
	}
}
.connected-circles-big .itemlist > .row > div {
	position: relative;
	z-index: 2;
}
.connected-circles-big .itemlist > .row.sepa-img > div {
	padding-bottom: 30px;
}
.connected-circles-big .itemlist > .row.sepa-img img {
	margin-left: -75px;
}
.connected-circles-big .itemlist > .row > div:last-child {
	padding-left: 25px;
}
.connected-circles-big .itemlist > .row > div:last-child::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 2px;
	top: 0px;
	background: #e4e4e4;
	z-index: -1;
}
.connected-circles-big .itemlist > .row.other > div:last-child::before {
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0px;
	top: 5px;
	background: #000;
	border-radius: 10px;
}
.connected-circles-big .itemlist > .row.other > div {
	padding-bottom: 30px;
}
.connected-circles-big .itemlist > .row.first.sepa-img img {
	margin-left: -142px;
}
@media (max-width:768px){
	.connected-circles-big .itemlist > .row.other > div:first-child::before {
		display: block;
		content: "";
		position: absolute;
		width: 14px;
		height: 14px;
		left: 0px;
		top: 5px;
		background: #000;
		border-radius: 10px;
	}
	.connected-circles-big .itemlist > .row.other > div:last-child::before {
		display: none;
	}
	.connected-circles-big .itemlist > .row > div:first-child::after {
		display: block;
		content: "";
		position: absolute;
		width: 10px;
		height: 100%;
		left: 2px;
		top: 0px;
		background: #e4e4e4;
		z-index: -1;
	}
	.connected-circles-big .itemlist > .row {
		padding-left: 40px;
	}
}


/*23.04.2018*/

/*03.05.2018*/
.fullwidth-bg-09 {
	background: url(../img/study/study-bg-09.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-09 div {
	height: 161px;
}
.fullwidth-bg-10 {
	background: url(../img/study/study-bg-10.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-10 div {
	height: 224px;
}
.fullwidth-bg-11 {
	background: url(../img/study/study-bg-11.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-11 div {
	height: 161px;
}
.fullwidth-bg-12 {
	background: url(../img/study/study-bg-12.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-12 div {
	height: 161px;
}
.pyramid.pyramid-detox .container {
	background: url(../img/study/study-detox-img-04.jpg) left top no-repeat;
	height: 463px;
	padding-top: 30px;
}
.pyramid.pyramid-detox h2 {
	height: 137px;
}
.pyramid.pyramid-detox .container div > p {
	margin-bottom: 42px;
}
.pyramid.pyramid-detox .container div > p:nth-child(4) {
	padding-left: 693px;
}
@media (max-width:991px) {
	.pyramid.pyramid-detox h2 {
		height: auto;
		margin-bottom: 30px;
	}
	.pyramid.pyramid-detox .container {
		background: none;
		height: auto;
	}
	.pyramid.pyramid-detox .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
}
.connected-circles-big .itemlist > .row.sepa-img img {
	width: 111px;
	height: auto;
}
.connected-circles-big .itemlist > .row.first.sepa-img img {
	width: auto;
	height: auto;
}
.big-bubble.big-bubble-go-stix .container {
	background: url(../img/study/study-go-stix-img-04.jpg) center top no-repeat;
}
.big-bubble.big-bubble-choco .container {
	background: url(../img/study/study-choco-img-03.jpg) center top no-repeat;
}
.dots-par.dots-par-choco p {
	min-height: 0;
	padding-left: 0;
	margin-bottom: 29px;
}
.p40c {
	padding: 40px;
}
.pyramid.pyramid-choco .container {
	background: url(../img/study/study-choco-img-08.jpg) -70px top no-repeat;
	height: 463px;
}
.pyramid.pyramid-choco h2 {
	padding-left: 170px;
	height: 120px;
}
.pyramid.pyramid-choco .container div > p:nth-child(1) {
	padding-left: 244px;
}
.pyramid.pyramid-choco .container div > p:nth-child(2) {
	padding-left: 374px;
}
.pyramid.pyramid-choco .container div > p:nth-child(3) {
	padding-left: 464px;
}
.pyramid.pyramid-choco .container div > p:nth-child(4) {
	padding-left: 544px;
}
.pyramid.pyramid-choco .container div > p:nth-child(5) {
	padding-left: 685px;
}
.pyramid.pyramid-choco .container div > p {
	margin-bottom: 13px;
}
@media (max-width:991px) {
	.pyramid.pyramid-choco h2 {
		height: auto;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.pyramid.pyramid-choco .container {
		background: none;
		height: auto;
	}
	.pyramid.pyramid-choco .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
}
.study-product-display.study-product-display-cardio .container {
	background: url(../img/study/study-cardio-img-03.jpg) center top no-repeat;
	padding-top: 75px;
	min-height: 579px;
}
@media (max-width: 991px) {
	.study-product-display.study-product-display-cardio .container {
		background: #e1e1e1;
	}
	.study-product-display.study-product-display-cardio .pt80 {
		padding-top: 40px;
	}
}
.connected-circles.connected-circles-cardio .container > .row:last-child > div:last-child::before {
	background: none;
}
.connected-circles.connected-circles-cardio .container > .row:last-child > div:first-child::before {
	display: block;
}
.pyramid.pyramid-immune h2 {
	height: 129px;
}
.pyramid.pyramid-immune .container {
	background: url(../img/study/study-immune-img-02.jpg) -30px top no-repeat;
}
.pyramid.pyramid-immune p {
	margin-bottom: 37px;
}
@media (max-width:991px) {
	.pyramid.pyramid-immune h2 {
		height: auto;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.pyramid.pyramid-immune .container {
		background: none;
		height: auto;
	}
	.pyramid.pyramid-immune .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
}
.six-list img {
	width: 100%;
	height: auto;
}
.six-list p {
	padding-left: 10px;
	padding-right: 10px;
}
.fullwidth-bg-13 {
	background: url(../img/study/study-bg-13.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-13 div {
	height: 161px;
}
ul.default li {
	list-style-type: none;
}
ul.fz18 li+li {
	margin-top: 10px;
}
ul.fz18 li a {
	font-size: 18px;
}
.fullwidth-bg-14 {
	background: url(../img/study/study-bg-14.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-14 div {
	height: 161px;
}
.big-bubble.big-bubble-bellvi .container {
	background: url(../img/study/study-bellvi-img-09.jpg) center top no-repeat;
}
.big-bubble.big-bubble-bazovie_programmy .container.big-bubble-new {min-height: 630px;     background-position-x: 310px;}
.big-bubble.big-bubble-bazovie_programmy .container {
	background: url(../img/study/study-bazovie_programmy-img-03.jpg) center top no-repeat;
}
.big-bubble.big-bubble-bazovie_programmy2 .container {
	background: url(../img/study/study-bazovie_programmy-img-04.jpg) center top no-repeat;
}
.big-bubble.big-bubble-bazovie_programmy3 .container {
	background: url(../img/study/study-bazovie_programmy-img-05.jpg) center top no-repeat;background-position-x: 320px;
}
.big-bubble.big-bubble-bazovie_programmy4 .container {
	background: url(../img/study/study-bazovie_programmy-img-06.jpg) center top no-repeat;
}
.big-bubble.big-bubble-burn .container {
	background: url(../img/study/study-burn-img-03.jpg) center top no-repeat;
	padding-bottom: 50px;
}
.big-bubble.big-bubble-burn .container .row:first-child {
	height: 334px;
}
.big-bubble.big-bubble-burn .container .row > div:first-child > div {
	max-width: 445px;
	padding-left: 105px;
	padding-top: 40px;
}
.big-bubble.big-bubble-burn .container .row > div:last-child > div {
	padding-left: 180px;
	padding-top: 15px;
}
.big-bubble.big-bubble-burn .container .row:last-child > div:first-child > div {
	max-width: 445px;
	padding-left: 105px;
	padding-top: 150px;
}
@media (max-width:991px){
	.big-bubble.big-bubble-burn .container {
		background-size: contain;
		padding-bottom: 40px;
	}
	.big-bubble.big-bubble-burn .container .row:first-child {
		height: auto;
	}
	.big-bubble.big-bubble-burn .container .row > div {
		padding: 10px !important;

	}
	.big-bubble .p1 {
		max-width: none;
	}
	.big-bubble.big-bubble-burn .container .row > div > div{
		padding: 10px !important;
		max-width: none !important;
		widows: 100%;
		background: #fff;
		-webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    4px 4px 13px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         4px 4px 13px 0px rgba(0, 0, 0, 0.2);
		max-width: none;
	}
	.big-bubble.big-bubble-bazovie_programmy3 .container {
		background: url(../img/study/study-bazovie_programmy-img-05.jpg) center top no-repeat;background-position-x: initial;
	}
}
.fullwidth-bg-15 {
	background: url(../img/study/study-bg-15.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fullwidth-bg-15 div {
	height: 161px;
}
/*03.05.2018*/
.button { color: #fff !important; padding: 6px 40px 6px 40px; display: inline-block; text-transform: uppercase; background-color: #2767bf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #2767bf;
	font-size: 16px; font-weight: bold;
}
.button-inverted { color: #2767bf !important; background-color: #fff;
	border: 1px solid #2767bf;
}
.button:hover, .button:focus, .button.zeroclipboard-is-hover { color: #2767bf !important; background-color: #fff; text-decoration: none; border-color:#2767bf; }
.button-inverted:hover, .button-inverted:focus { color: #fff !important; background-color: #2767bf; text-decoration: none; border-color:#fff; }
#catalog-new-items .half-desc { width: 50%; float: right; padding: 60px 40px; text-align: right;
	-webkit-box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 5px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.pyramid.pyramid-recomendacii .container {
	background: url(../img/study/study-recomendacii-img-02.jpg) -30px top no-repeat;
}
.pyramid.pyramid-recomendacii-men .container {
	background: url(../img/study/study-recomendacii-men-img-05.png) -30px top no-repeat;
}
.pyramid.pyramid-podderji_seedce .container {
	background: url(../img/study/programm_podderji_seedce_img_003.png) -30px top no-repeat;
}
.pyramid.pyramid-immune p {
	margin-bottom: 37px;
}
@media (max-width:1199px) {
	.big-bubble.big-bubble-bazovie_programmy .container.big-bubble-new {min-height: 630px;     background-position-x: 245px;}
}
@media (max-width:991px) {
	.pyramid.pyramid-immune h2 {
		height: auto;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.big-bubble.big-bubble-bazovie_programmy .container.big-bubble-new {min-height: auto;     background-position-x: 10px;}
	.pyramid.pyramid-recomendacii .container {
		background: none;
		height: auto;
	}
	.dots-par-recomendacii-men {
		margin: 0 auto !important;
	}
	.dots-par-recomendacii-men .container {
		background: none;
		height: auto;
	}
	.pyramid.pyramid-podderji_seedce .container {
		background: none;
		height: auto;
	}
	.pyramid.pyramid-recomendacii .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	.dots-par-recomendacii-men .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	.pyramid.pyramid-podderji_seedce div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
}

.dots-par-recomendacii {
	padding-top: 30px;
	margin-left: -60px;
}
.dots-par-recomendacii p {
	margin-bottom: 0;
	min-height: 55px;
}
.dots-par-recomendacii p:nth-child(2), .dots-par p:nth-child(3) {
	padding-left: 10px;
}
.dots-par-recomendacii p:nth-child(3), .dots-par p:nth-child(4) {
	padding-left: 30px;
	margin-top: 0px;
}
.dots-par-recomendacii p:nth-child(4), .dots-par p:nth-child(5) {
	padding-left: 40px;
}
.dots-par-recomendacii p:nth-child(5), .dots-par p:nth-child(6) {
	padding-left: 40px;
	margin-top: 10px;
}
.dots-par-recomendacii p:nth-child(6), .dots-par p:nth-child(7) {
	padding-left: 30px;
}
.dots-par-recomendacii p:nth-child(8), .dots-par p:nth-child(9) {
	margin-left:-20px;
}
.dots-par-recomendacii.dots-par-recomendacii-2 {
	padding-top: 40px;
}
.dots-par-recomendacii.dots-par-recomendacii-2 p {
	min-height: 0px;
}
.dots-par-recomendacii.dots-par-recomendacii-2 p:nth-child(2), .dots-par-recomendacii.dots-par-recomendacii-2 p:nth-child(4) {
	padding-left: 20px;
}
.dots-par-recomendacii.dots-par-recomendacii-2 p:nth-child(3) {
	padding-left: 40px;
}


.dots-par-recomendacii-men {
	padding-top: 30px;
	margin-left: -80px;
}
.dots-par-recomendacii-men p {
	margin-bottom: 0;
	min-height: 55px;
}
.dots-par-recomendacii-men p:nth-child(2), .dots-par p:nth-child(3) {
	padding-left: 60px;
/*	padding-top: 75px;*/
}
.dots-par-recomendacii-men p:nth-child(3), .dots-par p:nth-child(4) {
	padding-left: 0px;
/*	padding-top: 120px;*/
}
.dots-par-recomendacii-men p:nth-child(4), .dots-par p:nth-child(5) {
	padding-left: 0px;
/*	padding-top: 90px;*/
}
.dots-par-recomendacii-men p:nth-child(5), .dots-par p:nth-child(6) {
	padding-left: 40px;
	margin-top: 20px;
}
.dots-par-recomendacii-men p:nth-child(6), .dots-par p:nth-child(7) {
	padding-left: 30px;
}
.dots-par-recomendacii-men p:nth-child(8), .dots-par p:nth-child(9) {
	margin-left:-20px;
}
.dots-par-recomendacii-men.dots-par-recomendacii-men-2 {
	padding-top: 40px;
}
.dots-par-recomendacii-men.dots-par-recomendacii-men-2 p {
	min-height: 0px;
}
.dots-par-recomendacii-men.dots-par-recomendacii-men2 p:nth-child(2), .dots-par-recomendacii-men.dots-par-recomendacii-men2 p:nth-child(4) {
	padding-left: 20px;
}
.dots-par-recomendacii-men.dots-par-recomendacii-men2 p:nth-child(3) {
	padding-left: 40px;
}



.study-recomendacii-block-02 img {
	width: 100%;
	height: auto;
	max-width: 393px;
	margin-bottom: 40px;
}
.study-recomendacii-block-02 .row > div:last-child {
	background: url(../img/study/study-recomendacii-img-07.jpg) center top no-repeat;
	height: 594px;
	padding-top: 126px;
	background-size: contain;
}
.study-recomendacii-block-02 .row > div:last-child p {
	max-width: 340px;
	margin: 0 auto;
	line-height: inherit;
}
@media (max-width: 768px) {
	.pyramid.pyramid-recomendacii-men .container { background: none}
	.dots-par-recomendacii-men p {
		padding-left: 0px !important;
		padding-top: 0px !important;
	}
	.dots-par-recomendacii {
		margin-left: 0px;
	}
	.dots-par-recomendacii p {
		min-height: 0px;
		margin-bottom: 20px;
	}
	.dots-par-recomendacii p:nth-child(2), .dots-par p:nth-child(3) {
		padding-left: 0px;
	}
	.dots-par-recomendacii p:nth-child(3), .dots-par p:nth-child(4) {
		padding-left: 0px;
	}
	.dots-par-recomendacii p:nth-child(4), .dots-par p:nth-child(5) {
		padding-left: 0px;
	}
	.dots-par-recomendacii p:nth-child(5), .dots-par p:nth-child(6) {
		padding-left: 0px;
	}
	.dots-par-recomendacii p:nth-child(6), .dots-par p:nth-child(7) {
		padding-left: 0px;
	}
	.dots-par-recomendacii p:nth-child(8), .dots-par p:nth-child(9) {
		margin-left: 0px;
	}
	.study-recomendacii-block-02 img {

	}
	.study-recomendacii-block-02 .row > div:last-child  {
		background: none;
		text-align: left;
		padding-top: 0;
		height: auto;
		padding-bottom: 40px;
	}
	.study-recomendacii-block-02 .row > div:last-child p {
		max-width: none;
		text-align:  left;
	}
	
}
.fullwidth-bazovie_programmy {
background-color: #d4e1f2;
}

@media (max-width: 768px) {
	.big-bubble .container .row > div > div {margin-top: 0px !important;}
}

.dots-par-jenskoe_zdorovie {
	margin-left: -50px;
}
.dots-par-jenskoe_zdorovie p {
	margin-bottom: 0;
	min-height: 55px;
	padding-top: 30px;
}
.dots-par-jenskoe_zdorovie p:nth-child(2), .dots-par p:nth-child(3) {
	padding-left: 15px;
}
.dots-par-jenskoe_zdorovie p:nth-child(3), .dots-par p:nth-child(4) {
	padding-left: 40px;
	margin-top: 20px;
}
.dots-par-jenskoe_zdorovie p:nth-child(4), .dots-par p:nth-child(5) {
	padding-left: 40px;
}
.dots-par-jenskoe_zdorovie p:nth-child(5), .dots-par p:nth-child(6) {
	padding-left: 20px;
	margin-top: -10px;
}
.dots-par-jenskoe_zdorovie p:nth-child(6), .dots-par p:nth-child(7) {
	padding-left: 0px;
}
.dots-par-jenskoe_zdorovie p:nth-child(8), .dots-par p:nth-child(9) {
	margin-left:-20px;
}

@media (max-width: 768px) {
	.dots-par-jenskoe_zdorovie {
		margin-left: 0px;
	}
	.dots-par-jenskoe_zdorovie p {
		min-height: 0px;
		margin-bottom: 20px;
	}
	.dots-par-jenskoe_zdorovie p:nth-child(2), .dots-par p:nth-child(3) {
		padding-left: 0px;
	}
	.dots-par-jenskoe_zdorovie p:nth-child(3), .dots-par p:nth-child(4) {
		padding-left: 0px;
	}
	.dots-par-jenskoe_zdorovie p:nth-child(4), .dots-par p:nth-child(5) {
		padding-left: 0px;
	}
	.dots-par-jenskoe_zdorovie p:nth-child(5), .dots-par p:nth-child(6) {
		padding-left: 0px;
	}
	.dots-par-jenskoe_zdorovie p:nth-child(6), .dots-par p:nth-child(7) {
		padding-left: 0px;
	}
	.dots-par-jenskoe_zdorovie p:nth-child(8), .dots-par p:nth-child(9) {
		margin-left: 0px;
	}
	.study-jenskoe_zdorovie-block-02 img {

	}
	.study-jenskoe_zdorovie-block-02 .row > div:last-child  {
		background: none;
		text-align: left;
		padding-top: 0;
		height: auto;
		padding-bottom: 40px;
	}
	.study-jenskoe_zdorovie-block-02 .row > div:last-child p {
		max-width: none;
		text-align:  left;
	}

}

.fullwidth-bg-17 {
	background: url(../img/study/detocsication-02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 161px;
}

.fullwidth-bg-18 {
	background: url(../img/study/endokrin-02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 161px;
}

.study-detocsication-display {
	background: #d4e1f2;
	min-height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
	margin-bottom: 20px;
}
.study-virusnie_infekcii-display {
	background: #d4e1f2;
	min-height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
	margin-bottom: 5%;
}


.study-detocsication-display p {
	text-align: left
}
.study-virusnie_infekcii-display p {
	text-align: left
}


.dots-par-detocsication {
	margin-left: -50px;
}
.dots-par-detocsication p {
	margin-bottom: 0;
	min-height: 55px;
	padding-top: 0px;
	max-width: 500px;
}
.dots-par-detocsication p:nth-child(2), .dots-par p:nth-child(3) {
	padding-left: 50px;
	/*margin-top: 35px;*/
}
.dots-par-detocsication p:nth-child(3), .dots-par p:nth-child(4) {
	padding-left: 0px;
	/*margin-top: 35px;*/
}
.dots-par-detocsication p:nth-child(4), .dots-par p:nth-child(5) {
	padding-left: 0px;
	/*margin-top: 30px;*/
}
.dots-par-detocsication p:nth-child(5), .dots-par p:nth-child(6) {
	padding-left: 20px;
	margin-top: -10px;
}
.dots-par-detocsication p:nth-child(6), .dots-par p:nth-child(7) {
	padding-left: 0px;
}
.dots-par-detocsication p:nth-child(8), .dots-par p:nth-child(9) {
	margin-left:-20px;
}

@media (max-width: 768px) {
	.dots-par-detocsication {
		margin-left: 0px;
	}

	.dots-par-detocsication p {
		min-height: 0px;
		margin-bottom: 20px;
	}

	.dots-par-detocsication p:nth-child(2), .dots-par p:nth-child(3) {
		padding-left: 0px;
	}

	.dots-par-detocsication p:nth-child(3), .dots-par p:nth-child(4) {
		padding-left: 0px;
	}

	.dots-par-detocsication p:nth-child(4), .dots-par p:nth-child(5) {
		padding-left: 0px;
	}

	.dots-par-detocsication p:nth-child(5), .dots-par p:nth-child(6) {
		padding-left: 0px;
	}

	.dots-par-detocsication p:nth-child(6), .dots-par p:nth-child(7) {
		padding-left: 0px;
	}

	.dots-par-detocsication p:nth-child(8), .dots-par p:nth-child(9) {
		margin-left: 0px;
	}
}
.study-endokrin-display-20 {
	background: #d4e1f2;
	min-height: 0px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.study-endokrin-display-80 {
	background: #d4e1f2;
	min-height: 0px;
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 767px) {
	.study-endokrin-display-80 {margin-top: 0px;}

}


.study-endokrin-display p {
	text-align: left
}
.plus-before:before {background:url(../img/study/endokrin-03.png) center center no-repeat;
position: absolute;
	top: 100px;
	width: 100px;
	height: 100px;
	content: "";
	left: -25px;
}

.pyramida .container {
	background: url(../img/study/study-classic-bg-01.jpg) left top no-repeat;
	height: 463px;
	padding-top: 30px;
}

.pyramida .container > div {

}
.pyramida h2 {
	font-size: 24px;
	font-weight: 800;
	padding-left: 230px;
	margin-bottom: 0;
	padding-top: 20px;
	height: 120px;
}
.pyramida.podderjka_immunitetta_deti h2 {
	font-size: 36px;
	font-weight: 800;
	padding-left: 200px;
	margin-bottom: 0;
	padding-top: 10px;
	height: 120px;
}
.pyramida.correkciya_vesa h2 {
	font-size: 36px;
	font-weight: 800;
	padding-left: 200px;
	margin-bottom: 0;
	padding-top: 10px;
	height: 120px;
}
.pyramida.virusnie_infekcii h2 {
	font-size: 24px;
	font-weight: 800;
	padding-left: 200px;
	margin-bottom: 0;
	padding-top: 10px;
	height: 120px;
}
.pyramida .container div > p {
	margin-bottom: 24px;
}
.pyramida .container div > p:nth-child(1) {
	padding-left: 270px;
}
.pyramida .container div > p:nth-child(3) {
	padding-left: 390px;
}
.pyramida .container div > p:nth-child(5) {
	padding-left: 510px;
}.pyramida .container div > p:nth-child(7) {
	padding-left: 630px;
}
.pyramida.onk_zabolevaniya  .container div > p:nth-child(1) {
	padding-left: 280px;
	margin-top: 20px;
}
.pyramida.onk_zabolevaniya  .container div > p:nth-child(3) {
	padding-left: 430px;
	margin-bottom: 0px;
	max-width: 900px;
}
.pyramida.onk_zabolevaniya  .container div > p:nth-child(5) {
	padding-left: 570px;
	max-width: 992px;
}.pyramida.onk_zabolevaniya  .container div > p:nth-child(7) {
	 padding-left: 630px;
 }
.pyramida.podderjka_immunitetta_deti  .container div > p:nth-child(1) {
	padding-left: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pyramida.podderjka_immunitetta_deti  .container div > p:nth-child(2) {
	padding-left: 360px;
	margin-bottom: 25px;
	max-width: 900px;
}
.pyramida.podderjka_immunitetta_deti  .container div > p:nth-child(3) {
	padding-left: 430px;
	margin-bottom: 0px;
	max-width: 900px;
}
.pyramida.podderjka_immunitetta_deti  .container div > p:nth-child(4) {
	padding-left: 540px;
	max-width: 992px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pyramida.podderjka_immunitetta_deti  .container div > p:nth-child(5) {
	padding-left: 635px;
	max-width: 992px;
}
.pyramida.podderjka_immunitetta_deti  .container div > p:nth-child(7) {
	 padding-left: 630px;
 }
.pyramida.correkciya_vesa  .container div > p:nth-child(1) {
	padding-left: 320px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.pyramida.correkciya_vesa  .container div > p:nth-child(2) {
	padding-left: 390px;
	margin-bottom: 25px;
	max-width: 900px;
}
.pyramida.correkciya_vesa  .container div > p:nth-child(3) {
	padding-left: 460px;
	margin-bottom: 0px;
	max-width: 900px;
}
.pyramida.correkciya_vesa  .container div > p:nth-child(4) {
	padding-left: 540px;
	max-width: 992px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pyramida.correkciya_vesa  .container div > p:nth-child(5) {
	padding-left: 620px;
	max-width: 992px;
}
.pyramida.correkciya_vesa  .container div > p:nth-child(7) {
	 padding-left: 630px;
 }
.pyramida.virusnie_infekcii  .container div > p:nth-child(1) {
	padding-left: 336px;
	margin-top: 0px;
	margin-bottom: 10px;
	max-width: 1000px;
}
.pyramida.virusnie_infekcii  .container div > p:nth-child(2) {
	padding-left: 455px;
	margin-bottom: 10px;
	max-width: 937px;
}
.pyramida.virusnie_infekcii  .container div > p:nth-child(3) {
	padding-left: 622px;
	margin-bottom: 0px;
	max-width: 1030px;
}
.pyramida.pvirusnie_infekcii  .container div > p:nth-child(4) {
	padding-left: 540px;
	max-width: 992px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pyramida.virusnie_infekcii  .container div > p:nth-child(5) {
	padding-left: 635px;
	max-width: 992px;
}
.pyramida.virusnie_infekcii  .container div > p:nth-child(7) {
	padding-left: 630px;
}
@media (max-width:991px) {
	.pyramida .container {
		background-position: -250px 0px;
	}

	.pyramida h2 {
		padding-left: 0;
	}
	.pyramida.podderjka_immunitetta_deti h2 {
		padding-left: 0;
		font-size: 24px;
		height: auto;
	}
	.pyramida.correkciya_vesa h2 {
		padding-left: 0;
		font-size: 24px;
		height: auto;
	}
	.pyramida.virusnie_infekcii h2 {
		padding-left: 0;
		font-size: 24px;
		height: auto;
	}

	.pyramida .container div > p:nth-child(1) {
		padding-left: 140px;
	}

	.pyramida .container div > p:nth-child(2) {
		padding-left: 270px;
	}

	.pyramida .container div > p:nth-child(3) {
		padding-left: 390px;
	}
}

.pyramida.pyramida-endokrin .container {
	background: url(../img/study/endokrin-04.png) -30px top no-repeat;
}
.pyramida.onk_zabolevaniya .container {
	background: url(../img/study/onk_zabolevaniya_002.jpg) -30px top no-repeat;
}
.pyramida.podderjka_immunitetta_deti .container {
	background: url(../img/study/podderjka_immunitetta_deti_img_002.jpg) -30px top no-repeat;
}
.pyramida.correkciya_vesa .container {
	background: url(../img/study/correkciya_vesa_img_003.jpg) -30px top no-repeat;
}
.pyramida.virusnie_infekcii .container {
	background: url(../img/study/virusnie_infekcii_img_002.jpg) -30px top no-repeat;
}
.pyramida.pyramida-endokrin p {
	margin-bottom: 37px;
}
.pyramida .pyramida-endokri div> h2 {
	font-size: 24px;
	font-weight: 800;
	padding-left: 230px;
	height: 150px;
	margin-bottom: 0;
}
@media (max-width:991px) {
	.pyramida.pyramida-endokrin h2 {
		height: auto;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.pyramida.pyramida-endokrin .container {
		background: none;
		height: auto;
	}
	.pyramida.onk_zabolevaniya .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	.pyramida.onk_zabolevaniya .container {
		background: none;
		height: auto;
	}
	.pyramida.podderjka_immunitetta_deti .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	.pyramida.podderjka_immunitetta_deti .container {
		background: none;
		height: auto;
	}
	.pyramida.correkciya_vesa .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	.pyramida.correkciya_vesa .container {
		background: none;
		height: auto;
	}
	.pyramida.virusnie_infekcii .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
		margin-top: 10px !important;
	}
	.pyramida.virusnie_infekcii .container {
		background: none;
		height: auto;
	}
	.pyramida.pyramida-endokrin .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
}


.pyramida.podderji_seedce  .container div > p:nth-child(1) {
	padding-left: 280px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.pyramida.podderji_seedce  .container div > p:nth-child(2) {
	padding-left: 340px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.pyramida.podderji_seedce  .container div > p:nth-child(3) {
	padding-left: 430px;
	margin-bottom: 0px;
	max-width: 900px;
}
.pyramida.podderji_seedce  .container div > p:nth-child(4) {
	padding-left: 490px;
	margin-bottom: 20px;
	max-width: 900px;
	margin-top: 20px;
}
.pyramida.podderji_seedce  .container div > p:nth-child(5) {
	padding-left: 570px;
	margin-bottom: 20px;
}
.pyramida.podderji_seedce  .container div > p:nth-child(6) {
	padding-left: 640px;
	max-width: 992px;
}
.pyramida.podderji_seedce  .container div > p:nth-child(7) {
	 padding-left: 630px;
 }
@media (max-width:991px) {
	.pyramida .container {
		background-position: -250px 0px;
	}

	.pyramida h2 {
		padding-left: 0;
	}

	.pyramida .container div > p:nth-child(1) {
		padding-left: 140px;
	}

	.pyramida .container div > p:nth-child(2) {
		padding-left: 270px;
	}

	.pyramida .container div > p:nth-child(3) {
		padding-left: 390px;
	}
}


.pyramida.podderji_seedce .container {
	background: url(../img/study/programm_podderji_seedce_img_003.png) -30px top no-repeat;
}


.header-decorate {
	display: block;
	min-height: 115px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 34px;}
.header-decorate h2 {font-size: 24px; font-weight: 900; margin-left: 70px}
.header-decorate-1:before {font-size: 100px; font-weight: 900; color: #e4e4e4;  content: "1";position: absolute;
	top: -29%;}
.header-decorate-2:before {font-size: 100px; font-weight: 900; color: #e4e4e4;  content: "2";position: absolute;
	top: -15%;}
.header-decorate-3:before {font-size: 100px; font-weight: 900; color: #e4e4e4;  content: "3";position: absolute;
	top: 0%;}

@media (max-width:991px) {
	.pyramida.podderji_seedce .container div > p {
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	.pyramida.podderji_seedce .container {
		background: none;
		height: auto;
	}

}


.study-endokrin-block-01 img {
	width: 100%;
	height: auto;
	max-width: 393px;
	margin-bottom: 40px;
}
.study-endokrin-block-01 .row > div:first-child {
	background: url(../img/study/endokrin-05.png) center top no-repeat;
	height: 594px;
	padding-top: 80px;
	background-size: contain;
}
.study-endokrin-block-01 .row > div:first-child p {
	max-width: 340px;
	margin: 0 auto;
	line-height: 22px;
	font-size: 18px;
}
.study-endokrin-block-01 .row > div:last-child  {
	margin-top: 80px;
}
@media (max-width: 991px) {
	.plus-before:before {background:url(../img/study/endokrin-03.png) center center no-repeat;
		position: absolute;
		top: 100px;
		width: 70px;
		height: 70px;
		content: "";
		left: -25px;
	}
}
@media (max-width: 767px) {
	.plus-before:before {background:url(../img/study/endokrin-03.png) center center no-repeat;
		position: absolute;
		top: -45px;
		width: 70px;
		height: 70px;
		content: "";
		left: 42%;
	}
	.plus-before {margin-top: 50px}
	.study-endokrin-block-01 .row > div:first-child {
		background-size: cover;
	}
	.study-endokrin-block-01 .row > div:last-child  {
		margin-top: 40px;
	}
	.study-detocsication-display {margin-top: 20px}
	.study-virusnie_infekcii-display {margin-top: 20px}

}

.around_text_left {    position: absolute;
	top: 103px;
	right: 60px;
	width: 174px;
	border-radius: 97px;
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #d4e1f2;
	padding-left: 20px;
	padding-right: 20px;
	z-index: -1;}
.around_text_left p {font-size: 12px; font-weight: bold}
.around_text_right {    position: absolute;
	top: 103px;
	left: 60px;
	width: 174px;
	border-radius: 97px;
	padding-top: 40px;
	padding-bottom: 35px;
	background-color: #d4e1f2;
	padding-left: 20px;
	padding-right: 20px;
	z-index: -1;}
.around_text_right p {font-size: 12px; font-weight: bold}
.hidden-md {display: none}
@media (max-width: 1200px) {
	.around_text_left{
	right: 20px;}
	.around_text_right{
		left: 20px;}
}
@media (max-width: 992px) {
	.around_text_left{
		right: -30px;}
	.around_text_right{
		left: -30px;}
	.hidden-md {display: block}
}
@media (max-width: 768px) {
	.around_text_left{
		display: none}
	.around_text_right{
		display: none}
}
.study-detocsication-block {
	background: #d4e1f2;
	min-height: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.row:before, .row:after {display: none !important;}