

/* Start:/bitrix/templates/.default/components/bitrix/menu/ngok-main-menu/style.css?174906304918526*/
/* Header tags */

header {
  width: 100%;
  z-index: 3;
  position: relative;
  background: #fff;
}

header a {
  font-size: calc(8px + 0.5rem);
  text-decoration-line: underline;
  color: #202020;
}






.b24-form-wrapper {
	background: #ffffff !important;
}




/* --- */

@media screen and (min-width: 900px) {
	header .bar {
	  width: 100%;
	} 

	header .bar .bar__container {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}
	
	header .bar .bar__container .bar__phone {
	  min-width: 120px;
	  padding: 38px 0;
	}
	
	header .bar .bar__container .bar__logo {
	  min-width: 100px;
	  padding: 20px 0;
	}
	
	header .bar .bar__container .bar__links {
	  min-width: 420px;
	  padding: 38px 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	}
	
	header .bar .bar__container .bar__links a.bar__item {
	  margin-right: 10%;
	}
	
	header .bar .bar__container .bar__buttons {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-end;
	  align-items: center;
	  padding: 24px 0;
	  justify-self: right;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee {
	  display: inline-block;
	  text-decoration: none;
	  position: relative;
	  padding: min(0.875rem, 14px) min(2.5rem, 40px);
	  border: 1px solid #E1110D;
	  box-sizing: border-box;
	  border-radius: 30px;
	  overflow: hidden;
	  -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
	  transition: color .3s ease-in-out;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee:hover {
	  color: #fff !important;
	  background-color: transparent;
	  text-shadow: none;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee:hover:after {
	  height: 450%;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee:after {
	  content: "";
	  position: absolute;
	  height: 0%;
	  left: 50%;
	  top: 50%;
	  width: 150%;
	  z-index: -1;
	  -webkit-transition: all 0.75s ease 0s;
	  -moz-transition: all 0.75s ease 0s;
	  -o-transition: all 0.75s ease 0s;
	  transition: all 0.75s ease 0s;
	  background: #E1110D;
	  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	  transform: translateX(-50%) translateY(-50%) rotate(25deg);
	}

	header .bar .bar__container .bar__buttons a.bar__ovz {
	  width: clamp(30px, 3rem, 48px);
	  height: clamp(30px, 3rem, 48px);
	  margin-right: 20px;
	  background-color: #f5f5f5;
	  background-image: url('/design/img/eye.png');
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: min(2rem, 24px);
	  border-radius: 100px;
	  box-sizing: border-box;
	  border: 1px solid rgba(255, 255, 255, 0);
	  transition: all .2s ease-in-out;
	}

	header .bar .bar__container .bar__buttons a.bar__ovz:hover {
	  border: 1px solid rgba(255, 17, 13, 1);
	  background-color: #fff;
	}

	header .bar .bar__container .bar__mobile-menu {
	  display: none;
	}

}

@media screen and (max-width: 900px) {
	header .bar {
	  width: 100%;
	  border-bottom: 1px solid #dedede;
	} 

	header .bar .bar__container {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}
	
	header .bar .bar__container .bar__phone {
	  display: none;
	}
	
	header .bar .bar__container .bar__logo a img {
	  width: 55px !important;
	  height: 30px !important;
	}
	
	header .bar .bar__container .bar__links {
	  display: none;
	}
	
	
	header .bar .bar__container .bar__buttons {
	  width: 145px;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-end;
	  align-items: center;
	  padding: 16px 0;
	  justify-self: right;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee {
	  display: inline-block;
	  text-decoration: none;
	  position: relative;
	  padding: 5px 15px;
	  border: 1px solid #E1110D;
	  box-sizing: border-box;
	  border-radius: 30px;
	  font-size: 11px;
	  overflow: hidden;
	  -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
	  transition: color .3s ease-in-out;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee:hover {
	  color: #fff !important;
	  background-color: transparent;
	  text-shadow: none;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee:hover:after {
	  height: 450%;
	}
	
	header .bar .bar__container .bar__buttons a.bar__enrollee:after {
	  content: "";
	  position: absolute;
	  height: 0%;
	  left: 50%;
	  top: 50%;
	  width: 150%;
	  z-index: -1;
	  -webkit-transition: all 0.75s ease 0s;
	  -moz-transition: all 0.75s ease 0s;
	  -o-transition: all 0.75s ease 0s;
	  transition: all 0.75s ease 0s;
	  background: #E1110D;
	  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	  transform: translateX(-50%) translateY(-50%) rotate(25deg);
	}

	header .bar .bar__container .bar__buttons a.bar__ovz {
	  display: none;
	  width: 34px;
	  height: 34px;
	  margin-right: 20px;
	  background-color: #f5f5f5;
	  background-image: url('/design/img/eye.png');
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: 20px;
	  border-radius: 100px;
	  box-sizing: border-box;
	  border: 1px solid rgba(255, 255, 255, 0);
	  transition: all .2s ease-in-out;
	}

	header .bar .bar__container .bar__buttons a.bar__ovz:hover {
	  border: 1px solid rgba(255, 17, 13, 1);
	  background-color: #fff;
	}

	header .bar .bar__container .bar__mobile-menu {
	  display: block;
	  width: 145px;
	}

	header .bar .bar__container .bar__mobile-menu .toggle-mnu {
	  display: block;
	  width: 24px;
	  height: 20px;
	}

	header .bar .bar__container .bar__mobile-menu .toggle-mnu span:after, .toggle-mnu span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 7px;
	}

	header .bar .bar__container .bar__mobile-menu .toggle-mnu span:after {
	  top: 14px;
	}

	header .bar .bar__container .bar__mobile-menu .toggle-mnu span {
	  position: relative;
	  display: block;
	}

	header .bar .bar__container .bar__mobile-menu .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	  width: 100%;
	  height: 2px;
	  background-color: #e1110d;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
}







@media screen and (min-width: 901px) {

	.mobile-menu-button {
		display: none;
	}

	.mobile-menu-header {
		display: none;
	}

	.mm-ocd.mm-ocd--left,
	.mm-ocd__content {
	  position: relative;
	  z-index: 3;
	}

	nav.menu {
	  width: 100%;
	  position: relative;
	  background: #fff;
	  z-index: 3;
	}
	
	nav.menu ul {
	  width: 100%;
	  position: relative;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: stretch;
	  list-style-type: none;
	  border-top: 1px solid #DEDEDE;
	  border-bottom: 1px solid #DEDEDE;
	}
	
	nav.menu ul li.menu__item {
	  width: 100%;
	  position: relative;
	}
	
	nav.menu ul li.menu__item a {
	  display: block;
	  position: relative;
	  width: 100%;
	  padding: 1.563rem 0;
	  border-right: 1px solid #DEDEDE;
	  background-color: #FAFAFA;
	  box-sizing: border-box;
	  text-align: center;
	  font-size: calc(8px + 0.5rem);
	  color: #202020;
	  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	
	nav.menu ul li.menu__item a:hover {
	  color: #fff !important;
	  background-color: transparent;
	  text-shadow: none;
	  text-decoration: none;
	}
	nav.menu ul li.menu__item a:hover:before {
	  bottom: 0%;
	  top: auto;
	  height: 100%;
	}
	nav.menu ul li.menu__item a:before {
	  display: block;
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  height: 0px;
	  width: 100%;
	  z-index: -1;
	  content: '';
	  color: #fff !important;
	  background: #E1110D;
	  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	nav.menu ul li ul.menu__submenu {
	  position: absolute;
	  top: 4.25rem; /* 68px */
	  left: 0;
	  display: none;
	  width: 100%;
	  height: auto;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .0s ease;
	  z-index: 1;
	  background: #fff; 
	}
	
	nav.menu ul li.menu__item a:hover ~ ul.menu__submenu,
	nav.menu ul li ul.menu__submenu:hover {
	  display: block;
	  visibility: visible;
	  transition: all .0s ease;
	  transform: translateY(0px);
	  opacity: 1;
	}
	
	nav.menu ul li ul.menu__submenu:hover + header .navigation nav.menu ul li.menu__item a {
	  background: #E1110D;
	}
	
	nav.menu ul li ul.menu__submenu li {
	  width: 100%;
	  box-sizing: border-box;
	  border-top: 1px solid #DEDEDE;
	  border-left: 1px solid #DEDEDE;
	  border-right: 1px solid #DEDEDE;
	}
	
	nav.menu ul li ul.menu__submenu li a {
	  width: 100%;
	  padding: 1.5rem 20px;
	  font-size: calc(8px + 0.5rem);
	}

	.mobile-menu-footer {
		display: none !important;
	}
}


@media screen and (max-width: 900px) {

	.mobile-menu-header {
	    width: 100%;
	    height: 100px;
	    box-sizing: border-box;
	    padding: 10px;
	    font-size: 14px;
		display: flex;	
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.mobile-menu-header .mobile-menu-header__logo {
		width: 100%;
		max-width: 70px;
		margin-right: 10px;
	}

	.mobile-menu-header .mobile-menu-header__logo a {
		text-decoration: none;
	}

	.mobile-menu-header .mobile-menu-header__logo a img {
		width: 100%;
		height: auto;
	}

	.mobile-menu-header .mobile-menu-header__college {
		font-size: 14px;
		max-width: 200px;
	}

	:root {
	    --mm-ocd-width: 80%;
	    --mm-ocd-min-width: 200px;
	    --mm-ocd-max-width: 440px;
	}
	body.mm-ocd-opened {
	    overflow-y: hidden;
	    -ms-scroll-chaining: none;
	    overscroll-behavior: none;
	}
	.mm-ocd {
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 100%;
	    left: 0;
	    z-index: 9999;
	    overflow: hidden;
	    -ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	    background: rgba(0, 0, 0, 0);
	    -webkit-transition-property: bottom, background-color;
	    -o-transition-property: bottom, background-color;
	    transition-property: bottom, background-color;
	    -webkit-transition-duration: 0s, 0.3s;
	    -o-transition-duration: 0s, 0.3s;
	    transition-duration: 0s, 0.3s;
	    -webkit-transition-timing-function: ease;
	    -o-transition-timing-function: ease;
	    transition-timing-function: ease;
	    -webkit-transition-delay: 0.45s, 0.15s;
	    -o-transition-delay: 0.45s, 0.15s;
	    transition-delay: 0.45s, 0.15s;
	}
	.mm-ocd--open {
	    bottom: 0;
	    background: rgba(0, 0, 0, 0.25);
	    -webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	    transition-delay: 0s;
	}
	.mm-ocd__content {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    z-index: 2;
	    width: var(--mm-ocd-width);
	    min-width: var(--mm-ocd-min-width);
	    max-width: var(--mm-ocd-max-width);
	    background: #fff;
	    -webkit-transition-property: -webkit-transform;
	    transition-property: -webkit-transform;
	    -o-transition-property: transform;
	    transition-property: transform;
	    transition-property: transform, -webkit-transform;
	    -webkit-transition-duration: 0.3s;
	    -o-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	    -webkit-transition-timing-function: ease;
	    -o-transition-timing-function: ease;
	    transition-timing-function: ease;
	}
	.mm-ocd--left .mm-ocd__content {
	    left: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	}
	.mm-ocd--right .mm-ocd__content {
	    right: 0;
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	}
	.mm-ocd--open .mm-ocd__content {
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
	.mm-ocd__backdrop {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    z-index: 3;
	    width: calc(100% - var(--mm-ocd-width));
	    min-width: calc(100% - var(--mm-ocd-max-width));
	    max-width: calc(100% - var(--mm-ocd-min-width));
	    background: rgba(3, 2, 1, 0);
	}
	.mm-ocd--left .mm-ocd__backdrop {
	    right: 0;
	}
	.mm-ocd--right .mm-ocd__backdrop {
	    left: 0;
	}
	.mm-spn,
	.mm-spn a,
	.mm-spn li,
	.mm-spn span,
	.mm-spn ul {
	    display: block;
	    padding: 0;
	    margin: 0;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	:root {
	    --mm-spn-item-height: 50px;
	    --mm-spn-item-indent: 20px;
	    --mm-spn-line-height: 24px;
	}
	.mm-spn {
	    width: 100%;
	    height: 100%;
	    -webkit-tap-highlight-color: transparent;
	    -webkit-overflow-scrolling: touch;
	    overflow: hidden;
	    -webkit-clip-path: inset(0 0 0 0);
	    clip-path: inset(0 0 0 0);
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
	.mm-spn ul {
	    -webkit-overflow-scrolling: touch;
	    position: fixed;
	    top: 0;
	    left: 100%;
	    bottom: 0;
	    z-index: 2;
	    width: 130%;
	    padding-right: 30%;
	    line-height: var(--mm-spn-line-height);
	    overflow: visible;
	    overflow-y: auto;
	    background: inherit;
	    -webkit-transition: left 0.3s ease 0s;
	    -o-transition: left 0.3s ease 0s;
	    transition: left 0.3s ease 0s;
	    cursor: default;
	}
	.mm-spn ul:after {
	    content: "";
	    display: block;
	    height: var(--mm-spn-item-height);
	}
	.mm-spn > ul {
	    left: 0;
	}
	.mm-spn ul.mm-spn--open {
	    left: 0;
	}
	.mm-spn ul.mm-spn--parent {
	    left: -30%;
	    overflow-y: hidden;
	}
	.mm-spn li {
	    width: 100%;
	    position: relative;
	    background: inherit;
	    cursor: pointer;
	}
	.mm-spn li:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 21px;
	    right: calc(var(--mm-spn-item-height) / 1.8);
	    z-index: 0;
	    width: 10px;
	    height: 10px;
	    border-top: 2px solid;
	    border-right: 2px solid;
	    -webkit-transform: rotate(45deg) translate(0, -50%);
	    -ms-transform: rotate(45deg) translate(0, -50%);
	    transform: rotate(45deg) translate(0, -50%);
	    opacity: 0.4;
	}
	.mm-spn li:after {
	    content: "";
	    display: block;
	    border-top: 1px solid;
	    opacity: 0.15;
	}
	.mm-spn a,
	.mm-spn span {
	    position: relative;
	    z-index: 1;
	    padding: 10px;
	}
	.mm-spn a {
	    background: inherit;
	    color: inherit;
	    text-decoration: none;
	    color: #000 !important;
	    opacity: 1 !important;
	}
	.mm-spn a:not(:last-child) {
	    width: calc(100% - var(--mm-spn-item-height));
	}
	.mm-spn a:not(:last-child):after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    border-right: 1px solid;
	    opacity: 0.15;
	}
	.mm-spn span {
	    background: 0 0;
	}
	.mm-spn.mm-spn--navbar {
	    cursor: pointer;
	}
	.mm-spn.mm-spn--navbar:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 126px;
	    left: var(--mm-spn-item-indent);
	    width: 8px;
	    height: 8px;
	    margin-top: 2px;
	    border-top: 2px solid #fff;
	    border-left: 2px solid #fff;
	    -webkit-transform: rotate(-45deg) translate(50%, -50%);
	    -ms-transform: rotate(-45deg) translate(50%, -50%);
	    transform: rotate(-45deg) translate(50%, -50%);
	    opacity: 1;
	    z-index: 999;
	}
	.mm-spn.mm-spn--navbar.mm-spn--main {
	    cursor: default;
	}
	.mm-spn.mm-spn--navbar.mm-spn--main:before {
	    content: none;
	    display: none;
	}
	.mm-spn.mm-spn--navbar:after {
	    content: attr(data-mm-spn-title);
	    display: block;
	    position: absolute;
	    top: 100px;
	    left: 0;
	    right: 0;
	    height: 50px;
	    padding: 0 calc(var(--mm-spn-item-indent) * 2);
	    line-height: var(--mm-spn-item-height);
	    opacity: 1;
	    text-align: right;
	    overflow: hidden;
	    white-space: nowrap;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	    font-size: 14px;
	    background: #E1110D;
	    color: #fff;
	}
	.mm-spn.mm-spn--navbar.mm-spn--main:after {
	    padding-left: var(--mm-spn-item-indent);
	}
	.mm-spn.mm-spn--navbar ul {
	    top: 150px;
	}
	.mm-spn.mm-spn--navbar ul:before {
	    content: "";
	    display: block;
	    position: fixed;
	    top: inherit;
	    z-index: 2;
	    width: 100%;
	    border-top: 1px solid currentColor;
	    opacity: 0.15;
	}
	.mm-spn.mm-spn--light {
	    color: #444;
	    background: #f3f3f3;
	}
	.mm-spn.mm-spn--dark {
	    color: #ddd;
	    background: #333;
	}
	.mm-spn.mm-spn--vertical {
	    overflow-y: auto;
	}
	.mm-spn.mm-spn--vertical ul {
	    width: 100%;
	    padding-right: 0;
	    position: static;
	}
	.mm-spn.mm-spn--vertical ul ul {
	    display: none;
	    padding-left: var(--mm-spn-item-indent);
	}
	.mm-spn.mm-spn--vertical ul ul:after {
	    height: calc(var(--mm-spn-item-height) / 2);
	}
	.mm-spn.mm-spn--vertical ul.mm-spn--open {
	    display: block;
	}
	.mm-spn.mm-spn--vertical li.mm-spn--open:before {
	    -webkit-transform: rotate(135deg) translate(-50%, 0);
	    -ms-transform: rotate(135deg) translate(-50%, 0);
	    transform: rotate(135deg) translate(-50%, 0);
	}
	.mm-spn.mm-spn--vertical ul ul li:last-child:after {
	    content: none;
	    display: none;
	}

	.mobile-menu-footer {
		padding: 10px !important;
		padding-top: 40px !important;
		height: 20px !important;
		box-sizing: border-box !important;
	}

	.mobile-menu-footer::before,
	.mobile-menu-footer::after {
		display: none !important;
	}

	.mobile-menu-footer__social {
		width: 100%;
		margin-bottom: 20px;
		display: flex !important;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
	}

	.mobile-menu-footer__social-item {
		width: 30px;
		margin-right: 10px;
	}

	.mobile-menu-footer__social-item a {
		text-deciration: none;
		padding: 0 !important;
		margin: 0 !important;
	}

	.mobile-menu-footer__social-item a img {
		width: 100%
	}

	.mobile-menu-footer__contacts {
		width: calc(100% - 50px);
	}

	.mobile-menu-footer__contacts-item {
		margin-bottom: 20px;
	}

	.mobile-menu-footer__contacts-item-name {
		margin-bottom: 5px;
		font-size: 12px;
		color: #666666;
	}

	.mobile-menu-footer__contacts-item-value {
		width: 100%;
	}

	.mobile-menu-footer__contacts-item-value a {
		display: block;
		margin-bottom: 5px;
		padding: 0;
		font-size: 14px;
		line-height: 130%;
		color: #202020;
		text-decoration: underline;
	}

}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.include/ngok-footer-inc/style.css?16679117786085*/
@media screen and (min-width: 901px) {
	footer {
	  width: 100%;
	  margin: 0 auto;
	  box-sizing: border-box;
	  background: #202020;
	  color: #fff;
	  position: fixed;
	  bottom: 0;
	  z-index: 1;
	}
	
	.footer {
	  display: grid;
	  grid-template-columns: 1fr repeat(2, 2fr) 1fr;
	  grid-template-rows: 1fr;
	  grid-column-gap: 20px;
	  grid-row-gap: 0px;
	}
	
	.footer__logo,
	.footer__address,
	.footer__contacts,
	.footer__legal {
	  margin-top: min(10rem, 160px);
	}
	
	.footer__block {
	  width: 100%;
	  margin-bottom: min(9rem, 150px);
	}
	
	.footer__block .logo {
	  width: 100%;
	  max-width: 180px;
	}
	
	.footer__block .logo img {
	  width: 100%;
	  height: auto;
	}
	
	.footer__block .name {
	  margin-bottom: min(2rem, 32px);
	  font-size: clamp(8px, 0.75rem, 12px);
	  text-transform: uppercase;
	  color: #FFFFFF;
	}
	
	.footer__block .description {
	  width: 100%;
	  max-width: 270px;
	  font-size: clamp(10px, 1rem, 16px);
	  line-height: 160%;
	  margin-bottom: min(2.5rem, 40px);
	}
	
	.footer__block .link a {
	  display: block;
	  font-size: clamp(10px, 1rem, 16px);
	  margin-bottom: 10px;
	  width: 100%;
	  color: #fff;
	}
	
	.footer__block .contact-enrollee a,
	.footer__block .contact-students a {
	  display: block;
	  font-size: clamp(14px, 1.875rem, 30px);
	  margin-bottom: min(1rem, 16px);
	  line-height: 130%;
	  color: #fff;
	}
	
	.footer__legal .title {
	  color: #666666;
	  font-size: 18px;
	  text-align: right;
	}
	
	.footer__legal .description {
	  width: 100%;
	  max-width: 100%;
	  margin-bottom: 10px;
	  text-align: right;
	  margin-right: 0;
	  padding-right: 0;
	}
	
	.footer__info {
	  margin-bottom: min(2.5rem, 40px);
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}
	
	.footer__info .copyright {
	  font-size: clamp(13px, 1rem, 16px);
	  line-height: 100%;
	  color: #666666;
	}
	
	.footer__info .link {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center; 
	}
	
	.footer__info .link a {
	  display: block;
	  text-decoration: none;
	  width: min(10.625rem, 170px);
	  height: min(3rem, 48px);
	  margin-left: 5px;
	  font-size: clamp(10px, 1rem, 16px);
	  color: #fff;
	  background: #E1110D;
	  border: 1px solid #E1110D;
	  box-sizing: border-box;
	  border-radius: 100px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  transition: all .2s ease-in-out;
	}
	
	.footer__info .link a.up {
	  background: none;
	  width: min(3rem, 48px);
	  border: 1px solid #fff;
	  color: #fff;
	  font-size: calc(4px + 0.8rem);
	  transition: all .2s ease-in-out;
	}
}

@media screen and (max-width: 900px) {
	footer {
	  width: 100%;
	  margin: 0 auto;
	  padding: 20px 0;
	  box-sizing: border-box;
	  background: #202020;
	  color: #fff;
	  position: relative;
	  bottom: 0;
	  z-index: 1;
	}
	
	.footer {
	  display: block;
	}
	
	.footer__logo,
	.footer__address,
	.footer__contacts,
	.footer__legal {
	  margin-top: min(10rem, 160px);
	}
	
	.footer__block {
	  width: 100%;
	  margin-bottom: 40px;
	}
	
	.footer__block .logo {
	  width: 100%;
	  max-width: 70px;
	}
	
	.footer__block .logo img {
	  width: 100%;
	  height: auto;
	}
	
	.footer__block .name {
	  margin-bottom: 20px;
	  font-size: 14px;
	  text-transform: uppercase;
	  color: #FFFFFF;
	}
	
	.footer__block .description {
	  width: 100%;
	  font-size: 12px;
	  line-height: 160%;
	  margin-bottom: 20px;
	}
	
	.footer__block .description br {
	  display: none;
	}

	.footer__block .link a {
	  display: block;
	  font-size: clamp(10px, 1rem, 16px);
	  margin-bottom: 10px;
	  width: 100%;
	  color: #fff;
	}
	
	.footer__block .contact-enrollee a,
	.footer__block .contact-students a {
	  display: block;
	  font-size: 14px;
	  margin-bottom: 10px;
	  line-height: 130%;
	  color: #fff;
	}
	
	.footer__legal .title {
	  color: #666666;
	  font-size: 18px;
	}
	
	.footer__legal .description {
	  width: 100%;
	  max-width: 100%;
	  margin-bottom: 10px;
	  margin-right: 0;
	  padding-right: 0;
	}
	
	.footer__info {
	  margin-bottom: min(2.5rem, 40px);
	  display: flex;
	  flex-direction: column-reverse;
	  justify-content: flex-start;
	  align-items: flex-start; 
	}
	
	.footer__info .link {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 20px;
	}
	
	.footer__info .link a {
	  display: block;
	  text-decoration: none;
	  width: 100px;
	  height: 40px;
	  margin-left: 5px;
	  font-size: clamp(10px, 1rem, 16px);
	  color: #fff;
	  background: #E1110D;
	  border: 1px solid #E1110D;
	  box-sizing: border-box;
	  border-radius: 100px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  transition: all .2s ease-in-out;
	}
	
	.footer__info .link a.up {
	  background: none;
	  width: 40px;
	  border: 1px solid #fff;
	  color: #fff;
	  font-size: 18px;
	  transition: all .2s ease-in-out;
	}

	.footer__info .copyright {
	  font-size: 14px;
	  line-height: 100%;
	  color: #666666;
	}
}




@media screen and (min-width: 901px) {
	.footer__block_social {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
	}
	
	.footer__block_social a {
		display: block;
		list-style-type: none;
		margin-bottom: 5px;
		width: clamp(30px, 2.5rem, 35px);
		color: #fff;
		text-align: right;
		font-size: clamp(10px, 1rem, 16px);
	}
	
	.footer__block_social a img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 900px) {
	.footer__block_social {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	.footer__block_social a {
		display: block;
		list-style-type: none;
		margin-right: 5px;
		width: 30px;
		color: #fff;
		font-size: clamp(10px, 1rem, 16px);
	}
	
	.footer__block_social a img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

.subscribe-modal {
	display: none;
}

footer iframe {
	width: 100& !important;
	height: 500px !important;
}
/* End */


/* Start:/bitrix/templates/ngok-clear/template_styles.css?176166128833427*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');



/* Universe tags */

* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 0.83vw; /* 16px = 1 rem = 0.83vw */
}

body {
  width: 100%;
  margin: 0 auto;
  position:relative;
  color: #000000;
}

@media screen and (min-width: 901px) {

	p {
	  line-height: 160%;
	  color: #202020;
	  font-size: calc(9px + 0.563rem);
	}
	
	ol,
	ul {
	  color: #202020;
	  font-size: calc(9px + 0.563rem);
	}
	
	p.lh-145 {
	  line-height: 145%;
	}
	
	p.lh-130 {
	  line-height: 130%;
	}

	p.max1000 {
	  max-width: 1000px !important;
	}

	p.max850 {
	  max-width: 850px !important;
	}

	section.title .theme {
	  width: 100%;
	  padding: 5rem 0 3.75rem 0;
	  margin-bottom: 3.75rem;
	} 
	
	section.title .theme .theme__name {
	  width: 100%;
	  color: #202020;
	}
	
	h1 {
	  font-style: normal;
	  font-weight: normal;
	  font-size: min(5.625rem, 90px);
	  line-height: 110%;
	}
	
	h2 {
	  padding-top: min(1.75rem, 28px);
	  padding-bottom: min(2.5rem, 40px);
	  font-style: normal;
	  font-weight: bold;
	  font-size: min(2rem, 32px);
	  line-height: 110%;
	  text-transform: uppercase;
	}
	
	h3 {
	  font-style: normal;
	  font-weight: bold;
	  font-size: calc(12px + 0.875rem);
	  padding-bottom: clamp(16px, 1.5rem, 24px);
	  line-height: 130%;
	}
	
	h1.center,
	h2.center,
	h3.center {
	  text-align: center;
	}
	
	h1.right,
	h2.right,
	h3.right {
	  text-align: right;
	}

	a {
	  color: #E1110D;
	}

	.title-link {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}
	
}

@media screen and (max-width: 900px) {

	p {
	  line-height: 160%;
	  color: #202020;
	  font-size: 16px;
	}
	
	ol,
	ul {
	  color: #202020;
	  font-size: 16px;
	}
	
	p.lh-145 {
	  line-height: 145%;
	}
	
	p.lh-130 {
	  line-height: 130%;
	}

	p.max1000 {
	  max-width: 1000px !important;
	}

	p.max850 {
	  max-width: 850px !important;
	}

	section.title .theme {
	  width: 100%;
	  padding: 40px 0 20px 0;
	} 
	
	section.title .theme .theme__name {
	  width: 100%;
	  color: #202020;
	}
	
	h1 {
	  font-style: normal;
	  font-weight: normal;
	  font-size: 34px;
	  line-height: 110%;
	}
	
	h2 {
	  padding-top: 14px;
	  padding-bottom: 20px;
	  font-style: normal;
	  font-weight: bold;
	  font-size: 18px;
	  line-height: 120%;
	  text-transform: uppercase;
	}
	
	h3 {
	  font-style: normal;
	  font-weight: bold;
	  font-size: 16px;
	  padding-bottom: 16px;
	  line-height: 130%;
	}
	
	h1.center,
	h2.center,
	h3.center {
	  text-align: center;
	}
	
	h1.right,
	h2.right,
	h3.right {
	  text-align: right;
	}

	a {
	  color: #E1110D;
	}

	.title-link {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}

	.mobile-off {
	  display: none;
	}
	
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2r {
  margin-bottom: calc(16px + 1rem) !important;
}

.container {
  width: calc(100% - 40px) !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  max-width: 1720px !important;
}

.container.full {
  width: 100% !important;
  max-width: 2000px !important;
  padding: 0px !important;
  margin: 0 auto !important;
}


@media screen and (max-width: 900px) {
  	main .container {
	  width: calc(100% - 40px) !important;
	  padding: 0 20px !important;
	  margin: 0 auto !important;
	  margin-bottom: 60px;
	}

	main .container.full {
	  width: 100% !important;
	  padding: 0px !important;
	  margin: 0 auto !important;
	  margin-bottom: 40px !important;
	}
}

.overlay {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  transition: all .2s ease-in-out;
}

/* Main type classes */

/* Base */

@media screen and (min-width: 901px) {
	main {
	  width: 100%;
	  height: 100%;
	  position: relative;
	  margin: 0 auto;
	  font-size: calc(8px + 0.5rem);
	  z-index: 2;
	  background: #fff;
	}
}

@media screen and (max-width: 900px) {
	main {
	  width: 100%;
	  height: 100%;
	  position: relative;
	  margin: 0 auto !important;
	  font-size: calc(8px + 0.5rem);
	  z-index: 2;
	  background: #fff;
	}
}

section h2 {
  padding-top: calc(14px + 0.875rem);
  padding-bottom: calc(20px + 1.25rem);
  font-style: normal;
  font-weight: bold;
  font-size: min(2rem, 32px);
  line-height: 120%;
  text-transform: none;
}





/* ~~~ Column ~~~ */

@media screen and (min-width: 901px) {

	#column {
	  display: flex;
	}

	#column #sidebar {
	  width: calc(155px + 8.438rem);
	  display: block;
	  padding-right: 20px;
	  box-sizing: border-box;
	  position: absolute;
	}
	
	#column #content {
	  width: calc(100% - calc(155px + 8.438rem));
	  max-width: 1140px;
	  margin-left: calc(155px + 8.438rem);
	  display: block;
	  height: auto;
	}
	
	#column #sidebar.x2 {
	  width: calc(29% - 20px);
	  display: block;
	  margin-right: 20px;
	  position: absolute;
	}
	
	#column #content.x2 {
	  width: calc(71%);
	  margin-left: 29%;
	  display: block;
	  height: auto;
	}
	
	#column #sidebar .sticky {
	  position: fixed;
	  z-index: 101;
	}
	
	#column #sidebar .stop {
	  position: absolute;
	  z-index: 101;
	}

	#column #sidebar .submenu {
	  width: 100%;
	  padding-top: 2rem;
	}
	
	#column #sidebar .submenu a {
	  margin-bottom: min(1rem, 16px);
	  display: block !important;
	  font-size: calc(8px + 0.5rem) !important;
	  line-height: 100% !important;
	  color: #202020 !important;
	}
	
	#column #sidebar .submenu a.active,
	#column #sidebar .submenu a:hover {
	  color: #E1110D!important;
	}

	#column .carousel {
	  width: 100%;
	  margin-bottom: min(2.5rem, 40px);
	}

}

@media screen and (max-width: 900px) {

	#column {
	  display: block;
	}

	#column #sidebar {
	  width: 100%;
	  height: auto !important;
	  display: block;
	  margin-bottom: 20px;
	  box-sizing: border-box;
	  position: relative !important;
	}
	
	#column #content {
	  width: 100%;
	  display: block;
	  height: auto;
	}
	
	#column #sidebar.x2 {
	  width: 100%;
	  display: block;
	  position: relative;
	}
	
	#column #content.x2 {
	  width: 100%;
	  display: block;
	  height: auto;
	}
	
	#column #sidebar .sticky {
	  position: relative !important;
	}
	
	#column #sidebar .stop {
	  position: relative !important;
	  top: auto !important;
	}

	#column #sidebar .submenu {
	  display: none;
	}

	#column .carousel {
	  width: 100%;
	  margin-bottom: 20px;
	}

}





/* ~~~ Tags ~~~ */

@media screen and (min-width: 901px) {
	.tags {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	  flex-wrap: wrap;
	}
	
	.tags a {
	  text-decoration: none;
	  display: block;
	  position: relative;
	  font-size: calc(6px + 0.438rem);
	  padding: calc(4px + 0.25rem) calc(6px + 0.375rem);
	  padding-left: calc(14px + 0.875rem);
	  margin-right: 12px;
	  box-sizing: border-box;
	  border: 1px solid #120934;
	  border-radius: 100px;
	  transition: all .2s ease-in-out;
	  color: #000 !important;
	}
	
	.tags a:before {
	  content: '';
	  width: calc(4px + 0.25rem);
	  height: calc(4px + 0.25rem);
	  border-radius: 100px;
	  position: absolute;
	  left: calc(6px + 0.375rem);
	  top: calc(6px + 0.375rem);
	  background: #fff;
	  background: #120934;
	  transition: all .2s ease-in-out;
	}

	.tags a:hover {
	  background-color: #120934;
	  color: #fff !important;
	}
	
	.tags a:hover:before {
	  background: #fff;
	}

}


@media screen and (max-width: 900px) {
	.tags {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	  flex-wrap: wrap;
	}
	
	.tags a {
	  text-decoration: none;
	  display: block;
	  position: relative;
	  font-size: 12px;
	  padding: 5px 10px 5px 20px;
	  margin-right: 12px;
	  box-sizing: border-box;
	  border: 1px solid #120934;
	  border-radius: 100px;
	  transition: all .2s ease-in-out;
	  color: #000 !important;
	}
	
	.tags a:before {
	  content: '';
	  width: 7px;
	  height: 7px;
	  border-radius: 100px;
	  position: absolute;
	  left: 8px;
	  top: 9px;
	  background: #fff;
	  background: #120934;
	  transition: all .2s ease-in-out;
	}
	
	.tags a:hover {
	  background-color: #120934;
	  color: #fff !important;
	}
	
	.tags a:hover:before {
	  background: #fff;
	}
}




a.btn {
  display: inline-block;
  padding: min(calc(14px + 0.875rem), 28px) min(calc(30px + 1.875rem), 60px);
  font-size: calc(8px + 0.5rem);
  font-weight: bold;
  text-decoration: none;
  background: #E1110D;
  color: #fff !important;
}

.tabs {
  width: 100%;
}

.content .tabs {
  margin-bottom: calc(16px + 1rem);
}

@media screen and (min-width: 901px) {

	.tabs .tabs__caption {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	  list-style-type: none;
	  margin: 0;
	  margin-bottom: min(2rem, 30px) !important;
	  padding: 0;
	}

	.tabs .tabs__caption li {
	  display: block;
	  cursor: pointer;
	  text-decoration: underline;
	  font-size: 13px;
	  margin-right: 10px;
	  margin-bottom: 0 !important;
	  padding: min(1rem, 16px) min(2rem, 32px) !important;
	  box-sizing: border-box;
	  border: 1px solid rgba(0, 0, 0, 0);
	  border-radius: 30px;
	  user-select: none;
	  transition: all .2s ease-in-out;
	}

	.ac .ac-trigger {
	  -webkit-transition: color .25s ease;
	  transition: color .25s ease;
	  position: relative;
	}
	
	.ac .ac-panel {
	  overflow: hidden;
	  -webkit-transition-property: height, visibility;
	  transition-property: height, visibility;
	  -webkit-transition-timing-function: ease;
	  transition-timing-function: ease;
	}
	
	.ac.js-enabled .ac-panel {
	  visibility: hidden;
	}
	
	.ac.is-active .ac-panel {
	  visibility: visible;
	}

	.accordion {
	  width: 100%;
	  border-top: 1px solid #DEDEDE;
	  margin-bottom: calc(16px + 1rem);
	}

	.accordion__item {
	  width: 100%;
	  list-style-type: none;
	  box-sizing: border-box;
	  margin: 0;
	  border-bottom: 1px solid #DEDEDE;
	}

	.accordion__title {
	  padding: min(2.5rem, 40px) 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	  position: relative;
	  font-weight: bold;
	  font-size: min(1.5rem, 24px);
	}

	.accordion__title .button {
	  width: 50px;
	  height: 100%;
	  position: relative;
	  top: 0;
	  right: 0;
	  background: #fff;
	  transition: .2s;
	  cursor: pointer;
	}
	
	.accordion__title .button::before,
	.accordion__title .button::after {
	  content: "";
	  position: absolute;
	  height: 2px;
	  width: calc(16px + 2rem);
	  top: 50%;
	  left: calc(50% - calc(9px + 1rem));
	  margin-top: -1px;
	  background: #120934;
	}
	.accordion__title .button::before {
	  transform: rotate(0deg);
	  transition: .2s;
	}
	
	.accordion__title .button::after {
	  transform: rotate(90deg);
	  transition: .2s;
	}
	
	.accordion__title:hover > .button::before,
	.accordion__title:hover > .button::after {
	  background: #E1110D;
	}
	
	.accordion__item.is-active .button {
	  background: #fff;
	}
	
	.accordion__item.is-active .button::before {
	  background: #E1110D;
	  transform: rotate(45deg);
	}
	
	.accordion__item.is-active .button::after {
	  background: #E1110D;
	  transform: rotate(135deg);
	}

}

@media screen and (max-width: 900px) {

	.tabs .tabs__caption li {
	  display: block;
	  cursor: pointer;
	  text-decoration: underline;
	  font-size: 12px;
	  margin-right: 10px;
	  margin-bottom: 0 !important;
	  padding: 5px 15px !important;
	  box-sizing: border-box;
	  border: 1px solid rgba(0, 0, 0, 0);
	  border-radius: 30px;
	  user-select: none;
	  transition: all .2s ease-in-out;
	}

	.tabs .tabs__caption {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	  list-style-type: none;
	  margin: 0;
	  margin-bottom: 20px !important;
	  padding: 0;
	}

	.ac .ac-trigger {
	  -webkit-transition: color .25s ease;
	  transition: color .25s ease;
	  position: relative;
	}
	
	.ac .ac-panel {
	  overflow: hidden;
	  -webkit-transition-property: height, visibility;
	  transition-property: height, visibility;
	  -webkit-transition-timing-function: ease;
	  transition-timing-function: ease;
	}
	
	.ac.js-enabled .ac-panel {
	  visibility: hidden;
	}
	
	.ac.is-active .ac-panel {
	  visibility: visible;
	}

	.accordion {
	  width: 100%;
	  border-top: 1px solid #DEDEDE;
	  margin-bottom: calc(16px + 1rem);
	}

	.accordion__item {
	  width: 100%;
	  list-style-type: none;
	  box-sizing: border-box;
	  margin: 0;
	  border-bottom: 1px solid #DEDEDE;
	}

	.accordion__title {
	  padding: 20px 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	  position: relative;
	  font-weight: bold;
	  font-size: 16px;
	}

	.accordion__title .button {
	  width: 50px;
	  height: 100%;
	  position: relative;
	  top: 0;
	  right: 0;
	  background: #fff;
	  transition: .2s;
	  cursor: pointer;
	}
	
	.accordion__title .button::before,
	.accordion__title .button::after {
	  content: "";
	  position: absolute;
	  height: 2px;
	  width: calc(16px + 2rem);
	  top: 50%;
	  left: calc(50% - calc(9px + 1rem));
	  margin-top: -1px;
	  background: #120934;
	}
	.accordion__title .button::before {
	  transform: rotate(0deg);
	  transition: .2s;
	}
	
	.accordion__title .button::after {
	  transform: rotate(90deg);
	  transition: .2s;
	}
	
	.accordion__title:hover > .button::before,
	.accordion__title:hover > .button::after {
	  background: #E1110D;
	}
	
	.accordion__item.is-active .button {
	  background: #fff;
	}
	
	.accordion__item.is-active .button::before {
	  background: #E1110D;
	  transform: rotate(45deg);
	}
	
	.accordion__item.is-active .button::after {
	  background: #E1110D;
	  transform: rotate(135deg);
	}

}

.tabs .tabs__caption li:before {
  display: none !important;
}

.tabs .tabs__caption li:hover {
  border: 1px solid #DEDEDE;
}

.tabs .tabs__caption .active {
  border: 1px solid #E1110D !important;
  text-decoration: none !important;
  color: #E1110D !important;
}

.tabs .tabs__content {
  display: none;
}

.tabs .tabs__content.active {
  display: block;
}







/*
.ac .ac-trigger {
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  position: relative;
}

.ac .ac-panel {
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.accordion {
  width: 100%;
  border-top: 1px solid #DEDEDE;
  margin-bottom: calc(16px + 1rem);
}

.accordion__item {
  width: 100%;
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
  border-bottom: 1px solid #DEDEDE;
}

.accordion__title {
  padding: min(2.5rem, 40px) 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: min(1.5rem, 24px);
}

.accordion__title .button {
  width: 50px;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  background: #fff;
  transition: .2s;
  cursor: pointer;
}

.accordion__title .button::before,
.accordion__title .button::after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(16px + 2rem);
  top: 50%;
  left: calc(50% - calc(9px + 1rem));
  margin-top: -1px;
  background: #120934;
}
.accordion__title .button::before {
  transform: rotate(0deg);
  transition: .2s;
}

.accordion__title .button::after {
  transform: rotate(90deg);
  transition: .2s;
}

.accordion__title:hover > .button::before,
.accordion__title:hover > .button::after {
  background: #E1110D;
}

.accordion__item.is-active .button {
  background: #fff;
}

.accordion__item.is-active .button::before {
  background: #E1110D;
  transform: rotate(45deg);
}

.accordion__item.is-active .button::after {
  background: #E1110D;
  transform: rotate(135deg);
}
*/







@media screen and (min-width: 901px) {
	#column h2,
	section h2 {
	  padding-top: min(1.75rem, 28px);
	  padding-bottom: min(2.5rem, 40px);
	  font-style: normal;
	  font-weight: bold;
	  font-size: min(2rem, 32px);
	  line-height: 120%;
	  text-transform: none;
	}
}

@media screen and (max-width: 900px) {
	#column h2,
	section h2 {
	  padding-top: 14px;
	  padding-bottom: 20px;
	  font-style: normal;
	  font-weight: bold;
	  font-size: 18px;
	  line-height: 120%;
	  text-transform: none;
	}
}

#column p {
  width: 100%;
  max-width: 1000px;
  margin-bottom: calc(16px + 1rem);
}

#column ul,
#column ol {
  width: 100%;
  max-width: 950px;
  margin-bottom: calc(16px + 2rem);
  list-style-type: none; /* Убираем исходные маркеры */
}

#column ol {
  counter-reset: num;
}

#column ul li,
#column ol li {
  position: relative;
  padding-left: calc(25px + 1.563rem);
  margin-bottom: 12px;
  line-height: 160%;
  overflow: hidden;
}

#column ul li::before {
  content: '•';
  line-height: 100%;
  color: #E1110D;
  position: absolute;
  font-size: 50px;
  left: 0;
  top: -15px;
}

#column ol li::before {
  content: counter(num); /* Выводим число */
  counter-increment: num; /* Увеличиваем значение счётчика */
  color: #E1110D;
  position: absolute;
  left: 0;
  top: 0;
}

#column ol li:nth-child(-n+9):before {
  content: "0" counter(num);
}

#column ul li:last-child,
#column ol li:last-child {
  margin-bottom: 0;
}

#column u {
  text-decoration: none;
  color: #E1110D;
}

#column a {
  color: #E1110D;
}

#column p a {
  color: #E1110D;
}

#column blockquote {
  width: calc(100% - 50px);
  max-width: 950px;
  padding-left: 50px;
  margin-bottom: 32px;
  background-image: url('/design/img/quote.svg');
  background-repeat: no-repeat;
  background-position: 0px 10px;
}

#column blockquote .blockquote__quote {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
  font-size: calc(12px + 0.75rem);
  line-height: 160%;
  color: #202020;
}

#column blockquote .blockquote__author {
  font-size: calc(9px + 0.563rem);
  line-height: 160%;
  color: #666666;
}

#column strong {
  display: block;
  padding: min(2.5rem, 40px) min(3.125rem, 50px);
  border-left: 4px solid #E1110D;
  box-sizing: border-box;
  background: #FAFAFA;
  font-size: calc(9px + 0.563rem);
  font-weight: normal;
  margin-bottom: calc(16px + 1rem);
}

#column table {
  border-collapse: collapse;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: calc(16px + 1rem);
  border: 1px solid #DEDEDE;
}


#column table tbody {
  color: #666666;
  text-align: left;
  vertical-align: top;
}

#column table tbody tr {
  border-bottom: 1px solid #DEDEDE;
  transition: all .2s ease-in-out;
}

#column table tbody tr:nth-child(1) {
  font-size: 13px;
  color: #666666;
  background: none !important; 
}

#column table tbody tr:nth-child(even) {
  background: #FAFAFA;    
}

#column table tbody tr:nth-child(odd) {
  background: none;
}

#column table tbody tr:nth-child(odd):hover,
#column table tbody tr:nth-child(even):hover {
  background: #F6F4FF;
}

#column table tbody tr td {
  padding: 32px 24px;
}

hr {
  border: 0;
  height: 1px;
  background: #DEDEDE;
  margin: min(5rem, 80px) 0;
}

hr.hr40 {
  margin: min(2.5rem, 40px) 0;
}

hr.hr20 {
  margin: min(1.25rem, 20px) 0;
}




















/* WorldSkills */

.bg-dark {
  background: #120934 !important;
  margin: 0 auto;
}

.ws-banner {
  position: relative;
  width: 100%;
}

.ws-banner__slider {
  position: relative;
  z-index: 1;
}

/* WorldSkills slider */

@media screen and (min-width: 901px) {
  .ws-slider {
    margin: 0 auto;
    position: relative;
    padding: min(8.75rem, 140px) 0;
    padding-bottom: min(12.5rem, 200px);
  }

  .ws-slider__slides {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    height: clamp(450px, 33.75rem, 540px);
  }


  .ws-slider__block-control {
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .ws-slider__control {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
  }
  .ws-slider__control--right {
  }

  .ws-slider__control:hover {
    background-color: #E1110D;
  }
  .ws-slider__control-line {
    position: absolute;
    left: 17px;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ws-slider__control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(-135deg);
            transform: translateY(1px) rotate(-135deg);
  }
  .ws-slider__control--right .ws-slider__control-line {
    left: 30px;
    -webkit-transform-origin: 1px 0;
            transform-origin: 1px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ws-slider__control--right .ws-slider__control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(135deg);
            transform: translateY(1px) rotate(135deg);
  }
  .ws-slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.5s;
  }
  .ws-slider__control:hover .ws-slider__control-line:after {
    background-color: #fff;
  }
  .ws-slider__control.a--rotation .ws-slider__control-line:after {
    -webkit-animation: arrowLineRotation 0.49s;
            animation: arrowLineRotation 0.49s;
  }
  .ws-slider__control.a--rotation .ws-slider__control-line:nth-child(1):after {
    -webkit-animation: arrowLineRotationRev 0.49s;
            animation: arrowLineRotationRev 0.49s;
  }

  .ws-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    height: clamp(450px, 33.75rem, 540px);
    border-radius: 0;
    -webkit-transition: -webkit-clip-path 0s 1.3s;
    transition: -webkit-clip-path 0s 1.3s;
    transition: clip-path 0s 1.3s;
    transition: clip-path 0s 1.3s,
    -webkit-clip-path 0s 1.3s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  .ws-slide.s--prev {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .ws-slide.s--active {
    z-index: 1;
    -webkit-transition: -webkit-clip-path 1.3s;
    transition: -webkit-clip-path 1.3s;
    transition: clip-path 1.3s;
    transition: clip-path 1.3s, -webkit-clip-path 1.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .ws-slide.s--active.s--active-prev {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .ws-slide:nth-child(1) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-2.jpg");
  }
  .ws-slide:nth-child(2) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-3.jpg");
  }
  .ws-slide:nth-child(3) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-4.jpg");
  }
  .ws-slide:nth-child(4) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-5.jpg");
  }
  .ws-slide:nth-child(5) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-6.jpg");
  }
  .ws-slide__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .ws-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .ws-slide__content {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    text-align: right;
  }
  .ws-slide__heading {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: clamp(20px, 3.75rem, 60px);
  }
  .ws-slide__text {
    font-size: clamp(14px, 1.6rem, 25px);
    color: #fff;
  }
  .ws-slide__text a {
    color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .ws-slider {
    margin: 0 auto;
    position: relative;
    padding: min(8.75rem, 140px) 0;
  }

  .ws-slider__slides {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    height: min(60rem, 1000px);
  }

  .ws-slider__block-control {
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 1720px;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .ws-slider__control {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
  }
  .ws-slider__control--right {
  }

  .ws-slider__control:hover {
    background-color: #E1110D;
  }
  .ws-slider__control-line {
    position: absolute;
    left: 17px;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ws-slider__control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(-135deg);
            transform: translateY(1px) rotate(-135deg);
  }
  .ws-slider__control--right .ws-slider__control-line {
    left: 30px;
    -webkit-transform-origin: 1px 0;
            transform-origin: 1px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ws-slider__control--right .ws-slider__control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(135deg);
            transform: translateY(1px) rotate(135deg);
  }
  .ws-slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.5s;
  }
  .ws-slider__control:hover .ws-slider__control-line:after {
    background-color: #fff;
  }
  .ws-slider__control.a--rotation .ws-slider__control-line:after {
    -webkit-animation: arrowLineRotation 0.49s;
            animation: arrowLineRotation 0.49s;
  }
  .ws-slider__control.a--rotation .ws-slider__control-line:nth-child(1):after {
    -webkit-animation: arrowLineRotationRev 0.49s;
            animation: arrowLineRotationRev 0.49s;
  }

  .ws-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    height: min(54rem, 850px);
    border-radius: 0;
    -webkit-transition: -webkit-clip-path 0s 1.3s;
    transition: -webkit-clip-path 0s 1.3s;
    transition: clip-path 0s 1.3s;
    transition: clip-path 0s 1.3s,
    -webkit-clip-path 0s 1.3s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  .ws-slide.s--prev {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  .ws-slide.s--active {
    z-index: 1;
    -webkit-transition: -webkit-clip-path 1.3s;
    transition: -webkit-clip-path 1.3s;
    transition: clip-path 1.3s;
    transition: clip-path 1.3s, -webkit-clip-path 1.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .ws-slide.s--active.s--active-prev {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .ws-slide:nth-child(1) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-2.jpg");
  }
  .ws-slide:nth-child(2) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-3.jpg");
  }
  .ws-slide:nth-child(3) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-4.jpg");
  }
  .ws-slide:nth-child(4) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-5.jpg");
  }
  .ws-slide:nth-child(5) .ws-slide__inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-6.jpg");
  }
  .ws-slide__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .ws-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .ws-slide__content {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    text-align: right;
  }
  .ws-slide__heading {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: clamp(20px, 3.75rem, 60px);
  }
  .ws-slide__text {
    font-size: clamp(14px, 1.6rem, 25px);
    color: #fff;
  }
  .ws-slide__text a {
    color: #fff;
  }

}

@-webkit-keyframes arrowLineRotation {
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes arrowLineRotation {
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes arrowLineRotationRev {
  to {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}


/* WorldSkills ticker */

@media screen and (min-width: 901px) {
  .ws-banner__text {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: clamp(200px, 20rem, 320px);
  }

  .ws-banner__text .marquee {
      margin: 0 auto;
      width: 100%;
      height: clamp(50px, 10rem, 160px);
      white-space: nowrap;
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
  }
  @supports (-webkit-text-stroke: 1px blue) {
      .ws-banner__text .marquee__content {
      width: 300%;
      display: flex;
      line-height: clamp(50px, 10rem, 160px);
      color: transparent;
      animation: ws-marquee 60s linear infinite forwards;
      transition: color .2s ease-in-out;
      }
      .ws-banner__text .marquee__content:hover {
      animation-play-state: paused;
      color: #fff;
      }

      .ws-banner__text .list-inline {
      display: flex;
      justify-content: space-around;
      width: 150%;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: clamp(50px, 10rem, 160px);
      text-transform: uppercase;
      color: #fff;
      }

      .ws-banner__text .list-inline li {
        margin-right: calc(40px + 2.5rem);
        color: #fff;
      }
  }
  @keyframes ws-marquee {
      0% {
        transform: translateX(15%);
      }
      100% {
        transform: translateX(-70%);
      }
  }
}

@media screen and (max-width: 900px) {
  .ws-banner__text {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: min(30rem, 320px);
  }

  .ws-banner__text .marquee {
      margin: 0 auto;
      width: 100%;
      height: clamp(50px, 10rem, 160px);
      white-space: nowrap;
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
  }
  @supports (-webkit-text-stroke: 1px blue) {
      .ws-banner__text .marquee__content {
      width: 300%;
      display: flex;
      line-height: clamp(50px, 10rem, 160px);
      color: transparent;
      animation: ws-marquee 60s linear infinite forwards;
      transition: color .2s ease-in-out;
      }
      .ws-banner__text .marquee__content:hover {
      animation-play-state: paused;
      color: #fff;
      }

      .ws-banner__text .list-inline {
      display: flex;
      justify-content: space-around;
      width: 150%;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: clamp(50px, 10rem, 160px);
      text-transform: uppercase;
      color: #fff;
      }

      .ws-banner__text .list-inline li {
        margin-right: calc(40px + 2.5rem);
        color: #fff;
      }
  }
  @keyframes ws-marquee {
      0% {
        transform: translateX(15%);
      }
      100% {
        transform: translateX(-70%);
      }
  }
}

.btn-up {
  position: fixed;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  border-radius: 100px;
  left: 55px;
  bottom: 55px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  color: #fff;
  background-color: #D42E25;
  border: 2px solid #D42E25;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  padding: 12px 12px;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.btn-up:hover {
  color: #D42E25;
  background-color: #FFF;
  border: 2px solid #D42E25;
}

.btn-up--show {
  display: block;
  opacity: 1;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/ngok-main-menu/style.css?174906304918526 */
/* /bitrix/templates/.default/components/bitrix/main.include/ngok-footer-inc/style.css?16679117786085 */
/* /bitrix/templates/ngok-clear/template_styles.css?176166128833427 */
