*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	background: #fff;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: var(--color-05);
	font-size: var(--font-default);
	line-height: 1.6;
	display: flex;
	flex-flow: column nowrap;
}

body {

	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-flex: auto;
	display: flex;
	flex-flow: column nowrap;
	flex: auto;
}

h1,
h2 {
	font-size: var(--s3);
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	background: transparent;
	margin: var(--s4) 0 0 0;
	padding: var(--s2) var(--s4) var(--s2) 0;
	border-bottom: 1px solid var(--color-85);
	line-height: 140%;
}

h2 {
	background: transparent;
	color: #2a2a29;
}

.titleH1 {
	margin: var(--s4) 0 var(--s2) 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 40px 25px var(--s4) 25px;
	text-transform: uppercase;
	font-size: var(--s3);
	font-weight: 700;
	text-align: left;
	background: #929393;
	color: var(--color-100);
	margin: 0;
}

.titleH1 ul li {
	padding-right: var(--s4);
	margin-right: 15px;
	position: relative;
}

.titleH1 ul li a {
	color: var(--color-100);
}

.titleH1 ul li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}

.titleH1 ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.titleH1 ul li:last-child:after {
	content: '';
}

a {
	color: #007fff;
	outline: none;
}

a:hover {
	opacity: 0.7;
}

.page.pageSimply h1 {
	background: transparent;
	color: #2a2a29;
}

div.page {
	width: 100%;
	background: #fff;
}

div.page div.page2 {
	background: transparent;
	width: 100%;
	max-width: 1400px;
	padding: 0 0px;
	margin: 0 auto;
	position: relative;
}

div.page div.page2.page2normal {
	padding-top: 50px;
}

div.page.main {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	background: white;
	overflow: hidden;
}

div.page.main .way {
	background-color: var(--color-95);
	padding: var(--s2) 0;
	border-radius: 0 0 var(--s2) var(--s2);
}

div.page.main .way>ul>li {
	margin-left: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #737373;
	position: relative;
}

div.page.main .way>ul>li:not(:last-child):after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	margin-left: var(--s2);
	color: #999999;
	font-weight: normal;
}

div.page.main .way>ul>li>a {
	color: #737373;
}

div.page.main .text {
	max-width: 1000px;
	font-size: 16px;
	line-height: 140%;
}

div.page.main .text1 ul li {
	list-style-type: none;
	position: relative;
}

div.page.main .text1 ul li:before {
	content: '';
	width: 5px;
	height: 5px;
}

div.page.main .addLinks {
	overflow: hidden;
	max-width: 1360px;
	padding-bottom: 15px;
}

div.page.main .addLinks .item>a {
	position: relative;
	display: block;
	color: var(--color-100);
	text-decoration: none;
	font-weight: 700;
}

div.page.main .addLinks .item>a>span.title {
	position: absolute;
	font-size: var(--s4);
	bottom: var(--s2);
	left: var(--s2);
	z-index: 5;
	background: var(--color-pink);
	padding: 3px var(--s2) 5px var(--s2);
}

div.page.footer {
	background: #2a2a29;
	flex: 0 1 200px;
	padding-bottom: var(--s4);
	max-width: 100%;
	position: relative;
}

div.page.footer div.page2 .navFooter {
	padding-top: var(--s4);
	border-bottom: 1px solid #929393;
}

div.page.footer div.page2 .navFooter ul.pps_list {
	margin: var(--s2) auto var(--s5) auto;
}

div.page.footer div.page2 .navFooter ul.pps_list>li {
	padding-right: var(--s2);
}

div.page.footer div.page2 .navFooter ul.pps_list>li>.title {
	color: var(--color-100);
	text-transform: uppercase;
	font-size: var(--font-default);
	font-weight: 600;
	margin-bottom: var(--s2);
}

div.page.footer div.page2 .navFooter>ul.pps_list>li>ul>li {
	margin-top: var(--s);
}

div.page.footer div.page2 .navFooter>ul.pps_list>li>ul>li>a {
	font-size: var(--font-small);
	text-decoration: none;
	color: var(--color-100);
}

div.page.footer div.page2 div.soc {
	margin-top: var(--s2);
	color: var(--color-100);
	text-transform: uppercase;
}

div.page.footer div.page2 div.soc div.item a,
div.page.footer div.page2 div.soc div.item a:before {
	text-decoration: none;
	color: var(--color-100);
	opacity: 1;
}

div.page.footer div.page2 div.soc div.item a:hover:before {
	color: var(--color-100);
	opacity: 1;
}

div.page.footer div.page2 div.soc div.item a.fa-yandexzen {
	line-height: 2.3em;
}

div.page.footer div.page2 div.soc div.item a.fa-yandexzen:before {
	content: "";
	width: var(--s3);
	height: var(--s3);
	background: url(/ext/Template/files/zen-icon-white.svg) center center no-repeat;
	background-size: contain;
	display: inline-block;

}

div.page.footer div.page2 div.soc>.pay img {
	max-width: 150px;
	opacity: 1;
}

div.page.footer div.page2 div.soc>.pay img:hover {
	opacity: 0.6;
}

div.page.footer div.page2 div.copyrights {
	margin-top: var(--s2);
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-100);
	font-size: 12px;
	text-align: center;
}

div.page.footer div.page2 div.copyrights a {
	text-decoration: none;
	color: var(--color-100);
	font-size: var(--font-tiny);
	display: inline-block;
	margin: var(--s) var(--s2);
}

div.page.footer-edu {
	padding-top: var(--s6);
	padding-bottom: var(--s6);
}
div.page.footer-edu>.page2 {
	border-radius: var(--s2);
	overflow: hidden;
}

.block-bg1,
.page.block-bg1 {
	background: linear-gradient(#f9f9f9, #f0f0f0);
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pps_hr {
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	border-width: 0px;
	margin-top: var(--s2);
	margin-bottom: var(--s);
}

.price>span {
	font-weight: 700;
	white-space: nowrap;
}

.price>span:after {
	content: ' \f158';
	font-family: 'FontAwesome';
	font-size: 90%;
}

.priceOld>span {
	position: relative;
	padding-right: var(--s3);
	font-weight: 600;
	color: #b0b0b0;
	line-height: 140%;
}

.priceOld>span:after {
	content: "\f158";
	font: normal 90% 'FontAwesome';
	display: block;
	bottom: 0px;
	right: 0px;
	position: absolute;
	line-height: 140%;
}

.priceOld>span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #b0b0b0;
	top: 50%;
	left: 0px;
}

.scrollToTop {
	width: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
}

.scrollToTop>* {
	opacity: 1;
}

.scrollToTop:after {
	color: var(--color-pink);
	font-family: 'FontAwesome';
	content: '\f0aa';
	position: absolute;
	width: 100%;
	line-height: 100%;
	font-size: 40px;
	top: 0;
	left: 0;
}

.sliderside {
	position: fixed;
	width: calc((100% - 1440px) / 2);
	min-height: 150px;
	top: 222px;
	left: 0;
	z-index: 2;
}

.sliderside.sliderside-right {
	left: inherit;
	right: 0;
}

.page.footer-edu .items>.items-block {
	background: #fff;
	padding: var(--s4);
}

.page.footer-edu .items .title {
	font-size: var(--s3);
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	padding-top: var(--s4);
}

.page.footer-edu .items .item {
	margin-top: var(--s4);
	text-align: right;
}

.page.footer-edu .items .item>.title2 {
	font-size: var(--s3);
}

.page.footer-edu .items .item>.sub {
	color: var(--color-75);
}

.page.footer-edu .items .map>#mapfooter {
	background: var(--color-85);
	width: 100%;
	min-height: 350px;
}

.cookies-rules {
	color: #000;
	background: rgba(255, 255, 255, 1);
	padding: var(--s4);
	box-shadow: 0 0px var(--s4) rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 1;
	border-radius: var(--s2);
	bottom: var(--s4);
	left: 50%;
	transform: translate(-50%, 0);
}