@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('../fonts/Gilroy/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
	font-size: 14px;
	font-family: "Gilroy";
	line-height:18px;
	color: #282828;
}


h1, .h1{
	font-size: 40px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	text-transform: uppercase;
	line-height: 1.375;
	font-weight: 900;
	margin:0 0 40px 0;
	padding: 0 0 0 0;
}
h2, .h2{
	font-size: 40px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.375;
	font-weight: 900;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
}
h3, .h3{
	font-size: 24px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.375;
	font-weight: 900;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
}
h4, .h4{
	font-size: 20px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.375;
	font-weight: 900;
	margin:0 0 25px 0;
	padding: 0 0 0 0;
}

strong {
	font-weight: 900;
}




.btn-1, .btn {
	font-size: 20px;
	font-family: "Gilroy";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 63px;
	border-radius: 5px;
	background-color: rgb(83, 137, 6);
	height: 63px;
	text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0 83px;
}




.list-1 {
	padding: 0;
	margin: 0 0 15px 0;
}
.list-1 li {
	display: block;
    padding: 0 0 0 20px;
    margin: 10px 0;
    font-size: 16px;
    font-family: "Gilroy";
    color: rgba(40, 40, 40, 0.702);
    font-weight: bold;
    line-height: 20px;
    background: url(../img/list-1.png) 0 6px no-repeat;
}

.list-2 {
	padding: 0;
	margin: 0 0 15px 0;
}
.list-2 li {
	display: block;
    padding: 0 0 0 20px;
    margin: 10px 0;
    font-size: 16px;
    font-family: "Gilroy";
    color: #282828;
    line-height: 20px;
    background: url(../img/list-2.png) 0 6px no-repeat;
}

.list-3 {
	padding: 0;
	margin: 0 0 15px 0;
	list-style:decimal;
}
.list-3 li {
	display: block;
    padding: 0 0 0 20px;
    margin: 10px 0;
    font-size: 16px;
    font-family: "Gilroy";
    color: #282828;
    line-height: 20px;
    /* background: url(../img/list-2.png) 0 6px no-repeat; */
}

.block-green {
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(249, 250, 249);
    font-weight: bold;
    line-height: 1.7;
    padding: 27px 41px;
    margin-bottom: 20px;
    background-color: rgb(83, 137, 6);
}




.text{
	line-height:28px; 
	font-size: 20px;
	margin-bottom: 30px;
}
.text p{
	margin:0;
	padding:0 0 20px 0;
	vertical-align:middle;
}


.text-green {
	color: rgb(83, 137, 6);
}




.cols {
	overflow: hidden;
	margin-bottom: 40px;
}
.cols-left {
	width: 560px;
	float: left;
}
.cols-right {
	margin-left: 600px;
}
.cols p {
	font-size: 16px;
}
.cols img {
	max-width: 100%;
	height: auto;
}


/* 
.text-right-img {
	overflow: hidden;
	margin-bottom: 80px;
}
.text-right-img-1 {
	width: 560px;
	float: left;
}
.text-right-img-2 {
	margin-left: 646px;
}
.text-right-img-1 p {
	font-size: 16px;
}
 */



/* a {
	color: #0546a2;	
}



.btn-2 {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 900';
    color: rgb(34, 9, 4);
    text-transform: uppercase;
    line-height: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 181, 47);
    border-radius: 5px;
    background-color: rgba(255, 181, 47, 0);
    height: 50px;
    text-decoration: none;
    padding: 0 40px;
}
.btn-3 {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 900';
    color: rgb(34, 9, 4);
    text-transform: uppercase;
    line-height: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 181, 47);
    border-radius: 5px;
    background-color: rgb(255, 181, 47);
    height: 50px;
    text-decoration: none;
    padding: 0 40px;
}



h2, .h2{
	font-size: 36px;
	font-family: "Museo Sans Cyrl 900";
	color: rgb(34, 9, 4);
	line-height: 1.25;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
}

.breadcrumb{
	padding: 0 0 30px 0;
}
.breadcrumb ol{
	display: block;
}
.breadcrumb li{
	display: inline-block;
	list-style:none;
	vertical-align:top;
	font-size: 13px;
	color: rgb(159, 159, 159);
	line-height: 14px;
	font-size: 14px;
	color: rgb(121, 121, 121);
}
.breadcrumb a{
	font-size: 13px;
	color: #0546a2;
	line-height: 14px;
	text-decoration: underline;
	font-size: 14px;
}

.pagination_row{
	overflow:hidden;clear:both;
	border-bottom: 1px solid #ddd;
	margin: 0 0 40px 0;
	padding: 17px 0 0 0;
}
.pagination{
	padding:0 0 0 0;
	margin:0 0 48px 0;
	display: inline-block;
	border-left: 1px solid #ddd;
}
.pagination li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline-block;
	
}
.pagination a, .pagination span {
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 14px;
	color: rgb(40, 40, 40);
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pagination .active a{
	background: #370e0e;
	color: #fff;
}



.text ul {
	margin-top: 0;
	margin-bottom: 15px;
}
.text ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc inside;
}

.text ol {
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 15px;
	list-style: decimal inside;
}
.text ol li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

strong, b {
	font-family: "Museo Sans Cyrl 900";
}

.error-block{
	color:red;margin:3px 0 0 0;padding:0;font-size:11px;
}
.has-error input {
	border-color:red !important;
}

div.required:before{
	position:absolute;
	top:11px;
	left:-14px;
	content:'*';
	color:red;
	font-size:20px;
}
input[type="text"].form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    font-size: 14px;
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	height: 34px;
	padding: 0 2%;
	width: 95%;
}
textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	display: block;
	padding: 5px 2%;
	width: 95%;
	height: 60px;
}
.form{margin-bottom:15px;}
.form-group{clear:both;padding:8px 0;position:relative;}
.form_submit{clear:both;overflow:hidden;padding:8px 0 0 0;text-align: center;}
.form_error{color:red;border:1px solid red !important;}





.msg {
	padding: 15px !important;
	border: 2px solid rgb(255, 150, 0);
	margin-bottom: 20px !important;
}


.table{
	border: 7px solid #f2f2f2;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(4, 61, 148);
	font-weight: bold;
	line-height: 1.571;
	text-align: left;
	padding: 5px 10px;
}
.table td{
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
	text-align: left;
	padding: 5px 10px;
}
.table tr:nth-child(odd){
	background: #f2f2f2;
}
.table tr:nth-child(even){
	background: #fff;
}

.child{display:-moz-inline-box;display:inline-block;vertical-align:middle;zoom:1;//display:inline;}
.helper{display:-moz-inline-box;display:inline-block;vertical-align:middle;height:100%;width:0px;zoom:1;//display:inline;}


.admin_widgets{position:fixed;top:20px;left:20px;background:#efefef;width:32px;height:32px;padding:10px;border-radius:6px;opacity:0.5;background:#eee url(../../admin/img/admin_widgets__edit.png) 10px 10px no-repeat;}
.admin_widgets:hover{opacity:1.5;}

.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-danger,
.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block > p,
.alert-block > ul{margin-bottom:0;}
.alert-block p + p{margin-top:5px;} 
  */