

/* Start:/bitrix/templates/.default/js/crocobox/style.css?17237954623347*/
/* crocobox */
#crocobox_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 50000;
}
#crocobox {
	display: none;
	position: fixed;
	background: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 40px;

	box-shadow:  2px 2px 20px rgba(0, 0, 0, 0.2);

	z-index: 55000;
	border-radius: 4px;
}
#crocobox_close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#crocobox_close:after,
#crocobox_close:before {
	content: "";
	display: block;
	height: 2px;
	width: 25px;
	background: #ff8000;
	display: block;
	-webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
	transition: opacity 0.3s,transform 0.3s;
	margin-bottom: -2px;

	-moz-transform: rotate(135deg); 
	-ms-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
	-o-transform: rotate(135deg); 
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	backface-visibility: hidden;

}
#crocobox_close:after {
	margin-bottom: 5px;
	-moz-transform: rotate(-135deg); 
	-ms-transform: rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
	-o-transform: rotate(-135deg); 
	transform: rotate(-135deg);
}

#crocobox_close:hover:before {
	opacity: 1;
	-moz-transform: rotate(225deg); 
	-ms-transform: rotate(225deg); 
	-webkit-transform: rotate(225deg); 
	-o-transform: rotate(225deg); 
	transform: rotate(225deg);
}
#crocobox_close:hover:after {
	opacity: 1;
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}

.crocobox_content {
	padding-top: 5px;
	/*max-width: 520px;*/
}
.crocobox_content h1 {

}
.crocobox_content a {
	border-bottom: 1px solid;
}
.crocobox_content .action {
	color: #e040fb;
	font-weight: 600;
}


/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff8000;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff8000;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241*/
.header__menu {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 400;
}
.header__menu a {
	border-bottom: none;
	text-decoration: none;
	color: #000;
}
.header__menu__dark a { color: #fff; }

.header__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
}
.header__menu > ul > li {
	float: left;
	position: relative;
	transition: all 0.2s;
	padding: 20px 10px;
}
.header__menu > ul > li:first-child {
}
.header__menu > ul > li:last-child {

}
.header__menu > ul > li.parent_item:hover {

}
.header__menu > ul > li.parent_item:hover > a {
	color: #000;
	border-bottom: 1px solid #ff6800;
	border: none;
	text-decoration: none;
}
.header__menu__dark > ul > li.parent_item:hover > a { color: #fff; }

.header__menu > ul > li ul {
	opacity: 0;
	visibility: hidden;
	width: auto;
	position: absolute;
	margin-top: 20px;
	left: -10px;
	padding: 20px 30px 30px;
	background: #fff;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow:         0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	font-size: 13px;
	font-weight: 400;
}
.header__menu__dark > ul > li ul { background: #fff; }
.header__menu > ul > li ul:before {
	content: "";
	position: absolute;
	left: 24px;
	top: -6px;
	width: 0px;
	height: 0px;
	border-top: 0 !important;
	border-bottom: 8px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.header__menu__dark > ul > li ul:before { border-bottom: 8px solid #fff; }

.header__menu > ul > li ul li {
	display: block;
	margin: 5px 0;
}
.header__menu > ul > li ul a {
	display: block;
	white-space: nowrap;
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	line-height: 30px;
	padding-right: 15px;
}
.header__menu > ul > li ul a:hover {
	border-bottom: 1px solid #ff6800;
	color: #000;
}
.header__menu > ul > li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.header__menu-item {
	display: inline-block;
	color: white;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid #969696;
	transition: all 0.2s;
}
.header__menu-item:hover {
	border-bottom: 1px solid #ff8000;
	color: #ff8000;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1724937151653*/
.bx-breadcrumb {
	margin: 25px 0;
	display: block;
    overflow: hidden;
}
.bx-breadcrumb i {
	color: #000;
	line-height: 10pt;
	font-size: 9px;
	vertical-align: middle;
	margin-right: 5px;  
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 10pt;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 12px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 400;
}
.bx-breadcrumb .bx-breadcrumb-item a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); color: #000; }
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268*/
.footer_menu { 
	position: relative;
}
.footer_menu a {
	display: inline-block;
	margin: 5px 30px 0 0;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all;
	opacity: .5;
	font-size: 15px;
	font-weight: 300;
}
.footer_menu a:hover { opacity: 1; }

/* End */


/* Start:/bitrix/templates/edu/template_styles.css?172379546323380*/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

#header #mainmenu .header__menu ul li ul li a {
	color: #000 !important;
}

#header #mainmenu {
	right: 200px !important;
}
#header #socialmenu {
	position: absolute;
	top: 10px;
	right: 20px;
}
#header #socialmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0 20px 35px;
	background-image: url(/bitrix/templates/edu/images/vk.svg);
	background-position: left 16px;
	background-repeat: no-repeat;
	background-size: 26px;
	transition: 0.2s all;
	font-size: 15px;
}
#header #socialmenu a:hover {
	color: #c2deff;
}

body {
	font-size: 13px;
	line-height: 15pt;
	background: #f1f1f1;
}

.title {
	font-size: 26pt;
	font-weight: 300;
	line-height: 30pt;
	margin-top: 20px;
	margin-bottom: 30px;
}

#header {
	background: #28283e;
	height: 80px;
}

#header.header_index {
	background-image: url(/bitrix/templates/edu/images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 2%;
	transition: 0.2s all;
	height: 500px;
}
#header.header_all {
	background-image: url(/bitrix/templates/edu/images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/*	padding: 0 2%;*/
	height: 400px;
}

#header #logo { top: 20px; }
#header #logo img { width: 140px; }
#header #mainmenu { top: 10px; }
#header #mainmenu .header__menu a { color: #fff !important; }

#header .dp.headerline {
	height: 80px;
}

#header .iBlock { 
	top: 180px; 
	position: absolute;
	text-align: center;
	width: 100%;
}

#header .pageBlock { 
	top: 150px; 
	position: absolute;
	text-align: center;
	width: 1160px;
}

#header #iTitle {
	color: #fff;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 100;
	line-height: 45pt;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
}

#header #pageTitle h1 {
	color: #fff;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 100;
	line-height: 38pt;
	font-size: 48px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}

#header .pageBread {
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 25px;
	display: inline-block;
}
#header .pageBread .bx-breadcrumb {
	margin: 10px 15px 0 25px;
	color: rgba(255,255,255,0.3);
}
#header .pageBread .bx-breadcrumb .bx-breadcrumb-item span {
	color: rgba(255,255,255,0.6);
	text-transform: none;
	font-size: 13px;
	font-weight: 300;
}

#header #iTitle_more {
	display: block;
	text-align: center;
	margin-top: 50px;
}
#header #iTitle_more .btn {
	background: #000;
}

.pageBlock {}



#line1 { padding-top: 25px; }
#line1 .line1_item {
	display: block;
	width: 50%;
	float: left;
	height: 350px;
}
#line1 .line1_item:nth-child(1) {
	background: #000;
}

#line2 .line2_item {
	position: relative;
	display: block;
	width: 25%;
	float: left;
	height: 250px;
	padding: 25px;
	font-size: 15px;
}
#line2 .line2_item .titleS {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
#line2 .line2_item .linkS {
	position: absolute;
	bottom: 25px;
}
#line2 .line2_item .descS {
	color: #fff;
	padding-top: 25px;
	font-weight: 300;
	font-size: 13px;
	opacity: 0.8;
}



#line2 .line2_item:nth-child(1) { background: #191919; }
#line2 .line2_item:nth-child(2) { background: #ff6800; }
#line2 .line2_item:nth-child(3) { background: #111; }
#line2 .line2_item:nth-child(4) { background: url(/bitrix/templates/edu/images/bg.jpg) 80% top no-repeat; }

#line2 .line2_item:nth-child(4) .btn { 
	background: #ff6800;
}
#line2 .line2_item:nth-child(1) .btn, 
#line2 .line2_item:nth-child(2) .btn, 
#line2 .line2_item:nth-child(3) .btn {
	background: none;
	border: 1px solid rgba(255,255,255,.5);
}

#line4 .line4_item {
	height: 800px;
	background: url(/bitrix/templates/edu/images/student.jpg) left 100px no-repeat;
	background-size: 600px;
	position: relative;
} 

#line4 .line4_item .l4_text {
	position: absolute;
	right: 0;
	top: 180px;
	width: 450px;
}
#line4 .line4_item .l4_text .titleT {
	font-size: 26pt;
	font-weight: 300;
	line-height: 28pt;
}
#line4 .line4_item .l4_text .descT {
	font-weight: 300;
	padding: 30px 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 18pt;
}
#line4 .line4_item .l4_text .linksT .btn {
	background: none;
	color: #000;
	text-transform: none;
	font-size: 13px;
	border: 1px solid rgba(0,0,0,.5);
	padding: 5px 15px;
	margin: 0 10px 15px 0;
}
#line4 .line4_item .l4_text .linksT .btn:before {
	content: "";
}
#line4 .line4_item .l4_text .linksT .btn:hover {
	background: #4a90e2;
	color: #fff;
	border-color: #4a90e2;
}
.mainContent {

}

#content_left {
	width: 290px;
	float: left;
	padding: 30px 15px 30px 0;
}
#content_right {
	margin-left: 300px;
	height: auto;
	padding: 30px 0;
}

/* стили для формы заявки на обучение */
#request_form {
    position: relative;
}
#request_form .form_block input {
    font-weight: 300;
    width: 100%!important;
}
#request_form input.error {
    border: 1px solid #ff0000!important;
}
#request_form input.vacancySend {
    width: 180px!important;
    margin: 0 auto;
}
#request_form textarea {
    font-weight: 300;
    height: 100px;
    resize: none;
}
#request_form div.require {
    position: relative;
}
#request_form div.require:after {
    content: "*";
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 24px;
    color: #fd1010;
}
#request_form .notice {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 180px;
    padding-left: 45px;
    font-size: 13px;
    line-height: 14px;
    color: #bcbcbc;
}
#request_form .notice:before {
    content: "*";
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 24px;
    color: #fd1010;
}
#request_form .notice:after {
    content: "—";
    position: absolute;
    top: 7px;
    left: 15px;
    font-weight: 300;
    font-size: 24px;
    color: #bcbcbc;
}
#request_form .half_block {
    float: left;
    width: 300px;
}
#request_form .half_block:first-child {
    margin-right: 20px;
}
#request_form .third_block {
    float: left;
    width: 193px;
    margin-left: 20px;
}
#request_form .third_block:first-child {
    margin-left: 0;
}
#request_form .form_spacer {
    position: relative;
    text-align: center;
    margin: 35px 0;
    font-weight: 300;
    font-size: 18px;
}
#request_form .form_spacer span {
    position: relative;
    z-index: 60;
    background: #fff;
    padding: 0 25px;
}
#request_form .form_spacer:before {
    content: "";
    position: absolute;
    top: 10px;
    z-index: 50;
    display: block;
    width: 100%;
    border-top: 1px solid #e7e7e7;
}
#request_form .add_member {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #e1e1e1;
    color: #959595;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}
#request_form .add_member:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    margin-left: -70px;
    background: url(/bitrix/templates/edu/images/add.png) no-repeat 0 0;
}

/* about fix */
#year_report .h3 {
    font-size: 20px;
    color: #000000;
    margin: 40px 0 20px;
}
#year_report .report {
    position: relative;
    width: 100%;
    height: 94px;
    border-radius: 4px;
    background-color: #ffffff;
}
#year_report .download {
    display: block;
    width: 200px;
    min-height: 34px;
    position: absolute;
    left: 30px;
    top: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}
#year_report .download a {
    font-size: 12px;
    line-height: 12pt;
    text-decoration: none;
    display: block;
    padding-left: 37px;
    color: #000;
    font-size: 8pt;
}
#year_report .download a span.name {
    float: left;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    transition: 0.2s all;
}
#year_report .download a:hover span.name {
    color: #ff8000;
}
#year_report .download a span.file {
    opacity: 0.6;
}
#year_report .download a span.file font {
    text-transform: uppercase;
}
#about_gallery .h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 40px 0 35px 0;
}
#about_gallery .gallery {
    overflow: hidden;
}
#about_gallery .gallery a {
    float: left;
    display: block;
    width: 286px;
    height: 240px;
    margin: 0 1px 1px 0;
    background-color: #fff;
}
#about_gallery .gallery a span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#about_gallery .gallery.diplom a {
    padding: 40px;
}
#about_gallery .gallery.diplom a:hover {
    box-shadow: 0 12px 46px 0 rgba(0, 0, 0, 0.09);
}
#about_gallery .gallery.diplom a span {
    background-size: contain;
}
#about_gallery .gallery a:nth-child(3n+3) {
    margin-right: 0;
}
/* End */
/* /bitrix/templates/.default/js/crocobox/style.css?17237954623347 */
/* /bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1724937151653 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268 */
/* /bitrix/templates/edu/template_styles.css?172379546323380 */
