

/* Start:/f/resources/pages/services/services.css?14569257122608*/

.gallery_w {
    margin: 10px 0;
    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 0;
}
.gallery_r:before {
    background-position: 100% 0;
}

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

.gallery_frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    overflow: hidden;
    border-radius: 10px;
    background: url(/f/resources/pages/services/) 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: #135384;
    color: #fff;
    font-style: italic;
}
.gallery_text h4 {
    margin: 0 0 0.5em;
    padding: 0;
    font-style: normal;
    font-weight: normal !important;
}
.gallery_text h4 a {
    color: #fff;
    border-color: #fff;
}


.content_text {
    padding: 50px 0 100px;
    position: relative;
}

h2 {
  padding-right:40%;
}

.cleared {
    zoom: 1;
}
.cleared:after {
    display: block;
    clear:both;
    content: '';
}
.content_text {
    margin: 0 40px;
}
.content_text h2,
.content_text h3 {
    margin-top: 0;
    padding-top: 0;
}
.content_text_l {
    width: 61%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 0%;
    float: left;
}
.content_text_r {
    width: 30%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 68%;
    float: left;
}
.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;*/
}
.person_text {
    font-size: 12px;
    font-style: italic;
    color: #666;
}



.home-page__contact-us-button {
    text-align: center;
    padding:10px 0 2em;
}

.home-page__contact-us-links {
    text-align: center;
    font-style: italic;
}
.home-page__contact-us-links a {
    margin-right:1em;
}
/* End */
/* /f/resources/pages/services/services.css?14569257122608 */
