@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800&subset=latin,cyrillic-ext);
html,
body {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial';
    font-weight: normal;
}

a, a:hover {
    color: #001FAD; text-decoration: none;
}

.image-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.img-1 {
    border: 1px solid #f0f0f0;
    padding: 2px;
   }
.post-image-work{
    width: 45%;
    margin: 15px; /* Отступы вокруг картинки */
    border: 1px solid #f0f0f0;
    padding: 2px;		
}
.post-image{
float:left; /* Выравнивание по левому краю */
    width: 45%;
     margin: 15px; /* Отступы вокруг картинки */
    border: 1px solid #f0f0f0;
    padding: 2px;		
}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
    border: 1px solid #f0f0f0;
    padding: 2px;
   }
   
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
    border: 1px solid #f0f0f0;
    padding: 2px;
   }
   
.blog-post-title{
    font-size: 24px;

}
.blog-litle{
    font-size: 13px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.34);
    z-index: -1;
}
.clear{
clear: left;
}
.no-padding {
    padding: 0;
}
   
.section-padding {
    padding-top: 45px;
    padding-bottom: 0px;
}

.section-title {
    margin-bottom: 80px;
}

.section-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #f2cc2b;
    letter-spacing: 2px;
}

.section-title h2 {
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Arial';
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
/*
a,
.portfolio-overlay,
.owl-prev,
.owl-next,
a:after,
a:before,
.btn.btn-primary i,
.features-info i {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
*/

/* ==========================================================================
    Header
 ========================================================================== */

.top-bar {
    background-image: url(https://alpinwork.pro/layout/images/top_img/rular.png);
    background-color: #C0C0C0;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 5px;
    background-size: contain;
    text-transform: uppercase;
}



.left-slogan {
    font-family: 'Constantia';
    font-weight: 400;
    font-size: 25px;
    margin-left:10px;
    margin-top:10px;
    }
.info-box i,
.info-box span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.info-box .right-slogan {
    margin-top:-5px;
    margin-bottom:5px;
}

.icon-left {
    margin-right: 10px;
}

.icon-right {
    margin-left: 10px;
}

.icon-left,
.icon-right {
    position: relative;
    display: inline-block;
}

.icon-left:after,
.icon-right:after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    bottom: -3px;
    width: 100%;
    background-color: #fff;
}

.icon-left:after {
    -moz-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}

.icon-right:after {
    -moz-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}

/* main Menu */

.main-menu {
    text-align: center;
    z-index:9999;

}
.affix {
    width:100%;
    top:0;
    height:100px;
}

.affix .logo {
    display: none;
}

.logo {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -169px;
    z-index: 99;
    text-indent: -9999px;
    height:100px;
    overflow: hidden;
}

.navbar-default {
    background-color: #346635;
    border: none;
    border-top: 2px solid #003334;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default:after {
    position: absolute;
    content: "";
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 2px solid #003334;
    margin: 0 auto;
    z-index: 10;
    top: 100%;
    width: 100%;
}

.navbar-default li {
    width: 11%;
    margin-left: 10px;
    z-index: 23;
}

.navbar-default li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav {
    float: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: none;
}

.affix .navbar-default .navbar-nav>li>a {
    padding-top:20px;
    padding-bottom: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #f2cc2b;

background: -moz-linear-gradient(top,  rgba(37,49,61,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top,  rgba(37,49,61,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(37,49,61,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25313d', endColorstr='#007db9e8',GradientType=0 );


}


/*Dropdown CSS*/

.navbar-nav>li>.dropdown-menu {
    padding: 12px 0;
    display: none;
    min-width: 180px;
}

.navbar-nav>li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu>li {
    margin-left: 0;
    width: initial;
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 5px 20px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
}

/* menu-two */

.main-menu.menu-two .navbar-default:after,
.main-menu.menu-two .navbar-default .navbar-nav > li > a:before {
    display: none;
}

.main-menu.menu-two .navbar-default .navbar-nav > li > a {
    padding-bottom: 28px;
}


/*End Drpdown Menu CSS*/


/* home */

.home-section {
}

.home-content {
    color: #fff;
    padding-top: 225px;
    padding-bottom: 285px;
}

.home-content h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'Open Sans'; font-weight: bold;
    color: #f2cd27;
    opacity: 0.9;
}

.home-content h2 {
    font-size: 54px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    letter-spacing: 4px;
    opacity: 0.8;
}

.home-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans'; font-weight: bold;
    color: #f2cd27;
    opacity: 0.9;
}

/* Services */

.services {
    margin-top: -190px;
    background-color: #f4f4f4;
}

.services .service {
    padding: 15px 24px;
    min-height: 165px;
    padding-top: 20px;
    min-height: 190px;
}

.services .service .overlay {
    background-color: rgba(243, 204, 11, 0.95);
}

.box-title {
    overflow: hidden;
    color:#000;
}

.box-title h3 {
    font-size: 18px;
    text-transform: none;
    color: #2c3e50;
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
}


.image-box {
    float: left;
    margin-top: 20px;
    margin-right: 60px;
    min-height: 100px;
    position: relative;
}

.image-box:before {
    position: absolute;
    content: "";
    right: -30px;
    top: -30px;
    width: 1px;
    height: 135px;
    background-color: rgba(51, 51, 51, 0.20);
}

.service-title {
    background-color: #333333;
    padding: 25px;
    position: relative;
}

.service-title h4 {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 24px;
    word-spacing: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.service-title:after,
.service-title:before {
    position: absolute;
    content: "";
    bottom: 89px;
    z-index: 1;
}

.service-title:before {
    left: 0;
    border-right: 390px solid transparent;
    border-bottom: 26px solid #333333;
}

.service-title:after {
    right: 0;
    border-left: 390px solid transparent;
    border-bottom: 26px solid #333333;
}


/* Featured Section */

.features-section {
    background-color: #f6f6f6;
}

.features-section .panel .panel-heading h3 {
    font-size:110%;
    padding:0;
    margin:0;
    color:#D5DEE8;
}

.features-section .panel .panel-heading a:hover h3 {
    color:#fff;
}

.features-section .panel .list-group a.active {
    background:#CECECE;
    border-color:#E9E9E9;
    color:#333;
}

.features-section .right-content h1 {
    margin-top:0;
    text-transform: uppercase;
    font-size: 24px;
}

.features-section .right-content h2 {
    font-size: 20px;
    text-transform: uppercase;
}

.features-section .right-content {
    padding: 10px 18px;
    background-color: #fff;
    position: relative;
}

.features-section .right-content:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #fff;
}

.features-section .right-content:after {
    position: absolute;
    content: "";
    bottom: -23px;
    left: 0;
    border-right: 0px solid transparent;
    border-top: 23px solid #fff;
}

.right-content .features-list i {
    color: #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-right: 20px;
}

.right-content .features-list li:hover i {
    color: #fff;
    background-color: #fcd846;
    border: 1px solid #fcd846;
}

.right-content .features-list {
    margin-top: 20px;
}

.right-content .features-list li {
    margin-bottom: 5px;
}



/* Clients Section */

.clients-section {
}

.clients-section .overlay {
    background-color: rgba(229, 229, 229, 0.90);
}

.brand-item {
    padding: 50px 50px;
}

.brand-image {
    position: relative;
    background-color: rgba(255, 255, 255, 0.40);
    margin: 0 25px;
    border: 1px solid #babfc4;
    text-align: center;
    padding:20px;
    white-space: nowrap;
    height:122px;
}

.brand-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    max-height: 100px;
    max-width: 90%;
}

/* ==========================================================================
    Footer
 ========================================================================== */

.contact-section {
    background-color: #273747;
    padding-bottom: 40px;
}

.contact-info {
    font-size: 13px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact-info.opening-hour {
    background-color: #f3cc29;
    padding-bottom: 30px;
}

.contact-info.left-contact {
    background-color: #fcd846;
    position: relative;
}

.contact-info.right-contact {
    background-color: #eec313;
    position: relative;
}

.contact-info.left-contact:after,
.contact-info.right-contact:after {
    position: absolute;
    content: "";
    bottom: -20px;
}

.contact-info.left-contact:after {
    right: 0;
    border-left: 385px solid transparent;
    border-top: 20px solid #fcd846;
}

.contact-info.right-contact:after {
    left: 0;
    border-right: 385px solid transparent;
    border-top: 20px solid #eec314;
}

.contact-image.image-box {
    margin-top: 28px;
}

.footer-top {
    background-color: #273747;
    color: #fff;
    font-size: 13px;
    padding-top: 35px;
    padding-bottom: 25px;
    line-height: 200%;
}

.footer-top ul li {
    padding: 3px 0;
    border-bottom: 1px dashed #1B2630;
}

.footer-top a:link, .footer-top a:visited {
    color: #ffd200;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.footer-top a:hover {
    color: #FFEEA5;
}

.footer-bottom {
    background-color: #212f3c;
    color: #fff;
    font-size: 13px;
    padding-top: 35px;
    padding-bottom: 25px;
}

.copyright-text a {
    color: #fff;
}

.copyright-text a:hover {
    color: #f3cc29;
}

.footer-social {
    float: right;
}

.footer-social li+li {
    margin-left: 15px;
}

.footer-social i {
    font-size: 24px;
    color: #ddd;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-social i:hover {
    color: #fff;
}

/* ==========================================================================
    Contact Page Css
 ========================================================================== */

.contact-form-section {
    padding: 135px 0;
    position: relative;
}

#gmap {
    width: 100%;
    height: 590px;
}

.contact-form-section .contact-info {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    z-index: 999;
}

.contact-form-section .contact-info h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Open Sans';
}

.contact-form-section .btn.btn-primary {
    margin-top: 0;
}

.contact-form .btn.btn-primary {
    color: #2c3e50;
    margin-top: 10px;
    box-shadow: 0 2px 0 0 #bfbfbf;
    margin-bottom: 20px;
    padding-right: 70px;
    padding-left: 25px;
}

.contact-form .btn.btn-primary:hover {
    box-shadow: none;
    color: #fff;
}

.contact-form .btn.btn-primary i {
    background-color: #2c3e50;
    color: #fff;
}

.contact-form .btn.btn-primary:hover i {
    background-color: #f3cc29;
    color: #2c3e50;
}

.contact-form input,
.contact-form textarea {
    padding: 0 50px;
}

.contact-form textarea {
    min-height: 238px;
    padding-top: 15px;
    resize: none;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    left: 20px;
    color: #f3cc29;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #f3cc29;
}


/* ==========================================================================
    Extra Css
 ========================================================================== */

#scrollUp {
    bottom: 15px;
    right: 50px;
    padding: 10px;
    text-align: center;
    color: #f3cc29;
    font-size: 22px;
}


/*Magnific-popup overwrite CSS*/

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding: 12px;
}

.mfp-image-holder .mfp-close {
    top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}


.panel-default {
    position: relative;
    border:0;
}

.panel-default .panel-heading {
    background: #2C3E50;
    color:#E3EFFC;
    border:0;
    border-radius: 0;
    padding-top:20px;

}

.panel-default:before {
    position: absolute;
    content: "";
    top: 0px;
    z-index: 1;
    border-top: 10px solid #f9f9f9;
}

.panel-default:before {
    left: 0;
    border-right: 0px solid transparent;
}

.breadcrumb {
    font-size:90%;
    background: none;
    padding:0;
}

.breadcrumb > li + li:before {
    content: "\203A";
    color: #aaa;
}



.autocomplete-suggestions {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    overflow: auto;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
}

.autocomplete-selected {
    background: #F5F5F5;
    cursor: pointer
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #FF0000;
}

.search-results li {
    border-bottom: 1px dashed grey;
    padding: 20px;
}

.tableclient{
text-align:center;
width:100%;
}
.imgclient{
width:80px !important;
height:auto !important;
}


.tableclient a {
margin-left: 28%;
display:block;
width:80px;
height:50px;
-webkit-transition: background 0.5s ease;
}


.ramka{
    background: #ffffff; /* Фоновый цвет блока */
    width: 94%; /* Ширина блока */
    height: 100%; /* Высота блока */
    border:0px dashed #999999; /* Ширина вид и цвет рамки */
    border-radius:5px; /* Радиус скругления углов*/
    -webkit-border-radius:5px; /* Safari, Chrome */
    -moz-border-radius:5px; /* Firefox */
    box-shadow: 0 0 0px 0px #1A3457; /* Тень*/
    -webkit-box-shadow: 0 0 00px 0px #1A3457; /* Safari, Chrome */
    -moz-box-shadow: 0 0 00px 0px #1A3457; /* Firefox */
    margin:15px auto;
    color:#3366cc;font-size:1.35em;

}


.ramka1{
    background: #FFFFFF; /* Фоновый цвет блока */
    width: 94%; /* Ширина блока */
    height: 100%; /* Высота блока */
    border:1px solid #999999; /* Ширина вид и цвет рамки */
    border-radius:5px; /* Радиус скругления углов*/
    -webkit-border-radius:5px; /* Safari, Chrome */
    -moz-border-radius:5px; /* Firefox */
    box-shadow: 0 0 0px 0px #1A3457; /* Тень*/
    -webkit-box-shadow: 0 0 00px 0px #1A3457; /* Safari, Chrome */
    -moz-box-shadow: 0 0 00px 0px #1A3457; /* Firefox */
    margin:15px auto;
}

.img_wrap {
  width: 300px;
  height: 100px;
  overflow: hidden;
  /*line-height: 200px;*/
  /*text-align: center;*/
  border-style: solid;
}

.img_wrap img {
  min-height: 200px;
  min-width: 300px;
  vertical-align: middle;
}


/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #6195FF;
    border-bottom: 1px solid #6195FF;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #6195FF;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}
/* blog reply form */

.reply-form {
    margin: 40px 0px;
}

.reply-form form .input, .reply-form form .input , .reply-form form textarea {
	margin-bottom:20px;
}

.reply-form form .input, .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}
.table1 {width:100%;
border: 1px solid #000;
}
.table1 .td01 {background-color:#cccccc; height:50px; vertical-align:top; text-align:center;}
.table1 .td02 {text-align:center;}
td{border: none !important;}
.navbar-toggle{z-index: 9999999999 !important;}
.table10 {width:100%; border:1px solid #000; }
.table10 .td1-2{background-color:#cccccc; height:33px; width:189px;}
.table10 .td2-2 {width:376px;height:51px;background-color:#cccccc;border:0px #666666;}
.table10 .text-centr {text-align:center;}
.table10 .td2-3 {vertical-align:top; width: 52%;}
.table10 .td2-4 {vertical-align:top; width: 21%;}
.table10 .td2-5 {vertical-align:top; width:17%;}
.table10 .td2-6 {width:84%;}
.table10 .td2-7 {vertical-align:top; width:20%;}
table p {padding-left: 5px;}
.table1 table {border:1px solid #000; width:100%;}
.table1 .td1 {background-color:#cccccc; height:51px; vertical-align:top; width:122px}
.table1 .td1-1 {vertical-align:top;}
.table1 .td1-2{background-color:#cccccc; height:33px; width:189px;}
.td1-2 p {text-align:center;}


.table2 {border:1px solid #000; width:100%;}
.table3 {border:1px solid #000; width:100%; }
.table3 .td-5 {background-color:#cccccc; height:51px; width:180px;}
.table3 .td1-1 {vertical-align:top;}
.td1-2{background-color:#cccccc; height:33px; width:189px;}
.td3 {background-color:#cccccc; height:51px; width:403px;}

.mojka-okon {border:1px solid #000; width:100%;}
.mojka-okon .td01 {background-color:#cccccc; height:50px; vertical-align:top; width:122px;}
.mojka-okon .td03 {vertical-align:top;}
.mojka-okon .td04 {width: 35%;}
.mojka-okon .td02 {text-align:center;}

.mojka-fasadov {border:1px solid #000; width:100%}
.mojka-fasadov .td01 {width:70%; }
.mojka-fasadov .td02 {width:30%; }
.mojka-fasadov .p02 {text-align:center;}
.mojka-fasadov .td03{vertical-align:top; width:70%;}


/*------------------------------------*\

