/* Add here all your css styles (customizations) */
@font-face {
    font-family: 'plumb';
    src: url('fonts/Plumb-Light.eot');
    src: url('fonts/Plumb-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Plumb-Light.woff') format('woff'),
    url('fonts/Plumb-Light.ttf') format('truetype'),
    url('fonts/Plumb-Light.svg#open_sansbold') format('svg');
}
@font-face {
    font-family: 'plumbCondensed';
    src: url('fonts/PlumbCondensed-Light.eot');
    src: url('fonts/PlumbCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/PlumbCondensed-Light.woff') format('woff'),
    url('fonts/PlumbCondensed-Light.ttf') format('truetype'),
    url('fonts/PlumbCondensed-Light.svg#open_sansbold') format('svg');
}
@font-face {
    font-family: "HelveticaRegular";
    src: url("fonts/HelveticaRegular/HelveticaRegular.eot");
    src: url("fonts/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Myriad";
    src: url("fonts/MyriadPro-Regular.eot");
    src: url("fonts/MyriadPro-Regular.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadPro-Regular.woff") format("woff"),
    url("fonts/MyriadPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadLight";
    src: url("fonts/MyriadPro-Light.eot");
    src: url("fonts/MyriadPro-Light.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadPro-Light.woff") format("woff"),
    url("fonts/MyriadPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadBold";
    src: url("fonts/MyriadPro-Bold.eot");
    src: url("fonts/MyriadPro-Bold.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadPro-Bold.woff") format("woff"),
    url("fonts/MyriadPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    font-family: 'Myriad';
    font-size: 14px;
}
h1,h2,h3,h4 {
    font-family: 'HelveticaRegular';
}

span.label-red,
span.badge-red,
.list-group-item.active>.badge {
    background: #ef7e2d !important;
}
 
.headline-v2{
    border-left: 2px solid #ef7e2d;
}    

.btn-svsOrange {
	background-color: #ef7e2d;
    border-color: #ef7e2d;
    color: #fff;
	padding: 6px 42px;
}
.btn-svsBlue {
    background-color: #2B56A0 !important;
    border-color: #2B56A0;
    color: #fff;
}
.padtop7 {
	padding-top: 7px;
}
.text-white {

	color: #fff;
}
.service-block-v8 {
    padding: 10px;
    background: #f9f9f9;
}
.service-block-v8 .service-block-desc h3:after {
    height: 10px;
    /*background: #f2802f;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed7e39+0,eaa67c+100 */
background: #ed7e39; /* Old browsers */
background: -moz-linear-gradient(left,  #ed7e39 0%, #eaa67c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ed7e39 0%,#eaa67c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ed7e39 0%,#eaa67c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7e39', endColorstr='#eaa67c',GradientType=1 ); /* IE6-9 */


}

.price-active, .pricing:hover {
    z-index: 9;
     margin-top: 0;
}
.pricing {
    position: relative;
    border-radius: 0px;
    margin-bottom: 15px;
    box-shadow: none;
}
.pricing:hover {
    box-shadow: 0 0 5px #444;
}
.pricing p {
    padding-top: 10px;
    font-size: 14px;
}
.service-block-v8 .mb5 h3:after {
    width: 60px;

}
.service-block-v8 .mb10 h3:after {
    width: 120px;
}
.service-block-v8 .mb30 h3:after {
    width: 180px;
}
.service-block-v8 .mb50 h3:after {
    width: 240px;
}
.service-block-v8 .mb95 h3:after {
    width: 300px;
}
.btn-u.btn-brd.btn-u-orange:hover {
    color: #d35400;
    border-color: #e67e22;
}
.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
    /*background: #e67e22;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed7e39+0,eaa67c+100 */
background: #ed7e39; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ed7e39 0%, #eaa67c 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #ed7e39 0%,#eaa67c 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #ed7e39 0%,#eaa67c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7e39', endColorstr='#eaa67c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.header-v1 .topbar-v1 {
    background: #313131;
}
.footer-v1 .footer {
    background: #313131;
}
.worktime_extended {
    padding: 2em 2em 1em;
    position: absolute;
    height: 270px;
    width: 400px;
    background-color: #f8f8f8;
    right: 143px;
    top: 43px;
    z-index: 10000;
    display: none;
    /*border-radius: 4px;*/
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}
.payButton {
    margin: 0 !important;
}
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.btn-lg {
    font-size: 20px;
}
.tablePrice {
    font-size: 16px;
}
.blog-latest-posts small, .blog-trending small {
    color: #ef7e2d;
}
.breadcrumbs-v1 {
    padding: 200px 0;
    /*position: relative;*/
    background: url(.img/uslugi2.jpg) center no-repeat;
    background-size: cover;
}
.breadcrumbs-v1-3 {
    padding: 200px 0;
    /*position: relative;*/
    background: url(.img/bg_pay.jpg) center no-repeat;
    background-size: cover;
}
.breadcrumbs-v1-1 {
    padding: 100px 0;
    /*position: relative;*/
    background: url(.img/uslugi.jpg) center no-repeat;
    background-size: cover;
}

.service-block-v8-2 {
    padding: 25px;
    background: #fff;
    /*min-height: */
}
.service-block-v8-2 i {
    color: #555;
    float: left;
    font-size: 22px;
    margin: 5px 25px 0 0;
}
.service-block-v8-2 .service-block-desc {
    overflow: hidden;
    min-height: 250px;
}
@media screen and (min-width: 1240px)  {
    .service-block-v8-2 .btn-svsBlue {
    position: absolute;
    bottom: 50px;
    }


}
.header_text {
    font-family: "plumb";
    font-weight: 100;
    font-size: 20pt;
}
.header-v1 .navbar-default .navbar-nav > li > a {
    font-size: 20px;
}
.header-v1 .navbar {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(173,173,173,0.28);
    -moz-box-shadow: 0px 4px 15px 0px rgba(173,173,173,0.28);
    box-shadow: 0px 4px 15px 0px rgba(173,173,173,0.28);
}
.nav-map {
    position: absolute;
    top: 260px;
    left: 50px;
    width: 310px;
    z-index: 10;
}
#contacts-map, #project-map {
    width: 100%;
    height: 500px;
}
.nav-map li {
        padding: 0 15px 15px;
        max-height: 50px;
    }
    .nav-map .header-title {
        line-height: 50px;
    }
    .nav-map li {
    background: #fff;
    padding: 0 29px 30px;
    margin-top: 1px;
    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
.nav-map li:first-child {
    margin-top: 0;
}
.nav-map li.active {
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
.nav-map .header-title {
    line-height: 70px;
    vertical-align: middle;
}
.nav-map .header-title a {
    font-size: 13px;
    line-height: 18px;
    color: #22222d;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.nav-map .header-title a.active,
.nav-map .header-title a:hover {
    border-bottom-color: transparent;
}
.nav-map .contact-info {
    font-size: 14px;
    line-height: 26px;
    color: #22222d;
    padding-left: 26px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.nav-map .contact-info i {
    line-height: 0;
    position: absolute;
    top: 9px;
    left: -26px;
}
.nav-map .contact-info i:before {
    color: #bfbfbf;
    margin-left: 0;
}
.nav-map .contact-info span {
    font-size: 13px;
    color: #8d8980;
    position: relative;
}
.nav-map .contact-info a {
    font-size: 14px;
    line-height: 26px;
    color: #e67e22;
    text-decoration: none;
}
@media screen and (max-width: 763px) {
.nav-map {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
}
.service-box-v1 .service-block {
    min-height: 420px;
}
.bold {
    font-family: "MyriadBold";
}
.service-box-v1 p:after {
    height: 1px;
    background: #ed7e39;
}
.service-box-v1 li {
    border-top: dotted 1px #ed7e39;
}
.headline {
    border-bottom: none;
}
.ttn {
    text-transform: none !important;
}
