@font-face {
	font-family:"OfficinaSerifBoldC";
	src: url("../font/OfficinaSerifBoldC.eot");
	src: url("../font/OfficinaSerifBoldC.eot") format("embedded-opentype"),
		 url("../font/OfficinaSerifBoldC.woff") format("woff"),
		 url("../font/OfficinaSerifBoldC.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
	font-stretch:normal
}

/*@font-face {
	font-family:"PT Sans Caption";
	src:url("../font/PTSansCaption.eot");
	src:url("../font/PTSansCaption.eot") format("embedded-opentype"),
		url("../font/PTSansCaption.woff") format("woff"),
		url("../font/PTSansCaption.ttf") format("truetype"),
		url("../font/PTSansCaption.svg") format("svg");
	font-weight:normal;
	font-style:normal;
	font-stretch:normal
}

@font-face {
	font-family:"PT Sans";
	src:url("../font/PTSans.eot");
	src:url("../font/PTSans.eot") format("embedded-opentype"),
		url("../font/PTSans.woff") format("woff"),
		url("../font/PTSans.ttf") format("truetype"),
		url("../font/PTSans.svg") format("svg");
	font-weight:normal;
	font-style:normal;
	font-stretch:normal
}

@font-face {
	font-family:"PT Sans";
	src:url("../font/PTSansBold.eot");
	src:url("../font/PTSansBold.eot") format("embedded-opentype"),
	url("../font/PTSansBold.woff") format("woff"),
	url("../font/PTSansBold.ttf") format("truetype"),
	url("../font/PTSansBold.svg") format("svg");
	font-weight:bold;
	font-style:normal;
	font-stretch:normal
}

@font-face {
	font-family:"PT Sans";
	src:url("../font/PTSansItalic.eot");
	src:url("../font/PTSansItalic.eot") format("embedded-opentype"),
	url("../font/PTSansItalic.woff") format("woff"),
	url("../font/PTSansItalic.ttf") format("truetype"),
	url("../font/PTSansItalic.svg") format("svg");
	font-weight:normal;
	font-style:italic;
	font-stretch:normal
}*/

/*body {
	font-size: 13px;
	overflow: hidden;
	font-family: 'PT Sans', 'sans-serif'
}*/

.rub {
	font-family: 'PT Sans', 'sans-serif';
	vertical-align: middle;
	border-bottom: 1px solid;
	line-height: 5px;
	display: inline-block;
	width: 0.4em;
}

.container-video {
	position: relative;
	max-width: 850px;
	max-height: 478px;
	width: 100%;
	height: 100%;
	background: #000;
	margin: 0 auto;
	font-size: 13px;
	font-family: 'PT Sans', 'sans-serif';
}

.container-video:-webkit-full-screen {
	max-width: none;
	max-height: none;
}

.container-video:-ms-fullscreen {
	max-width: none;
	max-height: none;
}

.wrap {
	width: 100%;
	padding-bottom: 34px;
}

article{
	position:absolute;
	left:-9999px;
	top: 0;
	width: 41%;
	padding: 0 2%;
	display: flex;
	align-items: center;
	color: #215267;
	height: 100%;
}

article.current{
	left: 52%;
	opacity: 0;
	animation: show_slide 1s 0.2s linear forwards;
}

article.hide {
	left: 52%;
	top: 0;
	width: 41%;
	padding: 0 2%;
	height: 100%;
	opacity: 1;
	animation: hide_slide 0.8s 0.2s linear forwards;
}

.control-button.show {
	animation: show_slide 0.2s linear forwards;
}

.control-button.hide {
	animation: hide_slide 0.2s linear forwards;
}

@keyframes show_slide {
  0%{opacity: 0;}
  100%{opacity: 1;}
}

@keyframes hide_slide {
  0%{opacity: 1;}
  100%{opacity: 0;}
}

video {
	/*max-width: 850px;
	max-height: 478px;*/
	width: 100%;
	height: 100%;
}

.container-video:-webkit-full-screen video {
	max-width: none;
	max-height: none;
}

.wrap_title {
	height: 20em;
}

.wrap_title .title {
	border: 7px solid #0465a4;
	margin-left: 15px;
	height: 100%;
	padding: 0 9%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap_title .title h1 {
	margin-top: 17%;
}

.wrap_title .title p {
	margin-bottom: 10%;
	font-size: 1.2em;
}

.control-button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	padding: 0 10px 3px 10px;
	height: 42px;
	font-family: 'PT Sans Caption', sans-serif;
}

.control-button button{
	border: 0;
	cursor: pointer;
	opacity: 0.7;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}

.control-button button:hover {
	opacity: 1;
}

@media (min-width: 581px) {

	.control-button button#pause-button {
		margin: 0 23px;
	}

	.control-button button#prev-button, .control-button button#next-button {
		margin: 0 19px;
	}

	.control-button button#fullscreen-button {
		margin: 0 12px 0 32px;
	}

}

@media (max-width: 580px) and (min-width: 451px){

	.control-button button#pause-button {
		margin: 0 10px 0 0;
	}

	.control-button button#prev-button, .control-button button#next-button {
		margin: 0 10px;
	}

	.control-button button#fullscreen-button {
		margin: 0 0 0 32px;
	}

}

@media (max-width: 450px) {
	
	.control-button button#pause-button {
		margin: 0 10px 0 0;
	}

	.control-button button#prev-button, .control-button button#next-button {
		margin: 0 10px;
	}
	.control-button button#fullscreen-button {
		margin: 0;
	}
}

.control-button button#pause-button {
	width: 12px;
	height: 14px;
}

.control-button button#prev-button, .control-button button#next-button {
	width: 9px;
	height: 14px;
}

.control-button button#muted {
	width: 16px;
	height: 14px;
	margin: 0 8px 0 23px;
}

.control-button button#fullscreen-button {
	width: 20px;
	height: 20px;
}

.control-button span {
	font-size: 12px;
	color: #fff;
	opacity: 0.7;
	font-weight: bold;
}

.control-button div {
	font-size: 16px;
}

.ctrl-button {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 14px;
	justify-content: space-between;
}

.ctrl-button-left, .ctrl-button-right {
	display: flex;
	align-items: center;
}

.slides-nav {
	position: relative;
	float: right;
	display: flex;
    align-items: center
}

#fullscreen-button {
	background: url('../ico/fullscreen.png') no-repeat;
	background-size: contain;
	position: relative;
	float: right;
}

#pause-button {
	background: url('../ico/play.png') no-repeat;
	background-size: contain;
	position: relative;
	float: left;
}

#prev-button {
	background: url('../ico/back.png') no-repeat;
	background-size: contain;
	float: left;
}

#next-button {
	background: url('../ico/next.png') no-repeat;
	background-size: contain;
	float: right;
}

#muted {
	background: url('../ico/volume.png') no-repeat;
	background-size: contain;
	position: relative;
	float: left;
}

.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 4px;
    float: left;
    /*margin-top: 5px;*/
    background: rgba(255,255,255,0.4);
}

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007ac7;
    z-index: 10;
}

/*@media (max-width: 370px){
	.volume {
		display: none;
	}
}*/

.progressBar {
	width: 100%;
    height: 4px;
    position: relative;
    float: left;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    margin-bottom: 3px;
}

.progressBar span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.timeBar {
    z-index: 10;
    width: 0;
    background: #007ac7;
}

.time {
	position: relative;
	color: #fff;
	float: left;
	display: flex;
    align-items: center;
}

.container-video h1 {
	margin-top: 4%;
	margin-bottom: 10%;
	font-size: 2.5em;
	/*text-align: center;*/
	font-family:"OfficinaSerifBoldC";
	line-height: 1.15em;
}

.container-video h2 {
	margin: 3% 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.container-video p {
	margin: 3% 0;
	line-height: 1.4em;
}

.container-video table {
	margin: 3% 0;
}

.container-video table td {
	line-height: 1.35;
}

.container-video ul {
	margin: 3% 0;
	padding-left: 16px;
}

.container-video ul li {
	line-height: 1.35em;
}

@media (max-width: 650px) {
	.container-video h1 {
		margin-top: 2% !important;
		margin-bottom: 3% !important;
	}
}

@media (max-width: 450px) {
	.container-video h1 {
		margin-top: 0 !important;
		margin-bottom: 1% !important;
	}
}

.image {
	text-align: center;
	margin: 3% 0;
}

.image p {
	font-size: 0.9em;
	font-style: italic;
	margin: 2% 0 0 0;
}

.wrap .image img {
	max-width: 100%;
	height: 10.5em;
}

.main-tbl td{
	border: 1px solid #215267;
	padding: 0.1em 0.6em;
}

.main-tbl {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.main-tbl p {
	margin: 2% 0;
}

.col {
	display: flex;
	justify-content: center;
	margin: 4% 0;
}

.col-2 {
	flex-wrap: wrap;
}

.col-3 {
	justify-content: space-between;
}

.col-2 div{
	flex-basis: 47%;
}

.col-3 div{
	flex-basis: 32%;
}


/*.col .image {
	margin: 2% 0;
}*/

.col div{
	padding: 0 0.5em;
}

.col-3 div{
	padding: 0;
}

.col .image {
	margin: 0;
}

.col .image img {
	width: 90%;
	height: auto;
}

.col div:first-of-type {
	padding-left: 0;
}

.col div:last-of-type {
	padding-right: 0;
}

.col-img {
	text-align: center;
}

.text_color {
	color: #006da6;
	font-weight: bold;
}

.text_center {
	text-align: center;
}

.td-00 {
	border: 0;
	padding: 0;
	margin: 0;
	background: url('../ico/line.png');
}

.td-00 td {
	padding: 0;
	border: 0;
	text-align: left;
}

.td-00 tr:first-child td {
	text-align: right;
}

.td00 {
	padding: 0.6em !important;
}

.control-button button.btn_dis {
	opacity: 0.2;
	cursor: default;
}

.control-button button.btn_dis:hover {
	opacity: 0.2;
	cursor: default;
}
@media screen and (orientation:landscape) and (max-width: 768px) {
	span#maincontent + h2 {
		font-size: 120% !important;
		padding: 5px 0px 5px 20px !important;
		margin-bottom: 10px !important;
	}
	.volume {
		display: none;
	}
	.control-button button#pause-button {
    	margin: 0 8px !important;
	}
	.control-button div {
    	font-size: 12px;
	}
	.control-button button#muted {
    	width: 16px;
    	height: 14px;
    	margin: 0 8px 0 10px;
	}
	.control-button button#fullscreen-button {
    	margin: 0 12px 0 10px;
	}
}
@media screen and (max-width: 768px) {
	.volume {
		display: none;
	}
}
#page-mod-videofile-view .page-resourse section#region-main {
    padding: 8px;
}
#region-main div[role="main"]{
	margin-bottom: 0;
}
.page-resourse #page-content {
    height: 97.5%;
}