@font-face {
    font-family: 'Montserrat';
    src: url('../css/font/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../css/font/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@media (min-width: 992px) {
.text-md-right{
	text-align: right;
}
}
.licence_block.filter input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.licence_block.filter input[type="checkbox"] + label {
    margin-bottom: 4px;
    padding-left: 25px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-weight: normal;
    font-size:12px;
    font-weight: 200 !important;
}
label{
	font-weight: 200 !important;
}
.mt-1{
	margin-top:10px;
}
.mt-2{
	margin-top:20px;
}
.licence_block.filter input[type=checkbox]+label:before {
    top: 3px;
}
.licence_block.filter input[type="checkbox"] + label:before{
    font-size: 0;
    content: ".";
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     z-index: -1;
}
.licence_block.filter input[type="checkbox"]:checked + label:before {
    color: #FFF;
    background: #3ba149 !important;
    display: inline-block;
    background: url(../img/icons/Input_icons.svg) 0px 0px no-repeat;
}
.licence_block.filter input[type="checkbox"] + label:hover:before{
    color: #FFF;
    background: #3ba149;
    display: inline-block;
}
.licence_block.filter input[type="checkbox"]:checked + label:after {
    box-shadow: none;
    background: url(../img/icons/Input_icons.svg) 0px 0px no-repeat;
}
.licence_block.filter input[type="checkbox"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
    background: #fff;
}
.navbar-nav {
    float: right !important;
}
.home-form-page {
    padding: 100px 0 50px 0;
}
body{
	font-family: 'Montserrat', sans-serif !important;
	font-size:16px !important;
}
.footer-alt{
	font-size: 12px;
	color: #40624c;
}
address {
    font-size: 16px !important;
}
.contact-detail-box address {
    font-size: 16px !important;
}
.text-muted {
    color: #7c837e !important;
}
.logo {
    padding-top: 0px !important;
    margin-top: -2px !important;
}
#bx_incl_area_3_16_1 .brand-item {
position: relative;
    max-width: 340px;
    margin: 15px 15px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 2px solid #ededed;
}
#home{
	background-image: url("/local/templates/it/img/fon_v3.png");
	    background-position: center;
    background-repeat: no-repeat;
}

.navbar-custom,.home {
    background-color: #f1f1f1 !important;
}
.proj_name{    
	position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #ffffffeb;
    border-radius: 10px 0 0 10px;
    padding: 5px 10px;
    font-weight: 500;
    text-align: right;
    max-width: 295px;
}
.navbar-custom .navbar-nav li a {
	font-weight: 600;	
}
.green, .green a,.footer a, form a, .navbar-custom .navbar-nav li a,.zmdi-caret-right-circle.text-colored {
    color: #399e48 !important; 
}
.green:hover, .green a:hover,.title-box .title-alt, .text-colored, .footer a:hover, form a:hover,.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active, .navbar-custom .navbar-nav li.active a {
    color: #000 !important;

}