 /*fixes*/

.download_buttons {
  background: #14aeef !important;
  padding: 0;
  overflow: hidden;
  /*max-width: 960px;*/
  max-width: 1000px;
}

.column_href {
  padding: 50px 100px 50px 40px;
  box-sizing: border-box;
  width: 33.33%;
  float: none;
  position: relative;
  display: table-cell;
  /*text-shadow: 1px 1px 3px #fff;*/
  min-height: 220px;
  vertical-align: middle;
  min-height: 100px;
  font-size: 12px;
    line-height: 17px;
}
.column_href  p {
  margin-bottom: 0;
}

.column_href.blue {
  color: #00417d;
}

.column_href.blue a {

  color: #00417d;
}

.column_href.green {
  color: #638f2e;
  background: #C8EC4F;
}

.column_href.green a {
  
  color: #638f2e;
}


.column_href.pdf {
  background-image: url('/bitrix/templates/main/images/ico-pdf.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
}


.column_href.ppt {
  background-image: url('/bitrix/templates/main/images/ico-ppt.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.column_href.vid{
  background-image: url('/bitrix/templates/main/images/ico-yt.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

@media (max-width: 768px)  {
  .column_href {
    padding: 5% 20% 5% 5% !important;
    width: auto !important;
    float: none !important;
    display: block !important;
    min-height: 1px !important;
    font-size: 16px;
  }
}

.row-fluid .span4 {
margin-bottom: 0;
}

#zzb_fix {
  /*Пришлось опустить блок, т.к. он обрезал текст услуг*/
  /*margin-top: -33px;*/
  margin-top: -15px;
}

#zzb_fix:after{
  z-index:1;
}

.portfolio + .container-fluid {padding-bottom: 30px}


.teasers-cnt .selectors-cnt .selectors {
  width: 20%
}

.teasers-cnt .selectors-cnt .selectors .item {
  width: 10%;
}

.scheme_white {
  background:   #fff;
}

 .sqr {
   background-color: transparent;
   width: 24px;
   height: 36px;
   position: absolute;
   top: 40%;
   left: 83%;
 }
@media (max-width: 768px) {
  .portfolio .work figcaption > div {
    margin-top: 0 !important
  }
  .sqr {
    top: 32%;
    left: 87%;
  }
}

.copyright {
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
}



