* {
    margin: 0;
    padding: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
body {
    background: #fff;
   display: table;
  
}
body#index {
    background: #fff url("../img/bg_repeat.jpg");
}
input[type='submit']::-moz-focus-inner {
    padding: 0;
    border: 0;
}
article, aside, figure, figcaption, footer, header, hgroup, nav, section {
    display: block;
}

/*** CONSTRUCTION ***/
/********************/

#top {
    background: url(../img/bg.jpg) repeat-y center 80px;
    display: table-header-group;
    margin: 0 auto;
    min-width: 990px;
}
#index #top {
    background: url(../img/bg.jpg) no-repeat center 80px;
}
#top > div {
    background: url("../img/menu.jpg") repeat-x;
    display: table-cell;
    min-height: 85%;
}
header {
    min-width: 990px;
    background: url("../img/bg_top.jpg") repeat-x left 39px;
    border-bottom: 1px #d0d0d0 solid;
}
#index header {
    border-bottom: none;
    background: none;
}
#header {
    /*background: url("../img/bg_header.png") no-repeat center bottom;*/
    width: 990px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}
#index #header {
    background: none;
    height: auto;
}
#main {
    width: 990px;
    margin: 11px auto 0;
    padding: 0 0 15px;
}
#index #main {
    margin-top: 5px;
}
#main:after {
    content: "";
    clear: both;
    display: block;
}
#leftbar {
    width: 242px;
    float: left;
    margin: 0;
    padding: 0 0 50px;
}
#rightbar {
    width: 232px;
    float: left;
    margin: 0 0 0 14px;
    padding: 0 0 50px;
}
.content {
    /*background: url("../img/bg_bottom_inner.jpg") no-repeat center bottom;*/
    width: 719px;
    min-height: 1px;
    float: left;
    padding: 0 14px 74px;
    position: relative;
}
#index .content {
    /*background: url("../img/bg_bottom.jpg") no-repeat center bottom;*/
    width: 465px;
    padding-left: 20px;
    padding-right: 16px;
}
.content article {
    padding: 0 2px;
}
#index .content article {
    text-align: justify;
}
footer {
    display: table-footer-group;
    min-width: 990px;
}
footer > div {
    display: table-cell;
    height: 1px; /* artful trick */
}
footer > div > table {
    background: url("../img/bg_footer.jpg");
    width: 100%;
    min-width: 990px;
    border-spacing: 0;
}
footer > div > table td {
    /*padding: 20px 0;*/
}
footer > div > table > tbody > tr > td {
    background: url("../img/bg_footer_bottom2.jpg") repeat-x;
    min-width: 970px;
    text-align: center;
}
footer > div > table > tfoot > tr > td {
    background: url("../img/bg_footer_bottom3.jpg");
    /*background: #ff6600;
    border-top: 1px #fd932b solid;*/
    min-width: 990px;
    text-align: center;
}
footer > div > table > tbody > tr > td > div, footer > div > table > tfoot > tr > td > div {
    width: 990px;
    margin: 0 auto;
    position: relative;
}
ul li hr {
    display: none;
}
/********************/
/* END CONSTRUCTION */

#logo {
    float: left;
    margin: 15px 15px 0px 0;
}
#slogan {
    float: left;
	width: 520px;
    margin: 30px 0px 20px 0;
    font: 25px/28px "DINPro", Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #ff6533;
    text-transform: uppercase;
  text-align:center;
}
#header-phone {
    float: left;
    background: url("../img/tel.png") no-repeat 0 3px;
    margin: 16px 0 0;
    padding: 0 0 0 60px;
    height: 40px;
    font: 18px/18px "DINPro", Arial, Helvetica, sans-serif;
    color: #1175b0;
    letter-spacing: 1px;
}
#header-phone div {
    font: 37px/37px "DINPro", Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #ff6533;
}
#header-phone div span {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    top: -7px;
    margin: 0 4px 0 0;
}
#mode {
    float: right;
    text-align: right;
}
#mode span {
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 22px;
  
    color: #1175b0;
}
#mode div {
    margin: 3px 0 0;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ff6533;
}
#gallery {
    margin: 30px 0 12px;
    width: 986px;
    height: 280px;
    background: #fff;
    border: 2px #ff6633 solid;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 4px 5px -5px #000;
    -webkit-box-shadow: 0 4px 5px -5px #000;
    box-shadow: 0 4px 5px -5px #000;
    /*behavior: url("ie-css3.htc");*/
}
.gallery-slider {
    width: 5000px;
}
.gallery-slider:after, .slider-button:after {
    content: "";
    clear: both;
    display: block;
}
.gallery-slider li {
    float: left;
    position: relative;
}
.gallery-slider li a {

}
.gallery-slider li a img {

}
.gallery-slider li span {
    position: absolute;
    left: 14px;
    /*bottom: 10px;*/
    top:254px;
    z-index: 10;
    font-size: 15px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.content .slider-button li, .content .gallery-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-button {
    background: url("../img/transparent_orange.png");
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 981px;
    padding: 0 5px 0 0;
    text-align: right;
}
.slider-button li {
    background: url("../img/sprite2.png") no-repeat -1165px -93px;
    display: inline-block;
    width: 17px;
    height: 23px;
    margin: 8px 5px 0 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}
.slider-button li.active {
    background-position: -1185px -93px;
    margin-right: 6px;
}
.main-menu {
    height: 39px;
    margin: 0 0 17px;
    z-index: 100;
    position: relative;
}
.main-menu > ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.main-menu li {
    list-style: none;
}
.main-menu > ul > li {
    display: table-cell;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    border-left: 1px #1175b0 solid;
}
.main-menu > ul > li:hover {
    background: url("../img/menu_hover.jpg") repeat-x;
}
.main-menu > ul > li:first-child {
    border-left-color: transparent;
}
.main-menu > ul > li > div {
    position: relative;
}
.main-menu > ul > li > div > a, .main-menu > ul > li > div > a:visited, .main-menu > ul > li > div > span {
    display: block;
    height: 100%;
    width: 140px;
    padding: 10px 0 12px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #f9f9f9;
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    text-decoration: none;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li:hover > a:visited,
.main-menu > ul > li:hover > span,
.main-menu > ul > li > div > a:hover,
.main-menu > ul > li > div > span:hover {
    color: #f9f9f9;
    text-decoration: none;
}
.main-menu ul li ul {
    display: none;
    width: 205px;
    position: absolute;
    top: 39px;
    left: -20px;
    padding: 7px 0 0;
}
.main-menu > ul li:hover ul {
    display: block;
}
.main-menu ul ul li {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    /*border: 1px #bebebe solid;*/
    border-top: none;
}
.main-menu ul ul li:first-child {
    /*border-top: 1px #bebebe solid;*/
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.main-menu ul ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.main-menu ul ul li:first-child:before {
    content: "";
    background: url("../img/sprite2.png") no-repeat -1210px -139px;
    width: 14px;
    height: 8px;
    position: absolute;
    top: -7px;
    left: 93px;
    z-index: 150;
}
.main-menu ul ul li:first-child:hover:before {
    background-position: -1212px -159px;
}
.main-menu ul ul ul li:first-child:before {
    background: url("../img/sprite2.png") no-repeat -1233px -138px;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: -7px;
    z-index: 150;
}
.main-menu ul ul ul li:first-child:hover:before {
    background-position: -1234px -156px;
}
.main-menu ul ul li > a, .main-menu ul ul li > a:visited, .main-menu ul ul li > span {
    background: url("../img/sprite2.png") repeat-x -1402px -74px;
    /*height: 20px;*/
    display: block;
    padding: 7px 11px 7px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px #52c5fc solid;
    border-bottom: 1px #1175b0 solid;
    border-left: 1px #1175b0 solid;
    border-right: 1px #1175b0 solid;
}
.main-menu ul ul li:first-child > a {
    border-top: 1px #1175b0 solid;
}
.main-menu ul ul li:hover > a,
.main-menu ul ul li:hover > span,
.main-menu ul ul li > a:hover,
.main-menu ul ul li > span:hover {
    background: #e26a09;
    color: #000;
    text-decoration: none;
}
.main-menu ul ul li:first-child > a,
.main-menu ul ul li:first-child > a:visited,
.main-menu ul ul li:first-child > span {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.main-menu ul ul li:last-child > a,
.main-menu ul ul li:last-child > a:visited,
.main-menu ul ul li:last-child > span {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.main-menu ul li:hover div ul li ul {
    display: none;
}
.main-menu ul li div ul li ul {
    display: none;
    left: 203px;
    bottom: auto;
    right: auto;
    top: 0;
    padding: 0 0 0 8px;
}
.main-menu ul li div ul li:hover ul {
    display: block;
}
.main-menu ul li:hover div ul li ul li ul {
    display: none;
}
.main-menu ul li div ul li ul li:hover ul {
    display: block;
}
.main-menu ul li:hover div ul li ul li ul li:first-child:last-child > a {
    border-radius: 5px 5px 5px 5px;
}
.main-menu ul li:hover div ul li ul li:first-child:last-child > a {
    border-radius: 5px 5px 5px 5px;
}
.ywn {
    margin: 0 0 0 -8px;
    padding: 0;
}
#index .ywn {
    margin-bottom: 0;
}
.ywn:after {
    content: "";
    clear: both;
    display: block;
}
.ywn li {
    background: url("../img/sprite.png") no-repeat 4px -312px;
    width: 242px;
    height: 51px;
    margin: 0 0 -2px;
    padding: 0 10px 0 0;
    float: left;
    position: relative;
    list-style: none;
}
#index .ywn li {
    margin-bottom: 0;
}
.ywn li.fourth {
    margin-top: 3px;
    padding-right: 0;
    color:#fff;
}
#index .ywn li.fourth {
    margin-top: 0;
}
.ywn li:first-child {
    margin-left: 0;
}
.ywn li:hover {background-position: 4px -363px;}
.ywn li:active {background-position: 4px -312px;}
.ywn li.fourth {background-position: 4px -465px;}
.ywn li.fourth:hover {background-position: 4px -516px;}
.ywn li.fourth:active {background-position: 4px -567px;}
.ywn li a, .ywn li a:visited {
    display: block;
    height: 41px;
    padding: 10px 23px 0 59px;
    color: #000000;
    font: 18px/22px "DINPro", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding-left: 47px;
    padding-right: 7px;
    width: 180px;
}
.ywn li.third a {
    padding: 10px 43px 0 40px;
}
.ywn li:active a {
    text-shadow: none;
}
.ywn li a:hover {
    color: #fff;
    text-decoration: none;
}
.ywn li a:before {
    content: "";
    background: url("../img/sprite.png") no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 22px;
    top: 4px;
}
.ywn li.second a:before {left: 24px;}
.ywn li.third a:before {left: 25px;}
.ywn li.fourth a:before {left: 26px;}
.ywn li.first a:before {background-position: 0 0;}
.ywn li.second a:before {background-position: -32px 0px;}
.ywn li.third a:before {background-position: -64px 0;}
.ywn li.fourth a:before {background-position: -96px 0;}

.ywn li.fourth a { color:#fff; }
.ywn li.fourth a:hover { color:#000; }

.ywn li.mail-order {
    margin-top: 3px;
    padding-right: 0;
    color:#fff;
}
.ywn li.mail-order a { color:#fff; }
.ywn li.mail-order a:hover { color:#000; }
.ywn li.mail-order {background-position: 4px -465px;}
.ywn li.mail-order:hover {background-position: 4px -516px;}
.ywn li.mail-order:active {background-position: 4px -567px;}
#index .ywn li.mail-order {
    margin-top: 0;
}
.ywn li.mail-order a:before {
  	background: url("../img/mail-symbol.png") no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-left: 5px;
}

#leftbar #yw1 {
    margin: 0 0 25px -8px;
    padding: 0;
}
#index #leftbar #yw1 {
    margin-bottom: 0;
}
#leftbar #yw1:after {
    content: "";
    clear: both;
    display: block;
}
#leftbar #yw1 li {
    background: url("../img/sprite.png") no-repeat 4px -312px;
    width: 242px;
    height: 51px;
    margin: 0 0 -2px;
    padding: 0 10px 0 0;
    float: left;
    position: relative;
    list-style: none;
}
#index #leftbar #yw1 li {
    margin-bottom: 0;
}
#leftbar #yw1 li.fourth {
    margin-top: 3px;
    padding-right: 0;
}
#index #leftbar #yw1 li.fourth {
    margin-top: 0;
}
#leftbar #yw1 li:first-child {
    margin-left: 0;
}
#leftbar #yw1 li:hover {background-position: 4px -363px;}
#leftbar #yw1 li:active {background-position: 4px -414px;}
#leftbar #yw1 li.fourth {background-position: 4px -465px;}
#leftbar #yw1 li.fourth:hover {background-position: 4px -516px;}
#leftbar #yw1 li.fourth:active {background-position: 4px -567px;}
#leftbar #yw1 li a, #leftbar #yw1 li a:visited {
    display: block;
    width: 160px;
    height: 41px;
    padding: 10px 23px 0 59px;
    color: #fff;
    font: 18px/22px "DINPro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
#leftbar #yw1 li.third a {
    padding: 10px 43px 0 40px;
}
#leftbar #yw1 li:active a {
    text-shadow: none;
}
#leftbar #yw1 li a:hover {
    color: #fff;
    text-decoration: none;
}
#leftbar #yw1 li a:before {
    content: "";
    background: url("../img/sprite.png") no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 22px;
    top: 4px;
}
#leftbar #yw1 li.second a:before {left: 24px;}
#leftbar #yw1 li.third a:before {left: 25px;}
#leftbar #yw1 li.fourth a:before {left: 26px;}
#leftbar #yw1 li.first a:before {background-position: 0 0;}
#leftbar #yw1 li.second a:before {background-position: -32px 0;}
#leftbar #yw1 li.third a:before {background-position: -64px 0;}
#leftbar #yw1 li.fourth a:before {background-position: -96px 0;}

#leftbar h1, #leftbar .h1, #rightbar h1, #rightbar .h1 {
    background: url("../img/sprite.png") no-repeat 0 -618px;
    width: 248px;
    height: 55px;
    font-weight: 700;
    font-size: 29px;
    line-height: 29px;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    margin: 0 0 -21px -4px;
    padding: 8px 0 0;
    z-index: 10;
    border: none;
}
#index #leftbar h1, #index #leftbar .h1, #index #rightbar h1, #index #rightbar .h1 {
    margin-bottom: -62px;
}
#index #rightbar h1, #index #rightbar .h1, #leftbar h1, #leftbar .h1 {
    margin-bottom: -20px;
    margin-left: -7px;
}
.banner {
    margin: 0 0 24px 1px;
    width: 232px;
    cursor: pointer;
    border: 1px solid;
}
.index-banner {
    margin: -10px 0 20px -14px;
    text-align: center;
}
#leftbar #photogallery .inner ul li.current img{
    max-width: 232px;
    max-height: 337px;
}
.big-order-btn, .big-order-btn:visited {
    background: url("../img/sprite2.png") no-repeat -979px -309px;
    width: 480px;
    height: 76px;
    margin: 0 0 10px 0px;
    padding: 23px 0 0 60px;
    display: block;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-decoration: none;
}
.news-img {
    float: left;
    padding: 10px;
}
.news-imgmore {
    float: left;
    padding-right: 25px;
    max-width: 500px;
    max-height: 500px;
}
.news-date {
    font-size: 10px;
    font-family: 'DINPro';
    color: #656565;
    padding-top: 7px;
    padding-bottom: 7px;
}
.backnews a{
    font-family: 'DINPro', Arial, Helvetic;
    font-size: 12px;
}
.backnews a:hover {
    color: #e93b25;
}
#backnews-arr {
    position: relative;
    display: inline-block;
    background: url('../img/sprite2.png') no-repeat -1217px -186px;
    width: 4px;
    height: 7px;
    margin-left: 5px;
}
.backnews a:hover #backnews-arr {
    background-position: -1226px -186px;
    width: 4px;
    height: 7px;
}
.news-date-more {
    font-size: 14px;
    font-family: 'DINPro';
    color: #656565;
    font-weight: bold;
  padding-bottom: 2%;
}
.news-title {
    font-size: 17px;
    font-family: 'DINPro', Arial, Helvetic;
    color: #0099cb;
    padding-top: 8px;
}
.news-title h1 {
    margin: 0;
}
.news-imgss {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.item {
    font-family: 'Tahoma', Arial, Helvetic;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
}
/*.news-item {
    height: 150px;
}*/
.news-item:nth-child(2n+1) {
    background: #f2f1f1;
}
.news-title a:hover {
    color: #e93b25;
}
.news-block {
    float: right;
    width: 540px;
}
.big-order-btn:hover {
    background-position: -979px -474px;
    text-decoration: none;
    color: #fff;
}
.big-order-btn:active {
    background-position: -979px -309px;
    text-shadow: none;
}
.content .breadcrumbs {
    margin: 0 0 9px;
    padding: 0;
    color: #0099cb;
    font: 14px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.content .breadcrumbs  {
    background: none;
    display: inline-block;
    list-style: none;
  line-height: 1.5;
}
.content .breadcrumbs a, .content .breadcrumbs a:visited {
    color: #0099cb;
}
.content .breadcrumbs a:hover {
    color: #e93b25;
    text-decoration: none;
}
.content .breadcrumbs span{
    color: #6e6e6e; 
}
.content ul.pager {
    /*margin: 0 0 30px 20px;
    padding: 0;*/
    text-align: center;
    padding-top: 20px;
}
.content ul.pager li {
    /*background: url("../img/bullet.gif") no-repeat 0 7px;
    margin: 6px 0;
    padding: 0 0 0 21px;*/
    display: inline-block;
    /*padding-left: 5px;
    padding-right: 5px;*/
    background: none;
    padding: 0px;
    margin: 0px;
}
.content ul li .page, .selected a, .selected a:visited{
    font-size: 16px;
    color: #e93b25;
    padding-right: 5px;
}
form input.btn {
    background: url('../img/buttonras.png') no-repeat -22px -18px;
    width: 156px;
    height: 42px;
    border: none;
    cursor: pointer;
}
form input.btn:hover {
    background-position: -22px -66px;
}
form input.btn:active {
    background-position: -23px -120px;
}
form button#addRoom {
    background: url('../img/buttonadd.png') no-repeat -22px -21px;
    width: 152px;
    height: 38px;
    border: none;
}
form button#addRoom:hover {
    background-position: -22px -69px;
}
form button#addRoom:active {
    background-position: -22px -123px;
}
form button.addWindow {
    background: url('../img/buttonadd.png') no-repeat -22px -21px;
    width: 152px;
    height: 38px;
    border: none;
}
form button.addWindow:hover {
    background-position: -22px -69px;
}
form button.addWindow:active {
    background-position: -22px -123px;
}
form button.addDoor {
    background: url('../img/buttonadd.png') no-repeat -22px -21px;
    width: 152px;
    height: 38px;
    border: none;
}
form button.addDoor:hover {
    background-position: -22px -69px;
}
form button.addDoor:active {
    background-position: -22px -123px;
}
.content ul li .page, .previous {
    vertical-align: sub;
}
.content ul li .page, .previous a{
    /*background: url("../img/arrowsprite.png") no-repeat 10px 10px;*/
    background: url('../img/arrowsprite.png') no-repeat -35px -8px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: block;
}
.content ul li .page, .previous a:hover {
    background-position: -36px -32px;
}
.content ul li .page, .previous, .hidden a{
    display: none;
}
.content ul li .page, .next {
    vertical-align: sub;
}
.content ul li .page, .next a{
    /*background: url("../img/arrowsprite.png") no-repeat 10px 10px;*/
    background: url('../img/arrowsprite.png') no-repeat -7px -31px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: block;
}
.content ul li .page, .next a:hover {
    background-position: -8px -7px;
}
.content ul li .page, .next, .hidden a{
    display: none;
}
.content .pager .page a{
    text-decoration: none;
    padding-right: 5px;
}
.news-text img {
    /*padding-right: 25px;
    padding-bottom: 10px;*/
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */ 
}
.readmore {
    position: relative;
    bottom: 1px;
}

/* CALCULATOR */

#calculator {
    width: 223px;
    /*height: 285px;*/
    margin: 0 0 28px 0px;
    padding: 5px 5px 3px 5px;
    background: #f8f8f8;
    border: 1px #d5d5d5 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#calc-button-submit {
    background: url("../img/sprite.png") no-repeat 0 -154px;
    border: none;
    width: 227px;
    height: 53px;
    cursor: pointer;
    margin: 5px 0 0 -2px;
    padding: 0 15px 13px 0;
    font-size: 26px;
    color: #5e5d5d;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    position: relative;
    display: block;
}
#calc-button-submit:hover {
    background-position: 0 -207px;
}
#calc-button-submit:active {
    background-position: 0 -259px;
}
#calc-button-submit + label {
    position: absolute;
    display: inline-block;
    left: 72px;
    bottom: 7px;
    font-size: 12px;
    color: #9d9b9b;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
}
.vkladka, .vkladka-2 {
    background: url("../img/sprite.png") no-repeat;
    display: none;
    float: left;
    width: 102px;
    height: 20px;
    margin: 0;
    padding: 10px 0 0 9px;
}
.vkladka {
    background-position: 0 -61px;
}
.vkladka-2, .vkladka-2:visited {
    background-position: -112px -122px;
    width: 82px;
    padding-left: 29px;
    text-decoration: none;
    color: #6a6968;
}
.vkladka-2:hover {
    background-position: -112px -91px;
    text-decoration: none;
    color: #6a6968;
}
#calculator form {
    position: relative;
}
#calculator fieldset {
    width: 212px;
    border: none;
    padding: 15px 0 4px 10px;
    margin: 5px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    background-image: -webkit-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -ms-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -o-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -moz-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
}
.div-slider .track {
    width: 108px;
    height: 4px;
    float: left;
    margin: 0 0 0 5px;
    background: #9c9c9c;
    border: 1px solid;
    border-top-color: #adadad;
    border-bottom-color: #d6d6d6;
    border-left-color: #b6b6b6;
    border-right-color: #e7e7e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.div-slider .slider-result {
    background: #fff;
    border: 2px #d2d2d2 solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    width: 28px;
    height: 13px;
    margin: -8px 4px 0 31px;
    padding: 3px;
    float: left;
    text-align: right;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #656565;
}
.div-slider label {
    color: #9b9b9b;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -5px;
    float: right;
    -moz-margin-right: 10px;
}
.div-slider-name {
    display: block;
    margin: 0 0 15px;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.ui-slider-range {
    background: #d6562a;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    margin: -1px 0 0 -1px;
}
.ui-slider-handle {
    background: url("../img/sprite2.png") no-repeat -1312px -99px;
    position: relative;
    margin: -10px 0 0 -11px;
    display: block;
    width: 39px;
    height: 21px;
    text-decoration: none;
}
.ui-slider-handle:hover {
    text-decoration: none;
}
.ui-slider-handle:after {
    display: block;
    position: relative;
    top: 3px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
#l-slider .ui-slider-handle:after {
    content: "Д";
    top: 5px;
}
#w-slider .ui-slider-handle:after {
    content: "Ш";
    top: 5px;
}
#h-slider .ui-slider-handle:after {
    content: "В";
    top: 5px;
}
/*#r-slider .ui-slider-handle:after {
    content: "Ж";
    top: 5px;
}
#k-slider .ui-slider-handle:after {
    content: "К";
    top: 5px;
}
#b-slider .ui-slider-handle:after {
    content: "В";
    top: 5px;
}*/
#calc-track {
    margin: 0 0 0 -8px;
    width: 220px;
}
#calc-track:after {
    content: "";
    clear: both;
    display: block;
}
.calc-button, .calc-button:visited {
    display: block;
    float: left;
    width: 70px;
    height: 23px;
    margin: 0;
    padding: 4px 0 0;
    border: 1px #e4e4e4 solid;
    background: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
    background-image: -ms-linear-gradient(top, #fff, #ebebeb);
    background-image: -o-linear-gradient(top, #fff, #ebebeb);
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: linear-gradient(top, #fff, #ebebeb);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
    text-decoration: none;
    font: 14px/18px "DINPro", Arial, Helvetica, sans-serif;
    color: #757575;
}
.calc-button:hover {
    color: #1e1e1e;
    text-decoration: none;
    background: #eee;
    background-image: -webkit-linear-gradient(top, #ebebeb, #fff);
    background-image: -ms-linear-gradient(top, #ebebeb, #fff);
    background-image: -o-linear-gradient(top, #ebebeb, #fff);
    background-image: -moz-linear-gradient(top, #ebebeb, #fff);
    background-image: linear-gradient(top, #ebebeb, #fff);
}
.calc-button:active, .calc-button.active {
    color: #1e1e1e;
    background: url('../img/11111.jpg') repeat-x;
    padding-top: 5px;
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2) inset;
}
.calc-button:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -mox-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.calc-button.last {
    -webkit-border-radius: 0 5px 5px 0 ;
    -mox-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.social {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    position: absolute;
    right: 420px;
  font-weight:normal;
  text-transform: lowercase;
}
.banner-right {
    padding-left: 2px;
    z-index: 0;
}
/*.social-btn {
    width: 23px;
    height: 22px;
    display: inline-block;
    background: #2c6fb2;
    background-image: -webkit-linear-gradient(top, #579add, #024689);
    background-image: -ms-linear-gradient(top, #579add, #024689);
    background-image: -o-linear-gradient(top, #579add, #024689);
    background-image: -moz-linear-gradient(top, #579add, #024689);
    background-image: linear-gradient(top, #579add, #024689);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 6px;
    margin: 0 1px 0 3px;
    cursor: pointer;
}*/
/*.social-btn:hover {
    background: #0066cc;
}*/
/*.social-btn:after {
    position: absolute;
    left: 6px;
    top: 2px;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}*/
.soc-vk {
    background: url('../img/vk.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
  	transition: 0.5s;
}
.soc-vk:hover {
    background: url('../img/vkhover.png') no-repeat 0 0;
  	transition: 0.5s;
}
.soc-fb {
    background: url('../img/fb.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
   	margin-right: 5px;
  	transition: 0.5s;
}
.soc-fb:hover {
    background: url('../img/fbhover.png') no-repeat 0 0;
  transition: 0.5s;
}
.soc-yt {
    background: url('../img/yt.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
   	margin-right: 5px;
  	transition: 0.5s;
}
.soc-yt:hover {
    background: url('../img/ythover.png') no-repeat 0 0;
  	transition: 0.5s;
}
.soc-od {
    background: url('../img/od.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
   	margin-right: 5px;
  	transition: 0.5s;
}
.soc-od:hover {
    background: url('../img/odhover.png') no-repeat 0 0;
  transition: 0.5s;
}
.soc-tw {
    background: url('../img/tw.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
  	margin-right: 5px;
  	transition: 0.5s;
}
.soc-tw:hover {
    background: url('../img/twhover.png') no-repeat 0 0;
  	transition: 0.5s;
}
.soc-in {
    background: url('../img/in.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
   	margin-right: 5px;
  	transition: 0.5s;
}
.soc-in:hover {
    background: url('../img/inhover.png') no-repeat 0 0;
  	transition: 0.5s;
}

#metro-map {
    float: left;
    width: 480px;
    margin: 0 20px 0 0;
}
#address-list {
    float: left;
    width: 214px;
}
#address-list ol {
    /*font-style: italic;*/
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 30px;
    padding: 0;
}
#main address p {
    font-style: normal;
}
#main address p.i {
    font-style: italic;
}
#address-list ol li {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}
#address-list ol li a {
    font-size: 12px;
    font-style: italic;
}
.map-popup {
    background: #fff;
    width: 386px;
    padding: 18px;
    border: 1px #ccc solid;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: -240px;
    top: 45px;
    z-index: 300;
    display: none;
}
#main .map-popup p {
    font-size: 14px;
    font-style: normal;
    margin: 0 0 5px;
}
.map-popup .map-popup-img {
    float: left;
    width: 202px;
    margin: 0 15px 0 0;
}
.map-popup .map-popup-img img {
    max-width: 202px;
}
.map-popup .map-popup-text {
    float: left;
    width: 165px;
}
.content .map-popup-metro {
    background: url("../img/metro.png") no-repeat;
    padding: 0 0 10px 25px;
    font-weight: bold;
}
#main .map-popup .map-popup-phone {
    font-size: 12px;
}
.map-popup:after {
    content: "";
    clear: both;
    display: block;
}
.shops {
    margin: 20px 0;
}
.content .shops td {
    vertical-align: top;
    text-align: left;
    color: #686868;
}
.k-rauta {
    background: url('../img/k-rauta.jpg') no-repeat 0 0;
    width: 207px;
    height: 39px;
}
.castorama {
    background: url('../img/castorama.jpg') no-repeat 0 0;
    width: 209px;
    height: 55px;
}
.media-markt {
    background: url('../img/media.jpg') no-repeat 0 0;
    width: 207px;
    height: 48px;
}
.obi {
    background: url('../img/obi.jpg') no-repeat 0 0;
    width: 178px;
    height: 47px;
}
.shops .shop-name {
    /*width: 215px;*/
    width: 260px;
    padding: 18px 13px;
    border-top: 1px #c9c8c8 solid;
    font-size: 12px;
}
.shops .shop-name div {
    color: #249cdb;
    margin: 0 0 5px;
    font-size: 14px;
}
.shops .shop-name span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #239bd9;
    margin: 0 0 5px;
    line-height: 22px;
}
.shops .shop-list {
    border-top: 1px #c9c8c8 solid;
    padding: 18px 13px 18px 0;
}
.content .shops .shop-list ul {
    margin: 0;
    padding: 0;
}
.content .shops .shop-list ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    background: none;
    font-style: italic;
}
.content .shops .shop-list ul li div {
    color: #000;
    font-style: normal;
}
.content .shops .shop-list ul li a {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 15px;
}
#content_calculator {

}
#tabs {
    margin: 20px 0 10px;
}
.content .ui-tabs {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
    z-index: 10;
}
.content .ui-tabs li {
    display: inline-block;
    text-align: center;
    background: #c2c2c4;
    border: 1px #c2c2c4 solid;
    border-bottom: none;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    margin: 0 -1px 0 0;
    padding: 3px;
}
.content .ui-tabs li.ui-tabs-active {
    background: #f8f8f8;
    border-color: #d7d7d7;
}
.ui-tabs li a, .ui-tabs li a:visited {
    display: block;
    height: 25px;
    padding: 10px 15px 0;
    list-style: none;
    background: #c2c2c4;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.content .ui-tabs li.ui-tabs-active a, .content .ui-tabs li.ui-tabs-active a:visited {
    background: #fbfbfb;
    background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
    background-image: -ms-linear-gradient(top, #fff, #f8f8f8);
    background-image: -o-linear-gradient(top, #fff, #f8f8f8);
    background-image: -moz-linear-gradient(top, #fff, #f8f8f8);
    background-image: linear-gradient(top, #fff, #f8f8f8);
    color: #0d5fab;
    font-weight: 700;
    height: 28px;
}
fieldset.step {
    /*display: none;*/
    background: #f8f8f8;
    border: 1px #d7d7d7 solid;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.tabsStepByStep fieldset.step {
    padding-top: 70px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 5px 0 5px;
}
.content .tabsStepByStep .ui-tabs {
    display: table;
    width: 705px;
    margin: 5px auto -49px;
    background: #cacaca;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.content .tabsStepByStep .ui-tabs li {
    display: table-cell;
    background: none;
    border: none;
}
.content .tabsStepByStep .ui-tabs li.ui-tabs-active {
    border: none;
    margin: 0;
    background: #ff7547;
    background-image: -webkit-linear-gradient(top, #ffa35e, #ff4930);
    background-image: -ms-linear-gradient(top, #ffa35e, #ff4930);
    background-image: -o-linear-gradient(top, #ffa35e, #ff4930);
    background-image: -moz-linear-gradient(top, #ffa35e, #ff4930);
    background-image: linear-gradient(top, #ffa35e, #ff4930);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.ui-tabs li a, .ui-tabs li a:visited {
    background: none;
    border: none;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    color: #000;
}
.content .tabsStepByStep .ui-tabs li.ui-tabs-active a, .content .tabsStepByStep .ui-tabs li.ui-tabs-active a:visited {
    background: none;
    border: none;
    color: #fff;
    font-weight: normal;
}
#listRooms-div {
    background: #e6e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.content #listRooms {
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0 10px;
    border-bottom: 1px #d3d3d3 solid;
}
.content #listRooms td, .content #listRooms th {
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px 5px 20px;
    color: #171718;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.content #listRooms th {
    background: transparent;
    border-bottom: 1px #c4c4c4 solid;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3f3f3f;
    padding: 15px 10px 15px 20px;
}
.content #listRooms tr:nth-child(even) td {
    border-top: 1px #d3d3d3 solid;
    border-bottom: 1px #c4c4c4 solid;
    background: #efefef;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #efefef);
    background-image: -ms-linear-gradient(top, #f0f0f0, #efefef);
    background-image: -o-linear-gradient(top, #f0f0f0, #efefef);
    background-image: -moz-linear-gradient(top, #f0f0f0, #efefef);
    background-image: linear-gradient(top, #f0f0f0, #efefef);
}
.content #listRooms tr:nth-child(odd) td {
    border-top: 1px #fff solid;
    border-bottom: 1px #c4c4c4 solid;
    background: #f3f3f3;
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f0f0);
    background-image: -ms-linear-gradient(top, #f6f6f6, #f1f0f0);
    background-image: -o-linear-gradient(top, #f6f6f6, #f1f0f0);
    background-image: -moz-linear-gradient(top, #f6f6f6, #f1f0f0);
    background-image: linear-gradient(top, #f6f6f6, #f1f0f0);
}
.button.add {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 0;
    background: none;
    border: none;
    font: 14px/14px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #249ad9;
    cursor: pointer;
}
.button.add:before {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 26px;
    margin: 0 13px 0 0;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #1078bb;
    background-image: -webkit-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: -ms-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: -o-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: -moz-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: linear-gradient(top, #16a6db, #0a4b9d);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.button.add:hover:before {
    background: #159cd4;
    background-image: -webkit-linear-gradient(top, #0a499c, #16a4da);
    background-image: -ms-linear-gradient(top, #0a499c, #16a4da);
    background-image: -o-linear-gradient(top, #0a499c, #16a4da);
    background-image: -moz-linear-gradient(top, #0a499c, #16a4da);
    background-image: linear-gradient(top, #0a499c, #16a4da);
}
.button.add:active:before {
    -moz-box-shadow: 0 5px 3px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 5px 3px rgba(0,0,0,0.3) inset;
    box-shadow: 0 5px 3px rgba(0,0,0,0.3) inset;
}
.delete_room, .edit {
    background: url("../img/sprite.png") no-repeat;
    border: none;
    display: inline-block;
    width: 16px;
    height: 17px;
    text-indent: -9999px;
    cursor: pointer;
}
.delete_room {
    background-position: -189px 0;
}
.edit {
    background-position: -205px 0;
}
.delete_room:hover {
    background-position: -189px -17px;
}
.edit:hover {
    background-position: -205px -17px;
}
.content .ui-tabs.formEditRoom {
    margin: 20px 0;
}
.title_room {
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #6e6e6e;
    text-align: left;
    margin: 0 0 10px;
}
.content .list_units {
    margin: 20px 0;
}
.content .list_units td, .content .list_units th, .content .list_fields td, .content .list_fields th {
    font: 14px/14px Tahoma, Arial, Helvetica, sans-serif;
    padding: 3px 7px;
    vertical-align: top;
}
.content .list_fields td label, .content .list_fields th label {
    font: 14px/14px Tahoma, Arial, Helvetica, sans-serif;
    color: #726e61;
    margin: 0 0 8px;
    display: inline-block;
}
.content .list_units td {
    text-align: center;
}
.content .list_units th {
    color: #726e61;
    padding-bottom: 10px;
}
.content #content_calculator input[type="text"], .content #content_calculator select {
    background: #fff;
    border: 2px #d2d2d2 solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    width: 93%;
    height: 13px;
    padding: 4px 3px;
}
.content #content_calculator select {
    height: 24px;
    padding: 1px;
}
.content #tabs fieldset.step input, .content #tabs fieldset.step select {
    margin: 7px 0 0;
}
.content #tabs fieldset.step input[type="checkbox"], .content #tabs fieldset.step input[type="radio"] {
    float: left;
    margin: 2px 5px 0 0;
}
.del_str {
    background: url("../img/sprite.png") no-repeat -173px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
}
.list_fields_div {
    margin: 4px 0 0;
    padding: 5px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    background-image: -webkit-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -ms-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -o-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -moz-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
}
.content .list_fields {
    margin: 10px 0;
}
.buttons {
    border: none;
    padding: 15px 10px 0px;
    margin: 5px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    background-image: -webkit-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -ms-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -o-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: -moz-linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
    background-image: linear-gradient(top, #f0f0f1 0%, #f8f8f8 25%, #f8f8f8);
}
.buttons:after {
    content: "";
    clear: both;
    display: block;
}
#tabs .buttons {
    display: none;
}
.prevStep, .nextStep, .cancel {
    float: right;
    background: none;
    border: none;
    font: 14px/14px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #249ad9;
    cursor: pointer;
    border-bottom: 1px #249bda dotted;
    margin: 0 5px;
    padding: 0 0 2px;
    position: relative;
}
.prevStep:hover, .nextStep:hover, .cancel:hover {
    border-color: transparent;
}
.cancel {
    float: left;
    margin: 0 5px 0 20px;
}
.cancel:before {
    content: "";
    display: inline-block;
    background: url("../img/sprite.png") no-repeat -155px -17px;
    width: 11px;
    height: 11px;
    position: absolute;
    left: -15px;
    top: 3px;
}
#save {
    float: right;
    display: inline-block;
}
#save input {
    display: inline-block;
    background: none;
    border: none;
    font: 14px/14px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #249ad9;
    cursor: pointer;
    margin: 0 8px 0 0;
    padding: 0 0 2px;
    position: relative;
}
#save:after {
    content: "PDF";
    display: inline-block;
    background: url("../img/sprite.png") no-repeat -155px -17px;
    width: 29px;
    height: 21px;
    padding: 8px 0 0;
    position: relative;
    right: 0;
    top: -2px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: #1078bb;
    background-image: -webkit-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: -ms-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: -o-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: -moz-linear-gradient(top, #16a6db, #0a4b9d);
    background-image: linear-gradient(top, #16a6db, #0a4b9d);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#save:hover:after {
    background: #159cd4;
    background-image: -webkit-linear-gradient(top, #0a499c, #16a4da);
    background-image: -ms-linear-gradient(top, #0a499c, #16a4da);
    background-image: -o-linear-gradient(top, #0a499c, #16a4da);
    background-image: -moz-linear-gradient(top, #0a499c, #16a4da);
    background-image: linear-gradient(top, #0a499c, #16a4da);
}
#save:active:after {
    -moz-box-shadow: 0 5px 3px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 5px 3px rgba(0,0,0,0.3) inset;
    box-shadow: 0 5px 3px rgba(0,0,0,0.3) inset;
}
.content fieldset.step table td {
    vertical-align: top;
    text-align: left;
}
.content fieldset.step table td.del {
    text-align: center;
}

/**************/

.footer-menu {
    padding: 20px 0;
}
.footer-menu > ul {
    display: table;
    width: 990px;
    margin: 0;
    /*margin-left: 57px;*/
    padding: 0;
}
.footer-menu > ul > li {
    display: table-cell;
    text-align: left;
    margin: 0 0 10px ;
    padding: 0 0 0 8px;
    list-style: none;
    line-height: 14px;
    width: 165px;
}
.footer-menu > ul > li:first-child {
    padding-left: 0;
}
.footer-menu > ul > li > a, .footer-menu > ul > li > a:visited {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-menu > ul > li > a:hover {
    color: #000000;
    text-decoration: underline;
}
.footer-menu ul ul {
    margin: 12px 0 0;
    padding: 0;
}
.footer-menu ul ul li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    line-height: 12px;
}
.footer-menu ul ul li > a, .footer-menu ul ul li > a:visited {
    font-size: 12px;
    color: #656565;
    text-decoration: none;
}
.footer-menu ul ul li > a:hover {
    color: #000000;
}
/*.footer-menu ul li {
    width: 165px;
}*/

/********* GALLERY *********/
.gl {
    position: relative;
    width: 226px;
    height: 280px;
    background: rgb(240, 182, 96);
    float: left;
    overflow:hidden;
    margin-left: 10px;
    margin-bottom: 20px;
}
.gl:nth-child(3n+1) {
    margin: 0 0 10px;
    clear: both;
}
.gl:nth-child(3n+2) {
    margin-left: 19px;
}
.gl:nth-child(3n+3) {
    float: right;
    margin: 0 0 10px;
}
.gltext {
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #808080;
    line-height: 1.2;
    padding-top: 7px;
    /*padding-left: 12px;*/
    text-align: center;
}
.gltext2 {
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #6f6f6f;
    line-height: 2;
    margin-top: -15px;
}
.gl .box-img {
    width: 226px;
    height: 182px;
    display: block;
    text-align: center;
}
.gl .box-img img {
    max-width: 226px;
    max-height: 182px;
}
.gl-wrapper {
    text-align: right;
}
.gl1 {
    position: relative;
    width: 715px;
    height: 447px;
    float: left;
    overflow:hidden;
    margin-bottom: 20px;
}
.gl2 {
    position: relative;
    width: 346px;
    height: 450px;
    float: left;
    overflow:hidden;
    margin-bottom: 16px;
    margin-right: 23px;
}
.gl3 {
    position: relative;
    width: 346px;
    height: 217px;
    overflow:hidden;
    margin-bottom: 16px; 
    float: left; 
}
.gl3:nth-child(2n+5) {
    margin-right: 23px;
}
.gl-wrapper div .gl3:nth-child(2n+1) {
    margin-right: 23px;
}
.gl3 .box-img1 img {
    max-width: 346px;
    max-height: 217px;
}
#hide-box {
    display: none;
}
#hide-box-button {
    z-index: 2;
    display: inline-block;
    position: relative;
    margin:auto;
    background: #ffffff;
    border: solid 1px #e2e2e2;
    -moz-border-radius: 7px; /* Для Firefox 3 */
    -webkit-border-radius: 7px; /* Для Safari 4 и Chrome */
    border-radius: 7px; /* Для современных браузеров */

}
#hide-box-align hr {
    z-index: 1;
    top: -14px;
    left: 0px;
    border: none;
    display: block;
    position: absolute;
    width: 715px;
    background-color: #e2e2e2; /* Цвет линии */
    color: #e2e2e2; /* Цвет линии для IE6-7 */
    height: 1px; /* Толщина линии */
}
#hide-box-n {
    font-family: "Tahoma", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1;
}
#hide-box-align {
    text-align: center;
    position: relative;
}
.gltext3 {
    padding: 10px 35px 10px 10px;
    font-family: "Tahoma", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.gltext3:hover {
    background: -moz-linear-gradient(top, #f7f6f6, #e2e2e2); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, top, 
                color-stop(0%,#f7f6f6), color-stop(100%,#e2e2e2));
    /* Chrome 10+, Safari 5.1+ */
    -khtml-border-radius: 7px;
    background: -ms-linear-gradient(#f7f6f6, #e2e2e2);
    background: -webkit-linear-gradient(top, #f7f6f6, #e2e2e2);
    background: -o-linear-gradient(top, #f7f6f6, #e2e2e2); /* Opera 11.10+ */
    background: linear-gradient(#f7f6f6, #e2e2e2); /* CSS3 */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f6', 
            endColorstr='#e2e2e2',GradientType=0);*/
}
.gltext4 {
    /*display: none;*/
    font-family: "Tahoma", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.1;
    padding-top: 30px;
}
.gltext5 {
    font-family: "Tahoma", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 0.9;
    padding-top: 20px;
}
#sprite-arrowdown {
    background: url('../img/arrowdown.png') no-repeat -778px -1487px;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 4px;
    margin-top: -5px;
}
#sprite-arrowup {
    background: url('../img/arrowup.png') no-repeat -480px -776px;;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: 4px;
    margin-top: -5px;
}
.gltext a { color: #000; text-decoration: none;}
.gltext a:visited { color: #000; text-decoration: none;}
.gltext a:hover { color: #fff; text-decoration: none;}

/********* UP BUTTON *********/
#toTop {    background: transparent;
    position: relative;
    width: 76px;
    height: 23px;
    position: fixed;
    top: 177px;
    right: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 17pt;
    color: #6f6f6f;
    font-family: "DINPro", Arial, Helvetica, sans-serif;
    cursor: pointer;
}
a.dot {
    display: block;
    color: #808080;
    text-decoration: none;
    border-bottom: 1px dotted #808080;
}
a.dot:hover {
    display: block;
    color: #e93b25;
    text-decoration: none;
}
#sprite {
    position: absolute;
    display: block;
    left:41%;
    bottom: 30px;
    background: url('../img/sprite.png') no-repeat -151px 0;
    width: 18px;
    height: 11px;
}
/********** FOOTER *********/

#copyright {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    color: #fff;
}
#copyright:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/bg_footer_2.png") no-repeat;
    width: 344px;
    height: 85px;
    left: 310px;
    bottom: 0;
}
#copyright td {
    text-align: center;
    padding: 15px 0 20px;
    vertical-align: middle;
    color: #656565;
}
#copyright td:first-child {
    text-align: left;
    color: #656565;
}
#copyright td:last-child {
    text-align: right;
}
.footer-phone {
    font: 25px/25px "DINPro", Arial, Helvetica, sans-serif;
    color: #fff;
}
#art, #art:visited {
    font-size: 11px;
    color: #656565;
    text-decoration: none;
    float: left;
}
#art span {
    text-decoration: underline;
}
.footer-phone > sup {
	position: relative;
	top: 8px;
}
/******* fancybox *******/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
}
.fancybox-wrap {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8020;
}
.fancybox-skin {
    background: none repeat scroll 0 0 rgb(95, 95, 91);
    border-radius: 10px;
    color: #444444;
    position: relative;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 8030;
}
/*.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
}
.fancybox-error {
    color: #444444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    height: 100%;
    width: 100%;
}
.fancybox-image {
    max-height: 100%;
    max-width: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../scripts/fancybox/fancybox_sprite.png");
}
#fancybox-loading {
    background-position: 0 -108px;
    cursor: pointer;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    z-index: 8060;
}
#fancybox-loading div {
    background: url("../scripts/fancybox/fancybox_loading.gif") no-repeat scroll center center transparent;
    height: 44px;
    width: 44px;
}
.fancybox-close {
    background: url("../scripts/fancybox/fancy_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 33px;
    z-index: 8040;
}
.fancybox-nav {
    background: url("blank.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 50%;
    z-index: 8040;
}
.fancybox-prev {
    left: -28px;
}
.fancybox-next {
    right: -28px;
}
.fancybox-nav span {
    background: url("../scripts/fancybox/b-photogallery-main-sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 45px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 45px;
    z-index: 8040;
}
.fancybox-prev span {
    background-position: -141px -23px;
    left: 0;
    margin-left: -9px;
}
.fancybox-next span {
    background-position: -81px -23px;
    right: 0;
    margin-right: -9px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    left: -99999px;
    max-height: 99999px;
    max-width: 99999px;
    overflow: visible !important;
    position: absolute;
    top: -99999px;
    visibility: hidden;
}
.fancybox-lock {
    overflow: hidden;
}
.fancybox-overlay {
    background: url("../scripts/fancybox/fancybox_overlay.png") repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8010;
}
.fancybox-overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: scroll;
}
.fancybox-title {
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    visibility: hidden;
    z-index: 8050;
    color: #fff;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    bottom: 0;
    margin-bottom: -35px;
    position: absolute;
    right: 50%;
    text-align: center;
    z-index: 8050;
}
.fancybox-title-float-wrap .child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin-right: -100%;
    padding: 2px 20px;
    text-shadow: 0 1px 2px #222222;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    color: #FFFFFF;
    margin-top: 10px;
    position: relative;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    padding: 10px;
    position: absolute;
}

.photogallery li{
    display: none;
}
.photogallery li.current{
    display: block;
}
#leftbar embed {
    border: 1px solid;
}
#remontti > a{
		font-size: 17px;
		padding-right: 5px;
		width: 191px;
}
#lang > a.rus > img {
		/*height: 20px;*/
		position: absolute;
		right: 55px;
		top: 130px;
		width: 30px;
        border-radius: 5px;
}
#lang > a.fin > img {
        /*height: 20px;*/
        position: absolute;
        right: 0;
        top: 130px;
        width: 30px;
        border-radius: 5px;
}
div.rus a.rus img {
    opacity: 0.5;
}
div.fin a.fin img {
    opacity: 0.5;
}
#zakaz {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #D7D7D7;
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
}
form#zakaz > table > tbody > tr > td {
    padding: 7px !important;
}
#zakaz label {
    color: #726E61;
    display: block;
    font: 14px/14px Tahoma,Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}
#zakaz input[type="text"] {
    width: 350px;
    background: #fff;
    border: 2px #d2d2d2 solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
#zakaz textarea {
    max-width: 350px;
    min-height: 60px;
    min-width: 350px;
    background: #fff;
    border: 2px #d2d2d2 solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
#zakaz input.error {
	background-color: rgba(241, 126, 126, 0.54);
	border: 2px inset red;
}
#zakaz label.error {
	color: red;
}
.required {
    color: #FF0000;
}
.pluso {
float:right;
}
.tbl_bottom {
  max-width:225px;
   min-width:225px;
float:left;  

  
}
.tbl_bottom td {
height:88px;
}
.soc_text {
vertical-align:super;
color:#1175b0;
}
.raz_icon {
min-width:100%;
max-width:715px!important;
  margin-bottom: 10px!important;
  min-height:120px;
}
.raz_icon td {
padding-top: 5px;
padding-right: 8px;
padding-bottom: 5px;
padding-left: 0px!important;
min-width:120px;
min-height:120px;
}
.icon_rem  {
background-image: url(/userfiles/image/icon/icon_remont.png) ;
  background-repeat:no-repeat;
}
.icon_rem:hover  {
background-image: url(/userfiles/image/icon/icon_remont_h.png) ;
  background-repeat:no-repeat;
}
.icon_diz  {
background-image: url(/userfiles/image/icon/icon_dizain.png) ;
  background-repeat:no-repeat;
}
.icon_diz:hover  {
background-image: url(/userfiles/image/icon/icon_dizain_h.png) ;
  background-repeat:no-repeat;
}
.icon_ofice  {
background-image: url(/userfiles/image/icon/icon_office.png) ;
  background-repeat:no-repeat;
}
.icon_ofice:hover  {
background-image: url(/userfiles/image/icon/icon_office_h.png) ;
  background-repeat:no-repeat;
}
.icon_potolki  {
background-image: url(/userfiles/image/icon/icon_potolki.png) ;
  background-repeat:no-repeat;
}
.icon_potolki:hover  {
background-image: url(/userfiles/image/icon/icon_potolki_h.png) ;
  background-repeat:no-repeat;
}
.icon_master  {
background-image: url(/userfiles/image/icon/icon_master.png) ;
  background-repeat:no-repeat;
}
.icon_master:hover  {
	background-image: url(/userfiles/image/icon/icon_master_h.png) ;
	background-repeat:no-repeat;
}
.ng {
	font-family: Rosa_Marena;
	text-transform: none !important;
	color:#1175b0;
	padding: 1% 0;
}
#lang {
position: relative;
top: -20px;
}
.object_work {
background-color: #249ad9;
padding: 50px 0px;
border-radius: 60px;
color: #fff;
margin-bottom: 20px;
display: block;
/* width: 10%; */
margin: 0px 58px;
font-size: 30px;
}
.object_work_all {
min-height: 140px;
  border: 1px solid #249ad9;
width: 234px;
  margin:10px 0;
  color:#249ad9;
}

.object_work_all p {
margin: 10px 0 !important;
text-align: center;
}
.object_work_all:hover {
transition-duration: 0.5s;
background: #249ad9;
  color:#fff;
}
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {

}
nav.cl-effect-15 a {
position: relative;
display: inline-block;
margin: 20px 0px;
outline: none;
color: rgba(0,0,0,0.5);
text-decoration: none;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: 1.35em;
}
.cl-effect-15 a {
	color: rgba(0,0,0,0.2);
	font-weight: 700;
	text-shadow: none;
}

.cl-effect-15 a::before {
	color: #0099cb;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
.bg_cl-effect-15 {
background-color:#000;
}
nav.cl-effect-15  {
  text-align: right;
  display: inline-block;
}
/*div.cl-effect-15_arrow-left {
  width: 0;
  height: 0;
  border: 18px solid transparent; 
  display: inline-block;
  }

.cl-effect-15_arrow-left {
border-left-color: #249ad9 !important;
  border-right: 0;
  display: inline-block;
  }*/
.peredvigatsya_legko_main {
margin:10px 0;
background: url("../img/soc_taxi_main.jpg") no-repeat;
  max-width:236px;
  max-height:170px;
  transition: 1s;
}
.peredvigatsya_legko_main p {
color: rgba(255,245,215,0);
padding:32px 0px;
  font-size: 24px !important;
line-height: 1.5 !important;
text-align: center !important;
  max-width:234px;
  border:1px solid #fff;
}
.peredvigatsya_legko_main a {
text-decoration: none;
   min-height:170px;
}
.peredvigatsya_legko_main a:hover {
text-decoration: none !important;
}
.peredvigatsya_legko_main p:hover {
background-color:#fff;
  display:block;
  /*min-height:170px;*/
  color: #249ad9;
  border:1px solid #249ad9;
  transition: 1s;
    max-width:236px;
}

#ad-2 {
	width: 236px;
	height: 295px;
	margin: 20px 0;
	background-image: url("../img/excursions.jpg");
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	text-align: center;
}
#ad-2 h2 {
	color: #1da3e5;
	font-size: 14px;
margin-top: 12px;
  font-family: DINPro, Arial, Helvetica, sans-serif;
  line-height: 1;
	-webkit-animation: zoomIn 2s 1 ease-in-out,  pulse 1s infinite ease-in-out;
	-moz-animation: zoomIn 2s 1 ease-in-out,  pulse 1s infinite ease-in-out;
	-o-animation: zoomIn 2s 1 ease-in-out,  pulse 1s infinite ease-in-out;
	-ms-animation: zoomIn 2s 1 ease-in-out,  pulse 1s infinite ease-in-out;
	animation: zoomIn 2s 1 ease-in-out,  pulse 1s infinite ease-in-out;
}
.#boat a {
text-decoration: none;
}
.title_boat {
  font-size: 18px;
  color:#ff6533;
}
#ad-2 #content {
	height: 50px;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 4;
  
	-webkit-animation: content-in-animation-2 4s 1 ease-in-out, pulse 1s 5 ease-in-out;
	-moz-animation: content-in-animation-2 4s 1 ease-in-out, pulse 1s 5 ease-in-out;
	-o-animation: content-in-animation-2 4s 1 ease-in-out, pulse 1s 5 ease-in-out;
	-ms-animation: content-in-animation-2 4s 1 ease-in-out pulse 1s 5 ease-in-out;
	animation: content-in-animation-2 4s 1 ease-in-out pulse 1s 5 ease-in-out;
}
	#ad-2 h3 {
	color: #ffffff;
	font-size: 20px;
margin-top: 12px;
  font-family: DINPro, Arial, Helvetica, sans-serif;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s 5 ease-in-out;
	-o-animation: pulse 1s 5 ease-in-out;
	-ms-animation: pulse 1s 5 ease-in-out;
	animation: pulse 1s 5 ease-in-out;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
@-webkit-keyframes content-in-animation-2 {
	0%   {opacity: 0;}
	90%  {opacity: 0;}
	95%  {opacity: 1;}
	100% {opacity: 1;}
}
@-moz-keyframes content-in-animation-2 {
	0%   {opacity: 0;}
	90%  {opacity: 0;}
	95%  {opacity: 1;}
	100% {opacity: 1;}
}
@-o-keyframes content-in-animation-2 {
	0%   {opacity: 0;}
	90%  {opacity: 0;}
	95%  {opacity: 1;}
	100% {opacity: 1;}
}
@-ms-keyframes content-in-animation-2 {
	0%   {opacity: 0;}
	90%  {opacity: 0;}
	95%  {opacity: 1;}
	100% {opacity: 1;}
}
.cbm_wrap {
margin: 0px auto;
    display: block;
    min-height: 310px;
    padding: 15px 10px !important;
    overflow: hidden;
    position: relative;
  text-align: center;
    /*border-radius*/    
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.5);
    /*box-shadow*/    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
}
.cbm_wrap p {
font-size: 12px !important;
text-align: center !important;
  margin:0 !important;
}
.cbp_tmtimeline {
margin: 30px 0 0 0 !important;
padding: 0 !important;
list-style: none;
position: relative;

}
.cbp_tmtimeline li {
background: none !important;
  padding: 0 !important;
}
.cbp_tmtimeline:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 10px;
background: #afdcf8;
left: 20%;
margin-left: -10px;
}
.cbp_tmtimeline > li .cbp_tmtime {
display: block;
/*width: 25%;*/
padding-right: 100px;
position: absolute;
padding-left: 20px;
}
.cbp_tmtimeline > li .cbp_tmtime span {
font-size: 2em;
color: #1175b0;
  line-height: 1.2;
}
.cbp_tmtimeline > li .cbp_tmtime span {
display: block;
text-align: right;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span {
color: #1da3e5;
  line-height: 1.2;
}
.cbp_tmtimeline > li .cbp_tmicon {
width: 40px;
height: 40px;
font-family: 'ecoico';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-size: 1.4em;
line-height: 40px;
-webkit-font-smoothing: antialiased;
position: absolute;
color: #fff;
background: #46a4da;
border-radius: 50%;
box-shadow: 0 0 0 8px #afdcf8;
text-align: center;
left: 20%;
top: 0;
margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
background: rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 2px rgba(53,148,203,0.3);
-moz-box-shadow: 1px 1px 2px rgba(53,148,203,0.3);
box-shadow: 1px 1px 2px rgba(53,148,203,0.3);
border-top: 1px solid rgba(53,148,203,0.3);
border-left: 1px solid rgba(53,148,203,0.3);
}
.cbp_tmtimeline > li .cbp_tmlabel {
margin: 0 0 15px 25%;
padding: 1em;
font-size: 1.2em;
font-weight: 300;
line-height: 1.4;
  text-align: center;
position: relative;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: rgba(255,255,255,0.5);
-webkit-box-shadow: 1px 1px 2px rgba(47,128,175,0.3);
-moz-box-shadow: 1px 1px 2px rgba(47,128,175,0.3);
box-shadow: 1px 1px 2px rgba(47,128,175,0.3);
border-top: 1px solid rgba(47,128,175,0.3);
border-left: 1px solid rgba(47,128,175,0.3);
}
*:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: rgba(29,163,229,0.3);
border-width: 10px;
top: 10px;
}
.cbp_tmlabel h2 {
font-size:14px;
margin: 15px 0 !important;
}
.partners_block {
  display: inline-block;
  padding: 0px 5px !important;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  vertical-align: top;
  margin-bottom: 10px;
  min-height: 200px;
  width: 48%;
}
/* МОДАЛЬНОЕ ОКНО */
/*#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}*/
.partners_modal {
  display: none;
  background-color: #ffffff;
  padding: 3%;
  font-size: 120%;
  line-height: 180%;
}
.partners_modal p {
  font-size: 120%;
  line-height: 180%;
}
.partners_modal ul {
margin-left: 30px;
  font-size: 110%;
}
.partners_logo {
  min-height: 90px;
  display: block;
}
.short_block {
 display: inline-block;
    width: calc(95% / 2);
    padding: 2.5% 1.125%;
    vertical-align: top;
}
/*.short_block_left {
  margin-left: 2.25%;
}
.short_block_right {
  margin-right: 2.25%;*/
}
.short_block_img {
  text-align: center;
}
.short_block_ttl {
  margin: 2% 0;
  display: block;
  min-height: 40px;
}
.short_block_ttl p {
  font-size: 110% !important;
  text-align: center !important;
  color: #1175b0 !important;
  font-family: "DINPro_Bold" !important;
  margin: 0 !important;
  /*padding-top: 10px;*/
}
.short_block_ttl_two {
  margin: 2% 0;
  display: block;
  min-height: 40px;
}
.short_block_ttl_two p {
  font-size: 110% !important;
  text-align: center !important;
  color: #1175b0 !important;
  font-family: "DINPro_Bold" !important;
  margin: 0 !important;
}
.short_block_txt {
  font-family: "DINPro_Regular";
  text-align: justify;
  font-size: 120%;
  padding-left: 1.6%;
  padding-right: 1.6%;
  margin-bottom: 4%;
  min-height: 160px;
}
.short_block_readmore a {
  display: block;
  padding: 3%;
  text-align: center;
  background-color: #1175b0;
  margin: 2% 0;
  color: #ffffff;
  text-decoration: none;
  font-family: "DINPro_Regular";
  font-size: 120%;
  transition:1s;
}
.short_block_readmore a:hover {
  background-color: #249ad9;
  color: #ffffff;
  text-decoration: none;
  transition:1s;
}
.short_block_readmore a:visited {
  color: #ffffff;
}
hr {
  background: none;
  height: 1px;
  border: none;
  border-top: 1px #ff6533 solid;
  border-bottom: 1px #ff6533 solid;
  clear: both;
  width: 80%;
}
.short_block:hover {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* Базовый контейнер табов */
.tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
  
}
section1 {
    display: none;
    padding: 1%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    border-radius: 0 10px 10px 10px;
}
.tabs input {
  display: none;
}
/* Стили вкладок (табов) */
.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #888;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 1px solid #ff6533;
    border-bottom: 1px solid #fff;
    background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #blog_page_one,
#tab2:checked ~ #blog_page_two,
#tab3:checked ~ #blog_page_three,
#tab4:checked ~ #blog_page_four,
#tab5:checked ~ #blog_page_five,
#tab6:checked ~ #blog_page_six,
#tab7:checked ~ #blog_page_seven
 {
  display: block;
}

/* Города начало */
.choice_city {
	text-align: center;
	margin: 20px 0 20px 0;
}
.city {
	display: inline-block;
	font-size: 18px;
	width: 110px;
      background: rgba(255,255,255,0);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0);
    box-shadow: 1px 1px 2px rgba(0,0,0,0);
    border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
  padding:10px;
}
.city:hover {
	border-radius: 3px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
}
.krasnoyarsk span, .kaliningrad span, .imatra span, .moscow span, .krim span, .nice span  {
	display:block;
}
.krasnoyarsk img, .kaliningrad img, .imatra img, .moscow img, .krim img, .nice img {
	height:40px;
}
.kaliningrad {

}
.imatra {

}
.spb img {
	height:60px;
}
/* Города конец */
.table_col {
font-size: 14px;
border-collapse: collapse;
text-align: center;
}
.table_col th, .table_col td:first-child {
padding: 10px 20px;
}
.table_col th, .table_col td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
.table_col td {
}
.table_col th:first-child, .table_col td:first-child {
text-align: left;
}
.price-table tr:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
}
.page-services-img {
	width: 330px;
    float: right;
    margin: 0px 0 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    padding: 1%;
}
.page-section-block {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 2% 0 !important;
}
.page-section-button {
	flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    text-transform: uppercase;
    background: none !important;
    margin: 3% 0 !important;
    padding: 0 !important;
}
.page-section-button a {
	padding: 5% 20%;
    color: #000000;
    text-decoration: none;
    background: -moz-linear-gradient(top, #f2a826 0%, #d7491d 100%);
    background: -webkit-linear-gradient(top, #f2a826 0%,#d7491d 100%);
    background: linear-gradient(to bottom, #f2a826 0%,#d7491d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a826', endColorstr='#d7491d',GradientType=0 );
    /*border-bottom-left-radius: 70% 50%;
    border-bottom-right-radius: 70% 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-radius: 10px;
    font-weight: bold;
}
.page-section-button a:hover {
  	color: #ffffff;
  	background: #e57921;
  	text-decoration: none;
}
.page-section-button a:active {
	background: #f1442e; /* Old browsers */
	background: -moz-linear-gradient(top, #f1442e 1%, #ff9a5a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1442e 1%,#ff9a5a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1442e 1%,#ff9a5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, 	Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1442e', 	endColorstr='#ff9a5a',GradientType=0 ); /* IE6-9 */
}
.page-section-button a:visited {
    color: #000000;
}
.page-section-block-small {
    margin: 2% 0 !important;
    clear: both;
    text-align: center;
}
.page-section-button-small {
	text-align: center;
    text-transform: uppercase;
    background: none !important;
    margin: 1% !important;
    padding: 1% !important;
    font-size: 90% !important;
    display: inline-block;
    width: 25%;
    background: -moz-linear-gradient(top, #f2a826 0%, #d7491d 100%) !important;
    background: -webkit-linear-gradient(top, #f2a826 0%,#d7491d 100%) !important;
    background: linear-gradient(to bottom, #f2a826 0%,#d7491d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a826', endColorstr='#d7491d',GradientType=0 );
    border-radius: 10px;
    font-weight: bold !important;
}
/*.page-section-button-small:hover {
  padding: 5%;
    color: #000000;
    text-decoration: none;
    background: -moz-linear-gradient(top, #f2a826 0%, #d7491d 100%);
    background: -webkit-linear-gradient(top, #f2a826 0%,#d7491d 100%);
    background: linear-gradient(to bottom, #f2a826 0%,#d7491d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a826', endColorstr='#d7491d',GradientType=0 );
    border-radius: 10px;
    font-weight: bold;
}*/
.page-section-button-small a {
	display: block;
    padding: 3%;
    color: #000000;
    text-decoration: none;
}
.page-section-button-small a:hover {
  color: #ffffff;
  text-decoration: none;
}
.page-section-button-small a:active {
}
.page-section-button-small a:visited {
  color: #000000;
}
.page-section-button-small:hover {
  	color: #ffffff;
  	background: #e57921 !important;
  	text-decoration: none;
}
.page-section-button-small:active {
	background: #f1442e; /* Old browsers */
	background: -moz-linear-gradient(top, #f1442e 1%, #ff9a5a 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1442e 1%,#ff9a5a 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1442e 1%,#ff9a5a 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, 	Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1442e', 	endColorstr='#ff9a5a',GradientType=0 ); /* IE6-9 */
}
.page-section-button-small:visited {
    color: #000000;
}
.advantages-ceilings {
	margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 2% 0 !important;
}
.advantages-ceilings-item {
	background: none !important;
    padding: 1% !important;
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    margin: 1% !important;
}
.advantages-ceilings-item img {
	width: 40px;
    background-color: #000000;
    border-radius: 50%;
    padding: 1%;
    background: rgb(191,210,85);
    background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 43%, rgba(114,170,0,1) 59%, rgba(158,203,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 43%,rgba(114,170,0,1) 59%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 43%,rgba(114,170,0,1) 59%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    border: 3px solid rgba(0,0,0,0.2);
}
.advantages-ceilings-item p {
	text-align: center !important;
    margin:3% 0 !important;
    font-weight: bold;
}
.advantages-ceilings-item-text {
	margin: 0 !important;
    padding: 0 !important;
}
.advantages-ceilings-item-text li {
    font-size: 90% !important;
    text-align: left !important;
}
/* Оформление цитат*/
.blockquote {
background: #f7f7f7;
border-left:5px solid #FF7F00;
font-style: italic;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
.blockquote:before {
color: #bbb;
content: "\201C"; /* Непечатаемый символ слева */
font-size: 3em;
line-height: 0.1em;
margin-right: 0.2em;
vertical-align: -.4em;
}
.blockquote:after {
color: #bbb;
content: "\201D"; /* Непечатаемый символ справа */
font-size: 3em;
line-height: 0.1em;
vertical-align: -.45em;
}
.blockquote > p:first-child {
display: inline;
}
.objects-work {
	display: table-cell;
    vertical-align: top;
    width: 33% !important;
    padding: 0 1%;
}
.objects-work tr {

}
.objects-work th {
    background: #ffa800;
    background: -moz-linear-gradient(top, #ffa800 0%, #ffcb00 100%);
    background: -webkit-linear-gradient(top, #ffa800 0%,#ffcb00 100%);
    background: linear-gradient(to bottom, #ffa800 0%,#ffcb00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa800', endColorstr='#ffcb00',GradientType=0 );
    text-align: center;
    padding: 5px !important;
}
.objects-work a {
	color:#000000 !important;
  	text-decoration: none;
}
.objects-work td {
	border: 1px solid #e9e9e9;
    font-size: 90% !important;
}
.price-table th {
	font-size: 120% !important;
    text-align: center;
    border: 1px solid #CCC;
    padding: 5px !important;
    vertical-align: middle;
}
.jaw-block {
    padding: 25px 10px;
    font-size: 24px;
    background-color: rgba(255,101,51,0.9);
    margin: 10px 0;
    text-align: center;
    border-radius: 8px;
    line-height: 1.5;
    color: #ffffff;
}
.jaw-block a {
    color: #1175B0!important;
}
.jaw-block a:hover {
    color: #1175B0!important;
}
.tel-kod {
	font-size:14px!important;
}
.job-vacancy {
	display: flex;
    display: -webkit-flex;
  	-webkit-flex-direction: row; /* Safari */
  	flex-direction:row;
  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:wrap;
  	-webkit-justify-content: space-between; /* Safari */
  	justify-content: space-between;
  	-webkit-align-items: stretch; /* Safari */
  	align-items: stretch;
   	-webkit-align-content: stretch; /* Safari */
  	align-content: stretch;
    margin-top: 20px;
}
.job-vacancy-block {
    -webkit-order: 0;
    order: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
    -webkit-box-shadow: 1px 1px 2px rgba(53,148,203,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(53,148,203,0.3);
    box-shadow: 1px 1px 2px rgba(53,148,203,0.3);
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    margin: 0 10px 10px 0;
    max-width: 345px;
  	min-width: 345px;
  	border-radius: 5px;
}
.job-vacancy-block p {
	margin:0 !important;
}
.job-vacancy-block img {
	width:100%;
    border-radius: 5px 5px 0 0;
}
.job-vacancy-block-title {
    text-transform: uppercase;
    color: #1175B0;
    font-weight: bold;
    text-align: center !important;
    padding: 10px 0;
}

.job-vacancy-block-txt {
    display: inline-block;
    vertical-align: top;
    width: 66%;
}
ul.article_preview_page {
	margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    list-style-image: none;
  display: flex;
    display: -webkit-flex;
  	-webkit-flex-direction: row; /* Safari */
  	flex-direction:row;
  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:wrap;
  	-webkit-justify-content: space-between; /* Safari */
  	justify-content: space-between;
  	-webkit-align-items: stretch; /* Safari */
  	align-items: stretch;
   	-webkit-align-content: stretch; /* Safari */
  	align-content: stretch;
}
.article_preview_page li {
	background: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    max-width: 45%;
    min-width: 45%;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
}
.article_preview_page img {
    width: 100%;
}
.article_preview_page p {
	margin:0 !important;  
}
.article_preview_page a {
    background-color: #1175b0;
    display: block;
    padding: 10px 5px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none !important;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
  	transition:0.5s;
}
.article_preview_page a:hover {
    background-color: #249ad9;
	transition:0.5s;
}
.article_preview_page_title {
    padding: 5px;
    text-align: center !important;
    text-transform: uppercase;
    color: #1175b0;
    font-size: 12px !important;
    border-radius: 5px 5px 0 0;
    min-height: 40px;
} 
.article_preview_page_txt {
	padding: 0px 15px 15px 15px;  
	font-size: 11px !important;
}