* {
	font-family: 'Rubik', sans-serif;
	color:#484848;
}

body {
	background: url(/img/bckgr_01.png);
}

.body-standart {
	font-size: 100%;
}
.body-eye {
	font-size: 177%;
}

.top {
	padding: 12px 0px;
}
.logo {
	margin-top: 20px;
}
.tel {
	font-size: 28px;
	margin-top: 14px;
}
.blue {
	color:#105294 !important;
}
.white {
	color: #fff !important;
}
.eye {
	cursor: pointer;
}
.eye img {
	margin-left: 10px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.menus {
	background: #dfe0e1;	
	padding: 10px 0px;
	font-size: 1.2em;
	margin-top: 20px;
}
.menus a {
	color:inherit;
}

.bg {
	background: url(../img/bckgr.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.bg_white > .form-group {
	margin-bottom: -10px;
}
.bg-eye {
	background: #000;
	background-size: cover;
	position: relative;
}
.bg_info {
	border-left: 2px solid #ffef00;
	padding-left:10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}
.f_size1 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.f_size2 {
	margin: 0px 0px 40px 0px;
	font-size: 16px;
}
.f_size3 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold
}
.f_size4-xl {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.text-justify {
	text-align: justify;
}


.f_size4 {
	font-size: 15px;
}
.f_size4 p {
	margin-bottom: 30px;
}

.f_size5 {
	font-size: 24px;
}
.f_size3_nomar {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold
}
.bold {
	font-weight: bold
}
.bolded  {
	font-weight: bolder;
}
.redline {
	text-indent: 30px;
	margin-top: 10px;
}
.bg_white {
	background: #fff;
	text-align: center;
	padding-bottom: 40px;
	-webkit-box-shadow: 0 0 32px 0 rgba(74,77,98,0.30);
	-moz-box-shadow: 0 0 32px 0 rgba(74,77,98,0.30);
	box-shadow: 0 0 32px 0 rgba(74,77,98,0.30);
}
.bg_white input, .bg_white select, .bg_white textarea {
	width: 80%;	
	padding: 6px;
    height: 32px;
}
.bg_white p {
	margin-bottom: 10px;
}
select, textarea {
    border-radius: 0px !important;
    background: #fff;
    border: 1px solid #dfdfdf;
}
.bg_white textarea {
	height: 50px;
}
.captha_in {
	width: 50% !important;
    margin-right: 20px;
}
.send_button {
    background: #105294;
    border-radius: 22px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    color: #ffef00;
    display: inline-block;
    -webkit-box-shadow: 0 0 32px 0 rgba(74,77,98,0.30);
    -moz-box-shadow: 0 0 32px 0 rgba(74,77,98,0.30);
    box-shadow: 0 0 32px 0 rgba(74,77,98,0.30);
    margin-top: 20px;
    margin-bottom: -20px;
    width: 172px;
    position: absolute;
    left: 50%;
    margin-left: -86px;
}
.bg2 {
	margin-top: 40px;
}
.carousel-inner>.item>img {
	width: 100%;
}
.carousel-inner span {
	color: #105294;	
    font-size: 16px;
    position: absolute;
    left: 50px;
    top: 50px;
    width: 80%;

}
.carousel-inner span b{
	color:#484848;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
}
.img4 img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.img4 {
	margin-top: 50px;
}

.footer {
	background: #00274d;	
	padding: 40px 0px;
	margin-top: 50px;
}
.footer a {
	color:#fff;
}
.m_tops {
	margin-top: 40px;
}
.footer .tel {
	margin-top: -14px;
}
.img {
	width: 100%;
}
.main .row {
	margin-top: 20px;
}


.history {
	padding: 20px 0px;
}


@media (max-width: 480px) { 
	.logo {		
		width: 100%;
	}
	.eye {		
		margin-top: 28px;
		display: block;
		text-align: center;
	}
	.bg_white input {
		border: 1px solid #dfdfdf;
	}
	.captha_in {
		margin-right: 0px;
	}
	.menus a, .footer a {
		padding: 5px 0px;
		display: block;
	}
}

@media (max-width: 767px) { 
	.bg_white input {
		border: 1px solid #dfdfdf;
	}	
}


@media (max-width: 1020px) { 
	.bg_white {
		margin-top: 24px;
	}	
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.bg_white input {
		border: 1px solid #dfdfdf;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.bg_white input {
		border: 1px solid #dfdfdf;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

.breadcrumb {
	background-color: #ffffff;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "\00bb ";
}

.red {
	color: #dd1111;
}


.news {
	margin-top:10px;
	margin-bottom: 10px;
}
.news span {
	color: #105294;
	display: block;
	font-size: 16px;
}
.news .date {
	font-style: italic;
	display: block;
	text-align: right;
}

