
@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pts55f-web.woff') format('woff'),
			 url('../fonts/pts55f-web.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pts56f-web.woff') format('woff'),
			 url('../fonts/pts56f-web.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;

}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pts75f-web.woff') format('woff'),
			 url('../fonts/pts75f-web.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pts76f-web.woff') format('woff'),
			 url('../fonts/pts76f-web.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;

}

@font-face {
	font-family: "CyrillicOld";
	src: url("../fonts/CyrilicOld.eot");
	src: url("../fonts/CyrilicOld.eot?#iefix") format("embedded-opentype"),
		url("../fonts/CyrilicOld.ttf") format("truetype"), url("../fonts/CyrilicOld.woff") format("woff"),
		url("../fonts/CyrilicOld.woff2") format("woff2");
	font-style: normal;
	font-weight: normal;
}
body {
	background: transparent url(../img/body-bg.jpg) center top;
	font-family: "PT Sans", sans-serif;
}
h1 {
	font-family: "CyrillicOld";
	font-size: 30px;
	color: #225378;
	margin-top: 0;
}
a {
	color: #eb7f00;
	transition: color .2s, border-color .2s, background-color .2s;
}
a:hover,
a:focus {
	color: #225378;
}
.container,
.container-fluid {
	background: #fff none;
}
.container-fluid {
	max-width: 1170px;
	position: relative;
}

.header {
	min-height: 365px;
	color: #225378;
	position: relative;
}
#header-carousel {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 365px;
}
#header-carousel div.carousel-inner div.item {
	width: 100%;
	min-height: 365px;
}
/* #header-carousel div.carousel-inner div.item.pic1 {
	background:transparent url(../img/head-bg.jpg) top center no-repeat;
	background-size:cover;
}
#header-carousel div.carousel-inner div.item.pic2 {
	background:transparent url(../img/head-bg2.jpg) top center no-repeat;
	background-size:cover;
}*/
.sub-header {
	/*overflow:hidden;*/
	margin: 0 -20px;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
}
.sub-header-left-side,
.sub-header-right-side {
	background: rgba(135, 194, 196, 0.2);
	position: absolute;
	width: 20px;
	top: 0;
	bottom: 0;
}
.sub-header-left-triangle,
.sub-header-right-triangle {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid rgba(135, 194, 196, 0.7);
}
.sub-header-left-triangle {
	border-left: 20px solid transparent;
}
.sub-header-right-triangle {
	border-right: 20px solid transparent;
}
.sub-header-left-side {
	left: 0;
}
.sub-header-right-side {
	right: 0;
}
.logo,
.phones {
	padding: 20px 0;
}
.logo {
	padding-left: 50px;
}
.phones {
	text-align: right;
	padding-right: 50px;
}
a.logo-link {
	display: inline-block;
	width: 605px;
	height: 90px;
	background: url(../img/logo.png) 0 0 no-repeat;
}
@media (max-width: 640px) {
	a.logo-link {
		display: block;
		padding-bottom: 14.88%;
		width: auto;
		height: auto;
		background-size: contain;
	}
}
span.tel {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
}
@media (max-width: 991.98px) {
	.logo {
		padding-bottom: 10px;
	}
	.phones {
		padding-top: 0;
		text-align: left;
		padding-left: 50px;
	}
	span.tel {
		padding-left: 0;
		padding-right: 20px;
	}
}
@media (max-width: 768px) {
	.phones {
		padding-left: 20px;
	}
}
.calendar {
	margin: 0 -20px;
}
.calendar-block {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffedd7;
	color: #595241;
	padding: 10px 40px 15px 20px;
	position: relative;
	font-size: 13px;
}
.calendar-block a {
	color: #eb7f00;
}
.calendar-right-triangle {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #7a4e19;
	border-right: 20px solid transparent;
}
.calendar-left-triangle {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #7a4e19;
	border-left: 20px solid transparent;
}
.nav-row {
	margin: 0 -15px 20px;
	position: relative;
}

@media (min-width: 1200px) {
	.nav-row {
		margin: 0 -35px 20px;
		width: calc(100% + 70px);
	}
}

.menu {
	display: flex;
	background: #1695a3;
	position: relative;
	z-index: 10;
}
.menu a {
	color: #fff;
	/* white-space: nowrap; */
	font-size: 16px;
}
.menu > li {
	display: flex;
	flex: 1 1 auto;
	width: auto;
}
.nav-pills > li > a {
	border-radius: 0;
	padding-left: .5rem;
	padding-right: .5rem;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #19a5b4;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #13828e;
}
.nav-left-triangle,
.nav-right-triangle {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #0a464d;
	z-index: 5;
}
.nav-left-triangle {
	border-left: 20px solid transparent;
	left: 0;
}
.nav-right-triangle {
	border-right: 20px solid transparent;
	right: 0;
}
.nav-left-flag,
.nav-right-flag {
	position: absolute;
	top: 10px;
	bottom: -10px;
	border: 20px solid #117480;
	z-index: 1;
}
.nav-left-flag {
	border-left-color: transparent;
	/*border-rigth-width:40px;*/
	left: -20px;
}
.nav-right-flag {
	border-right-color: transparent;
	/*border-left-width:40px;*/
	right: -20px;
}

@media (max-width: 1199.98px) {
	.nav-left-triangle,
	.nav-right-triangle,
	.nav-left-flag,
	.nav-right-flag {	display: none;	}
}


@media (max-width: 991.98px) {
	.menu a {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.logo {
		padding-left: 20px;
	}
	.sub-header {
		margin: 0;
	}
	.calendar {
		margin: 0;
	}
	.menu {
		flex-direction: column;
	}
	.menu a {
		font-size: 16px;
	}
}
.icon-block {
	text-align: center;
	padding: 0;
	margin-bottom: 60px;
}
.icon-text {
	padding: 0 0 0 15px;
}
.icon-block .icon {
	width: 225px;
	height: 260px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.icon-name {
	color: #fff;
	position: absolute;
	bottom: -2.8rem;
	left: 0; right: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px 6px;
	background: #225378;
	margin: 0 -20px;
}
.icon-name::before {
	content: ''; display: block;
	position: absolute;
	top: -10px; left: 0;
	width: 0; height: 0;
	border-bottom: 10px solid #132f45;
	border-left: 20px solid transparent;
}
.icon-name::after {
	content: ''; display: block;
	position: absolute;
	top: -10px; right: 0;
	width: 0; height: 0;
	border-bottom: 10px solid #132f45;
	border-right: 20px solid transparent;
}
@media (max-width: 991.98px) {
	.icon-block {
		margin-bottom: 40px;
	}
	.icon-text {
		padding-bottom: 30px;
		text-align: center;
	}
}

.line-wrapper {
	height: 31px;
	background: transparent url(../img/line-bg.png) center left repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-row {
	padding-bottom: 20px;
}
.about-row > .col-sm-4 {
	margin-bottom: 2rem;
}
.about {
	margin: 0 auto;
}
.left-side-pic {
	float: left;
	margin: 0 20px 5px 0;
}
.bottom-carousel {
	position: relative;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	margin: 0 20px 20px;
}
.bottom-carousel .next,
.bottom-carousel .prev {
	font-size: 28px;
	color: #3e4651;
	display: none;
	width: 28px;
	height: 28px;
	position: absolute;
	top: calc(50% + 20px);
	margin-top: -14px;
	z-index: 9999;
	cursor: pointer;
}
.bottom-carousel .next:hover,
.bottom-carousel .prev:hover,
.bottom-carousel .next:focus,
.bottom-carousel .prev:focus {
	text-decoration: none;
	color: #eb7f00;
}
.bottom-carousel .prev {
	left: -20px;
}
.bottom-carousel .next {
	right: -20px;
}
.bottom-carousel ul {
	padding: 0;
	margin: 0;
}
.bottom-carousel li {
	display: none;
}
.bottom-carousel li img {
	width: 100%;
	height: auto;
}
.bottom-carousel .wrap {
	padding: 5px;
}
.footer {
	margin-bottom: 30px;
	color: #73706a;
}
.phones-p {
	font-size: 16px;
}

.logo-link-new {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.logo-link-new:hover {
	text-decoration: none;
}

.blue {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: 600;
	color: #225378;
}

.light-blue {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 600;
	color: #1695A3;
}

.contacts {
	margin-left: 0;
	margin-right: 0;
}
.contacts-start {
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 30px;
}
.contacts-end {
	text-align: center;
	border: 1px solid #ff7f50;
	padding: 2rem;
}

@media (max-width: 575.98px) {
	img:not([class]) {
		float: none !important;
		max-width: 100%;
		height: auto;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.left-side-pic {
		float: none;
	}
}
