* {
	padding: 0;
	margin: 0;

	text-transform: ;/* uppercase */
	font-family: naut, sans-serif;
	text-decoration: none;
	outline: none;
}
@font-face{ 
  font-family: 'naut'; 
  src: url('fonts/naut.otf');
}

a:hover {
	text-decoration: none;
}
html {overflow-x: hidden;} 
body {overflow-x: hidden;} 
.mobdisplay {display: none;}
.deskdisplay {display: block;}
input::-webkit-input-placeholder {color: #000;}
input::-moz-placeholder { /* Firefox 19+ */color: #000;}
input:-ms-input-placeholder {color: #000;}
input:-moz-placeholder { /* Firefox 18- */color: #000;}

/* кнопки select */
/* .кнопки select */

/*  программы */
.programs__row {
	padding-top: 45px;
	padding-bottom: 67px;
}
.programs__p1 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 43px;
}
.programs__box1 {
	border: 2px solid #811d82;
	border-radius: 100px;
	position: relative;
	margin-bottom: 40px;
}
.programs__box1__footnote {
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: -30px;
	right: -20px;
	width: 250px;
	background: #fff15f;
	box-shadow: 0 7px 7px 1px rgba(0, 0, 0, 0.33);
}
.programs__box1__footnote__p1 {
	color: #ff0000;
	font-size: 30px;
	font-family: open sans, sans-serif;
	font-weight: 700;
	text-align: center;	
	line-height: 1.3;
	margin-top: 10px;
}
.programs__box1__footnote__p1__span1 {
	font-family: open sans, sans-serif;
	font-size: 36px;
}
.programs__box1__footnote__p1__span2 {
	font-family: open sans, sans-serif;
	font-size: 18px;
	position: relative;
	bottom: 8px;
}
.programs__box__img1 {
	height: 340px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 100px 100px 0 0;
}
.programs__box__img1__1 {
	background: url(../img/programs__box__img1__1.png) center no-repeat / cover;
}
.programs__box1__p1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 21px;
}
.programs__box1__p1__span1 {
	font-size: 24px;
	text-decoration: line-through;
}
.programs__box1__p1__span2 {
	font-size: 36px;
	color: #811d82;
}
.programs__box1__p1__span3 {
	font-size: 24px;
}
.programs__box1__p2 {
	text-align: center;
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 10px;
}
.programs__box1__img2 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	color: #811d82;
	line-height: 0.6;
	padding-top: 26px;
	font-family: open sans, sans-serif;
	border: 1px solid #811d82;
	font-weight: 700;
}
.programs__box1__img__span {
	font-size: 18px;
	font-family: open sans, sans-serif;
}
.programs__box1__p3 {
	padding-left: 15px;
	background: url(../img/programs__box1__p3__img.png) top 9px left no-repeat;
	font-size: 14px;
	font-family: open sans, sans-serif;
	font-weight: 300;
	line-height: 2;
}
.programs__box1__p3:last-child {
	margin-bottom: 25px;
}
.programs__box1__a1 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-bottom: 14px;
}
.programs__box1__a1:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box1__a2 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 44px;
}
.programs__box1__a2:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box2 {
	border: 2px solid #811d82;
	border-radius: 100px;
	position: relative;
	margin-bottom: 40px;
}
.programs__box__img2 {
	height: 340px;
	width: 100%;
	border-radius: 0 100px 100px 0;
}
.programs__box2__footnote {
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: -50px;
	right: 50%;
	margin-right: -125px;
	width: 250px;
	background: #fff15f;
	box-shadow: 0 7px 7px 1px rgba(0, 0, 0, 0.33);
	z-index: 2;
}
.programs__box2__footnote__p1 {
	color: #ff0000;
	font-size: 30px;
	font-family: open sans, sans-serif;
	font-weight: 700;
	text-align: center;	
	line-height: 1.3;
	margin-top: 23px;
}
.programs__box2__footnote__p1__span1 {
	font-family: open sans, sans-serif;
	font-size: 36px;
}
.programs__box2__footnote__p1__span2 {
	font-family: open sans, sans-serif;
	font-size: 18px;
	position: relative;
	bottom: 8px;
}
.programs__box2__p1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 11px;
}
.programs__box2__p1__span1 {
	font-size: 24px;
	text-decoration: line-through;
}
.programs__box2__p1__span2 {
	font-size: 36px;
	color: #811d82;
}
.programs__box2__p1__span3 {
	font-size: 24px;
}
.programs__box2__p2 {
	text-align: center;
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 10px;
}
.programs__box2__img2 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	color: #811d82;
	line-height: 0.6;
	padding-top: 26px;
	font-family: open sans, sans-serif;
	border: 1px solid #811d82;
	font-weight: 700;
	position: absolute;
	right: 0px;
	top: 50px;
}
.programs__box2__img__span {
	font-size: 18px;
	font-family: open sans, sans-serif;
}
.programs__box2__p3__left {
	padding-left: 15px;
	width: 48%;
	display: inline-block;
}
.programs__box2__p3 {
	padding-left: 14px;
	background: url(../img/programs__box1__p3__img.png) top 4px left 2px no-repeat;
	font-size: 14px;
	font-family: open sans, sans-serif;
	font-weight: 300;
	display: block;
}
.programs__box2__a1 {
	width: 60%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.programs__box2__a1:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box2__a2 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 44px;
}
.programs__box2__a2:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
/* end программы */

/*  заявка1 */
.bid1__section {
	background: url(../img/bid1__sectionimg.png) center no-repeat / cover; 
}
.bid1__row {
	padding-top: 83px;
	padding-bottom: 87px;
}
.bid1__p1 {
	color: #fff;
	font-size: 38px;
	text-align: center;
}
.bid1__p1__span1 {
	color: #ffff68;
}
.bid1__input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-family: open sans, sans-serif;
	margin-top: 33px;
}
.bid1__input1 {
	background: #fff;
	font-size: 14px;
}
.bid1__input2 {
	background: #fff;
	font-size: 14px;
}
.bid1__input3 {
	background: #ffff68;
	font-size: 18px;
}
/* end заявка1 */


/*  заявка2 */
.bid2__section {
	background: url(../img/bid1__sectionimg.png) center no-repeat / cover; 
}
.bid2__row {
	padding-top: 83px;
	padding-bottom: 87px;
}
.bid2__p1 {
	color: #fff;
	font-size: 38px;
	text-align: center;
}
.bid2__p1__span1 {
	color: #ffff68;
}
.bid2__input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-family: open sans, sans-serif;
	margin-top: 33px;
}
.bid2__input1 {
	background: #fff;
	font-size: 14px;
}
.bid2__input2 {
	background: #fff;
	font-size: 14px;
}
.bid2__input3 {
	background: #ffff68;
	font-size: 18px;
}
/* end заявка2 */

/*  заявка3 */
.bid3__section {
	background: url(../img/bid1__sectionimg.png) center no-repeat / cover; 
}
.bid3__row {
	padding-top: 83px;
	padding-bottom: 87px;
}
.bid3__p1 {
	color: #fff;
	font-size: 38px;
	text-align: center;
}
.bid3__p1__span1 {
	color: #ffff68;
}
.bid3__input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	border-radius: 5px;
	text-align: left;
	padding-left: 13px;
	font-family: open sans, sans-serif;
	margin-top: 33px;
}
.bid3__input1 {
	background: #fff;
	font-size: 14px;
}
.bid3__input2 {
	background: #fff;
	font-size: 14px;
}
.bid3__input3 {
	background: #ffff68;
	font-size: 18px;
	text-align: center;
}
/* end заявка3 */

/*  персонаж */
.persona__row {
	padding-top: 86px;
	padding-bottom: 86px;
}

.persona__p1 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 43px;
}
.persona__block1 {
}
.persona__block1__img {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;	
	overflow: hidden;
	border: 15px solid #811d82;
	border-radius: 50%;
	box-shadow: 0 10px 45px -10px #000;
	transition: 0.2s;
}
.persona__block1__img:hover {
	transform: scale(1.1);
	transition: 0.2s;
	box-shadow: 0 10px 50px -20px #000;
	background: #c172c2;
}
.persona__block1__img__center {
	width: 100%;
}
.persona__block1__p1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 14px;
}
.persona__block1__a1 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-bottom: 14px;
	cursor: pointer;
}
.persona__block1__a1:hover {
	color: #fff;
	background: #99319a;
	border: 1px solid #99319a;
	cursor: pointer;
}
.persona__block1__a2 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 18px;
}
.persona__block1__a2:hover {
	color: #fff;
	background: #99319a;
	border: 1px solid #99319a;
	cursor: pointer;
}
/* end персонаж */

/*  причины */
.cause__row {
	padding-top: 60px;
	padding-bottom: 76px;
}

.cause__p1 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 43px;
}
.cause__block1 {
	width: 100%;
	margin-bottom: 27px;
	padding-left: 70px;
}
.cause__block1__1 {
	background: url(../img/cause__block1__1img.png) center left no-repeat;
}
.cause__block1__2 {
	background: url(../img/cause__block1__2img.png) center left no-repeat;
}
.cause__block1__3 {
	background: url(../img/cause__block1__3img.png) center left no-repeat;
}
.cause__block1__4 {
	background: url(../img/cause__block1__4img.png) center left no-repeat;
}
.cause__block1__p1 {
	font-size: 24px;
	color: #862787;
	margin-bottom: 5px;
}
.cause__block1__p2 {
	font-size: 14px;
	font-weight: 300;
	font-family: open sans, sans-serif;
}
.fotorama {
	margin-top: 20px;
}
/* end причины */

/*  отзывы */
.reviews__container {
	border-bottom: 1px solid #811d82;
}
.reviews__row {
	padding-top: 43px;
	padding-bottom: 68px;
}

.reviews__h2 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 43px;
}
.reviews__block1 {
	width: 266px;
	height: 266px;
	display: block;
	margin: 0 auto;
	border: 15px solid #811d82;
	border-radius: 50%;
}
.reviews__block1__1 {
	background: url(../img/reviews__block1__1img.png) center no-repeat / 110%;
}
.reviews__block1__2 {
	background: url(../img/reviews__block1__2img.png) center no-repeat / 110%;
}
.reviews__block1__3 {
	background: url(../img/reviews__block1__3img.png) center no-repeat / 110%;
}
.reviews__block1__4 {
	background: url(../img/reviews__block1__4img.png) center no-repeat / 110%;
}
.reviews__block2__p1 {
	margin-top: 15px;
	color: #811d82;
	font-size: 30px;
}
.reviews__block2__p2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: open sans, sans-serif;
}
.reviews__block2__p3 {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: open sans, sans-serif;
	margin-bottom: 14px;
}
.reviews__a1 {
	margin-top: 35px;
	display: block;
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #ffff68;
	background: #ffff68;ffffad
}
.reviews__a1:hover {
	border: 2px solid #ffffad;
	background: #ffffad;
	color: #000;
}
/* end отзывы */

/*  как выбрать */
.choice__container {
	border-bottom: 1px solid #811d82;
}
.choice__row {
	padding-top: 50px;
	padding-bottom: 117px;
}

.choice__p1 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 37px;
}
.choice__p2 {
	font-size: 30px;
	color: #811d82;
	text-align: center;
}
.choice__p3 {
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 14px;
}
.choice__a1 {
	margin-top: 25px;
	display: block;
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #811d82;
	background: #811d82;
}
.choice__a1:hover {
	color: #fff;
	background: #99319a;
}
/* end как выбрать */

/*  */
.footer__section {
	background: #31192e;
}
.footer__row {
	padding-top: 57px;
	padding-bottom: 57px;
	color: #fff;
}
.footer__p1 {
	font-family: open sans, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;	
}
.footer__p2 {
	font-family: open sans, sans-serif;	
	font-size: 30px;
	text-align: center;
}
.footer__p2 span {
	font-family: open sans, sans-serif;	
	font-size: 30px;
}
.footer__p3 {
	font-family: open sans, sans-serif;	
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.footer__p3:hover {
	text-decoration: underline;
}
/* end */

/*  */
.header__section {
	overflow: hidden;
	position: relative;
}
.header__fon {
	box-shadow: 0 0 15px 10px #aeaeae;
}
.header_false {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
}
.header__fon__home {
	background: url(../img/header__fon__home.png) right bottom no-repeat / auto 100%, #290531;
	box-shadow: 0 0 15px 10px #aeaeae;
}
.header__row {
	padding-top: 30px;
	margin-bottom: 88px;
	position: relative;
}
.header__menu__a1 {
	color: #fff;
	display: inline-block;
	float: right;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-left: 45px;
}
.header__menu__a1:hover {
	color: #fff;
}
.header__p1 {
	font-family: open sans, sans-serif;	
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
.header__p1 span {
	font-family: open sans, sans-serif;	
	font-size: 30px;
}
.header__h1 {
	margin-top: 40px;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}
.header__h1 span {
	font-size: 42px;
}
.header__h1__p1 {
	font-size: 42px;
	color:#fff;
	line-height:1.3;
	margin-bottom:20px;
	font-weight: 600;
}
.header__p3 {
	font-size: 20px;
	color: #fff;
	font-family: open sans, sans-serif;	
	margin-bottom: 50px;
}
.header__p4 {
	font-size: 18px;
	color: #fff;
	font-family: open sans, sans-serif;	
	margin-bottom: 0px;
}
.header__a2 {
	margin-top: 25px;
	display: block;
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #ffff68;
	background: #ffff68;
}
.header__a2:hover {
	color: #000;
	background: #ffff97;
}
.header__personaimg {
	position: absolute;
	top: 100px;
	left: 650px;
}
/* end */

.top__windows {
	position: fixed;
	width: 300px;
	min-height: 380px;
	left: 50%;
	margin-left: -150px;
	top: -50%;
	margin-top: -190px;
	background: #eee;
	box-shadow: 0 0 50px 0px #eee;
	transition: 1s;
	z-index: 6;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top__windows__fon {
	position: fixed;
	left: 0;top: 0;right: 0;bottom: 0;
	background: #000;
	opacity: 0.6;
	z-index: 5;
	display: none;
}
.top__windows__p1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	color: #811d82;
}
.top__windows__p2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.top__windows__input {
	width: 90%;
	margin-left: 5%;
	height: 50px;
	background: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-family: open sans, sans-serif;
}
.top__windows__input1 {
	background: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}
.top__windows__input2 {
	background: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}
.top__windows__input3 {
	background: #811d82;
	font-size: 18px;
	color: #fff;
	transition: 1s;
}

/*  */
.personapagedecription__row {
	padding-top: 77px;
	padding-bottom: 73px;
}
.personapagedecription__p1 {
	font-family: open sans, sans-serif;
	font-size: 14px;
}
.personapagedecription__a1 {
	margin-top: 25px;
	display: block;
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #811d82;
	background: #811d82;
}
.personapagedecription__a1:hover {
	color: #fff;
	background: #99319a;
}
.personapagedecription__a2 {
	margin-top: 25px;
	display: block;
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #811d82;
	background: #fff;
}
.personapagedecription__a2:hover {
	color: #fff;
	background: #99319a;
}
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */
.color000 {
	color: #000;
}
.background811d82 {
	background: #811d82;
	color: #fff;
	border: 2px solid #811d82;
}
@media screen and (min-width: 971px) and (max-width: 1170px) {
.persona__block1__p1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.persona__block1__img {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;	
	overflow: hidden;
	border: 15px solid #811d82;
	border-radius: 50%;
	box-shadow: 0 10px 45px -10px #000;
	transition: 0.2s;
}
}

@media screen and (min-width: 751px) and (max-width: 970px) {

.mobdisplay {display: block;}
.deskdisplay {display: none;}
/*  шапка */
.header__section {
	overflow: hidden;
}
.header__row {
	padding-top: 30px;
	margin-bottom: 38px;
	position: relative;
}
.header__menu__hr {
	height: 25px;
	width: 25px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.header__menu__hr1 {
	width: 100%;
	height: 20%;
	margin-bottom: 20%;
	background: #eee;
}
.header__menu__hr2 {
	width: 100%;
	height: 20%;
	margin-bottom: 20%;
	background: #eee;
}
.header__menu__hr3 {
	width: 100%;
	height: 20%;
	background: #eee;
}
.p0mob {
	padding: 0;
}
.header__menu__mob {
	width: 35vw;
	height: 100vh;
	background: #811d82;
	left: -36vw;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 3;
	padding-top: 20px;
	transition: 0.4s;
}
.header__menu__mob__false {
	position: fixed;
	top: 0;bottom: 0;left: 0;right: 0;
	background: #811d82;
	opacity: 0.5;
	z-index: 2;
	display: none;
}
.header__menu__a1 {
	color: #fff;
	display: block;
	float: none;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-size: 23px;
	margin-left: 25px;
	line-height: 1.7;
}
.header__menu__a1:hover {
	color: #fff;
}
.header__personaimg {
	position: absolute;
	top: 100px;
	left: 400px;
}
/* end шапка */

/*  программы */
.programs__row {
	padding-top: 45px;
	padding-bottom: 67px;
}
.programs__p1 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 43px;
}
.programs__box1 {
	border: 2px solid #811d82;
	border-radius: 40px;
	margin-bottom: 20px;
}
.programs__box__img1 {
	height: 340px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 40px 40px 0 0;
}
.programs__box__img1__1 {
	background: url(../img/programs__box__img1__1.png) center no-repeat / cover;
}
.programs__box1__p1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 11px;
}
.programs__box1__p1__span1 {
	font-size: 16px;
	text-decoration: line-through;
}
.programs__box1__p1__span2 {
	font-size: 28px;
	color: #811d82;
}
.programs__box1__p1__span3 {
	font-size: 18px;
}
.programs__box1__p2 {
	text-align: center;
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 10px;
}
.programs__box1__img2 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	color: #811d82;
	line-height: 0.6;
	padding-top: 26px;
	font-family: open sans, sans-serif;
	border: 1px solid #811d82;
	font-weight: 700;
}
.programs__box1__img__span {
	font-size: 18px;
	font-family: open sans, sans-serif;
}
.programs__box1__p3 {
	padding-left: 15px;
	background: url(../img/programs__box1__p3__img.png) top 9px left no-repeat;
	font-size: 14px;
	font-family: open sans, sans-serif;
	font-weight: 300;
	line-height: 2;
	margin-left: 30px;
}
.programs__box1__p3:last-child {
	margin-bottom: 25px;
}
.programs__box1__a1 {
	width: 90%;
	display: block;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.programs__box1__a1:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box1__a2 {
	width: 90%;
	display: block;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
.programs__box1__a2:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box2 {
	border: 2px solid #811d82;
	border-radius: 40px;
	position: relative;
	margin-bottom: 60px;
}
.programs__box__img2 {
	height: 340px;
	width: 100%;
	border-radius: 0 0 40px 40px;
}
.programs__box2__img2__1 {
	background: url(../img/programs__box2__img2__1.png) center no-repeat / cover;
}
.programs__box2__img2__2 {
	background: url(../img/programs__box2__img2__2.png) center no-repeat / cover;
}
.programs__box2__img2__3 {
	background: url(../img/programs__box2__img2__3.png) center no-repeat / cover;
}
.programs__box2__img2__4 {
	background: url(../img/programs__box2__img2__4.png) center no-repeat / cover;
}
.programs__box2__footnote {
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: -50px;
	right: 50%;
	margin-right: -125px;
	width: 250px;
	background: #fff15f;
	box-shadow: 0 7px 7px 1px rgba(0, 0, 0, 0.33);
	z-index: 2;
}
.programs__box2__footnote__p1 {
	color: #ff0000;
	font-size: 30px;
	font-family: open sans, sans-serif;
	font-weight: 700;
	text-align: center;	
	line-height: 1.3;
	margin-top: 23px;
}
.programs__box2__footnote__p1__span1 {
	font-family: open sans, sans-serif;
	font-size: 36px;
}
.programs__box2__footnote__p1__span2 {
	font-family: open sans, sans-serif;
	font-size: 18px;
	position: relative;
	bottom: 8px;
}
.programs__box2__p1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 51px;
}
.programs__box2__p1__span1 {
	font-size: 24px;
	text-decoration: line-through;
}
.programs__box2__p1__span2 {
	font-size: 36px;
	color: #811d82;
}
.programs__box2__p1__span3 {
	font-size: 24px;
}
.programs__box2__p2 {
	text-align: center;
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 10px;
}
.programs__box2__img2 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	color: #811d82;
	line-height: 0.6;
	padding-top: 26px;
	font-family: open sans, sans-serif;
	border: 1px solid #811d82;
	font-weight: 700;
	position: absolute;
	right: 30px;
	top: 50px;
}
.programs__box2__img__span {
	font-size: 18px;
	font-family: open sans, sans-serif;
}
.programs__box2__p3__left {
	padding-left: 15px;
	width: 48%;
	display: inline-block;
}
.programs__box2__p3 {
	padding-left: 14px;
	background: url(../img/programs__box1__p3__img.png) top 4px left 2px no-repeat;
	font-size: 14px;
	font-family: open sans, sans-serif;
	font-weight: 300;
	display: block;
}
.programs__box2__a1 {
	width: 60%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.programs__box2__a1:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box2__a2 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 44px;
}
.programs__box2__a2:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
/* end программы */

/* персонаж */
.persona__block1__img {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;	
	overflow: hidden;
	border: 15px solid #811d82;
	border-radius: 50%;
	box-shadow: 0 10px 45px -10px #000;
	transition: 0.2s;
}
.persona__block1__img:hover {
	transform: scale(1.1);
	transition: 0.2s;
	box-shadow: 0 10px 50px -20px #000;
	background: #c172c2;
}
.persona__block1__img__center {
	width: 100%;
}
.persona__block1__p1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.persona__block1__a1 {
	width: 100%;
	line-height: 40px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-bottom: 10px;
}
.persona__block1__a1:hover {
	color: #fff;
	background: #99319a;
	border: 1px solid #99319a;
}
.persona__block1__a2 {
	width: 100%;
	line-height: 38px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 10px;
}
.persona__block1__a2:hover {
	color: #fff;
	background: #99319a;
	border: 1px solid #99319a;
}
/* end персонаж */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
.footer__p1 {
	font-family: open sans, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;	
	text-align: center;
}
/* end */
}


@media (max-width: 750px) {

.mobdisplay {display: block;}
.deskdisplay {display: none;}
	/*  */
.persona__block1__a1 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #811d82;
	background: #811d82;
	margin-bottom: 14px;
}
.persona__block1__a1:hover {
	color: #fff;
	background: #99319a;
}
.persona__block1__a2 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-left: 0%;
	border: 2px solid #811d82;
	background: #fff;
	margin-bottom: 14px;
	transition: 0.2s;
}
.persona__block1__a2:hover {
	color: #fff;
	background: #99319a;
	transition: 0.2s;
}
/* end персонаж */
.header__fon__home {
	background: url(../img/header__fon__home.png) left -700px bottom no-repeat / auto 100%, #290531;
	box-shadow: 0 0 15px 10px #aeaeae;
}
.header__section {
	box-shadow:0 0 0 528px rgba(0, 0, 0, 0.33) inset;
}
.header__fon {
	box-shadow: none;
}
.header__row {
	padding-top: 30px;
	margin-bottom: 38px;
}
.header .row {
	margin: 0;
}
.header__menu__hr {
	height: 25px;
	width: 25px;
	position: absolute;
	left: 30px;
	top: 5px;
}
.header__menu__hr1 {
	width: 100%;
	height: 20%;
	margin-bottom: 20%;
	background: #eee;
}
.header__menu__hr2 {
	width: 100%;
	height: 20%;
	margin-bottom: 20%;
	background: #eee;
}
.header__menu__hr3 {
	width: 100%;
	height: 20%;
	background: #eee;
}
.p0mob {
	padding: 0;
}
.header__menu__mob {
	width: 80vw;
	height: 100vh;
	background: #811d82;
	left: -80vw;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 3;
	padding-top: 20px;
	transition: 0.4s;
}
.header__menu__mob__false {
	position: fixed;
	top: 0;bottom: 0;left: 0;right: 0;
	background: #000;
	opacity: 0.5;
	z-index: 2;
	display: none;
}
.header__menu__a1 {
	color: #fff;
	display: block;
	float: none;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-size: 23px;
	margin-left: 25px;
	line-height: 1.7;
}
.header__menu__a1:hover {
	color: #fff;
}
.header__p1 {
	font-family: open sans, sans-serif;	
	font-size: 23px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
.header__p1 span {
	font-family: open sans, sans-serif;	
	font-size: 23px;
}
.header__h1 {
	margin-top: 80px;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
	font-size: 48px;
}
.header__persona__h1 {
	margin-top: 40px;	
}
.header__h1 span {
	font-size: 30px;
}
.header__persona__p3 {
	display: none;
}
.header__personaimg {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	max-width: 100vw; 
}
/* end шапка */


/* персонаж */
.persona__row {
	padding-top: 46px;
	padding-bottom: 46px;
}

.persona__p1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 43px;
}
.persona__block1 {
}
.persona__block1__img {
	width: 130px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;	
	overflow: hidden;
	border: 8px solid #811d82;
	border-radius: 50%;
	box-shadow: 0 10px 30px -10px #000;
	transition: 0.2s;
}
.persona__block1__img:hover {
	transform: scale(1.1);
	transition: 0.2s;
	box-shadow: 0 10px 50px -20px #000;
	background: #c172c2;
}
.persona__block1__img__center {
	width: 100%;
}
.persona__block1__p1 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.persona__block1__a1 {
	width: 100%;
	line-height: 30px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-bottom: 8px;
}
.persona__block1__a1:hover {
	color: #fff;
	background: #99319a;
	border: 1px solid #99319a;
}
.persona__block1__a2 {
	width: 100%;
	line-height: 28px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 8px;
}
.persona__block1__a2:hover {
	color: #fff;
	background: #99319a;
	border: 1px solid #99319a;
}
/* end персонаж */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  */
/* end */

/*  программы */
.programs__row {
	padding-top: 45px;
	padding-bottom: 67px;
}
.programs__p1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 43px;
}
.programs__box1 {
	border: 2px solid #811d82;
	border-radius: 40px;
	margin-bottom: 20px;
	position: relative;
}
.programs__box1__footnote {
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: -30px;
	right: 10px;
	width: 230px;
	background: #fff15f;
	box-shadow: 0 7px 7px 1px rgba(0, 0, 0, 0.33);
}
.programs__box__img1 {
	height: 240px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 40px 40px 0 0;
}
.programs__box__img1__1 {
	background: url(../img/programs__box__img1__1.png) center no-repeat / cover;
}
.programs__box1__p1 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 11px;
	line-height: 1;
}
.programs__box1__p1__span1 {
	font-size: 16px;
	text-decoration: line-through;
}
.programs__box1__p1__span2 {
	font-size: 28px;
	color: #811d82;
}
.programs__box1__p1__span3 {
	font-size: 18px;
}
.programs__box1__p2 {
	text-align: center;
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 10px;
}
.programs__box1__img2 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	color: #811d82;
	line-height: 0.6;
	padding-top: 26px;
	font-family: open sans, sans-serif;
	border: 1px solid #811d82;
	font-weight: 700;
}
.programs__box1__img__span {
	font-size: 18px;
	font-family: open sans, sans-serif;
}
.programs__box1__p3 {
	padding-left: 15px;
	background: url(../img/programs__box1__p3__img.png) top 9px left no-repeat;
	font-size: 14px;
	font-family: open sans, sans-serif;
	font-weight: 300;
	line-height: 2;
	margin-left: 30px;
}
.programs__box1__p3:last-child {
	margin-bottom: 25px;
}
.programs__box1__a1 {
	width: 90%;
	display: block;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.programs__box1__a1:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box1__a2 {
	width: 90%;
	display: block;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
.programs__box1__a2:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box2 {
	border: 2px solid #811d82;
	border-radius: 40px;
	position: relative;
	margin-bottom: 60px;
}
.programs__box__img2 {
	height: 340px;
	width: 100%;
	border-radius: 0 0 40px 40px;
}
.programs__box2__img2__1 {
	background: url(../img/programs__box2__img2__1.png) center no-repeat / cover;
}
.programs__box2__img2__2 {
	background: url(../img/programs__box2__img2__2.png) center no-repeat / cover;
}
.programs__box2__img2__3 {
	background: url(../img/programs__box2__img2__3.png) center no-repeat / cover;
}
.programs__box2__img2__4 {
	background: url(../img/programs__box2__img2__4.png) center no-repeat / cover;
}
.programs__box2__footnote {
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: -50px;
	right: 50%;
	margin-right: -125px;
	width: 250px;
	background: #fff15f;
	box-shadow: 0 7px 7px 1px rgba(0, 0, 0, 0.33);
	z-index: 1;
}
.programs__box2__footnote__p1 {
	color: #ff0000;
	font-size: 30px;
	font-family: open sans, sans-serif;
	font-weight: 700;
	text-align: center;	
	line-height: 1.3;
	margin-top: 23px;
}
.programs__box2__footnote__p1__span1 {
	font-family: open sans, sans-serif;
	font-size: 36px;
}
.programs__box2__footnote__p1__span2 {
	font-family: open sans, sans-serif;
	font-size: 18px;
	position: relative;
	bottom: 8px;
}
.programs__box2__p1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 51px;
}
.programs__box2__p1__span1 {
	font-size: 24px;
	text-decoration: line-through;
}
.programs__box2__p1__span2 {
	font-size: 36px;
	color: #811d82;
}
.programs__box2__p1__span3 {
	font-size: 24px;
}
.programs__box2__p2 {
	text-align: center;
	font-size: 14px;
	font-family: open sans, sans-serif;
	margin-bottom: 10px;
}
.programs__box2__img2 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	color: #811d82;
	line-height: 0.6;
	padding-top: 26px;
	font-family: open sans, sans-serif;
	border: 1px solid #811d82;
	font-weight: 700;
	position: relative;
	right: 0px;
	top: 0px;
}
.programs__box2__img__span {
	font-size: 18px;
	font-family: open sans, sans-serif;
}
.programs__box2__p3__left {
	padding-left: 15px;
	width: 100%;
	display: block;
}
.programs__box2__p3 {
	padding-left: 14px;
	background: url(../img/programs__box1__p3__img.png) top 4px left 2px no-repeat;
	font-size: 14px;
	font-family: open sans, sans-serif;
	font-weight: 300;
	display: block;
}
.programs__box2__a1 {
	width: 60%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #811d82;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.programs__box2__a1:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
.programs__box2__a2 {
	width: 100%;
	line-height: 50px;
	font-family: open sans, sans-serif;
	color: #811d82;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #811d82;
	background: #fff;
	margin-bottom: 44px;
}
.programs__box2__a2:hover {
	color: #fff;
	border: 1px solid #99319a;
	background: #99319a;
}
/* end программы */

/*  */
.footer__p1 {
	font-family: open sans, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;	
	text-align: center;
}
/* end */
}