
.filter {
    margin: 0 0 30px;
    padding: 10px;
    border-radius: 6px;
    background: #65c0ec;
    position: relative;
}

.filter_item {
    margin: 0 10px 0 0;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    vertical-align: middle;
}
.filter_item .pseudo {
    color: #fff;
    border-color: #fff;
}


.filter_item_selected {
    padding: 0;
    box-shadow: 0 1px #b4e0ed;
}
.filter_item_selected .pseudo,
.filter_item_selected .pseudo:hover {
    padding: 3px 10px;
    color: #fff !important;
    border: none !important;
    display: inline-block;

    border-radius: 10px;

    background: #01509b;
    background: -moz-linear-gradient(top,  #01509b 0%, #5c92d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01509b), color-stop(100%,#5c92d0));
    background: -webkit-linear-gradient(top,  #01509b 0%,#5c92d0 100%);
    background: -o-linear-gradient(top,  #01509b 0%,#5c92d0 100%);
    background: -ms-linear-gradient(top,  #01509b 0%,#5c92d0 100%);
    background: linear-gradient(to bottom,  #01509b 0%,#5c92d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01509b', endColorstr='#5c92d0',GradientType=0 );
    zoom:1;
}

.filter_item_select {
    position: absolute;
    right: 10px;
}
.filter_item_select .pseudo:after {
    background: url("/r/arrs.png") no-repeat -18px 0;
    content: "";
    display: inline-block;
    height: 4px;
    left: 3px;
    margin: 0 -6px 0 0;
    position: relative;
    vertical-align: 2px;
    width: 6px;
}
.filter_item_select .pseudo:hover:after {
    background-position: -12px 0;
}
.filter_item_select .pseudo.open {
  border-color: rgb(224, 0, 0) !important;
    border-color: rgba(224, 0, 0, 0.3) !important;
    color: #E00000 !important;
}
.filter_item_select .pseudo.open:after {
    background-position: -6px 0;
}

.content_text {
    padding: 0 0 0;
    position: relative;
}


.cleared {
    zoom: 1;
}
.cleared:after {
    display: block;
    clear:both;
    content: '';
}

.content_text h2,
.content_text h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
  color: black;
}
.content_text_l {
    width: 67%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 0%;
    float: left;
}
.content_text_l:hover,
.content_text_r:hover{
    z-index: 5;
}
.content_text_r {
    width: 29%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 71%;
    float: left;
}

.content_text_r h4 {
    margin-top: 0.5em;
    padding-top:0;
}





.b-encyclopedia__item {
    width: auto  !important;
    float: none !important;
  margin-left:0 !important;
}

.b-encyclopedia__link {
    display: none !important;
}
.b-encyclopedia__advert {
    display: none !important;

}

.b-review-gallery__button-box {
    margin: 40px 0 0 !important;
    text-align: center;
}


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

.review_back {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
}
.review_back i {
    margin: 0 5px 0 0;
    display: inline-block;
    position: absolute;
    right: 100%;
}

.review_header {

}
.review_date {
    margin-bottom: 30px;
    font-size: 13px;
}
.review_image {
    max-width: 100%;
    border-radius: 15px;

}






.b-review-block .b-review-block__item {
    width: auto;
    float: none;
    margin: 0 0 30px 0px !important;
    box-shadow: 0 2px 2px #aabdcb;
    border-radius:10px;
    position: relative;
    /*z-index: 1;*/
    background: #fff;
}

.b-review-block .b-review-block__item-inner {
    margin: 0 !important;
    padding: 20px !important;
    position: relative;
    z-index: 3;
    max-height: 200px;
    background: #fff;
}

.b-review-block .b-review-block__item-inner:after {
    bottom: auto;
    top:188px;
}
.b-review-block .b-review-block__item:hover {
    z-index: 5;
}
.b-review-block .b-review-block__item:hover .b-review-block__item-inner {
    box-shadow: 0 0 0 1px #fff;
}

.b-review-block__item-images {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.b-review-block__item-images img {
    width: 150px;
    position: absolute;
    display: block;
    left: 100%;
    border: 3px solid #fff;
    /*display: none;*/
    top:0;
    margin: -30px 0 0 -100px;



    transform:rotate(0deg) scale(0.1,0.1);
    -ms-transform:rotate(0deg) scale(0.1,0.1); /* IE 9 */
    -moz-transform:rotate(0deg) scale(0.1,0.1); /* Firefox */
    -webkit-transform:rotate(0deg) scale(0.1,0.1); /* Safari and Chrome */
    -o-transform:rotate(0deg) scale(0.1,0.1);


    box-shadow: 0 2px 20px #aabdcb;
}
.b-review-block .b-review-block__item:hover .b-review-block__item-images img {
    /*display: block;*/
}
.b-review-block__item-image_1 {
    z-index: 2;


    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.b-review-block__item-image_2 {

    -webkit-transition: -webkit-transform 0.3s ease 0.08s;
    -moz-transition: -moz-transform 0.3s ease 0.08s;
    -ms-transition: -ms-transform 0.3s ease 0.08s;
    -o-transition: -o-transform 0.3s ease 0.08s;
    transition: transform 0.3s ease 0.08s;
}
.b-review-block__item:hover .b-review-block__item-image_1 {
    /*margin: -20px 0 0 -30px;*/
    /*margin: -20px 0 0 -30px;*/
    z-index: 2;


    transform: rotate(10deg) translate(80px,0px);
    -ms-transform: rotate(10deg) translate(80px,0px); /* IE 9 */
    -webkit-transform: rotate(10deg) translate(80px,0px); /* Safari and Chrome */
    -o-transform: rotate(10deg) translate(80px,0px); /* Opera */
    -moz-transform: rotate(10deg) translate(80px,0px); /* Firefox */
}

.b-review-block__item:hover .b-review-block__item-image_2 {
    /*margin: 0 0 0 60px;*/

    transform:rotate(30deg) translate(160px,0px);
    -ms-transform:rotate(30deg) translate(160px,0px); /* IE 9 */
    -moz-transform:rotate(30deg) translate(160px,0px); /* Firefox */
    -webkit-transform:rotate(30deg) translate(160px,0px); /* Safari and Chrome */
    -o-transform:rotate(30deg) translate(160px,0px); /* Opera */
}



.b-paralax-background {
    top:300px;
    /*height: 100% !important;*/
}


.b-tech {
  margin:0 -40px 0 0;
  background:url(/f/resources/mama-tech.jpg) 145% 1em no-repeat;
  position: relative;
  z-index:1;
  margin-bottom: 50px;
}
.b-tech__extra {
  padding-right:90px;
  padding-top:0;
}
.b-tech__extra h3 {
  line-height:1.2;
  margin-bottom:.7em;
}

.b-services {
  margin:0 0 0 0;
  position: relative;
  z-index:1;
  margin-bottom: 50px;
}
.b-services__extra {
  padding-right:0;
  padding-top:0;
}
.b-services__extra h4 {
  line-height:1.2;
  margin-bottom:.7em;
}
