.header-menu {
    background-color: #FFFFFF;
}
.navbar-brand {
    font-family: "Agency FB","AgencyFB";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 64px;
    color: #006cd0;
    letter-spacing: 5px;
    margin-top: 15px;
}
.badge-social {
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 50%;
}
.badge-social-fb {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 50%;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #00a1ff;;
}
.badge-info:hover {
  background-color: #007acb;;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
.badge_menu {
    padding: 12px 6px;
    border-radius: 50%;
    background-color: #008cff;
    font-size: 15px;
    font-weight: 600;
}
.service_link {
    text-transform: uppercase;
    color: #008cff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    bottom: -3px;
}
.service_menu_link {
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 15px;
}
.service_menu_link:hover {
    border: none;
}
.service_menu_link:hover .badge_menu {
    background-color: #005ebb;
}
.service_menu_link:hover .service_link {
    color:#005ebb;
}
.btn-menu {
    font-family: OpenSansBold;
    border-radius: 0;
    background-color: #008cff;
    border-color: #008cff;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
    color: white !important;
}
.btn-custom {
    font-family: OpenSansBold;
    border-radius: 0;
    background-color: #008cff;
    border-color: #008cff;
    text-transform: uppercase;
    color: white !important;
}
.btn-menu:hover,.btn-custom:hover {
    background-color: #005ebb;
    color: white;
    border-color: #005ebb;
}
.header-menu {
    padding-top: 20px;
    padding-bottom: 10px;
}
.menu-collapse {
    box-shadow: rgba(0,0,0,.4) 0 1px 10px;
    margin-bottom: 2px;
    margin-top: 0;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 10;
}
.open_menu_list {

    border-right: 1px solid black;
    margin: 40px 0;
    padding: 0;
    padding-right: 20px;
}
@media (max-width: 768px) {
    .open_menu_list {
        border-right:none;
    }
}
.open_menu_list li {
    text-decoration: none;
    font-size: 28px;
    list-style-type: none;
    margin: 0;
    padding: 7px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
    .open_menu_list li {
        font-size: 18px;
    }
}
.open_menu_list li a {
    font-family: OpenSansRegular;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 30px;
}
.open_menu_list li:hover a {
    color: #008cff;
}
.open_menu_list_last {
    border: none;
}
.serch-form {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none !important;
    font-size: 24px;
    width: 70%;
    outline:none;
}
.serch-form:active {
    border: none;
}

.search-btn {
    font-size: 24px;
    color: #008cff;
    margin-right: 30px;
}
.banner {
    position: relative;
    width:100%;
    /*background-image: url("/images/banner_bear.png");*/
    /*height: 420px;*/
    /*background-color: rgba(0, 0, 0, 0.84);*/
    padding: 0;
}
.banner_upp {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    /*background-color: rgba(0, 0, 0, 0.47);*/
    background-image:url("/images/fon.png");
    width: 100%;
    z-index: 2;
}
.banner_upp_2 {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 1;
}
.banner_upp h1 {
    margin: 100px auto;
    color: white;
    font-family: RobotoSlabRegular;
    font-size: 49px;
    line-height: 70px;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;

}
@media (min-width: 1600px) {
    .banner_upp h1 {
        margin-top: 200px;
        font-size: 59px;
    }
}
@media (max-width: 1200px) {
    .banner_upp h1 {
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width:900px) {
    .banner_upp h1 {
        margin-top: 0;
    }
}
@media (min-width: 900px) and (max-width:1000px) {
    .banner_upp h1 {
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .banner_upp h1 {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .banner {
        position: static;
        min-height: 100px;
    }
    .banner_upp {
        position:relative;
        background-color: #008CFF;
        padding: 20px;
    }

    .banner_upp h1 {
        width: 100%;
        font-size: 26px;
        margin-top: 20px;
        padding: 0;
        line-height: 50px;
    }
}

.main-info {
    background-color: #008cff;
}
.project_main .project {
    background-color: white;
    position: relative;
    top:-50px;
    z-index: 2;
}
.project_main .project .image-project {

}
.project_main .project .text-project {
    padding: 20px;
}
.main-project-header {
    /*font-weight: bold;*/
    margin: 0;
    text-transform: uppercase;
    font-family: RobotoSlabBold;
}
.main-project-link {
    text-transform: uppercase ;
    font-family: RobotoSlabBold;
    color: black;
}
.main-project-link:hover {
    color: #525252;
}
.page-headers {
    font-size: 45px;
    text-align: center;
    font-family: RobotoSlabLight;
    margin-top: 50px;
}
.lisence-block {
    box-shadow: rgba(0,0,0,.4) 0 -2px 10px;
    margin-top: 0px;
}
.footer-block {
    background-color: #323232;
    color: white;
}
.footer-header {
    font-size: 21px;
    color: #00a1ff;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: RobotoSlabRegular;
}
.footer-block ul {
    margin: 0;
    padding: 0;
    margin-top: 35px;
}
.footer-block ul li {
    list-style-type: none;
    color: white;
    font-family: OpenSansRegular;
}
.footer-block ul li a {
    color: white;
    text-decoration: none;
    font-family: OpenSansRegular;
}
.footer-block ul li a:hover {
    color: #00a1ff;
}
.btn {
    border-radius: 0;
}
.temperature-block {
    background-color: rgba(0, 0, 0, 0.77);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 100;
}
.main-project-name {
    color: #00a1ff;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: RobotoSlabRegular;
}
p {
    font-family: OpenSansRegular;
}
a {
    font-family: OpenSansRegular;
    color: #00a1ff;
    text-decoration: none !important;
}
a:hover {
    color: #006ca9;
}
.lisence-header {
    font-size: 44px;
    font-family: RobotoSlabLight;
    margin-top: 70px;
}
@media (max-width: 768px) {
    .lisence-header {
        margin-top: 20px;
    }
}
.for-customer .services-box .icon{
    background-color:#00a1ff;
}
.services-box {
    margin-top: 50px;
    width: 100%;
    min-height: 100px;
    box-shadow: rgba(0,0,0,.4) 0 -2px 10px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 50px;
}
.line-blue {
    background-color:#00a1ff;
    height: 3px;
}
.services-box .icon .service_icon {
     font-size: 85px;
     color: #00a1ff;
}
.services-box:hover .service_icon {
    color: #005da3;
}
.services-box:hover .line-blue {
    background-color: #005da3;
}
.services-box {
    text-align: center !important;
    /*display:table;*/
}
.services-box .text {
    font-size: 14px;
    font-family: OpenSansBold;
    text-transform: uppercase;
    padding: 20px;
    display: table;
    width: 100%;
}
.services-box .text .text-title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}

.text-info-404 {
    color: #00a1ff;
    text-transform: uppercase;
}
.navbar-menu {
    margin-top: 20px;
}
.breadcrumb {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: transparent;
    padding-left: 0;
}
.breadcrumb li{
    text-transform: uppercase;
    font-family: OpenSansBold;
}
.breadcrumb li a {
    color: black;
    font-family: OpenSansBold;
}
.breadcrumb li.active {
    color: #00a1ff;
}
.current-page-header {
    font-family: RobotoSlabLight;
    font-size: 25px;
    margin-bottom: 30px;
}
.aforizm {
    font-family: OpenSansItalic;
}
h1.license-header,h2.license-header,h3.license-header,h4.license-header,h5.license-header {
    font-family: RobotoSlabBold;
}
ul.list{
    list-style: none;
    padding: 0;
    /*margin: 0;*/
}
ul.list > li{
    padding-left: 20px;
    position: relative;
    margin: 10px;
}
ul.list > li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: #000000;
}
input,textarea {
    border-radius: 0 !important;
}
h3.modal-title {
    font-family: RobotoSlabLight;
}
.modal-content {
    padding: 10px;
}
.service-objects-block {
    background-color:#00a1ff;
    padding-bottom: 60px;
}
.service-objects-block h3 {
    color: white;
    margin-top: 50px;
}
h1,h2,h3,h4,h5 {
    font-family: RobotoSlabLight;
}
h5.do_it {
    font-family: RobotoSlabBold;
    line-height: 20px;
    letter-spacing: 2px;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold {
    font-family: RobotoSlabBold;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular {
    font-family: RobotoSlabRegular;
}

.bold {
    font-family: OpenSansBold;
}

.for-customer {
    margin-bottom: 0px;
}
ul li {
    font-family: OpenSansRegular;
}
.service-object-item {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
.service-object-item .project {
    padding: 0;
    margin: 0;
    background-color: white;
    /*max-height: 600px;*/
    /*min-height: 545px;*/
}
.service-object-item .project .text-project {
    padding: 20px;
}
.service-24-content {
    margin-bottom: 70px;
}
.project_main .project, .service-object-item .project{
    min-height: 100px;
    max-height: 600px;
}

.project_main .project .image-project, .service-object-item .project .image-project {
    width: 100%;
    height: 210px;
    overflow: hidden;
}
@media  (max-width: 768px ) {
    .project_main .project {
        max-height: 1000px;
        min-height: 100px;
    }
    .service-object-item .project {
        min-height: 100px;
        max-height: 1000px;
    }
}
table {
    font-family: OpenSansRegular;
}
.pagination li span, .pagination li a {
    border-radius: 0 !important;
}
.pagination {
    margin-top: 50px;
}
a.active .services-box .line-blue{
    background-color: #005da3;
}
a.active .services-box .text-title{
    color: #005da3;
}