@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic';

aside, nav, footer, header, section { display: block }
body {
    margin: 0;
    font-family: 'PT_Sans';
    font-size: 11px;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    /*min-width: 1085px;
	zoom:90%;*/
	min-width:984px;
}

.b-dotted {}
a {
    color: inherit;
}
input, textarea, button, select, a, .lds-nav *,.lds-nav {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.header-phone {
    border-left: 1px solid #868490;
    margin-left: 30px;
}
input, textarea, button, select {
    font-family: 'PT_Sans';
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.inner {
    max-width: 1150px;
    width: 98%;
    margin: 0 auto;
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.animate {
    visibility: hidden;
}

#all {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
}

.header {
    background: #4c4c4c;
    /*background: rgba(0, 0, 0, 0.7);*/
    color: #fff;
    position: fixed;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #878591;
    /*min-width: 1085px;*/
    height: 55px;
    z-index: 9999;
	min-width:1000px;
}

.clearfix {}

.logo {
    float: left;
    margin: 7px 30px 0 50px;
    width: 60px;
}

.logo img {
    max-width: 100%;
}

.logo img {
    vertical-align: middle;
}

.slogan {
    float: left;
    text-transform: uppercase;
    margin: 19px 0 0;
}

.fl {}

.button-client {
    float: left;
    margin: 14px 25px;
}

.button-style1 {
    background: #fea700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fea700 0%, #fe5100 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#fe5100)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  #fea700 0%,#fe5100 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  #fea700 0%,#fe5100 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  #fea700 0%,#fe5100 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  #fea700 0%,#fe5100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea700', endColorstr='#fe5100',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    position: relative;
}

.button-style1 > * {
    position: relative;
    z-index: 2;
}

.button-style1:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 100%;
    background: #FF5200;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style1:hover:after {
    top: 0;
}

.button-style1:hover {/* background: #FF5300; */}

.button-style2 {
    background: #000;
    border: none;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fe5000;
    font-weight: bold;
    padding: 0 20px;
    cursor: pointer;
}

input.style1,
textarea.style1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000000;
    padding: 0;
    background: none;
    font-size: 16px;
    color: #3f3f3f;
    font-style: italic;
}

input.style1 {
    line-height: 36px;
    height: 38px;
    padding: 0 15px;
}

textarea.style1 {
    padding: 10px 15px;
    resize: none;
}

.navigation {
    float: left;
    border-left: 1px solid #868490;
    border-right: 1px solid #868490;
}

.button-style1 * {
    display: inline-block;
    vertical-align: middle;
}

.button-style1 img {
    margin-right: 5px;
    max-width: 14px;
}

.nav-open {
    width: 70px;
    height: 55px;
    line-height: 55px;
    background: url(../images/icons/menu-w.png) 25px 50% no-repeat;
    padding-left: 65px;
    cursor: pointer;
}

.nav-open.active {
    color: #5b5b5b;
    background: #fff url(../images/icons/menu.png) 25px 50% no-repeat;
}

.header-phone,.map-b {
    float: left;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 230px;
    border-right: 1px solid #868490;
    
}
.map-b b {
    background:url(../images/icons/map-w.png) 0 50% no-repeat;
    display:inline-block;
    padding-left:50px;
}
.map-b b:hover {
    background:url(../images/icons/maps-w2w.png) 0 50% no-repeat;
}

.header-phone *,.map-b * {
    display: inline-block;
    /* vertical-align: middle; */
    
}

.header-phone img,.map-b img {
    margin-right: 10px;
    vertical-align: middle;
    max-height: 17px;
}

.map-b {
    float: left;
    border-right: none;
}

.navigation ul {
    position: absolute;
    text-align: right;
    font-size: 13px;
    color: #5b5b5b;
    background: #fff;
    left: 0;
    padding: 10px 0px;
    margin: 0;
    width: 100%;
    line-height: 20px;
    display: none;
    overflow: hidden;
}

.navigation ul li {
    display: inline-block;
    border-left: 1px solid #d5d5d5;
}

.navigation ul li:last-of-type {
    margin-right: 10px;
}

.navigation ul li:first-of-type {
    border: none;
}

.navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 0 20px;
}

.navigation ul li.active a,.navigation ul li:hover a {
    color: #ef4c02;
}

.home-slider {
    height: 100%;
    width: 100%;
    /* max-width:1600px; */
}

.big-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -398px;
    z-index: 2;
}

.big-logo img {
    vertical-align: middle;
    height: 100%;
}

.big-logo img {}

.hs-wrap {}

.hs-item {
    background-position: 50%;
    background-size: cover;
    height: 1080px;
    width: 100%;
    position: relative;
}

.hs-item:after,
.b-dotted:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/slider-dots.png) repeat;*/
}

.b-dotted:after {
    position: fixed;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    text-indent: 9999px;
    border-radius: 50%;
}

.owl-prev {
    background: rgba(255, 255, 255, 0.1) url(../images/icons/prev.png) 50% no-repeat;
    left: 120px;
}
.owl-prev:hover {
    background: rgba(255, 255, 255, 0.1) url(../images/icons/prev-hover.png) 50% no-repeat;
      -webkit-transition: All 0.5s ease;
-moz-transition: All 0.1s ease;
-o-transition: All 0.1s ease;
-ms-transition: All 0.1s ease;
transition: All 0.1s ease;
}


.owl-next {
    background: rgba(255, 255, 255, 0.1) url(../images/icons/next.png) 50% no-repeat;
    right: 120px;
}
.owl-next:hover {
    background: rgba(255, 255, 255, 0.1) url(../images/icons/owl-next-hover.png) 50% no-repeat;
      -webkit-transition: All 0.5s ease;
-moz-transition: All 0.1s ease;
-o-transition: All 0.1s ease;
-ms-transition: All 0.1s ease;
transition: All 0.1s ease;
}

.menu-icons {
    position: absolute;
    bottom: 49px;
    left: 0;
    width: 100%;
    /* max-width: 1600px; */
    /* display: none; */
    z-index: 2;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.menu-icons.fixed {
    position: fixed;
    bottom: 39px;
    z-index: 5;
}

.menu-icons .close {
    background: url(../images/icons/close.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mi-item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 16%;
}

.mi-item, .mi-item * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.8s ease;
}

.mi-item:hover {
    margin-top: -10px;
}

.mi-item a {
    text-decoration: none;
}

.mi-item .image {
    display: table-cell;
    vertical-align: middle;
    height: 55px;
}

.mi-item:hover .image {
    height: 80px;
}

.mi-item:hover .image img {
    display: none;
}

.mi-item:hover .image img.active {
    display: inline-block;
    height: 100%;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.mi-item .image img {
    vertical-align: bottom;
    display: none;
}

.mi-item .image .active {
    display: block;
    height: 55px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.mi-item .name {
    display: block;
    text-transform: uppercase;
    /*width: 130px;*/
    height: 36px;
    margin: 0 auto -36px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    text-align:center;
}

.mi-item:hover .name {
    /* display: block; */
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    margin-bottom: 0;
}
.head-w-bg {
    background:url(../images/head-w-bg.jpg) no-repeat center center fixed; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;
    background-size: cover;
}

.footer {
    /*position: fixed;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    color: #8b8b8b;
    border-top: 1px solid #878591;
    line-height: 20px;
    padding:6px 0 9px 0;
    /*min-width: 1085px;*/
    
}

.copy {
    float: left;
    margin: 0px 20px;
}

.hold {
    float: left;
   /* margin: 0 35px 0 0;*/
    margin: 0 20px 0 0;
}

.dev {
    float: left;
}

.dev img {
    vertical-align: middle;
}

.fr {}

.social {
    float: left;
}

.social a {
   /* margin: 0px 18px;*/
    margin: 0px 4px;
}

.f-language {
    float: left;
    margin:-6px 0 -9px 20px;
	position:relative;
}
.f-language a {display:block;height:35px;width:72px;box-sizing:border-box;line-height:35px;color:#fff;text-transform:uppercase;text-decoration:none;padding-left:11px;position:relative;z-index:1;}
.f-language ul {position:absolute;bottom:100%;left:0;right:0;display:none;margin:0;padding:0;list-style:none;}
.f-language:hover ul {display:block;background:rgba(0, 0, 0, 0.7);}
.f-language:hover > a {background:rgba(0, 0, 0, 0.7);} 
.f-language ul a:hover {background:rgba(0, 0, 0, 0.7);} 
.f-language a:before {position:absolute;content:'';display:block;margin:auto;top:0;bottom:0;right:9px;width:22px;height:14px;background:url(../images/flag.png) no-repeat 0 0;}
.f-language a.ru:before {background-position:0 0;}
.f-language a.en:before {background-position:0 -14px;}
.f-language a.de:before {background-position:0 -28px;}
.f-language a.es:before {background-position:0 -42px;}
.f-language a.jp:before {background-position:0 -56px;}
.f-language a.cn:before {background-position:0 -70px;}

#map,
#map2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#map3 {
    position: absolute;

    width: 100%;
    height: 100%;
    z-index: 0;
}

.map-page{
	background:#4c4c4c;
}

.map-page .head{
	padding:10px 0 10px 0;
	color:#fff;
}
.map-page .breadcrumbs{
	    margin-top: 56px;
}

.breadcrumbs {
    margin-top: 62px;
    position: relative;
    z-index: 999;
    line-height: 20px;
    padding: 0 0 0 90px;
    max-width: 550px;
    width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+100&0.4+0,0+100 */
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
	
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.4)), color-stop(50%,rgba(0,0,0,0.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 100%); /* IE10 preview */
    background: url(../images/das-home2.png) 70px no-repeat, linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	
}


.breadcrumbs a.ico-home {display:block;position:absolute;top:2px;left:65px;width:15px;height:15px;}
.breadcrumbs a.ico-prev {display:block;position:absolute;top:2px;left:50px;width:15px;height:15px;}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs span {}

.breadcrumbs .sep {
    margin: 0 3px;
}

.head {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 55px 0 30px;
    position: relative;
    z-index: 2;
    margin:0px;
}

.head.orange {
    color: #fff;
}

.head.orange span {
    padding: 5px 15px;
    border: 4px solid #FE5000;
}

.head-w {
    color: #fff;
}

.contacts-area {
    color: #fff;
   background: #e0e0e0 url(../images/contacts1.jpg) center 0 no-repeat;
    width: 100%;
    z-index: 10;
    margin-top: -80px;
    padding-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-size: cover;
}

.ca-up-bg{

}

.contacts-area .inner {
    max-width: 1120px;
}

.contacts-area.active {
    position: relative;
    margin-top: 0;
    top: 25px;
}

.ca-button {
    height: 55px;
    cursor: pointer;
    background: url(../images/icons/up-w.png)  no-repeat;
    background-position: top 15px left 50%;
}

.ca-button.active {
    background-image: url(../images/icons/down-w.png);
}

.ca-up {}

.ca-up.active {
    background: #f14f04;
    background: rgba(241, 79, 4, 0.8);
}

.inner {}

.ca-col {
    float: left;
    width: 31.5%;
    margin-right: 2.7%;
    padding: 25px 0;
}

.ca-col a {
    text-decoration: none;
}

.ca-col:last-of-type {
    margin-right: 0;
}

.ca-col h2 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0;
}

.ca-col p {
    margin: 0 0 0px 58px;
    line-height: 1.78em;
    color: #c0c0c0;
    font-size:16px;
}

.ca-col p img {
    vertical-align: middle;
}

.ca-hide {
    overflow: hidden;
    background: #c1c1c1 url(../images/contacts2.jpg) center 0 no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.ca-hide a {
    color: #6cbcef;
    text-decoration: underline;
}

.ca-row {}

.ca-col .ca-h {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    height:55px;
    position: relative;
    line-height: 40px;
overflow:hidden;   
color:#fff; 
}

.ca-col .ca-h span {
    /* display: table-cell; */
    /* width: 243px; */
        padding: 0 0 0 65px;
}

.ca-h * {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.ca-h img {
    max-width: 50px;
    max-height: 45px;
    margin-right: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ca-col:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.ca-hr {
    height: 1px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fe5000+30,fe5000+70,ffffff+100&0+0,1+30,1+70,0+100 */
    overflow: hidden;
    width: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(254,80,0,1) 30%, rgba(254,80,0,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(254,80,0,1)), color-stop(70%,rgba(254,80,0,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(254,80,0,1) 30%,rgba(254,80,0,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(254,80,0,1) 30%,rgba(254,80,0,1) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(254,80,0,1) 30%,rgba(254,80,0,1) 70%,rgba(255,255,255,0) 100%); /* IE10 preview */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(254,80,0,1) 30%,rgba(254,80,0,1) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.mapboxs {
    position: absolute;
    left: -1000px;
}

.mapbox {
    background: #fff;
    line-height: 1.78em;
    font-family: 'PT_Sans';
    font-size: 14px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 310px;
    padding: 10px 15px;
}

.ld {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50%;
    margin-top: -90px;
    overflow: hidden;
}

.ld-business:after {
    display: none;
}

.ld:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/slider-dots1.png) repeat;
}

.ld > .cell {
    height: inherit;
    width: 2000px;
    padding-top: 90px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.ld-row {
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}

.ld-business .ld-row {
    font-size: 26px;
}

.ld-col {
    width: 33.333%;
    float: left;
}

.ldc-item {
    max-width: 398px;
    display: inline-block;
    background: url(../images/ldc.png) no-repeat;
    background-position: 50%;
    cursor: pointer;
    background-size: auto 100%  !important;
}

.ldc-item .cell {
    width: 500px;
    height: 325px;
    text-decoration: none;
    
}

.ldc-item img {
    max-width: 50%;
    margin-top: -14%;
}

.ldc-item span {
    display: block;
    font-size:14px;
    line-height: 1.3em;
}

.ldc-item-wo1:hover {
    background: url(../images/ld/wo1.png) 50% no-repeat;
}

.ldc-item-wo2:hover {
    background: url(../images/ld/wo2.png) 50% no-repeat;
}

.ldc-item-wo3:hover {
    background: url(../images/ld/wo3.png) 50% no-repeat;
}

.ldc-item-wo4:hover {
    background: url(../images/ld/wo4.png) 50% no-repeat;
}

.ldc-item-wo5:hover {
    background: url(../images/ld/wo5.png) 50% no-repeat;
}

.ldc-item-wo6:hover {
    background: url(../images/ld/wo6.png) 50% no-repeat;
}

.ldc-item-b1:hover {
    background: url(../images/ld/b1.png) 50% no-repeat;
}

.ldc-item-b2:hover {
    background: url(../images/ld/b2.png) 50% no-repeat;
}

.ldc-item-b3:hover {
    background: url(../images/ld/b3.png) 50% no-repeat;
}

.ldc-item-b4:hover {
    background: url(../images/ld/b4.png) 50% no-repeat;
}

.ldc-item-b5:hover {
    background: url(../images/ld/b5.png) 50% no-repeat;
}

.ldc-item-b6:hover {
    background: url(../images/ld/b6.png) 50% no-repeat;
}

.ld-cen {
    height: 110px;
    margin: 45px 0;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding-right: 445px;
    position: relative;
    z-index: 999;
}

.anim-cube {
    position: absolute;
    /* z-index: 2; */
}

.ld-cen .anim-cube {
    height: 160px;
    /* width: 50%; */
    margin-right: 590px;
}

.ac-item {
    float: left;
    width: 50px;
    height: 50px;
    animation-name: acfade;
    -webkit-animation-name: acfade;
    background: #fff;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-iteration-count: infinite;
}

.wt-right .ac-item {
    width: 61px;
    height: 61px;
}


@-webkit-keyframes acfade {
    0% {
        opacity: 0.1;
    }    
    50% {
        opacity: 0.6;
    }     
    100% {
        opacity: 0.1;
    }    
}


@keyframes acfade {
    0% {
        opacity: 0.1;
    }    
    50% {
        opacity: 0.6;
    }     
    100% {
        opacity: 0.1;
    }    
}


@-webkit-keyframes acfade2 {
    0% {
        opacity: 0.1;
    }    
    100% {
        opacity: 1;
    }    
}


@keyframes acfade2 {
    0% {
        opacity: 0.1;
    }    
    100% {
        opacity: 1;
    }    
}

.ld-cen .ac-item {
    width: 80px;
    height: 80px;
    animation-name: acfade2;
    -webkit-animation-name: acfade2;
    -webkit-animation-iteration-count: inherit; /* Chrome, Safari, Opera */
    animation-iteration-count: inherit;
}

.ac-time1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.ac-time2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.ac-time3 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.ldc-text {
    float: right;
    background: #fff;
    line-height: 110px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left:10px;

    min-width: 420px;
    margin-right: -310px;
    box-shadow: 8px 0 0 #fe5000;
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.ldc-text span {
    padding-right:50px;
    /*padding-left: 50px;*/
    text-align: left;
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    display: block;
}

/*.ldc-text .comet-tail
{
    background: #fff;
    width:200px;
    float:left;
    height:160px;
    position: absolute;
    top: 0px;
    left: -195px;
    background: linear-gradient(to left, #fff 0%, rgba(256,256,256,0) 100%);
}*/
.ldc-next {
    /* position: absolute; */
    /* top: 50%; */
    /* right: 0; */
    background: url(../images/icons/next-d.png) no-repeat;
    width: 62px;
    height: 85px;
    margin-top: -42px;
    cursor: pointer;
    -webkit-animation-name: ldc-next;
    animation-name: ldc-next;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: scale(0.7);
}

.ldc-next-wr {
    position: absolute;
    top: 50%;
    right: 0;
}

@-webkit-keyframes ldc-next {
  0 {
    background: url(../images/icons/next-d.png) no-repeat;
    transform: scale(0.7);
  }
  25%
  {
    transform: scale(0.6);
  }
  33%{
    background: url(../images/icons/next-d2.png) no-repeat;
    
  }
  50%
  {
    transform: scale(0.7);
  }

  66% {
    background: url(../images/icons/next-d3.png) no-repeat;
    
  }
  75%
  {
    transform: scale(0.6);
  }
  100%
  {
    transform: scale(0.7);
  }
}

@keyframes ldc-next {
  0 {
    background: url(../images/icons/next-d.png) no-repeat;
    transform: scale(0.7);
  }
  25%
  {
    transform: scale(0.6);
  }
  33%{
    background: url(../images/icons/next-d2.png) no-repeat;
    
  }
   50%
  {
    transform: scale(0.55);
  }

  66% {
    background: url(../images/icons/next-d3.png) no-repeat;
    
  }
  75%
  {
    transform: scale(0.6);
  }
  100%
  {
    transform: scale(0.7);
  }
}

.flash {
  -webkit-animation-name: ldc-next;
  animation-name: ldc-next;
}

.ld-serv {
    position: relative;
}

.lds-row {
    overflow: hidden;
}

.lds-text {
    width: 42%;
    float: left;
    text-align: center;
}

.lds-r .lds-text {
    float: right;
}

.lds-text .button-style1 {
    font-weight: bold;
    width: 170px;
}

.lds-text h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.lds-text hr {
    width: 135px;
    height: 3px;
    border: none;
    background: #fe5000;
   /* margin: 18px auto;*/
   margin:5px auto 5px auto;
}

.lds-text p {
    margin: 0 0 35px;
    text-align: justify;
    font-size: 13px;
    /*line-height: 1.87em;*/
    line-height: 1.5em;
    padding: 0 6%;
}

.lds-text .cell {
    /*height: 375px;*/
    height:305px;
    width: 2000px;
}

.lds-image {
    position: relative;
    width: 58%;
    float: right;
    overflow: hidden;
    height:305px;
}

.lds-r .lds-image {
    float: left;
}

.lds-text + .lds-image .anim-cube {
    left: inherit;
    right: 0;
}

.lds-text + .lds-image .anim-cube .ac-item {
    float: right;
}

.lds-image .anim-cube {
    right: inherit;
    /* margin: 0 340px 0 0; */
    left: 0;
    width: 160px;
}

.lds-image > div {
    height: 375px;
    position: relative;
    background-size: cover;
    background-position: 0 50%;
}

.lds-r .lds-image > div {
    background-position: 99.3% 0;
}

.lds-nav {
    position: absolute;
    right: 15px;
    z-index: 20;
    text-align: center;
    opacity: 0;
    top: 170px;
    width: 119px;
}

.landingFix {
    position: fixed;
    opacity: 1;
}

.lds-nav ul {
    margin: 0;
    padding: 0;
}

.lds-nav ul li {
    display: block;
    margin: 8px 0;
}

.lds-nav a {
    display: inline-block;
    border-radius: 50%;
}

.lds-nav a.cur {
    border: none;
    border-radius: 50%;
}

.lds-nav div {
    border-radius: 50%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 0;
    height: 0;
    border: none;
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 12px #fe5000;
}

.lds-nav2 div {
    background-size: cover;
}

.lds-nav div:hover {
    box-shadow: inset 0 0 0 2px #fe5000;
}

.lds-nav a.cur div,.lds-nav a:hover div {
    width: 58px;
    height: 58px;
    /* border: 1px solid #fff; */
    box-shadow: none;
    /* border-radius: 0; */
}

.slideRight{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;  

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible !important; 
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }           
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }       
    100% {
        -webkit-transform: translateX(0%);
    }
}

.slideLeft{
    animation-name: slideRight;
    -webkit-animation-name: slideRight; 

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible !important; 
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }       
    100% {
        transform: translateX(0%);
    }   
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }       
    100% {
        -webkit-transform: translateX(0%);
    }
}

.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;    

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;

    visibility: visible !important;         
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }       
    100% {
        transform: translateY(0%);
        opacity: 1;
    }   
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }       
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }   
}

.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    

    visibility: visible !important;                     
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }       
    100% {
        transform: translateY(0%);
        opacity: 1
    }       
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }       
    100% {
        transform: translateY(0%);
        opacity: 1
    }    
}

.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible !important; 
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        transform: scale(1.1);  
    }
    80% {
        transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        transform: scale(1);
        opacity: 1; 
    }       
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        -webkit-transform: scale(1);
        opacity: 1; 
    }       
}


.wrap-white {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
    padding: 50px 0;
    /*margin-bottom: 100px;*/
}

.wrap-white .inner {
    max-width: 1010px;
}

.date-cols {
    overflow: hidden;
    position: relative;
    border-bottom:2px solid #000;
    margin-bottom:40px;
}

.date-col {
    float: left;
    width: 50%;
}

.dc-item {
    overflow: hidden;
    margin-bottom: 40px;
}

.dc-item:last-of-type {
    margin-bottom: 20px;
}

.dc-in {
    max-width: 230px;
    float: left;
}

.dc-item2 .dc-in {
    float: right;
}

.dc-in .image {
    width: 220px;
    height: 164px;
    margin-bottom: 10px;
    border:2px solid #fe5000;
}

.imagefill {
    overflow: hidden;
    position: relative;
}

.dc-in .name {
    font-size: 13px;
}

.dc-in .name a {
    text-decoration: none;
}

.dc-date {
    margin: 50px 0 0 250px;
    text-align: center;
}

.dc-item2 .dc-date {
    margin: 50px 250px 0 0;
}

.dc-date span {
    font-size: 13px;
    width: 110px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #fe5000;
    line-height: 20px;
}
.dc-date:hover span {
    font-size: 18px;
}
.date-cols .date-m:hover {
    font-size:24px;
}

.date-m {
    position: absolute;
    left: 50%;
    font-size: 20px;
    color: #fe5000;
    font-weight: bold;
    width: 100px;
    text-align: center;
    margin-left: -50px;
}

.date-m div {
    margin-top: 75px;
    position: relative;
}

.date-m div:after,
.date-m div:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 4000px;
    background: #000;
}

.date-m div:after {
    top: 35px;
}

.date-m div:before {
    top: -4010px;
}

.dc-item2 {
    margin-top: 110px;
    margin-bottom: -30px;
}

.subscription {
    /*width: 230px;*/
    position: absolute;
    right: 0;
	top:60px;
	z-index:999;
}

.news-wrap .subscription {
    width: 310px;
    position: absolute;
    right: 290px;
    top: 50px;
}

.date-col .subscription {
    float: right;
}

.subscription p {,
    animation: 0;
    margin:0 0 17px 0;
	padding:0;
    font-size: 14px;
	color:#000000;
}

.ss-input {
    border: 1px solid #000;
    margin-top: 5px;
    position: relative;
    height: 36px;
	/*width:270px;*/
}

.ss-input .input {
/*    padding: 0;
    margin: 0;
    border: none;
    background: none;
    font-size: 16px;
    color: #3f3f3f;
    font-style: italic;
    line-height: 36px;
    margin: 0 0 0 15px;
    width: 165px;*/
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(255,255,255,0.44);
    font-size: 16px;
    color: #c2c2c2;
    /* font-style: italic; */
    /* line-height: 36px; */
    margin: 0;
    width: 215px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 10px;	
}

.ss-input .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 36px;
    padding: 0;
    margin: 0;
    background: #000 url(/src/images/ss-w-new.png) left top no-repeat;
    border: none;
    cursor: pointer;
}


.archiv{
	height:36px;
	position:relative;
	margin:24px 0 0 0;
	    width: 270px;
}
.archiv span{
	line-height:36px;
	color:#ff5200;
	font-size:14px;
	padding:0 0 0 7px;
}

.archiv input[type="submit"]{
	width:42px;
	height:38px;
	position:absolute;
	top:0;
	right:0;
	    background: url(/src/images/ss-w-new-2.png) left top no-repeat;
	border:0 none;
	cursor:pointer;
}
.archiv .input-box{
	width:155px;
	position:absolute;
	top:0;
	left:77px;
	    background: rgba(255,255,255,0.44);
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		height: 35px;
}
.archiv .input-box input{
	width:80px;
	line-height:34px;
	height:34px;
	background:none;
	border:0 none;
	text-align:center;
	color:#c2c2c2;
	font-size:14px;
}
.archiv .input-box select{
	width:68px;
	line-height:34px;
	height:34px;
	background:none;
	border:0 none;
	text-align:center;
	font-size:14px;
	position:absolute;
}
.archiv .input-box select+select{
	left:82px;
	border-left:1px dotted #c5c5c5;
}
.archiv .input-box input+input{
	width:65px;
	border-left:1px dotted #c5c5c5;
}

.wrap-head {
    margin-bottom: 15px;
}

.wrap-head span {
    font-size: 24px;
}

.back-link {
    float: right;
    font-size: 15px;
    color: #fe5000;
    background: url(../images/icons/back.png) 0 50% no-repeat;
    padding-left: 24px;
    margin: 5px 0;
}

.news-details {}

.news-details .image {
    /*width: 295px;
    height: 180px;*/
    float: left;
}

.news-details .details {
    margin-left: 355px;
}

.news-details .text {
    /* border-bottom: 1px solid #a5a5a5; */
    /* padding-bottom: 15px; */
    margin-bottom: 25px;
    text-align: justify;
}

.news-details .text p {}

.comments-form {
    max-width: 485px;
    border-top: 1px solid #a5a5a5;
    padding-top: 25px;
    margin-top: 15px;
    display: none;
}

.comments-form h2 {
    font-weight: normal;
    font-size: 15px;
    color: #fe5000;
    margin: 0;
}

.comments-form p {
    margin: 5px 0 20px;
    font-size: 13px;
    color: #5f5f5f;
}

.comments-form .input-row {
    overflow: hidden;
}

.comments-form input.style1 {
    width: 100%;
    margin-bottom: 18px;
}

.comments-form .input-row input.style1 {
    width: 48%;
}

.comments-form .input-row input.style1:last-of-type {
    float: right;
}

.comments-form textarea.style1 {
    width: 100%;
    height: 70px;
    margin-bottom: 18px;
}

.comments-form .button-style2 {}

.wrap-top {
    overflow: hidden;
    background: #2D2D2D url(../images/wrap-top.jpg) 0 50% no-repeat;
    color: #fff;
    height: 250px;
    margin-top: -26px;
    position: relative;
}

.wr-head {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.35)), color-stop(100%,rgba(255,255,255,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 100%); /* IE10 preview */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 80%;
    margin: 80px 0 0;
    position: relative;
    z-index: 2;
}

.wr-head .cell {
    height: 100px;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 95px;
}

.wt-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100%;
}

.wt-right .anim-cube {
    right: 0;
    width: 549px;
}

.wrap {
    padding: 40px 60px 75px;
}

.wrap-left {
    float: left;
    width: 440px;
    position:relative;
}

.wl-links {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: 400px;
}



/*.wll-item a:hover:after {
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2px #FE5000;
    z-index: 2;
}*/

.wll-left {
    width: 200px;
    box-shadow: 5px 0 0 #fe5000;
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    transform: skewX(-35deg);
    position: relative;
    z-index: 2;
    background: #fff;
}
.a-bottom {
    display:block;
    margin: 0 0 15px 0;
    text-decoration:none;
}
.wll-left .cell {
    height: 105px;
    padding-left: 30px;
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
}
.wll-left .cell:hover {
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
filter: none;
}

.wll-image {
    position: absolute;
    top: 0;
    left: 160px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
}

.wrap-content {
    margin-left: 500px;
    font-size: 13px;
    line-height: 1.86em;
}







.contacts-bottom {
    background: #d0d0d0;
    padding: 20px 0 75px;
    position: relative;
}

.contacts-bottom .head {
    margin: 15px 0 40px;
    text-transform: none;
}

.feedback-button-f {
position: fixed;
    /* background: url(../images/icons/feedback-button2.png) 50% no-repeat; */
    background-size: contain;
    width: 90px;
    height: 64px;
    bottom: 50%;
	right:52%;
    margin-top: 0;
        margin-right: -705px;
    z-index: 2;
    cursor: pointer;
}

.inner {}

.cb-left {
    float: left;
    width: 49%;
}

.cbl-item {
    padding-left: 45px;
    background: url(../images/icons/cbl-new.png) 0 0 no-repeat;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 5px;
}

.cbl-item h2 {
    margin: 0 0 0;
    
}
.cbl-item1 {
    padding-left: 45px;
    background: url(../images/icons/cbl-new1.png) 0 0 no-repeat;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top:30px;
}
.contacts-box {
    width:253px;
    height:137px;
    background:#fff;
    border:3px solid #acacac;
    margin:0 0 20px 29px;
    
}
ul.contacts-box-list {
    padding:0px 0 0 26px;
    margin:0px;
}
ul.contacts-box-list li {
    font-size:14px;
    line-height:16px;
    list-style:none;
    padding:13px 0 1px 0;
}
ul.contacts-box-list a {
    color:#000;
    text-decoration:none;
}
ul.contacts-box-list a:hover {
    color:#fe5000;
}

.cbl-item1 h2 {
    margin: 0 0 0;
    
}

.cbl-item p {
    margin: 0;
}

.print-link {
    background: url(../images/icons/print.png) 0 50%  no-repeat;
    text-decoration: none;
    padding-left: 30px;
    font-size:16px;
    line-height: 20px;
    display: inline-block;
    margin: 40px 0 8px 0;
    color:#fe5000;
    cursor:pointer;
}

.cbl-orange {
    color: #fe5000;
    font-weight: bold;
    font-size: 1.6em;
}

.cb-right {
    float: right;
    width: 50%;
}

.cbr-map {
    /* width: 110%; */
}

.cbr-map img {
    max-width: 100%;
}

.c-accordeon {}

.cacc-row {}

.cacc-button {
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    margin: 5px 0;
}

.cacc-row.active .cacc-button {
    border-bottom: none;
}

.cacc-wrap {
    display: none;
    margin-bottom: 10px;
    font-size:12px;
    line-height:20px;
}

.cacc-row.active .cacc-wrap {
    display: block;
}

.ca-col2-bottom {
    margin-bottom:20px !important;
}







.dc-in .image img {
    width: 100%;
}

.dc-in .image figure {
    margin: 0;
    padding: 0;
    height: 300px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.dc-in .image figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

.dc-in .image figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

.dc-in .image figure img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

.dc-in .image figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.dc-in .image figcaption h3 {
    font-family: 'Open sans';
    font-weight: 400;
    color: #f3b204;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    righ: 100%;
    margin-top: 37px;
    font-size: 30px;
}

.dc-in .image figcaption p {
    font-family: 'Open sans';
    padding: 10px 20px;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    left: 100%;
    font-size: 13px;
}

.dc-in .image figure:hover h3,figure:hover p {
    left: 0;
}
.figcaption-text {
    font-size:12px;
    line-height:14px;
    padding:20px 0 0 0;
    text-align:center;
}
.dc-in .image figcaption a {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 20px;
    text-decoration: none;
    margin:20px 0 0 70px;
    font-size:12px;
    line-height:14px;
    display:inline-block;
}

.dc-in .image figcaption a:hover {
    color: #4f5856;
    background: #fff;
}


.ldc-item-wo1 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo1:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo2 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo2:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo3 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo3:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo4 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo4:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo5 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo5:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo6 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo6:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lldc-item-b1 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-b1:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lldc-item-b2 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-b2:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lldc-item-b3 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-b3:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lldc-item-b4 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-b4:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lldc-item-b5 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-b5:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lldc-item-b6 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-b6:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.ldc-item-wo1-about img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo1-about:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo2-about img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo2-about:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo3-about img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo3-about:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo4-about img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo4-about:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo5-about img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo5-about:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo6-about img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo6-about:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




.ldc-item-wo1-client img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo1-client:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo2-client img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo2-client:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo3-client img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo3-client:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo4-client img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo4-client:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo5-client img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo5-client:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo6-client img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ldc-item-wo6-client:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*.ldc-next {
  height: 125px;
  width: 72px;
  animation-name: stretch;
  animation-duration: 1.0s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(.5);


  }
  50% {

  }
  100% {
    transform: scale(0.8);

  }
}*/



.ca-col2 {
    float: left;
    /*width: 310px;*/
    width:300px;
    height:350px;

    margin-right: 95px;
    margin-bottom: 60px;
    font-size: 14px;
    padding: 23px 15px 3px 23px;
    color: #000;
    background-image: -moz-linear-gradient( 90deg, rgb(193,193,193) 0%, rgb(250,250,250) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(193,193,193) 0%, rgb(250,250,250) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(193,193,193) 0%, rgb(250,250,250) 100%);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
}
.ca-col2:nth-child(3n) {
    margin-right: 0;
}

.ca-col2 h2 {
    margin: 10px 0 30px 0;
    font-size: 22px;
    position:relative;
    z-index:999;
}

.ca-col2 p {
    position:relative;
    z-index:999;
    font-size:15px;
    line-height:22px;
    color:#000;
    height:60px;
}

.ca-col2 .phone {
    margin: 15px 0 0 0;
    background: url(../images/icons/c-phone.png) 0 50% no-repeat;
    padding-left: 40px;
    position:relative;
    z-index:999;
    font-size:15px;
    line-height:22px;
    color:#000;
}

.ca-col2 .mail {
    background: url(../images/icons/c-mail.png) 0 50% no-repeat;
    padding: 7px 0 7px 40px;
    margin: 5px 0;
    position:relative;
    z-index:999;
    font-size:15px;
    line-height:22px;
}

.ca-col2 .mail a {
    color: #307dae;
}

.ca-col2 .skype {
    background: url(../images/icons/c-skype.png) 0 50% no-repeat;
    margin: 5px 0 10px 0;
    padding: 7px 0 7px 40px;
    position:relative;
    z-index:999;
    color:#000;
    font-size:15px;
    line-height:22px;
}




.ca-col2:hover {    
    /*-webkit-transition-delay: 0s;
    transition-delay: 0s;*/
}



.ca-col2 svg {
    position: absolute;
    top: 0;
    left: 0;
	display:none;
}

.ca-col2 svg line {
    stroke-width: 5;
    stroke: #818181;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.ca-col2:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    stroke: #fe5000;
}

.ca-col2 svg line.top,
.ca-col2 svg line.bottom {
    stroke-dasharray: 330 240; 
    
}

.ca-col2 svg line.left,
.ca-col2 svg line.right {
    stroke-dasharray: 490 400;
}

.ca-col2:hover svg line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.ca-col2:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    
}

.ca-col2:hover svg line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}

.ca-col2:hover svg line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}

/**/

.wll-item {
    height: 105px;
    overflow: hidden;
    height:100px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.wll-item .wll-image
{
    transition: all 2s linear;
   -o-transition: all 2s linear;
   -moz-transition: all 2s linear;
   -webkit-transition: all 2s linear;
    
}
.wll-item:hover .wll-image
{
    transform: scale(1.4);
}







.wll-item:last-of-type {
    margin-bottom: 0;
}

.wll-item a {
    text-decoration: none;
    /* position: relative; */
}




.wll-item:hover {    
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.wll-item svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.wll-item svg line {
    stroke-width: 3;
    stroke: #818181;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.wll-item:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    stroke: #fe5000;
}

.wll-item svg line.top,
.wll-item svg line.bottom {
    stroke-dasharray: 460 105; 
    
}

.wll-item svg line.left,
.wll-item svg line.right {
    stroke-dasharray: 460 400;
}

.wll-item:hover svg line.top {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.wll-item:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    
}

.wll-item:hover svg line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}

.wll-item:hover svg line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}








ul.sf-menu {
  padding:0 0 0 0; 
  margin:40px 0 20px 0;
}
ul.sf-menu li {
  font-size:16px; 
  line-height:20px; 
  list-style:none; 
  position:relative;
  padding-left: 30px;
  background: url(../images/icons/print.png) 0 0 no-repeat;
 
}
ul.sf-menu li a {
  color:#fe5000;
  display:inline-block; 
  text-decoration:none;     
 
}

.sf-menu ul {
    position:relative;
    top:            -999em;
    width:          233px; 
    display:none;
    padding:0px 0 20px 26px;
    background:url('/images/wrap.jpg') no-repeat #fff;
    background-size: 500px 250px;
    border:3px solid #acacac;
    
}
.sf-menu li li {
    font-size:14px;
    line-height:16px;
    padding:13px 0 1px 0;
    background:none;
    float:none;
    z-index:999;
    text-align:left;    
    background:none;
}
.sf-menu li li:first-child {background:none;}
.sf-menu li li a {
    padding:0;
    text-decoration:none;
    color:#000;
    background:none;
    text-decoration:none;
}




.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0px;
    top:            11px;
    z-index:        99; 
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em; 
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           189px;
    top:            0px;    
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}




 
.sf-menu > li.sfHover > a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {
    
}
.sf-menu > li.sfHover ,
.sf-menu li:focus, .sf-menu li:hover, .sf-menu li.active {  
    
}

.sf-menu li li.sfHover > a,
    .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a.active {
        text-decoration:underline;
        background: none;
}
.sf-menu li li.sfHover,
    .sf-menu li li:focus, .sf-menu li li:hover, .sf-menu li li.active { 
        background: none;           
}


.ldc-item-wo1-about:hover {
    background: url(../images/ld/wo1-about.png) 50% no-repeat;
}
.ldc-item-wo2-about:hover {
    background: url(../images/ld/wo2-about.png) 50% no-repeat;
}
.ldc-item-wo3-about:hover {
    background: url(../images/ld/wo3-about.png) 50% no-repeat;
}
.ldc-item-wo4-about:hover {
    background: url(../images/ld/wo4-about.png) 50% no-repeat;
}
.ldc-item-wo5-about:hover {
    background: url(../images/ld/wo5-about.png) 50% no-repeat;
}
.ldc-item-wo6-about:hover {
    background: url(../images/ld/wo6-about.png) 50% no-repeat;
}




.ldc-item-wo1-client:hover {
    background: url(../images/ld/wo1-client.png) 50% no-repeat;
}
.ldc-item-wo2-client:hover {
    background: url(../images/ld/wo2-client.png) 50% no-repeat;
}
.ldc-item-wo3-client:hover {
    background: url(../images/ld/wo3-client.png) 50% no-repeat;
}
.ldc-item-wo4-client:hover {
    background: url(../images/ld/wo4-client.png) 50% no-repeat;
}
.ldc-item-wo5-client:hover {
    background: url(../images/ld/wo5-client.png) 50% no-repeat;
}
.ldc-item-wo6-client:hover {
    background: url(../images/ld/wo6-client.png) 50% no-repeat;
}

.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
}
.wrapper:after {
  clear: both;
}

.certificates-text {
    font-size:20px;
    line-height:22px;
    padding: 0 0 10px 0;
}
.certificates-text1 {
    font-size:16px;
    line-height:18px;
    width:400px;
    padding: 40px 30px 30px 0;
    float:left;
}
.certificates-img {
    float:left;
    width:300px;
    text-align:center;
}
.certificates-top {
    padding: 30px 0 0 0;
}





.cacc-button1 {
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    margin: 5px 0;
}

.cacc-row1.active .cacc-button1 {
    border-bottom: none;
}

.cacc-wrap1 {
    display: none;
    margin-bottom: 10px;
    font-size:12px;
    line-height:20px;
}

.cacc-row1.active .cacc-wrap1 {
    display: block;
}


.accordion {
    overflow:hidden;
    padding:0px 0 0px 0;
    margin:0 0 0 0;
}

/*----- Section Titles -----*/
.accordion-section-title {
    
    display:inline-block;
    background:url(../images/accordion-span.png) right 0 no-repeat;
    transition:all linear 0.15s;
    /* Type */
    font-size:14px;
    line-height:16px;
    color:#1f282d;
    text-decoration:none;
    margin:10px 0 0px 0;
    border-bottom:1px dashed #1f282d;
    font-weight:700;
    
}

/*----- Section Content -----*/
.accordion-section-content {
    display:none;   
}


.button-style1-new {
    background: #fea700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fea700 0%, #fe5100 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#fe5100)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  #fea700 0%,#fe5100 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  #fea700 0%,#fe5100 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  #fea700 0%,#fe5100 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  #fea700 0%,#fe5100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea700', endColorstr='#fe5100',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    padding: 8px 10px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    position: relative;
    margin-bottom:5px;
}

.button-style1-new > * {
    position: relative;
    z-index: 2;
}

.button-style1-new:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 100%;
    background: #FF5200;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style1-new:hover:after {
    top: 0;
}

.button-style1-new:hover {/* background: #FF5300; */}

.new-content-bg3 {
    /*background:url(../images/new-content-bg3.jpg) center 0 repeat-y;*/
    padding-bottom:100px;
	padding-top:10px;
}
.new-content-bg3 .breadcrumbs {
	margin-top: 52px;
}
.new-content-bg3 h1 {
	color:#fff;
	font-size:24px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 105px 0;
}
.new-content-bg3 .content {
	font-size:20px;
	max-width:1170px;
	box-sizing:border-box;
	margin:auto;
	padding-left:386px;
}
.new-content-bg3 .content h2 {
	font-size:20px;
	color:#ff5200;
	font-weight:400;
	text-transform:uppercase;
	margin:30px 0 20px;
}

.new-content-bg {
    background:url(../images/new-content-bg.jpg) center 0 repeat-y;
    padding-bottom:100px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.new-content-box {
    background:url(../images/new-content-box-text.png) 0 0 repeat;
    min-height:100px;
    width:100%;
    margin: 0 0 20px 0;
}
.new-content-box-text {
    font-size:16px;
    line-height:25px;
    color:#000;
    padding:14px 12px 15px 24px;
    font-weight:700;    
}
.new-content-box-text p {
    margin:0px 0 0 0 !important;
    padding:7px 0 7px 0 !important;
}
.new-content-box-text span {
    display:inline-block;
    padding:5px 0 0 0;
}
.new-content-top {
    /*padding:50px 0 0 0;*/
        padding: 0 0 0 0;
		margin:0 0 80px 0;
		    /*overflow-y: auto;
			height:240px;*/
}
.new-content-orange {
    margin:0 0 0 0;
}
.new-content-orange {
    background:#fcab1d;
    min-height:44px;
    padding: 0 0 10px 0;
    text-align:center;
}
.new-content-title {
    font-size:24px;
    line-height:26px;
    color:#000;
    text-transform:uppercase;
    padding: 15px 0 0 0;
    font-weight:600;
}
.new-content-left {
    float:left;
    border:5px solid #f7b745;
    margin: 0 0 0 0;
    width:56%;
    margin: 33px 0 0 0;
    min-height:100px;
}
.new-content-left .padding {
    padding:13px 37px 0 38px;
}
.new-content-right {
    float:right;
    border:5px solid #f7b745;
    margin: 0 0 0 0;
    width:41%;
    margin: 33px 0 0 0;
    min-height:100px;
}
.new-content-right .padding {
    padding:13px 24px 0 24px;
}
.new-content-text1 {
    font-size:16px;
    line-height:18px;
    font-weight:700;
    color:#2b2b2b;
    text-align:center;
    width:52%;
    float:left;
    background:url(../images/new-content-text1.png) 0 0 repeat;
    padding: 12px 0 17px 0;
    margin: 13px 0 13px 0;
}
.new-content-input {
    float:right;
    width:45%;
    margin: 13px 0 13px 0;
}
.new-content-input input {
    font-size:18px;
    line-height:20px;
    width:95%;
    margin:0px;
    padding:12px 0 13px 10px;
    border:1px solid #b8b8b8;
    font-weight:700;
}
.new-content-select {
    float:right;
    width:45%;
    margin: 13px 0 13px 0;
    text-align:center;
}
.new-content-select select {
    width: 100%;
    -webkit-appearance: none;
    border:1px solid #b8b8b8;
    padding:12px 0 12px 10px;
    background:url(../images/new-content-select.png) right 0 no-repeat #fff;
    background-position: right center;
    background-repeat: no-repeat;
    font-size:18px;
    line-height:20px;
    color:#767676;
    font-weight:700;
    text-align:center !important;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
}
.new-content-select select::-ms-expand {
    display: none;
}
.new-content-select select::-ms-expand {
  display: none;
}
.new-content-block {
    float:right;
    width:45%;
    margin: 13px 0 13px 0;
    position:relative;
    padding:0 0 10px 0;
}
.new-content-color {
    width:100%;
    position:relartive;
    background:url(../images/new-content-color.png) right 20px no-repeat #f7b745;
    font-size:18px;
    line-height:20px;
    color:#000;
    font-weight:700;
    text-align:center;
    padding:13px 0 13px 0px;
}
.new-content-color1 {
    width:100%;
    background:url(../images/new-content-color1.png) right 20px no-repeat #fe9103;
    font-size:18px;
    line-height:20px;
    color:#000;
    font-weight:700;
    text-align:center;
    padding:13px 0 13px 0px;
}
.new-content-color2 {
    width:100%;
    background:url(../images/new-content-color1.png) right 20px no-repeat #fe6f03;
    font-size:18px;
    line-height:20px;
    color:#000;
    font-weight:700;
    text-align:center;
    padding:13px 0 13px 0px;
    margin:3px 0 0 0;
}
.new-content-color3 {
    width:100%;
    background:url(../images/new-content-color1.png) right 20px no-repeat #fe5603;
    font-size:18px;
    line-height:20px;
    color:#000;
    font-weight:700;
    text-align:center;
    padding:13px 0 13px 0px;
    margin:3px 0 0 0;
}
.new-content-block:hover .new-content-none {
    display:block;
}
.new-content-none {
    display:none;
    position:absolute;
    top:50px;
    left:0px;
    z-index:999;
    width:100%;
}
.new-content-input1 {
    float:right;
    width:100%;
    margin: 13px 0 13px 0;
}
.new-content-input1 input {
    font-size:18px;
    line-height:20px;
    width:100%;
    margin:0px;
    text-align:center;
    padding:12px 0 13px 0px;
    border:1px solid #b8b8b8;
    font-weight:700;
}
.new-content-input2 {
    float:left;
    width:48%;
    margin: 13px 0 13px 0;
}
.new-content-input2 input {
    font-size:18px;
    line-height:20px;
    width:100%;
    margin:0px;
    text-align:center;
    padding:12px 0 13px 0px;
    border:1px solid #b8b8b8;
    font-weight:700;
}
.new-content-input3 {
    float:right;
    width:48%;
    margin: 13px 0 13px 0;
}
.new-content-input3 input {
    font-size:18px;
    line-height:20px;
    width:100%;
    margin:0px;
    text-align:center;
    padding:12px 0 13px 0px;
    border:1px solid #b8b8b8;
    font-weight:700;
}
.new-content-textarea textarea {
    font-size:16px;
    line-height:18px;
    width:100%;
    margin:13px 0 0 0;
    text-align:center;
    padding:19px 0 13px 0px;
    border:1px solid #b8b8b8;
    font-weight:700;
    height:232px;
}
.new-content-submit {
    padding:59px 0 57px 0;
    margin: 0 auto;
    width:282px;
    text-align:center;
}
.new-content-submit a {
    width:282px;
    font-size:24px;
    line-height:26px;
    color:#fff;
    text-transform:uppercase;
    display:inline-block;
    background:url(../images/new-content-submit.gif) 0 0 repeat-x #fe5300;
    text-decoration:none;
    padding:11px 0 12px 0;
    cursor:pointer;
    border:none;
}
.new-content-submit1 {
    padding:59px 0 7px 0;
    margin: 0 auto;
    width:282px;
    text-align:center;
}
.new-content-submit1 a {
    width:282px;
    font-size:24px;
    line-height:26px;
    color:#fff;
    text-transform:uppercase;
    display:inline-block;
    background:url(../images/new-content-submit.gif) 0 0 repeat-x #fe5300;
    text-decoration:none;
    padding:11px 0 12px 0;
    cursor:pointer;
    border:none;
}
.new-content-text2 {
    font-size:18px;
    line-height:20px;
    color:#000;
    text-align:center;
    padding:50px 0 30px 0;
    font-weight:700;
}
.new-content-orange1 {
    background:url(../images/new-content-orange1.gif) 0 0 repeat-x #fb691c;
    padding: 24px 0 21px 0;
    text-align:center;
    margin: 18px 0 0 0;
}
.new-content-box1 {
    text-align:center;
    width:23%;
    float:left;
    margin: 0 1% 0 1%;
}
.new-content-input4 {
    margin: 0 0 0 0;
}
.new-content-input4 input {
    font-size:18px;
    line-height:20px;
    width:100%;
    margin:0px;
    text-align:center;
    padding:12px 0 13px 0px;
    border:none;
    font-weight:700;
}
.new-content-block2 {
    margin: 18px 0 20px 0;
    background:url(../images/new-content-block2.png) 0 0 repeat;
    min-height:197px;
}
.new-content-block2 .padding {
    padding:21px 37px 23px 36px;
}
.new-content-col1 {
    width:50%;
    float:left;
}
.new-content-col2 {
    width:350px;
    float:left;
    margin: 4px 0 0 14%;
}
.new-content-textarea1 textarea {
    font-size:16px;
    line-height:18px;
    width:98%;
    margin:0 0 0 0;
    padding:10px 0 13px 14px;
    border:none;
    font-weight:700;
    height:129px;
}
.new-content-text3 {
    font-size:16px;
    line-height:18px;
    font-weight:700;
    color:#2b2b2b;
    width: 141px;
    background:#fff;
    text-align:center;
    width:141px;
    padding:13px 0 13px 0;
    float:left;
}
.new-content-block3 {
    font-size:16px;
    line-height:18px;
    font-weight:700;
    color:#2b2b2b;
    width: 141px;
    background:#fff;
    text-align:center;
    width:141px;
    margin: 0 0 0 18px;
    padding:13px 0 13px 0;
    float:left;
}
.form-block {
    height:362px;
    width: 520px;
    background:url(../images/form-block.jpg) 0 0 no-repeat;
    position:fixed;
    top: 136px;
    left:50%;
    z-index:999;
    display:none;
    margin: 0 0 0 -257px;
    text-align: center;
    z-index: 999;
}
.close-absolute {
    position:absolute;
    top:9px;
    right:9px;
    font-size:20px;
    line-height:22px;
    color:#000;
    text-decoration:none;
}
.form-block-border {
    border-left:15px solid #fe5603;
    height:200px;
    float:left;
    margin: 93px 0 0 69px;
}
.form-block-right {
    width:340px;
    float:left;
    text-align:center;
    margin:90px 0 0 0;
}
.form-block-text {
    font-size:20px;
    line-height:22px;
    color:#000;
}
.form-block-text span {
    font-weight:700;
}
.form-block-text1 {
    font-size:20px;
    line-height:22px;
    color:#000;
    padding:20px 0 0 0;
}
.form-block-text2 {
    font-size:16px;
    line-height:18px;
    color:#000;
    padding:80px 0 0 30px;
    text-align:left;
}
.form-block-text2 span {
    color:#fe5603;
}
#overlay {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
display:none;
background:#000;
opacity:0.7;
z-index: 998;
}
.new-content-bg1 {
   
}
.containers-title {
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  line-height: 26px;
  padding: 50px 0 23px 0;
}
.containers-orange {
    background:#ff5200;
    min-height:50px;
    border-radius:15px;
    padding: 28px 0 16px 0;
}
ul.containers-orange-list {
    padding:0px 0 0 24px;
    margin:0px;
}
ul.containers-orange-list li {
    font-size:16px;
    line-height:18px;
    font-family: 'PT Sans', sans-serif;
    list-style:none;
    background:url(../images/containers-orange-list.gif) right 4px no-repeat;
    float:left;
    padding: 0 26px 14px 26px;
}
ul.containers-orange-list li:last-child {
    background:none;
}
ul.containers-orange-list a {
    color:#fff;
    text-decoration:none;
}
ul.containers-orange-list a:hover {
    text-decoration:underline;
}
.containers-pad {
    padding: 50px 137px 0 130px;
}
.containers-left {
    float:left;
    width:30%;
    margin: 0 0 0 0;
    text-align:center;
}
.containers-center {
    float:left;
    width:67%;
    margin: 0 0 0 24px;
}
.containers-pad > div {
    padding:0 0 80px 0;
}
.containers-left1 {
    float:right;
    width:30%;
    margin: 0 0 0 24px;
    text-align:center;
}
.containers-center1 {
    float:left;
    width:67%;
    margin: 0 0 0 0;
}
.containers-title1 {
    font-size:16px;
    line-height:18px;
    font-family: 'PT Sans', sans-serif;
    color:#000;
    font-weight:600;
    padding: 2px 0 22px 0;
}
.containers-block {
    padding: 9px 0 9px 20px;
    font-size:16px;
    line-height:18px;
    color:#000;
    font-family: 'PT Sans', sans-serif;
    border-right:1px solid #dbdbdb;
    width:307px;
    float:left;
}
.containers-block span {
    width:160px;
    display:inline-block;
}
.containers-border {
    border-top:1px solid #dbdbdb;
}
.containers-block1 {
    padding: 9px 0 9px 20px;
    font-size:16px;
    line-height:18px;
    color:#000;
    font-family: 'PT Sans', sans-serif;
    width:235px;
    float:right;
}
.containers-block1 span {
    width:160px;
    display:inline-block;
}
.calculator-left {
    width:50%;
    float:left;
}
.calculator-right {
    width:50%;
    float:right;
}
.calculator-text {
    font-size:14px;
    line-height:16px;
    color:#000;
    font-family: 'PT Sans', sans-serif;
    padding: 0 30px 0 0;
}
.calculator-orange {
    background:#ff5200;
    min-height:50px;
    padding: 20px 0 20px 0;
    border-radius:20px;
}
.calculator-orange-link {
    font-size:16px;
    line-height:18px;
    text-align:center;
    text-transform:uppercase;
    font-family: 'PT Sans', sans-serif;
}
.calculator-orange-link a {
    color:#fff;
}
.calculator-orange-text {
    font-size:15px;
    line-height:1em;
    text-align:center;
    font-family: 'PT Sans', sans-serif;
    color:#fff;
    /*text-transform:uppercase;*/
    overflow:hidden;
    padding: 20px 0 0 0;    
}
.calculator-orange-text span {
    width:100px;
    display:inline-block;
    margin: 10px 0 0 0;
}
.calculator-orange-text b {
    font-weight:normal;
    display:inline-block;
}
.calculator-table {
    padding: 73px 48px 0 41px;
}
.calculator-table table {
    width:100%;
    font-family: 'PT Sans', sans-serif;
}
.calculator-table table th {
    border-bottom:1px solid #dbdbdb;
    font-size:16px;
    line-height:18px;
    color:#000;
    padding: 0 0 22px 0;
}
.calculator-table table td {
    border-bottom:1px solid #dbdbdb;
    padding:16px 0 13px 0;
}
.calculator-table table td span {
    font-size:18px;
    line-height:20px;
    width:25px;
    display:inline-block;
}
.calculator-table-input {
    margin: 0 auto;
    width:96px;
}
.calculator-table-input input {
    border:1px solid #acacac;
    border-radius:10px;
    font-size:15px;
    line-height:17px;
    width:86px;
    padding: 10px 0 10px 10px;
}
.calculator-checkbox {
    float: left;
    width:95px;
    padding: 0 0px 0 10px;
} 
.calculator-checkbox label {
    width: 27px;
    height: 27px;
    display: block;
    position: relative;
    border: none;
   } 
.calculator-checkbox input[type="checkbox"] + span {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background:url(../images/filtr-checkbox.gif) 0 0 no-repeat;
    cursor: pointer;
    border: none;
    font-size:12px;
    line-height:16px;
   }
.calculator-checkbox input[type="checkbox"]:checked + span {
     background:url(../images/filtr-checkbox-hover.gif) 0 0 no-repeat;
}
.calculator-checkbox span {
    display:inline-block;
    padding: 8px 0 0 35px;
}
.calculator-close {
    padding: 10px 10px 0 10px;
    text-align:center;
}
.table-container
{
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;

}
.table-container::-webkit-scrollbar
{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
.calculator-button {
    font-size: 18px;
    line-height: 20px;
    width:135px;
    background:url(../images/calculator-button.gif) 0 0 repeat-x;
    text-align:center;
    font-family: 'PT Sans', sans-serif;
    font-weight:700;
    padding: 10px 0 10px 0;
    margin: 10px 0 0 40px;
    float:left;
}
.calculator-button a {
    color:#fff;
    text-decoration:none;
}
.calculator-button a:hover {
    color:#000;
}
.calculator-price {
    font-size:16px;
    line-height:18px;
    color:#000;
    float:left;
    margin: 16px 0 0 0px;
    padding: 0 0 0 40px;
    width:24%;
    text-align:right;
}
.calculator-price span {
    background:url(../images/calculator-price.png) 0 8px no-repeat;
    display:inline-block;
    padding: 0 0 0 23px;
}
.calculator-price b {
    font-size:22px;
    line-height:24px;
    color:#ff5200;
    font-weight:normal;
}

@media (min-width: 320px) and (max-width: 479px)  {
    .new-content-top {
        padding:150px 0 0 0;
    }
    .new-content-box-text {
        font-size:14px;
        line-height:18px;
        font-weight:700;
    }
    .new-content-left {
        float:none;
        width:96%;
        text-align:center
    }
    .new-content-block {
        width:100%;
    }
    .new-content-right {
        float:none;
        width:96%;
    }
    .new-content-text1 {
        width:99%;
        float:none;
    }
    .new-content-input {
        width:100%;
        float:none;
    }
    .new-content-select {
        width:100%;
    }
    .new-content-input2 {
        float:none;
        width:100%;
    }
    .new-content-input3 {
        float:none;
        width:100%;
    }
    .new-content-submit {
        width:200px;
    }
    .new-content-submit a {
        width:200px;
    }
    .new-content-box1 {
        width:97%;
        float:none;
        margin: 10px 5px 10px 5px;
    }
    .new-content-col1 {
        width:100%;
        float:none;
    }
    .new-content-col2 {
        width:350px;
        float:none;
        margin: 14px 0 0 0;
    }
    .new-content-text3 {
        width: 141px;
        background:#fff;
        text-align:center;
        padding:13px 0 13px 0;
        float:none;
    }
    .new-content-block3 {
        width: 141px;
        background:#fff;
        text-align:center;
        margin: 10px 0 0 0px;
        padding:13px 0 13px 0;
        float:none;
    }
    .md-content {
        height:362px;
        width: 300px !important;
        
    }
    .form-block-border {
        margin-left:10px;
    }
    .form-block-right {
        width:260px;
    }
    .form-block-text {
        font-size:16px;
        line-height:18px;
    }
    .form-block-text1 {
        font-size:16px;
        line-height:18px;
    }
    .form-block-text2 {
        padding-top:20px;
    }
    .containers-pad {
        padding-left:0px;
        padding-right:0px;
    }
    .containers-left {
        float:none;
        text-align:center;
        width:100%;
    }
    .containers-left1 {
        float:none;
        text-align:center;
        width:100%;
    }
    .containers-block {
        width:180px;
        font-size:14px;
        float:none;
        border-right:none;
    }
    .containers-block span {
        width:100px;
    }
    .containers-block1 {
        width:220px;
        font-size:14px;
        float:none;
    }
    .containers-block1 span {
        width:130px;
    }
    .containers-center {
        float:none;
        width:100%;
        margin: 0 0 0 0px;
    }
    .containers-center1 {
        float:none;
        width:100%;
        margin: 0 0 0 0px;
    }
    .calculator-left {
        width:100%;
        float:none;
    }
    .calculator-right {
        width:100%;
        float:none;
        margin: 20px 0 0 0;
    }
    .calculator-orange-text {
        font-size:13px;
        line-height:16px;
    }
    .containers-title {
        font-size:14px;
        line-height:16px;
    }
    .calculator-orange-link {
        font-size:14px;
        line-height:16px;
    }
    .calculator-table-input input {
        width:60px;
    }
    .calculator-button {
        margin: 0 auto;
        float:none;
    }
    .calculator-price-right {
        float:none;
        width:100%;
    }
    .calculator-price {
        float:none;
        width:100%;
        text-align:left;
    }
}
@media (min-width: 480px) and (max-width: 759px)  { 
    .new-content-top {
        padding:150px 0 0 0;
    }
    .new-content-box-text {
        font-size:14px;
        line-height:18px;
        font-weight:700;
    }
    .new-content-left {
        float:none;
        width:96%;
        text-align:center
    }
    .new-content-block {
        width:100%;
    }
    .new-content-right {
        float:none;
        width:96%;
    }
    .new-content-text1 {
        width:99%;
        float:none;
    }
    .new-content-input {
        width:100%;
        float:none;
    }
    .new-content-select {
        width:99%;
    }
    .new-content-box1 {
        width:48%;
        margin: 10px 1% 10px 1%;
    }
    .new-content-col1 {
        width:100%;
        float:none;
    }
    .new-content-col2 {
        width:350px;
        float:none;
        margin: 14px 0 0 0;
    }
    .md-content {
        width: 350px !important;
        
    }
    .form-block-border {
        margin-left:10px;
        margin-right:30px;
    }
    .form-block-right {
        width:260px;
    }
    .form-block-text {
        font-size:16px;
        line-height:18px;
    }
    .form-block-text1 {
        font-size:16px;
        line-height:18px;
    }
    .form-block-text2 {
        padding-top:20px;
    }
    .containers-pad {
        padding-left:0px;
        padding-right:0px;
    }
    .containers-left {
        float:none;
        text-align:center;
        width:100%;
    }
    .containers-left1 {
        float:none;
        text-align:center;
        width:100%;
    }
    .containers-block {
        width:180px;
        font-size:14px;
    }
    .containers-block span {
        width:100px;
    }
    .containers-block1 {
        width:220px;
        font-size:14px;
    }
    .containers-block1 span {
        width:130px;
    }
    .containers-center {
        float:none;
        width:100%;
        margin: 0 0 0 0px;
    }
    .containers-center1 {
        float:none;
        width:100%;
        margin: 0 0 0 0px;
    }
    .calculator-left {
        width:100%;
        float:none;
    }
    .calculator-right {
        width:100%;
        float:none;
        margin: 20px 0 0 0;
    }
    .calculator-orange-text {
        font-size:13px;
        line-height:16px;
    }
    .calculator-table-input input {
        width:70px;
    }
    .calculator-button {
        margin: 0 auto;
        float:none;
    }
    .calculator-price-right {
        float:none;
        width:100%;
    }
    .calculator-price {
        float:none;
        width:100%;
        text-align:left;
    }
    
}
@media (min-width: 760px) and (max-width: 991px)  {
  .container {
    width: 750px;
  }
  .new-content-left {
        float:none;
        width:96%;
        
    }
    .new-content-right {
        float:none;
        width:96%;
    }
    .new-content-col1 {
        width:100%;
        float:none;
    }
    .new-content-col2 {
        width:350px;
        float:none;
        margin: 14px 0 0 0;
    }
    .containers-pad {
        padding-left:0px;
        padding-right:0px;
    }
    .containers-block {
        width:200px;
        font-size:14px;
    }
    .containers-block span {
        width:100px;
    }
    .containers-block1 {
        width:220px;
        font-size:14px;
    }
    .containers-block1 span {
        width:130px;
    }
    .containers-center {
        float:left;
        width:62%;
        margin: 0 0 0 24px;
    }
    .containers-center1 {
        float:left;
        width:62%;
        margin: 0 0 0 0;
    }
    .containers-left1 {
        margin: 0 0 0 0;
        width:35%;
    }
    .calculator-left {
        width:100%;
        float:none;
    }
    .calculator-right {
        width:100%;
        float:none;
        margin: 20px 0 0 0;
    }
    .calculator-table-input input {
        width:70px;
    }
    .calculator-button {
        margin: 0 auto;
        float:none;
    }
    .calculator-price-right {
        float:none;
        width:100%;
    }
    .calculator-price {
        float:none;
        width:100%;
        text-align:left;
    }
    
    
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .container {
        width: 970px;
      }
     .new-content-submit {
        padding:59px 0 97px 0;
    }
    .new-content-col1 {
        width:40%;
        float:left;
    }
    .new-content-col2 {
        width:350px;
        float:left;
        margin: 4px 0 0 8%;
    }
    .containers-pad {
        padding-left:50px;
        padding-right:50px;
    }
    .containers-block {
        width:260px;
    }
    .calculator-table-input input {
        width:70px;
    }
    .calculator-price {
        width:23%;
        padding-left:30px;
        font-size:14px;
        line-height:16px;
    }
    .calculator-price span {
        font-size:13px;
        line-height:16px;
    }
      .new-content-left, .new-content-right {height:650px;}
}

@media (min-width: 1238px) {
  .container {
    width: 1238px;
  }
  .new-content-left, .new-content-right {height:650px;}
}

@media (min-width: 1600px) {
    #all {/* display:table; *//* width:1600px; *//* margin:0 auto; */}
}
.head-fixed {position:fixed;top:0;left:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:1000;}
.head-fixed-relative {height:126px;}















.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143,27,15,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #fff;
    height:362px;
    width: 520px;
    background:url(../images/form-block.jpg) 0 0 no-repeat;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    text-align:center;
}

.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container1 {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-show.md-effect-16 ~ .container1,
.md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.md-trigger {
    padding:59px 0 7px 0;
    margin: 0 auto;
    width:282px;
    text-align:center;
    font-size:24px;
    line-height:26px;
    color:#fff;
    text-transform:uppercase;
    display:inline-block;
    background:url(../images/new-content-submit.gif) 0 0 repeat-x #fe5300;
    text-decoration:none;
    padding:11px 0 12px 0;
    cursor:pointer;
    border:none;
}
.md-close {
    position:absolute;
    top:20px;
    right:20px;
}
.text-trans {
    background:#a6a6a6;
    padding: 20px;
    color:#fff;
    font-size:16px;
    line-height:22px;
}
.text-trans a {
    color:#d55623;
    font-weight:700;
    display:inline-block;
}
.text-trans span {
    color:#d55623;
    font-weight:700;
}
.text-trans-a {
    text-decoration:none;
}


.map-infobox {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: Arial;
    font-size: 9px;
    padding: 7px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.map-infobox .top {
    border-bottom: 1px solid #545454;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.map-infobox .text {}

.sticky {
  position: fixed;
  z-index: 101;
  padding-top:50px !important;
}
.stop {
  position: relative;
  z-index: 101;
}

ul.orange-list {
    padding:0px 0 0 20px;
}
ul.orange-list li {
    color:#;
    list-style:none;
}
ul.orange-list li:before {
    color: #fe5b00; /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
    content: "\2022"; /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
    padding-right: 10px; /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
    font-size:20px;
    line-height:22px;
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
.news-wrap {
    background: url(../images/news-polygon.png) 50% 35px no-repeat;
    position: relative;
    height: 910px;
    width: 1800px;
    margin: 0 auto;
}

.nw-item {
    position: absolute;
    /* display: none; */
    max-width: 570px;
}

.nw-item1 {
    top: 36px;
    left: 235px;
}

.nw-item2 {
    top: 370px;
    left: 42px;
}

.nw-item3 {
    top: 538px;
    left: 706px;
}

.nw-item4 {
    top: 203px;
    left: 899px;
}

.nw-item5 {
    top: 370px;
    left: 1188px;
}

.nw-item .image {
    float: left;
    position: relative;
}

.nw-item .image:after {/* content: ""; */position: absolute;}

.nw-item1 .image:after {
    background: url(../images/news-lines/n-line1.png) 0 100% no-repeat;
    width: 101px;
    height: 168px;
    bottom: -110px;
    left: -97px;
}

.nw-item2 .image:after {
    background: url(../images/news-lines/n-line2.png) 0 100% no-repeat;
    width: 99px;
    height: 57px;
    bottom: 0;
    right: -96px;
}

.nw-item3 .image:after {
    background: url(../images/news-lines/n-line1.png) 0 100% no-repeat;
    width: 101px;
    height: 168px;
    top: -167px;
    left: 97px;
}

.nw-item4 .image:after {
    background: url(../images/news-lines/n-line2.png) 0 100% no-repeat;
    width: 99px;
    height: 57px;
    bottom: 0;
    right: -96px;
}

.nw-item1 .image,.nw-item2 .image {
    /* float: right; */
}

.nw-item .image img {
    vertical-align: bottom;
}

.nw-item .text {
    margin-left: 220px;
    margin-top: 60px;
}

.nw-item1 .text,.nw-item2 .text {
    /* margin-left: 0; */
    /* margin-right: 220px; */
    /* text-align: right; */
}

.nw-item .text .date {
    font-size: 18px;
    color: #ff5200;
    background: url(../images/news-lines/n-date.png) 0 100% no-repeat;
    margin-left: -25px;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.nw-item1 .text .date,.nw-item2 .text .date {
    /* margin-left: 0; */
    /* padding-left: 0; */
    /* margin-right: -25px; */
    /* padding-right: 25px; */
    /* background-position: 100% 100%; */
}

.nw-item .text a {
    text-decoration: none;
    font-size: 14px;
}

.nw-item .text a span {
    color: #ff5200;
}

.nw-next,
.nw-prev {
    width: 59px;
    height: 68px;
    position: absolute;
    cursor: pointer;
}

.nw-prev {
    background: url(../images/news-lines/n-prev.png) 0 100% no-repeat;
    top: 337px;
    left: 99px;
}

.nw-prev:after {
    /* content: ""; */
    position: absolute;
    background: url(../images/news-lines/n-line-prev.png) 0 100% no-repeat;
    width: 190px;
    height: 161px;
    bottom: 65px;
    left: -160px;
}

.nw-next {
    background: url(../images/news-lines/n-next.png) 0 100% no-repeat;
    right: 98px;
    top: 561px;
}

.nw-next:after {
    /* content: ""; */
    position: absolute;
    background: url(../images/news-lines/n-line-next.png) 0 100% no-repeat;
    width: 190px;
    height: 161px;
    top: 65px;
    right: -160px;
}

@media (max-width: 1800px) {
    .news-wrap {
    transform: scale(0.68);
    transform-origin: 50% 0;
    margin-left: -895px;
    height: 591px;
    left: 50%;
}
}

@media (max-width: 1200px) {
    .news-wrap {}
}


.nm-link-arhiv {
    position: absolute;
    top: 0;
    left: -115px;
    font-size: 14px;
    text-transform: uppercase;
}

.pagination {
    font-size: 18px;
}

.news-wrap .pagination {
    position: absolute;
    bottom: 70px;
    right: 480px;
}

.pagination * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.pagination a {
    text-decoration: none;
}

.pagination span {
    color: #ff5200;
    text-decoration: underline;
}




.nw-item {
    position: absolute;
    /* display: none; */
    max-width: 425px;
}

.nw-item-slider {
    position: relative;
    margin: 0px 47px;
}

.nw-item-slider.first {
    padding-left: 275px;
}

.nw-item-slider.even {
    margin-top: 167px;
	
}

.nw-item-slider.even:after {/*content: "";position: absolute;background: url(../images/news-lines/n-line1.png) 0 100% no-repeat;width: 101px;height: 168px;top: 0px;left: 193px;*/
    content: "";
    position: absolute;
    background: url(../images/news-lines/n-line1.png) 0 100% no-repeat;
    width: 162px;
    height: 206px;
    top: -30px;
    left: 185px;
}

.nw-item-slider.even:before {
    content: "";
    position: absolute;
    background: url(../images/news-lines/n-line2.png) 0 100% no-repeat;
    width: 99px;
    height: 57px;
    top: 0;
    left: -97px;
}
.nw-item-slider.year-start {

	margin-left:330px;
}
.nw-item-slider.first {

	margin-left:0 !important;
}

.nw-item-slider.year-start:before {

	display:none !important;
}
.nw-item-slider.year-start:after {
    top: -37px !important;
    left: 273px !important;

}
.nw-item-slider.year-start .image {
    position: relative;
    top: 8px;
    left: 12px;
	    z-index: 999;

}
.nw-item-slider.year-finish .image {
    position: relative;
    top: 16px;

}

.nw-item-slider .image {
    float: right;
    position: relative;
    z-index: 999;
}

.nw-item1 {
    top: 36px;
    left: 610px;
}

.nw-item2 {
    top: 370px;
    left: 416px;
}

.nw-item3 {
    top: 538px;
    left: 706px;
}

.nw-item4 {
    top: 203px;
    left: 899px;
}

.nw-item5 {
    top: 370px;
    left: 959px;
}

.nw-item .image {
    float: left;
    position: relative;
}

.nw-item-slider .image {
    float: right;
}

.nw-item .image:after {/* content: ""; */position: absolute;}

.nw-item1 .image:after {
    background: url(../images/news-lines/n-line1.png) 0 100% no-repeat;
    width: 101px;
    height: 168px;
    bottom: -110px;
    left: -97px;
}

.nw-item2 .image:after {
    background: url(../images/news-lines/n-line2.png) 0 100% no-repeat;
    width: 99px;
    height: 57px;
    bottom: 0;
    right: -96px;
}

.nw-item3 .image:after {
    background: url(../images/news-lines/n-line1.png) 0 100% no-repeat;
    width: 101px;
    height: 168px;
    top: -167px;
    left: 97px;
}

.nw-item4 .image:after {
    background: url(../images/news-lines/n-line2.png) 0 100% no-repeat;
    width: 99px;
    height: 57px;
    bottom: 0;
    right: -96px;
}

.nw-item5 .image {
    float: right;
}

.nw-item .image img {
    vertical-align: bottom;
}

.nw-item .text {
    margin-left: 220px;
    margin-top: 60px;
}

.nw-item-slider .text {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    margin-top: 0;
   /* width: 285px;*/
    width: 220px;
    position: absolute;
    top: 60px;
    right: 205px;
    font-size: 15px;
	    line-height: 1.1em;
	/*height: 107px;*/
    overflow: hidden;		
}

.nw-item5 .text {
    margin-left: 0;
    margin-right: 220px;
    text-align: right;
}

.nw-item .text .date {
    font-size: 20px;
    color: #ff5200;
    background: url(../images/news-lines/n-date.png) 0 100% no-repeat;
    margin-left: -25px;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.nw-item-slider .text .date {
    background-position: 100% 100%;
    margin-right: -10px;
    padding-right: 10px;
}

.nw-item5 .text .date {
    margin-left: 0;
    padding-left: 0;
    margin-right: -25px;
    padding-right: 25px;
    background-position: 100% 100%;
}

.nw-item .text a {
    text-decoration: none;
    font-size: 14px;
}

.nw-item .text a span {
    color: #ff5200;
}

.nw-next,
.nw-prev {
    width: 59px;
    height: 68px;
    position: absolute;
    cursor: pointer;
}

.nw-prev {
    background: url(../images/news-lines/n-prev.png) 0 100% no-repeat;
    top: 321px;
    left: 322px;
}

.nw-prev:after {
    /* content: ""; */
    position: absolute;
    background: url(../images/news-lines/n-line-prev.png) 0 100% no-repeat;
    width: 190px;
    height: 161px;
    bottom: 65px;
    left: -160px;
}

.nw-next {
    background: url(../images/news-lines/n-next.png) 0 100% no-repeat;
    right: 321px;
    top: 321px;
}

.nw-next:after {
    /* content: ""; */
    position: absolute;
    background: url(../images/news-lines/n-line-next.png) 0 100% no-repeat;
    width: 190px;
    height: 161px;
    top: 65px;
    right: -160px;
}

@media (max-width: 1800px) {
    .news-wrap {
    transform: scale(0.68);
    transform-origin: 50% 0;
    margin-left: -895px;
    height: 591px;
    left: 50%;
}
}

@media (max-width: 1200px) {
    .news-wrap {}
}


.nm-link-arhiv {
    position: absolute;
    top: 0;
    left: -115px;
    font-size: 14px;
    text-transform: uppercase;
}

.pagination {
    font-size: 18px;
}

.news-wrap .pagination {
    position: absolute;
    bottom: 70px;
    right: 480px;
}

.pagination * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.pagination a {
    text-decoration: none;
}

.pagination span {
    color: #ff5200;
    text-decoration: underline;
}

.button-nav {
    text-align: center;
    margin-top: -100px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.button-nav a {
    background: url(../images/nw-dot.png) center 50% no-repeat;
    width: 108px;
    line-height: 88px;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    margin: 18px 30px;
    position: relative;
    transition: none;
}

.button-nav a:hover {
	background:url(../images/nw-dot-a-new.png) center center no-repeat;
	font-size: 17px;
    /*text-decoration: underline;
    font-size: 17px;
    background: url(../images/nw-dot-a.png) 0 0 no-repeat;
    height: 88px;
    width: 100px;
    line-height: 88px;
    padding-right: 47px;
    margin: 0 30px;
    margin-right: -33px;
    overflow: hidden;*/
}
.button-nav a.active {
	background:url(../images/nw-dot-a-new.png) center center no-repeat;
	font-size: 17px;
    /*text-decoration: underline;
    font-size: 17px;
    background: url(../images/nw-dot-a.png) 0 0 no-repeat;
    height: 88px;
    width: 100px;
    line-height: 88px;
    padding-right: 47px;
    margin: 0 30px;
    margin-right: -33px;
    overflow: hidden;*/
}

.button-nav a:last-of-type:hover {
    padding-right: 0;
}

.button-nav a:not(:last-of-type):after {
	content: "";position: absolute;top: 50%;margin-top: -3px;height: 4px;background: url(../images/nw-sep.png) repeat-x;left: 100%;width: 65px;
}

.nw-carousel {
    padding: 0 0 120px;
    /*height: 395px;*/
}

.nw-year {position:absolute;left:0;right:0;top:-23px;margin:auto;width:120px;height:32px;line-height:42px;color:#fff;background:rgba(0,0,0,0.6);text-align:center;font-size:18px;}
.nw-year:before {position:absolute;content:'';left:0;right:0;top:100%;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-top:35px solid rgba(0,0,0,0.6);}
.nw-carousel .owl-item:nth-child(2n) .year-finish:after {display:none;}
.nw-carousel .owl-item:nth-child(2n) .year-finish .image {left:-80px;}

.no-white .wrap-white{
    background: none !important;
}

.page-404 {
    margin-top: -76px;
    position: relative;
    /*background: url(../images/404-bg.jpg) 50% no-repeat;*/
    background-size: cover;
}

.page-404 .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.page-404 .centered- {
	margin-top:150px;
    text-align: center;
    text-transform: uppercase;
}
.page-404 .centered- h1 {
	font-size:30px;
}
.page-404 .centered- h2 {
	font-size:20px;
}

.page-404 a {
    font-size: 30px;
    text-decoration: none;
    color: #fd5000;
    border-bottom: 1px solid;
}

.page-404 p {
    /*margin: 0 0 1em;*/
	margin: 15px 0 15px 0;
}

.page-404 img {
    /*max-width: 440px;*/
}


.news-page .wrap-white{
	background:none !important;
}
.news-page h1{
	padding:0 !important;
	font-size:20px  !important;
}
.news-page .breadcrumbs{
	padding-top:10px !important;
}

.news-box{
	background:url(../images/news-soty-bg.png) center 56px no-repeat;
	height:838px;
}

.news-box-main{
	width:1170px;
	margin:0 auto;
	position:relative;
}

.pos-1{
	position:absolute;
	left:295px;
	top:57px;
}
.pos-2{
	position:absolute;
	left:583px;
	top:223px;
}
.pos-3{
	position:absolute;
	left:102px;
	top:390px;
}
.pos-4{
	position:absolute;
	left:390px;
	top:560px;
}
.pos-5{
	position:absolute;
	left:872px;
	top:392px;
}
.pos-5  .news-info{
	position:absolute;
	left:-240px;
	top:60px;
	width:240px;
	text-align: right;
}
.pos-5  .news-info .date{
    font-size: 18px;
    color: #ff5200;
    background: url(../images/news-lines/n-date.png) right 100% no-repeat;
	padding:0 25px 10px 0;
	
}
.pos-5 .news-info  a{
	padding:10px 25px 5px 0;
	display:block;
	color:#000000;
	font-size:14px;
	text-decoration:none;
	line-height:1.2em;
}

 .news-info{
	position:absolute;
	left:196px;
	top:60px;
	width:240px;
}
 .news-info .date{
    font-size: 18px;
    color: #ff5200;
    background: url(../images/news-lines/n-date.png) 0 100% no-repeat;
	padding:0 0 10px 25px;
	
}
 .news-info  a{
	padding:10px 0 5px 25px;
	display:block;
	color:#000000;
	font-size:14px;
	text-decoration:none;
	line-height:1.2em;
}
 .news-info  a span{
	color:#ff5200;
}





        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l{
			display:block;
			position: absolute;
			width: 60px;
			height: 68px;
			text-align: center;
			background:url(/src/images/left-str.png);
			cursor:pointer;
			    margin: -50px 0 0 0;
        }
        .jssora22r {
            display: block;
				position: absolute;
				width: 60px;
				height: 68px;
				text-align: center;
				background:url(/src/images/right-str.png);
				cursor:pointer;
				    margin: -50px 0 0 0;
        }

 .left-col-news{
	 width:445px;
	 float:left;
 }
 .right-col-news{
	 width:720px;
	 float:left;
	 position:relative;
	     margin: 10px 0 0 0;
 }
 .right-col-news .subscription{
	 top:45px;
 }
 
 
 .all-news{
	 position:absolute;
	 top:90px;
	 left:0;
 }
 .all-news a{
	 padding:10px;
	 text-align:center;
	 text-decoration:none;
	 color:#fff;
	 font-size:14px;
	 text-transform:uppercase;
	 background:#ff5200;
 }
 
 .news-content{
	 padding:177px 0 50px 0;
	 color:#000000;
	 font-size:20px;
 }
 
 .news-date{
	 color:#ff5200;
	 font-size:20px;
	 padding:0 0 24px 0;
	 border-bottom:1px dotted #ff5200;
 }
 
 .news-prev-img{
	 margin:130px 0 0 168px;
 }
 
 .page-list{
	 margin:-20px 0 0 181px;
	 overflow:hidden;
 }
 .page-list a{
	float:left;
	display:block;
 }
 .page-list a+a{
	float:left;
	margin:0 0 0 80px;
 }
 
 .about .breadcrumbs{
	     margin-top: 56px !important;
 }
 
 .business .breadcrumbs{
	     margin-top: 56px !important;
 }
 
 .client .breadcrumbs{
	     margin-top: 56px !important;
 }
 
 .offer .breadcrumbs{
	     margin-top: 56px !important;
 }
 
 .history .head{
	 padding: 0 0 30px 0 !important;
 }
 
 

@media only screen and (min-width: 1499px) and (max-width: 1500px) {
	.button-nav {
		margin-top: -135px;
		margin-bottom: -20px;
	}
}


.form-new11{
	position:relartive;
	
}
.form-new11 .close{
	position:absolute;
	top:15px;
	right:15px;
	font-size:25px;
	color:#000;
	
}

.raschet{
	 background:url(../images/new-content-bg1.jpg) center 0 no-repeat;
   /* padding-bottom:100px;*/
	height:276px;
	background-size: cover;
}

.raschet-pad{
	padding:0 0 80px 0;
	margin: -20px 0 0 0;
}


.zoom-contacts{
	zoom:90%;	

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* стили только для IE10 */ 
   
  .zoom-contacts{
	zoom:100%;	

	}
} 

@media screen and (min-width:0\0) {  
    /* стили только для IE9 - IE10 */ 
  .zoom-contacts{
	zoom:100%;	

	}	
} 



#Stage{
	overflow:hidden;
}