/* font-family: "MyriadProRegular"; */

@font-face {
	font-family: "OfficinaSerifBold";
	src: url("fonts/OfficinaSerifBold/OfficinaSerifBold.eot");
	src: url("fonts/OfficinaSerifBold/OfficinaSerifBold.eot?#iefix") format("embedded-opentype"), url("fonts/OfficinaSerifBold/OfficinaSerifBold.woff") format("woff"), url("fonts/OfficinaSerifBold/OfficinaSerifBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PTSansRegular";
	src: url("fonts/PTSansRegular/PTSansRegular.eot");
	src: url("fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'plumbcondensedregular';
	src: url('fonts/Plumb/plumbcondensed-regular.eot');
	src: url('fonts/Plumb/plumbcondensed-regular.eot?#iefix') format('embedded-opentype'), url('fonts/Plumb/plumbcondensed-regular.woff2') format('woff2'), url('fonts/Plumb/plumbcondensed-regular.woff') format('woff'), url('fonts/Plumb/plumbcondensed-regular.ttf') format('truetype'), url('fonts/Plumb/plumbcondensed-regular.svg#plumbcondensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	margin: 0 auto;
	min-height: 100%;
	min-width: 1200px;
	font-family: "PTSansRegular";
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	color: #231f20;
	background-color: #f1fbfe;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-w-e-b-k-i-t-appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

a {
	color: #231f20;
	text-decoration: none;
	outline: none;
}

a i {
	display: inline-block;
}

img {
	vertical-align: middle;
}

.img-circle {
	border-radius: 50%;
}

.tree {
	display: inline-block;
	padding: 20px;
	font-size: 20px;
}

.clearfix {
	display: table;
	content: "";
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "OfficinaSerifBold";
	font-weight: normal;
	line-height: 1;
	color: #007bc5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0;
}

h1,
.h1 {
	font-size: 26px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 19px;
}

p {
	margin: 0;
}

ul,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 0;
	margin: 0;
}

table td i {
	display: inline-block;
}

table.wrapper {
	width: 100%;
}

.tbl-center {
	margin: 0 auto;
	width: 1150px;
}

.tbl-content , .cnttab {
	width: 100%;
}

.content-page .cnttab p {
	padding: 0px;
	margin: 0px;
}

.tbl-content th,
.tbl-content td, .cnttab th,
.cnttab td {
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #bfd4e0;
	#text-align: center;
}

.tbl-content td:last-child, .cnttab td:last-child {
	width: 210px;
	padding: 10px 10px;
}

.tbl-content td:nth-child(2), .cnttab td:nth-child(2) {
	#text-align: left;
	#padding-left: 25px;
	#padding-right: 10px;
}

.tbl-content tr:nth-child(2n+1) td, .cnttab tr:nth-child(2n+1) td {
	background-color: #d4e5ec;
}

.tbl-content th, .cnttab th {
	padding: 9px 9px 11px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background-color: #66c7f1;
}

.tbl-content a {
	color: #0461a7;
	text-decoration: underline;
}

.tbl-content a:hover {
	text-decoration: none;
}

.tbl-gallery {
	margin-top: 39px;
	margin-bottom: 20px;
	position: relative;
	top: -8px;
}

.tbl-gallery td:not(:last-child) {
	border-right: 18px solid transparent;
	vertical-align: top;
}

.tbl-gallery .gal-link {
	position: relative;
	display: block;
}

.tbl-gallery .gal-link img {
	width: 100%;
	height: 196px;
	margin-bottom: 11px;
}

.tbl-gallery .gal-link:hover .mask {
	display: block;
}

.tbl-gallery .text {
	color: #0461a7;
	line-height: 1.1em;
}

.tbl-gallery .mask {
	position: absolute;
	display: none;
	width: 100%;
	height: 196px;
	background: rgba(0, 0, 0, 0.5) url(../img/icon-plus.png) no-repeat 50% 50%;
}

.btn {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	font-size: 16px;
	line-height: 45px;
	text-transform: none;
	text-align: center;
	color: #0461a7;
	transition: .3s;
}

.btn:hover {
	cursor: pointer;
}

.btn--promo {
	color: #0461a7;
	border: 2px solid #66c7f1;
}

.btn--promo:hover {
	background-color: #66c7f1;
}

.header > td {
	padding-top: 22px;
	margin-bottom: 35px;
}

.header-top__block {
	position: relative;
	z-index: 1;
}

.header-top__block:before {
	position: absolute;
	display: block;
	content: "";
	width: 975px;
	height: 724px;
	left: -378px;
	top: -3px;
	background: transparent url(../img/bg-all.png) no-repeat;
	z-index: 0;
}

.header-top__block:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0px;
	background-color: #14181c;
	z-index: 1;
}

.header-top__block td {
	width: 50%;
	padding: 30px 0 57px;
}

.header__links {
	display: inline-block;
	width: 341px !important;
}

.header__links .slides {
	width: 100% !important;
}

.header__links li {
	width: 100% !important;
	margin: 0;
	opacity: 1 !important;
	margin: 0 !important;
}

.header__links li:first-child a:before {
	background-color: #66c7f1;
}

.header__links li:last-child a:before {
	background-color: #6ebe52;
}

.header__links .flex-active-slide .header__link {
	background-color: #66c7f1;
	color: #231f20;
}

.header__link {
	position: relative;
	display: block;
	padding: 30px 5px;
	padding-left: 100px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: #0461a7;
	border-bottom: 1px solid #064d82;
	text-align: left;
	overflow: hidden;
}

.header__link:before {
	position: absolute;
	display: block;
	content: "";
	width: 152px;
	height: 152px;
	background-color: #c02080;
	bottom: 32px;
	left: -76px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__link:after {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background-color: #a2e1fd;
	bottom: -13px;
	right: -13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}

.header__link:hover {
	background-color: #66c7f1;
	color: #231f20;
}

.header__link:hover:after {
	display: block;
}

.header__slider {
	position: relative;
	z-index: 1;
}

.header__slider td {
	text-align: right;
}

.index-wrapper .header-top__block td {
	padding-bottom: 33px;
}

.logo {
	position: relative;
	background: transparent;
}

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

.logo__text {
	position: relative;
	top: 5px;
	padding-left: 10px;
	display: inline-block;
	font-family: "OfficinaSerifBold";
	font-size: 26px;
	line-height: 28px;
	color: #231f20;
	vertical-align: top;
	text-transform: uppercase;
}

.contact {
	text-align: right;
	line-height: 21px;
}

.contact a {
	color: #0461a7;
}

.owl-slider {
	display: inline-block !important;
	width: 809px;
	height: 327px;
	margin: 0;
	border: none;
	overflow: hidden;
	background-color: #f1fbfe;
}

.owl-slider-wrap {
	width: 1150px;
	font-size: 0;
	padding-bottom: 21px;
	border-bottom: 2px solid #14181c;
}

.owl-slider .owl-item {
	padding-right: 30px;
}

.owl-slider .item__block {
	position: absolute;
	right: 0px;
	top: 23px;
	width: 317px;
	padding: 20px 30px 45px;
	font-size: 21px;
	line-height: 28px;
	color: #fff;
	background-color: #c02080;
	text-align: left;
	z-index: 3;
}

.owl-slider .item__block a {
	color: #fff;
	text-decoration: none;
}


.owl-slider .slides img {
	width: 779px;
	min-height: 327px;
}

.owl-slider .flex-control-nav {
	bottom: 10px;
	padding-left: 17px;
	z-index: 2;
	text-align: left;
}

.owl-slider .flex-control-nav li {
	margin: 0 3px;
}

.owl-slider .flex-control-nav li a {
	background-color: #fff;
}

.owl-slider .flex-control-nav li a.flex-active {
	background-color: #c02080;
}

.owl-slider .flex-direction-nav {
	display: none;
}

.glass__link {
	position: relative;
	display: block;
	width: 317px;
	padding-left: 108px;
	line-height: 48px;
	font-size: 14px;
}

.glass__link:hover {
	text-decoration: underline;
}

.glass__link:before {
	position: absolute;
	display: block;
	content: "";
	width: 67px;
	height: 48px;
	left: 25px;
	top: 0;
	background: #66c7f1;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.glass__link:after {
	position: absolute;
	display: block;
	content: "";
	width: 31px;
	height: 17px;
	left: 43px;
	top: 15px;
	background: url('../img/icon-glass.png') no-repeat center;
}

.search__block {
	padding-right: 100px !important;
	position: relative;
}

.search__block:before {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 48px;
	right: 85px;
	top: -12px;
	background: #231f20;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.search__block .search__link {
	position: absolute;
	display: block;
	content: "";
	width: 31px;
	height: 18px;
	right: 40px;
	top: 2px;
	background: url('../img/icon-search.png') no-repeat center;
}

.search__block input {
	background: transparent;
	outline: none;
	width: 100%;
	border: none;
	text-align: right;
}

.content {
	vertical-align: top;
}

.content__title {
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 34px;
	font-family: "PTSansRegular";
}

.content h2 {
	color: #0461a7;
}

.content h3 {
	line-height: 23px;
	margin-bottom: 20px;
	color: #231f20;
}

.content h3:hover {
	color: #0461a7;
}

.content p {
	line-height: 19px;
}

/*
.content ul:not(.pagination) {
	padding-top: 10px;
	margin-bottom: 10px;
}

.content ul:not(.pagination) li {
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}

.content ul:not(.pagination) li:before {
	position: absolute;
	display: block;
	left: 3px;
	content: '';
	width: 4px;
	height: 5px;
	top: 40%;
	background-color: #0461a7;
	border-radius: 2px;
}

.content ol {
	padding-top: 10px;
	margin-bottom: 15px;
	list-style-type: none;
	counter-reset: item;
}

.content ol li {
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}

.content ol li:before {
	position: absolute;
	left: 0;
	content: counter(item) '.';
	counter-increment: item;
	color: #0461a7;
}
*/
.content .to-left {
	float: left;
	padding-top: 15px;
	padding-right: 35px;
}

.content .to-left img {
	margin-bottom: 0px;
}

.content .to-left p {
	padding-top: 9px;
	color: #0461a7;
	line-height: 1.2em;
}

.content-td {
	vertical-align: top;
}

.content-td h3 {
	line-height: 23px;
	margin-bottom: 20px;
	color: #231f20;
}

.content-td h3:hover {
	color: #0461a7;
}

.content-page {
	vertical-align: top;
}

.content-page h1 {
	padding-top: 5px;
	margin-bottom: 26px;
	font-size: 24px;
	font-family: "OfficinaSerifBold";
	line-height: 28px;
	color: #0461a7;
}

.content-page h1:hover {
	color: #231f20;
}

.content-page h2 {
	margin-bottom: 22px;
	font-size: 19px;
	line-height: 20px;
	color: #231f20;
}

.content-page h2:hover {
	color: #0461a7;
}

.content-page h3 {
	padding-top: 5px;
	margin-bottom: 20px;
	font-family: "PTSansRegular";
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	color: #0461a7;
}

.content-page h3:hover {
	color: #231f20;
}

.content-page h4 {
	padding-top: 22px;
	margin-bottom: 10px;
	font-family: "OfficinaSerifBold";
	font-size: 16px;
	line-height: 23px;
	color: #0461a7;
}

.content-page h4:hover {
	color: #231f20;
}

.content-page img {
	padding: 10px;
}

.content-page p {
	margin-bottom: 20px;
	line-height: 21px;
	text-align: left;
	letter-spacing: .01px;
}
.content-page p[align=center] {
	text-align: center;
}
.content-page p[align=right] {
	text-align: right;
}

.content-page p a span {
	color: #c02080;
	font-weight: bold;
}

.content-page p.after-h2 {
	line-height: 22px;
}

/*
.content-page ul:not(.pagination) {
	padding-top: 10px;
	margin-bottom: 10px;
}

.content-page ul:not(.pagination) li {
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}

.content-page ul:not(.pagination) li:before {
	position: absolute;
	display: block;
	left: 3px;
	content: '';
	width: 4px;
	height: 5px;
	top: 40%;
	background-color: #0461a7;
	border-radius: 2px;
}

.content-page ol {
	padding-top: 5px;
	margin-bottom: 20px;
	list-style-type: none;
	counter-reset: item;
}

.content-page ol li {
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}

.content-page ol li:before {
	position: absolute;
	left: 0;
	content: counter(item) '.';
	counter-increment: item;
	color: #0461a7;
}
*/
.content-page .to-left {
	float: left;
	width: 300px;
	padding-top: 6px;
	padding-right: 26px;
}

.content-page .to-left img {
	margin-bottom: 0px;
	width: 100%;
}

.content-page .to-left p {
	padding-top: 9px;
	font-size: 15px;
	color: #0461a7;
	line-height: 1.2em;
	text-align: left;
}

.pagination {
	width: 100%;
	padding: 38px 0 0px;
	margin-left: 40px;
	text-align: left;
	font-size: 0;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	min-width: 26px;
	min-height: 26px;
	font-size: 17.65px;
	line-height: 29px;
	font-weight: normal;
	text-align: center;
	color: #231f20;
}

.pagination li:hover a {
	color: #fff;
	background-color: #0461a7;
}

.pagination li.active a {
	min-width: 31px;
	min-height: 29px;
	margin-right: 4px;
	color: #fff;
	background-color: #0461a7;
}

.main {
	vertical-align: top;
}

.main > td {
	padding-top: 34px;
}

.main-left {
	width: 492px;
	vertical-align: top;
}

.main-right {
	width: 410px;
	vertical-align: top;
}

.main-news {
	width: 100%;
}

.main-type {
	padding-left: 45px;
}

.main-content {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.links-block {
	position: relative;
	margin-left: 90px;
	border-left: 1px solid #c0c2c2;
}

.links-block:not(:first-child) {
	padding-top: 25px;
}

.links-block-all {
	position: absolute;
	display: block;
	content: "";
	height: 35px;
	width: 35px;
	bottom: -18px;
	left: -18px;
	background-color: #f1fbfe;
	border: 3px solid #0461a7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .2s ease;
	z-index: 1;
}

.links-block-all:after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	bottom: 10px;
	left: 10px;
	background-color: #f1fbfe;
	border-left: 2px solid #0461a7;
	border-bottom: 2px solid #0461a7;
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(10deg);
	z-index: 1;
}

.links-block:hover .links-block-all {
	background-color: #0461a7;
}

.links-block:hover .links-block-all:after {
	background-color: transparent;
	border-color: #fff;
}

.links-block h2 {
	padding-left: 40px;
	margin-bottom: 18px;
}

.links-block__item {
	position: relative;
	margin-left: 40px;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c0c2c2;
}

.links-block__item:last-child {
	padding-bottom: 34px;
	border-bottom: 2px solid #14181c;
}

.links-block__item:after {
	display: table;
	content: "";
	clear: left;
}

.links-block h3 {
	margin-bottom: 10px;
}

.links-block h3:before {
	position: absolute;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	top: 13px;
	left: -47px;
	background-color: #fff;
	border: 1px solid #c0c2c2;
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .2s ease;
}

.links-block h3:hover:before {
	background-color: #0461a7;
	border-color: #0461a7;
}

.links-block .date {
	position: absolute;
	left: -95px;
	top: 13px;
	text-align: right;
	color: #9b9f9f;
	font-family: Arial;
}

.links-block .date .day {
	font-size: 16px;
	line-height: 1em;
}

.links-block .date .year {
	font-size: 12px;
}

.links-block .new-img {
	float: left;
	margin-right: 24px;
}

.links-block__img {
	padding-top: 8px;
	margin-bottom: 15px;
}

.links-block.imaged h2 {
	padding-top: 3px;
/*	font-family: 'Open Sans', sans-serif;
	font-weight: 600;*/
}

.links-block.imaged .links-block__item {
	padding-bottom: 10px;
}

.links-block.imaged .links-block__item:last-child {
	padding-bottom: 22px;
	margin-bottom: 12px;
}

.links-block.updated h2,
.links-block.smi h2 {
	margin-bottom: 20px;
}

.links-block.updated .links-block__item,
.links-block.smi .links-block__item {
	padding-top: 8px;
}

.links-block.updated h3,
.links-block.smi h3 {
	margin-bottom: 0;
}

.links-block.smi {
	padding-top: 30px;
}

.links-block.smi .links-block__item {
	padding-top: 8px;
}

.links-block.colored h2 {
	color: #c02080;
}

.links-block.colored h3:hover {
	color: #c02080;
}

.links-block.colored h3:hover:before {
	background-color: #c02080;
	border-color: #c02080;
}

.links-block.colored .links-block-all {
	background-color: #f1fbfe;
	border: 3px solid #c02080;
}

.links-block.colored .links-block-all:after {
	border-left: 2px solid #c02080;
	border-bottom: 2px solid #c02080;
}

.links-block.colored:hover .links-block-all {
	background-color: #c02080;
}

.links-block.colored:hover .links-block-all:after {
	background-color: transparent;
	border-color: #fff;
}

.links-block.for-menu {
	padding-top: 28px;
	padding-left: 35px;
}

.links-block.for-menu:after,
.links-block.for-menu:before {
	display: none;
}

.links-block.for-menu .menu {
	border: 8px solid #d4e5ec;
	background-color: #fff;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.links-block.for-menu .menu__item {
	position: relative;
	padding-top: 20px;
	margin-left: 40px;
	padding-bottom: 25px;
	padding-right: 25px;
	border-bottom: 2px solid #e6e7e8;
	cursor: pointer;
}

.links-block.for-menu .menu__item:last-child {
	border: none;
}

.links-block.for-menu .menu__item:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 315px;
	left: -84px;
	top: 0;
	background-color: #c02080;
	display: none;
	z-index: 0;
	cursor: pointer;
}

.links-block.for-menu .menu__item a {
	position: relative;
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	z-index: 1;
}

.links-block.for-menu .menu__item:after {
	position: relative;
	display: block;
	content: "";
	width: 18px;
	height: 12px;
	left: 0;
	background: url(../img/icon-more.png) no-repeat;
}

.links-block.for-menu .menu__item img {
	position: absolute;
	content: "";
	display: none;
	left: -75px;
}

.links-block.for-menu .menu__item:hover {
	border-color: #f1fbfe;
	min-height: 112px;
}

.links-block.for-menu .menu__item:hover:before {
	display: block;
}

.links-block.for-menu .menu__item:hover img {
	display: block;
}

.links-block.for-menu .menu__item:hover a {
	color: #fff;
}

.links-block.for-menu .menu__item:hover:after {
	position: absolute;
	display: block;
	content: "";
	width: 65px;
	height: 2px;
	left: 0;
	bottom: 25px;
	background: #e65eb0;
}

.news-wrapper .links-block:before,
.news-wrapper .links-block:after {
	display: none;
}

.news-wrapper .links-block h2 {
	padding-top: 8px;
}

.news-wrapper .links-block h3 {
	margin-bottom: 12px;
}

.news-wrapper .links-block p {
	line-height: 19px;
}

.news-wrapper .links-block__item:last-child {
	border-bottom: none;
}

.news-wrapper .links-block__item .new-img {
	padding-top: 3px;
	margin-right: 22px;
}

.print-link {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0px;
	padding: 12px 10px;
	background-color: #d4e5ec;
}

.print-link i {
	display: block;
	width: 20px;
	height: 16px;
}

.nav {
	width: 250px;
	padding-top: 2px;
	vertical-align: top;
}

.nav__container {
	background-color: #fff;
	padding-top: 19px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.nav__container > div:last-child .link:before {
	display: none;
}

.nav__submenu {
	position: absolute;
	display: block;
	right: -302px;
	top: 0;
	width: 302px;
	z-index: 2;
	display: none;
}

.nav__submenu a {
	display: block;
	padding: 14px 15px;
	padding-left: 23px;
	font-size: 16px;
	line-height: 18px;
	background-color: #a2e1fd;
	border-bottom: 1px solid #66c7f1;
}

.nav__submenu a:hover {
	background-color: #66c7f1;
}

.nav__block {
	position: relative;
}

.nav__block:after {
	position: absolute;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	right: 0;
	top: 50%;
	border: none;
	border-right: 1px solid #c0c2c2;
	border-bottom: 1px solid #c0c2c2;
	-webkit-transform: rotate(-45deg) translateY(-10px);
	-ms-transform: rotate(-45deg) translateY(-10px);
	transform: rotate(-45deg) translateY(-10px);
	transition: all .2s ease;
}

.nav__block:hover:after {
	border-color: transparent;
	background-color: #0461a7;
}

.nav__block:hover .nav__submenu {
	display: block;
}

.nav .link {
	display: block;
	position: relative;
	padding: 14px 0;
	padding-right: 20px;
	font-size: 16px;
	line-height: 20px;
	transition: all .2s ease;
}

.nav .link:hover {
	color: #0461a7;
}

.nav .link:before {
	position: absolute;
	display: block;
	content: "";
	width: 46px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #c0c2c2;
}

.nav .link--virtual {
	padding: 18px 0 18px 105px;
	font-size: 21px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	background: #c02080 url(../img/icon-comp.png) no-repeat 31px 20px;
}

.nav .link--virtual:before {
	display: none;
}

.nav .link--virtual:hover {
	color: #fff;
	background-color: #0461a7;
}

.nav .contacts {
	font-size: 15px;
	color: #fff;
}

.nav .contacts-wrap {
	background-color: #0461a7;
	padding: 30px;
	padding-right: 10px;
	padding-bottom: 37px;
}

.nav .contacts .address {
	margin-bottom: 10px;
	line-height: 18px;
}

.nav .contacts .title {
	margin-bottom: 25px;
	font-family: "OfficinaSerifBold";
	font-size: 24px;
	color: #fff;
	text-transform: none;
}

.nav .contacts .phone {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 15px;
	color: #fff;
}

.nav .contacts span {
	color: #66c7f1;
	line-height: 1.2em;
}

.nav .contacts .hours {
	line-height: 1.2em;
}

.breadcrumbs {
	padding: 0px 0 30px;
	padding-left: 40px;
	font-family: "PTSansRegular";
	font-size: 14px;
}

.breadcrumbs span {
	color: #231f20;
	font-size: 13px;
	position: relative;
	/*display: inline-block;*/
}

.breadcrumbs a {
	position: relative;
	/*display: inline-block;*/
	font-size: 13px;
	color: #c02080;
	text-decoration: none;
	padding-right: 5px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs i {
	color: #231f20;
}

.main-type .breadcrumbs {
	padding-left: 0;
}

.contacts {
	font-family: "PTSansRegular";
	color: #000;
	font-weight: normal;
}

.contacts .title {
	font-size: 14px;
	font-family: "PTSansRegular";
	text-transform: uppercase;
}

.contacts .address {
	font-size: 14px;
}

.contacts .phone {
	display: block;
	font-size: 22px;
	font-family: "PTSansRegular";
	color: #000;
}

.contacts .email {
	display: block;
	font-size: 14px;
	color: #66c7f1;
}

.links__title {
	position: relative;
	padding: 16px 0 18px 78px;
	background-color: #0461a7;
}

.links__title h2 {
	font-family: "PTSansRegular";
	color: #fff;
}

.links__title .icon {
	position: absolute;
	left: 23px;
	top: 15px;
}

.links__slider {
	padding-top: 61px;
	padding-bottom: 65px;
	border-top: 2px solid #14181c;
	border-bottom: 2px solid #14181c;
}

.links__slider .owl-stage {
	padding-top: 30px;
}

.links__slider .owl-item {
	position: relative;
	min-height: 200px;
	margin: 0;
}

.links__slider #owl-links {
	width: 1100px;
	margin: 0 auto;
}

.links__slider #owl-links .owl-prev,
.links__slider #owl-links .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 100px;
	font-size: 0;
}

.links__slider #owl-links .owl-prev:before,
.links__slider #owl-links .owl-next:before {
	position: absolute;
	display: block;
	content: "";
	height: 34px;
	width: 34px;
	bottom: -13px;
	left: -14px;
	background-color: #c02080;
	border: 3px solid #c02080;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s ease;
}

.links__slider #owl-links .owl-prev:after,
.links__slider #owl-links .owl-next:after {
	position: absolute;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	bottom: -2px;
	left: -4px;
	background-color: #c02080;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s ease;
}

.links__slider #owl-links .owl-prev {
	left: 0;
}

.links__slider #owl-links .owl-prev:hover:before {
	background-color: #f1fbfe;
}

.links__slider #owl-links .owl-prev:hover:after {
	background-color: #f1fbfe;
	border-color: #c02080;
}

.links__slider #owl-links .owl-next {
	right: -31px;
}

.links__slider #owl-links .owl-next:after {
	-ms-transform: rotate(225deg);
	-sand-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.links__slider #owl-links .owl-next:hover:before {
	background-color: #f1fbfe;
}

.links__slider #owl-links .owl-next:hover:after {
	background-color: #f1fbfe;
	border-color: #c02080;
}

.links__slider .item {
	position: relative;
	position: absolute;
	width: 240px;
	height: 100%;
	font-family: "PTSansRegular";
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
}

.links__slider .item a {
	position: absolute;
	display: table-cell;
	height: 100%;
	width: 100%;
	display: block;
	padding: 70px 0 40px 0;
	border: 4px solid #686868;
	vertical-align: middle;
}

.links__slider .item a:hover {
	border: 4px solid #c02080;
}

.links__slider .item__img {
	position: absolute;
	top: -27px;
	left: 0;
	width: 100%;
	text-align: center;
}

.links__slider .item__img-wrap {
	display: inline-block;
	width: 105px;
	padding: 0 20px;
	background-color: #f1fbfe;
}

.links__slider .item .link {
	display: block;
	padding-top: 10px;
	font-family: "PTSansRegular";
	line-height: 20px;
	color: #c02080;
	text-transform: uppercase;
}

.links__slider .item .title {
	font-size: 15px;
}

.dp {
	float: right;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
	min-height: 254px;
	background-color: #f1fbfe;
	z-index: 3;
}

.dp .datepick-nav {
	display: none;
}

.dp .datepick-month {
	padding-top: 3px;
	width: 220px;
}

.dp .datepick-month-header {
	position: absolute;
	bottom: 10px;
	width: 220px;
	background-color: transparent;
	font-family: "PTSansRegular";
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #231f20;
	text-align: left;
}

.dp .datepick-month-header .jq-selectbox {
	width: 96px;
}

.dp .datepick-month-header .jq-selectbox:first-child {
	position: absolute !important;
	right: 0px;
	width: 118px;
}

.dp .datepick-month-header .jq-selectbox__select {
	padding: 0 5px;
	height: 22px;
	padding-right: 25px;
	background-color: #fff;
	border: 1px solid #66c7f1;
	text-transform: lowercase;
	cursor: pointer;
}

.dp .datepick-month-header .jq-selectbox__trigger {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 21px;
	background: #66c7f1 url(../img/icon-arrow.png) no-repeat center;
}

.dp .datepick-month-header .jq-selectbox__dropdown {
	width: 100%;
	background-color: #fff;
	border: 1px solid #b5bfc1;
	cursor: pointer;
}

.dp .datepick-month-header .jq-selectbox__dropdown li {
	padding: 0 5px;
}

.dp .datepick-month-year {
	font-family: 'plumbcondensedregular';
}

.dp .datepick {
	background-color: transparent;
	border: none;
}

.dp .datepick-month {
	border: none;
}

.dp .datepick-month th {
	background-color: transparent;
	border: none;
}

.dp .datepick-month th span {
	width: 31px;
	height: 27px;
	line-height: 27px;
	font-size: 9px;
	color: #66c7f1;
	text-transform: uppercase;
}

.dp .datepick-month th span.datepick-dow-6,
.dp .datepick-month th span.datepick-dow-0 {
	color: #c02080;
}

.dp .datepick-month td {
	background-color: transparent;
	border: none;
	text-align: center;
	padding: 4px 0 0;
}

.dp .datepick-month td a {
	width: 28px;
	height: 27px;
	padding-right: 2px;
	font-size: 14px;
	line-height: 23px;
	color: #231f20;
	background-color: transparent;
}

.dp .datepick-month td a.datepick-weekend {
	color: #c02080;
}

.dp .datepick-month td a:hover {
	background-color: #66c7f1;
	color: #fff;
}

.dp .datepick-month td a.datepick-selected {
	background-color: #66c7f1;
	color: #fff;
}

.dp .datepick-month td a.datepick-today {
	border: 1px solid #66c7f1;
	background-color: #fff;
	color: #231f20;
}

.dp .datepick-month td span.datepick-other-month {
	background-color: transparent;
	color: #b5bfc1;
}

.yearNum,
.monthNum {
	display: none;
}

/**************form*********************/

textarea {
	o-verflow: hidden;
}

.main-forma {
	padding-left: 45px;
}

.forma {
	position: relative;
	margin-bottom: 97px;
	padding: 0 0 1060px 27px;
	z-index: 1;
}

.forma h2 {
	padding: 6px 0 14px;
}

.forma form {
	width: 753px;
}

.forma form > div {
	position: relative;
}

.forma .form-desc {
	color: #231f20;
	padding: 0 0 22px;
}

.forma .form-container {
	padding: 22px 0 0 35px;
}

.forma .form-input,
.forma .form-textarea {
	width: 100%;
	padding: 10px 15px 6px;
	color: #000;
	margin: 0 0 12px;
	border: 2px solid #dae9f0;
	outline: none;
}

.forma .form-textarea {
	padding-top: 12px;
	height: 185px;
	margin-bottom: 14px;
	resize: none;
}

.forma .forma ::-webkit-input-placeholder {
	color: #9fa5aa;
}

.forma .forma ::-moz-placeholder {
	color: #9fa5aa;
}

.forma .forma :-ms-input-placeholder {
	color: #9fa5aa;
}

.forma .forma input:-moz-placeholder {
	color: #9fa5aa;
}

.forma .form-warning {
	float: right;
	font-size: 15px;
	color: #0461a7;
}

.forma .form-submit {
	color: #fff;
	width: 136px;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	margin-top: 5px;
	background: #66c7f1 url(../img/icon-send.png) no-repeat 20px 50%;
	border: none;
	cursor: pointer;
	padding-left: 19px;
}

.forma .form-submit:hover {
	background-color: #0461a7;
}

.forma .error {
	border-color: #c02080;
	border-width: 2px;
}

.forma .error__text {
	position: absolute;
	display: none;
	top: 10px;
	left: 15px;
	height: 22px;
	background-color: #fff;
	color: #c02080;
	z-index: 2;
}

.forma input[type=text].active,
.forma textarea.active {
	border: 1px solid #00a6ca;
}

.page-footer .footer td {
	padding-top: 27px;
	padding-bottom: 50px;
	vertical-align: top;
}

.page-footer .footer__menu {
	padding-left: 80px;
}

.page-footer .footer__menu-link {
	display: block;
	padding-bottom: 14px;
	color: #66c7f1;
	line-height: 1em;
}

.page-footer .footer__menu-link:hover {
	text-decoration: underline;
}

.page-footer .footer .logo {
	margin-bottom: 48px;
}

.page-footer .footer .logo__link {
	display: block;
}

.page-footer .footer .logo__img {
	position: relative;
	top: -9px;
	width: 50px;
}

.page-footer .footer .logo__text {
	padding-left: 8px;
	font-family: "OfficinaSerifBold";
	font-size: 17.99px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: .01em;
}

.page-footer .footer .contacts {
	padding-top: 5px;
	margin-bottom: 32px;
	font-family: Arial;
	text-align: right;
}

.page-footer .footer .contacts .address {
	position: relative;
	right: -3px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.page-footer .footer .contacts .phone {
	display: inline-block;
	margin-bottom: 12px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
}

.page-footer .footer .contacts .schema {
	text-decoration: underline;
}

.page-footer .footer .contacts .schema:hover {
	text-decoration: none;
}

.page-footer .footer .counters {
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: #8e9193;
}

.page-footer .footer .counters img {
	display: inline-block;
	margin-right: 24px;
	vertical-align: top;
}

.page-footer .footer .counters span {
	display: inline-block;
	line-height: 16px;
}

.copyright {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #8e9193;
}

.content-page .structura ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-page .structura ul li {
	margin: 0;
	padding: 0;
}
 
.structura{
	width: 851px;
	height: 935px;
	margin: 0 auto;
	background-image: url(../img/structura8.gif);
	background-repeat: no-repeat;
	background-position: top;
}


.structura a:hover{
	-webkit-box-shadow: 4px 4px 1px 0px rgba(142, 144, 145, 0.75);
	-moz-box-shadow:    4px 4px 1px 0px rgba(142, 144, 145, 0.75);
	box-shadow:         4px 4px 1px 0px rgba(142, 144, 145, 0.75);
	
}
.content-page .structura a{
	display: block;
	width: 240px;
	height: auto;
	background-color: #d3d6d8;
	text-align: center;
	font:12px Arial,sans-serif;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
		padding-top: 22px;
	padding-bottom: 22px;
	text-transform: none;
	margin-left: 10px;
	margin-right: 10px;
}
.structura a.top{
	display: block;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	#padding-top: 20px;
	font: bold 12px Arial,sans-serif;
	width: 286px;
	#height: 55px;
	background-color: #2884b4;
	margin: 0 auto;
	#padding-bottom: 0;
}

.structura a.topli{
	display: block;
	width: 240px;
	height: auto;
	background-color: #47adce;
	text-align: center;
	font:bold 12px Arial,sans-serif;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 28px;
	padding-bottom: 28px;
	margin-top: 28px;
}

.structura a.topli1{
	pa-dding-top: 22px;
	pa-dding-bottom: 22px;
}

.structura a:hover{
	color: #24739b;
}

.structura a.top,a.topli:hover{
	color: #ffffff;
}

.content-page .structura ul{
	float: left;
}
.content-page .structura ul li{
	margin-bottom: 20px;
	background: none;
}

.content-page .structura .ul1{
	#margin-left: 23px;
}
.structura .ul1 .topli{
	ma-rgin-bottom: 60px;
}
.structura .ul1 li{
	mar-gin-bottom: 15px;
}


.content-page .structura .ul2{
	margin-left: 30px;
}
.structura .ul2 .topli{
	marg-in-bottom: 25px;
}
.structura .ul2 li{
	marg-in-bottom: 15px;
}

.content-page .structura .ul3{
	margin-left: 30px;
}
.structura .ul3 .topli{
	mar-gin-bottom: 25px;
}
.structura .ul3 li{
	marg-in-bottom: 5px;
}


.structura .ul4{
	margin-left: 20px;
}
.structura .ul4 .topli{
	margin-bottom: 25px;
}
.structura .ul4 li{
	margin-bottom: 5px;
}

.structura .ul5{
	margin-left: 20px;
}
.structura .ul5 .topli{
	margin-bottom: 25px;
	margin-left: 75px;
}
.structura .ul5 li{
	margin-bottom: 5px;
}

.structura .ul5_2{
	
	margin-left: 160px;
	margin-top: -306px;
}
.structura .ul5_2 .topli{
	margin-bottom: 25px;
	margin-left: 75px;
}
.structura .ul5_2 li{
	margin-bottom: 5px;
}

.content-page ul, ul.submenu {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content-page ul>li, ul.submenu>li {
	background: url(../img/bul.gif) no-repeat 0px 7px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}
ul.submenu>li a {
	color:#18557c;
	text-decoration:none;
	font-size: 15px;
}

.content-page ol {
	padding-top: 10px;
	padding-left: 30px;
}
.content-page ol>li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.content-page a {
	text-decoration: underline;
	color: #c02080;
}

.content-page .links-block {
	margin-left: 53px;
}
.content-page .links-block h3 {
	font-size: 19px;	
	padding: 0px;
}
.content-page .links-block a {
	color: #231f20;
	text-decoration: none;
}

textarea.bxeditor-textarea {
	line-height: normal;
}


.form-table input {
	padding: 3px 5px 3px 5px;
}
.form-table .inputtext, .form-table .inputtextarea, .form-table .inputselect {
	width: 100%;
}



#fb {
	background: url(../img/fb.gif) no-repeat right;
	display: block;
	width: 20px;
	height: 19px;
	position: absolute;
	bottom: 15px;
	right: 31px;
}
#fb:hover {
	background: url(../img/fb_.gif) no-repeat right;
}

#in {
	background: url(../img/in.gif) no-repeat right;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 14px;
	right: 0px;
}
#in:hover {
	background: url(../img/in_.gif) no-repeat right;
}



.main-right .link {
	display: block;
	position: relative;
	padding: 14px 0;
	padding-right: 125px;
	font-size: 16px;
	line-height: 20px;
	transition: all .2s ease;
}

.main-right .link--virtual {
	padding: 18px 0 18px 105px;
	font-size: 21px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	background: #c02080 url(../img/icon-comp.png) no-repeat 31px 20px;
margin-left: 125px;
margin-top: 30px;
}


.main-right .link--virtual:hover {
	color: #fff;
	background-color: #0461a7;
}
