@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
	line-height: 2.3rem;
	font-size: 16px !important;
	color: #2D3748;
	font-family: Inter;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: Inter;
}
h1 {
	font-weight: 800;
	font-size: 32px;
	line-height: 115%;
	margin-bottom: 38px;
}
h2, .ch2 {
	position: relative;
	font-size: 32px !important;
	font-weight: 800;
	line-height: 37px;
	color: #2D3748 !important;
}
h2:after {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 72px;
	height: 3px;
	left: 0px;
	background: #233D80;
}
h3 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
}
p {
	margin-bottom: 30px;
}

@media (min-width: 1200px) { 
	.container {
		max-width: 1230px !important;
	}
}


#hero {
	/* background: url('../img/hero.jpg') no-repeat top center; */
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.full_screen {
	height: 100vh;
	width: 100%;
	min-height: 650px;
	max-height: 1000px;
	overflow: hidden;
}
.navbar-brand {
	background: url(../img/logo_vertical_1.png);
	display: block;
	width: 242px; 
	height: 78px;
	/* width: 193px;
	height: 72px; */
	background-repeat: no-repeat;
	background-size: cover;
}
.slogan {
	color: #718096;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav li {
	padding: 0px 14px;
	margin-top: 20px;
}
.innerpage .navbar-nav li.active a {
	letter-spacing: 0.02em;
	color: #B0F0FF;
}
.navbar-nav a {
	font-size: 15px;
	line-height: 150%;
}
.navbar-nav a {
	color: #2D3748;
}
.btn {
	font-weight: bold;
	font-size: 13px;
	padding: 8px 14px;
	outline: 0px;
}
.btn-outline-primary {
	color: #233D80;
	border-color: #233D80;
	border-radius: 100px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:hover {
	background-color: #233D80;
	border-color: #233D80;
	color: #fff;
}
#content .btn-outline-primary {
	padding-left: 35px;
	padding-right: 35px;
}
#menu {
	background: rgba(255, 255, 255, 0.2);
	padding: 9px 0;
}
#menu .navbar-nav {
	width: 100%;
}
#menu .navbar-nav a {
	font-weight: 400;
}
.dropdown:hover>.dropdown-menu {
	/*display: block;*/
	/*background: #233D80;*/
	display: flex;
	flex-direction: column;
	width: 250px;
	padding: 15px;
	border-radius: 10px 10px 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 6px -2px rgba(57, 98, 167, 0.05), 0px 10px 15px -3px rgba(45, 55, 72, 0.1);
	border-radius: 5px 5px 15px 15px;
	
}
.dropdown:hover>.dropdown-menu a {
	display: block;
	color: #2D3748;
}
.dropdown:hover>.dropdown-menu a:hover {
	background: none;
	color: #233D80;
}
.dropdown-item:hover>.dropdown-menu {
	display: block;
}
.dropdown-toggle {
	outline: none !important;
}


#hero_block {
	background: rgba(35, 61, 128, .62);
	box-shadow: 0px 12px 34px 1px rgba(39, 61, 97, 0.66);
	border-radius: 5px;
	padding: 72px 54px;
	color: #fff;
	margin: 67px 0;
}
#hero_block .title {
	font-weight: 800;
	margin-bottom: 28px;
	font-size: 36px;
	line-height: 115%;
}
#hero_block .title span {
	color: #05ACCC;
}


.ch2 {
	text-decoration: none;
}
.bg-blue {
	background: #233D80;
	position: relative;
}
.bg-blue:before, .bg-blue:after {
	background: #233D80;
	z-index: -1;
}
.bg-blue-left {
    position: absolute;
    top: 0;
    height: 100%;
    /* z-index: -2; */
    overflow: hidden;
}


.card {
	border: 0;
	box-shadow: 0px 4px 6px -2px rgb(45 55 72 / 5%), 0px 10px 15px -3px rgb(45 55 72 / 10%);
    border-radius: 8px;
    margin-bottom: 30px;
}
.card-img-top {
	border-radius: 18px 18px 0px 0px;
}
.card-body {
	padding: 24px 24px 16px;
}
.card-footer {
	background: none;
	border: 0;
	padding: 0px 24px 28px;
}
.card-footer a {
	font-weight: 500;
	font-size: 15px;
	text-decoration-line: underline;
}
.card-text {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 125%;
}
#front-tabs {
	position: relative;
	overflow: hidden;
}
#front-tabs .content:before {
	content: '';
	position: absolute;
	right: -15%;
	top: 50px;
	background: url(../img/elips.png) no-repeat center;
	width: 427px;
	height: 426px;
}
#front-tabs .card-body, .slick-slider .card-body {
	border: none !important;
}

#front-tabs h2 {
	margin-bottom: 0px;
}
.front-tabs-links {
	flex-flow: column nowrap;
	padding-top: 125px;
}
.front-tabs-links .h2,
.front-tabs-links ul {
    flex: 0 1 auto;
    align-self: stretch;
}
#front-tabs .title_block {
	margin-bottom: 50px;
}
#front-tabs .h2 {
	font-weight: 800;
	font-size: 24px;
	line-height: 115%;
	letter-spacing: 0.02em;
	color: #CDE1F8;
	margin: 15px 0 26px;
}
#front-tabs .nav-pills {
	display: flex;
	flex-direction: column;
    min-width: 250px;
    padding: 10px;
    margin-top: 10px;
}
#front-tabs .nav-pills .nav-link {
	color: #CDE1F8;
	padding: 14px 0;
	padding-left: 30px;
	position: relative;
}
#front-tabs .nav-pills .nav-link svg {
	color: #2F5F95;
}
#front-tabs .nav-pills .nav-link.active {
	background: none;
}
#front-tabs .nav-pills .nav-link.active,
#front-tabs .nav-pills .nav-link.active svg {
	color: #fff !important;
}
#front-tabs .nav-pills .nav-link.active:before {
	position: absolute;
	content: '';
	background: #233D80;
	width: 11px;
	height: 21px;
	right: -9px;
	background: url('../img/arrow_to_right.png') no-repeat center;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 9999999;
}
#front-tabs .nav-pills .nav-link svg {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.all_link {
	color: #233D80;
	font-weight: bold;
	border-bottom: 1px dashed #233D80;
	text-decoration: none !important;
	position: relative;
	float: right;
	margin-right: 20px;
}
.all_link:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: url('../img/all_link.png') no-repeat center;
	width: 16px;
	height: 11px;
}

.flex-align-center {
	display: flex;
    align-items: center;
}
.flex-align-start {
	display: flex;
    align-items: start;
}

.zindex {
	z-index: 99;
	background: #fff;
}
.created {
	color: #9EAAC5;
	font-weight: 600;
	margin-bottom: 14px;
}
.section {
	padding-top: 110px;
	padding-bottom: 110px;
}

#events {
	background: linear-gradient(107.66deg, #F3F9FF 4.93%, #FCF8FF 100%);
	position: relative;
	padding-bottom: 170px;
}
#events:before {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url('../img/bag.png') no-repeat center;
	width: 547px;
	height: 691px;
}
.elips {
	content: '';
	position: absolute;
	right: 20px;
	top: 50px;
	background: url(../img/elips552.png) no-repeat center;
	width: 427px;
	height: 426px;
	z-index: -1;
	background-size:cover;
}
#events .elips {
	bottom: 22px;
	background: url(../img/elips3.png) no-repeat center;
	top: auto;
	left: 0px;
	right: auto;
	width: 293px;
	height: 468px;
	z-index: 0;
}
#events h2 {
	margin-bottom: 50px;
}
#events .calendar {
	margin: 30px 0;
}
.filter .dropdown-menu, 
.filter .dropdown-menu.show {
	left: -25px !important;
	width: calc(100% + 50px);
	padding: 24px;
}
.filter .dropdown-menu .lists {
	max-height: 255px;
	overflow-y: scroll;
}
::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
}

::-webkit-scrollbar-track {
	background-color:#fff
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 5px;
	background-color:#233D80;
}

::-webkit-scrollbar-thumb:hover{
	background-color:#233D80;
}

::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
}

::-webkit-scrollbar{
width: 4px;
}
#events .dropdown-menu .list_group {
	margin-top: 20px;
}
#events .dropdown-menu .list_group .title {
	font-weight: 500;
	color: #9EAAC5;
}
.pre {
	font-weight: 500;
	font-size: 18px;
	color: #A1AABE;
	margin: 8px 0 15px;
}

.btn-link {
	padding: 0px !important;
	color: #233D80;
}


.radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin: 9px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkround {
    position: absolute;
    top: 3px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #fff ;
	border: 1px solid #233D80;
    border-radius: 50%;
}
.radio input:checked ~ .checkround {
    background-color: #fff;
}
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkround:after {
    display: block;
}
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #233D80;;
}

.persons.section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.persons .filter {
	line-height: 25px;
	margin: 50px 0px 38px;
}
.persons .btn {
	font-size: 16px;
	line-height: 25px;
}

.card-photo {
	border-radius: 50%;
	border: 10px solid #F1F4FF;
}
.persons .card-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	width: 54%;
    word-wrap: normal;
    margin: 5px auto 17px;
    text-align: center;
}
/*#best_teachers.persons .card-title {
	width: 54%;
}*/
h2.bg-binom {
	position: relative;
	margin-top: 65px;
	z-index: 10;
}
h2.bg-binom:before {
	content: '';
	position: absolute;
	left: -112px;
	top: -127px;
	width: 559px;
	height: 192px;
	background: url('../img/65-text.png') no-repeat center;
	z-index: -1;
	opacity: .6;
}
.persons .card {
	box-shadow: none;
	border-radius: 0px;
}
.grey-link {
	font-weight: 600;
	font-size: 14px;
	color: #718096;
	text-decoration: underline;
}
.grey {
	color: #718096;
}
#content .card {
	background: rgb(247, 248, 255);
}

.slick-slider {
	outline: none;
	position: relative;
}
.slick-arrow {
	background: url(../img/arrow.png) no-repeat center;
	width: 47px;
	height: 47px;
	text-indent: -9999px;
	outline: none;
	border: 0;
    top: 50%;
    margin-top: -24px;
    position: absolute;
    z-index: 999999;
}
.slick-arrow.slick-prev {
	transform: rotate(180deg);
	left: -65px;
}
.slick-arrow.slick-next {
	right: -65px;
}
.slick-disabled {
	cursor: normal;
	opacity: .7;
	background-image: url(../img/arrow-disabled.png);
}
.slick-dots
{
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;

    width: 7px;
    height: 7px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #D3D7E3;

    border-radius: 50%;
    padding: 0px;
    margin: 7px;
}
.slick-dots li.slick-active button {
	background: #233D80;
}
.slick-dots li.slick-active button:before {
	background: #D3D7E3;
	width: 22px;
	height: 22px;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50px;
	z-index: -1;
}
.slick-dots li:first-child:last-child {
	display: none !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

#achievement.section {
	padding-top: 0px;
	padding-bottom: 0px;
}
#achievement .slick {
	margin: 47px auto 30px;
}
#achievement .elips.big {
	width: 552px;
	height: 553px;
	right: -15%;
}
#achievement .elips.middle {
	width: 156px;
	height: 157px;
	left: -6%;
    top: 45px;
}
#achievement .elips.small {
	width: 116px;
	height: 115px;
	left: 15%;
    top: auto;
    bottom:0;
    background: url(../img/elips116.png) no-repeat center;
}

#partners.section {
	position: relative;
}
#partners:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url(../img/elips2.png) no-repeat center;
	width: 274px;
	height: 274px;
}
#partners .pen:before {
	content: '';
	position: absolute;
	bottom: -100px;
	left: -100px;
	background: url('../img/pen.png') no-repeat center;
	width: 572px;
	height: 135px;
}
#partners h2 {
	margin-top: 38px;
}
#partners .slick_partners .slick-slide{
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0px 2px 4px -1px rgba(45, 55, 72, 0.06), 0px 4px 6px -1px rgba(45, 55, 72, 0.1);
	margin: 0px 8px;
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
}
#partners .slick_partners .slick-slide {
	position: relative;
}
#partners .slick_partners .slick-slide a{

	display: block;
}
#partners .slick_partners img {
	margin: 0px auto;
	min-height: 50px;
	max-width: 100%;
    max-height: 100%;
	display: block;
}
#sidebar {
	background: rgb(247, 248, 255);
}
#sidebar p {
	text-transform: uppercase;
	font-weight: 600;
	color: #9EAAC5;
	margin-bottom: 12px;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	border-radius: 5px;
}
#sidebar ul ul {
	display: none;
	background: #F0F3FD;
}
#sidebar ul li.active ul {
	display: block;
}
#sidebar ul ul a {
	position: relative;
}
#sidebar ul ul li {
	padding-left: 28px;
}
#sidebar ul ul a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: #233D80;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
#sidebar ul ul li.active a {
	text-decoration: underline;
}
#sidebar ul a {
	padding: 22px 24px;
	display: block;
	color: #2D3748;
	font-weight: 500;
	position: relative;
}
#sidebar > ul > li.active > a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right:-11px;
	margin: auto;
	width: 11px;
	height: 22px;
	background: url(../img/sidebar_active.png) no-repeat center;
}
#sidebar > ul > li.active > a {
	background: #E5EBF8;
	color: #233D80;
	font-weight: 700;
}
#sidebar .dropdown-toggle:after {
    right: 20px;
    left: auto;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

footer {
	padding: 60px 0;
	background: #1E305F;
}
footer .desc {
	color: #FFF;
	opacity: 0.57;
}
footer a {
	color: #F7FAFC !important;
}
a.icon {
	padding-left: 30px;
    position: relative;
}
.icon svg {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#content .icon {
	color: #2D3748;
}
#content img {
	max-width: 100%;
	height: auto;
}
.btn.focus, .btn:focus, :focus {
	box-shadow: none;
	outline: none;
}
.content {
	margin-left: 75px;
}
.slick.row .slick-arrow.slick-prev {
	left: -48px;
}
.slick.row .slick-arrow.slick-next {
	right: -48px;
}
.calendar-container {
	width: 320px;
}
.arrows_bottom .slick-arrow {
	bottom: -65px;
	top: auto;
}
.arrows_bottom .slick-arrow.slick-prev {
	left: 15px;
}
.arrows_bottom .slick-arrow.slick-next {
	right: auto;
	left: 90px;
}
.navbar-toggler svg {
	width: 35px;
}
.slick-equal-height .slick-list {
	padding-bottom: 20px;
}
.no-padding > div {
	padding-left: 0px;
	padding-right: 0px;
}
.no-margin {
	margin: 0px;
}
header.navbar {
	z-index: 50;
	padding: 10px 0px 1px;
}
header .collapsing {
	transition: none;
}
#header {
	/* background: url('../img/header_bg.jpg') no-repeat center; */
	background-size: cover;
}
#header #menu {
	background: #233D80;
}
#header #menu .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
}
.navbar-toggler {
	padding: .25rem 15px;
}
#header {
	margin-bottom: 15px;
}
#header #menu .navbar-nav .nav-link.active {
	font-weight: 700;
	color: #B0F0FF;
}
#header #menu .navbar-nav .dropdown-item.active {
	background-color: rgb(35, 61, 128);
	color: #fff;
}
.breadcrumb {
	font-size: 14px;
	background: none;
	padding: 10px 0;
	margin-bottom: 15px;
}
.breadcrumb a {
	color: #2D3748;
	font-size: 14px;
	line-height: 150%;
}
#content {
	margin: 35px auto 120px;
}
#content h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px !important;
	line-height: 105%;
}
#content h2:after {
	display: none;
}
.dropdown:hover>.dropdown-menu {
	display: block;
    min-width: 300px;
    padding: 10px;
    margin-top: 10px;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.info {
	background: #F7F8FF;
	border-radius: 99px 0px 0px 99px;
	overflow-x: hidden;
	padding: 11px;
	margin-bottom: 38px;
	padding-right: 3000px;
    margin-right: -3000px;
}
.info img {
	border-radius: 50%;
}
.info .desc {
	color: #9EAAC5;
	font-weight: 700;
	margin-bottom: 22px;
}
.block {
	margin-bottom: 82px;
}
.block:last-child {
	margin-bottom: 0px;
}
.accordion.block {
	margin-bottom: 65px;
}
.accordion>.card {
	background: none !important;
	box-shadow: none;
	overflow: visible;
}
.accordion>.card>.card-header {
	padding: 15px 36px;
	background: #FFFFFF;
	box-shadow: 0px 4px 17px -2px rgba(70, 101, 153, 0.16);
	border-radius: 100px;
	margin-bottom: 16px;
}
.accordion>.card .card-body {
	margin-top: 8px;
	padding: 0 36px;
	border: 0;
}
.accordion .btn-link.collapsed {
	color: #2D3748;
}
.accordion .btn-link {
	color: #233D80;
	font-size: 16px;
}
.accordion>.card {
	margin-bottom: 0px;
}
.form-control {
	border: 1px solid #233D80;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 10px 10px 10px 24px;
}
label {
	color: #233D80;
	font-weight: 600;
	padding: 0px 25px;
}
.custom-control-label {
	color: #9EAAC5;
	font-size: 15px;
	font-weight: 400;
	padding: 2px 10px;
}
.custom-control-label a {
	color: inherit;
	text-decoration: underline;
}


.custom-control-input:checked~.custom-control-label::before {
	background: #233D80 !important;
	border: 1px solid #233D80;
	border-radius: 2px;
	box-shadow: none;
	line-height: 130%;
}
.btn-primary {
	background: linear-gradient(130.87deg, #1D599F 26.81%, #1D3E94 77.56%);
	border-radius: 100px;
	padding: 12px 48px;
	font-weight: 600;
	font-size: 15px;
}
::-webkit-input-placeholder {color:#9EAAC5;}
::-moz-placeholder          {color:#9EAAC5;}
:-moz-placeholder           {color:#9EAAC5;}
:-ms-input-placeholder      {color:#9EAAC5;}


.dropdown-toggle:after {
    transform: rotate(135deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    width: 7.5px;
    height: 7.5px;
    border-left: 0px;
    border-bottom: 0px;
}
.dropdown-toggle.open:after {
	transform: rotate(-45deg); 
	vertical-align: middle !important;
}
.file {
	background: #F7F8FF;
	padding: 25px 60px;
	margin-bottom: 20px;
}
.file .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #2D3748;
	margin-bottom: 12px;
}
.file .desc {
	font-size: 16px;
	line-height: 140%;
	color: #718096
}
.file a {
	text-decoration-line: underline;
	color: #718096;
}
#info-block {
	padding-left: 40px;
}
.person.card {
	background: rgb(247, 248, 255);
	margin-bottom: 30px;
}
.person.card .card-subtitle {
	font-size: 16px;
	line-height: 140%;
	color: #718096;
	padding: 10px 18px;
	margin: 0px;
}
.person.card .card-body {
	padding: 25px 18px;
}
.news-item {
	margin-bottom: 30px;
	background: rgb(247, 248, 255);
}
.news-item p {
	margin-bottom: 15px;
}
.modal {
	z-index: 9999999999;
}
.modal-header > .row {
	width: 100%;
}
.modal-header {
	border-bottom: 0px;
	padding: 50px 50px 15px;
}
.modal-body {
	padding: 15px 52px 52px;
}
#modal_files {
	padding: 0px 26px 30px;
}
.modal-body + #modal_files {
	margin-top: -50px;
}
.modal-body p:last-child {
	margin-bottom: 0px;
}
.modal-header .close span{
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	background: url(../img/x.png) no-repeat center;
	display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-footer {
	border-top: 0px;
	padding: 0px 52px 52px;
}
.modal-footer > .row {
	width: 100%
}
.card-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
}
.card-body {
	border: 1px solid #E0E7ED;
}
.p20 {
	padding: 20px;
}
.subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #171923;
}
.with_subtitle {
	margin-bottom: 12px;
}
.with_subtitle ~ .subtitle {
	margin-bottom: 52px;
}
form a {
	font-size: 14px;
}
.advert {
	padding: 30px 20px;
	background: #F7F8FF;
	margin-bottom: 30px;
}
.advert .bottom_links span {
	font-weight: 500;
}
.advert .bottom_links {
	margin-top: 19px;
}
.advert .bottom_links .btn {
	padding: 5px 32px;
	font-size: 14px;
	font-weight: 400;
	margin:5px auto;
}
.advert .dates > div {
	line-height: 33px;
}
.advert p:last-child {
	margin-bottom: 0px;
}
textarea.form-control {
    border-radius: 20px;
}
.accordion .btn-link {
	position: relative;
	display: block;
	width: 100%;
    text-align: left;
}
.accordion .btn-link:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 25px;
	height: 24px;
	background: url(../img/icon-minus.png) no-repeat center;
}
.accordion .btn-link.collapsed:before {
	background: url(../img/icon-plus.png) no-repeat center;
}
.dropdown-menu {
	top: 97%;
}
.btn-outline-light:hover {
	color: #212529 !important;
}
.dropdown-menu:empty {
	display: none;
}
.school_address {
	padding-left: 40px;
}
.school_address svg {
	position: absolute;
	left: 15px;
}
.dropdown-toggle::after {
	margin-left: 10px;
}
.toUk {
    background: #E5EBF8;
}

/* FUNKY MD*/
.funkyradio-md label:not(.simple) {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio-md input[type="radio"]:empty, .funkyradio-md input[type="checkbox"]:empty {
    display: none;
}
.funkyradio-md input[type="radio"]:empty ~ label, .funkyradio-md input[type="checkbox"]:empty ~ label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-left: 40px;
	font-weight: 400;
}

.funkyradio-md input[type="radio"]:empty ~ label:before, .funkyradio-md input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:' ';
    width: 2.5em;
	font-size: 0.75rem;
    background: #D1D3D4;
    border-radius: 3px;
}

.funkyradio-md input[type="radio"]:hover:not(:checked) ~ label:before {
    content:'\2717';
    text-indent: .8em;
    color: #C2C2C2;
}

.funkyradio-md input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .8em;
    color: #C2C2C2;
}

.funkyradio-md input[type="radio"]:hover:not(:checked) ~ label, .funkyradio-md input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio-md input[type="radio"]:checked ~ label:before {
    content:'\2717';
    text-indent: .8em;
    color: #333;
    background-color: #ccc;
}

.funkyradio-md input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .8em;
    color: #333;
    background-color: #ccc;
}


.funkyradio-md input[type="radio"]:focus ~ label:before, .funkyradio-md input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

/* SUCCESS */
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #00c851;
}
.modal .btn-info {
    background-color: #233D80;
    border-color: #233D80;
    color: #fff;
}

.social_links {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.social_links li {
	display: inline-block;
}
.social_links li a {
	color: #fff !important;
    font-size: 20px;
    padding: 3px;
}
header .social_links {
	margin: 10px;
}
header .social_links  li a  {
	color: rgb(113, 128, 150) !important;
}


.fr-view strong {font-weight:700}
.fr-view table {border:none;border-collapse:collapse;empty-cells:show;max-width:100%}
.fr-view table td,
.fr-view table th {border:1px solid #ddd}
.fr-view table td:empty,
.fr-view table th:empty {height:20px}
.fr-view table th {background:#e6e6e6}
.fr-view hr {clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}
.fr-view .fr-file {position:relative}
.fr-view .fr-file::after {position:relative;content:"\1F4CE";font-weight:normal}
.fr-view pre {white-space:pre-wrap;word-wrap:break-word}
.fr-view blockquote {border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}
.fr-view blockquote blockquote {border-color:#00bcd4;color:#00bcd4}
.fr-view blockquote blockquote blockquote {border-color:#43a047;color:#43a047}
.fr-view span.fr-emoticon {font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}
.fr-view span.fr-emoticon.fr-emoticon-img {background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-0.1em 0.1em 0.1em;line-height:1;vertical-align:middle}
.fr-view img {position:relative;max-width:100%}
.fr-view img.fr-dib {margin:5px auto;display:block;float:none;vertical-align:top}
.fr-view img.fr-dib.fr-fil {margin-left:0}
.fr-view img.fr-dib.fr-fir {margin-right:0}
.fr-view img.fr-dii {display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(90%)}
.fr-view img.fr-dii.fr-fil {float:left;margin:5px 30px 30px 0;max-width:calc(95%)}
.fr-view img.fr-dii.fr-fir {float:right;margin:5px 0 30px 30px;max-width:calc(95%)}
.fr-view .fr-video {text-align:center;position:relative}
.fr-view .fr-video >* {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}
.fr-view .fr-video.fr-dvb {display:block;clear:both}
.fr-view .fr-video.fr-dvb.fr-fvl {text-align:left}
.fr-view .fr-video.fr-dvb.fr-fvr {text-align:right}
.fr-view .fr-video.fr-dvi {display:inline-block}
.fr-view .fr-video.fr-dvi.fr-fvl {float:left}
.fr-view .fr-video.fr-dvi.fr-fvr {float:right}
.fr-view .oc-text-gray {color:#AAA !important}
.fr-view .oc-text-bordered {border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}
.fr-view .oc-text-spaced {letter-spacing:1px}
.fr-view .oc-text-uppercase {text-transform:uppercase}
.fr-view a.oc-link-strong {font-weight:700}
.fr-view a.oc-link-green {color:green}
.fr-view table.oc-dashed-borders td,
.fr-view table.oc-dashed-borders th {border-style:dashed}
.fr-view table.oc-alternate-rows tbody tr:nth-child(2n) {background:#f5f5f5}
.fr-view table td.oc-cell-highlighted,
.fr-view table th.oc-cell-highlighted {border:1px double red}
.fr-view table td.oc-cell-thick-border,
.fr-view table th.oc-cell-thick-border {border-width:2px}
.fr-view img.oc-img-rounded {border-radius:100%;background-clip:padding-box}
.fr-view img.oc-img-bordered {border:solid 10px #CCC;box-sizing:content-box}

#videogallery .card-body {
	padding: 10px;
}
#videogallery .card-footer {
	padding: 0px 10px 10px;
}
#videogallery .card-title {
    font-weight: 500;
    font-size: 16px;
}
#galleries h2.bg-binom:before {
	left: -240px;
    top: -125px;
}

#SDStudio_VIDEO_BACKGROUND {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
#SDStudio_VIDEO_BACKGROUND > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 1. Если не поддерживает support: */
@media (min-aspect-ratio: 16/9) {
  #SDStudio_VIDEO_BACKGROUND > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #SDStudio_VIDEO_BACKGROUND > video { width: 300%; left: -100%; }
}
/* 2. Если поддерживает object-fit, overriding (1): */
@supports (object-fit: cover) {
  #SDStudio_VIDEO_BACKGROUND > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}
#videogallery .card a.play {
	position: relative;
	display: block;
}
#videogallery .card a.play:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	background-size: contain !important;
	background: url(/themes/binom/assets/img/youtube.png) no-repeat center;
}
#videogallery .card-body a {
	color: #2D3748;
	text-decoration: none;
}

@media (max-width: 768px) { 
	#hero_block {
		padding: 1.5em;
	}
	#hero_block .title {
		font-size: 1.5em;
	}
	#menu {
		background: rgba(35, 61, 128, 0.92);
	}
	#menu .nav-item > a {
		color: #fff;
	}
	.front-tabs-links {
		padding: 15px;
	}
	.section:not(.pt-0) {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	#videogallery {
		margin-bottom: 50px;
	}
	.content {
		margin-left: 0px;
	}
	.card {
		display: block;
		width: 100%;
	}
	.calendar-container {
		width: 100%;
	}
	#partners:before {
		display: none;
	}
	.filter .dropdown-menu, 
	.filter .dropdown-menu.show {
		right: 15px !important;
		left:15px !important;
		position:fixed !important;
		transform:none !important; 
		z-index: 99999999;
		width: calc(100% - 30px) !important;
	} 
	.filter .dropdown-menu .lists {
		max-height: 70%;
		overflow-x: hidden;
	}
	h2.bg-binom:before {
		/* width: 391px;
		height: 78px;
		background-size: cover;
	    left: -8%;
	    top: -37px; */
		display: none;
	}
	footer {
		padding: 30px 0;
		text-align: center;
	}
	footer .row > div {
		display: block;
		margin: 10px auto;
	}
	.btn-link.ch2 {
		line-height: 32px;
	}
	#front-tabs .nav-pills {
		padding: 15px;
	}
	#front-tabs .nav-pills .nav-link {
		color: rgb(35, 61, 128);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#front-tabs .nav-pills .nav-link.active, #front-tabs .nav-pills .nav-link.active svg {
	    color: #212529 !important;
	}
	#front-tabs .nav-pills .nav-link.active::before {
		display: none;
	}
	#front-tabs .section {
		padding-bottom: 30px;
	}
	#front-tabs .slick-dots {
		bottom: -30px;
	}
	#partners h2 {
		margin-top: 0px;
	}
	#partners.section {
		padding-bottom: 70px !important;
	}
	.btn {
		padding: 5px 10px;
	}
	.slogan {
	    color: #A1AABE;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    padding: 0px;
	}
	.school_address {
		padding-left: 25px;
	}
	.school_address svg {
		position: absolute;
		left: 0px;
	}
	#mobile_bottom_menu {
		margin-bottom: 15px;
		width: 100%;
	}
	#mobile_bottom_menu .navbar-nav a {
		color: #fff;
	}
	.btn-outline-primary {
		background: rgb(161, 170, 190);
	}
	header .topmenu {
		padding-left: 15px;
	}
	#menu .navbar-nav .dropdown-menu a {
		font-weight: 400;
		padding: .25rem 1rem;
	}
	.all_link {
	    float: none;
	    display: inline-block;
	    margin-top: 10px;
	}
	.navbar-brand {
		margin-left: 10px;
		height: 88px;
	}
	.navbar-nav li {
		padding: 0;
	}
	.info {
		border-radius: 0;
		padding-right: 0px;
		margin-right: 0px;
	}
	#sidebar > ul > li.active > a::before {
		background: none;
	}
	.dropdown:hover>.dropdown-menu {
		border-radius: 5px;
	}
	#info-block {
		padding-left: 15px;
	}
	.toUk {
		background: none;
	}
}
@media (max-width: 768px and (orientation:portrait)) {
	#front-tabs .slick_listing .col,
	.no-padding-xs .col {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 768px and (orientation:landscape)) {
	#front-tabs .slick-dots {
		bottom: -10px;
	}
	#events .slick-dots {
		bottom: -20px;
	}
}



@media (min-width: 768px) and (max-width: 970px) {
	.navbar-expand-md .navbar-nav.topmenu {
		flex-direction: column !important;
	}
	.langs .btn {
	    padding: 3px 6px;
	    margin: 1px 0;
	}
	.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-brand {
		margin-left: 0px;
		width: 278px;
	}
	#front-tabs .nav-pills .nav-link.active, #front-tabs .nav-pills .nav-link.active svg {
	    color: rgb(255, 255, 255) !important;
	}
	#front-tabs .nav-pills .nav-link {
    	color: #CDE1F8;
    }
	#sidebar ul a {
	    padding: 11px 12px;
	    font-size: 14px;
	}
	#sidebar p {
		font-size: 14px;
	}
	#sidebar .dropdown-toggle {
	    white-space: break-spaces;
	}
}
@media (min-width:970px) and (max-width: 1100px) {
	footer {
		font-size: .75em;
	}
	#sidebar .dropdown-toggle {
	    white-space: break-spaces;
	}
	.navbar-nav li {
	    padding: 0px 5px;
	}
	#header #menu .navbar-nav .nav-link {
	    font-weight: 400;
	    font-size: 14px;
	}
	.navbar-brand {
		width: 250px;
	}
	.container {
		max-width: 1030px;
	}
	.front-tabs-links {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (min-width:769px) {
	.d-md-flex {
		width: 100%;
	}
}

.left-menu-link{
	color: #fff !important;
	transition: color .2s ease-in-out;
}
.left-menu-link:hover{
	color: #233D80 !important;
}