@import '/css/reset.css';

body,textarea,input,select {font-family: 'Open Sans Condensed', sans-serif; margin: 0; padding: 0; border: 0; outline: 0;}

body {line-height: 1.3em; color: #6a6a6a; font-size: 62.5%; background: #ffffff;}

a {color: #0093b7; text-decoration: underline;}
a:hover {color: #da275a; text-decoration: underline;}

.clr {clear: both; font-size: 1px; line-height: 1px; height: 0; overflow: hidden;}

.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

::selection{background:#557081;color:#ffffff;}::-moz-selection{background:#557081;color:#ffffff;}

.image_left {
    float: left;
    margin: 0 24px 16px 0;
    padding: 8px;
    background: #ffffff;
}

.image_right {
    float: right;
    margin-left: 0 0 16px 24px;
    padding: 8px;
    background: #ffffff;
}

.button, a.button {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Open Sans Condensed';
    color: #ffffff;
    padding: 14px 30px;
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: none;
    background: #0093b7;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}

.button.green, a.button.green {
    background: #8ec63e;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
    -moz-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    -webkit-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    box-shadow: 0 0 12px rgba(0,147,183,0.7);
}

.button.green:hover, a.button.green:hover {
    -moz-box-shadow: 0 0 12px rgba(142,198,62,0.7);
    -webkit-box-shadow: 0 0 12px rgba(142,198,62,0.7);
    box-shadow: 0 0 12px rgba(142,198,62,0.7);
}

/* header */
.b-header-wrapper {
    background: #f5f5f5 url(/images/topline.jpg) repeat-x top left;
    height: 172px;
}

#header {
    max-width: 1174px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.b-logo {
    position: absolute;
    top: 50px;
    left: -2000px;
    z-index: 1;
    -webkit-transition: all 1s ease-in;
       -moz-transition: all 1s ease-in;
        -ms-transition: all 1s ease-in;
         -o-transition: all 1s ease-in;
            transition: all 1s ease-in;
}

body.ready .b-logo {
    left: 0;
}

.b-menu {
    position: absolute;
    top: 64px;
    left: 390px;
    z-index: 1;
}

.b-site-nav li {
    float: left;
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1em;
    color: #557081;
    margin-left: 20px;
    position: relative;
}

.b-site-nav ul ul {
    display: none;
    position: absolute;
    top: 49px;
    left: -20px;
    z-index: 1;
}

.b-site-nav li li {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    float: none;
    color: #0093b7;
    text-transform: uppercase;
    white-space: nowrap;
}

.b-site-nav li a {
    color: #557081;
    text-decoration: none;
    display: block;
    padding: 12px 25px;
}

.b-site-nav li a:hover, .b-site-nav li.sfHover a.sf-with-ul, .b-site-nav li.current > a {
    color: #ffffff;
    background: #da275a;
    text-decoration: none;
}

.b-site-nav li li a {
    color: #0093b7;
    background: #ffffff;
}

.b-lang {
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 1;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    -moz-box-shadow: 0 1px 1px rgba(216,222,226,1);
    -webkit-box-shadow: 0 1px 1px rgba(216,222,226,1);
    box-shadow: 0 1px 1px rgba(216,222,226,1);
}

.b-lang a {
    color: #da275a;
    text-decoration: none;
    display: block;
    width: 40px;
    padding: 12px 0;
}

.b-lang a:hover {
    color: #557081;
    padding-left: 24px;
    background: url(/images/lang_rotate.gif) no-repeat 15px 14px;
}

.b-lang a.inactive {
    display: none;
}

.b-lang.show a.inactive {
    display: block;
}

.b-lang.show a.active {
    display: none;
}

/* services promo */
.b-services-promo {
    min-height: 645px;
    background: #ffffff url(/images/services_block_bg.jpg) repeat-x center top;
    text-align: center;
}

body.welcome .b-services-promo {
    background: #f5f5f5 url(/images/main_block_bg.jpg) repeat-x center top;
}

.b-services-promo h1 {
    font-size: 4.8em;
    color: #557081;
    line-height: 1.3em;
    text-align: center;
    padding: 40px 0;
    font-family: 'Lobster';
}

body.welcome .b-services-promo h1 {
    color: #ffffff;
}

.b-service-anons {
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 26%;
    padding: 0 3%;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: all 1.5s ease-in;
       -moz-transition: all 1.5s ease-in;
        -ms-transition: all 1.5s ease-in;
         -o-transition: all 1.5s ease-in;
            transition: all 1.5s ease-in;
}

body.ready .b-service-anons {
    opacity: 1;
}

.b-service-anons-ico {
    padding-bottom: 50px;
}

.b-service-anons-ico img {
    max-width: 100%;
}

.b-service-anons h3 {
    font-size: 4em;
    color: #557081;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 30px;
}

body.welcome .b-service-anons h3 {
    color: #ffffff;
}

.b-service-anons h3 a {
    color: #557081;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

body.welcome .b-service-anons h3 a {
    color: #ffffff;
}

.b-service-anons h3 a:hover {
    color: #da275a;
    text-decoration: none;
    border-bottom: 2px solid #da275a;
}

body.welcome .b-service-anons h3 a:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.b-service-anons-desc {
    font-size: 1.8em;
    color: #6a6a6a;
    font-weight: normal;
    line-height: 1.2em;
}

body.welcome .b-service-anons-desc {
    color: #ffffff;
}

.b-service-anons-desc a, .b-service-anons-desc a:hover {
    color: #6a6a6a;
    text-decoration: none;
}

body.welcome .b-service-anons-desc a, body.welcome .b-service-anons-desc a:hover {
    color: #ffffff;
}

/* services */
.b-service-about {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 360px;
}

.b-service-about.tv {
    background: #0093b7 url(/images/services_bg.png) repeat-x center top;
}

.b-service-about.news {
    background: #da275a url(/images/services_bg.png) repeat-x center top;
}

.b-service-about.corporate {
    background: #8ec63e url(/images/services_bg.png) repeat-x center top;
}

.b-service-about-bg {
    padding-bottom: 160px;
    min-height: 360px;
}

.b-service-about.tv .b-service-about-bg {
    background: url(/images/service_tv_bg_footer.jpg) repeat-x center bottom;
}

.b-service-about.news .b-service-about-bg {
    background: url(/images/service_news_bg_footer.jpg) repeat-x center bottom;
}

.b-service-about.corporate .b-service-about-bg {
    background: url(/images/service_corporate_bg_footer.jpg) repeat-x center bottom;
}

.b-service-about-logo {
    padding: 65px 0 0 45px;
    float: left;
    margin-right: 45px;
    width: 208px;
    text-align: center;
}

.b-service-about-content {
    overflow: hidden;
    zoom: 1;
    padding-top: 50px;
}

.b-service-about-content h1 {
    font-size: 5.6em;
    color: #ffffff;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 50px;
}

.b-service-about-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.b-service-about-text h1, .b-service-about-text h2, .b-service-about-text h3 {
    font-size: 2.4em;
    color: #ffffff;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-family: 'Lobster';
}

.b-service-about-text p {
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.b-service-about-text ul, .b-service-about-text ol {
    margin: 0 0 15px 30px;
}

.b-service-about-text ul li {
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}

.b-service-about-text ol li {
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: decimal;
}

/* reviews */
.b-reviews-promo {
    overflow: hidden;
    zoom: 1;
}

body.welcome .b-reviews-promo {
    background: #f5f5f5;
}

.b-reviews-list {
    margin-bottom: 90px;
}

.b-review-item {
    padding: 0 100px 60px 80px;
    overflow: hidden;
    zoom: 1;
}

body.welcome .b-review-item, .b-review-item:hover, body.portfolio .b-review-item, body.company .b-review-item {
    background: url(/images/balloon.png) no-repeat 30px 270px;
}

.b-review-about {
    float: left;
    width: 230px;
    margin-right: 80px;
}

.b-review-about-photo {
    margin: 0 0 30px 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: center;
}

.b-review-about-photo img {
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid #ffffff;
    -moz-box-shadow: 0.5em 0.5em 0.5em 0.4em rgba(225, 225, 225, 0.7);
    -webkit-box-shadow: 0.5em 0.5em 0.5em 0.4em rgba(225, 225, 225, 0.7);
    box-shadow: 0.5em 0.5em 0.5em 0.4em rgba(225, 225, 225, 0.7);
}

.b-review-about-name {
    font-size: 3em;
    color: #546f81;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
}

.b-review-about-jobtitle {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 14px;
}

.b-review-about-company {
    font-size: 1.8em;
    color: #0093b7;
    line-height: 1.2em;
    text-align: center;
}

.b-review-info {
    padding: 30px 76px 10px 76px;
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 320px;
    position: relative;
    display: table;
    -moz-box-shadow: 0 1px 1px rgba(216,222,226,1);
    -webkit-box-shadow: 0 1px 1px rgba(216,222,226,1);
    box-shadow: 0 1px 1px rgba(216,222,226,1);
}

body.welcome .b-review-info, body.portfolio .b-review-info {
    background: #ffffff;
}

.b-review-info img.quote {
    float: left;
    margin: 0 30px 20px 0;
}

.b-review-info p {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.b-review-corner {
    position: absolute;
    top: 20px;
    left: -42px;
    z-index: 2;
    width: 42px;
    height: 105px;
    background: url(/images/review_corner.png) no-repeat 0 -105px;
}

body.welcome .b-review-corner, body.portfolio .b-review-corner {
    background: url(/images/review_corner.png) no-repeat 0 0;
}

/* page */
.b-layout, .b-block-wrap {
    max-width: 1174px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.b-holder {
    overflow: hidden;
    zoom: 1;
}

.b-block-name {
    font-size: 4.8em;
    color: #557081;
    line-height: 1em;
    text-align: center;
    padding: 50px 0;
    font-weight: bold;
}

h1.name {
    font-size: 4.8em;
    color: #557081;
    line-height: 1em;
    text-align: center;
    padding: 50px 0;
    font-weight: bold;
}

.b-block-name.styled, h1.name.styled {
    font-family: 'Lobster';
}

.b-block-name.styled span, h1.name.styled span {
    color: #da275a;
}

/* portfolio */
.b-portfolio-list {
    text-align: center;
    padding-bottom: 90px;
}

.b-portfolio-item {
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 28%;
    padding: 0 2%;
    max-width: 312px;
    vertical-align: top;
    margin-bottom: 80px;
}

.b-portfolio-img {
    margin-bottom: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid #ffffff;
    -moz-box-shadow: 0 0 2px rgba(216,222,226,1);
    -webkit-box-shadow: 0 0 2px rgba(216,222,226,1);
    box-shadow: 0 0 2px rgba(216,222,226,1);
}

.b-portfolio-img img {
    text-align: center;
    width: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.b-portfolio-img img:hover {
    -moz-box-shadow: 0 0 11px rgba(216,222,226,1);
    -webkit-box-shadow: 0 0 11px rgba(216,222,226,1);
    box-shadow: 0 0 11px rgba(216,222,226,1);
}

.b-portfolio-name {
    font-size: 3.2em;
    color: #557081;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}

.b-portfolio-name h2 {
    font-weight: normal;
}

.b-portfolio-name h2 a {
    color: #557081;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.b-portfolio-name h2 a:hover {
    text-decoration: none;
    border-bottom: 2px solid #557081;
}

.b-portfolio-desc {
    font-size: 1.6em;
    color: #6a6a6a;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 14px;
}

.b-portfolio-desc a {
    color: #6a6a6a;
    text-decoration: none;
}

.b-portfolio-site {
    font-size: 1.6em;
    color: #0093b7;
    line-height: 1.2em;
    text-align: center;
}

.b-portfolio-site a {
    text-decoration: underline;
}

.b-portfolio-full {
    background: #f5f5f5;
    position: relative;
}

.b-portfolio-info {
    background: #ffffff url(/images/portfolio_bg_footer.jpg) repeat-x bottom center;
    padding: 45px 0 120px 0;
    overflow: hidden;
    zoom: 1;
}

.b-portfolio-logo {
    float: left;
    margin-right: 25px;
}

.b-portfolio-about {
    overflow: hidden;
    zoom: 1;
}

.b-portfolio-about h1 {
    font-size: 4.4em;
    color: #557081;
    line-height: 1.1em;
    margin-top: -8px;
    margin-bottom: 25px;
}

.b-portfolio-column {
    float: left;
    width: 42%;
    padding-right: 2%;
}

.b-portfolio-column.fullwidth {
    float: none;
    width: 100%;
    padding-right: 0;
}

.b-portfolio-column.right {
    padding-right: 0;
    width: 51%;
    padding-top: 65px;
}

.b-portfolio-column dt {
    float: left;
    width: 125px;
    text-align: right;
    font-weight: 700;
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
}

.b-portfolio-column dd {
    margin-left: 145px;
}

.b-portfolio-text p {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.b-portfolio-text strong {
    font-weight: 700;
}


.b-portfolio-text ul, .b-portfolio-text ol {
    margin: 0 0 15px 30px;
}

.b-portfolio-text ul li {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}

.b-portfolio-text ol li {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: decimal;
}

.b-portfolio-url {
    font-size: 1.8em;
    color: #9b9b9b;
    line-height: 1.3em;
    font-style: italic;
    margin-bottom: 20px;
}

.b-portfolio-url a {
    font-style: normal;
}

.b-portfolio-type {
    font-size: 1.6em;
    color: #9b9b9b;
    line-height: 1.3em;
    text-transform: uppercase;
}

.b-portfolio-type a {
    text-transform: none;
}

.b-portfolio-type a.tv {
    color: #0093b7;
}

.b-portfolio-type a.news {
    color: #da275a;
}

.b-portfolio-type a.corporate {
    color: #8ec63e;
}

.b-portfolio-versions {
    font-size: 1.6em;
    color: #6a6a6a;
    line-height: 1.3em;
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.b-portfolio-versions a.active {
    color: #6a6a6a;
    text-decoration: none;
}

.b-portfolio-versions li {
    float: left;
    margin-right: 10px;
}

.b-portfolio-layouts {
    padding: 65px 0 0 220px;
    position: relative;
}

.b-portfolio-layouts img {
    max-width: 100%;
}

.b-portfolio-share {
    position: absolute;
    top: 65px;
    z-index: 1;
}

.b-portfolio-share.fixed {
    position: fixed;
}

.b-portfolio-screen {
    position: relative;
    padding-bottom: 25px;
}

.b-portfolio-screen-desc {
    position: absolute;
    top: 0;
    left: -200px;
    width: 175px;
    text-align: right;
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.2em;
    font-style: italic;
    padding-left: 10px;
}

/* static text */
.b-static-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    vertical-align: top;
    padding-bottom: 65px;
}

.b-static-text.fullwidth {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.b-static-bg {
    height: 337px;
    background: url(/images/static_bg.jpg) repeat-x center top;
}

body.company .b-static-bg {
    background: url(/images/static_bg_company.jpg) repeat-x center top;
}

.b-static-img {
    text-align: center;
    margin-bottom: 25px;
}

.b-static-text h1 {
    font-size: 4em;
    color: #557081;
    line-height: 1em;
    text-align: center;
    padding: 50px 0;
    font-weight: bold;
}

.b-static-text h3, .b-static-text h2 {
    font-size: 2.4em;
    color: #557081;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-family: 'Lobster';
}

.b-static-text h4 {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
    padding-bottom: 20px;
    font-weight: bold;
}

.b-static-text p {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.b-static-text.error p {
    text-align: center;
}

.b-static-text ul, .b-static-text ol {
    margin: 0 0 15px 30px;
}

.b-static-text ul li {
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}

.b-static-text ol li {
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom: 5px;
    list-style: decimal;
}

/* contacts */
.b-mapa {
    height: 380px;
    position: relative;
}

#mapa {
    width: 100%;
    height: 380px;
    margin: 0px;
    padding: 0px;
}

.b-mapa-bg {
    height: 54px;
    width: 100%;
    background: url(/images/mapa_bg.png) repeat-x center bottom;
    z-index: 999;
    position: absolute;
    bottom: 0;
}

.b-cotacts-text {
    float: left;
    width: 48%;
    padding-bottom: 65px;
}

.b-cotacts-form {
    float: right;
    width: 48%;
    padding-bottom: 65px;
}

.b-cotacts-text h3, .b-cotacts-form h3 {
    font-size: 2.4em;
    color: #557081;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-weight: bold;
}

.b-cotacts-text p {
    font-size: 2.4em;
    color: #6a6a6a;
    line-height: 1.1em;
    padding-bottom: 30px;
}

/* share */
.b-portfolio-share .b-share {
  padding: 0!important;
}

.b-portfolio-share .b-share__handle {
  float: none;
}

.b-portfolio-share .b-share_theme_counter .b-share-btn__wrap {
  float: none;
  margin: 0 0 6px 0;
  width: 32px;
  height: 32px;
  display: block;
}

.b-portfolio-share .b-share_theme_counter .b-share__link {
  width: 32px;
  height: 32px;
  display: block;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.b-portfolio-share .b-share_theme_counter .b-share__link:active {
  background-color: transparent!important;
  border-top: 1px solid transparent!important;
  margin: 0;
  padding: 0;
}

.b-portfolio-share .b-share-counter {
  display: none!important;
  height: 0;
  float: none;
  text-indent: -9999px;
}

.b-portfolio-share .b-share_theme_counter .b-share-icon {
  width: 32px;
  height: 32px;
  float: none;
  display: block;
  background-color: transparent;
  background-image: url(/images/social_ico.png);
}

.b-portfolio-share .b-share_theme_counter .b-share-icon_vkontakte {
  background-color: transparent;
  background-position: 0 0px;
}

.b-portfolio-share .b-share_theme_counter .b-share-icon_facebook {
  background-color: transparent;
  background-position: -34px 0;
}

.b-portfolio-share .b-share_theme_counter .b-share-icon_twitter {
  background-color: transparent;
  background-position: -68px 0;
}

.b-portfolio-share .b-share_theme_counter .b-share-icon_gplus {
  background-color: transparent;
  background-position: -102px 0;
}

.b-portfolio-share .b-share_theme_counter .b-share-btn__vkontakte:hover, .b-portfolio-share .b-share_theme_counter .b-share-btn__facebook:hover, .b-portfolio-share .b-share_theme_counter .b-share-btn__twitter:hover, .b-portfolio-share .b-share_theme_counter .b-share-btn__gplus:hover {
  background-color: transparent;
}

/* form */
.b-form {

}

.b-form-row {
    margin-bottom: 20px;
}

.b-form-row label {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.1em;
    font-style: italic;
    padding: 0 14px 10px 0;
    display: table-cell;
}

.b-form-row label.required {
    background: url(/images/asterisk.gif) no-repeat top right;
}

.b-form .input, .b-form select, .b-form textarea {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: normal;
    width: 280px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #d2d2d3;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b-form textarea {
    width: 90%;
}

.b-form-submit {
    text-align: center;
}

.b-cotacts-form .b-form-submit {
    text-align: left;
}

.b-cotacts-form .b-form-submit .button {
    background: #da275a;
}

.b-cotacts-form .b-form-submit .button:hover {
    -moz-box-shadow: 0 0 12px rgba(218,39,90,0.7);
    -webkit-box-shadow: 0 0 12px rgba(218,39,90,0.7);
    box-shadow: 0 0 12px rgba(218,39,90,0.7);
}

.b-form-notice {
    font-size: 1.8em;
    color: #6a6a6a;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.b-form-notice span {
    font-size: 40px;
    color: #da275a;
    vertical-align: -16px;
}

.b-form-done {
    font-size: 1.8em;
    color: #70a722;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding-left: 28px;
    background: url(/images/done_ico.gif) no-repeat 0 2px;
}

.b-form-error {
    font-size: 1.8em;
    color: #c3ae01;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding-left: 28px;
    background: url(/images/error_ico.gif) no-repeat 0 2px;
}

/* footer */
.b-footer {

}

.b-footer-links {
    background: #557081;
    padding: 45px 0;
    overflow: hidden;
    zoom: 1;
}

.b-footer-links ul ul {
    padding-top: 10px;
}

.b-footer-links li {
    width: 15%;
    float: left;
    padding-right: 2%;
}

.b-footer-links li.short {
    width: 12%;
}

.b-footer-links li.last {
    padding: 0 0 0 30px;
    width: 25%;
}

.b-footer-links li li.last {
    padding: 0;
    width: auto;
}

.b-footer-links li.fb {
    padding-top: 12px;
}

.b-footer-links li a {
    color: #ffffff;
    line-height: 1.1em;
    font-weight: normal;
    text-decoration: underline;
}

.b-footer-links li a.top {
    font-size: 2.8em;
}

.b-footer-links li li {
    font-size: 1.8em;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: normal;
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}

.b-copyright {
    padding: 30px;
    text-align: center;
    font-size: 1.6em;
    color: #6a6a6a;
    line-height: 1.2em;
}

@media only screen and (max-width : 1054px) {
    .b-logo {
        margin-left: 20px;
    }

    .b-menu {
        left: 240px;
    }
}

@media only screen and (max-width : 920px) {
    .b-logo {
        top: 20px;
    }

    .b-menu {
        left: 20px;
        top: 115px;
    }

    .b-site-nav li {
        margin: 0 20px 0 0;
    }

    .b-service-anons-desc {
        display: none;
    }

    .b-review-item {
        padding: 0 60px 60px 60px;
    }

    .b-review-about {
        float: none;
        margin: 0 auto 30px auto;
    }

    .b-review-info .b-review-corner {
        display: none;
    }

    body.welcome .b-review-item, .b-review-item:hover, body.portfolio .b-review-item, body.company .b-review-item {
        background: none;
    }

    .b-service-about-logo {
        display: none;
    }

    .b-portfolio-column {
        float: none;
        width: 100%;
        padding: 0;
    }

    .b-portfolio-column.right {
        float: none;
        width: 100%;
    }

    .b-footer-links {
        display: none;
    }
}

@media only screen and (max-width : 680px) {
    .b-logo {
        position: relative;
        margin: 0 0 30px 0;
    }

    .b-menu {
        position: relative;
        top: auto;
        left: auto;
    }

    .b-site-nav li {
        font-size: 1.8em;
    }

    .b-site-nav li a {
        padding: 12px;
    }

    .b-site-nav ul ul {
        left: 0;
    }

    .b-service-anons h3 {
        font-size: 2.8em;
    }

    .b-cotacts-text, .b-cotacts-form {
        float: left;
        width: 100%;
    }

    .b-portfolio-share {
        top: 0;
    }

    .b-portfolio-layouts {
        padding: 0 0 0 40px;
    }

    .b-portfolio-screen-desc {
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        width: auto;
    }
}

@media only screen and (max-width : 530px) {
    .b-logo {
        width: 228px;
        margin: 0 auto 30px auto;
        position: relative;
    }

    .b-menu {
        text-align: center;
    }

    .b-site-nav li {
        margin: 0 2px;
        font-size: 1.2em;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        float: none!important;
    }

    .b-site-nav li a {
        padding: 6px;
    }

    .b-site-nav ul ul {
        display: none!important;
    }

    .b-services-promo {
        min-height: 0;
    }

    .b-service-anons h3 {
        display: none;
    }

    .b-service-anons-ico {
        padding: 30px 0 80px 0;
    }

    .b-portfolio-item {
        width: auto;
        min-width: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .b-portfolio-img {
        margin-bottom: 10px;
    }

    .b-portfolio-column dt {
        float: none;
        width: 100%;
        text-align: left;
    }

    .b-portfolio-column dd {
        margin-left: 0;
    }

    .b-portfolio-logo {
        display: none;
    }

    .b-portfolio-info {
        padding-bottom: 50px;
    }

    .b-review-item {
        padding: 0 0 60px 0
    }

    .b-review-info {
        padding: 30px 30px 10px 30px;
    }

    .b-static-text, .b-service-about-text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}