/* font-family: "MyriadProRegular"; */

@font-face {
	font-family: 'Roboto-Bold';
	src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Thin';
	src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Thin.woff') format('woff'), url('fonts/Roboto-Thin.ttf') format('truetype'), url('fonts/Roboto-Thin.svg#Roboto-Thin') 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: 'Roboto-Regular';
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #231f20;
	background-color: #e7f6fe;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-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: inherit;
	font-weight: normal;
	line-height: 1;
	color: #007bc5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 20px;
}

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 {
	width: 100%;
	margin-bottom: 16px;
}

.tbl-content th,
.tbl-content td {
	padding: 21px 0 20px;
	background-color: #fff;
	border: 1px solid #bfd4e0;
	text-align: center;
}

.tbl-content td:last-child {
	width: 285px;
}

.tbl-content td:nth-child(2) {
	padding-right: 10px;
}

.tbl-content th {
	padding: 9px 14px;
	font-size: 15px;
	font-weight: normal;
	background-color: #bfeafb;
}

.tbl-gallery {
	margin-top: 39px;
	margin-bottom: 20px;
}

.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: #007bc5;
	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: #007bc5;
	transition: .3s;
}

.btn:hover {
	cursor: pointer;
}

.btn--promo {
	color: #007bc5;
	border: 2px solid #bfeafb;
}

.btn--promo:hover {
	background-color: #bfeafb;
}

.news {
	margin-bottom: 34px;
}

.new {
	margin-bottom: 32px;
}

.new__img {
	float: left;
	margin-top: 5px;
	width: 200px;
	height: 149px;
	overflow: hidden;
}

.new__block {
	padding-left: 238px;
	padding-right: 38px;
}

.new__date {
	font-size: 13px;
	color: #f21f3e;
}

.new__title {
	font-family: 'Roboto-Medium';
	line-height: 32px;
	padding: 5px 0;
}

.new__text {
	padding-right: 25px;
	line-height: 20px;
	text-align: justify;
}

.yearNum,
.monthNum {
	display: none;
}

.tabs {
	width: 100%;
	min-height: 460px;
}

.tabs ul,
.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.tabs,
.tabs input[type="radio"]:checked + label {
	position: relative;
}

.tabs li,
.tabs input[type="radio"] + label {
	display: inline-block;
}

.tabs li > div,
.tabs input[type="radio"] {
	position: absolute;
}

.tabs input[type="radio"] + label {
	border: solid 1px #ccc;
	border-bottom: none;
}

.tabs li > div {
	border-top: solid 1px #ccc;
}

.tabs {
	font-size: 12px;
	color: #404040;
	text-transform: uppercase;
}

.tabs li {
	vertical-align: top;
}

.tabs li > div {
	top: 33px;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background: #fff;
	box-sizing: border-box;
}

.tabs input[type="radio"] + label {
	margin: 0 2px 0 0;
	padding: 0 11px;
	line-height: 32px;
	background: #4e3e6d;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tabs input[type="radio"]:checked + label {
	z-index: 1;
	color: #000;
	background: #fff;
	border-bottom-color: #fff;
	cursor: default;
}

.tabs input[type="radio"] {
	opacity: 0;
}

.tabs input[type="radio"] ~ div {
	display: none;
}

.tabs input[type="radio"]:checked:not(:disabled) ~ div {
	display: block;
}

.tabs input[type="radio"]:disabled + label {
	opacity: .5;
	cursor: no-drop;
}

.pagination {
	width: 100%;
	padding: 15px 0 13px;
	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: #007bc5;
}

.pagination li.active a {
	min-width: 31px;
	min-height: 29px;
	margin-right: 4px;
	color: #fff;
	background-color: #007bc5;
}

.header > td {
	padding-top: 38px;
	background-color: #007bc5;
}

.header__color {
	display: block;
	background-color: #007bc5;
	margin-bottom: 224px;
}

.header-top td {
	background-color: #e7f6fe;
}

.header-top__block td {
	width: 50%;
	padding: 25px 0 18px;
}

.header-top__block td.contact {
	padding-top: 21px;
}

.header-top__block .contact p {
	position: relative;
	right: -3px;
}

.header__menu {
	margin-bottom: 13px;
	border-bottom: 2px solid #f21f3e;
}

.header__menu li {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}

.header__menu-link {
	display: block;
	position: relative;
	padding: 16px 1px 18px;
	color: #fff;
}

.header__menu-link span {
	position: absolute;
	left: 0px;
	font-family: 'Roboto-Regular';
	opacity: 1;
}

.header__menu-link span.hover {
	position: relative;
	left: -1px;
	opacity: 0;
	font-family: 'Roboto-Bold';
}

.header__menu-link:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #fff;
	opacity: 0;
}

.header__menu-link:hover span {
	opacity: 0;
}

.header__menu-link:hover span.hover {
	opacity: 1;
}

.header__menu-link:hover:after {
	opacity: 1;
}

.header__menu-link.active span {
	font-family: 'Roboto-Bold';
}

.header__menu-link.active:after {
	opacity: 1;
}

.header__slider {
	position: relative;
}

.header__slider td {
	text-align: right;
}

.header__pics {
	position: relative;
	top: 2px;
	display: inline-block;
	border: none;
	z-index: 2;
}

.header__pics td {
	background-color: #007bc5;
}

.header__pics td .img-wrap {
	height: 121px;
	width: 128px;
	border-left: 6px solid #007bc5;
	border-top: 6px solid #007bc5;
	overflow: hidden;
}

.header__pics td img {
	width: 100%;
	min-height: 100%;
}

.header__pics .td-under {
	height: 186px;
	background-color: #f21f3e;
}

.header__pic-list {
	position: relative;
	margin-top: 8px;
	border: none;
	z-index: 2;
	border-bottom: 40px solid #007bc5;
}

.header__pic-list > td {
	background-color: #007bc5;
}

.header__pic-list .img-wrap {
	width: 193px;
	border-right: 10px solid #007bc5;
	overflow: hidden;
}

.header__pic-list img {
	min-width: 100%;
	height: 100%;
}

.header__pic-list .img-link {
	width: 183px;
	height: 174px;
	padding: 0 40px;
	background-color: #144981;
	text-align: center;
	cursor: pointer;
}

.header__pic-list .img-link a {
	color: #bfeafb;
	line-height: 20px;
}

.header__pic-list .img-link:hover {
	background-color: #f21f3e;
}

.header__pic-list .img-link:hover a {
	color: #fff;
}

.logo__img {
	display: inline-block;
	vertical-align: top;
}

.logo__text {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-family: 'Roboto-Medium';
	font-size: 17.37px;
	line-height: 24.45px;
	color: #231f20;
	vertical-align: top;
	text-transform: uppercase;
}

.contact {
	text-align: right;
	line-height: 21px;
}

.contact a {
	color: #007bc5;
}

.flexslider {
	width: 767px;
	margin: 0;
	border: none;
}

.flexslider-wrap {
	position: absolute;
	top: 8px;
	width: 100%;
	background-color: #f21f3e;
	z-index: 1;
}

.flexslider .slides img {
	height: 430px !important;
}

.flexslider .item__block {
	position: absolute;
	right: -384px;
	top: 236px;
	width: 100%;
	padding: 32px 30px 42px;
	background-color: #fff;
	text-align: left;
	z-index: 3;
}

.flexslider .item__block h2 {
	font-family: 'Roboto-Medium';
}

.flexslider .item__block .item__text {
	position: relative;
	padding-left: 82px;
}

.flexslider .item__block .item__text p {
	padding-top: 20px;
	line-height: 1.35em;
}

.flexslider .item__block .item__text .icon-wrap {
	position: absolute;
	left: 0;
	top: 20px;
	width: 66px;
	height: 66px;
	border-color: #f21f3e;
}

.flexslider .flex-control-nav {
	bottom: 10px;
	padding-left: 17px;
	z-index: 2;
	text-align: left;
}

.flexslider .flex-control-nav li {
	margin: 0 3px;
}

.flexslider .flex-control-nav li a {
	background-color: #fff;
}

.flexslider .flex-control-nav li a.flex-active {
	background-color: #f21f3e;
}

.flexslider .flex-direction-nav {
	display: none;
}

.main {
	height: 100px;
}

.content {
	position: relative;
	margin-bottom: 32px;
}

.content__title {
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Roboto-Medium';
}

.content h2 {
	margin-bottom: 15px;
}

.content h3 {
	padding-top: 10px;
	margin-bottom: 15px;
}

.content p {
	padding-top: 11px;
	margin-bottom: 12px;
	text-align: justify;
	line-height: 1.4em;
	letter-spacing: .003px;
}

.content p span {
	font-family: 'Roboto-Bold';
	color: #007bc5;
}

.content ul {
	padding-top: 10px;
	margin-bottom: 10px;
}

.content ul li {
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}

.content ul li:before {
	position: absolute;
	display: block;
	left: 3px;
	content: '';
	width: 4px;
	height: 5px;
	top: 40%;
	background-color: #007bc5;
	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: #007bc5;
}

.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: #007bc5;
	line-height: 1.2em;
}

.print-link {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 0;
	top: 32px;
	padding: 12px 10px;
	background-color: #d4e5ec;
}

.print-link i {
	display: block;
	width: 20px;
	height: 16px;
}

.promo {
	margin-bottom: 32px;
}

.promo-about,
.promo-news,
.promo-afisha {
	position: relative;
	width: 383px;
}

.promo-about .icon,
.promo-news .icon,
.promo-afisha .icon {
	position: absolute;
	left: 23px;
	top: 15px;
}

.promo-about.promo__title,
.promo-news.promo__title,
.promo-afisha.promo__title {
	padding: 18px 0 16px 72px;
	background-repeat: no-repeat;
	background-position: 23px 15px;
}

.promo-about.promo__title h2,
.promo-news.promo__title h2,
.promo-afisha.promo__title h2 {
	display: inline-block;
	font-family: 'Roboto-Medium';
}

.promo-about.promo__action,
.promo-news.promo__action,
.promo-afisha.promo__action {
	padding: 23px 23px 28px;
}

.promo-about.promo__action .title,
.promo-news.promo__action .title,
.promo-afisha.promo__action .title {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.promo-about.promo__action .date,
.promo-news.promo__action .date,
.promo-afisha.promo__action .date {
	font-family: 'Roboto-Light';
	font-size: 14px;
	line-height: 22px;
	color: #bfeafb;
}

.promo-about.promo__action .icon-wrap,
.promo-news.promo__action .icon-wrap,
.promo-afisha.promo__action .icon-wrap {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 23px;
	left: 23px;
	border: 1px solid #007bc5;
	border-radius: 50%;
}

.promo-about.promo__action .icon-wrap i,
.promo-news.promo__action .icon-wrap i,
.promo-afisha.promo__action .icon-wrap i {
	position: absolute;
	left: 22%;
	top: 22%;
}

.promo-about {
	background-color: #fff;
}

.promo-about.promo__title {
	background-color: #bfeafb;
}

.promo-about .promo__inner {
	padding: 18px 22px 0;
}

.promo-about .promo__inner p {
	line-height: 1.4em;
}

.promo-about .promo__text {
	padding-top: 10px;
	margin-bottom: 5px;
}

.promo-news {
	width: 384px;
	background-color: #fff;
}

.promo-news.promo__title {
	background-color: #007bc5;
	color: #fff;
}

.promo-news.promo__title h2 {
	color: #fff;
}

.promo-news.promo__action {
	padding-left: 108px;
	background-color: #007bc5;
}

.promo-news.promo__action .icon-wrap {
	border: 1px solid #144981;
}

.promo-news .promo__inner {
	padding: 39px 22px;
	font-size: 0;
}

.promo-afisha {
	background-color: #fff;
}

.promo-afisha.promo__title {
	background-color: #144981;
	color: #fff;
}

.promo-afisha.promo__title h2 {
	color: #fff;
}

.promo-afisha.promo__action {
	padding-left: 108px;
	background-color: #144981;
}

.promo-afisha .promo__inner {
	padding: 39px 22px;
	font-size: 0;
}

.breadcrumbs {
	padding: 30px 0;
	font-family: 'Roboto-Regular';
	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: #f21f3e;
	text-decoration: none;
	padding-right: 5px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs i {
	color: #231f20;
}

.contacts {
	font-family: 'Roboto-Regular';
	color: #fff;
	font-weight: normal;
}

.contacts .title {
	font-size: 14px;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}

.contacts .address {
	font-size: 14px;
}

.contacts .phone {
	display: block;
	font-size: 22px;
	font-family: 'Roboto-Bold';
	color: #fff;
}

.contacts .email {
	display: block;
	font-size: 14px;
	color: #bfeafb;
}

.map {
	margin-bottom: 31px;
}

.map__contact {
	width: 383px;
	padding-left: 10px;
	background-color: #144981;
	text-align: center;
}

.map__contact .icon-wrap {
	margin-bottom: 22px;
}

.map__contact .title {
	margin-bottom: 10px;
}

.map__contact .address {
	margin-bottom: 13px;
	line-height: 1.35em;
}
.map__contact .address a {
	color: #ffffff;
}

.map__contact .phone {
	margin-bottom: 5px;
}

.map__contact .email {
	padding-top: 10px;
}

.map__pin {
	height: 368px;
}

.map__pin #map {
	width: 100%;
	height: 100%;
}

.icon-wrap {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	border: 1px solid #007bc5;
	border-radius: 50%;
}

.icon-wrap i {
	position: absolute;
	left: 22%;
	top: 22%;
}

.links {
	margin-bottom: 31px;
}

.links__title {
	position: relative;
	padding: 16px 0 18px 78px;
	background-color: #007bc5;
}

.links__title h2 {
	font-family: 'Roboto-Medium';
	color: #fff;
}

.links__title .icon {
	position: absolute;
	left: 23px;
	top: 15px;
}

.links__slider {
	background-color: #fff;
}

.links__slider .owl-item:not(:nth-child(3)):not(:nth-child(2)):not(:nth-child(1)) {
	position: relative;
	left: 6px;
}

.links__slider #owl-links {
	width: 1005px;
	margin: 0 72px;
}

.links__slider #owl-links .owl-prev,
.links__slider #owl-links .owl-next {
	position: absolute;
	width: 72px;
	height: 100%;
	top: 0;
	font-size: 0;
	background: url('../img/icon-prev.png') no-repeat center 45%;
}

.links__slider #owl-links .owl-prev {
	left: -72px;
}

.links__slider #owl-links .owl-prev:hover {
	background-image: url('../img/icon-prev-h.png');
}

.links__slider #owl-links .owl-next {
	right: -72px;
	background-image: url('../img/icon-next.png');
}

.links__slider #owl-links .owl-next:hover {
	background-image: url('../img/icon-next-h.png');
}

.links__slider .item {
	position: relative;
	width: 190px;
	padding: 40px 0;
	padding-left: 5px;
	margin: 0;
	margin-right: 10px;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	color: #333745;
	font-weight: normal;
	line-height: 18px;
	cursor: pointer;
}

.links__slider .item:after {
	position: absolute;
	display: none;
	content: "";
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
	background-color: #f21f3e;
}

.links__slider .item:hover a .title {
	color: #007bc5 !important;
}

.links__slider .item:hover:after {
	display: block;
}

.links__slider .item .title {
	color: #333745;
}

.links__slider .item .link {
	display: block;
	padding-top: 10px;
	font-family: 'Roboto-Bold';
	line-height: 20px;
	color: #007bc5;
	text-transform: uppercase;
}

.dp {
	float: right;
	position: relative;
	top: -5px;
	padding-left: 50px;
	margin-bottom: 150px;
}

.dp .datepick-nav {
	display: none;
}

.dp .datepick-month {
	width: 220px;
}

.dp .datepick-month-header {
	position: absolute;
	bottom: -38px;
	width: 220px;
	background-color: transparent;
	font-family: 'Roboto-Regular';
	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 #007bc5;
	text-transform: lowercase;
	cursor: pointer;
}

.dp .datepick-month-header .jq-selectbox__trigger {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 21px;
	background: #007bc5 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 {
	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: #007bc5;
	text-transform: uppercase;
}

.dp .datepick-month th span.datepick-dow-6,
.dp .datepick-month th span.datepick-dow-0 {
	color: #f21f3e;
}

.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: #f21f3e;
}

.dp .datepick-month td a:hover {
	background-color: #007bc5;
	color: #fff;
}

.dp .datepick-month td a.datepick-selected {
	background-color: #007bc5;
	color: #fff;
}

.dp .datepick-month td a.datepick-today {
	border: 1px solid #007bc5;
	background-color: #fff;
	color: #231f20;
}

.dp .datepick-month td span.datepick-other-month {
	background-color: transparent;
	color: #b5bfc1;
}

/**************form*********************/

textarea {
	overflow: hidden;
}

.forma {
	margin-bottom: 97px;
	padding: 0 0 1060px 27px;
}

.forma h2 {
	font-family: 'Roboto-Medium';
	font-size: 30px;
	padding: 2px 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: 8px 15px 6px;
	color: #000;
	margin: 0 0 12px;
	border: 2px solid transparent;
	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: 16px;
	color: #007bc5;
}

.forma .form-submit {
	color: #fff;
	width: 164px;
	height: 49px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	margin-top: 5px;
	background: #007bc5 url(../img/icon-send.png) no-repeat 35px 50%;
	border: none;
	cursor: pointer;
	padding-left: 19px;
}

.forma .form-submit:hover {
	background-color: #144981;
}

.forma .error {
	border-color: #f21f3e;
	border-width: 2px;
	color: #f21f3e;
}

.forma .error__text {
	position: absolute;
	display: none;
	top: 10px;
	left: 15px;
	height: 22px;
	background-color: #fff;
	color: #f21f3e;
	z-index: 2;
}

.forma input[type=text].active,
.forma textarea.active {
	border: 1px solid #00a6ca;
}

.page-footer {
	background-color: #144981;
	color: #fff;
}

.page-footer .footer td {
	padding-top: 43px;
	padding-bottom: 50px;
	vertical-align: top;
}

.page-footer .footer__menu {
	padding-left: 80px;
}

.page-footer .footer__menu-link {
	display: block;
	padding-bottom: 14px;
	color: #bfeafb;
	line-height: 1em;
}

.page-footer .footer__menu-link:hover {
	text-decoration: underline;
}

.page-footer .footer .logo {
	margin-bottom: 23px;
}

.page-footer .footer .logo__link {
	display: block;
}

.page-footer .footer .logo__img {
	width: 45px;
}

.page-footer .footer .logo__text {
	top: -3px;
	padding-left: 15px;
	font-family: 'Roboto-Medium';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	letter-spacing: .015em;
}

.page-footer .footer .contacts {
	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: 38px;
}

.page-footer .footer .counters {
	text-align: right;
}

.page-footer .footer .counters img {
	display: inline-block;
	margin-left: 7px;
}

.copyright {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}
.copyright a {
	color: #ffffff;
}

.fancybox-prev {
  left: -150px;
}

.fancybox-prev span{
  background: url('../images/fancy_arrow.png') no-repeat !important;
  width: 38px !important;
  height: 64px !important;
  margin-top: -32px !important;
  background-position: 0 0;
}

.fancybox-next {
  right: -150px;
}

.fancybox-next span{
  background: url('../images/fancy_arrow.png') no-repeat !important;
  width: 38px !important;
  height: 64px !important;
  margin-top: -32px !important;
  background-position: 100% 0 !important;
 
}
.fancybox-close{
  background: url('../images/fancy_close.png') no-repeat 1100px 0px !important;
  width: 26px !important;
  width: 1150px !important;
  height: 26px !important;
  /*height: 100vh !important;*/
  position: absolute;
  top: -30px !important;
  /*right: -30px !important;*/
    left: 50%;
    transform: translateX(-50%);
}
.fancybox-overlay{
  background: url('../images/fancy_bg.png') repeat;
}






.cookie-notification {
            position: fixed;
            background-color: rgba(0, 0, 0, .8);
            bottom: 0;
            width: 100%;
            color: white;
            padding: 25px;
		z-index: 1000;
        }
        .cookie-notification_hidden_yes {
            display: none;
        }
        .cookie-notification__header {
            margin-bottom: 20px;
            font-size: 23px;
        }
        .cookie-notification__body p{
            margin-bottom: 20px;
		color: #eee;
        }
        .cookie-notification__body a{
            color: #ffffff;
		text-decoration: underline;
        }

.cookie-notification__buttons {
	margin-top: 20px;
}
.cookie-notification__button {
width: 182px;
height: 45px;
font-size: 16px;
font-weight: 600;
background: #007bc5;
display: block;
text-align: center;
text-decoration: none;
line-height: 43px;
color: #fff;
-webkit-transition: all linear .2s;
transition: all linear .2s;
border: none;
cursor: pointer;
}
.cookie-notification__button:hover{
    background: #fff;
    color: #000;
}