.content--charity {
    padding-top: 92px;
}
.wrapper--charity {
	max-width: 1195px;
}
.hero-new__image-wrapper--charity {
    top: unset;
    bottom: 0;
}
.hero-new__image--charity {
width: auto;	
transform: translate(-10%);
}
.hero-new--charity {
	margin-bottom: 0;
}
.hero-new--charity h1 {
margin: 4.5rem 0 1.25rem;
line-height: 1;
}
.hero-new--charity .text-lead {
line-height: 1.75;
}
.hero-new--charity .btn--secondary {
width: 217px;
height: 80px;
font-size: 20px;	
border-radius: 150px;
background: #F08C08;
padding: 0;
margin-top: 1.75rem;
}
.hero-new--charity .btn--secondary:hover {
opacity: .8;
}
.hero-new--charity p {
margin-top: 0;
}
.charity-about {
padding: 150px 0 450px;
}
.text-n-pic__text {
width: 490px;
max-width: 100%;
}
.text-n-pic__text h2 {
margin: 0 0 1.5rem;
}
.text-n-pic__text p {
line-height: 1.75;
margin: .8em 0 0;
}
.text-n-pic__pic img {
border-radius: 25px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
overflow: hidden;
}
.charity-idea {
position: relative;
top: -300px;
margin-bottom: -300px;
}
.charity-idea__pic img {
border-radius: 25px;
overflow: hidden;
}
.charity-idea__bubble {
width: 738px;
max-width: 100%;
height: 396px;
position: relative;
top: -189px;
padding: 84px 96px;
margin: 0 auto -189px;
background: url(../img/bubble-bg.png) 50% 0 no-repeat;
}
.charity-idea__title {
font-size: 1.8rem;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
line-height: 1.1;
margin-bottom: 1rem;
}
.charity-idea__text {
line-height: 1.65;
}
.consequences {
	padding: 150px 0 160px;
}
.consequences h2 {
	line-height: 1;
}
.charity-problems {
	padding: 150px 0 135px;
}
.charity-problems h2,
.charity-goals h2,
.charity-help h2,
.charity-personal h2,
.patient-reviews h2,
.charity-contacts h2 {
	margin: 0 0 2.25rem;
}
.charity-problems__item {
height: 470px;
border-radius: 25px;
background: #E5ECF1;	
padding: 60px 35px 0;
margin-bottom: 15px;
}
.charity-problems__item__icon,
.charity-goals__item__icon {
width: 100px;
min-width: 100px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
background: #0096AA;
border-radius: 50%;
text-align: center;
margin: 0 0 1.25rem 5px;
}
.charity-problems__item__text {
font-size: 18px;
line-height: 1.5;
}

.charity-goals {
	padding: 0 0 160px;
}
.charity-goals__row > div {
height: 550px;	
border-radius: 25px;
overflow: hidden;
background: #E5ECF1;
padding: 60px 40px 0;
}
.charity-goals__item {
height: 100%;

}
.charity-goals__item__icon {
margin: 0 0 1.5rem 0;
}
.charity-goals__item__title {
font-family: 'Ubuntu', sans-serif;
font-size: 22px;
font-weight: 500;
line-height: 1.1;
margin-bottom: 15px;
}
.charity-goals__item__text {
font-size: 19px;
line-height: 1.55;
}
.charity-help,
.patient-reviews,
.charity-outro,
.charity-contacts {
	padding: 150px 0;
}
.charity-help__row {
	margin-right: -12.5px!important;
    margin-left: -12.5px!important;
}
.charity-help__row > div {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.charity-help__step {
counter-increment: step;
font-size: 19px;
line-height: 1.55;	
padding: 42px 40px 41px 145px;
border-radius: 25px;
background: #fff;
position: relative;
margin-bottom: 25px;
}
.charity-help__step::before {
content: "0" counter(step);
display: block;
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
text-align: center;
font-size: 1.8rem;
font-weight: 500;
color: #fff;
position: absolute;
top: 45px;
left: 40px;
background: #0096AA;
}
.charity-help__pic img {
border-radius: 25px;
overflow: hidden;
}
.charity-personal {
padding-bottom: 150px;
}
.charity-personal__pic img {
border-radius: 25px;
overflow: hidden;
}
.charity-personal__bubble {
width: 701px;
max-width: 100%;
height: 377px;
padding: 65px 125px;
position: relative;
top: -197px;
margin: 0 auto -197px;
background: url(../img/bubble-bg2.png) 50% 0 no-repeat;
}
.charity-personal__text,
.charity-personal__info {
font-size: 1.2rem;
line-height: 1.65;	
}
.charity-personal__info {
font-weight: 600;
margin-bottom: 1.5rem;
}
.charity-personal__btn {
width: 200px;
height: 80px;
font-size: 18px;
border-radius: 150px;
background: #F08C08;
padding: 0;
}
.charity-personal__btn:hover {
	opacity: .8;
}
.charity-personal__tip {
	display: none;
}
.charity-personal__qr img {
border-radius: 15px;
overflow: hidden;
}
.patient-reviews-slider__wrap {
	position: relative;
}
.patient-reviews-slider {
	height: 380px;
	overflow-y: hidden;
}
.patient-reviews-item {
height: 380px;
border-radius: 20px;
overflow: hidden;
background: rgba(0, 150, 170, .07);	
display: flex;
justify-content:center;
align-items:center;	
}
.pr-swiper-button-prev,
.pr-swiper-button-next {
width: 40px;
height: 78px;
position: absolute;
top: calc(50% - 39px);
z-index: 900;
}
.pr-swiper-button-prev::after,
.pr-swiper-button-next::after {
	display: none;
}
.pr-swiper-button-prev svg,
.pr-swiper-button-next svg {
width: 100%;	
fill: #0096aa!important;
}

.pr-swiper-button-prev.swiper-button-disabled,
.pr-swiper-button-next.swiper-button-disabled {
	opacity: .2;
}
.pr-swiper-button-prev {
	left: 0;
}
.pr-swiper-button-next {
	right: 0;
}

.charity-outro h2 {
	margin: .5rem 0 1.5rem;
}
.charity-outro p {
	line-height: 1.65;
    margin-top: .8em;
}
.charity-outro__pic img {
border-radius: 25px;
overflow: hidden;
}
.charity-outro__text {
	width: 450px;
	max-width: 100%;
}
.charity-contacts__item {
width: 355px;
max-width: 100%;
height: 210px;	
line-height: 1.1;
border-radius: 25px;
background: #E5ECF1;
padding: 45px 0 0 30px;
margin: 0 12.5px;
margin-bottom: 2rem;
}
.charity-contacts__item__icon {
display: flex;
align-items:center;
justify-content:center;
width: 80px;
height: 80px;
border-radius: 50%;
background: #0096AA;
margin-bottom: 1rem;
}
.charity-contacts__item a {
color: #000!important;
font-weight: 500;
line-height: 1.1;
text-decoration: none!important;
border: none!important;
}
.charity-contacts__text {
width: 735px;
max-width: 100%;	
line-height: 1.75;
margin: 0 auto;
}
.charity-main {
padding-top: 100px;
margin-bottom: 40px;
}
.charity-main__panel {
height: 800px;	
border-radius: 35px;
background: url(../img/charity-bg.png) 50% 0 no-repeat, #D9D9D9;
}
.charity-main__panel__row {
height: 100%;	
position: relative;
}
.charity-main__panel__info {
	padding: 120px 0 0 95px;
}
.charity-main__panel__title {
font-size: 2.5rem;
font-weight: 500;
line-height: 1;
margin-bottom: 1.5rem;
}
.charity-main p {
line-height: 1.75;
margin-top: .8em;
}
.charity-main p:first-child {
	margin-top: 0!important;
}
.charity-main__btn {
display: block;	
width: 252px;
height: 80px;
text-align: center;
font-size: 20px;
line-height: 80px;
border-radius: 150px;
background: #F08C08;
padding: 0;
margin-top: 35px;	
}
.charity-main__btn:hover {
	opacity: .8;
}
.charity-main__panel__pic {
	position: absolute;
	right: -111px;
	bottom: 0;
}


@media (min-width: 768px) {
.hero-new--charity {
   min-height: 700px;
}
}

@media (min-width: 801px) {
.charity-goals__row {
transition-property: no-repeat;
transition-timing-function: unset;
box-sizing: border-box;
}
.charity-goals__row .swiper-slide {
	flex: 1;
flex-shrink: unset;
    width: unset;
    position: static;
    box-sizing: border-box;
    transition-property: none;
}
.charity-goals__row {
	gap: 25px;
}
}

@media (min-width: 1200px) {
.wrapper--charity {
	padding-left: 83px;
	padding-right: 83px;
}
.charity-help__step { 
	margin-bottom: 0;
}
.consequences .text-n-pic__text {
	width: 540px;
	padding-left: 50px;
}
.pr-swiper-button-prev,
.pr-swiper-button-next {
width: 63px;
height: 122px;
top: calc(50% - 61px);
}
.pr-swiper-button-prev {
	left: -30px;
}
.pr-swiper-button-next {
	right: -30px;
}
} 

@media (min-width: 1280px) {
.pr-swiper-button-prev {
	left: -93px;
}
.pr-swiper-button-next {
	right: -93px;
}
}


@media screen and (max-width: 1199px) {
.charity-help,
.patient-reviews,
.charity-outro,
.charity-contacts,
.charity-problems,
.consequences {
	padding: 80px 0;
}
.charity-about {
padding-top: 80px;
}
.charity-personal {
    padding-bottom: 80px;
}
.charity-problems__item {
	height: auto;
}
.charity-problems__item__icon {
	margin: 0 15px 0 0;
}
.charity-problems__item {
display: flex;
align-items:center;
}
}

@media screen and (max-width: 1100px) {
.charity-problems__item {
padding: 30px;
}
}

@media screen and (max-width: 1024px) {	
.content--charity {
padding-top: 0;
}
.hero-new--charity h1 {
    margin: 4.5rem 0 1.25rem;
    line-height: 1;
}
.charity-goals__row > div {
	height: auto;
	padding: 45px 30px;
}
.charity-goals__item__icon {
width: 80px;
min-width: 80px;
height: 80px;
margin-bottom: 20px;
}
.charity-goals__item__icon svg {
width: 43.2px;
}
.charity-goals__item__title {
	font-size: 20px;
	margin-bottom: 10px;
}
.charity-goals__item__text {
    font-size: 15px;
    line-height: 1.4;
}
}

@media screen and (max-width: 991px) {
	.hero-new--charity {
		width: 100%;
		min-height: unset;
		overflow: hidden;
		padding-bottom: 290px;
	}
	.hero-new--charity h1 {
    font-size: 2rem;
    margin: 45px 0 15px;
	}
	.hero-new--charity .btn--secondary {
	width: 183px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-top: 20px;
	}
	.hero-new__image-wrapper--charity,
	.hero-new__image--charity picture {
		position: static!important;
	}
	.hero-new__image--charity {
		width: 100%;
		height: 356px;
		left: 0;
		transform: none;
	}
	.hero-new__image-wrapper--charity {
		width: 100%;
	  display: flex;
      justify-content: center;
      align-items:flex-end;
      min-width: 375px;
		height: 356px;
		order: 2;
		margin-left: 50%;
		transform: translateX(-50%);
      overflow: hidden;
	}
	.hero-new__image--charity img {
    width: 375px;
    max-width: 375px;
    height: 356px;
    left: 0!important;
    transform: none!important;
	}
	.charity-main__panel {
		height: auto;
		border-radius: 15px;
		background-image: url(../img/charity-bg-xs.png);
		background-size: cover;
	}
	.charity-main__panel__row {
		padding-bottom: 250px;
	}
	.charity-main__panel__info {
    padding: 45px 30px 0;
	}	
	.charity-main__panel__title {
    font-size: 2rem;
    }
	.charity-main__panel__pic {
		width: 100%;
		height: 310px;
		right: 0;
		text-align: center;
		display: flex;
    align-items: self-end;
	}
	.charity-main__panel__pic img {
		max-width: 100%;
	}
	.charity-main__btn {
		width: 205px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        margin-top: 20px;
        z-index: 10;
        position: relative;
	}
	.charity-outro__text,
	.text-n-pic__text {
    width: 100%;
    }
    .charity-outro__text,
	.text-n-pic__text {
		margin-bottom: 30px;
	}
	.charity-personal__qr {
	width: 200px;
	margin: 30px auto 0;
	} 
	.charity-about h2,
	.charity-problems h2, 
.charity-goals h2, 
.charity-help h2, 
.charity-personal h2, 
.patient-reviews h2, 
.charity-contacts h2,
.consequences h2,
.charity-outro h2 {
	font-size: 26px;
	line-height: 0.95;
    margin: 0 0 30px;
}
.charity-about h2,
.consequences h2,
.charity-outro h2 {
	margin-bottom: 20px;
}
.text-n-pic__pic img,
.charity-help__pic img,
.charity-outro__pic img,
.charity-personal__pic img,
.charity-idea__pic img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
}


@media screen and (max-width: 800px) {
.charity-goals {
		overflow: hidden;
	}
.charity-goals-slider {
	overflow: visible;
}	
.charity-goals .wrapper--charity {
	padding: 0!important;
}
.charity-goals .swiper {
	width: auto;
	max-width: unset;
}
.charity-goals .swiper-wrapper {
	width: auto;
	max-width: unset;
	box-sizing: border-box;
}
.charity-goals .swiper-slide {
	width: calc(100vw - 60px)!important;
	box-sizing: border-box;
}
.charity-contacts__row {
	display: block!important;
}
.charity-contacts__item {
	width: 335px;
	max-width: 100%;
		padding: 20px;
		height: auto;
		display: flex;
		align-items: center;
		margin: 0 auto 15px;
	}
	.charity-contacts__item__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    } 
    .charity-contacts__item:first-child svg { 
      width: 14px;
    }
    .charity-contacts__item:last-child svg { 
      width: 15px;
    }
    .charity-contacts__item a {
    	font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
.charity-personal__tip {
	display: block;
	margin: 30px 0;
}	
.charity-personal__tip p {
	line-height: 1.6;
	margin-top: 12px;
}
.hero-new--charity {
	background: url(../img/charity-bg-page.png) 0 0 no-repeat;
	background-size: cover;
}
.hero-new__image--charity {
	z-index: 90;
}
.hero-new .wrapper--charity {
padding-left: 20px;
padding-right: 20px;
}	
.hero-new--charity h1 {
line-height: 0.95;
}
.hero-new--charity p {
font-size: 16px;
line-height: 1.6;
}
.hero-new__image--charity:before {
	display: none;
}	
.charity-main {
    padding-top: 45px;
    margin-bottom: 10px;
} 
.charity-help,
.patient-reviews,
.charity-outro,
.charity-contacts,
.charity-problems,
.consequences {
	padding: 60px 0;
}
.charity-problems {
	padding-bottom: 45px;
}
.consequences,
.charity-goals,
.charity-outro,
.patient-reviews { 
	padding-bottom: 70px;
}
.charity-about {
padding: 60px 0 240px;
}
.charity-idea {
    top: -167px;
    margin-bottom: -167px;
}
.charity-idea .wrapper--charity {
	padding-left: 10px;
	padding-right: 10px;
}
.charity-idea__bubble {
    width: 100%;
    height: 305px;
    padding: 42px 30px 50px;
    top: -133px;
    margin: 0 auto -133px;
    background-image: url(../img/bubble-bg-xs.png);
    background-size: contain;
}
.charity-idea__title {
font-size: 20px;
margin-bottom: 10px;
}
.charity-idea__text {
    line-height: 1.45;
}
.charity-personal {
    padding-bottom: 70px;
}
	.charity-main__panel__title {
	font-size: 26px;
	line-height: 0.95;
	margin-bottom: 15px;
	}
	.charity-main p {
	line-height: 1.55;
     margin-top: 12px;
	}
	.charity-problems__item {
	padding: 25px 20px;
	}
	.charity-problems__item__icon {
	width: 70px;
	min-width: 70px;
    height: 70px;
	}
	.charity-problems__item__icon svg {
		width: 42px;
	}
	.charity-problems__item:nth-child(2) svg {
		width: 38px;
	}
	.charity-problems__item__text {
    font-size: 15px;
    line-height: 1.4;
}
.charity-goals__row > div {
	height: 380px;
	padding-bottom: 0;
	}
.pr-swiper-button-prev,
.pr-swiper-button-next {
display: none;
}
.patient-reviews .wrapper--charity {
	padding: 0!important;
}
.patient-reviews-slider {
	overflow-x: visible;
} 
.patient-reviews .swiper-slide {
	width: calc(100vw - 60px)!important;
}
.patient-reviews-item {
	height: 400px;
}
.charity-help__step {
	font-size: 15px;
	line-height: 1.4;
	border-radius: 15px;
	padding: 25px 20px 30px 85px;
	margin-bottom: 15px;
}
.charity-help__step::before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 24px;
top: 25px;
left: 20px;
}
.charity-personal__bubble {
    width: 355px;
    height: 265px;
    top: -131px;
    margin-bottom: -131px;
    padding: 45px 37px 38px;
    background-image: url(../img/bubble-bg2-xs.png);
}
.charity-personal__text, 
.charity-personal__info {
	font-size: 16px;
    line-height: 1.45;
}
.charity-personal__info {
	margin: 10px 0 20px;
}
.charity-personal__btn {
width: 137px;
height: 60px;
line-height: 60px;
}
.text-n-pic__text p,
.charity-outro p,
.charity-contacts__text  {
   line-height: 1.6;
}
.charity-contacts__text {
	margin-top: 25px;
}
}