@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaNeueCyr-Thin.woff') format('woff'),
		  url('../fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
		  url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
		  url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'LemonTuesday';
	src: url('../fonts/LemonTuesday.woff2') format('woff2'),
		  url('../fonts/LemonTuesday.woff') format('woff'),
		  url('../fonts/LemonTuesday.otf') format('opentype');
	font-display: swap;
}

.body {
	background: #cebeb5;
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-align: justify;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

.section{
	padding: 30px 0;
}

.courses-own-styles .collegue {
  margin: 10px auto;
  border-bottom: 0;
  border-top: 0;
  padding: 10px 0;
}
.courses-own-styles .collegues__main {
  font-size: 1.8em;
  margin: 0 0 20px 0;
  padding: 20px 0 10px 0;
  text-align: left;
  color: #000;
  font-weight: 400;
}
.courses-own-styles .collegues {
  margin: 0 0 20px 0;
}
.courses-own-styles .courses__insideBottom {
  display: block;
}
.helpers8254-container {
  display: table;
}
.helpers8254-row {
  display: table-row;
  color: #7b4812;
}
.helpers8254-col-one {
  display: table-cell;
  padding-bottom: 10px;
  width: 140px;
  padding-right: 20px;
  vertical-align: middle;
}
.helpers8254-col-two {
  display: table-cell;
  padding-bottom: 10px;
  width: 270px;
  padding-right: 20px;
  vertical-align: middle;
}
.helpers8254-col-three {
  display: table-cell;
  padding-bottom: 10px;
  width: 320px;
  vertical-align: middle;
}
.courses-own-styles .courses__button, .courses-own-styles .button {
  margin: 0;
}
.helpers8254-order-btn {
  display: block;
  border: 1px solid #998d86;
  width: calc(100% - 2px);
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #dbcfc8;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: #7b4812;
}
.helpers8254-order-btn:hover {
  background: #998d86;
  color: #fff;
}
.courses-own-styles .courses__item {
  border-bottom: 0;
}
.courses-own-styles .collegues__description {
  color: #7b4812;
  padding: 10px 0 20px;
  font-weight: 700;
  font-size: 14px;
}
.schedule8254-title {
  font-size: 1.8em;
  margin: 0 0 20px 0;
  padding: 20px 0 10px 0;
  text-align: left;
  color: #000;
  font-weight: 400;
}
div.schedule8254-table {
  overflow-x: auto;
  margin-bottom: 30px;
}
div.schedule8254-table table {
  border-collapse: collapse;
  width: 100%;
}
div.schedule8254-table table thead tr {
  background: #cccccc;
}
div.schedule8254-table table tbody tr:nth-child(odd) {
  background: #ccbca7;
}
div.schedule8254-table table tbody tr:nth-child(even) {
  background: #cccccc;
}
div.schedule8254-table table thead tr td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}
div.schedule8254-table table tbody tr td {
  border: 1px solid #000;
  padding: 10px;
}
.courses-own-styles .about__infoH2 {
  font-size: 1.8em;
  margin: 0 0 20px 0;
  padding: 20px 0 10px 0;
  text-align: left;
  color: #000;
  font-weight: 400;
}
.courses-own-styles h1 {
  color: #000;
  font-weight: 400;
  font-size: 1.8em;
}
@media (max-width:999px) {
  .helpers8254-container {
    display: block;
    text-align: left;
  }
  .helpers8254-row {
    display: block;
    text-align: left;
  }
  .helpers8254-col-one {
    display: block;
    text-align: left;
  }
  .helpers8254-col-two {
    display: block;
    text-align: left;
  }
  .helpers8254-col-three {
    display: block;
    text-align: left;
  }
}




.almostBlack {
	color: #412e20;
}

.blue {
	color: #5b9eae;
}

.purple {
	color: #4315ab;
}

a {
	color: #000;
	font-weight: 600;
}

.form-message,.form__message,.hide,.modal,.pswp {
	display: none;
}

main {
	min-height: 75vh;
}

.h1,h1 {
	margin: 10px auto 20px;
	font-size: 1.5em;
}

.h1,h1,h2 {
	color: #40322b;
	font-weight: 400;
}

h2 {
	font-size: 3em;
	margin: 70px auto 60px;
	text-align: center;
	line-height: 1.1;
}

.video {
	margin: 20px auto;
	display: block;
}

.videoRight {
	float: right;
	margin-left: 20px;
}

.overflowHidden {
	overflow: hidden;
}

.italic {
	font-style: italic;
}

.strong {
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
}

.justify {
	text-align: justify;
}

.withoutMarginTop {
	margin-top: 0;
}

.logo {
	background: url(../images/logo-nicole.png);
	width: 224px;
	height: 62px;
	background-size: cover;
	display: block;
}

.headerMain {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	background: rgba(0,0,0,.3);
	padding: 0 0 5px;
}

.header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menuDiv {
	width: 100%;
	display: none;
}

.menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 30px;
	border-bottom: 1px solid #448490;
	font-size: .85em;
}

.menu__arrow {
	display: inline-block;
	background-image: url(../images/arrowMenu.svg);
	background-size: cover;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.submenu {
	background: #f5eae4;
	position: fixed;
	left: 0;
	right: 0;
	top: 156px;
	padding: 35px 0 15px;
	display: none;
}

.menu__submenu {
	max-width: 1200px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu__submenu .menu__item {
	margin-right: 40px;
	padding-bottom: 25px;
}

.menu>.menu__item {
	z-index: 1;
	margin-bottom: -1px;
	padding-bottom: 30px;
}

.menu>.menu__item:hover {
	border-bottom: 4px solid #448490;
	padding-bottom: 25px;
}

.menu>.menu__item:hover .submenu {
	display: block;
}

.menu__item {
	list-style: none;
	position: relative;
	text-transform: uppercase;
}

.menu__item:hover>.menu__link {
	color: #448490;
}

.menu__item:hover>.menu__arrow {
	background-image: url(../images/arrowMenu2.svg);
	transform: rotate(90deg);
}

.menu__link {
	color: #866c5f;
	text-decoration: none;
	font-weight: 600;
	padding: 0 10px 30px;
	/*letter-spacing: 1px;*/
}

.menu__link:hover {
	color: #448490;
}

.headerLeft__text {
	max-width: 230px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .7em;
	font-weight: 600;
	margin-top: 5px;
}

.headerRight {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}

.headerRight__lang {
	font-size: 1.5em;
	margin-right: 60px;
	color: #cebeb5;
	text-decoration: none;
	margin-top: -10px;
}

.headerRight__phones {
	margin-right: 60px;
	text-align: right;
}

.headerRight__phone {
	display: block;
	color: #cebeb5;
	text-decoration: none;
	font-size: 1.2em;
}

.headerRight__phone > *{ display: inline-block; vertical-align: middle; }

.headerRight__phone { margin-bottom: 5px; }
.headerRight__phone:last-child{ margin-bottom: 0; }

.headerRight__site {
	padding-left: 45px;
	margin-right: 60px;
	max-width: 240px;
	position: relative;
	font-size: .8em;
	color: #cebeb5;
	box-sizing: border-box;
	display: none;
}

.headerRight__site:before {
	content: " ";
	width: 28px;
	height: 33px;
	background: url(../images/russia.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.headerMain {
	background: #f5eae4;
	padding: 0;
}

.headerMain .menuDiv {
	display: block;
}

.headerMain .logo {
	background-position-x: 224px;
}

.headerMain .headerRight__phones {
	margin-top: 10px;
}

.headerMain .headerRight__site {
	display: block;
  text-align: left;
}

.headerMain .headerLeft__text {
	color: #448490;
}

.headerMain .burger__line {
	background: #448490;
}

.burger {
	display: none;
	cursor: pointer;
}

.burger__line {
	display: block;
	width: 42px;
	height: 6px;
	background: #cebeb5;
	margin-bottom: 6px;
	border: 0;
	border-radius: 30px;
}

.body main .slick-next:before {
	content: url(../images/sliderRight.png);
}

.body main .slick-next {
	height: 52px;
	width: 32px;
	right: 5%;
	z-index: 2;
}

.body main .slick-prev {
	height: 52px;
	width: 32px;
	left: 5%;
	z-index: 2;
}

.body main .slick-prev:before {
	content: url(../images/sliderLeft.png);
}

.body main .slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 10px;
}

.body main .slick-dots button {
	background: #fff;
	border: 0;
	border-radius: 50px;
	height: 10px;
	width: 10px;
}

.body main .slick-dots button::before{
	content: none;
}

.body main .slick-dots li.slick-active button {
	background: #448490;
	border: 0;
	border-radius: 50px;
	height: 10px;
	width: 10px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.button {
	font-size: .8em;
	background: transparent;
	border: 2px solid #a89083;
	color: #896e60;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 220px;
	padding: 8px 20px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 14px;
	display: inline-block;
	cursor: pointer;
  text-align: center;
}

.button:hover {
	background: #a89083;
	color: #fff;
}

.js-slider {

}

.slider {
	margin-top: 155px;
}

.slider,.sliderDop {
	max-height: 650px;
	overflow: hidden;
}

.slider__item,.sliderDop__item {
	/*height: 650px!important;*/
	height: 580px !important;
	background-size: cover;
}

.slider__container {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: 1000px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slider__info {
	max-width: 330px;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #cebeb5;
	color: #fff;
	text-align: center;
	padding: 30px;
}

.slider__title {
	font-size: 1.5em;
}

.slider__description {
	font-size: 2.8em;
	line-height: 1;
	padding: 25px 0;
	font-family: LemonTuesday;
}

.slider__descriptionNoFontLemon {
	font-family: auto;
	color: #ffba96;
}

.slider__text {
	font-size: 1.3em;
}

.slider__button,.sliderDop__button {
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
}

.slider__button:hover,.sliderDop__button:hover {
	background: #fff;
	color: #000;
}

.schoolCourses {
	margin-bottom: 55px;
}

.schoolCourses__main {
	margin: 60px auto 50px;
}

.schoolCourse {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.schoolCourse__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 408px;
}

.schoolCourse__item .button {
	max-width: 220px;
	box-sizing: border-box;
	width: 100%;
}

.schoolCourse__itemName {
	font-size: 1.5em;
	color: #40322b;
	margin-bottom: 40px;
	padding: 0 40px;
	height: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	max-width: 408px;
}

.schoolCourse__itemImg {
	margin-bottom: 30px;
	max-width: 100%; height: auto;
	width: 400px;
}

.schoolCourse__link {
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.schoolCourse__descForMain {
	margin-top: 20px;
}

.grapBlock {
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 0;
	background: #40322b;
	padding: 20px 0;
}

.grapBlock,.grapBlock__price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.grapBlock__price {
	color: #fff;
	margin-right: 10px;
}

.pageContent__content .grapBlock__price{ margin-right: 10px; }

.grapBlock__price:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: 50% no-repeat;
	background-image: url(../images/ruble.svg);
	background-size: contain;
	margin-right: 10px;
}

.grapBlock__discount {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.grapBlock__discount:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: 50% no-repeat;
	background-image: url(../images/discount.svg);
	background-size: contain;
	margin-right: 10px;
}

.grapBlock .button {
	margin: 0 0 0 10px;
}

.sliderDop {
	height: 100%;
}

.sliderDop__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	text-align: center;
	color: #fff;
}

.sliderDop__title {
	font-size: 2.7em;
}

.sliderDop__line {
	width: 202px;
	height: 2px;
	background: #fff;
	margin: 55px auto;
}

.sliderDop__textFirst {
	font-size: 2.5em;
	text-transform: uppercase;
	margin: 5px;
}

.sliderDop__textSecond {
	font-size: 1.5em;
}

.sliderDop__button {
	margin-top: 60px;
}

.courseButton {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	background: #896e60;
	color: #fff;
	border: 2px solid #896e60;
}

.courseButton:hover {
	background: transparent;
	color: #896e60;
}

.about {
	background: linear-gradient(#aa9285,#cfbfb6);
	overflow: hidden;
}

.about__line {
	width: 206px;
	height: 1px;
	background: #fff;
	margin: 30px auto;
}

.about__main {
	margin: 25px auto 48px;
	color: #fff;
}

.about__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 45px;
	-ms-flex-pack: center;
	justify-content: center;
}

.about__text {
	max-width: 540px;
	background: #cebeb5;
	font-weight: 400;
	padding: 30px 140px 30px 40px;
	position: relative;
	z-index: 2;
	line-height: 1.4;
	margin-bottom: 76px;
	box-sizing: border-box;
}

.about__text:before {
	content: "";
	position: absolute;
	left: 46px;
	bottom: -36px;
	border: 18px solid transparent;
	border-left: 18px solid #cebeb5;
	border-top: 18px solid #cebeb5;
}

.about__video {
	margin-top: 50px;
	margin-left: -85px;
	z-index: 3;
}

.about__link {
	display: block;
	color: #40322b;
	font-weight: 600;
	margin-top: 15px;
}

.achievement {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: visible;
	max-width: 1000px;
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	min-height: 620px;
}

.achievementNoJs {
	display: block;
	text-align: center;
}

.achievementNoJs .select-next,.achievementNoJs .select-prev {
	display: none;
}

.achievementNoJs .achievement__item {
	position: static;
	transform: scale(1);
	opacity: 1;
	display: inline-block;
	margin: 0 30px 10px 0;
	vertical-align: top;
}

.achievement__title {
	display: block;
	color: #40322b;
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: 600;
}

.achievement__item {
	position: absolute;
	opacity: 0;
	left: 35%;
	transform: scale(.1);
	max-width: 380px;
}

.achievement__img {
	max-width: 360px;
	min-width: 360px;
	height: auto;
}

.collegue {
	margin: 40px auto;
	border-top: 1px solid #40322b;
	border-bottom: 1px solid #40322b;
	padding-bottom: 70px;
}

.collegues {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-align: center;
}

.collegues__link {
	text-decoration: none;
}

.collegues__img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	width: 124px; height: 124px;
	border-radius: 50%;
	object-fit: cover;
}

.collegues__item {
	max-width: 140px;
}

.collegues__item:hover .collegues__img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.collegues__description {
	padding: 0 10px;
}

.collegues__main {
	margin-bottom: 50px;
}

.writingAboutUs {
	border-bottom: 1px solid;
	padding-bottom: 70px;
}

.writingAboutUsNoJs .writingAboutUs__list {
	display: block;
	text-align: center;
}

.writingAboutUsNoJs .writingAboutUs__list .select-next,.writingAboutUsNoJs .writingAboutUs__list .select-prev {
	display: none;
}

.writingAboutUsNoJs .writingAboutUs__list .writingAboutUs__item {
	position: static;
	transform: scale(1);
	opacity: 1;
	display: inline-block;
	margin: 0 30px 10px 0;
	vertical-align: top;
}

.writingAboutUs__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: visible;
	max-width: 1000px;
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	min-height: 620px;
}

.writingAboutUs__title {
	display: block;
	color: #40322b;
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: 600;
}

.writingAboutUs__center {
	text-align: center;
	font-size: 1.3em;
}

.writingAboutUs__item {
	position: absolute;
	opacity: 0;
	left: 35%;
	transform: scale(.1);
	max-width: 380px;
}

.writingAboutUs__img {
	max-width: 360px;
	min-width: 360px;
	height: auto;
}

.select-first {
	display: inline-block;
	position: absolute;
	left: 0;
	opacity: 1;
	margin-right: -100px;
	margin-left: -25px;
	z-index: 2;
	transform: scale(.5);
	transition: all 1s ease;
	text-align: center;
}

.select-first .achievement__title,.select-first .writingAboutUs__title {
	display: none;
}

.select {
	left: 29%;
	z-index: 4;
	transform: scale(1);
}

.select,.select-third {
	display: inline-block;
	position: absolute;
	opacity: 1;
	transition: all 1s ease;
	text-align: center;
}

.select-third {
	left: 72%;
	margin-left: -100px;
	z-index: 2;
	transform: scale(.5);
}

.select-third .achievement__title,.select-third .writingAboutUs__title {
	display: none;
}

.select-next,.select-prev {
	background: url(../images/sliderRight.png);
	width: 32px;
	height: 52px;
	opacity: .7;
	font-size: 0;
}

.select-prev {
	background: url(../images/sliderLeft.png);
}

.select-next:hover,.select-prev:hover {
	opacity: 1;
}

.reviews {
	background-image: url(../images/speakAboutUs.png);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	min-height: 670px;
	box-sizing: border-box;
}

.review__container {
	overflow: hidden;
	position: relative;
}

.review {
	height: 600px;
}

.review,.review__main {
	max-width: 500px;
	float: right;
}

.review__main {
	text-align: left;
	margin: 80px auto 65px;
	width: 100%;
}

.review .review__list {
	position: static;
}

.review__text {
	padding-right: 40px;
	/*font-size: 1.2em;*/
	padding-bottom: 50px;
}

.review__desc {
	padding-bottom: 10px;
}

.review .slick-list {
	max-height: 400px;
	max-width: 500px;
	width: 100%;
	position: static;
}

.body .review .slick-prev {
	left: 0;
}

.body .review .slick-next {
	right: 0;
}

.body .review .slick-dots {
	bottom: -30px;
	display: none!important;
}

.footer {
	background: #40322b;
	position: relative;
	overflow: hidden;
}

.footer__menu .menu__arrow,
.footer__menu .submenu{ display: none; }

.footerInfo {
	max-width: 470px;
	width: 100%;
	background: #40322b;
	color: #cfbfb6;
}

.footerInfo__main {
	font-size: 1.5em;
	padding-top: 50px;
	text-transform: uppercase;
}

.footerInfo__phones {
	margin: 35px 0 15px;
}

.footerInfo__phone {
	display: block;
	text-decoration: none;
	color: #cfbfb6;
	font-size: 1.5em;
}

.footerInfo__email {
	text-decoration: none;
	color: #cfbfb6;
	margin-left: 10px;
}

.footerInfo__line {
	height: 1px;
	width: 100%;
	background: #cfbfb6;
	margin: 25px 0;
}

.footerInfo__howToFind {
	padding-right: 30px;
}

.howToFind__main {
	font-size: 1.1em;
	margin-bottom: 25px;
}

.howToFind__text {
	font-size: .9em;
	margin-bottom: 15px;
}

.howToFind__text p{ margin-bottom: 15px; }

.footerInfo__copy {
	padding-bottom: 25px;
}

.footer__map {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

.modal {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0,0,0,.5);
	z-index: 6;
	display: none;
	padding: 0;
}

#zayavka:checked+.modal,#zayavkaTel:checked+.modal {
	display: -ms-flexbox;
	display: flex;
}

.modal__back {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.modal__container {
	max-width: 400px;
	background: #cebeb5;
	z-index: 7;
	position: relative;
}

.modal__info {
	text-align: justify;
}

.modal__faq {
	font-size: 1.2em;
	font-weight: 600;
}

.modal__close {
	position: absolute;
	right: 0;
	padding-right: 5px;
	top: 0;
	font-size: 2em;
	cursor: pointer;
}

.modal__form {
	padding: 20px;
}

.modal__title {
	text-align: center;
	font-size: 2em;
	padding: 0 0 15px;
}

.form__item {
	padding: 10px 0;
	position: relative;
}

.form__input {
	padding: 3px;
	width: 100%;
	box-sizing: border-box;
}

.form__button {
	display: block;
	margin: 15px auto 0;
}

.form__item-submit {
	margin-top: 10px;
}

.form__assent .form__input {
	width: 13px;
}

.form__input_error {
	border: 1px solid red;
}

.m-danger { border-color: red; background: rgba(255, 0, 0, 0.05); }

.error {
	color: red;
	font-weight: 600;
	position: absolute;
}

.pageContent {
	margin: 157px auto 60px;
}

.pageContent ol,.pageContent ul {
	list-style-position: outside;
	padding-left: 10px;
	margin: 15px 0 15px 30px;
}

.pageContent li {
	margin-bottom: 5px;
}

.pageContent__h1 {
	margin-bottom: 20px;
	font-size: 2em;
	color: #40322b;
}

/*.pageContent__content {
	font-size: 1.2em;
}*/

.breadcrumbs {
	margin-bottom: 20px;
  padding-top: 20px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #40322b;
}

.side {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.side__text {
	padding-left: 40px;
}

.gallery__img {
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}

.footerOther__contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: 1.2em;
	padding: 10px 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footerOther__address,.footerOther__phone {
	display: block;
	color: #866c5f;
	text-decoration: none;
	font-weight: 600;
}

.footerOther__address {
	max-width: 300px;
  text-align: left;
  font-weight: 400;
}

.footerOther__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
}

.footerOther__phone{
	text-align: right;
}

.footerOther__phone svg{
	vertical-align: middle; margin-right: 5px;
}


.footerOther__seo,.footerOther__year {
	color: #866c5f;
	font-weight: 600;
}

.courses__item{
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.courses__item,.news__item,.publication__item {
	padding: 10px 0;
	border-bottom: 1px solid #40322b;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.courses__img{
	width: 400px;
	height: auto;
}
.publication__img{ width: 200px; }
.news__img,.publication__img {
	height: 100%;
}

.news__img{ max-width: 308px; max-height: 180px; object-fit: cover; object-position: 50% 12%; }
.news--masters .news__img{ max-height: none; height: auto; -ms-align-self: flex-start; align-self: flex-start; }

.courses__itemInside,.news__itemInside,.publication__itemInside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 40px;
	width: 1px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.courses__insideBottom,.news__insideBottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
}

.courses__title,.news__title {
	margin-bottom: 10px;
}

.news__date {
	margin-top: 10px;
}

.courses__button,.news__button {
	margin-right: 40px;
}

.courses__link,.news__link,.publication__main {
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
	font-size: 1.2em;
}

.newsAlone__main {
	margin-bottom: 20px;
}

.courseAlone__img,.newsAlone__img {
	max-width: 800px; height: auto;
	margin-bottom: 15px;
	width: 100%;
}

.courseAlone__img {
	float: left;
	margin-right: 20px;
}

.courseAlone__main,.courseAlone__text {
	margin-bottom: 20px;
}

.courseAlone__text {
	clear: both;
}

.courseAlone__description,.courseAlone__preview {
	overflow: hidden;
}

.courseAlone__description {
	min-height: 270px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reviewList__item {
	display: -ms-flexbox;
	display: flex;
	margin: 12px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #40322b;
}

.reviewList__itemInside {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reviewList__inCircle,.reviewList__itemInside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.reviewList__inCircle {
	width: 95px;
	height: 95px;
	border: 0;
	border-radius: 50%;
	margin: 30px;
	background: rgba(0,0,0,.4);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 2em;
	color: #fff;
}

.reviewList__bottom {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.reviewList__name {
	margin-right: 10px;
}

.reviewList__main {
	color: #40322b;
}

.reviewList__group {
	padding: 20px;
}

.reviewList__item .reviewList__date{ margin-left: 15px; }

.body .reviewList__group .slick-prev,.body .sliderFor3 .slick-prev {
	left: 0;
}

.body .reviewList__group .slick-next,.body .sliderFor3 .slick-next {
	right: 0;
}

.sliderFor3 {
	padding: 0 40px;
	margin-bottom: 20px;
}

.sliderFor3 .slider-wrpic{ position: relative; max-width: 400px; }
.sliderFor3 .slider-wrpic::before{ content: ''; display: block; padding-top: 56.25%; }
.sliderFor3 .slider-wrpic img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }

.reviewList__groupImg {
	margin: 0 auto;
}

.comment {
	margin-top: 30px;
}

.reviewList__input {
	font-size: 1em;
	padding: 5px;
	max-width: 555px;
	box-sizing: border-box;
}

.table__title {
	text-align: center;
	padding: 20px 0;
}

.courseTable {
	border: 1px solid #a89083;
	border-collapse: collapse;
	background-color: #40322b;
	background-image: url(../images/backForTable.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.courseTable__main {
	background: #40322b;
	color: #866c5f;
}

.courseTable__item,.courseTable__mainItems {
	padding: 10px 20px;
	border: 1px solid #90857f;
}

.courseTable__items {
	color: #cebeb5;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
}

.graduatesAlone__inside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.graduatesAlone__profile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 400px;
	margin-right: 10px;
}

.graduatesAlone__photoContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 20px;
}

.graduatesAlone__img {
	max-width: 400px;
	width: 100%; height: auto;
	display: block;
	margin: 0 auto;
}

.photoLink__img {
	max-height: 400px;
}

.graduatesAlone__mainPhoto {
	margin-bottom: 20px;
}

.graduatesAlone__photoLink {
	background: 0/auto 100% no-repeat;
	margin-right: 10px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 400px;
}

.graduates {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
}

.graduates,.graduates__item {
	display: -ms-flexbox;
	display: flex;
}

.graduates__item {
	margin-bottom: 20px;
	max-width: 180px;
	width: 100%;
}

.graduates__itemInside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.graduates__img {
	width: 140px; max-width: 100%; height: 140px;
	border: 0;
	border-radius: 50%;
	object-fit: cover;
}

.graduates__spanName {
	display: block;
}

.graduates__link {
	color: #866c5f;
	font-weight: 600;
	text-decoration: none;
}

.gallery {
	margin-bottom: 80px;
}

.gallery__forPict {
	margin: 0 auto;
	max-width: 100%;
	max-height: 450px;
	width: auto; height: 100%;
}

.gallery__sliderFor {
	max-height: 710px;
	margin-bottom: 20px;
	overflow: hidden;
}

.gallery__navPict {
	max-width: 150px;
	margin-right: 20px;
}

.gallery .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.body .gallery .slick-dots {
	bottom: -35px;
}

.faq__item {
	border: 1px solid #40322b;
	margin: 20px 0;
}

.faq__link {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 600;
	color: #40322b;
	display: block;
	text-align: justify;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.faq__text {
	display: none;
	margin: 20px 40px;
	text-align: justify;
}

.faq__input:checked~.faq__text {
	display: block;
}

.contacts__minobPict {
	margin-bottom: -7px;
}

.course {
	border-bottom: 1px solid #40322b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.course:first-of-type {
	padding-top: 20px;
	border-top: 1px solid #40322b;
	margin-top: 20px;
}

.course__table {
	margin: 20px 0;
}

.dop {
	font-size: .8em;
}

.price {
	font-weight: 700;
}

.regulation {
	position: fixed;
	bottom: 0;
	background: #aa9285;
	padding: 20px;
	z-index: 6;
}

.regulation__button {
	border: 2px solid #fff;
	color: #fff;
}

.regulation__button:hover {
	background: #fff;
	color: #000;
}

.gallery__group {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery__group,.gallery__item {
	display: -ms-flexbox;
	display: flex;
}

.gallery__item {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	margin: 10px 10px 60px;
	box-sizing: border-box;
	max-width: 500px;
	width: 30%;
}

.gallery__name {
	margin-bottom: -60px;
	height: 60px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

.gallery__list,.gallery__name {
	display: -ms-flexbox;
	display: flex;
}

.gallery__list {
	background: 0/auto 100% no-repeat;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: background .5s ease-out;
	text-decoration: none;
}

.gallery__list:hover {
	background: 0/auto 110% no-repeat;
	transition: background .5s ease-out;
}

.gallery__list:hover .gallery__name {
	text-decoration: underline;
}

.img_show {
	max-width: 100%;
	height: 100%;
	width: 100%;
}

.coursesLinks {
	margin-bottom: 60px;
}

.coursesLinks h2 {
	font-size: 1.4em;
	margin: 30px auto;
}

.coursesLinks__inside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.coursesLinks__inside a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 30%;
	margin-bottom: 10px;
}

.coursesLinks__inside a:hover {
	text-decoration: none;
}

.coursesLinks__img {
	max-width: 100px;
	height: auto;
	margin-right: 10px;
}

@media (max-width:1240px) {
	.slider {
		margin-top: 0;
	}

	.container {
		padding: 0 20px;
	}

	.collegue {
		padding-bottom: 40px;
	}

	.schoolCourse__item:first-of-type {
		margin-right: 10px;
	}

	.schoolCourse__item:last-of-type {
		margin-left: 10px;
	}

	.slider__item {
		background: 30% 100% no-repeat;
	}

	.sliderDop__item {
		background: 100%/auto 100% no-repeat;
	}

	.slider__container {
		margin: 0 10%;
	}

	.reviews {
		background: 30% 0 no-repeat;
		background-image: url(../images/speakAboutUs.png);
	}

	.headerMain {
		background: rgba(0,0,0,.3);
	}

	.headerMain .headerRight__site {
		display: none;
	}

	.headerMain .headerRight__phones {
		margin-top: 0;
	}

	.headerMain .headerLeft__text {
		color: #fff;
	}

	.headerMain .logo {
		background-position-x: 0;
	}

	.headerMain .menuDiv {
		display: none;
	}

	.headerMain .burger__line {
		background: #cebeb5;
	}

	.burger {
		display: block;
	}

	#showmenu:checked~.headerMain {
		background: #f5eae4;
		padding: 0;
	}

	#showmenu:checked~.headerMain .menuDiv {
		display: block;
	}

	#showmenu:checked~.headerMain .logo {
		background-position-x: 224px;
	}

	#showmenu:checked~.headerMain .headerRight__phones {
		margin-top: 10px;
	}

	#showmenu:checked~.headerMain .headerRight__site {
		display: block;
	}

	#showmenu:checked~.headerMain .headerLeft__text {
		color: #448490;
	}

	#showmenu:checked~.headerMain .burger__line {
		background: #448490;
	}

	.pageContent {
		margin: 100px auto 60px;
	}

	.menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		border: 0;
	}

	.menu>.menu__item {
		padding: 15px 0;
	}

	.menu>.menu__item:hover {
		padding-bottom: 15px;
	}

	.menu__arrow {
		height: 15px;
		width: 15px;
		vertical-align: bottom;
	}

	.menu>.menu__item:hover .submenu {
		padding: 25px 0 0;
	}

	.menu__submenu .menu__item {
		margin-right: 0;
		width: 100%;
	}

	.menu__submenu .menu__item:last-of-type {
		padding: 0;
	}

	.submenu {
		display: none;
		position: static;
	}

	.menuDiv {
		position: fixed;
		z-index: 8;
		background: #f5eae4;
		left: 0;
		top: 78px;
		bottom: 0;
		overflow-y: scroll;
	}

	.courseAlone__img {
		max-width: 400px;
		width: 100%;
	}
}

@media (max-width:1000px) {
	#showmenu:checked~.headerMain .headerRight__site {
		display: none;
	}

	#showmenu:checked~.headerMain .headerRight__phones {
		margin-top: 0;
	}

	.about__text {
		padding-right: 90px;
	}

	.collegues {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.collegues__link {
		display: block;
	}

	.collegues__item {
		max-width: 30%;
		width: 100%;
	}

	.collegues__button {
		max-width: 140px;
		margin: 15px auto;
	}

	.about__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about__text {
		padding: 20px;
		margin-bottom: 40px;
	}

	.about__video {
		margin-left: 0;
	}

	.footerInfo {
		max-width: 410px;
	}

	.select-third {
		left: 75%;
	}

	.gallery__name {
		bottom: -40px;
	}

	.gallery__item:first-of-type .gallery__name {
		bottom: -50px;
	}
}

@media (max-width:900px) {
	.footer__map {
		position: static;
		width: 100%;
	}

	.footer__info {
		max-width: 100%;
	}

	.achievement__img,.writingAboutUs__img {
		min-width: 250px;
		max-width: 250px;
	}

	.achievementNoJs .achievement__item,.writingAboutUsNoJs .writingAboutUs__list .writingAboutUs__item {
		max-width: 280px;
		margin: 0 10px 30px;
	}

	.achievement__title,.writingAboutUs__title {
		margin-top: 10px;
	}

	.review {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		float: none;
		height: 500px;
	}

	.review__main {
		float: none;
		text-align: center;
	}

	.review .slick-list {
		max-width: 800px;
	}

	.reviews {
		background: #cebeb5;
		min-height: 450px;
	}

	.courseAlone__img {
		max-width: 400px;
		float: none;
		margin: 0 auto 20px;
		display: block;
	}

	.footerOther__contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.footerOther__phones {
		max-width: 100%;
		text-align: left;
	}

	.footerOther__address {
		text-align: center;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.footerOther__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.footerOther__year {
		width: 100%;
	}

	.footerOther__seo {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.reviewList__inCircle {
		margin-left: 0;
	}
	.slider__item, .sliderDop__item {
    height: 480px !important;
}
	.sliderDop__title {
    font-size: 2.5em;
}
.sliderDop__line
{
	margin:40px auto;
	
}
.sliderDop__textFirst {
    font-size: 2em;
    text-transform: uppercase;
    margin: 5px;
}
}
@media (max-width: 768px) {
  .sliderDop__title, .sliderDop__title span,  .sliderDop__line, .sliderDop__line span, .sliderDop__line p, .sliderDop__text, .sliderDop__text span,  .sliderDop__text p {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
    color: #fff !important;
  }
  .sliderDop__title,  .sliderDop__text {
    /*background: rgba(255,255,255,0.5);*/
background: rgba(206,190,181,0.7);
    border-radius: 5px;
    padding: 5px 0;
  }
}
@media (max-width:700px) {
	.header__left {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header__right {
		display: block;
	}

	.headerRight__phones {
		margin: 7px 0 10px;
		float: right;
	}

	.headerRight__lang {
		clear: both;
		float: right;
		margin-top: 3px;
		margin-bottom: 10px;
	}

	.burger {
		position: absolute;
		right: 20px;
		top: 63px;
	}

	.menuDiv {
		top: 100px;
	}

	.pageContent {
		margin-top: 120px;
	}

	.schoolCourse {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.schoolCourse__item {
		max-width: 600px;
		width: 100%;
	}

	.schoolCourse__item:first-of-type {
		margin-bottom: 20px;
	}

	.courses__item,.news__item,.publication__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.courses__item:not(:first-of-type) {
		margin-top: 20px;
	}

	.courses__description {
		text-align: justify;
	}

	.courses__img,.news__img {
		max-width: 400px;
		width: 100%;
	}

	.publication__img {
		max-width: 250px;
		width: 100%;
	}

	.courses__itemInside,.news__itemInside,.publication__itemInside {
		padding: 0;
		margin-top: 20px;
	}

	.courses__itemInside,.publication__itemInside {
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

	.courses__img {
		margin: 0 auto;
	}

	.courseButton,.courses__button {
		margin: 20px auto 0;
	}

	.table {
		max-width: 635px;
		overflow-y: scroll;
		overflow-x: auto;
		margin: 0 auto;
	}

	.graduatesAlone__inside {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.graduatesAlone__profile {
		max-width: 700px;
		width: 100%;
		margin-bottom: 20px;
	}

	.graduatesAlone__photoContainer {
		height: 300px;
	}

	.gallery__group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.gallery__item {
		max-width: 680px;
		width: 100%;
	}

	.gallery__item:first-of-type {
		margin-bottom: 70px;
	}

	.gallery__list {
		background-size: cover;
	}

	.gallery__name {
		font-size: .9em;
	}

	.gallery__forPict {
		max-height: 300px;
	}

	.schoolCourse__item:first-of-type {
		margin-right: 0;
	}

	.schoolCourse__item:last-of-type {
		margin-left: 0;
	}
}

@media (max-width:600px) {
	.slider__container {
		margin: 0 auto;
		padding: 0 10%;
		background: rgba(0,0,0,.5);
		-ms-flex-align: center;
		align-items: center;
	}

	.about__videoFrame,.video {
		width: 300px!important;
		height: 170px!important;
	}

	.video {
		float: none;
		margin: 0 auto;
	}

	.reviewList__inCircle {
		display: none;
	}
}

@media (max-width:500px) {
	.headerRight__lang {
		margin-top: -1px;
	}

	.headerMain .container {
		padding: 0 5px;
	}

	.header__right {
		margin-top: 4px;
		margin-right: -5px;
	}

	.headerRight__phones {
		margin-right: 5px;
		margin-top: 10px;
	}

	.burger {
		right: 5px;
	}

	.headerLeft__text {
		max-width: 170px;
		text-align: left;
		font-size: .5em;
	}

	.logo {
		width: 158px;
		height: 44px;
	}

	#showmenu:checked~.headerMain .logo {
		background-position-x: 158px;
	}

	.collegues__item {
		max-width: 45%;
	}

	.review__list {
		padding-left: 30px;
	}

	.slider__title,.sliderDop__textSecond {
		font-size: 1.3em;
	}

	.slider__description,.sliderDop__textFirst,.sliderDop__title {
		font-size: 1.2em;
		margin: 5px;
		font-weight: bold;
		
	}
	.slider__item, .sliderDop__item
	{
		height: 380px !important;
		}
		.sliderDop__line
		{
			margin: 30px auto;
			}
}

@media (max-width:400px) {
	h2 {
		font-size: 2.5em;
	}

	.headerRight__phone {
		font-size: 1.1em;
	}

	.gallery__forPict {
		max-height: 250px;
	}

	.gallery .gallery__sliderNav {
		display: none;
	}

	.headerRight__lang {
		margin-top: 5px;
	}
}




.about__info {
  line-height: 22px;
}
.about__info p {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
}
.about__info ul, .about__info ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 45px;
}
.about__info ul li, .about__info ol li {
  margin-bottom: 7px;
}

.pageContent__content {
  line-height: 22px;
}
.pageContent__content p {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
}
.pageContent__content ul, .pageContent__content ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 45px;
}
.pageContent__content ul li, .pageContent__content ol li {
  margin-bottom: 7px;
}

.icon-wa{
	display: inline-block; vertical-align: middle; margin-right: 5px;
}

