/*			TEMPLATE_STYLE.CSS			*/
/*@import url('https://fonts.googleapis.com/css?family=Cousine|Fira+Sans|Fira+Sans+Condensed|Fira+Sans+Extra+Condensed|Montserrat|Open+Sans|Open+Sans+Condensed|Oswald|Roboto|Roboto+Condensed&display=swap&subset=cyrillic,cyrillic-ext'); 
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&subset=cyrillic,cyrillic-ext');
*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;

font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

font-family: 'Fira Sans', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;

font-family: 'Oswald', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Cousine', monospace;

transform: scaleX(0.8);
font-stretch: ultra-condensed;   webref.ru/css/font-stretch 



color:#0a5470;		 darkblue 	
color:#00acec;		 lightblue  
color:#ffe400;		 yellow 		
color:#f1f2f2;		 lightgray 	
color:#c6cccd;		 gray 			
color:#868e91;		 darkgray 	
								           
color:#444444;		 text	 			
transition: all .1s ease 0s;

*/

body {
	-font-family: 'Roboto Condensed', sans-serif;
	-font-family: 'Open Sans', sans-serif;
	-font-family: 'Open Sans Condensed', sans-serif;
	-font-family: 'Oswald', sans-serif;
	-font-family: 'Montserrat', sans-serif;
	-font-family: 'Cousine', sans-serif;	
	font-family: 'Fira Sans', sans-serif;
	-font-family: 'Fira Sans Condensed', sans-serif;
	color:#444444;	
	color:#000;
	line-height:1.2em;
	font-size:16px;
	font-weight:400;
	padding-top: 90px;
}
a, a:hover,a:visited,a:active,a:target {
	color:#00325c;
	color:#444;
}

.container-xl {
	max-width:1400px;
}

h1,.h1,h2,.h2,h3,.h3 {
	font-size:22px;
	font-weight:500;
	line-height:0.8em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:visited,
button,
button:focus,
button:hover,
button:active,
button:visited,
input,
input:focus,
input:hover,
input:active,
input:visited,
text-area,
text-area:focus,
text-area:hover,
text-area:active,
text-area:visited  {
	outline:none;
	box-shadow:none;
	border:none;
}

header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 699;
	border-bottom: 1px solid #dde3ef;
	box-shadow: 0 -1px 4px #444;
	top:0;
}

.navbar-brand {
	margin-right:0;
}

.navbar-light .navbar-toggler {
	border:none;
}


header .contacts {
	font-size:16px;
	font-weight:500;
	line-height:22px;
}
header .search {
	padding:0 20px;
	position: relative;
}

header form.search input.inputbox {
	width:100%;
	height:32px;
	background-color:white;
	border-bottom:1px solid #cedde2;
	border-radius:0;
	font-style:italic;
	font-weight:300;
	letter-spacing:1px;
	padding-left:45px;
	-color:#444444;
}
header form.search input.inputbox::placeholder,
header form.search input.inputbox[placeholder] {
	opacity:1;
	color:#868e91;
	font-weight:300;
	font-style:italic;
}
header form.search input.inputbox:focus {
	outline: none;
	-background-color:#f1f2f2;
	color:#444444;
}
header form.search input.button{
	height:16px;
	width:16px;
	position:absolute;
	right:17px;
	top:8px;
	border:none;
	border-radius:0;
	padding:0;
}

.container.parth, 
.container-xl.about,
.container-xl.subfooter > .row{
    margin-bottom: 30px;
}
.container-xl.subfooter > .row{
    font-size: 14px;
}
.container.parth {
    margin-top: 60px;
}
.navbar {
	width:100%;
}
.navbar-brand img {
	width:80%;
}
.navbar-nav {
	margin-left:40px;
	margin-right:40px;
}
.dropdown, .dropleft, .dropright, .dropup {
	outline: none;
}

.indx_services {
	background: url(img/bckg-logo5-1.png) center bottom / 100% auto no-repeat;
	background-color: #e9ecef;	
	background-color: #dddddd;	
	background: url(img/bckg-serv-1.jpg) center bottom / 100% auto no-repeat;
	background: url(img/bckg-serv-2.jpg) center bottom / auto 100% no-repeat;

}

.indx_services .card {
	border: none;
	border-radius:0px;
	background: none;
	margin-bottom:20px;
	transition: all .1s ease 0s;
}

.indx_services .card .card-body{
	-padding:10px;
	background-color:rgba(255,255,255,.5);
	transition: all .1s ease 0s;
}
.indx_services h5 {
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
	line-height:22px;
	margin-bottom:0;
}
.indx_services h5 a{
	color:#000;
	-color:#333;
	-color:#00325c;
}

.indx_services .card:hover .card-body {
	background-color:#aa1d16
}
.indx_services .card:hover a{
	color:#fff;
	text-decoration:none;
}


.indx_services .links {
	margin:70px auto 0px;
	position:relative;
	text-transform:uppercase;
}
/*
.indx_services .links:before {
	position:absolute;
	content:'';
	width:100%;
	margin:0 auto;
	background: url(img/icons/down3.svg) center center no-repeat;
	height: 100px;
	top: -130px;
}
*/
.links > div {
	background-color:#fff;
	padding:20px 60px;	
}
.links  > div:nth-of-type(1) {
	border-radius:6px 0 0 6px;
	margin-right:1px;
}
.links > div:nth-of-type(2) {
	border-radius:0 6px 6px 0;
}

.links img {
	width:70px;
	padding:0 20px 0 0;
	float:left;
}



.container-fluid.indx_about{
	color:#fff;
	padding:90px 70px 70px;
	text-align:justify;
}
.container-fluid.indx_about img {
	max-width:60px;
	opacity:1;
}
.container-fluid.indx_about.fast {
	background-color:#6f6f6f;
	background: url(img/bckg-constr5-2.png) center center / 100% auto no-repeat;
	background-color:#2b3e4d;
	background-color:#495d6c;
}
.container-fluid.indx_about .text:after {
	position:absolute;
	content:'';
	width:100%;
	margin:0 auto;
	background: url(img/icons/down3_1.svg) center center no-repeat;
	height: 100px;
	bottom: -115px;
}
.container-fluid.indx_about.profit {
	background-color:#999;
	background: url(img/bckg-constr5-1.png) center center / 100% auto no-repeat;
	background-color:#3a4e5e;
}
.container-fluid.indx_about.effective {
	background-color:#c2c2c2;
	background: url(img/bckg-constr5-4.png) center center / 100% auto no-repeat;
	background-color:#495d6c;
	background-color:#2b3e4d;
}

.container-fluid.indx_about.effective .links {
	margin:140px auto 0px;
	position:relative;
}
.container-fluid.indx_about.effective .links:before {
	position:absolute;
	content:'';
	width:100%;
	margin:0 auto;
	background: url(img/icons/down3_1.svg) center center no-repeat;
	height: 100px;
	top: -130px;
}
.container-fluid.indx_about.effective .links > div {
	background-color:#fff;
	padding:20px 60px;	
}
.container-fluid.indx_about.effective .links > div:nth-of-type(1) {
	border-radius:6px 0 0 6px;
	margin-right:1px;
}
.container-fluid.indx_about.effective .links > div:nth-of-type(2) {
	border-radius:0 6px 6px 0;
}

/******************************************************* 		INDEX JUMBOTRON NEWS	*******************************************************/
.jumbotron.indx_news {
	background-color:#fff;
	padding-bottom: 30px;
}
.jumbotron.indx_news .item {
	border: 1px solid #bac9d2;
	border-left:none;
	padding-top:10px;
}
.jumbotron.indx_news .item:nth-of-type(1) {
	border-left: 1px solid #bac9d2;
}
.jumbotron.indx_news .item .date {
	color:#00325c;
	color:#aa1d16;
	font-weight:bold;
	margin-bottom: 5px;
}
.jumbotron.indx_news .item .img-fluid {
	-margin-bottom: 15px;
}

.jumbotron.indx_news .all {
	margin:30px 0 0px;
}
.jumbotron.indx_news .all a {
	color: #515151;
}

/******************************************************* 		INDEX JUMBOTRON MISSION	*******************************************************/
.jumbotron.indx_mission {
	-background-color:#00325c;
	color:#fff;
	background:url(img/bckg-mission-1-15.jpg) center center / 100% auto no-repeat #00325c;
	border-radius:0;
}
.jumbotron.indx_mission img.main {
	border:5px solid #fff;
}
.jumbotron.indx_mission .content {
	position:relative;
	margin-bottom:55px;
	margin-top:35px;
	text-align:justify;
	
}
.jumbotron.indx_mission .content:before,
.jumbotron.indx_mission .content:after {
	position:absolute;
	display:block;
	content: '';
	opacity: 0.3;
	width: 52px;
	height: 48px;
}
.jumbotron.indx_mission .content:before	 {
	background:url(img/icons/laquo.svg) center center no-repeat;
	left: -25px;
	top: -45px;
}

.jumbotron.indx_mission .content:after {
	background:url(img/icons/raquo.svg) center center no-repeat;
	right: -25px;
	bottom: -35px;
}




/******************************************************* 		INDEX JUMBOTRON SUBSCRIBE	*******************************************************/
.jumbotron.subscribe {
	background: url(img/bckg-logo5-1.png) center bottom / 100% auto no-repeat;
	background-color:#aa1d16;
	background-color:#00325c;
	background-color:#6f6f6f;
	background-color:#2f4454;
	color:#fff;
	border-radius:0;
	font-size:18px;
	padding:45px 10px 20px;
}
.jumbotron.subscribe img.mail {
	width:70px;
	margin:0 10px 0px 0;
}
.jumbotron.subscribe h2 {
	color:#fff;
	-margin-top:10px;
	margin-bottom:8px;
}
.jumbotron.subscribe form input.inputbox {
  width: 98%;
	border-radius: 8px 0 0 8px;
  background-color:#e4ecf1;
  background-color:#fff;
  font-style: italic;
  letter-spacing: 1px;
  color: #444444;
	height:50px;
	padding-left:20px;
}

.jumbotron.subscribe form button {
	background-color:#00325c;
	background-color:#aa1d16;
	font-size:18px;
	text-transform:uppercase;
	border-radius: 0 8px 8px 0;
	color:#fff;
	float:right;
	height:50px;
	position: absolute;
	top: 0;
	right:5px;
	margin-top:0;
}

.breadcrumbs { font-size:80%; }

.content .desc {
	padding-top:10px;
	padding-bottom:50px;
}

.container-xl.main {
	margin-top:10px;
	width:100%;
	max-width:100%;
}

.content .desc a {
	text-decoration:underline;
}
.content .desc a.callback {
	background-color:#00325c;
	border-radius:5px;
	color:white;
	-text-transform:uppercase;
	display:inline-block;
	padding-left:54px;
	padding-top:22px;
	padding-right:25px;
	position: relative;
	-text-decoration:none;
	height: 100%;
}
.content .desc a.callback:before {
	content:'';
	position:absolute;
	height:26px;
	width:26px;
	left:12px;
	top:20px;
	background:url(img/icons/ftr-phone.svg) center center no-repeat;
}

/******************************************************* 		SIDEBAR 		*******************************************************/
.sidebar  { /*.indx_services */
	background: url(img/bckg-logo5-1.png) center bottom / auto 100%  no-repeat;
	background-color: #e9ecef;	
	background-color: #dddddd;
	padding-top:30px;
	padding-left:30px;
}
.sidebar .cat_pad {}
.sidebar .cat_pad ul{
	list-style:none;
	padding-left:0;
}
.sidebar .cat_pad ul > li{
	padding-left:0;
	margin-bottom:20px;
}
.sidebar .cat_pad ul ul {
	margin-top:20px;
}
.sidebar .cat_pad ul ul li{
	padding-left:20px;
	margin-bottom:10px;
}
.sidebar .cat_pad ul li a{
	color:#425764;
	font-size:18px;
	-font-weight:700;
	-text-transform:uppercase;
}
.sidebar .cat_pad ul li a.curr:not(.curroot){
	color:#b2171e;
	padding-left:15px;
	background: url(img/icons/right-red.svg) left center / 8px 13px no-repeat;
}
.sidebar .cat_pad ul li a.curroot{
	-color:#b2171e;
	font-weight:600;
	padding-left:15px;
	-background: url(img/icons/right-red.svg) left center / 8px 13px no-repeat;
}

.content { 	padding-top:30px; }

 
/******************************************************* 		SUBFOOTER 		*******************************************************/

.subfooter .contacts,
.subfooter a,
.subfooter .contacts a,
.subfooter .contacts .phone a span{
	color:#00325c;
	color: #515151;
}
.subfooter .contacts .phone a {
	color:#00325c;
	-color: #515151;
}
.subfooter .contacts {
	border-right:1px solid #bac9d2;
	padding-right:30px;
	padding-top:15px;
}
.subfooter .contacts .logo {
	margin-bottom:30px;
}
.subfooter .contacts .logo a {
	display:block;
	margin-bottom:5px;
}
.subfooter .contacts .logo span {
	-margin-left:65px;
}
.subfooter .contacts .phone {
	margin-bottom:20px;
	-padding-left:65px;
}
.subfooter .contacts .phone a {
	display:block;
	-font-family: 'Exo 2', sans-serif;
	font-size:26px;
	font-weight:700;
	line-height: 0.8em;
	margin-bottom: 2px;
}
.subfooter .contacts .phone a span{
	font-size:18px;
	font-weight:500;
	vertical-align: top;
}
.subfooter .contacts .addr {
	margin-top:5px;
	-padding-left:65px;
	padding-bottom:15px;
}

.subfooter .contacts .text {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	-padding-left:65px;
	margin-bottom:10px;
	-color:#1c4c69;
}

.subfooter .contacts .ss {
	-color:#1c4c69;
	border-radius: 0 0 8px 0;
	padding:0px;
	padding-left:57px;
}
.subfooter .contacts .ss a {
	padding:5px 10px 10px;
	-margin:10px;
}
.subfooter .contacts .ss a img{
	width:18px;
	height:15px;
}


.subfooter .smenu {
	padding-left:45px;
	padding-top: 10px;
}
.subfooter .smenu a,
.subfooter .catmenu a{
	-color:#1c4c69;
}
.subfooter ul {
	list-style:none;
	padding-left:10px;
}
.subfooter ul ul{
	margin-top:10px;
	padding-left:20px;
}
.subfooter .smenu li {
	font-weight:700;
	margin-bottom:10px;
}
.subfooter .smenu li li {
	font-weight:400;
}
.subfooter .catmenu {
	padding-top:10px;
}
.subfooter .catmenu > div  {
	border-left:1px solid #bac9d2;
	padding-left:20px;
}
.subfooter .catmenu li {
	margin-bottom:10px;
}
.subfooter .tags {
	text-align:justify;
}






/******************************************************* 		FOOTER 		*******************************************************/

.footer {
	font-size:12px;
	background-color:#00325c;
	background-color:#aa1d16;
	color:white;
	padding:15px 0;
} 
.footer a.sitemap {
	margin-left:10px;
	color:#fff;
	text-decoration:underline;
}
.footer .ss a {
	padding:5px 10px 10px;
}
.footer .ss a img{
	width:20px;
	height:17px;
}
