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

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

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

@font-face {
  font-family: 'PT Serif', serif;
  src: url("../../fonts/PT_Serif-Web-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'PT Serif Bold', serif;
  src: url("../../fonts/PT_Serif-Web-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
	margin: 0;
}
.container {
	max-width: 1140px;
	width: 100%;
	display: flex;
	margin: 0 auto;
}

.header {
	background-color: #fff;
}
.header__top {
	padding: 30px 0;
	justify-content: space-between;
	display: flex;
}
.header__bot {
	background-color: #337AB7;
	padding: 5px 0;
}
.header__bot .container {
	justify-content: space-between;
}
.header .container {
	flex-direction: column;
}
.header__logo-box {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	width: 460px;
	align-items: center;
}
.header__logo {
	width: 147px;
	object-fit: contain;
	margin-bottom: 10px;
}
.header__logo-name {
	color: #337AB7;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	width: 280px;
}
.header__logo-text {
	color: #337AB7;
	font-weight: 700;
	text-align: center;
}
.header__logo-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.header__time-box, .footer__time-box {
	display: flex;
	flex-direction: column;
	width: 200px;
	align-items: center;
	justify-content: center;
}
.header__time-title, .footer__time-title {
	text-transform: uppercase;
	font-size: 16px;
	color: #337AB7;
	margin-bottom: 8px;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
}
.header__time-title:before, .footer__time-title:before {
	content: '';
	background-image: url('/upload/header__time-img.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	position: absolute;
}
.header__time-text, .footer__time-text {
	text-transform: uppercase;
	font-size: 16px;
	color: #4F4F4F;
	font-weight: 400;
}
.header__contacts, .footer__contacts {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	justify-content: space-around;
}
.header__contacts-phone, .footer__contacts-phone {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	margin-bottom: 10px;
	align-items: flex-start;
}
.header__contacts-tel{
	text-decoration: none;
}
.header__contacts-img, .footer__contacts-img {
	object-fit: contain;
	margin-right: 5px;
	width: 21px;
}
.header__contacts-tel, .footer__contacts-tel {
	color: #337AB7;
	font-size: 16px;
	font-weight: 500;
}
.header__contacts-mail, .footer__contacts-mail {
	position: relative;
	text-decoration: none;
	padding-left: 35px;
	color: #4F4F4F;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
}
.header__contacts-mail:before, .footer__contacts-mail:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	background-image: url('/upload/header__contacts-mail.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.header__contacts-btn, .footer__contacts-btn {
	text-align: center;
	background-color: #337AB7;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	justify-content: center;
}
.header__nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__nav-url {
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	max-width: 200px;
}
.header__nav-url:hover {
	text-decoration: underline;
}
.header__whatsapp a{
	text-decoration: none;
}


.main {
	background-color: #EDEDED;
}
.main .container {
	justify-content: space-between;
}
.menu-box {
	width: 340px;
	padding-top: 30px;
}
.menu-box ul {
	padding: 0;
}
.menu-box li {
	list-style: none;
	padding:15px 0;
	border-bottom: 1px solid #337AB7;
	transition: 0.3s;
}
.menu-box li:hover a {
	color:#fff;
}
.menu-box li:hover{
	color:#fff;
	background-color: #337AB7;
}
.menu-box li.item-selected a {
	color:#fff;
}
.menu-box li.item-selected{
	background-color: #337AB7;
}
.menu-box li a {
	text-decoration: none;
	color: #337AB7;
	transition: 0.3s;
}
.content-box {
	background-color: #fff;
	max-width: 760px;
	width: 100%;
	padding: 30px 20px 20px;
	font-size: 16px;
	color: #4F4F4F;
	box-sizing: border-box;
}
.region__list {
	padding-left: 30px;
}

.reg-map {
	width: 100%;
}
.region__news .container {
	flex-direction: column;
	background-color: #fff;
    box-sizing: border-box;
	padding: 30px 45px;
}
.region__news-title, .region__urls-title {
	font-size: 24px;
	color: #337AB7;
	font-weight: 500;
	margin-bottom: 25px;
}
.region__news-box {
	display: flex;
	justify-content: space-between;
}
.region__news-item {
	max-width: 31%;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: all .6s;
}
.region__news-item:hover .region__item-img {
	transform: scale(1.05);
	border-radius: 10px;
}
.region__item-img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 13px;
	transition: all .6s;
}
.region__item-title {
	font-size: 16px;
	color: #4F4F4F;
	text-align: center;
}
.region__urls .container {
	flex-direction: column;
	background-color: #fff;
    box-sizing: border-box;
	padding: 30px 45px;
}
.region__urls-box {
	display: flex;
	justify-content: space-between;
}

.region__urls-item {
	max-width: 15%;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: all .6s;
}
.region__urls-item:hover .region__urls-img {
	transform: scale(1.1);
}

.region__urls-img {
	width: 100%;
	object-fit: contain;
	height: 90px;
	margin-bottom: 20px;
	transition: all .6s;
}
.region__item-text {
	font-size: 14px;
	color: #4F4F4F;
	font-weight: 500;
	z-index: 22;
	text-align: center;
}
.footer {
	background-color: #337AB7;
	padding: 30px 0;
}
.footer .container {
	justify-content: space-between;
	align-items: center;
}
.footer__logo {
	background-image: url('/upload/region__footer-logo.png');
	background-size: contain;
	width: 141px;
	height: 137px;
	background-repeat: no-repeat;
}
.footer__text {
	max-width: 330px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.footer__time-title, .footer__time-text {
	color: #fff;
}
.footer__time-title:before {
	background-image: url('/upload/footer__time-img.png');
}
.footer__contacts-mail:before {
	background-image: url('/upload/footer__contacts-mail.png');
}
.footer__contacts-tel, .footer__contacts-mail {
	color: #fff;
}
.footer__contacts-btn {
	background-color: #E80E00;
}











