

/* Start:/f/resources/pages/technology/technology.css?14569257122961*/

.gallery_w {
    position: relative;
}
.gallery {
    height: 370px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery_l,
.gallery_r {
    width: 56px;
    height: 56px;
    margin: -28px 0 0;
    position: absolute;
    top:50%;
    z-index: 2;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.gallery_l {
    left: -28px;
}
.gallery_r {
    right: -28px;
}
    .gallery_l:before,
    .gallery_r:before {
        content: '';
        width: 15px;
        height: 28px;
        display: block;
        position: absolute;
        top:14px;
        left: 20px;
        background: url("/r/Pointers.png") no-repeat 0 0;
    }
.gallery_l:before {
  background-position: 0 100%;
}
.gallery_r:before {
  background-position: 100% 100%;
}

.gallery_l:hover:before {
  background-position: 0 0;
}
.gallery_r:hover:before {
  background-position: 100% 0;
}

    .gallery_frame {
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        overflow: hidden;
        border-radius: 10px;
        background: url(/f/resources/pages/technology/) no-repeat 50% 50%;
        left: 100%;
    }
        .gallery_frame_cur {
            left: 0;
        }
        .gallery_text {
            width: 500px;
            margin: 0 30px 0 0;
            padding: 20px;
            display: inline-block;
            position: absolute;
            right: 0px;
            bottom: 30px;
            border-radius: 10px;
            background: rgb(19,83,132);
            background: rgba(19,83,132,.85);

            color: #fff;
            font-style: italic;
        }
            .gallery_text h4 {
                margin: 0 0 0.5em;
                padding: 0;
                font-style: normal;
                font-weight: bold !important;
            }
                .gallery_text h4 a {
                   color: #fff;
                   border-color: #fff;
                }
                .gallery_text h4 a:hover {
                  color: yellow !important;
                  border-color: rgb(255,255,0) !important;
                  border-color: rgba(255,255,0,.3) !important;
                }


.content_text {
    padding: 50px 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;
}
.content_text_l {
    width: 55%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 0%;
    float: left;
}
.content_text_r {
    width: 42%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 58%;
    float: left;
}
.content_text_r p {
    margin: 0 0 0.5em;
}
.content_text_r_w {
    min-height: 240px;
    padding-left: 200px;
    background: url('/r/doctor.png') no-repeat 0 0;
}
.content_text_r a {
    font-size: 16px;
    /*font-weight: bold;*/
}
.content_text_r strong {
}
.person_text {
    font-style: italic;
    color: #666;
}
/* End */
/* /f/resources/pages/technology/technology.css?14569257122961 */
