@charset "utf-8";

/*  RESET & GLOBAL  */

* {
    margin: 0;
}

html {
    height: 100%;
    font-size: 100.01%;
    background: #fff;
}

body {
    height: 100%;
    min-width: 1200px;
    font: normal 14px "Open Sans", Arial, Verdana, Sans-Serif;
    line-height: 18px;
    color: #444444;
    position: relative;
}


/*  ELEMENTS  */

p {
    padding-bottom: 1em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul,
ol {
    padding-left: 14px;
    margin-bottom: 1em;
    line-height: 1.3em;
}

img {
    border: 0 none;
    vertical-align: top;
}

hr {
    border: none;
    border-top: 2px dashed #d9d8e3;
    height: 0;
    overflow: hidden;
    margin: 10px 0;
}

blockquote {
    margin-left: 5em;
    padding: 1em 2em 1em 1em;
    border-left: 2px solid #F60;
}

code,
pre {
    font-family: "Courier New", Courier, monospace;
    padding: 2px 2px;
    background: #eee;
}

pre {
    border: 1px dashed #aaa;
    line-height: 1.7em;
    padding: 5px;
    font-size: .9em;
    background: #eee;
    margin: 0;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
}

sup {
    top: -0.4em;
}

sub {
    bottom: -0.3em;
}

acronym {
    cursor: help;
    border-bottom: none;
    font-variant: normal;
}

a acronym {
    cursor: pointer;
    border-bottom: none !important;
}


/*  LINKS  */

*:focus {
    outline: none;
}

a {
    cursor: pointer;
    color: #279052;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


/*  TABLES  */

table {
    border-collapse: collapse;
}

table th,
table td {
    vertical-align: central;
}


/*  FORMS  */

input,
select,
textarea {
    vertical-align: middle;
    padding: 1px;
    background: #fff;
    border: 1px solid silver;
    width: 10em;
    font: 12px Arial;
    color: #666;
}

label,
label * {
    vertical-align: middle;
}

fieldset {
    border: none;
}

textarea {
    vertical-align: top;
    line-height: 1.2em;
    height: 8em;
    width: 50%;
    display: block;
}


/*  HEADINGS  */

h1,
h2,
h3,
h4 {
    font: normal 26px "Open Sans", Tahoma, Geneva, sans-serif;
    color: #000;
    margin: 0 0 8px 0;
}

h2 {
    font-size: 22px;
}

h4 {
    font-size: 0.9em;
    font-weight: bold;
}


/*  ADDITIONAL  */

.clear {
    clear: both;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}


/*  CUSTOM STYLES  */

#bgwrapper {
    width: 100%;
    min-height: 100%;
    background: url(../images/footerbg.png) repeat-x center bottom #fff;
}

#wrapper {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#header {
    width: 100%;
    height: 160px;
    margin: 20px 0 0 0;
}

#header #logo {
    width: 390px;
    height: 100px;
    background: url(../images/logo.png) no-repeat;
    float: left;
    margin-right: 40px;
}

#header .slogan {
    font: 700 26px "Open Sans";
    line-height: 16px;
    color: #5e7daf;
    width: 180px;
    float: left;
    margin: 50px 0 0 40px;
}

#header .slogan span {
    font-size: 17px;
}

#header .slogan span.cipher {
    font-size: 26px !important;
    font-weight: 800;
    color: #dc2a1d;
}

#header .callbackblock {
    width: 142px;
    height: 30px;
    display: block;
    float: left;
    margin: 50px 0 0 50px;
    background: url(../images/callback.png) no-repeat 0 0;
}

#header .callbackblock:hover {
    background: url(../images/callback.png) no-repeat 0 -50px;
}

#topmenu {
    position: absolute;
    top: 124px;
    left: -44px;
}

#topmenu li {
    display: inline;
    height: 36px;
    list-style: none;
    margin-left: 30px;
    float: left;
    position: relative;
}

#topmenu li a {
    font: normal 16px "Open Sans", Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    text-decoration: none;
    display: block;
}

#topmenu li a:hover {
    color: #c80704;
}

#topmenu li.current a,
#topmenu li.walk a {
    color: #c80704;
}

#topmenu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    padding: 0;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 4px 19px -5px rgba(0, 0, 0, 0.85);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 4px 19px -5px rgba(0, 0, 0, 0.85);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 4px 19px -5px rgba(0, 0, 0, 0.85);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    z-index: 100;
}

#topmenu li:hover>ul {
    display: block;
}

#topmenu li ul li {
    height: 26px;
    margin: 0 0 4px 0;
}

#topmenu li ul li,
#topmenu li ul li a {
    float: none;
}

#topmenu li ul li {
    _display: inline;
    /* for IE6 */
}

#topmenu li ul li a {
    width: 160px;
    display: block;
    font: normal 13px "Open Sans", Arial, Helvetica, sans-serif;
    color: #3a3a3a !important;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#topmenu li ul li a:hover {
    background: #36a162;
    color: #fff !important;
}

#topmenu li ul li ul {
    display: none;
}

#topmenu li ul li:hover ul {
    left: 100%;
    top: 0;
}

.nbs-flexisel-container {
    position: relative;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 120px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    line-height: 0px;
    display: table-cell;
}

.nbs-flexisel-item img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 200px;
    vertical-align: central;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.9;
    top: 42px !important;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

#promo {
    width: 100%;
    height: 408px;
    border: 1px solid #b7b7b7;
    position: relative;
}

#promo #slideshow {
    width: 875px;
    height: 408px;
    overflow: hidden;
    position: relative;
}

#promo #slideshow .viewport {
    float: left;
    width: 875px;
    height: 408px;
    overflow: hidden;
    position: relative;
}

#promo #slideshow .buttons {
    display: block;
    width: 48px;
    height: 48px;
}

#promo #slideshow .prev {
    position: absolute;
    top: 180px;
    left: 16px;
    background: url(../images/button-previous-big.png) no-repeat 0 0;
}

#promo #slideshow .next {
    position: absolute;
    top: 180px;
    left: 810px !important;
    background: url(../images/button-next-big.png) no-repeat 0 0;
}

#promo #slideshow .buttons:hover {}

#promo #slideshow .disable {
    visibility: hidden;
}

#promo #slideshow .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 875px;
    left: 0;
    top: 0;
}

#promo #slideshow .overview li {
    float: left;
    margin: 0;
    padding: 0px;
    height: 408px;
    border: none;
    width: 875px;
    position: relative;
}

#promo #slideshow .overview li div {
    position: absolute;
    top: 260px;
    width: 875px;
    height: 110px;
    left: 0;
    z-index: 2;
    padding: 20px 0 0 0;
    background: rgba(235, 237, 232, 0.80);
    font: 400 23px "Open Sans";
    line-height: 34px;
    color: #1e7c47;
    text-align: center;
    vertical-align: central !important;
}

#promo #slideshow .strikethrough {
    position: relative;
    font-size: 25px;
    color: #729A6E;
}

#promo #slideshow .strikethrough:before {
    border-bottom: 3px solid #be0502;
    position: absolute;
    content: "";
    width: 105%;
    height: 55%;
    left: -2px;
    transform: rotate(-16deg);
}

#promo #slideshow .overview li div p {
    font-size: 12px;
    color: #3e3b3b;
}

#promo #addresses {
    width: 265px;
    height: 398px;
    background: #f1f5f0;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
}

#promo #addresses h3 {
    font: 700 19px "Open Sans";
    color: #3a3a3a;
    text-align: center;
    margin: 30px auto 25px auto;
}

#promo #addresses p {
    font-size: 12px;
    margin: 15px 0 15px 15px;
    padding-left: 28px;
    padding-bottom: 3px;
    background: url(../images/icon-cherry.png) no-repeat;
}

#promo #addresses p.dentalroom {
    margin: 1px 0 17px 15px;
    padding-left: 28px;
    background: url(../images/icon-dentalroom.png) no-repeat;
}

#promo #addresses p.rusmed {
    margin: 1px 0 17px 15px;
    padding-left: 28px;
    background: url(../images/icon-rusmed.png) no-repeat 2px 5px;
}

#promo #addresses a strong {
    color: #279052 !important;
}

#services {
    width: 940px;
    margin: 60px auto 50px auto;
}

#services .item {
    width: 270px;
    font-size: 13px;
    margin: 0 20px 20px 20px;
    float: left;
}

#services .item a {
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    color: #279052;
}

#services .item a:hover {
    text-decoration: underline;
}

#services .icon {
    background: url(../images/services.png@3) no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin: 0 10px 25px 0;
    float: left;
}

#about {
    width: 100%;
    min-height: 300px;
    margin: 30px auto 60px auto;
    position: relative;
}

#slideshow-about {
    width: 450px;
    height: 299px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#slideshow-inner {
    width: 450px;
    height: 299px;
    overflow: hidden;
    margin: 20px auto;
}

#about .description {
    width: 670px;
    position: absolute;
    top: 47px;
    left: 470px;
    font-size: 14px;
    line-height: 22px;
}

#about h2 {
    font-size: 22px;
    color: #36895a;
    margin-bottom: 20px;
    text-align: center;
}

#about p.red {
    font-weight: 700;
    color: #cb4442;
}

#insurance {
    width: 100%;
    min-height: 185px;
    position: relative;
}

#insurance h4 {
    font: 700 24px "Open Sans";
    color: #7a9c77;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

#licenses {
    text-align: center;
    margin-bottom: 40px;
}

#licenses h4 {
    font: 700 24px "Open Sans";
    color: #7a9c77;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#licenses p {
    font: 700 14px "Open Sans";
    text-align: center;
    margin-bottom: 20px;
}

#siteway {
    width: 100%;
    height: 40px;
}

#container {
    width: 1140px;
    margin: 0 auto;
}

#content {
    width: 850px;
    margin: 40px 0;
    float: right;
    overflow: hidden;
}

#content h1 {
    color: #1e7c47;
    margin-bottom: 20px;
}

#content h2 {
    font-size: 18px;
    color: #1e7c47;
    margin-bottom: 10px;
}

#content b,
#content strong {
    color: #1e7c47;
}

#content ul {
    margin-left: 30px;
}

#content table {
    width: 100% !important;
    margin-bottom: 20px;
}

#content .tablepad td {
    padding: 15px 10px 15px 10px !important;
    vertical-align: central !important;
}

#content .tablepad2 td {
    padding: 2px 10px 2px 10px !important;
    vertical-align: central !important;
}

#content .ared {
    font-weight: 700;
    color: #cb4442;
}

#content .padd img {
    margin-bottom: 12px;
}

#map {
    border: 1px solid #C3C3C3;
}

#sidebar {
    width: 250px;
    margin: 40px 0;
    float: left;
}

#leftmenu {
    border: 3px solid #e9e9e9;
    padding: 10px 13px 10px 13px;
}

#leftmenu li {
    list-style: none;
}

#leftmenu li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 5px 10px 25px;
    color: #666666;
    text-decoration: none !important;
    background: url(../images/leftmenubg.png) no-repeat 5px 12px;
}

#leftmenu li a:hover {
    background: url(../images/leftmenubg.png) no-repeat 5px 12px #EAECEA;
}

#leftmenu li.current a {
    background: url(../images/leftmenubg.png) no-repeat 5px -15px #36a162;
    color: #fff;
}

#leftmenu li:last-child a {
    border-bottom: none;
}

#banners {
    text-align: center;
}

#footer {
    width: 100%;
    min-height: 90px;
    border-top: 5px solid #c9cfca;
    position: relative;
    padding: 20px 0 0 0;
}

#footer .copyright {
    font: 400 14px "Open Sans";
    line-height: 22px;
}

#footer .payments {
    width: 271px;
    height: 58px;
    background: url(../images/payments.png) no-repeat 0 0;
    position: absolute;
    top: 26px;
    left: 400px;
}

#footer .astrum {
    font: 700 14px "Open Sans";
    line-height: 23px;
    color: #444444;
    padding-left: 60px;
    background: url(../images/Astrum.png) no-repeat 0 2px;
    position: absolute;
    top: 30px;
    right: 0;
}

#footer .rusinvest {
    width: 196px;
    height: 53px;
    display: block;
    position: absolute;
    top: 30px;
    right: 225px;
    background: url("../images/rusinvest.png") no-repeat;
}

.ourworks td {
    vertical-align: top !important;
}

.ourworks td img {
    width: 200px !important;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
}

.ourworks td h3 {
    margin-top: 15px;
    color: #1e7c47;
    font-weight: bold;
    font-size: 20px;
}

.ic-whitening {
    background-position: -96px -32px !important;
}

.ic-kids {
    background-position: -64px -64px !important;
}

.ic-hirurgiya {
    background-position: -160px -32px !important;
}

.ic-gigiena {
    background-position: -128px -32px !important;
}

.ic-diagnostika {
    background-position: -32px -32px !important;
}

.ic-ortopediya {
    background-position: -64px -32px !important;
}

.ic-ortodontiya {
    background-position: -64px 0px !important;
}

.ic-paradontologiya {
    background-position: 0px -64px !important;
}

.ic-karies {
    background-position: -128px -64px !important;
}

.ic-fisio {
    background-position: -160px 0px !important;
}

.ic-implant {
    background-position: -32px -64px !important;
}

.ic-vosne {
    background-position: -64px -126px !important;
}