@font-face {
	font-family: 'ArchiveRegular';
	src: url("../fonts/ArchiveRegular.eot");
	src: url("../fonts/ArchiveRegular.eot") format('embedded-opentype'), url("../fonts/ArchiveRegular.woff2") format('woff2'), url("../fonts/ArchiveRegular.woff") format('woff'), url("../fonts/ArchiveRegular.ttf") format('truetype'), url("../fonts/ArchiveRegular.svg#ArchiveRegular") format('svg');
}

@font-face {
	font-family: 'OfficinaSansMedium';
	src: url("../fonts/OfficinaSansMedium.eot");
	src: url("../fonts/OfficinaSansMedium.eot") format('embedded-opentype'), url("../fonts/OfficinaSansMedium.woff2") format('woff2'), url("../fonts/OfficinaSansMedium.woff") format('woff'), url("../fonts/OfficinaSansMedium.ttf") format('truetype'), url("../fonts/OfficinaSansMedium.svg#OfficinaSansMedium") format('svg');
}

@font-face {
	font-family: 'OfficinaSansBold';
	src: url("../fonts/OfficinaSansBold.eot");
	src: url("../fonts/OfficinaSansBold.eot") format('embedded-opentype'), url("../fonts/OfficinaSansBold.woff2") format('woff2'), url("../fonts/OfficinaSansBold.woff") format('woff'), url("../fonts/OfficinaSansBold.ttf") format('truetype'), url("../fonts/OfficinaSansBold.svg#OfficinaSansBold") format('svg');
}

@font-face {
	font-family: 'OfficinaSansMediumItalic';
	src: url("../fonts/OfficinaSansMediumItalic.eot");
	src: url("../fonts/OfficinaSansMediumItalic.eot") format('embedded-opentype'), url("../fonts/OfficinaSansMediumItalic.woff2") format('woff2'), url("../fonts/OfficinaSansMediumItalic.woff") format('woff'), url("../fonts/OfficinaSansMediumItalic.ttf") format('truetype'), url("../fonts/OfficinaSansMediumItalic.svg#OfficinaSansMediumItalic") format('svg');
}

@font-face {
	font-family: 'OfficeTypeSansC';
	src: url("../fonts/OfficeTypeSansC.eot");
	src: url("../fonts/OfficeTypeSansC.eot") format('embedded-opentype'), url("../fonts/OfficeTypeSansC.woff2") format('woff2'), url("../fonts/OfficeTypeSansC.woff") format('woff'), url("../fonts/OfficeTypeSansC.ttf") format('truetype'), url("../fonts/OfficeTypeSansC.svg#OfficeTypeSansC") format('svg');
}

@font-face {
	font-family: 'OfficeTypeSansCBold';
	src: url("../fonts/OfficeTypeSansCBold.eot");
	src: url("../fonts/OfficeTypeSansCBold.eot") format('embedded-opentype'), url("../fonts/OfficeTypeSansCBold.woff2") format('woff2'), url("../fonts/OfficeTypeSansCBold.woff") format('woff'), url("../fonts/OfficeTypeSansCBold.ttf") format('truetype'), url("../fonts/OfficeTypeSansCBold.svg#OfficeTypeSansCBold") format('svg');
}

/* General Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border-style: none;
}

input,
select,
textarea {
	color: #000;
	vertical-align: middle;
	font: 100% Verdana, Geneva, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

/* General Reset */

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.align-right {
	float: right;
	margin-left: 15px;
}

.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

.container:after {
	clear: both;
	content: '';
	display: block;
}

.clearfix {
	clear: both;
	content: '';
	display: block;
}

.color-red {
	color: #ca141b !important;
}

.link-01 {
	display: inline-block;
	color: #002c55;
	font: 24px/27px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 20px 4px 0;
	margin-bottom: 16px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-01:after {
	clear: both;
	content: '';
	display: block;
}

.link-01 span {
	float: left;
	padding-bottom: 1px;
}

.link-01 i {
	margin-left: 17px;
	margin-top: -4px;
	background: url("../images/spritesheet.png") no-repeat;
	float: left;
	width: 30px;
	height: 30px;
	background-position: -87px -31px;
}

.link-01:hover {
	color: #3090e9;
}

.link-01:hover span {
	padding-bottom: 0;
	border-bottom: 1px solid #bbdaf8;
}

.link-01:hover i {
	background-position: -127px -31px;
}

.link-02 {
	display: inline-block;
	color: #002c55;
	font: 24px/27px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 20px 4px 0;
	margin-bottom: 16px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-02:hover {
	color: #3090e9;
	text-decoration: underline;
}

.ttl-01 {
	text-align: center;
	color: #002c55;
	text-transform: uppercase;
	font: 24px/27px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 0 30px;
}

.ttl-01:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background: #d7d7d7;
	height: 1px;
}

.ttl-01 span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 26px;
	display: inline-block;
}

.btn-01 {
	color: #fff;
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	background: #3090e9;
	text-transform: uppercase;
	padding: 12px 24px 9px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-btn{
	overflow: hidden;
}
.header-btn .header__telephone{
	float: left;
	margin-right:10px;
	margin-top:15px;
}
.header-btn .btn-01{
	padding: 7px 13px 6px;
}

.btn-new {
	padding: 5px 13px 5px;

}

.btn-01:hover {
	text-decoration: none;
	background: #002c55;
}

.wpcf7-submit {
	color: #fff;
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	background: #3090e9;
	text-transform: uppercase;
	padding: 12px 24px 9px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:none;
	cursor: pointer;
}

.wpcf7-submit:hover {
	text-decoration: none;
	background: #002c55;
}


.acf-button {
	color: #fff;
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	background: #3090e9;
	text-transform: uppercase;
	padding: 12px 24px 9px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.acf-form-submit .button {
	color: #fff;
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	background: #3090e9;
	text-transform: uppercase;
	padding: 12px 24px 9px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
	border:none;
	cursor: pointer;
}
.acf-form-submit .button:hover {
	text-decoration: none;
	background: #002c55;
}



.btn-02 {
	background: #fff;
	color: #fff;
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	border: 1px solid #3090e9;
	color: #3090e9;
	text-transform: uppercase;
	padding: 12px 24px 9px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-02:hover {
	text-decoration: none;
	background: #3090e9;
	color: #fff;
}

.btn-04 {
	color: #fff;
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	background: #3090e9;
	text-transform: uppercase;
	padding: 12px 24px 9px;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none !important;
}

.btn-04:hover {
	text-decoration: none;
	background: #002c55;
}


.sprite {
	background-image: url("../images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block;
}

.sprite-ico-01 {
	width: 25px;
	height: 25px;
	background-position: -5px -5px;
}

.sprite-ico-02 {
	width: 10px;
	height: 6px;
	background-position: -40px -5px;
}

.sprite-ico-03 {
	width: 17px;
	height: 17px;
	background-position: -60px -5px;
}

.sprite-ico-04 {
	width: 13px;
	height: 16px;
	background-position: -87px -5px;
}

.sprite-ico-05 {
	width: 16px;
	height: 16px;
	background-position: -110px -5px;
}

.sprite-ico-06 {
	width: 15px;
	height: 16px;
	background-position: -136px -5px;
}

.sprite-ico-07 {
	width: 30px;
	height: 30px;
	background-position: -87px -31px;
}

.sprite-ico-07-hover {
	width: 30px;
	height: 30px;
	background-position: -127px -31px;
}

.sprite-ico-08 {
	width: 17px;
	height: 2px;
	background-position: -5px -71px;
}

.sprite-ico-09 {
	width: 82px;
	height: 82px;
	background-position: -32px -71px;
}

.sprite-ico-10 {
	width: 69px;
	height: 69px;
	background-position: -167px -5px;
}

.sprite-ico-11 {
	width: 82px;
	height: 66px;
	background-position: -124px -84px;
}

.sprite-ico-11 {
	background-image: url("../images/ico-14.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 16px;
	background-position: 0 0;
}

body {
	margin: 0;
	color: #333;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 320px;
	position: relative;
	padding-left: 385px;
	min-height: 100%;
	height: auto !important;
}

h1 {
	color: #000;
	font: 32px/37px 'ArchiveRegular', Arial, Helvetica, sans-serif !important;
	margin: 0 0 20px;
}

h2 {
	color: #000;
	font: 24px/30px 'ArchiveRegular', Arial, Helvetica, sans-serif !important;
	margin: 0 0 20px;
}

h3 {
	color: #000;
	font: 20px/28px 'ArchiveRegular', Arial, Helvetica, sans-serif !important;
	margin: 0 0 20px;
}

h4 {
	color: #000;
	font: 15px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.header__top {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #001333;
	-webkit-box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.17);
	text-align: center;
	width: 100px;
	z-index: 10;
}

.header__top .container {
	max-width: 100%;
	padding: 0;
}

.header__top .lang_md #lang_sel {
	display: none;
}

.header__top .lang-switch:after {
	clear: both;
	content: '';
	display: block;
}

.header__top .lang-switch .nice-select {
	float: none;
	background: none;
	border: none;
	text-align: center;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	padding: 5px 10px 10px;
	height: 53px;
}

.header__top .lang-switch .nice-select:after {
	border-bottom: 2px solid #3090e9;
	border-right: 2px solid #3090e9;
	right: 24px;
	width: 7px;
	height: 7px;
}

.header__top .lang-switch .nice-select span {
	color: #3090e9;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	float: none;
}

.header__top .lang-switch .nice-select .list {
	right: 0;
	text-align: center;
	border-radius: 0;
}

.header__top .lang-switch .nice-select .list li {
	padding: 5px;
	text-align: center;
}

.header__top .side-menu {
	font: 12px/16px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.header__top .side-menu li {
	margin-bottom: 8px;
}

.header__top .side-menu li a {
	padding: 15px 10px 17px;
	display: block;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__top .side-menu li a .sprite {
	margin-bottom: 4px;
}

.header__top .side-menu li a span {
	display: block;
}

.header__top .side-menu li a:hover, .header__top .side-menu li.current a {
	background: #ca141b;
	text-decoration: none;
}

.header__midle {
	padding: 15px 0;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(175, 175, 175, 0.9);
	box-shadow: 0px 4px 5px 0px rgba(175, 175, 175, 0.9);
	font: 18px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.header__midle .container {
	position: relative;
}

.header__midle address {
	padding-left: 23px;
	font: 16px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.header__midle address .sprite {
	float: left;
	margin-right: 6px;
	margin-top: 2px;
}

.header__midle address a {
	color: #ca141b;
	display: inline-block;
	border-bottom: 1px dashed #e8989b;
	margin-left: 21px;
	padding-bottom: 2px;
}

.header__midle address a:hover {
	text-decoration: none;
	border: none;
	margin-bottom: 1px;
}

.header__midle address br {
	display: none;
}

.header__midle .enter {
	font: 15px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 6;
}

.header__midle .enter .open{
	cursor: pointer;
}
.header__midle .enter:hover ul{
	display: block;
}
.header__midle .enter ul{
	position: absolute;
	right:0;
	left:0;
	top:100%;
	z-index: 5;
	background: #fff;
	box-shadow: 0 4px 5px 0 #afafaf;
	text-align: center;
	width:200px;
	padding:10px 0;
	display: none;
}

.header__midle .enter ul li{
	display: block;
	padding:10px 10px 5px;
	overflow: hidden;
}
.header__midle .enter ul li a{
	float: none;
	display: block;
}

.header__midle .enter a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: left;
	margin-right:10px;
	font-size: 14px;
}

.header__midle .enter a .sprite {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}

.header__midle .enter a:hover {
	text-decoration: none;
	color: #ca141b;
}

.header__telephone {
	font: 15px/16px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__telephone .sprite {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}

.header__telephone:hover {
	text-decoration: none;
	color: #ca141b;
}

.header__search {
	position: relative;
}

.header__search .box__search {
	overflow: hidden;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 320px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #3090e9;
	padding: 5px 7px 2px;
	top: -7px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(175, 175, 175, 0.3);
	box-shadow: 0 4px 5px 0 rgba(175, 175, 175, 0.3);
	right: 0;
}

.header__search.active .box__search {
	opacity: 1;
	z-index: 7;
}

.header__search.active .box__search .txt-input {
	display: block;
	float: left;
	width: 270px;
	font: 17px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.header__search.active .box__search .btn-s {
	float: right;
	margin-top: 2px;
	position: relative;
	z-index: 10;
}

.header__search .btn-s {
	background: url("../images/spritesheet.png") no-repeat;
	float: left;
	width: 18px;
	height: 25px;
	background-position: -134px -3px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.header__search .txt-input {
	overflow: hidden;
	float: left;
	width: 50px;
	color: #002c55;
	border: none;
	font: 14px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	padding: 2px 2px;
	/* Firefox 19+ */
	/* Firefox 18- */
}

.header__search .txt-input::-webkit-input-placeholder {
	color: #002c55;
}

.header__search .txt-input::-moz-placeholder {
	color: #002c55;
}

.header__search .txt-input:-moz-placeholder {
	color: #002c55;
}

.header__search .txt-input:-ms-input-placeholder {
	color: #002c55;
}

.header__search .icon-open {
	position: absolute;
	right: 8px;
	top: 3px;
	z-index: 1;
	cursor: pointer;
}

.header__logo {
	display: block;
	margin: 0 auto 15px;
	background-image: url("../images/logo_50.png");
	background-size: cover;
	width: 156px;
	height: 121px;
	text-indent: -9999px;
}

/*.header__logo {
	display: block;
	margin: 0 auto 15px;
	background-image: url("../images/logo.png");
	background-size: cover;
	width: 112px;
	height: 121px;
	text-indent: -9999px;
}*/

.header__logo a {
	display: block;
	height: 100%;
}

.header-second-menu {
	font: 16px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	position: relative;
}

.header-second-menu ul {
	overflow: hidden;
}

.header-second-menu .btn-new {
	position: absolute;
	top: -9px;
	right: 0;
}

.header-second-menu ul li {
	float: left;
	margin-left: 35px;
}

.header-second-menu ul li:first-child {
	margin-left: 0;
}

.header-second-menu ul li a {
	color: #000000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-second-menu ul li a.btn-01{
	color: #fff;
}
.sprite-ico-13 {
	background-image: url("../images/ico-19.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 28px;
	width: 35px;
}
.btn-01 .sprite-ico-13{
	float: left;
	margin-right:10px;
}
.top-btn-header{
	overflow: hidden;
}
.top-btn-header .btn-01{
	float: left;
	margin-right:15px;
}
.top-btn-header .header-second-menu{
	overflow: hidden;
	padding-top:16px;
}
.btn-01 span {
	float: left;
	margin-top: 3px;
}
.header-second-menu ul li a:hover {
	color: #ca141b;
	text-decoration: none;
}

.header__bottom {
	position: absolute;
	left: 100px;
	top: 0;
	bottom: 0;
	background: url("../images/bg-01.png") repeat;
	width: 285px;
	padding: 25px 0px;
	z-index: 8;
	text-align: center;
	-webkit-box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.17);
}

.header__bottom .container {
	max-width: 100%;
}

.header__bottom .slogan {
	color: #fff;
	font: 14px/16px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 45px;
}

.header__bottom .slogan span {
	display: block;
	font: 14px/15px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.header__nav {
	font: 20px/25px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.header__nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__nav > ul > li {
	margin: 0 -30px;
	padding: 0 30px 19px;
}

.header__nav > ul > li > a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__nav > ul > li > a:hover {
	text-decoration: none;
	color: #3090e9;
}

.header__nav > ul > li > ul {
	font: 14px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	position: absolute;
	width: 220px;
	list-style: none;
	margin: 0;
	padding: 290px 30px 30px;
	background: #f1f1f9;
	right: -220px;
	bottom: 0;
	top: 0;
	text-align: left;
	text-transform: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	display: none;
}

.header__nav > ul > li > ul li {
	margin-bottom: 15px;
}

.header__nav > ul > li > ul li a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__nav > ul > li > ul li a:hover {
	text-decoration: underline;
	color: #3090e9;
}

.header__nav > ul > li:hover > ul {
	opacity: 1;
	display: block;
}

.header__social {
	text-align: center;
}

.header__social p {
	color: #fff;
	font: 14px/21px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 14px;
}

.header__social ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.header__social ul li a {
	background: url("../images/social_btn_blue.png") no-repeat;
	display: block;
	text-indent: -9999px;
	width: 43px;
	height: 43px;
}

.header__social ul li a.fb {
	background-position: 0 0;
}

.header__social ul li a.fb:hover {
	background-position: 0 -58px;
}

.header__social ul li a.fb:active {
	background-position: 0 -116px;
}

.header__social ul li a.vk {
	background-position: -53px 0;
}

.header__social ul li a.vk:hover {
	background-position: -53px -58px;
}

.header__social ul li a.vk:active {
	background-position: -53px -116px;
}

.header__social ul li a.tw {
	background-position: -106px 0;
}

.header__social ul li a.tw:hover {
	background-position: -106px -58px;
}

.header__social ul li a.tw:active {
	background-position: -106px -116px;
}

.header__social ul li a.inst {
	background-position: -159px 0;
}

.header__social ul li a.inst:hover {
	background-position: -159px -58px;
}

.header__social ul li a.inst:active {
	background-position: -159px -116px;
}

.main {
	padding-top: 20px;
	padding-bottom: 40px;
}

.main__slider .main__slider-big {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 4px 5px 0 #afafaf;
	box-shadow: 0 4px 5px 0 #afafaf;
}

.main__slider .main__slider-big .item {
	height: 420px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 7px;
}

.main__slider .main__slider-big .item > img {
	display: none;
}

.main__slider .main__slider-big .item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(5, 63, 118, 0.7);
}

.main__slider .main__slider-big .item .slide-txt {
	position: relative;
	z-index: 10;
	padding: 45px 55px;
	color: #fff;
	font: 18px/28px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.main__slider .main__slider-big .item .slide-txt .ttl {
	font: 32px/35px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
}

.main__slider .main__slider-big .item .slide-txt p {
	margin: 0 0 22px;
}

.main__slider .main__slider-big .owl-pagination {
	position: absolute;
	left: 61px;
	bottom: 50px;
}

.main__slider .main__slider-big .owl-pagination .owl-page {
	margin-right: 12px;
	float: left;
}

.main__slider .main__slider-big .owl-pagination .owl-page span {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #3090e9;
	display: block;
}

.main__slider .main__slider-big .owl-pagination .owl-page.active span {
	background: #fff;
}

.info-top-box {
	margin-bottom: 25px;
}

.info-top-box .box-in {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 350px;
	padding: 22px 38px 22px 90px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 5px 0 #afafaf;
	box-shadow: 0 4px 5px 0 #afafaf;
	position: relative;
	color: #fff;
}
.slide-box-holder{
	position: relative;
}
.slide-box-holder .label{
	position: absolute;
	left:15px;
	top:30px;
	width:63px;
	text-align: center;
	z-index:4;
}
.slide-box-holder .label span{
	display: block;
	margin-top:5px;
	text-transform: uppercase;
	font: 14px/16px "ArchiveRegular",Arial,Helvetica,sans-serif;
	color: #fff;
}
.info-top-box .box-in .ttl {
	font: 30px/35px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

.info-top-box .box-in .text-box a {
	color: #fff;
}


.info-top-box .box-in p {
	font: 17px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.info-top-box .box-in:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(5, 63, 118, 0.8);
}

.info-top-box .box-in .text-box {
	position: relative;
	z-index: 2;
}

.info-top-box .box-in .text-box h2{
	margin:0 0 5px;
}

.info-top-box .box-in img {
	display: none;
}

.mews-list .top-ttl {
	overflow: hidden;
	margin-bottom: 25px;
}

.mews-list .top-ttl .ttl {
	float: left;
	margin-right: 20px;
	color: #001333;
	font: 24px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.mews-list .top-ttl ul {
	overflow: hidden;
	font: 14px/26px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.mews-list .top-ttl ul li {
	float: left;
	margin-left: 20px;
}

.mews-list .top-ttl ul li a {
	display: inline-block;
	margin-right: 10px;
	color: #000;
	color: #001333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mews-list .top-ttl ul li a:hover {
	text-decoration: none;
	color: #ca141b;
}

.mews-list .top-ttl ul li span {
	color: #999;
}

.mews-list {
	margin-bottom: 20px;
}

.mews-list .mews-list-item {
	min-height: 450px;
	margin-bottom: 15px;
}

.mews-list .img {
	height: 245px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 2px 5px 0 #afafaf;
	box-shadow: 0 2px 5px 0 #afafaf;
	margin-bottom: 15px;
}

.mews-list .img a {
	display: block;
	background-size:50% 30%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height:245px;
}

.mews-list .img a img {
	width: 100%;
	vertical-align: top;
}

.mews-list .img .label {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ca141b;
	color: #fff;
	font: 14px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	padding: 4px 15px;
}

.mews-list .txt .top-inf {
	overflow: hidden;
	margin-bottom: 5px;
}

.mews-list .txt .top-inf .date-box {
	float: left;
	margin-right: 20px;
	color: #999;
	font: 14px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.mews-list .txt .top-inf .label-txt {
	font: 14px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #ca141b;
	display: inline-block;
	float: left;
}

.mews-list .txt p {
	font: 20px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #001333;
	
}

.mews-list .txt p a {
	color: #001333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mews-list .txt p a:hover {
	color: #ca141b;
	text-decoration: underline;
}

.more-btn {
	color: #001333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 40px;
	position: relative;
	font: 20px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.more-btn:after {
	content: '';
	position: absolute;
	right: 0;
	top: -2px;
	background: url("../images/ico-001.png") no-repeat;
	width: 30px;
	height: 30px;
}

.more-btn:hover {
	text-decoration: none;
	color: #ca141b;
}

.main__listinf {
	list-style: none;
	padding: 0;
}

.main__listinf .box-in {
	overflow: hidden;
	padding: 18px 20px;
	-webkit-box-shadow: 0 4px 5px 0 #afafaf;
	box-shadow: 0 4px 5px 0 #afafaf;
	margin-bottom: 36px;
	border-radius: 4px;
	min-height: 130px;
}

.main__listinf .box-in img {
	width: 100%;
}

.main__listinf .box-in a {
	display: block;
}

.main__listinf .box-in a.btn-01 {
	display: inline-block;
}

.main__listinf .box-in a:hover {
	text-decoration: none;
}

.main__listinf .box-in a:hover .txt .ttl {
	color: #3090e9;
}

.main__listinf .box-in .icon {
	float: left;
	width: 120px;
	margin-right: 16px;
	text-align: center;
	line-height: 72px;
}

.main__listinf .box-in .txt {
	overflow: hidden;
}

.main__listinf .box-in .txt .ttl {
	color: #002c55;
	font: 20px/21px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main__listinf .box-in .txt span {
	font: 15px/19px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
	margin-bottom: 10px;
}

.inf-icon-01 {
	display: inline-block;
	background: url("../images/svg/50_for_site.svg") no-repeat;
	background-size: cover;
	width: 110px;
	height: 90px;
	vertical-align: middle;
}

.inf-icon-02 {
	display: inline-block;
	background: url("../images/svg/icon_olmp.svg") no-repeat;
	background-size: cover;
	width: 110px;
	height: 90px;
	vertical-align: middle;
}

.inf-icon-03 {
	display: inline-block;
	background: url("../images/svg/icon_mag.svg") no-repeat;
	background-size: cover;
	width: 110px;
	height: 90px;
	vertical-align: middle;
}

.main__events {
	border: 10px solid #f1f1f9;
	border-radius: 6px;
	padding: 25px 20px;
	-webkit-box-shadow: 0 3px 3px 0 #afafaf;
	box-shadow: 0 3px 3px 0 #afafaf;
	width: 45%;
}

.main__events .img {
	margin-bottom: 28px;
}

.main__events .img img {
	vertical-align: top;
	width: 100%;
}

.main__events ul li {
	margin-bottom: 22px;
}

.main__events ul li .ttl {
	font: 20px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #002c55;
	margin: 0 0 5px;
}

.main__events ul li span {
	display: block;
	color: #999;
	font: 16px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.main__events ul li strong {
	display: block;
	font: 20px/27px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
	color: #999;
}

.slider-holder {
	margin-bottom: 55px;
	margin-top: 32px;
}

.main__achievements {
	padding: 35px 0;
	color: #999;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.main__achievements .img {
	-webkit-box-shadow: 0 3px 3px 0 #afafaf;
	box-shadow: 0 3px 3px 0 #afafaf;
	margin-bottom: 25px;
}

.main__achievements .img img {
	width: 100%;
	vertical-align: top;
}

.main__achievements .ttl {
	color: #002c55;
	font: 24px/32px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.main__achievements .ttl a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main__achievements .ttl a:hover {
	text-decoration: none;
	color: #ca141b;
}

.main__news-list {
	padding: 35px 0;
}

.main__news-list ul li {
	margin-bottom: 30px;
}

.main__news-list ul li:after {
	clear: both;
	content: '';
	display: block;
}

.main__news-list ul li .img {
	float: left;
	width: 104px;
	margin-right: 24px;
	-webkit-box-shadow: 0 3px 3px 0 #afafaf;
	box-shadow: 0 3px 3px 0 #afafaf;
}

.main__news-list ul li .img img {
	vertical-align: top;
	width: 100%;
}

.main__news-list ul li .txt {
	overflow: hidden;
}

.main__news-list ul li .txt time {
	display: block;
	color: #999999;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

.main__news-list ul li .txt a {
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main__news-list ul li .txt a:hover {
	text-decoration: underline;
	color: #3090e9;
}

.main__best-students {
	position: relative;
}

.main__best-students .owl-pagination {
	position: absolute;
	top: -44px;
	left: 260px;
}

.main__best-students .owl-pagination .owl-page {
	float: left;
	margin-right: 10px;
}

.main__best-students .owl-pagination .owl-page span {
	border-radius: 50%;
	display: block;
	height: 17px;
	width: 17px;
	background: #f1f1f9;
}

.main__best-students .owl-pagination .owl-page.active span {
	background: #ca141b;
}

.main__best-students .best-students-slide {
	margin: 0 -20px;
}

.main__best-students .best-students-slide .owl-item {
	padding: 0 20px;
}

.main__best-students .best-students-slide .item {
	color: #999;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.main__best-students .best-students-slide .item .img {
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
	border-radius: 6px;
	margin-bottom: 20px;
}

.main__best-students .best-students-slide .item .img img {
	vertical-align: top;
	width: 100%;
}

.main__best-students .best-students-slide .item .ttl {
	font: 24px/32px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #002c55;
}

.main__best-students .best-students-slide .item span {
	display: block;
	margin: 0 0 10px;
}

.main__graduates {
	position: relative;
}

.main__graduates .owl-pagination {
	position: absolute;
	top: -44px;
	left: 270px;
}

.main__graduates .owl-pagination .owl-page {
	float: left;
	margin-right: 10px;
}

.main__graduates .owl-pagination .owl-page span {
	border-radius: 50%;
	display: block;
	height: 17px;
	width: 17px;
	background: #f1f1f9;
}

.main__graduates .owl-pagination .owl-page.active span {
	background: #ca141b;
}

.main__graduates .graduates-slide .item {
	color: #999;
	overflow: hidden;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	width: 100%;
}

.main__graduates .graduates-slide .item .img {
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
	border-radius: 6px;
}

.main__graduates .graduates-slide .item .img img {
	vertical-align: top;
	width: 100%;
}

.main__graduates .graduates-slide .item .txt .ttl {
	font: 24px/32px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #002c55;
}

.main__graduates .graduates-slide .item .txt p {
	margin: 0 0 19px;
}

.main__graduates .graduates-slide .item .txt span {
	display: block;
	margin: 0 0 10px;
}

.main__graduates .graduates-slide .item .txt i {
	display: block;
	font: 19px/24px 'OfficinaSansMediumItalic', Arial, Helvetica, sans-serif;
}

.partners-slider {
	text-align: center;
	margin-bottom: 60px;
}

.partners-slider .item {
	padding: 0 15px;
	border-left: 1px solid #d7d7d7;
	line-height: 100px;
	height: 110px;
}

.partners-slider .item img {
	vertical-align: middle;
}

.partners-slider .owl-wrapper .owl-item:first-child .item {
	border: none;
}

.partners-slider .owl-pagination {
	text-align: center;
	margin: 30px 0;
}

.partners-slider .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.partners-slider .owl-pagination .owl-page span {
	border-radius: 50%;
	display: block;
	height: 17px;
	width: 17px;
	background: #f1f1f9;
}

.partners-slider .owl-pagination .owl-page.active span {
	background: #ca141b;
}

.banners {
	margin-bottom: 75px;
}

.banners .img {
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
}

.banners .img img {
	vertical-align: top;
}

.breadcrumbs {
	overflow: hidden;
	margin: 0 0 10px;
	font: 16px/27px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.breadcrumbs ul {
	overflow: hidden;
}

.breadcrumbs ul li {
	position: relative;
	float: left;
	padding-left: 21px;
	margin-left: 17px;
}

.breadcrumbs ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.breadcrumbs ul li:first-child:after {
	display: none;
}

.breadcrumbs ul li:after {
	content: '/';
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}

.breadcrumbs ul li a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs ul li a:hover {
	text-decoration: none;
	color: #ca141b;
}

.breadcrumbs ul li span {
	color: #999;
}

.main-ttl {
	text-transform: uppercase;
	color: #000;
	font: 32px/37px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.top-description {
	color: #999;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 25px;
	margin: 0 0 26px;
}

.post {
	color: #333;
}

.post ol {
	list-style: decimal;
	padding: 0 0 0 20px;
	margin: 0 0 35px;
	font: 16px/27px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.post > ul {
	margin: 0 0 25px;
}

.post > ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.post > ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ca141b;
}

.post > ul li a {
	color: #ca141b;
	text-decoration: underline;
}

.post blockquote {
	padding: 20px;
	position: relative;
	font: 20px/26px 'OfficinaSansMediumItalic', Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 25px;
}

.post blockquote:after {
	content: '"';
	position: absolute;
	left: 0;
	top: 0;
	font: 32px/36px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	color: #000;
}

.post blockquote:before {
	content: '"';
	position: absolute;
	right: 0;
	bottom: 0;
	font: 32px/36px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	color: #000;
}

.post p a {
	text-decoration: underline;
	color: #ca141b;
}

.post > iframe {
	height: 300px !important;
}

.post table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 15px;
}

.post table td {
	border: 1px solid #002c55;
	padding: 5px;
}

.post table th {
	border: 1px solid #002c55;
	padding: 5px;
	font: 16px/20px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
	color: #000;
}

.post table thead td {
	border: 1px solid #002c55;
	padding: 5px;
}

.post > p {
	margin: 0 0 15px;
}

.post > p strong {
	font: 16px/20px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
}

.post-history {
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.post-history h2 {
	font: 22px/28px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 9px;
}

.post-history h2.ttl-sep {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

.post-history h2.ttl-sep span {
	position: relative;
}

.post-history h2.ttl-sep span i {
	font: 10px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	position: absolute;
	right: -23px;
	top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	background: #ca141b;
	color: #fff;
}

.post-history p {
	margin: 0 0 17px;
}

.sidebar-box {
	margin: 0 0 46px;
}

.sidebar-box .ttl {
	text-transform: uppercase;
	color: #ca141b;
	font: 24px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.sidebar-box .list-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 16px/23px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.sidebar-box .list-menu li {
	margin-bottom: 11px;
}

.sidebar-box .list-menu li a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sidebar-box .list-menu li a:hover {
	text-decoration: underline;
	color: #3090e9;
}

.sidebar-box .contact-list {
	color: #000;
	font: 16px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.sidebar-box .contact-list li {
	margin-bottom: 23px;
}

.sidebar-box .contact-list li strong {
	display: block;
	margin: 0 0 3px;
	font: 16px/23px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #999;
}

.sidebar-box .contact-list li p {
	margin: 0 0 3px;
}

.sidebar-box .contact-list li p a {
	color: #3090e9;
}

.sidebar-box .contact-list li .footer__social {
	text-align: left;
	margin: 15px 0 0;
}

.sidebar-box .news-item {
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	font: 14px/16px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.sidebar-box .news-item time {
	font: 14px/19px 'OfficinaSansMediumItalic', Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
	margin-bottom: 5px;
}

.sidebar-box .news-item h4 {
	font: 14px/16px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.sidebar__style-box {
	border: 10px solid #f1f1f9;
	border-radius: 6px;
	padding: 15px;
	-webkit-box-shadow: 0 3px 3px 0 #afafaf;
	box-shadow: 0 3px 3px 0 #afafaf;
	margin-bottom: 25px;
}

.sidebar__style-box .ttl {
	text-transform: uppercase;
	color: #ca141b;
	font: 24px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.sidebar__style-box ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font: 14px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.sidebar__style-box ul li {
	margin-bottom: 10px;
}

.sidebar__style-box ul li a {
	text-decoration: underline;
	color: #ca141b;
}

.sidebar__style-box ul li a:hover {
	text-decoration: none;
}

.sidebar__slider {
	border: 10px solid #f1f1f9;
	border-radius: 6px;
	padding: 0 0 52px;
	-webkit-box-shadow: 0 3px 3px 0 #afafaf;
	box-shadow: 0 3px 3px 0 #afafaf;
}

.sidebar__slider .img {
	margin-bottom: 20px;
}

.sidebar__slider .img img {
	vertical-align: top;
	width: 100%;
}

.sidebar__slider ul {
	padding: 0 13px 0 18px;
}

.sidebar__slider ul li {
	margin-bottom: 21px;
}

.sidebar__slider ul li .ttl {
	font: 20px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	color: #002c55;
	margin: 0 0 5px;
	text-transform: none;
}

.sidebar__slider ul li span {
	display: block;
	color: #999;
	font: 16px/23px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.sidebar__slider ul li strong {
	display: block;
	font: 20px/22px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 2px;
}

.sidebar__slider .owl-pagination {
	position: absolute;
	left: 12px;
	bottom: 27px;
}

.sidebar__slider .owl-pagination .owl-page {
	display: inline-block;
	margin: 0 6px;
	vertical-align: top;
}

.sidebar__slider .owl-pagination .owl-page span {
	background: #f1f1f9;
	border-radius: 50%;
	display: block;
	height: 17px;
	width: 17px;
}

.sidebar__slider .owl-pagination .owl-page.active span {
	background: #ca141b;
}

.sidebar__slider .list-content {
	padding: 20px 20px 0;
}

.sidebar__slider .list-content .ttl {
	font: 14px/18px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #002c55;
}

.sidebar__slider .list-content ul {
	margin: 0;
	padding: 0;
	list-style: 0;
	font: 13px/16px 'OfficinaSansMediumItalic', Arial, Helvetica, sans-serif;
}

.sidebar__slider .list-content ul li {
	position: relative;
	padding-left: 20px;
}

.sidebar__slider .list-content ul li:after {
	background: #ca141b;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 10px;
}

.img-info-box {
	border: 10px solid #f1f1f9;
	border-radius: 6px;
	padding: 25px 26px 36px;
	-webkit-box-shadow: 0 3px 3px 0 #afafaf;
	box-shadow: 0 3px 3px 0 #afafaf;
	margin-bottom: 80px;
}

.img-info-box .ttl {
	font: 24px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #002c55;
	margin: 0 0 38px;
}

.img-info-box .col-boxs {
	overflow: hidden;
}

.img-info-box .col-boxs .col-item {
	font: 14px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	float: left;
	width: 20%;
	padding: 0 0.6%;
	height: 215px;
	color: #002c55;
}

.img-info-box .col-boxs .col-item .img {
	height: 70px;
	margin-bottom: 9px;
	vertical-align: middle;
	line-height: 60px;
}

.img-info-box .col-boxs .col-item .img img {
	vertical-align: middle;
}

.img-info-box .col-boxs .col-item span {
	color: #3090e9;
}

.img-info-box .col-boxs .col-item p {
	margin: 0;
}

.img-info-box.short {
	margin-bottom: 25px;
}

.img-info-box.short .col-boxs .col-item {
	width: 25%;
}

.inf-txt-box h2 {
	color: #002c55;
	margin: 0 0 17px;
	font: 24px/27px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.inf-txt-box p {
	margin: 0 0 35px;
}

.history-items {
	margin-bottom: 60px;
}

.history-items ul li {
	position: relative;
	color: #999;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	padding-left: 34px;
	margin-bottom: 21px;
	background: url("../images/ico-12.png") repeat-y 8px 32px;
}

.history-items ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	background: #ca141b;
	border-radius: 50%;
}

.history-items ul li .item-ttl {
	color: #002c55;
	margin: 0;
	font: 24px/27px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.history-items ul li p {
	margin: 0 0 5px;
	font: 16px/25px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.history-items ul li p a {
	color: #002c55;
}

.history-items ul li .left-img {
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
	display: inline-block;
	margin-top: 10px;
}

.history-items ul li .left-img img {
	vertical-align: top;
}

.board-directors {
	position: relative;
	margin: 0 -15px 50px;
}

.board-directors .item {
	margin: 0 0 30px;
	padding: 0 15px;
}

.board-directors .item .img {
	overflow: hidden;
	border-radius: 7px;
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
	margin-bottom: 18px;
}

.board-directors .item .img img {
	vertical-align: top;
	width: 100%;
}

.board-directors .item .ttl-item {
	color: #002c55;
	font: 20px/26px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 13px;
}

.board-directors .item p {
	color: #999;
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.board-directors .owl-pagination {
	bottom: -20px;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
}

.board-directors .owl-pagination .owl-page {
	display: inline-block;
	margin: 0 6px;
	vertical-align: top;
}

.board-directors .owl-pagination .owl-page span {
	background: #f1f1f9;
	border-radius: 50%;
	display: block;
	height: 17px;
	width: 17px;
}

.board-directors .owl-pagination .owl-page.active span {
	background: #ca141b;
}

.interactive-box {
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
	margin-bottom: 65px;
}

.interactive-box img {
	vertical-align: top;
	width: 100%;
}

.projects-school {
	text-align: center;
}

.projects-school .item {
	margin-bottom: 25px;
}

.projects-school .item .img {
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 7px 0 #afafaf;
	box-shadow: 0 4px 7px 0 #afafaf;
	margin-bottom: 5px;
}

.projects-school .item .img img {
	vertical-align: top;
}

.projects-school .item .ttl {
	color: #002c55;
	font: 24px/32px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	min-height: 65px;
}

.projects-school .item .ttl a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.projects-school .item .ttl a:hover {
	text-decoration: none;
	color: #ca141b;
}

.text-filter {
	margin-bottom: 30px;
}

.text-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.text-filter ul li {
	float: left;
	margin-right: 15px;
}

.text-filter ul li a {
	color: #002c55;
}

.text-filter ul li.active a {
	color: #ca141b;
}

.teachers__ttl {
	margin-bottom: 20px;
}

.teachers__ttl strong {
	display: block;
	border-bottom: 1px solid #002c55;
	font: 18px/26px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.teachers__item {
	font: 16px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.teachers__item .img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}

.teachers__item .img img {
	vertical-align: top;
	width: 100%;
}

.teachers__item .ttl {
	color: #002c55;
	font: 20px/22px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

.teachers__item .ttl a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.teachers__item .ttl a:hover {
	text-decoration: none;
	color: #ca141b;
}

.teachers__item ul li {
	margin-bottom: 5px;
}

.teachers__item ul li strong {
	font: 16px/24px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
}

.teachers__item .contact-info {
	color: #3090e9;
}

.teachers__item .contact-info a {
	color: #3090e9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.teachers__item .contact-info a:hover {
	text-decoration: none;
	color: #ca141b;
}

.pagination {
	text-align: center;
	overflow: hidden;
	font: 18px/24px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.pagination ul li a {
	display: block;
	border: 1px solid #3090e9;
	color: #3090e9;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination ul li a:hover {
	text-decoration: none;
	background: #ca141b;
	color: #fff;
	border: 1px solid #ca141b;
}

.pagination ul li a.prev,
.pagination ul li a.next {
	padding: 0;
	border: none;
}

.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
	background: none;
}

.pagination ul li a.prev i,
.pagination ul li a.next i {
	display: block;
	position: relative;
	width: 30px;
	height: 37px;
}

.pagination ul li a.prev i:after {
	border-bottom: 2px solid #3090e9;
	border-left: 2px solid #3090e9;
	content: "";
	display: block;
	height: 15px;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 66% 66% 0;
	-ms-transform-origin: 66% 66% 0;
	transform-origin: 66% 66% 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	width: 15px;
}

.pagination ul li a.prev:hover i:after {
	border-bottom: 2px solid #ca141b;
	border-left: 2px solid #ca141b;
}

.pagination ul li a.next i:after {
	border-top: 2px solid #3090e9;
	border-right: 2px solid #3090e9;
	content: "";
	display: block;
	height: 15px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 66% 66% 0;
	-ms-transform-origin: 66% 66% 0;
	transform-origin: 66% 66% 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	width: 15px;
}

.pagination ul li a.next:hover i:after {
	border-top: 2px solid #ca141b;
	border-right: 2px solid #ca141b;
}

.pagination ul li.active a {
	border: 1px solid #ca141b;
	background: #ca141b;
	color: #fff;
}

.pagination ul li span {
	display: block;
	color: #999;
	font: 18px/32px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	padding: 5px;
}

.teacher__single {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999;
}

.teacher__single .teacher__photo {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.teacher__single .teacher__photo img {
	width: 100%;
	vertical-align: top;
}

.teacher__single .teacher__description {
	font: 16px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.teacher__single .teacher__description ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.teacher__single .teacher__description ul li {
	margin-bottom: 10px;
}

.teacher__single .teacher__description ul li strong {
	font: 16px/22px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
}

.teacher__single .teacher__description .ttl {
	font: 20px/30px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.tabs > div {
	padding-top: 10px;
}

.tabs .tabs-link {
	margin: 0 0 20px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

.tabs .tabs-link li {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 15px;
}

.tabs.style .tabs-link li {
	background: #002c55;
	color: #fff;
	padding: 10px;
	margin-right: 0;
	border-radius: 10px 10px 0 0;
	font: 14px/16px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	margin-right: 1px;
}

.tabs.style .tabs-link li.active,
.tabs.style .tabs-link li.active:hover {
	color: #fff;
	background: #ca141b;
}

.tabs.style .tabs-link li:hover {
	color: #fff;
	background: #ca141b;
}

.tabs .tabs-link li.active,
.tabs .tabs-link li.active:hover {
	color: #ca141b;
}

.tabs .tabs-link li:hover {
	color: #ca141b;
}

.tabs > div ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.tabs > div ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.tabs > div ul li:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 7px;
	width: 10px;
	height: 10px;
	background: #ca141b;
	border-radius: 50%;
}

.tabs > div .history-items {
	margin-bottom: 20px;
}

.tabs > div ul.list li {
	padding: 5px 10px;
	min-height: 100%;
	font: 14px/16px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
	min-width: 75px;
	text-align: center;
}

.tabs > div ul.list li:after {
	display: none;
}

.news__list {
	margin-bottom: 25px;
}

.news__item {
	margin-bottom: 25px;
}

.news__item .news__item-date {
	font: 18px/22px 'OfficinaSansMediumItalic', Arial, Helvetica, sans-serif;
	color: #002c55;
	text-align: center;
}

.news__item .news__item-img {
	margin-bottom: 15px;
}

.news__item .news__item-img a {
	display: block;
}

.news__item .news__item-img a img {
	vertical-align: top;
	width: 100%;
}

.news__item .ttl {
	margin: 0 0 10px;
	font: 18px/30px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.news__item .ttl a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news__item .ttl a:hover {
	text-decoration: none;
	color: #ca141b;
}

.news__item .main-ttl {
	font: 28px/32px 'ArchiveRegular', Arial, Helvetica, sans-serif;
}

.news__item img {
	vertical-align: top;
	width: 100%;
}

.tags {
	overflow: hidden;
	border-top: 1px solid #999;
	padding: 5px 0;
}

.tags .ttl {
	float: left;
	font: 15px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	margin-right: 15px;
}

.tags ul {
	overflow: hidden;
	float: left;
}

.tags ul li {
	float: left;
	margin-right: 10px;
}

.tags ul li a {
	color: #002c55;
}

.tags ul li a:hover {
	text-decoration: none;
	color: #ca141b;
}

.file-link {
	position: relative;
	padding-left: 35px;
	display: inline-block;
	color: #ca141b;
	text-decoration: underline;
	margin-bottom: 15px;
}

.file-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/ico-15.png") no-repeat;
	width: 24px;
	height: 24px;
}

.file-link-pdf {
	position: relative;
	padding-left: 35px;
	display: inline-block;
	color: #ca141b;
	text-decoration: underline;
	margin-bottom: 15px;
}

.file-link-pdf:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/ico-17.png") no-repeat;
	width: 24px;
	height: 24px;
}

.olimpics__items {
	margin-bottom: 45px;
	font: 14px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
}

.olimpics__items .img {
	margin-bottom: 20px;
}

.olimpics__items .img a {
	display: block;
}

.olimpics__items .img a img {
	vertical-align: top;
	width: 100%;
}

.olimpics__items .ttl {
	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
	color: #002c55;
	margin: 0 0 10px;
	height: 40px;
}

.olimpics__items .ttl a {
	color: #002c55;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.olimpics__items .ttl a:hover {
	text-decoration: none;
	color: #ca141b;
}

.olimpics__items p {
	margin: 0 0 5px;
	display: inline-block;
	height: 50px;
}

.olimpics__items .olimpics__item {
	margin-bottom: 20px;
}

/*.olimpics__items .olimpics__item:nth-child(4n) {
  clear: both;
  }*/

  .olimpics__items.reviews .olimpics__item {
  	margin-bottom: 20px;
  }

  .olimpics__items.reviews .olimpics__item:nth-child(4n) {
  	clear: none;
  }

  .box-border {
  	padding: 15px;
  	border: 2px solid #3090e9;
  	margin-bottom: 15px;
  }

  .box-border h3 {
  	font: 18px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	padding-top: 7px;
  	margin: 0;
  }

  .accardion {
  	margin-bottom: 35px;
  }

  .accardion .inner {
  	padding-left: 1em;
  	overflow: hidden;
  	display: none;
  	margin: 20px 0 15px;
  }

  .accardion .inner.shows {
  	display: block !important;
  }

  .accardion .inner > ul {
  	margin: 0 0 25px;
  }

  .accardion .inner > ul li {
  	position: relative;
  	padding-left: 20px;
  	margin-bottom: 10px;
  }

  .accardion .inner > ul li:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	top: 8px;
  	width: 10px;
  	height: 10px;
  	border-radius: 50%;
  	background: #ca141b;
  }

  .accardion li {
  	margin: .5em 0;
  }

  .accardion li a.toggle {
  	display: block;
  	color: #fefefe;
  	padding: 10px 40px 10px 10px;
  	border-radius: 0.15em;
  	-webkit-transition: background .3s ease;
  	transition: background .3s ease;
  	background: #002c55;
  	font: 18px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	position: relative;
  }

  .accardion li a.toggle:after {
  	content: '';
  	right: 20px;
  	top: 50%;
  	margin-top: -8px;
  	border-bottom: 2px solid #fff;
  	border-right: 2px solid #fff;
  	display: block;
  	height: 12px;
  	pointer-events: none;
  	position: absolute;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transform-origin: 66% 66% 0;
  	-ms-transform-origin: 66% 66% 0;
  	transform-origin: 66% 66% 0;
  	-webkit-transition: all 0.15s ease-in-out 0s;
  	transition: all 0.15s ease-in-out 0s;
  	width: 12px;
  }

  .accardion li a.toggle.active:after {
  	-webkit-transform: rotate(-135deg);
  	-ms-transform: rotate(-135deg);
  	transform: rotate(-135deg);
  }

  .accardion li a.toggle:hover {
  	background: #ca141b;
  	text-decoration: none;
  }

  .ui-widget-content {
  	width: 100%;
  	margin-bottom: 35px;
  	font: 22px/28px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	border: 1px solid #3090e9;
  }

  .ui-widget-header {
  	background: #3090e9;
  	color: #fff;
  }

  .ui-datepicker td a {
  	text-align: center;
  	padding: 15px;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
  	border: 1px solid #3090e9;
  }

  .schedule table {
  	width: 100%;
  	border-collapse: collapse;
  	border: 1px solid #3090e9;
  	font: 14px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	margin-bottom: 15px;
  }

  .schedule table td {
  	border: 1px solid #3090e9;
  	padding: 5px;
  }

  .schedule table strong {
  	font: 14px/18px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  }

  .filter {
  	border: 1px solid #3090e9;
  	padding: 10px;
  	margin-bottom: 15px;
  }

  .filter strong {
  	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	margin-top: 10px;
  	display: block;
  }

  .filter .nice-select {
  	text-align: center;
  	width: 100%;
  	border: 1px solid #3090e9;
  	margin-bottom: 4px;
  }

  .filter .nice-select .current {
  	display: block;
  	text-align: center;
  }

  .filter .nice-select .list {
  	width: 100%;
  }

  .filter .print-btn {
  	margin-top: 4px;
  }

  .print-btn {
  	display: inline-block;
  	padding: 5px 5px 5px 20px;
  	background: url("../images/ico-16.png") no-repeat 0 9px;
  }

  .cafedra-box .item {
  	margin-bottom: 20px;
  	min-height: 160px;
  }

  .cafedra-box .item ul {
  	list-style: none;
  	margin: 0 0 10px;
  	padding: 0;
  }

  .cafedra-box .item ul li {
  	position: relative;
  	padding-left: 20px;
  }

  .cafedra-box .item ul li:after {
  	background: #ca141b;
  	border-radius: 50%;
  	content: "";
  	height: 10px;
  	left: 0;
  	position: absolute;
  	top: 8px;
  	width: 10px;
  }

  .cafedra-box .item ul li a {
  	text-decoration: underline;
  	color: #ca141b;
  }

  .color-box {
  	border: 1px solid #3090e9;
  	border-radius: 5px;
  	padding: 15px;
  	margin: 15px 0;
  	background: #f1f1f9;
  }

  .color-box ul {
  	overflow: hidden;
  }

  .color-box ul li {
  	float: left;
  	margin-right: 10px;
  }

  .content-slider {
  	margin: 0 -10px 20px;
  	position: relative;
  }

  .content-slider .olimpics__item {
  	margin-left: 10px;
  	margin-right: 10px;
  }

  .content-slider .owl-pagination {
  	bottom: -10px;
  	left: 0;
  	right: 0;
  	position: absolute;
  	text-align: center;
  }

  .content-slider .owl-pagination .owl-page {
  	display: inline-block;
  	margin: 0 6px;
  	vertical-align: top;
  }

  .content-slider .owl-pagination .owl-page span {
  	background: #f1f1f9;
  	border-radius: 50%;
  	display: block;
  	height: 17px;
  	width: 17px;
  }

  .content-slider .owl-pagination .owl-page.active span {
  	background: #ca141b;
  }

  .content-slider .owl-buttons div {
  	text-indent: -9999px;
  }

  .content-slider .owl-buttons div.owl-prev {
  	position: absolute;
  	left: 10px;
  	top: 20%;
  	width: 60px;
  	height: 60px;
  }

  .content-slider .owl-buttons div.owl-prev:after {
  	content: '';
  	border-left: 2px solid #002c55;
  	border-bottom: 2px solid #002c55;
  	display: block;
  	height: 40px;
  	pointer-events: none;
  	position: absolute;
  	right: 0;
  	top: 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transform-origin: 66% 66% 0;
  	-ms-transform-origin: 66% 66% 0;
  	transform-origin: 66% 66% 0;
  	-webkit-transition: all 0.15s ease-in-out 0s;
  	transition: all 0.15s ease-in-out 0s;
  	width: 40px;
  }

  .content-slider .owl-buttons div.owl-next {
  	position: absolute;
  	right: 22px;
  	top: 20%;
  	width: 60px;
  	height: 60px;
  }

  .content-slider .owl-buttons div.owl-next:after {
  	content: '';
  	border-right: 2px solid #002c55;
  	border-top: 2px solid #002c55;
  	display: block;
  	height: 40px;
  	pointer-events: none;
  	position: absolute;
  	left: 0;
  	top: 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transform-origin: 66% 66% 0;
  	-ms-transform-origin: 66% 66% 0;
  	transform-origin: 66% 66% 0;
  	-webkit-transition: all 0.15s ease-in-out 0s;
  	transition: all 0.15s ease-in-out 0s;
  	width: 40px;
  }

  .main__slider {
  	margin-bottom: 20px;
  }

  .attention {
  	padding: 15px 15px 15px 40px;
  	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	background: #f1f1f9;
  	position: relative;
  	margin-bottom: 15px;
  }

  .attention:after {
  	content: '!';
  	position: absolute;
  	left: 20px;
  	top: 7px;
  	color: #ca141b;
  	font: 30px/40px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  }

  .img-slider {
  	margin: 0 0 20px;
  	position: relative;
  }

  .img-slider .item img {
  	width: 100%;
  	vertical-align: top;
  }

  .img-slider .owl-pagination {
  	bottom: 20px;
  	left: 0;
  	right: 0;
  	position: absolute;
  	text-align: center;
  }

  .img-slider .owl-pagination .owl-page {
  	display: inline-block;
  	margin: 0 6px;
  	vertical-align: top;
  }

  .img-slider .owl-pagination .owl-page span {
  	background: #f1f1f9;
  	border-radius: 50%;
  	display: block;
  	height: 17px;
  	width: 17px;
  }

  .img-slider .owl-pagination .owl-page.active span {
  	background: #3090e9;
  }

  .img-slider .owl-buttons div {
  	text-indent: -9999px;
  }

  .img-slider .owl-buttons div.owl-prev {
  	position: absolute;
  	left: 10px;
  	top: 50%;
  	margin-top: -30px;
  	width: 60px;
  	height: 60px;
  }

  .img-slider .owl-buttons div.owl-prev:after {
  	content: '';
  	border-left: 2px solid #002c55;
  	border-bottom: 2px solid #002c55;
  	display: block;
  	height: 40px;
  	pointer-events: none;
  	position: absolute;
  	right: 0;
  	top: 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transform-origin: 66% 66% 0;
  	-ms-transform-origin: 66% 66% 0;
  	transform-origin: 66% 66% 0;
  	-webkit-transition: all 0.15s ease-in-out 0s;
  	transition: all 0.15s ease-in-out 0s;
  	width: 40px;
  }

  .img-slider .owl-buttons div.owl-next {
  	position: absolute;
  	right: 22px;
  	top: 50%;
  	margin-top: -30px;
  	width: 60px;
  	height: 60px;
  }

  .img-slider .owl-buttons div.owl-next:after {
  	content: '';
  	border-right: 2px solid #002c55;
  	border-top: 2px solid #002c55;
  	display: block;
  	height: 40px;
  	pointer-events: none;
  	position: absolute;
  	left: 0;
  	top: 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transform-origin: 66% 66% 0;
  	-ms-transform-origin: 66% 66% 0;
  	transform-origin: 66% 66% 0;
  	-webkit-transition: all 0.15s ease-in-out 0s;
  	transition: all 0.15s ease-in-out 0s;
  	width: 40px;
  }

  .step-style {
  	text-align: center;
  	counter-reset: myCounter;
  	position: relative;
  	color: #002c55;
  	font: 18px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	padding: 0;
  	margin: 0;
  	overflow: hidden;
  }

  .step-style li {
  	position: relative;
  	vertical-align: top;
  	display: inline-block;
  	list-style: none;
  	width: 30%;
  	padding-top: 60px;
  }

  .step-style li.active:before {
  	color: #fff;
  	background: #002c55;
  }

  .step-style li:before {
  	counter-increment: myCounter;
  	content: counter(myCounter);
  	color: #002c55;
  	background: #fff;
  	border: 5px solid #002c55;
  	display: inline-block;
  	text-align: center;
  	font: 18px/40px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
  	width: 50px;
  	height: 50px;
  	position: absolute;
  	left: 50%;
  	margin-left: -25px;
  	top: 0;
  	border-radius: 50%;
  	z-index: 5;
  }

  .step-style:after {
  	content: '';
  	position: absolute;
  	left: 20%;
  	right: 20%;
  	top: 20px;
  	background: #002c55;
  	height: 10px;
  	z-index: 2;
  }

  .contact-box strong {
  	font: 16px/18px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
  	color: #000;
  }

  .contact-box p {
  	margin: 0 0 15px;
  }

  .contact-box .map-box {
  	margin: 20px 0;
  }

  .contact-box .map-box iframe {
  	width: 100% !important;
  }

  #footer .container {
  	background: url("../images/ico-08.png") repeat-x 0 0;
  	padding-top: 40px;
  	padding-bottom: 40px;
  }

  .footer__nav {
  	margin-bottom: 75px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  }

  .footer__nav .item {
  	width: 24%;
  }

  .footer__nav .item .tel {
  	color: #000;
  	display: inline-block;
  	margin-bottom: 15px;
  	font: 24px/26px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  }

  .footer__nav .item .mail {
  	font: 18px/22px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	display: inline-block;
  	margin-bottom: 15px;
  	color: #ca141b;
  }

  .footer__nav .ttl {
  	color: #ca141b;
  	text-transform: uppercase;
  	font: 20px/22px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	margin: 0 0 20px;
  }

  .footer__nav ul {
  	font: 14px/21px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  }

  .footer__nav ul li {
  	margin-bottom: 12px;
  }

  .footer__nav ul li a {
  	color: #002c55;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
  }

  .footer__nav ul li a:hover {
  	text-decoration: underline;
  	color: #ca141b;
  }

  .footer__contact {
  	margin-top: -84px;
  	margin-bottom: 77px;
  }

  .footer__contact .offser-left {
  	padding-left: 10%;
  }

  .footer__contact .red-ttl {
  	color: #ca141b;
  	text-transform: uppercase;
  	font: 20px/22px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	margin: 0 0 15px;
  }

  .footer__contact .small-ttl {
  	color: #999;
  	font: 14px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	margin: 12px 0 5px;
  }

  .footer__contact .tel {
  	color: #000;
  	font: 32px/40px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	display: inline-block;
  	margin-bottom: 6px;
  }

  .footer__contact .tel:hover {
  	text-decoration: none;
  }

  .footer__contact .mail {
  	color: #ca141b;
  	font: 14px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	text-transform: none;
  }

  .footer__contact .mail:hover {
  	text-decoration: none;
  }

  .footer__contact .footer__social {
  	margin: 7px -10px 0;
  }

  .footer__social {
  	text-align: center;
  }

  .footer__social li {
  	display: inline-block;
  	vertical-align: top;
  }

  .footer__social li a {
  	background: url("../images/social_btn_red.png") no-repeat;
  	display: block;
  	text-indent: -9999px;
  	width: 43px;
  	height: 43px;
  }

  .footer__social li a.fb {
  	background-position: 0 0;
  }

  .footer__social li a.fb:hover {
  	background-position: 0 -58px;
  }

  .footer__social li a.fb:active {
  	background-position: 0 -116px;
  }

  .footer__social li a.vk {
  	background-position: -53px 0;
  }

  .footer__social li a.vk:hover {
  	background-position: -53px -58px;
  }

  .footer__social li a.vk:active {
  	background-position: -53px -116px;
  }

  .footer__social li a.tw {
  	background-position: -106px 0;
  }

  .footer__social li a.tw:hover {
  	background-position: -106px -58px;
  }

  .footer__social li a.tw:active {
  	background-position: -106px -116px;
  }

  .footer__social li a.inst {
  	background-position: -159px 0;
  }

  .footer__social li a.inst:hover {
  	background-position: -159px -58px;
  }

  .footer__social li a.inst:active {
  	background-position: -159px -116px;
  }

  .footer__bottom-menu ul {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  	font: 16px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  }

  .footer__bottom-menu ul li {
  	margin-left: 9.5%;
  }

  .footer__bottom-menu ul li:first-child {
  	margin-left: 0;
  }

  .footer__bottom-menu ul li a {
  	color: #002c55;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
  }

  .footer__bottom-menu ul li a:hover {
  	color: #ca141b;
  	text-decoration: none;
  }

  .footer__bottom-menu .copy {
  	color: #999999;
  	font: 16px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  }

  .hidden-full {
  	display: none;
  }

  .hidden-lg {
  	display: none;
  }

  .visible-lg {
  	display: block;
  }

  .slicknav_menu {
  	display: none;
  }


  .popup{
  	padding:20px;
  }
  .popup .box{
  	margin-bottom:15px;
  }
  .popup .box .txt{
  	width:100%;
  	padding:5px 10px;
  	font: 16px/20px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  	border:1px solid #eee;
  	border-radius: 4px;
  }
  .popup .box textarea.txt{
  	min-height: 120px;
  	max-height: 120px;
  }



  .slide-box .owl-pagination {
  	position: absolute;
  	right: 30px;
  	bottom: 30px;
  }

  .slide-box .owl-pagination .owl-page {
  	margin-right: 12px;
  	float: left;
  }

  .slide-box .owl-pagination .owl-page span {
  	width: 17px;
  	height: 17px;
  	border-radius: 50%;
  	background: #3090e9;
  	display: block;
  }

  .slide-box .owl-pagination .owl-page.active span {
  	background: #fff;
  }


  .log_forms{
  	border:none !important;
  	max-width: 400px;
  }

  .mu_register{
  	max-width: 400px;
  }
  .error-div-register{
  	color: red;
  	margin-bottom:10px;
  	font-size: 13px;
  	line-height: 16px;
  	text-transform: none;
  }
  .ttl-div-register a{
  	color: #3090e9;
  	text-decoration: underline;
  }
  .register-form{
  	max-width: 650px;
  	border: 1px solid #999 !important;
  	border-radius: 5px !important;
  	padding:15px;
  }
  .register-form .row{
  	margin-left:-5px;
  	margin-right:-5px;
  }
  .register-form br{
  	display: none;
  }
  .register-form .row .row-flex{
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: row;
  	-ms-flex-direction: row;
  	flex-direction: row;
  	-webkit-flex-wrap: nowrap;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	-webkit-align-content: stretch;
  	-ms-flex-line-pack: stretch;
  	align-content: stretch;
  	-webkit-align-items: stretch;
  	-ms-flex-align: stretch;
  	align-items: stretch;
  }
  .register-form .row .row-flex > div{
  	width:19%;
  	margin:0 0.5%;
  }
  .register-form .row > div{
  	padding-left:5px;
  	padding-right:5px;
  }
  .register-form .wpcf7-form.noneform #userinfoform{
  	display: none;
  }
  .register-form .col-short-input{
  	text-align: center;
  }
  .skin-line .iradio_line-blue{
  	border: 2px solid #000;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	padding: 7px 5px;
  	text-align: center;
  	color: #000;
  	cursor: pointer;
  	font-size: 12px;
  }

  .icheckbox_flat-red,
  .iradio_flat-red {
  	display: inline-block;
  	*display: inline;
  	vertical-align: middle;
  	margin: 0;
  	padding: 0;
  	width: 20px;
  	height: 20px;
  	background: url('../images/blue.png') no-repeat;
  	border: none;
  	cursor: pointer;
  }
  .skin-flat{
  	overflow: hidden;
  	margin-bottom:10px;
  }
  .skin-flat .iradio_flat-red{
  	float: left;
  	margin-right:10px;
  }
  .skin-flat label{
  	overflow: hidden;
  	text-align: left;
  }

  .icheckbox_flat-red {
  	background-position: 0 0;
  }
  .icheckbox_flat-red.checked {
  	background-position: -22px 0;
  }
  .icheckbox_flat-red.disabled {
  	background-position: -44px 0;
  	cursor: default;
  }
  .icheckbox_flat-red.checked.disabled {
  	background-position: -66px 0;
  }

  .iradio_flat-red {
  	background-position: -88px 0;
  }
  .iradio_flat-red.checked {
  	background-position: -110px 0;
  }
  .iradio_flat-red.disabled {
  	background-position: -132px 0;
  	cursor: default;
  }
  .iradio_flat-red.checked.disabled {
  	background-position: -154px 0;
  }

  .skin-line .iradio_line-blue.checked{
  	border: 2px solid #3090e9;
  	color: #3090e9;
  }
  .register-form .col-short-input .txt{
  	width:80%;
  	display: inline-block;
  }
  .register-form .txt{
  	width:100%;
  	padding:10px 5px;
  	border: 1px solid #999;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin-bottom:10px;
  	border-radius: 5px;
  	text-align: center;
  }
  .register-form.register-form-acc .txt{
  	text-align: left;
  }
  #registerform.register-form .txt{
  	margin-top:0;
  	text-align: left;
  }
  .register-form .txt.error{
  	border: 1px solid red;
  }
  .register-form .txt.wpcf7-not-valid{
  	border: 1px solid red;
  }
  .register-form label.error{
  	margin:-5px 0 10px;
  	font: 11px/13px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  	color: red;
  }
  .register-form .wpcf7-not-valid-tip{
  	margin:-5px 0 10px;
  	font: 11px/13px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  	color: red;
  }
  .register-form .wpcf7-response-output{
  	text-align: center;
  	border:none;
  }
  .register-form label.description{
  	margin:-5px 0 10px;
  	font: 11px/13px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  }
  .register-form .nice-select{
  	width:100%;
  	margin-bottom:15px;
  	border: 1px solid #999;
  }
  .register-form label{
  	display: block;
  	margin-bottom:10px;
  	padding-left:4px;
  }
  .register-form .btn-01{
  	border:none;
  	cursor: pointer;
  }



  .user-menu{
  	margin-bottom:15px;
  }
  .user-menu ul li{
  	margin-bottom:10px;
  }
  .user-menu ul li.current-menu-item a{
  	margin-bottom:10px;
  	text-decoration: none;
  	background: #002c55;
  }
  .user-menu a {
  	color: #fff;
  	font: 16px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	background: #3090e9;
  	text-transform: uppercase;
  	padding: 12px 24px 9px;
  	display: inline-block;
  	border-radius: 4px;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
  	text-align: center;
  	min-width: 230px;
  }

  .user-menu a:hover {
  	text-decoration: none;
  	background: #002c55;
  }

  #theme-my-login{
  	max-width: 650px;
  }



  .form-edit-single{
  	border: 1px solid #999;
  	border-radius: 5px;
  	max-width: 650px;
  	padding: 15px;
  }
  .form-edit-single .acf-fields{
  	overflow: hidden;
  	margin-left:-10px;
  	margin-right:-10px;
  }
  .form-edit-single .acf-fields .acf-field{
  	float: left;
  	width: 50%;
  	padding-left:10px;
  	padding-right:10px;
  	border:none;
  }
  .form-edit-single .acf-fields .acf-field input[type="text"] {
  	border: 1px solid #999;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	padding: 10px 5px;
  	height:auto;
  	width: 100%;
  }
  .form-edit-single .wpcf7-text{
  	border: 1px solid #999;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	padding: 10px 5px;
  	height:auto;
  	width: 100%;
  }
  .form-edit-single .wpcf7-date{
  	border: 1px solid #999;
  	border-radius: 5px;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	padding: 10px 5px;
  	height:auto;
  	width: 100%;
  }
  .form-edit-single .wpcf7-form p{
  	margin:0;
  }
  .form-edit-single .wpcf7-form br{
  	display: none;
  }
  .form-edit-single .wpcf7-form label {
  	display: block;
  	margin-bottom: 10px;
  	padding-left: 4px;
  	font: 16px/22px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  }
  .form-edit-single .acf-fields .acf-field label {
  	display: block;
  	margin-bottom: 10px;
  	padding-left: 4px;
  	font: 16px/22px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  }
  .form-edit-single .acf-form-submit{
  	text-align: center;
  }
  .holder-btn{
  	margin-bottom:25px;
  }









  @media only screen and (max-width: 1635px) {
  	.header-btn .btn-01 {
  		float: right;
  	}
  	.top-btn-header .btn-01{
  		float: none;
  		font: 14px/20px "ArchiveRegular",Arial,Helvetica,sans-serif;
  	}
  	.top-btn-header{
  		text-align: right;
  	}
  	.header-second-menu ul li {
  		margin-left: 10px;
  	}

  	.main__listinf .box-in {
  		min-height: 125px;
  	}

  	.header__bottom .header__nav > ul > li {
  		margin: 0 0 0 15px;
  	}

  	.hidden-lg {
  		display: block;
  	}

  	.hidden-full {
  		display: block;
  	}

  	.visible-lg {
  		display: none !important;
  	}

  	body {
  		padding-left: 0;
  	}

  	.header__top {
  		position: static;
  		width: auto;
  		border-top: 1px solid #999fa8;
  	}

  	.header__top .container {
  		max-width: 1220px;
  	}

  	.header__top .lang-switch {
  		float: left;
  		width: 80px;
  		text-align: left;
  	}

  	.header__top .lang_md #lang_sel {
  		display: block;
  		width: 52px;
  		position: absolute;
  		right: 0;
  	}

  	.header__top .lang_lg #lang_sel {
  		display: none;
  	}



  	.header__top .lang-switch .nice-select {
  		text-align: left;
  	}

  	.header__top .lang-switch .nice-select:after {
  		right: 31px;
  	}

  	.header__top .lang-switch .nice-select span {
  		text-align: left;
  	}

  	.header__top .side-menu {
  		float: left;
  	}

  	.header__top .side-menu li {
  		float: left;
  		margin-bottom: 0;
  	}

  	.header__top .side-menu li a {
  		padding: 13px 20px;
  		overflow: hidden;
  	}

  	.header__top .side-menu li a .sprite {
  		float: left;
  		margin-right: 10px;
  		margin-bottom: 0;
  	}

  	.header__top .side-menu li a span {
  		float: left;
  		margin-top: 6px;
  	}

  	.header__top .header__social {
  		float: right;
  		margin-top: 7px;
  		margin-right: 56px;
  	}

  	.header__top .header__social ul li a {
  		background: url("../images/social_btn_min.png") no-repeat;
  		width: 35px;
  		height: 35px;
  	}

  	.header__top .header__social ul li a.fb {
  		background-position: 12px 6px;
  	}

  	.header__top .header__social ul li a.vk {
  		background-position: -40px 6px;
  	}

  	.header__top .header__social ul li a.tw {
  		background-position: -94px 5px;
  	}

  	.header__top .header__social ul li a.inst {
  		background-position: -146px 5px;
  	}

  	.header__top .lang-switch .nice-select {
  		padding: 2px 10px 10px;
  		height: 50px;
  	}

  	.nice-select:after {
  		top: 47%;
  	}

  	.header__bottom {
  		padding: 13px 0;
  		position: relative;
  		left: 0;
  		width: auto;
  		-webkit-box-shadow: 0 4px 5px 0 rgba(175, 175, 175, 0.9);
  		box-shadow: 0 4px 5px 0 rgba(175, 175, 175, 0.9);
  	}

  	.header__bottom .container {
  		max-width: 1220px;
  	}

  	.header__bottom .header__logo {
  		display: none;
  	}

  	.header__bottom .slogan {
  		display: none;
  	}

  	.header__bottom .header__social {
  		display: none;
  	}

  	.header__bottom .header__nav {
  		float: left;
  		margin-bottom: 0;
  	}

  	.header__bottom .header__nav > ul:after {
  		clear: both;
  		content: '';
  		display: block;
  	}

  	.header__bottom .header__nav > ul > li {
  		float: left;
  		margin-left: 33px;
  		margin: 0 0 0 33px;
  		padding: 0;
  		position: relative;
  	}

  	.header__bottom .header__nav > ul > li > .header__bottom .header__nav > ul > li:first-child {
  		margin-left: 0;
  	}
  	.header__nav > ul{
  		position: relative;
  		z-index:3;
  	}
  	.header__bottom .header__nav > ul > li > ul {
  		top: 80%;
  		bottom: inherit;
  		left: 0;
  		right: 0;
  		padding: 20px 15px 10px;
  		margin-top: 5px;
  		width: 185px;
  	}

  	.header__midle {
  		padding: 14px 0;
  	}

  	.header__midle .header__logo {
  		float: left;
  		margin: 0 15px 0 0;
  		background-image: url("../images/logo_50.png");
  		width: 112px;
  		height: 84px;
  		background-size: cover;
  	}

/*  	  	.header__midle .header__logo {
  		float: left;
  		margin: 0 15px 0 0;
  		background-image: url("../images/logo.png");
  		width: 85px;
  		height: 84px;
  		background-size: cover;
  	}*/

  	.header__midle .slogan {
  		overflow: hidden;
  		color: #001333;
  		font: 20px/24px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  		display: block;
  		padding-top: 7px;
  	}

  	.header__midle .slogan span {
  		display: block;
  		font: 12px/15px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  		margin-bottom: 7px;
  	}

  	.header__midle address {
  		padding-left: 25px;
  		position: relative;
  		font: 14px/17px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.header__midle address .sprite-ico-04 {
  		position: absolute;
  		left: 0;
  		top: 0;
  	}

  	.header__midle address br {
  		display: block;
  	}

  	.header__midle address a {
  		margin-left: 9px;
  	}

  	.header__midle .enter {
  		float: right;
  		margin-right: -15px;
  	}

  	.header__telephone {
  		font: 14px/16px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  		display: block;
  		margin-bottom: 19px;
  		padding-top: 4px;
  	}
  }

  @media only screen and (max-width: 1259px) {
  	.slide-box .owl-pagination{
  		bottom: 50px;
  	}
  	.info-top-box .box-in{
  		height:auto;
  		min-height: 290px;
  	}
  	.main__listinf .box-in {
  		padding: 13px 6px;
  	}

  	.main__listinf .box-in .txt .ttl {
  		font: 17px/21px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.main__listinf .box-in a.btn-01 {
  		padding: 12px 10px 9px;
  		font: 14px/20px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.footer__nav .item {
  		width: 25%;
  	}

  	.header-second-menu ul li:first-child {
  		margin-left: 10px;
  	}

  	.header-second-menu ul li {
  		margin-bottom: 8px;
  	}

  	.header__search .icon-open {
  		right: 0px;
  	}

  	.header__nav {
  		padding-right: 20px;
  	}

  	.header__bottom .header__nav > ul > li {
  		margin: 0 0 0 25px;
  	}

  	.info-top-box .box-in {
  		margin-bottom: 20px;
  	}

  	.main__slider .main__slider-big .owl-pagination {
  		bottom: 20px;
  		left: 20px;
  	}

  	.cafedra-box .item {
  		min-height: 100%;
  		margin-bottom: 10px;
  	}

  	.img-info-box.short .col-boxs .col-item {
  		width: auto;
  		min-height: 100%;
  		float: none;
  		overflow: hidden;
  		height: auto;
  		margin-bottom: 15px;
  	}

  	.main__slider-big {
  		margin-bottom: 30px;
  	}

  	.main__news-list ul li {
  		float: left;
  		width: 50%;
  	}

  	.footer__contact {
  		margin-top: 40px;
  		margin-bottom: 60px;
  	}

  	.footer__contact .offser-left {
  		padding-left: 0;
  	}

  	.footer__contact .small-ttl.social {
  		text-align: center;
  	}

  	.footer__bottom-menu ul li {
  		margin-left: 4%;
  	}

  	.banners .img img {
  		width: 100%;
  	}

  	.img-info-box {
  		padding: 15px 15px 20px;
  		margin-bottom: 30px;
  	}

  	.img-info-box .col-boxs .col-item {
  		font: 12px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.projects-school .item .img img {
  		width: 100%;
  	}

  	.projects-school .item .ttl {
  		font: 18px/28px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.teachers__ttl {
  		display: none;
  	}

  	.teachers__item .img {
  		margin-bottom: 20px;
  	}

  	.olimpics__items .olimpics__item {
  		min-height: 410px;
  	}

  	.olimpics__items .olimpics__item:nth-child(4n) {
  		clear: none;
  	}
  }

  @media only screen and (max-width: 989px) {
  	.mews-list .img {
  		height: auto;
  	}

  	.hidden-xs {
  		display: none;
  	}

  	.main__listinf {
  		margin: 0 -10px 20px;
  	}

  	.header__top .lang-switch {
  		width: 60px;
  	}

  	.header__top .lang-switch .nice-select:after {
  		right: 12px;
  	}

  	.header__top .side-menu li a {
  		padding: 13px 14px;
  	}

  	.header__top .header__social {
  		margin-right: -14px;
  	}

  	.header__midle {
  		position: relative;
  		-webkit-box-shadow: none;
  		box-shadow: none;
  	}

  	.header__midle .header__logo {
  		margin: 0 8px 0 0;
  	}

  	.header__midle .slogan {
  		font: 16px/24px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  	}

  	.header__midle .enter {
  		position: absolute;
  		right: 0;
  		top: -85px;
  		margin-right: 0;
  	}

  	.main__listinf li {
  		padding: 5px 15px 15px;
  	}

  	.main__listinf li .icon {
  		width: 55px;
  		margin-right: 10px;
  	}

  	.main__listinf li .txt {
  		overflow: visible;
  	}

  	.main__listinf li .txt .ttl {
  		overflow: hidden;
  		font: 18px/20px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  		padding-top: 15px;
  	}

  	.main__listinf li .txt span {
  		clear: both;
  		font: 13px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.main__slider {
  		margin-bottom: 20px;
  	}

  	.main__slider .main__slider-big .item {
  		height: 384px;
  	}

  	.main__achievements .ttl {
  		font: 20px/25px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.main__best-students {
  		margin-bottom: 50px;
  	}

  	.banners .img {
  		margin-bottom: 30px;
  	}

  	.footer__nav {
  		display: block;
  		overflow: hidden;
  		position: relative;
  	}

  	.footer__nav .item {
  		float: left;
  		width: 25%;
  	}

  	.footer__nav .item.item-static {
  		clear: both;
  		margin-top: 45px;
  	}

  	.footer__nav .item .btn-01 {
  		padding: 12px 10px 9px;
  		font: 13px/20px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.footer__nav .item .tel {
  		font: 18px/26px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.footer__nav .item .mail {
  		font: 14px/22px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  	}

  	.footer__bottom-menu ul {
  		margin: 0 0 20px 0;
  	}

  	.footer__bottom-menu .copy {
  		text-align: center;
  	}

  	.footer__contact {
  		margin-bottom: 40px;
  		margin-top: -273px;
  		padding-left: 33%;
  	}

  	.footer__contact .tel {
  		display: block;
  	}

  	.footer__contact .small-ttl.social {
  		text-align: left;
  	}

  	.footer__contact .footer__social {
  		text-align: left;
  	}

  	.slicknav_menu {
  		display: block;
  		background: none;
  		font: 20px/24px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  		margin: 0 0 0 20px;
  		padding: 0;
  	}

  	.slicknav_menu .slicknav_btn {
  		float: left;
  		background: none;
  		padding: 0;
  		margin: 0;
  		text-shadow: none;
  	}

  	.slicknav_menu .slicknav_btn .slicknav_icon {
  		width: 31px;
  		height: 24px;
  		position: relative;
  		-webkit-transform: rotate(0deg);
  		-ms-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: 0.5s ease-in-out;
  		transition: 0.5s ease-in-out;
  		cursor: pointer;
  	}

  	.slicknav_menu .slicknav_btn .slicknav_icon span {
  		display: block;
  		position: absolute;
  		height: 4px;
  		width: 100%;
  		margin: 0;
  		background: #fff;
  		opacity: 1;
  		left: 0;
  		-webkit-transform: rotate(0deg);
  		-ms-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: 0.25s ease-in-out;
  		transition: 0.25s ease-in-out;
  	}

  	.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1) {
  		top: 0px;
  	}

  	.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2) {
  		top: 10px;
  	}

  	.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3) {
  		top: 20px;
  	}

  	.slicknav_menu .slicknav_btn.slicknav_open {
  		margin-top: -7px;
  		padding-bottom: 7px;
  	}

  	.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
  		top: 18px;
  		-webkit-transform: rotate(135deg);
  		-ms-transform: rotate(135deg);
  		transform: rotate(135deg);
  	}

  	.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
  		opacity: 0;
  		left: -60px;
  	}

  	.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
  		top: 18px;
  		-webkit-transform: rotate(-135deg);
  		-ms-transform: rotate(-135deg);
  		transform: rotate(-135deg);
  	}

  	.slicknav_menu .slicknav_nav li a {
  		color: #3090e9;
  	}

  	.slicknav_menu .slicknav_nav {
  		position: absolute;
  		left: 0;
  		top: 215px;
  		width: 290px;
  		background: #002c55;
  		z-index: 10;
  		bottom: 0;
  		-webkit-box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.27);
  		box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.27);
  		padding: 10px 20px;
  		text-align: left;
  	}

  	.slicknav_menu .slicknav_nav .slicknav_arrow {
  		color: #002c55;
  		position: absolute;
  		right: 0;
  		top: 14px;
  	}

  	.slicknav_menu .slicknav_nav .slicknav_arrow:after {
  		border-bottom: 2px solid #3090e9;
  		border-right: 2px solid #3090e9;
  		content: "";
  		display: block;
  		height: 7px;
  		margin-top: -8px;
  		pointer-events: none;
  		position: absolute;
  		right: 12px;
  		top: 50%;
  		-webkit-transform: rotate(45deg);
  		-ms-transform: rotate(45deg);
  		transform: rotate(45deg);
  		-webkit-transform-origin: 66% 66% 0;
  		-ms-transform-origin: 66% 66% 0;
  		transform-origin: 66% 66% 0;
  		-webkit-transition: all 0.15s ease-in-out 0s;
  		transition: all 0.15s ease-in-out 0s;
  		width: 7px;
  	}

  	.slicknav_menu .slicknav_nav > li {
  		border-top: 1px solid #000;
  		position: relative;
  	}

  	.slicknav_menu .slicknav_nav > li.slicknav_open .slicknav_arrow:after {
  		-webkit-transform: rotate(-135deg);
  		-ms-transform: rotate(-135deg);
  		transform: rotate(-135deg);
  	}

  	.slicknav_menu .slicknav_nav > li a:first-child {
  		border: none;
  	}

  	.slicknav_menu .slicknav_nav > li a {
  		padding: 10px 0;
  		border-radius: none;
  	}

  	.slicknav_menu .slicknav_nav > li a:hover {
  		text-decoration: none;
  		background: none !important;
  		color: #ca141b;
  	}

  	.slicknav_menu .slicknav_nav > li ul {
  		margin: 0;
  		padding: 0 0 15px;
  		list-style: none;
  		font: 14px/18px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.slicknav_menu .slicknav_nav > li ul li {
  		margin: 0 0 5px;
  	}

  	.slicknav_menu .slicknav_nav > li ul li a {
  		color: #fff;
  		padding: 0;
  	}

  	.slicknav_menu .slicknav_nav > li ul li a:hover {
  		background: none;
  		text-decoration: none;
  		color: #3090e9;
  	}

  	.header__nav {
  		display: none;
  	}

  	.header__search {
  		position: absolute;
  		right: 13px;
  		top: 13px;
  	}

  	.header__search.active .box__search {
  		top: -44px;
  		width: 230px;
  	}

  	.header__search.active .box__search .txt-input {
  		width: 180px;
  	}

  	.header__search .icon-open {
  		top: -34px;
  	}

  	.header__bottom {
  		position: static;
  	}

  	.header__bottom .container {
  		position: relative;
  	}
  }

  @media only screen and (max-width: 768px) {
  	.slide-box-holder .label{
  		display: none;
  	}
  	.mews-list .mews-list-item {
  		min-height: 100%;
  	}

  	.info-top-box .box-in {
  		padding: 12px 10px;
  	}

  	.olimpics__items {
  		margin-bottom: 15px;
  	}

  	.olimpics__items .olimpics__item {
  		min-height: 100%;
  	}

  	.news__item .ttl {
  		font: 15px/24px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.news__item .news__item-date {
  		text-align: left;
  		overflow: hidden;
  		margin-bottom: 10px;
  	}

  	.news__item .news__item-date div {
  		float: left;
  		margin-right: 3px;
  	}

  	.col-sm-offset-4 {
  		margin-left: 0;
  	}

  	.teachers__item .img {
  		margin: 0 auto 15px;
  	}

  	.teachers__item .ttl {
  		text-align: center;
  	}

  	.main-ttl {
  		font: 28px/33px "ArchiveRegular", Arial, Helvetica, sans-serif;
  		margin: 0 0 10px;
  		padding-bottom: 10px;
  	}

  	.container {
  		padding: 0 15px;
  	}

  	.row {
  		margin-left: 0px;
  		margin-right: 0px;
  	}

  	.header__top .header__social {
  		display: none;
  	}

  	.header__midle .enter {
  		top: -76px;
  		right: 15px;
  	}

  	.main__slider .main__slider-big {
  		overflow: visible;
  		margin-bottom: 43px;
  	}

  	.main__slider .main__slider-big .item {
  		height: 240px;
  	}

  	.main__slider .main__slider-big .item .slide-txt {
  		padding: 11px 20px;
  		font: 16px/20px 'OfficeTypeSansC', Arial, Helvetica, sans-serif;
  	}

  	.main__slider .main__slider-big .item .slide-txt .ttl {
  		font: 25px/32px 'ArchiveRegular', Arial, Helvetica, sans-serif;
  		margin: 0 0 14px;
  	}

  	.main__slider .main__slider-big .item .slide-txt p {
  		margin: 0 0 12px;
  	}

  	.main__slider .main__slider-big .owl-pagination {
  		bottom: -30px;
  		left: 50%;
  		margin-left: -50px;
  	}

  	.main__slider .main__slider-big .owl-pagination .owl-page.active span {
  		background: #ca141b;
  	}

  	.main__slider .main__slider-big .owl-pagination .owl-page span {
  		background: #f1f1f9;
  	}

  	.slicknav_menu .slicknav_nav {
  		top: 286px;
  	}

  	.main__listinf {
  		margin: 0 0 30px;
  		display: block;
  	}

  	.main__listinf .box-in {
  		min-height: 100%;
  		margin-bottom: 5px;
  	}

  	.header__top .side-menu li a span {
  		width: auto;
  		text-align: left;
  		margin-top: 0;
  	}

  	.header__top .side-menu li a {
  		padding: 7px 16px;
  	}

  	.header__top .lang-switch .nice-select {
  		height: 45px;
  		padding: 2px 10px 3px;
  	}

  	.header__top .lang-switch .nice-select span {
  		padding: 7px 0;
  	}

  	.slicknav_menu {
  		margin: 0 0 0 20px;
  	}

  	.main__news-list ul li {
  		float: none;
  		width: auto;
  	}

  	.main__listinf li .txt {
  		overflow: hidden;
  	}

  	.main__listinf li .txt .ttl {
  		padding-top: 10px;
  	}

  	.main__listinf li .txt .ttl br {
  		display: none;
  	}

  	.main__events ul {
  		overflow: hidden;
  	}

  	.main__events ul li {
  		float: left;
  		width: 50%;
  		margin-bottom: 10px;
  	}

  	.main__events ul li:first-child {
  		float: none;
  		width: auto;
  	}

  	.main__events .img {
  		margin-bottom: 15px;
  	}

  	.main__events {
  		padding: 15px 10px;
  	}

  	.main__events ul li span {
  		font: 14px/18px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  	}

  	.main__achievements {
  		padding: 35px 0 0;
  	}

  	.main__slider {
  		margin-bottom: 0;
  	}

  	.main__news-list {
  		padding: 35px 0 0;
  	}

  	.main__graduates .graduates-slide .item .img {
  		margin-bottom: 15px;
  	}

  	.footer__contact {
  		margin: 0 0 20px;
  		padding: 0;
  		text-align: center;
  	}

  	.footer__contact .small-ttl.social {
  		text-align: center;
  	}

  	.footer__contact .footer__social {
  		text-align: center;
  	}

  	.footer__nav ul li {
  		margin-bottom: 5px;
  	}

  	.footer__nav {
  		border-top: 1px solid #f0f0f0;
  		padding-top: 15px;
  	}

  	.footer__nav .item {
  		float: none;
  		width: auto;
  		margin-bottom: 15px;
  		border-bottom: 1px solid #f0f0f0;
  		position: relative;
  	}

  	.footer__nav .item .ttl:after {
  		border-bottom: 2px solid #3090e9;
  		border-right: 2px solid #3090e9;
  		content: "";
  		display: block;
  		height: 7px;
  		margin-top: -8px;
  		pointer-events: none;
  		position: absolute;
  		right: 12px;
  		top: 50%;
  		-webkit-transform: rotate(45deg);
  		-ms-transform: rotate(45deg);
  		transform: rotate(45deg);
  		-webkit-transform-origin: 66% 66% 0;
  		-ms-transform-origin: 66% 66% 0;
  		transform-origin: 66% 66% 0;
  		-webkit-transition: all 0.15s ease-in-out 0s;
  		transition: all 0.15s ease-in-out 0s;
  		width: 7px;
  	}

  	.footer__nav .item .ttl.active:after {
  		-webkit-transform: rotate(-135deg);
  		-ms-transform: rotate(-135deg);
  		transform: rotate(-135deg);
  	}

  	.footer__nav .item.item-absolute {
  		position: static;
  	}

  	.footer__nav .ttl {
  		margin: 0 0 10px;
  		position: relative;
  	}

  	.footer__bottom-menu {
  		text-align: center;
  	}

  	.footer__bottom-menu ul {
  		display: block;
  	}

  	.footer__bottom-menu ul li {
  		margin: 0 0 10px;
  	}

  	.footer__nav ul {
  		text-align: center;
  	}

  	.footer__nav .item.item-static {
  		margin-top: 0;
  	}

  	.footer__nav .item .contact-in {
  		text-align: center;
  	}

  	.footer__nav .item .contact-in a {
  		clear: both;
  		display: block;
  	}

  	.top-description {
  		margin: 0 0 16px;
  		padding-bottom: 15px;
  	}

  	.img-info-box .col-boxs .col-item {
  		width: 50%;
  		height: auto;
  		min-height: 120px;
  	}

  	.img-info-box .col-boxs .col-item .img {
  		float: left;
  		margin-bottom: 0;
  		margin-right: 10px;
  	}

  	.img-info-box .col-boxs .col-item p {
  		overflow: hidden;
  	}

  	.hidden-xsm {
  		display: none;
  	}

  	.inf-txt-box p {
  		margin: 0 0 25px;
  	}

  	.footer__nav {
  		margin-bottom: 15px;
  	}
  }

  @media only screen and (max-width: 520px) {
  	.content-slider .olimpics__item {
  		margin-left: 0;
  		margin-right: 0;
  	}

  	.content-slider {
  		margin: 0 0 10px;
  	}

  	.content-slider .owl-buttons div {
  		display: none;
  	}

  	.ui-datepicker td a {
  		text-align: center;
  		padding: 5px;
  	}

  	.board-directors {
  		text-align: center;
  		margin: 0 0 30px;
  	}

  	.board-directors .item .img {
  		width: 60%;
  		margin: 0 auto;
  	}

  	.board-directors .item p {
  		text-align: left;
  	}

  	.inf-txt-box p {
  		margin: 0 0 15px;
  	}

  	.pagination ul li {
  		margin: 0;
  	}

  	.pagination ul li a {
  		padding: 5px 6px;
  	}

  	.breadcrumbs ul li {
  		margin-left: 7px;
  		padding-left: 13px;
  	}
  }

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

  	.header__top .lang_md #lang_sel {
  		top: 220px;
  		right: 19px;
  	}

  	.info-top-box .box-in .ttl {
  		font: 20px/24px 'OfficeTypeSansCBold', Arial, Helvetica, sans-serif;
  		margin: 0 0 15px;
  	}

  	.info-top-box .box-in .text-box a {
  		color: #fff;
  	}

  	.header__midle .enter {
  		top: -142px;
  		right: -15px;
  	}

  	.header__midle .enter a {
  		color: #fff;
  	}

  	.post ol.step-style {
  		font: 12px/16px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  	}

  	.accardion .inner > ul li {
  		margin-top: 4px;
  		margin-bottom: 4px;
  	}

  	.post-history h2 {
  		font: 18px/25px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	h3 {
  		margin: 0 0 10px;
  		font: 17px/23px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.accardion li a.toggle {
  		font: 13px/22px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.inf-txt-box p {
  		margin: 0 0 10px;
  	}

  	.main-ttl {
  		font: 24px/28px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}

  	.board-directors .item .img {
  		width: 80%;
  		margin: 0 auto;
  	}

  	.container {
  		padding: 0 10px;
  	}

  	.row {
  		margin-left: 0px;
  		margin-right: 0px;
  	}

  	.main__slider {
  		margin: -20px -10px 0;
  	}

  	.main__listinf {
  		margin: 0 10px 30px;
  		display: block;
  	}

  	.slicknav_menu {
  		margin: 0 0 0 15px;
  	}

  	.partners-slider .item img {
  		width: 100%;
  	}

  	.main__graduates .graduates-slide .item .txt i {
  		font: 16px/19px "OfficinaSansMediumItalic", Arial, Helvetica, sans-serif;
  	}

  	.main__graduates .graduates-slide .item .txt p {
  		margin: 0 0 10px;
  	}

  	.main__graduates .link-02 {
  		padding: 0 0px 14px 0;
  	}

  	.main__best-students .link-02 {
  		padding: 0 0px 14px 0;
  	}

  	.main__best-students .best-students-slide {
  		margin: 0;
  	}

  	.main__best-students .best-students-slide .owl-item {
  		padding: 0;
  	}

  	.main__best-students .owl-pagination {
  		left: 0;
  		right: 0;
  		top: -27px;
  	}

  	.main__graduates .owl-pagination {
  		left: 0;
  		right: 0;
  		top: -27px;
  	}

  	.main {
  		padding-bottom: 20px;
  		padding-top: 20px;
  	}

  	.main__slider .main__slider-big .item {
  		height: 166px;
  	}

  	.main__slider .main__slider-big .item .slide-txt p {
  		display: none;
  	}

  	.main__slider .main__slider-big .item .slide-txt .ttl {
  		font: 23px/28px "OfficeTypeSansCBold", Arial, Helvetica, sans-serif;
  	}

  	.header__top .side-menu li a .sprite {
  		display: none;
  	}

  	.header__top .side-menu li a {
  		padding: 7px 10px;
  	}

  	.header__midle .slogan {
  		font: 17px/20px "ArchiveRegular", Arial, Helvetica, sans-serif;
  		margin-bottom: 15px;
  	}

  	.header__midle .slogan span {
  		margin-bottom: 1px;
  		min-height: 30px;
  	}

  	#footer .container {
  		padding-bottom: 15px;
  		padding-top: 20px;
  	}

  	.footer__contact .red-ttl {
  		display: none;
  	}

  	.slicknav_menu .slicknav_nav {
  		top: 286px;
  	}

  	.header__midle address {
  		font: 13px/17px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  	}

  	.projects-school .item .ttl {
  		min-height: 100%;
  	}

  	.img-info-box .col-boxs .col-item {
  		float: none;
  		width: auto;
  		min-height: 100%;
  		overflow: hidden;
  		margin-bottom: 10px;
  	}

  	.history-items ul li p {
  		font: 14px/22px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  	}

  	.interactive-box {
  		margin-bottom: 25px;
  	}

  	.footer__contact .tel {
  		font: 29px/40px "ArchiveRegular", Arial, Helvetica, sans-serif;
  	}
  }

  .lang-switch #lang_sel{
  	display: block;
  	text-align: center;
  	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  	border: medium none;
  	float: none;
  	font: 16px/24px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  	height: 53px;
  	padding: 10px 10px 10px;

  }
  .lang-switch #lang_sel li{
  	width:auto;
  	background:none;
  	float: none;
  	color: #3090e9;
  	display: block;
  	padding: 10px 0;
  	text-align: center;
  	text-transform: uppercase;
  }
  .lang-switch #lang_sel a.lang_sel_sel{
  	background:none !important;
  	border:none;
  	color: #3090e9 !important;
  	font: 16px/24px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  }




  .header__top #lang_sel{
  	display: block;
  	height:auto;
  	width: auto;
  	background-color: transparent;
  }

  .header__top .lang_md #lang_sel:after{
  	border-bottom: 2px solid #3090e9;
  	border-right: 2px solid #3090e9;
  	height: 7px;
  	top: 26px;
  	right: 0;
  	width: 7px;
  	content: "";
  	display: block;
  	margin-top: -4px;
  	pointer-events: none;
  	position: absolute;
  	transform: rotate(45deg);
  	transform-origin: 66% 66% 0;
  	transition: all 0.15s ease-in-out 0s;
  }
  .header__top #lang_sel a.wpml-ls-item-toggle:after {
  	display: none;
  }

  .header__top #lang_sel:after{
  	border-bottom: 2px solid #3090e9;
  	border-right: 2px solid #3090e9;
  	height: 7px;
  	top: 26px;
  	right: 24px;
  	width: 7px;
  	content: "";
  	display: block;
  	margin-top: -4px;
  	pointer-events: none;
  	position: absolute;
  	transform: rotate(45deg);
  	transform-origin: 66% 66% 0;
  	transition: all 0.15s ease-in-out 0s;
  }
  .header__top #lang_sel li{
  	float: none;
  	width:auto;
  }
  .header__top #lang_sel li a{
  	background: none !important;
  	border:none;
  	color: #3090e9 !important;
  	font: 16px/24px "OfficeTypeSansC",Arial,Helvetica,sans-serif;
  	text-transform: uppercase;
  	padding: 15px 0;
  	display: block;
  }
  .header__top #lang_sel ul{
  	float: none;
  	width:auto;
  	border:none;
  }
  .header__top #lang_sel ul ul{
  	left:0;
  	text-align: center;
  	right:0;
  	top:inherit;
  	background: #fff;
  }
  .header__top #lang_sel ul ul li{
  	background: #fff;
  }


  .history-items ul li .left-img img {
  	vertical-align: top;
  	width: 150px;
  }