/*html, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}*/

/*Фон сайту*/
body {
top:0;
font: 0.75em/1.5em Arial,sans-serif;
width:100%;
	background:url(img/skin/11.png)  repeat;
	background-position: center;
    	background-attachment: fixed, fixed;
} 

/*стиль для формы Яндекс переводчика*/
#ytWidget span .yt-button__icon_type_left{
display:none;
}
#ytWidget span.yt-button_type_left{
display:none;
}

#ytWidget a.yt-servicelink{
background-color:#eee;
color:#eee;
font-size:0.5px;
}


/*стиль для формы Гугл переводчика*/
#google_translate_element img {
display:none;
}

#google_translate_element a {
display:none;
}

#google_translate_element  .goog-te-gadget{
float:left;
color:#205081;
}

#google_translate_element b{
background:#eee;

}

#google_translate_element option {
color:#205081;
}

#google_translate_element div.skiptranslate.goog-te-gadget {

}

.skiptranslate iframe {
/*display:none;*/
}

/*Информационная панель*/
.top-panel {
    background: #eee;
    position: fixed;
    top: -250px;
    left: 0;
    width: 99%;
    height: 250px;
    overflow: auto;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12);
    transition: top 400ms cubic-bezier(0.17,0.04,0.03,0.94);
	z-index:9999;
}

div.top-panel {
	
	margin: 0 auto;
	
	
}


/* Переключатель панели */
label.btn {
    display: block;
    position: fixed;
    right: 50px;
    top: 0;
    cursor: pointer;
    background: #205081;
    width: 50px;
    border-radius: 0 0 5px 5px;
    padding: 8px 5px;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 9999;
}
/* Переключатель при наведении */
label.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
/* Стрелка переключателя вниз */
label.btn:after {
    content: `\f078`;
    font: normal 18px/1 FontAwesome;
    text-decoration: inherit;
}

/* Активация панели */
.open:checked ~ .top-panel {
    top: 0;
}
 
.open:checked ~ label.btn {
    top: 250px
}
/* Смещение контейнера страницы */
.open:checked ~ .container {
    margin-top: 250px;
}
/* Цвет переключателя при клике */
.open:checked + label.btn {
    background: #205081;
}
/* Стрелка переключателя вверх*/
.open:checked + label.btn:after {
    content: `\f077`;
    font: normal 18px/1 FontAwesome;
}
/* Блок сообщения */
.message {
    color: #205081;
    font-weight: 300;
    position: relative;
    padding: 1em 1em;
    margin: 0 auto;
    max-width: 1220px
}
/* Заголовок 1 уровня */
.message h1 {
    color: #000;
}
/* Заголовок 2 уровня */
.message h2 {
    color: #888;
}

/* --- Call to action --- */

.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}


/*Слоган*/
.flex-container {
	position:relative;
	flex-flow: wrap;
  display: flex;
  justify-content: center;
  align-items:center;
  font-family: Georgia;
color: #b9000a;
max-height:50px;
z-index:9995;
  }

.flex-item   img{
flex-flow: wrap;
float:left;
max-width:45px;
max-height:45px;
}

.flex-item {
	float:left;
  font-size:20px;
  display: flex;
  width: auto;
  margin: 10px;
font-weight:800;
 # text-shadow: 1px 1px white,
               2px 2px #777;
  }
  

/*Форма поиска на сайте*/

input {
	outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}


input [type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	
	
}


/* Поле ввода строки поиска */
input[type=search] {
	background: #205081 url(img/search-icon.png) no-repeat 9px;
	border: solid 1px #205081;
	padding: 0 10px 0 35px;
	width: 120px;

	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	background:url(img/search-icon2.png) no-repeat 9px;
	width: 200px;
	background-color: #fff;
	border-color: #205081;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Заполнитель */
form:-moz-placeholder {
	color: #fff;
}
form::-webkit-input-placeholder {
	color: #fff;
}




/*Форма поиска на сайте*/

/* Сброс стилей для поля ввода в браузерах webkit */
/*
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}*/
/* Поле ввода строки поиска */
/*
input[type=search] {
	background: #205081 url(img/search-icon.png) no-repeat 9px;
	border: solid 1px #205081;
	padding: 0 10px 0 35px;
	width: 120px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	background:url(img/search-icon2.png) no-repeat 9px;
	width: 200px;
	background-color: #fff;
	border-color: #205081;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}*/
/* Заполнитель */
/*
input:-moz-placeholder {
	color: #fff;
}
input::-webkit-input-placeholder {
	color: #fff;
}*/

/*
section.mog {
	position:absolute;
	width:100%;
	margin:0 auto;
}
*/

/*Шапка сайту*/

header {
position:relative;
margin: 0 auto;
padding: 0;
z-index:9990;
}

/*Основний контент*/
.page1 {
background:none;
	width:100%;
}

.page1 img{
	margin: 0 auto;	
}

#td_page {

text-align:center;
font-family: Verdana;
font-size: 16px;
vertical-align: top;
padding: 10px 25px;
color: #14275c;
}


a {
	text-decoration: none;
	border: none;
	color:#14275c;
}

a img {
    border: none;
}


a:hover {
	color: #eee;
}

h1 {
	text-align: justify;
	text-indent: 30px;
	font-size: 16px;
	margin: 8px auto;
	font-family: 'Roboto';
	width: 1440px;
	
}

h3 {
	font-size: 16px;
	margin: 0 auto;
	font-family: 'Roboto';
	max-width: 1440px;
}
h4 {
	font-size: 14px;
	margin: 0 auto;
	font-family: 'Roboto';
	color:#555;
	max-width: 1440px;
}

h5 {
	font-size: 12px;
	margin: 0 auto;
	color:#222;
	font-family: 'Roboto';
	max-width: 1440px;
}


p {
	text-align: justify;
	margin: 0 35px 0 20px;
}


ul {
	text-align: left;
	margin: 10px 30px;

}
ol {
	text-align: left;
	margin: 15px 30px;

}

.f9	{
	font-size: 9px;
}
.f11	{
	font-size: 11px;
}
.f12	{
	font-size: 12px;
}
.f13	{
	font-size: 13px;
}
.f14	{
	font-size: 14px;
}
.f16	{
	font-size: 16px;
}
.f18	{
	font-size: 18px;
}
.red {
	color:#F00;
}
.orange	{
	color: #c60;
}
.blue {
	color:#205081;
}
.blue_light {
	color: #369;
}
.black {
	color:#000;
}
.white {
	color: ButtonFace;
}
.bold {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.center {
	margin: 0 auto;
}
.text_center {
	text-align: center;
}



.fvdpu {
	position:relative;
	overflow:hidden;
	max-width:800px;
	margin: 0 auto;
	
}

.fvdpu img  { 
	width:100%;
	margin: 10px auto;

-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}

.fvdpu img:hover  { 

-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.img {
	text-align: center;
	margin: 10px auto;
	width:100%;
	color: #52616d;
}

.left {
	float: left;
	margin: 7px 15px 5px 20px;

}
.right {
	float: right;
	margin: 7px 30px 5px 15px;
}
.history {
	width:100%;
	max-width:1440px;
	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 15px;
}

.history h3{
	margin: 0 auto;
	padding: 75px 0 0 150px;
}
/*
.panel {
	text-align: left;
	padding: 0;
	font-size: 0;
}
.panel1 {
	
	background: url(img/skin/panel1q.png) no-repeat;
	padding: 5px 0 5px 14px;
	color:#000;
	font-size: 12px;
}
.panel2 {
	width: 135px;
	background: url(img/skin/panel1q.png) no-repeat;
	padding: 5px 0 5px 14px;
	font-size: 12px;
	color:#000;
}

.panel22 {
	background: url(img/skin/panel12.png) no-repeat;
	padding: 4px 16px 4px 14px;
	font-size: 11px;
}

.panel222 {
	background: url(img/skin/panel12Qr.png) no-repeat;
	padding: 11px 16px 4px 14px;
	font-size: 11px;
}
.panel3 {
	background: url(img/skin/panel3.png) repeat-y;
	height: 5px;
}
*/

.img_txt {
	margin: 7px auto;
}

.img_event {
	margin: 5px 0 0 3px;
	border-width: 0;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
.tab {
	position:relative;
	width: 1000px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	margin: 0 auto;
	caption-side: left;
	empty-cells: show;
	z-index:13;
	
}
.radius {
	border: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	}
.small {
	max-width: 150px;
	min-height: 110px;
}

a.rollover_titl {
	background: url(img/titl/titl.gif) no-repeat left 0;
	display: block;
	}
a.rollover_titl:hover {
	background: url(img/titl/titl.jpg) no-repeat;
	}
a.rollover_titl2 {
	background: url(img/titl/titl3.jpg) no-repeat left 0;
	display: block;
	}
a.rollover_titl2:hover {
	background: url(img/titl/titl4.jpg) no-repeat;
	}
a.rollover_titl3 {
	background: url(img/titl/titl5.jpg) no-repeat left 0;
	display: block;
	}
a.rollover_titl3:hover {
	background: url(img/titl/titl6.jpg) no-repeat;
	}

	
/*Кнопки социальных сетей*/

.topayers {	
	position:fixed;
	top:0em;
	left:1em;
	z-index:9997;
	
}
.topayers img {
	max-width:35px;
	height:35px;
	
	
}

.topayed {	
	position:fixed;
	top:0em;
	left:1em;	
	z-index:9997;
}

.topayed img {	
	max-width:35px;
	height:35px;
}

/*Міністерство освіти*/
.panel22m {	
	background:none;
	padding-left:25px;
	pading-right:2%;
	max-width:115px;
	position:relative;
	text-align:right;
	z-index:9998;
}

.panel22m img{	
	max-width:1px;;
}

/*Блок обращение ректора на главной*/

.com_foto {
position:relative;
max-width: 98%;
margin: 0 auto;
padding:0 10px 40px 0;


}

.com_foto img{
float:left;
width: 254px;
height:375px;
margin: 0 10px;

}


.comrektor h3 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 15px 0;
}	

.comrektor p {
	text-align: justify;
	text-indent: 15px;
	margin: 0 25px 0 0;	
}


/*Футер-старт*/

footer{
	padding:0;
	font-size:15px;
	font-family:'Roboto';
	background:#205081;
	color:#fff;
}


footer a{
	color:#fff;
}

footer a:hover {
	color:#979797;
}

footer a:active {
	color:#fff;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
	color:#979797;
}



ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

footer > li > small{
font-size:10px;

}



.copyright {
	padding:0 0 5px 0;
	text-align:left;
	
}
    

/*Адаптация сайта под расширение <1440px*/
@media (min-width: 1220px) and (max-width:1440px){

#ytWidget a.yt-servicelink{
font-size:0.5px;
}




}


/*Адаптация сайта под расширение 1024px*/
@media (min-width: 960px) and (max-width:1220px){

#ytWidget a.yt-servicelink{
font-size:0.5px;
}

.flex-item{
font-size:15px;
}

.bg_general1 {
background:none;
}


.panel22m {	
	top:7em;
	left:0;
}

.panel22m img{	
	width:65%;
}

}

/*Адаптация сайта под расширение 960px*/
@media (min-width: 724px) and (max-width:960px){

#ytWidget a.yt-servicelink{
font-size:0.5px;
}

.flex-item{
font-size:12px;
}

.flex-item img{
max-width:40px;
max-height:40px;
}

.panel22m {	
	top:0em;
	left:10px;
}
.panel22m img{	
	width:75%;
}

header img{ 
display: block;
padding: 40px 0 0 0;
width: 100%;
height:auto;
z-index:9995;
}

}

@media (min-width: 480px) and (max-width:767px){

#ytWidget a.yt-servicelink{
font-size:0.5px;
}

.flex-item{
font-size:9px;

}
.flex-item img{
max-width:35px;
max-height:35px;

}

}

@media (max-width: 480px) {

#ytWidget a.yt-servicelink{
font-size:0.5px;
}

.flex-item{
font-size:8px;

}

}

div.lefts{
   float: right;
   margin-right: 40px;
   margin-top: 10px;
}

div.lefts img{
   margin-top: -3px;
   margin-right:0px;
   height: 20px;
   width: auto;   
}

/*---Правки---*/
div.page-header h1{
   max-width: 100%;
}

/*---Новий основний хедер---*/
@media all and (min-width: 880px){
 div.headers{
    width: 88%;
    margin: auto;
    position: relative; 
 }
}
@media all and (max-width: 879px){
 div.headers{
    width: 95%;
    margin: auto;
    position: relative; 
 }
}
div.headers div{
   display: inline-block;
   height: auto;
}
div.headers div:nth-child(1){
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
}
div.headers div:nth-child(1) img{
   height: 95%;
   max-height: 35px;
   width: auto;
   
}
div.headers div:nth-child(2){
   width: 70%;
   margin-left: 15%;

}
div.headers div:nth-child(2) img{
   width: 100%;
}
div.headers div:nth-child(3){
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 10%;
   max-width: 110px;

}
div.headers div:nth-child(3) img{
   height: 95%;
   max-height: 26px;   
}
div.headers div:nth-child(3) select{
   position: absolute;
   right: 0;
   top: 0;
   height: 95%;
   max-height: 26px;
   max-width: 50%;
}
/*---Новий основний футер---*/
footer{
   line-height: normal;	
}
address{
   line-height: normal;	
}
footer.mainfooter p{
   text-indent: 0px;   
}
footer.mainfooter{
   margin-top: 15px;
   width: 100%;
   background: #205081;
   padding-bottom: 15px;
}
footer.mainfooter address{
   font-style: bold;
   margin: 0;
}
footer.mainfooter p{
   font-size: 11pt;
   font-family: "serif";
   color: #fff;
   margin: 0px; 
}
footer.mainfooter p.hige{
   font-family: "serif";
   border-bottom: 1px solid white;
   padding-bottom: 5px;
   font-size: 16pt;   
}
footer.mainfooter>div{
   margin-left: 5.9%;
}
footer.mainfooter>div:nth-child(1){
   height: 280px;
}
footer.mainfooter p{
   font-size: 11pt;
   font-family: "serif";
   color: #fff;
   margin: 0px; 
}
footer.mainfooter>div#boti>p:nth-child(1)>a{
   color: white;
   text-decoration: none;
}
footer.mainfooter>div>div{
   margin-top: 15px;
   float: left;
   height: 250px;
   white-space: nowrap;   
}
footer.mainfooter>div#boti>p:nth-child(1){
  font-size: 13px;
  float: left;
}
footer.mainfooter>div#boti>p:nth-child(2){
   font-size: 13px;
   float: right;
   margin-right: 6%;
}
@media all and (max-width: 1320px) and (min-width: 1099px){
 footer.mainfooter>div#boti>p:nth-child(1){
   display: none;
 }	
 footer.mainfooter>div:nth-child(1){
   margin-left: 5.9%;
 }
}
@media all and (min-width: 1100px){
 footer.mainfooter>div>div{
    width: 30%;
    margin-right: 1.76%;  
 }
 p#painted{
    background: #205081;
 }
}
@media all and (max-width: 1099px) and (min-width: 650px){
 footer.mainfooter>div>div{
    width: 45%;
    margin-right: 4%;  
 }
 footer.mainfooter>div>div:nth-child(2){
    display: none;
 }
 footer.mainfooter>div#boti>p:nth-child(1){
    display: none;
 }
 footer.mainfooter>div{
    overflow: hidden;
 }
}
@media all and (max-width: 840px) and (min-width: 650px){
 footer.mainfooter>div>div{
    width: 47.4%;
    margin-right: 2.6%;  
 }
 footer.mainfooter>div{
    margin-left: 3%;
 }
}
@media all and (max-width: 649px){
 footer.mainfooter>div{
    margin-left: 3%;
 }
 footer.mainfooter>div>div{
    width: 97%;
    margin-right: 3%;  
 }
 footer.mainfooter>div>div:nth-child(2){
    display: none;
 }
 footer.mainfooter{
    height: 560px;
 }
 footer.mainfooter p.hige{
    max-width: 640px;
 }
 footer.mainfooter>div#boti>p:nth-child(1){
    display: none;
 }
 footer.mainfooter>div#boti>p:nth-child(2){
   font-size: 12pt;
   float: right;
   margin-right: 3%;
 }
}
footer.mainfooter>div>div>div{
   white-space: normal;   
}
footer.mainfooter ul.whiteUl{
   font-family: "serif";
   margin: 7px 0;
   text-indent: 0;
   padding-left: 17px;
   font-size: 12pt;
   color: white; 
}
footer.mainfooter ul>li>a{
   color: white;
   text-decoration: none;
}
footer.mainfooter ul>li>a:hover{
   color: silver;
}
footer.mainfooter p.silvp{
   color: #999;
   font-size: 9pt;   
}
footer.mainfooter ul#twoUl li{
   margin-left: 5px;
   font-size: 15pt;
   margin-top: 10px;
}
footer.mainfooter ul#threeUl li{
   font-size: 12pt;	
   margin-top: 7px;
}
footer.mainfooter p.uppar{
   margin-top: 8px;
}
address{
   font-style: normal;	
}
footer.mainfooter ul#oneUl li:nth-child(1){list-style-image: url('http://vspu.edu.ua/data1/images/phone.png');}
footer.mainfooter ul#oneUl li:nth-child(2){list-style-image: url('http://vspu.edu.ua/data1/images/phone.png');}
footer.mainfooter ul#oneUl li:nth-child(3){list-style-image: url('http://vspu.edu.ua/data1/images/mail.png');}
footer.mainfooter ul#twoUl li:nth-child(1){list-style-image: url('http://vspu.edu.ua/data1/images/home.png');}
footer.mainfooter ul#twoUl li:nth-child(2){list-style-image: url('http://vspu.edu.ua/data1/images/lib.png');}
footer.mainfooter ul#twoUl li:nth-child(3){list-style-image: url('http://vspu.edu.ua/data1/images/stud.png');}
footer.mainfooter ul#twoUl li:nth-child(4){list-style-image: url('http://vspu.edu.ua/data1/images/virt.png');}
footer.mainfooter ul#twoUl li:nth-child(5){list-style-image: url('http://vspu.edu.ua/data1/images/dist.png');} 
footer.mainfooter ul#twoUl li:nth-child(6){list-style-image: url('http://vspu.edu.ua/data1/images/abit.png');} 