/*!*вторая страница*!*/
@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
    /*src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");*/
    /*font-weight: normal;*/
    font-style: normal;
}

#breadcrumbs a.link-crumb {
    font-size: 1.1em;
}

#second-title {
    margin-bottom: 25px;
}
.second-content {
    background: white;
    border-radius:5px;
    min-height: 700px;
    box-shadow: 0 1px 15px -3px rgb(217 231 245);
    padding:40px;
    min-height: 800px;
    border: 1px solid #18508724;
    margin-top: 3em;
}

@media (max-width: 482px) {
    .second-content {
        padding:20px;
        border-width: 0px;
        box-shadow: none;
        border-radius:0px;
        margin-top: 0em;
    }

}

.section-second-content{
    padding-top:0px !important;
}

.block-menu-right {
    margin-top: 3em;
}

.f-w-5 {
    font-weight: 500;
}

.f-w-7 {
    font-weight: 700;
}

.second-title {
	font-size: 55px;
}

/* Цифры в разделе о центре*/
.count-block {
    margin-top: 10px;
    cursor:default;
}

.number-count-block {
    font-size: 50px;
    /*display: inline-block;*/
    line-height: 1;
    font-weight: 800;
    opacity: 0.4;
    transition: 0.4s;
}

.count-block:hover .number-count-block {
    opacity: 0.8;
    transition: 0.4s;
}


.count-block:nth-child(odd) .number-count-block  {
    color:var(--color-purple);
}

.count-block:nth-child(even) .number-count-block   {
    color:var(--color-orange);
}

.desc-count-block {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}


.comand-pers {
margin-top: 40px;
}

.photo-pers{
    overflow: hidden;
    width: 149px;
    height: 186px;
    border-radius:5px;
}

.photo-pers img {
    width:100%;
    transform: scale(1);
    transition:0.4s;
}

.photo-pers:hover img {
    transform: scale(1.08);
    transition:0.4s;
}


.name-pers {
    font-size: 21px;
    font-weight: 600;
    margin: 13px 0px 5px;
}

.role-pers {
    font-size: 15px;
    font-weight: 500;
}

.grad-pers {
    font-style: italic;
    font-size: 13px;
}


.ul-documents li{
    margin-bottom:15px;
	   color: #3d5997;
}

.ul-documents li a{
	   color: #3d5997;
}


.ul-documents li:before {
    content: "\e842";
    font-family: "Mercury";
    /* width: 1.5em; */
    font-size: 2.1em;
    color: #3d5997;
    padding-right: 5px;
    top:5px;
}


.patrtners-listing ul li{
    text-align: left;
    margin-top: 15px;
    display: flex;
    align-items: center; 
}

.patrtners-listing ul li a{
   color: #3d5997;	
}



.patrtners-listing ul li:before {
    content: "\e811";
    font-family: "Mercury";
    /* width: 1.5em; */
    font-size: 2em;
    color: #3d5997;
    padding-right: 10px;
}


/* Новые стили */

.second-header-parallax .parallax-background {
    background: #6c46005c;
    position: absolute;
    width: 100%;
    height: 100%;
}

.second-content h6{
   font-weight: 600 !important;
}

h6 + ul {
    margin-top: 10px !important;
}

.ul-documents-cdo li:before {
    content: "\f30e";
    font-family: "Material Design Icons";
    /* width: 1.5em; */
    font-size: 1.3em;
    color: #3d5997;
    padding-right: 5px;
} 



.flex-center-ul li{
    display: flex;
    align-items: center;
}

li .mercury-ico {
    display: inline-block;
    font-size: 2.1em;
    line-height: 1em;
    margin-right: 10px;
}


div .mdi{
    padding-right: 5px;
    color: #3d5997;
}

.teacher {
    margin-top: 15px;
    position: relative;
    padding-left: 90px;
}

.teacher:before {
    content: "\e825";
    font-family: "Mercury";
    /* width: 1.5em; */
    font-size: 5em;
    color: #3d5997;
    padding-right: 5px;
    position: absolute;
    line-height: 1em;
    left: 0px;
    top: 5px;
}


.teacher:first-child {
    margin-top: 30px;
}



.teacher-surname {
font-size: 28px;
    font-weight: 500;
    color:#2e3d47;
}

.teacher-name {
    font-size: 18px;
    font-weight: 500;
    color:#2e3d47;
}

.teacher-grad {
    padding: 10px 0px;
}


/*
.second-content {
    background: white;
    border-radius: 5px;
    min-height: 300px;
    box-shadow: 0 1px 15px -3px rgb(217 231 245);
    padding: 40px;
}

@media (max-width: 992px){
	.container-md, .container-sm, .container {
		max-width: none;
		padding: 0 30px;
	}
} 

@media (max-width: 768px){
	.container-md, .container-sm, .container {
		max-width: none;
		padding: 0 20px;
		
	}
	.second-content{
		padding: 20px;
	}
} 	


@media (max-width: 576px){
	.container-sm, .container {
    max-width: none;
	 padding: 0 10px;
	}
}
 */
body{
	background: #f7f8ff;
}

.modal{
	/* margin: 50px 0; */
}




/* Правое меню */
.block-right {
    border-radius:5px;
    box-shadow: 0 1px 15px -3px rgb(217 231 245);
    /* min-width: 216px; */
    border: 1px solid #18508724;
}

.block-right div {
    border-bottom: 1px solid #18508724;
    padding: 0.7em 0.7em;
}

.block-right div:last-child {
    border-bottom: 0px solid #E3E3E3;
}



.marked-direction{
	background-color: #e5eef6;
	border-left: 3px solid #185087;
	border-bottom: 0px solid #185087 !important;
}

.block-menu-right a{
	color: black;
	font-weight: 500;
}

.bg-purple{
	background-color: var(--color-purple);
}

/* Изменение контейнера bootstrap */
/* �������������� ������ ����������, ������ ���� ���� */
/**/		@media (min-width: 576px){
    /**/			.container-sm, .container {
        /**/		    max-width: none	;
        /**/			 padding: 0 10px	;
        /**/			}
    /**/		}
/**/
/**/		@media (min-width: 768px){
    /**/			.container-md, .container-sm, .container {
        /**/				max-width: none	;
        /**/				padding: 0 20px	;
        /**/
        /**/			}
    /**/			.second-content{
                        /**/				padding: 40px	;
                        /**/			}
    /**/		}
/**/
/**/		@media (min-width: 992px){
    /**/			.container-md, .container-sm, .container {
        /**/				max-width: none	;
        /**/				padding: 0 30px	;
        /**/			}
    /**/		}
/**/
/**/
/**/		@media (min-width: 992px){
    /**/			.container-md, .container-sm, .container {
        /**/				max-width: 1200px;
        /**/				padding: 0 30px	;
        /**/			}
    /**/		}
/*/////////////////////////////*/






