/*.information.access*/
.information.access .additionalMainTopBlock{
    font-size: 0;
    margin-bottom: 30px;
}
.information.access .cusCell{
    width: 244px;
    height: 234px;
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 0;
    border: 1px solid #d7e6f0;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    -webkit-transition:  0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.information.access .cusCell .text{
    position: absolute;
    top: 173px;
    transition: top 0.3s ease-in-out 0s;
    -webkit-transition: top 0.3s ease-in-out 0s;
    -moz-transition: top 0.3s ease-in-out 0s;
    -o-transition: top 0.3s ease-in-out 0s;
}
.information.access .cusCell .title{
    font: 14px/16px Arial;
    color: #1b68ae;
}
.information.access .cusCell .button{
    font: 12px/12px Arial;
    padding-top: 7px;
    padding: 7px 10px 0;
    height: 25px;
    box-sizing: border-box;
    background-color: #3189da;
    border-radius: 2px;
    display: inline-block;
    margin-top: 11px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
}
.information.access .cusCell .bgBlock{
    position: absolute;
    display: inline-block;
    right: 121px;
    top: 35px;
    transition: all 2s 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    will-change: transform;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.information.access .cusCell img.default{
    display: block;
    border: none;
}
.information.access .cusCell img.hover{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    display: block;
    border: none;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
}
.information.access .cusCell:hover{
    border: 1px solid #6eabe2;
    background-color: #ebf7ff;
    z-index: 1;
}
.information.access .cusCell:hover .bgBlock{
    top: 18px;
    right: 22px;
     transform: scale(0.55);
    -webkit-transform: scale(0.55);
    -o-transform: scale(0.55);
    -moz-transform: scale(0.55);
    margin-right: 0 !important;
}
.information.access .cusCell:hover img.hover{
    opacity: 1;
}
.information.access .cusCell:hover .text{
    top: 96px;
}
.information.access .cusCell:hover .text .title{
    /*font-weight: bold;
    letter-spacing: -0.5px;*/
    text-shadow: 0px 0px 0px rgba(27, 104, 174, 1);
}
.information.access .cusCell:hover .text .button{
    opacity: 1;
}
.information.access .cusCell:hover .button:hover{
    opacity: 0.8;
}
.information.access #workarea .infoblock{
    padding: 25px 21px 25px;
    margin-bottom: 40px;
    background-color: #f6f5ea;
}
.information.access .infoblock .infoblockHeader{
    margin-bottom: 20px;
}
.information.access .infoblock .link {
    margin-bottom: 5px;
}
.information.access .dopServices{
    background: url(images/customers/additionalIcons/additional-perechenDoc.png) no-repeat 0 0;
    display: inline-block;
    float: right;
    width: 168px;
    padding-top: 75px;
    font: 12px/18px Arial;
    margin-left: 25px;
}
/*end .information.access*/