@font-face {
    font-family: 'PFDinDisplayProRegular';
    src: url('pfdindisplaypro-regular-webfont.eot');
    src: url('pfdindisplaypro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('pfdindisplaypro-regular-webfont.woff') format('woff'),
        url('pfdindisplaypro-regular-webfont.ttf') format('truetype'),
        url('pfdindisplaypro-regular-webfont.svg#PFDinDisplayProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayProMedium';
    src: url('pfdindisplaypro-med-webfont.eot');
    src: url('pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdindisplaypro-med-webfont.woff') format('woff'),
         url('pfdindisplaypro-med-webfont.ttf') format('truetype'),
         url('pfdindisplaypro-med-webfont.svg#PFDinDisplayProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayProBold';
    src: url('pfdindisplaypro-bold-webfont.eot');
    src: url('pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('pfdindisplaypro-bold-webfont.woff') format('woff'),
        url('pfdindisplaypro-bold-webfont.ttf') format('truetype'),
        url('pfdindisplaypro-bold-webfont.svg#PFDinDisplayProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayProMediumItalic';
    src: url('pfdindisplaypro-medital.eot');
    src: url('pfdindisplaypro-medital.eot?#iefix') format('embedded-opentype'),
         url('pfdindisplaypro-medital.woff') format('woff'),
         url('pfdindisplaypro-medital.ttf') format('truetype'),
         url('pfdindisplaypro-medital.svg#PFDinDisplayProMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { background: url('../images/bg.jpg') repeat; font-family: 'PT Serif', serif; color: #667; font-size: 14px; }
a { color: #000; text-decoration: underline; border-bottom-color: #000; }
a:hover { text-decoration: none; border-bottom: none!important; }
h1 { font: 30px 'PFDinDisplayProMedium'; color: #000; margin: 0 25px 15px; }
h2 { font: 22px 'PFDinDisplayProMedium'; color: #ff6600; margin: 0 25px 25px; }
h4 { padding: 0 25px 25px; font-size: 16px; font-weight: normal; color: #000; margin: 0; }
hr { margin: 0 auto 25px; height: 4px; border: none; background: url('../images/sep-h.png') repeat-x; }
strong { font: 16px 'PFDinDisplayProBold'; color: #000; }
.strong { font: 16px 'PFDinDisplayProBold'; color: #000; }
.pull-left { float: left; }
.pull-right { float: right; }
section.text p { padding: 0 25px; }
.fake-input-tips { color: #ccc!important; }
#body input[type="text"], 
#body input[type="password"] { font: 22px/39px 'PFDinDisplayProMedium'; overflow: auto; outline:none; color: #000; width: 95%; height: 39px; padding: 0 12px; border: 1px solid #bfbfbf; background: #fbfbfb; border-radius: 4px; box-shadow: inset 0px 1px 0 rgba(0,0,0,0.15); }
#body textarea { height: 130px; padding: 0; margin: 0; border: none; resize: vertical; background: url("../images/bg-textarea.png"); font: 22px/35px 'PFDinDisplayProMedium'; }
#body .textarea { border: 1px solid #bfbfbf; padding: 15px 20px; border-radius: 1px; box-shadow: inset 0px 1px 0 rgba(0,0,0,0.15); background: #fbfbfb; }
#body .textarea textarea { width: 100%; }
.center { width: 960px; margin: 0 auto!important; }
.orange { color: #ff6600!important; }
.light-gray { color: #999!important; }
.round { border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); behavior: url(/PIE.htc); }
.page-block { position: relative; padding: 1px 25px; background: #fff; border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); behavior: url(/PIE.htc); }
.page-block:after { content: ""; position: absolute; bottom: -27px; width: 100%; height: 27px; background: url('../images/shadow-slide.png') no-repeat center; }
.page-block h2 { font: 22px 'PFDinDisplayProMedium'; color: #000; margin: 25px 0 15px; } 
.page-block h3 { font: 14px 'PFDinDisplayProBold'; color: #ff6600 ; margin: 25px 0 15px; } 
.page-block ul { list-style: none; padding: 0; margin: 0; } 
.page-block ul li { background: url('../images/marker.png') no-repeat 0 5px; padding: 0 0 0 25px; margin: 10px 0; } 
.page-block p { margin: 0 0 15px 0;  } 
.page-block table { width: 100%; border-collapse: collapse; } 
.page-block table th { font: 16px 'PFDinDisplayProBold'; color: #000; padding: 5px 10px; vertical-align: middle; background: #fff; } 
.page-block table td { padding: 5px 10px; text-align: center; vertical-align: top; background: #fff; } 
.page-block table td:first-child, .page-block table th:first-child { text-align: left; } 
.page-block table .even td, .page-block table .even th { background: #fffae5; } 
.page-block.page { padding: 25px; } 
.page-block.full-width { padding: 35px 0; }

.text-block { padding: 25px; margin: 35px 0; background: #fff; border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); behavior: url(/PIE.htc); }
.text-block .picture { float: left; margin-right: 25px; padding: 10px; width: 159px; height: 113px; border: 1px solid #ccc; overflow: hidden; }
.text-block header { display: inline; font: 22px 'PFDinDisplayProMedium'; color: #000; margin: 0 0 10px 0; }
.text-block p { margin: 10px 0 0 206px; }
.text-block.full-width { padding: 35px 0; }

.togglable { padding: 25px; margin: 35px 0; background: #fff; border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); behavior: url(/PIE.htc); }
.togglable header { display: inline; cursor: pointer; font: 22px 'PFDinDisplayProMedium'; color: #ff6600; margin: 0 0 10px 0; border-bottom: 1px dashed #ff6600; }
.togglable section { display: none; }
.togglable header:hover { border: none; }
.togglable p { margin: 15px 0 0 0; }

header .logo img { margin: 5px 0 0 25px; }
header .nature img { margin: 50px 0 0 25px; }
header .contact { text-align: right; padding:  30px 30px 0 0; }
header .contact a { text-decoration: none; display: inline-block; padding: 0 0 0 25px; line-height: 10px; color: #666666; background: url('../images/icon-mail.png') no-repeat left center; }
header .contact a span { border-bottom: 1px dashed #666666; }
header .contact a:hover span { border-bottom: none; }
header .contact .tel { display: inline-block; font-size: 13px; margin-top: 5px; }
header .contact .phone { font: 24px/32px 'PFDinDisplayProBold'; color: #000; }
header .contact .phone span { font-family: 'PFDinDisplayProRegular'; }
strong.phone span { font-family: 'PFDinDisplayProRegular'; }

#menu { position: relative; margin-top: 20px; height: 45px; font: 15px/45px 'PFDinDisplayProMedium'; border-radius: 6px; behavior: url(/PIE.htc); }
#menu ul { width: 100%; display: table; border-collapse: collapse; border: 0px solid; }
#menu li { display: table-cell; padding: 0 0 0 2px; background: url('../images/sep-nav.png') no-repeat left; text-align: center; }
#menu li:hover, #menu li.selected { background: url('../images/bg-nav.png') no-repeat 0 -45px;  }
#menu a { text-decoration: none; display: block; padding: 0 20px; background: url('../images/bg-nav.png') repeat-x; }
#menu a span { color: #fff; border-bottom: 1px solid #6d6c6e; display: inline-block; line-height: 16px; }
#menu a:hover, #menu a.active { background-position:  0 -45px; }
#menu a:hover span, #menu a.active span { border-bottom: none; }
#menu .first { background: none!important; }
#menu .first a { border-radius: 5px 0 0 5px; behavior: url(/PIE.htc); }
#menu .last a { border-radius: 0 5px 5px 0; behavior: url(/PIE.htc); }
#menu:after { content: ""; position: absolute; top: 45px; left: 0; width: 100%; height: 31px; background: url('../images/menu-shadow.png'); }
.sub-menu { position: relative; z-index: 100; font: 15px 'PFDinDisplayProMedium'; /*background: url('../images/sep-h.png') repeat-x left bottom;*/ }
.sub-menu:after { clear: both;display: table; content: ""; line-height: 0; }
.sub-menu ul { width: 100%; list-style: none; margin: 0; padding: 0; }
.sub-menu li { float: left; margin-left: 25px; padding-top: 15px; }
.sub-menu a { color: #000; display: block; cursor: pointer; text-decoration: none;  }
.sub-menu a span { color: #000; border-bottom: 1px solid #000; display: inline-block; line-height: 16px; }  
.sub-menu a:hover span, .sub-menu a.active span { border-bottom: none; color: #ff6600;  }
.sub-menu a.active { cursor: text; }

#body { margin-top: 40px; padding-bottom: 65px; }
#body a { color: #ff6600; }
.underline { border-bottom: 1px solid #ff6600; text-decoration: none; }
.underline:hover { border-bottom: none; }
.sep { height: 4px; background: url('../images/sep-h.png') repeat-x; }
.dash-sep { height: 1px; background: url('../images/dash-sep.png') repeat-x; }

.btn-yellow { position: relative; margin: 0 25px; text-decoration: none; font: 14px/46px 'PFDinDisplayProMedium'; text-shadow: 1px 1px 0 rgba(255,255,255,0.4); color: #000!important; display: inline-block; background: url('../images/btn-yellow.png') repeat-x 0 -46px; }
.btn-yellow:before, .btn-yellow:after { content: ""; position: absolute; top: 0; width: 25px; height: 46px; background: url('../images/btn-yellow.png') no-repeat; }
.btn-yellow:before { left: -25px; }
.btn-yellow:after { right: -25px; background-position: 0 -92px; }
.btn-yellow:hover { background-position: 0 -184px; }
.btn-yellow:hover:before { background-position: 0 -138px; }
.btn-yellow:hover:after { background-position: 0 -230px; }

.btn-yellow-right { position: relative; margin: 0 25px; text-decoration: none; font: 14px/28px 'PFDinDisplayProMedium'; text-shadow: 1px 1px 0 rgba(255,255,255,0.4); color: #000!important; display: inline-block; background: url('../images/btn-yellow-right.png') repeat-x 0 -28px; }
.btn-yellow-right:before, .btn-yellow-right:after { content: ""; position: absolute; top: 0; width: 25px; height: 28px; background: url('../images/btn-yellow-right.png') no-repeat; }
.btn-yellow-right:before { left: -25px; }
.btn-yellow-right:after { right: -25px; background-position: 0 -56px; }
.btn-yellow-right:hover { background-position: 0 -112px; }
.btn-yellow-right:hover:before { background-position: 0 -84px; }
.btn-yellow-right:hover:after { background-position: 0 -140px; }

.btn-orange { position: relative; margin: 0 25px; text-decoration: none; font: 17px/46px 'PFDinDisplayProMedium'; text-shadow: 1px 1px 0 #cc4300; color: #fff!important; display: inline-block; background: url('../images/btn-orange-b.png') repeat-x 0 -46px; }
.btn-orange:before, .btn-orange:after { content: ""; position: absolute; top: 0; width: 25px; height: 46px; background: url('../images/btn-orange-b.png') no-repeat; }
.btn-orange:before { left: -25px; }
.btn-orange:after { right: -25px; background-position: 0 -92px; }
.btn-orange:hover { background-position: 0 -184px; }
.btn-orange:hover:before { background-position: 0 -138px; }
.btn-orange:hover:after { background-position: 0 -230px; }

.btn-brown { position: relative; margin: 0 25px; text-decoration: none; font: 15px/46px 'PFDinDisplayProMedium'; text-shadow: 0px 1px 0 rgba(0,0,0,0.3); color: #fff!important; display: inline-block; background: url('../images/btn-brown.png') repeat-x 0 -46px; }
.btn-brown:before, .btn-brown:after { content: ""; position: absolute; top: 0; width: 25px; height: 46px; background: url('../images/btn-brown.png') no-repeat; }
.btn-brown:before { left: -25px; }
.btn-brown:after { right: -25px; background-position: 0 -92px; }
/*.btn-brown:hover { background-position: 0 -184px; }*/
/*.btn-brown:hover:before { background-position: 0 -138px; }*/
/*.btn-brown:hover:after { background-position: 0 -230px; }*/

.btn-gray { position: relative; display: inline-block; padding: 0 10px; font: italic bold 14px/26px 'PT Serif', serif; /*font: 14px/26px 'PFDinDisplayProMediumItalic';*/ text-decoration: none; color: #fff!important; background: #252425; }
.btn-gray .dotted { border-bottom: 1px dashed #fff; cursor: pointer; }
.btn-gray i { color: #999; }
.btn-gray:before { content: ""; position: absolute; top: 0; left: -8px; width: 8px; height: 26px; background: url('../images/btn-gray.png') no-repeat 0 -26px; }
.btn-gray:after { content: ""; position: absolute; top: 0; right: -8px; width: 8px; height: 26px; background: url('../images/btn-gray.png') no-repeat 0 -52px; }

.btn-yel { position: relative; display: inline-block; margin: 0 15px; font: 14px/45px 'PFDinDisplayProBold'; text-transform: uppercase; color: #000!important;  background: url('../images/btn-yellow-s.png') repeat-x 0 -45px; }
.btn-yel:before { content: ""; position: absolute; top: 0; left: -15px; width: 15px; height: 45px; background: url('../images/btn-yellow-s.png') no-repeat 0 0px; }
.btn-yel:after { content: ""; position: absolute; top: 0; right: -15px; width: 15px; height: 45px; background: url('../images/btn-yellow-s.png') no-repeat 0 -90px; }

.btn-orange-s { position: relative; margin: 0 25px; text-shadow: 1px 1px 0 #cc4300; text-decoration: none; font: 15px/42px 'PFDinDisplayProMedium'; color: #fff!important; display: inline-block; background: url('../images/btn-orange.png') repeat-x 0 -42px; }
.btn-orange-s:before, .btn-orange-s:after { content: ""; position: absolute; top: 0; width: 25px; height: 42px; background: url('../images/btn-orange.png') no-repeat; }
.btn-orange-s:before { left: -25px; }
.btn-orange-s:after { right: -25px; background-position: 0 -84px; }
.btn-orange-s:hover { background-position: 0 -168px; }
.btn-orange-s:hover:before { background-position: 0 -126px; }
.btn-orange-s:hover:after { background-position: 0 -210px; }
.btn-orange-s.goon:before { background: url('../images/btn-orange-goon.png') no-repeat; }
.btn-orange-s.goon:hover:before { background-position: 0 -42px; }

.bookmark { position: relative; margin: 35px 0 20px; padding: 0; width: 100%; display: table; text-align: center; }
.bookmark li { list-style: none; display: table-cell; padding: 0!important; white-space: nowrap; background: url('../images/sep-h.png') repeat-x 0 center!important; }
.bookmark .btn { width: 1%; padding: 0 25px!important; background: none!important; }

.slider { position: relative; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 0.5); }
.slider .slide { display: none; position: relative; }
.slider #slide-0 { display: block; }
.slider .slide .pic { position: absolute; left: 0px; bottom: 0; z-index: 100; border-radius: 6px 0 0 0; }
.slider:after { content: ""; position: absolute; width: 100%; height: 27px; background: url('../images/shadow-slide.png') no-repeat center; }
.slider.no-bottom .slide .pic { border-radius: 6px 0 0 6px; }
.slider.no-bottom article { border-radius: 6px; }

.slider article { height: 450px; position: relative; z-index: 1; border-radius: 6px 6px 0 0; background: url('../images/bg-cells.png') repeat 4px 9px;  } 
.slider article h2 { font: 36px 'PFDinDisplayProBold'; margin: 0 0 20px; color: #000;  }
.slider article h3 { font: 14px 'PFDinDisplayProBold'; margin: 0 0 25px; color: #ff6600; }
.slider article hr { width: 300px; margin: 0 auto 25px; height: 4px; border: none; background: url('../images/sep-h.png') repeat-x; }
.slider article p { margin: 10px 90px 0; }
.slider article .content { position: relative; padding: 45px 0 0; height: 405px; text-align: center; }
.slider article .content:after { content: ""; width: 100%; height: 18px; position: absolute; bottom: -1px; left: 0; background: url('../images/shadow.png') no-repeat; }

.slider article .pages { margin: 40px 55px 35px; text-align: left; font: 16px "PFDinDisplayProMedium"; }
.slider article .pages a { text-decoration: none; color: #000!important; padding: 0 0 0 30px; background: url('../images/arrows.png') no-repeat 0 5px; }
.slider article .pages a span { border-bottom: 1px dashed #000; }
.slider article .pages a.last { padding: 0 30px 0 0; background-position: right -22px; float: right; }
.slider article .pages a:hover span { border-bottom: none; }

.slider .paging { position: absolute; top: 32px; right: 0px; width: 480px; text-align: center; z-index: 100; }
.slider .paging ul { padding: 0; margin: 0;  }
.slider .paging li { display: inline-block; margin-right: 10px; }
.slider .paging li a { display: block; width: 16px; height: 13px; background: url('../images/paging.png') 0 -13px; }
.slider .paging li a.active { background-position: 0 0; }

.slider-container { position: relative; }
.slider-container .slider-arrow { cursor: pointer; position: absolute; top: 120px; z-index: 100; width: 127px; height: 145px; background: url("../images/slider-arrows.png?1") no-repeat; }
.slider-container .slider-arrow-left { left: -56px; background-position: 0 0; }
.slider-container .slider-arrow-right { right: -54px; background-position: -127px 0; }
.slider-container .slider-arrow-right:hover { background-position: -127px -145px; }
.slider-container .slider-arrow-left:hover { background-position: 0 -145px; }
.slider-inline { position: relative; width: 958px; height: 379px; overflow: hidden; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 0.5); }
.slider-inline-container { position: relative; }
.slider-inline .slide { display: none; position: relative; width: 958px; height: 379px; border-radius: 6px; overflow: hidden; }
.slider-inline #slide-0 { display: block; }
.slider-inline:after { content: ""; position: absolute; width: 100%; height: 27px; background: url('../images/shadow-slide.png') no-repeat center; }
.slider-container .paging { font-size: 0; text-align: center; margin: 10px 0 30px; }
.slider-container .paging ul { padding: 0; margin: 0;  }
.slider-container .paging li { display: inline-block; margin-right: 15px; }
.slider-container .paging li a { display: block; width: 16px; height: 16px; background: url('../images/slider-paging.png') 0 -16px; }
.slider-container .paging li a.active { background-position: 0 0; }
.slider-container .paging li:last-child { margin: 0; }
.slider-inline .slide-content { text-align: center; padding: 35px 0; }
.slider-inline .slide-content h2 { font: bold 55px/60px Roboto; margin: 0; padding: 0; color: #000; }
.slider-inline .slide-content h2.white { color: #fff; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); margin-bottom: 20px; }
.slider-inline .slide-content .dark { display: inline-block; padding: 0 15px; font: 16px/30px Roboto; color: #f5d847; background: url("../images/bg-dark.png") repeat; }
.slider-inline .slide-content .dark-orange { display: inline-block; padding: 0 15px; font: 16px/30px Roboto; color: #fff; background: url("../images/bg-dark-o.png") repeat; }
.slider-inline .slide-content .btn-yellow { font-size: 18px!important; }
.slider-inline .slide-content .column-right { text-align: left; padding: 0 30px; color: #999999; }
.slider-inline .slide-content .column-right h2 { line-height: 45px; margin-top: 25px; }
.slider-inline .slide-content .column-right p { font: 16px Roboto; margin: 35px 0 0; }
.slider-inline .slide-content .slide-info { font: 16px/26px Roboto; color: #000; text-align: left; width: 310px; height: 52px;  padding: 20px 25px; margin: 30px 0; background: url("../images/bg-slide-info.png") no-repeat; }


.slider-bottom { background: #fff; border-radius: 0 0 6px 6px; }
.slider-bottom .span4 { padding: 35px 0; }
.slider-bottom p { margin: 0 0 0 10px; line-height: 20px; margin: 0 0 15px 0; padding: 0 30px 0 10px; }
.slider-bottom h2 { font: 24px "PFDinDisplayProMedium"; color: #000; margin: 0 0 0 30px; }
.slider-bottom strong { font: 16px/22px "PFDinDisplayProBold"; color: #000; }
.slider-bottom strong a { font: 16px/22px "PFDinDisplayProBold"; }
.slider-bottom ul { list-style: none; padding: 0; margin: 0; } 
.slider-bottom ul li { background: url('../images/marker.png') no-repeat 0 5px; padding: 0 0 0 25px; margin: 10px 0; } 

.mission { font-size: 16px; color: #000; text-align: center; }
.mission h1 { font: 30px 'PFDinDisplayProMedium'; margin-bottom: 20px; }

.video-container { padding: 0 57px; margin-bottom: 30px; position: relative; z-index: 1; }
.video-container .slide-holder { overflow: hidden; width: 846px; margin: 0 auto; }
.v-arrows { cursor: pointer; position: absolute; top: 42px; width: 41px; height: 129px; background: url('../images/v-arrows.png') no-repeat 0 0; }
.v-arrows.slie-left { left: 0; }
.v-arrows.slie-right { right: 0; background-position: -41px 0; }
.v-arrows.slie-right:hover { background-position: -41px -129px; }
.v-arrows.slie-left:hover { background-position: 0 -129px; }
.video-slider { list-style: none; margin: 0; padding: 0; position: relative; }
.video-slider li { float: left; width: 245px; margin-right: 53px; overflow: hidden; position: relative; cursor: pointer; }
.video-slider li span { font: 11px/20px 'PFDinDisplayProMedium'; color: #fff; text-align: center; display: block; z-index: 1010; position: absolute; top: 190px; right: 48px; width: 56px; height: 20px; background: url('../images/time.png') no-repeat; }
.video-slider li h3 { margin: 18px 0 0 0; text-align: center; font-weight: normal; font-size: 14px; }
.video-slider a { text-decoration: none; }

.reviews .name { font: 14px 'PFDinDisplayProBold'; color: #000; margin: 0; padding-left: 40px; text-transform: uppercase; white-space: nowrap; overflow: hidden; }
.reviews .disease { font: italic 14px 'PT Serif', serif; margin: 0 0 15px 0; padding-left: 40px; }
.reviews canvas { margin: 5px 0 0 10px; float: left; }
.reviews p { margin: 0 10px 0 88px; }
/*.reviews .intro { display: inline; cursor: pointer; border-bottom: 1px dashed #666666; }
.reviews .intro:hover { border-bottom: none; }*/

.review-page article { padding: 25px 0; background: url('../images/sep-h.png') repeat-x top left; }
.review-page article:first-child { background: none; }
.review-page article:after { clear: both;display: table; content: ""; line-height: 0; }
.review-page article canvas { float: none; margin: 0; }
.review-page article .ava { float: left; width: 69px; height: 1px; }
.review-page article .review { float: left; width: 825px; margin-left: 84px; }
.review-page article .name { display: inline-block; text-transform: uppercase; cursor: pointer; border-bottom: 1px dashed #666666; }
.review-page article .name:hover { border-bottom: 1px solid transparent; }
.review-page article .name, .review-page article .disease { padding: 0; margin: 0 }
.review-page article p { margin: 10px 0; }
.review-page article .video, .review-page article .more { color: #666666!important; text-decoration: none; border-bottom: 1px dashed #666666; margin: 0 20px; position: relative; }
.review-page article .more { margin: 0; }
.review-page article .video:hover, .review-page article .more:hover { border: none; }
.review-page article .video:before { content: ""; height: 14px; width: 14px; background: url('../images/icon-play.png') no-repeat; position: absolute; left: -20px; top: 3px; }
.review-page article section { display: none; }
.review-page .toggle-section { display: none; }
.review-page .toggle-album { display: none; }
.review-page .toggle-section article:first-child { background: url('../images/sep-h.png') repeat-x top left; }
.review-page.all-reviews { padding-top: 25px; }
.review-page.all-reviews .album .first-child { background: none; }
.review-page .review .section { margin-bottom: 10px; }


.progress { margin: 0 0 30px 25px; }
.progress .bar { height: 17px; position: relative; background: url('../images/progress-bar.png') repeat-x; border-radius: 10px;  behavior: url(/PIE.htc); }
.progress .progress-bar { height: 17px; width: 892px; padding: 4px; background: #eee; border: 5px solid #fbfbfb; border-radius: 20px; box-shadow: inset 0 0 4px 2px #DCDCDC; behavior: url(/PIE.htc); }
.progress .legend { margin-top: 25px; }
.progress .legend span { font: 16px 'PFDinDisplayProMedium'; color: #000; margin-right: 60px; padding: 2px 0 0 30px; background: url('../images/legend.png') no-repeat 0 0; }
.progress .legend span strong { font-size: 24px; }
.progress .legend span:first-child { background-position: 0 -30px; }

.ctabs { font: 30px "PFDinDisplayProMedium"; color: #000; margin: 55px 0 30px; }
.ctabs span { border-bottom: 1px dashed #000; cursor: pointer; }
.ctabs .active span, .ctabs .active span:hover { border-bottom: none; }
.ctabs #tab-1 { text-align: right; }
.ctabs #tab-1 span { margin-right: 30px; }
.ctabs #tab-2 { text-align: center; }
.ctabs #tab-3 span { margin-left: 30px; }
.ctab-container { position: relative; color: #000; font-size: 16px; text-align: center; background: #fff; padding: 28px; border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); }
.ctab-container:after { content: ""; height: 19px; width: 44px; background: url('../images/tab-mark.png') no-repeat; position: absolute; top: -19px; }
.ctab-container.active-tab-1:after { left: 200px; }
.ctab-container.active-tab-2:after { left: 455px; }
.ctab-container.active-tab-3:after { left: 765px; }
.ctab-container article { display: none; }
.ctab-container article.active { display: block; }
.ctab-container header { font: 22px 'PFDinDisplayProMedium'; text-align: center; }
.ctab-container section { text-align: left; padding: 0 0 0 114px; background: url('../images/arrow-back.png') no-repeat 5px 20px; }
.ctab-container section .column { float: left; width: 285px; padding-right: 87px; }
.ctab-container section .sep { clear: both; }
.ctab-container section p { margin: 15px 0 25px; }
.ctab-container .large { font: 18px/24px 'PFDinDisplayProMedium'; margin: 25px 0 0; }
.ctab-container .tab-3 strong { font: 16px/30px 'PFDinDisplayProBold'; }

.about { padding: 25px 0; }
.about h1 { font: 45px Roboto; }
.about h4 { font: bold 20px Roboto; padding: 0 30px 25px; }
.about h2 { font: bold 30px Roboto; padding: 0 30px 25px; }
.about p { font: 16px Roboto; margin: 15px 0; }
.about .smi-logo { text-align: center; padding-bottom: 30px; }
.about .smi-logo a { display: inline-block; margin: 55px 35px 0; }
.about .smi-video { text-align: center; }
.about .smi-video li { list-style: none; background: none; width: 160px; vertical-align: top; display: inline-block; margin: 20px 30px 0; padding: 0; text-align: center; }
.about .smi-video a { width: 160px; height: 170px; overflow: hidden; display: block; position: relative; z-index: 1000; }
.about .smi-video a img { height: 100%; }
.about .smi-video a:after { content: ""; position: absolute; top: 0; left: 0; width: 160px; height: 170px; z-index: 1100; background: url("../images/sota-mask.png") center; }
.about article { padding: 25px 0; background: url('../images/sep-h.png') repeat-x top left; }
.about article:first-child { background: none; }
.about article .image { width: 176px; height: 126px; overflow: hidden; }
.about article h1 { font: 22px 'PFDinDisplayProMedium'; margin: 0 0 15px 25px; }
.about article h1 a { text-decoration: none; border-bottom: 1px dashed #ff6600; }
.about article .preview-text { margin: 0 0 0 25px; }
.about article p { margin: 10px 0; }
.about article section { display: none; padding: 15px 0 0 0; }
.about article section img.detail_picture { float:left;	margin: 0 30px 10px 0; }
.about .shadow { width: 960px; height: 20px; margin-left: -25px; background: url("../images/bg-shadow.png") no-repeat center bottom; }

.product article { padding: 30px 25px 20px; margin: 35px 0 0 0; background: #fff; }
.product article:after { clear: both;display: table; content: ""; line-height: 0; }
.product article .text { float: left; width: 780px; margin-left: 30px; }
.product article .image { position: relative; width: 94px; float: left; }
.product article img { border: 1px solid #eee; box-shadow: 0 0 2px 2px #f7f7f7; border-radius: 4px; behavior: url(/PIE.htc); }
.product article h1 { font-size: 22px; margin: 0 0 12px 0; }
.product article h1 a { text-decoration: none; border-bottom: 1px dashed #ff6600; }
.product article h1 a:hover { border: none; }
.product article strong { font: 16px 'PFDinDisplayProBold'; color: #000; }
.product article p { margin: 0 0 12px 0; line-height: 18px; }
.product article section { display: none; }
.product article .snippet { font-size: 16px; color: #000; text-align: center; }
.product article .snippet header { font: 30px 'PFDinDisplayProMedium'; }
.product article .snippet h3 { font: 14px 'PFDinDisplayProBold'; }

.faq-block { padding: 30px 0; }
.faq { padding: 0 30px; }
.faq article { padding: 0 0 30px; }
/*.faq article:last-child { padding: 0; }*/
.faq article:first-child { background: none; }
.faq article h1 { margin: 0 0 0 20px; font: 18px "PFDinDisplayProMedium"; position: relative; }
.faq article h1:before { content: "—"; color: #ff6600; position: absolute; top: 2px; left: -20px; font-size: 14px; font-weight: normal; font-family: Arial; }
.faq article h1 a { text-decoration: none; border-bottom: 1px dashed #000; color: #000!important; }
.faq article h1 a.active { border-bottom: 1px dashed #ff6600; color: #ff6600!important; }
.faq article h1 a:hover { border: none; }
.faq article section { display: none; margin: 20px 20px 0; padding: 20px 25px 10px; border-radius: 2px; background: #f7f7f7; box-shadow: 0px 1px 1px rgba(0,0,0,0.17); }
.faq .toggle-faq { border-bottom: 1px dashed #333; color: #333!important; text-decoration: none; display: inline-block; margin-left: 20px; }
.faq .toggle-faq:hover { border-bottom: none; }
.faq .toggle-faq .expanded { display: none; }
.faq .toggle-faq.expand .expanded { display: inline; }
.faq .toggle-faq.expand .collapsed { display: none; }
.faq-form h1 { margin: 40px 0; text-align: center; }
.error_list { padding: 0 55px }
.error_list li { padding: 0; background: none; list-style: square inside; }

/*form input[name="user_last_name"] { display: none; }*/
.feedback-form { padding: 0 55px }
.feedback-form .inputs.r-column { padding: 0 0 0 19px }
.feedback-form .textarea { margin-top: 30px; }
.feedback-form textarea { width: 787px; }
.feedback-form input { margin-bottom: 15px; width: 380px!important; }
.feedback-form .actions { margin-top: 30px; text-align: center; }

.book-form { background: #fff; padding: 30px 25px; margin-top: 60px; min-height: 150px; position: relative; }
.book-form .inputs { text-align: right; }
.book-form input { margin-bottom: 20px; }
.book-form .actions { padding-right: 12px; }
.book-form .book { position: absolute; left: 60px; top: -75px; width: 192px; height: 256px; background: url('../images/book.png'); }
.book-form .book-subj { float: left; text-align: left; margin-left: 20px; position: relative; }
.book-form .book-subj a { color: #000!important; text-decoration: none; border-bottom: 1px dashed #000; }
.book-form .book-subj a:hover { border: none; }
.book-form .book-subj .subject { display: none; padding: 25px; width: 295px; z-index: 10; position: absolute; left: 155px; top: -300px; background: #fff; border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); }
.book-form .book-subj:hover .subject { display: block; }
.book-form .book-subj .subject:before { content: ""; width: 20px; height: 45px; position: absolute; left: -20px; top: 290px; background: url('../images/tab-mark-l.png') no-repeat; }
.book-form .book-subj ul { list-style: none; padding: 0; margin: 0; }
.book-form .error_list { margin: 0 0 10px 20px; text-align: left; }

.method { text-align: center; margin-top: 30px; }

.order-form { background: #fff; padding: 30px 25px; }
.order-form .inputs { text-align: right; }
.order-form input { margin-bottom: 20px; }
.order-form textarea { margin-bottom: 20px; height: 58px; }
.order-form .actions { padding-right: 12px; }
.order-form h2 { font: 24px 'PFDinDisplayProMedium'; color: #000; margin: 0 0 20px 0; }
.order-form .phone { font: 20px 'PFDinDisplayProBold'; color: #000; margin: 0 0 15px 0; padding: 0 0 0 20px; background: url('../images/icon-phone.png') no-repeat 0 2px; }
.order-form .phone span { font: 20px 'PFDinDisplayProRegular'; }
.order-form .error_list { margin: 0 0 10px 20px; text-align: left; }
.popup-order-form { min-height: 345px; }
.popup-order-form .inputs { text-align: left; }
.popup-order-form input { margin-bottom: 20px; }
.popup-order-form textarea { margin-bottom: 20px; height: 88px; }
.popup-order-form h2 { font: 22px 'PFDinDisplayProMedium'; color: #000; margin: 0 0 20px 0; }
.popup-order-form .error_list { margin: 0 0 10px 0; }
.popup input[type="text"], 
.popup input[type="password"], 
.popup textarea { font-family: 'PT Serif', serif; font-size: 16px;  overflow: auto; outline:none; font-style: italic; color: #666666; height: 28px; width: 95%; line-height: 28px; padding: 0 10px; border: 1px solid #e7e7e7; border-radius: 6px; box-shadow: inset 4px 4px 10px -2px #F1F1F1; }
.popup textarea { height: 118px; padding: 5px 10px; }

.steps { text-align: center; }
.steps p { font-size: 16px; color: #000; margin: 0; }
.show-map, .show-block { text-decoration: none; color: #000!important; border-bottom: 1px dashed #000; }
.show-map:hover, .show-block:hover { border-bottom: none; }
.steps .plan { margin-top: 65px; position: relative; padding-top: 85px; text-align: center; font: 16px 'PFDinDisplayProBold'; color: #000; } 
.steps .plan:before { content: ""; position: absolute; top: -35px; left: 0; height: 35px; width: 100%; background: url('../images/summ.png') no-repeat center; }
.steps .plan:after { content: ""; position: absolute; top: 25px; left: 0; height: 55px; width: 100%; background: url('../images/plan.png') no-repeat center; }
.map-container { display: inline-block; position: relative; padding: 30px 30px 25px; margin-top: 19px; width: 600px; text-align: left; background: #fff; border-radius: 6px; box-shadow: 0 0 9px 4px rgba(240, 240, 240, 1); }
.map-container:after { content: ""; height: 19px; width: 44px; background: url('../images/tab-mark.png') no-repeat; position: absolute; right: 55px; top: -19px; }
.map-container .map-link { color: #666666!important; font-size: 13px; }
.map { float: left; margin-right: 30px; width: 285px; height: 181px; overflow: hidden; }
.map-canvas { width: 285px; height: 210px; }
.address { float: left; width: 285px; font-size: 14px; color: #666666; }
.address strong { font: 16px 'PFDinDisplayProBold'; color: #000; }
.address p { margin: 10px 0 0 0; font-size: 14px; color: #666666; }
.toggle-map { height: 0; overflow: hidden; }
.toggle-map.active { overflow: none; }
.toggle-map.rpos { height: auto; display: none; overflow: none; text-align: right; position: relative; top: -15px; }
.toggle-map.rpos .map-container { width: 390px;  }
.toggle-map.rpos .map { float: none; width: 100%; }
.toggle-map.rpos .address { float: none; width: 100%; } 

.step { padding: 90px 0 0; background: url('../images/step.png') no-repeat top center; }
.step .col { width: 450px; padding-left: 30px; float: left; }
.step .col h1 { padding: 0; text-align: center; }
.step:after { clear: both;display: table; content: ""; line-height: 0; }

.gallery-row {  }
.gallery-row .left-cell { width: 467px; float: left; }
.gallery-row .right-cell { width: 493px; float: left; }
.gallery-row .full-cell { width: 960px; float: left; }
.gallery-row .left-cell .image:first-child, .gallery-row .left-cell .image.first, .gallery-row .full-cell .image:first-child { margin-left: 0; }
.gallery-row .image { position: relative; float: left; margin: 0 0 27px 23px; }
.gallery-row .image img { border: 6px solid #fff; border-bottom-width: 40px; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); border-radius: 2px; position: relative; z-index: 1; }
.gallery-row .image span { font: 16px "PFDinDisplayProMedium"; text-align: center; line-height: 40px; color: #333; overflow: hidden; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 40px; z-index: 2; }
.gallery-row .small-cell .image { width: 222px; height: 175px; }
.gallery-row .small-cell .image img { border-bottom-width: 6px; }
.gallery-row .small-cell .image span { display: none; }
.gallery-row .small-cell .image:hover { z-index: 10; }
.gallery-row .small-cell .image:hover span { display: block; bottom: -40px; }
.gallery-row .small-cell .image:hover img { border-bottom-width: 40px; box-shadow: 3px 6px 15px 3px rgba(0,0,0,0.3); position: absolute; top: 0; left: 0; }

/*.gallery .gallery-row { margin: 0; padding: 0; }*/
/*.gallery .gallery-row:after { clear: both;display: table; content: ""; line-height: 0; }*/
/*.gallery .gallery-row li { list-style: none; margin-left: 40px; float: left; position: relative; z-index: 3; }*/
/*.gallery .gallery-row li a { display: block; position: relative; z-index: 4; width: 210px; height: 150px; overflow: hidden; }*/
/*.gallery .gallery-row li:first-child { margin: 0; }*/
/*.gallery .gallery-row li:before { content: ""; display: none; position: absolute; left: -10px; top: -10px; z-index: 1;  width: 230px; height: 200px; background: #fff; }*/
/*.gallery .gallery-row li span { display: none; text-align: center; line-height: 40px; color: #000; overflow: hidden; position: absolute; left: 0px; bottom: -40px; width: 210px; height: 40px; z-index: 2; }*/
/*.gallery .gallery-row li:hover:before, .gallery .gallery-row li:hover span { display: block; }*/
/*.gallery article { padding: 1px 0 10px; }*/
/*.gallery article section { display: none; }*/
/*.gallery article section .gallery-row { margin: 50px 0 0; }*/
/*.gallery article section .gallery-row:firs-child { margin: 0; }*/

.gal-list { list-style: none; padding: 0!important; margin: 15px 0 0!important; display: block; }
.gal-list:after { clear: both;display: table; content: ""; line-height: 0; }
.gal-list li { background: none!important; margin: 0 0 15px 55px!important; padding: 4px!important; width: 127px; height: 90px; border: 1px solid #ccc; overflow: hidden; float: left; }
.gal-list.sml li { margin: 0 35px 15px 0!important; }
.gal-list li.first { margin: 0 0 15px 0!important; }
.gal-list li a { border: 1px solid #ccc; display: block; }

.gal-shad { list-style: none; padding: 0!important; margin: 15px 0!important; display: block; }
.gal-shad:after { clear: both;display: table; content: ""; line-height: 0; }
.gal-shad li { background: none!important;  margin: 0 0 15px 20px!important; padding: 0!important; float: left; }
.gal-shad li.first { margin: 0 0 15px 0!important; }
.gal-shad img { border: 1px solid #eee; box-shadow: 0 0 2px 2px #f7f7f7; border-radius: 4px; behavior: url(/PIE.htc); }

footer { background: #fff /*url('../images/bg-cells.png') repeat 0 -3px*/; position: relative; width: 100%; min-width: 1024px; }
footer:before { content: ""; height: 17px; width: 100%; background: url('/images/vawe-white-top.png')/*url('../images/bg-footer-top.png')*/ repeat-x; position: absolute; top: -13px; }
footer .sitemap { font: 14px/65px 'PFDinDisplayProBold'; text-decoration: none; margin: 0 15px 0 30px; }
footer .toogle-footer { font-style: italic; text-decoration: none; border-bottom: 1px dashed #000; }
footer .toogle-footer:hover { border-bottom: none; }
footer .slogan { color: #000; line-height: 65px; }
footer .slogan a { text-decoration: none; padding: 5px 0 5px 45px; margin-left: 70px; background: url('../images/make-logo.png') no-repeat left center; }
footer .slogan a span { border-bottom: 1px solid #000; }
footer .slogan a:hover span { border-bottom: none; }
footer .slogan.top { display: none; }
footer .slogan.bottom { text-align: center }
footer .slogan.bottom a { margin: 0; }
footer nav { padding: 10px 0; }
footer nav .row { margin-top: 20px; } 
footer nav ul { padding: 25px 0 0 20px; margin: 0; }
footer nav li { list-style: none; padding: 0!important; margin-bottom: 0!important; }
footer nav li a, footer nav li.main a { font: 500 16px/20px Roboto; color: #000; text-decoration: none; border-bottom: 1px solid #000; }
footer nav li a:hover, footer nav li a.active { color: #ff5500; border-bottom: none; }
footer nav li a.orange, footer nav li.main a.orange { font: 400 14px/20px Roboto; color: #ff5500; text-decoration: none; border-bottom: 1px solid #ff5500; }
footer nav li a.orange:hover { color: #000; border-bottom: none; }
footer address { color: #000;  font-style: normal; padding: 0 0 25px 65px; font: 400 14px/20px Roboto; background: url("/images/f-logo.png") no-repeat top left; }
footer address h3 { font: 600 18px Roboto; margin: 0 0 15px 0; }
footer address .phone { font: 18px 'PFDinDisplayProBold'; color: #000; margin: 20px 0 5px 0; }
footer address .phone span { font: 18px 'PFDinDisplayProRegular'; }
footer address a { color: #666666; border-bottom: 1px solid #666666; text-decoration: none; }
footer .shedule a { border-bottom: 1px solid #000; text-decoration: none; }
footer .shedule { padding-left: 15px; }
footer .order-link { color: #666666; line-height: 50px; border-bottom: 1px solid #666666!important; text-decoration: none; }
footer .order-link:hover { border-bottom: none!important; }
footer .info { position: relative; display: block; }
footer .info:after { content: ""; position: absolute; height: 100%; width: 1px; background: #ebebeb; right: 1px; top: 0; }
footer .info ul { padding: 0 0 25px 0!important; }
footer .info ul li { margin: 0!important; padding: 0 0 0 65px!important; }
footer .info .car { background: url("../images/icon-car.png") no-repeat 3px center; }
footer .info .taxi { background: url("../images/icon-taxi.png") no-repeat left center; }

.error_list { list-style: none; margin: 0 0 10px 30px; padding: 0; color: #ff0000; text-align: left; }
.ok-text { color: #008C00; font-style: italic; text-align: left; }
.ok-message { color: #000; font: 22px 'PFDinDisplayProMedium'; padding: 170px 0 15px 0; text-align: center; background: url('../images/ok.png') no-repeat center 25px; }
.consultant { width: 53px; height: 201px; z-index: 100; position: fixed; top: 50%; right: 0; margin-top: -100px; background: url('../images/consultant.png') no-repeat; }
.popup-bg { background: #000; opacity: 0.7; filter: alpha(opacity=70); position: absolute; top: 0; left: 0; display: none; z-index: 999; }
.popup { position: absolute; margin: 0 auto; display: none; z-index: 100000; padding: 30px; background: #fff; border-radius: 6px; behavior: url(/PIE.htc); }
.popup-close { position: absolute; top: -35px; right: 0px; width: 25px; height: 25px; background: url("../images/x.png") no-repeat; display: block; }
.map-popup { position: absolute; margin: 0 auto; width: 480px; height: 0px; z-index: 100000; padding: 0; background: #fff; border-radius: 6px; behavior: url(/PIE.htc); }
.map-popup .map { width: 480px; height: 280px; overflow: hidden; }
.map-popup .map-canvas { width: 480px; height: 320px; }
.loader { background: url('../images/dloader.gif') no-repeat center; }
.form-container { position: relative; }
.ajax-loader { position: absolute; left: 0px; top: 0px; z-index: 1000; }
.ajax-loader div { position: absolute; left: 0px; top: 0px; background: url("../images/dloader.gif") no-repeat center; }
.ajax-loader div.shadow { background:  #fff; opacity: 0.5; filter: alpha(opacity=50); }
.help { padding: 0 17px 0px 0; height: 16px; display: inline-block; cursor: pointer; background: url('../images/help.png') no-repeat right center; }
.help:hover { background: url('../images/help-hover.png') no-repeat right center; }

#label_liveTextLabel_25909 { display: none!important; }

.resume { margin: 52px 0 0 15px; width: 355px; height: 54px; position: relative; background: url("../images/bg-slogan.png") no-repeat; }
.resume ul { list-style: none; padding: 0; margin: 0; font: 15px/24px 'PFDinDisplayProMedium'; color: #000; }
.resume li { padding: 2px 0 0 20px; }
.resume .tip-tip { position: absolute; bottom: 34px; right: 15px; }

.btn-help { text-align: right; margin-top: 58px; }

.help-block h1 { margin: 0; }
.help-block .bookmark { margin: 0; }
.help-block ul { padding: 0; margin: 0 0 0 35px; }
.help-block .list-items { padding-top: 35px; }
.help-block .list-items li { color: #000; font-size: 14px; width: 250px; display: inline-block; list-style: none; margin-bottom: 30px; position: relative; }
.help-block .list-items li a { color: #000!important; }
.help-block .list-items li:before { content: "—"; color: #ff6600; position: absolute; left: -20px; }
.help-block .actions { text-align: center; }

.contacts { padding: 25px 0 0; }
.contacts h1 { text-align: center; }
.contacts .span4 { text-align: center; font: 16px/24px 'PFDinDisplayProRegular'; padding: 40px 0; }
.contacts p { margin: 20px 35px; }
.contacts .map-info { position: relative; padding: 83px 0 0 0; background: url("../images/bg-contact-yellow.png") repeat-x top; }
.contacts .map-info .map-legend { position: absolute; top: 0; left: 0; width: 890px; height: 83px; padding: 0 35px; }
.contacts .map-info .map-legend span { font: 22px/83px "PFDinDisplayProMedium"; color: #000; }
.contacts .map-info .map-legend a { margin-top: 27px; }
.contacts .map-info #map-canvas { width: 960px; height: 415px; }

.shedule { padding: 0; margin: 0 0 35px; overflow: hidden; }
.shedule h1 { text-align: center; }
.shedule .span4 { text-align: center; font: 16px/24px 'PFDinDisplayProRegular'; padding: 40px 0; }
.shedule p { margin: 20px 35px; }
.shedule .map-info { position: relative; padding: 83px 0 0 0; }
.shedule .map-info .map-legend { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); position: absolute; top: 0; left: 0; width: 890px; height: 83px; padding: 0 35px; border-bottom: 1px solid #ccc; z-index: 10; }
.shedule .map-info .map-legend span { font: 22px/83px "PFDinDisplayProMedium"; color: #000; }
.shedule .map-info .map-legend a { margin-top: 27px; }
.shedule .map-info #map-canvas { width: 960px; height: 415px; }
.shedule .road-info { color: #000; padding: 30px 0; box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05); border-top: 1px solid #CCC; position: relative; z-index: 10; font: 16px "PFDinDisplayProRegular"; }
.shedule .road-info h2 { color: #000; margin: 0 30px 25px; display: inline-block; }
.shedule .road-info ul { padding: 0; margin: 0 0 0 30px; }
.shedule .road-info ul.markered { margin: 0 0 0 50px; }
.shedule .road-info li { width: 420px; list-style: none; margin-bottom: 15px; position: relative; }
.shedule .road-info ul.markered li:before { content: "—"; color: #ff6600; position: absolute; left: -20px; font-size: 13px; }
.shedule .road-info .car { padding-right: 40px; background: url("../images/icon-car.png") no-repeat right center; }
.shedule .road-info .taxi { padding-right: 40px; background: url("../images/icon-taxi.png") no-repeat right center; }
.shedule .road-info .check { margin: 30px auto 0; padding-left: 40px; background: url("../images/chek-green.png") no-repeat left center; }
.shedule .calendar { color: #000;  position: relative; padding: 3px 0 0 0; background: url("../images/bg-calendar-top.png") no-repeat; }
.shedule .calendar-container { position: relative; background: url("../images/bg-calendar.jpg"); padding-bottom: 40px; }
.shedule .calendar .title { padding: 30px 0; text-align: center; }
.shedule .calendar .title .btn-brown { font-size: 30px; }
.shedule .calendar h2 { color: #000; text-align: center; margin-top: 45px; }
.shedule .calendar .actions .btn-orange { font-size: 22px; }
.shedule .calendar .month { width: 280px; height: 255px; position: relative; }
.shedule .calendar .month table { width: 100%; border-collapse: collapse; }
.shedule .calendar .month table td { cursor: pointer; vertical-align: middle; text-align: center; width: 38px; height: 33px; border: 1px transparent; font: 18px "PFDinDisplayProRegular"; }
.shedule .calendar .month table th { vertical-align: middle; text-align: center; width: 38px; height: 33px; border: 1px transparent; font: 11px "PFDinDisplayProBold"; }
.shedule .calendar .month table th.weekend { color: #ce0e00; }
.shedule .calendar .month table td.prev-next { color: #cba800; cursor: not-allowed; }
.shedule .calendar .month table td.disabled { color: #cba800; cursor: not-allowed; }
.shedule .calendar .month table td.active { color: #FFF; background: url("../images/bg-calendar-cell.png"); font: 24px "PFDinDisplayProBold"; }
.shedule .calendar .month-left  { z-index: 100; margin-left: 165px; padding-right: 30px; border-right: 1px solid #d1af0b; }
.shedule .calendar .month-right  { z-index: 90; margin-left: 30px;  }
.shedule .calendar .calendar-title  { margin: 0 0 30px 0; text-align: center;  font: 18px "PFDinDisplayProMedium"; }
.shedule .calendar .calendar-title a { display: inline-block; width: 100px; text-align: left; }
.shedule .calendar .calendar-title a:first-child { text-align: right; }
.shedule .calendar .calendar-title .month-name { display: inline-block; width: 270px; }
.shedule .calendar td div.date { z-index: 1; line-height: 33px; text-align: center; position: relative; width: 100%; height: 100%; }
.shedule .calendar td div.date .date-popup { display: none; z-index: 1; border-radius: 4px; position: absolute; top: 0; left: 0; min-width: 210px; height: 35px; line-height: 35px; background: rgba(255, 255, 255, 0.95); box-shadow: 0 1px 2px rgba(0,0,0,0.4); }
.shedule .calendar td div.date .date-popup span { padding: 0 15px; margin-left: 23px; border-left: 1px solid #b1afa5; }
.shedule .calendar td div.date .number { position: relative; z-index: 2; }
.shedule .calendar td div.date:hover .date-popup { display: block; }
.shedule .calendar td.active div.date .date-popup, .shedule .calendar td.prev-next div.date .date-popup, .shedule .calendar td.disabled div.date .date-popup { display: none; }

.price-block {  }
.price-block .top-block { margin: 0 0 25px; padding: 0 30px; font: 16px/22px "PFDinDisplayProRegular"; color: #000; }
.price-block .top-block ul { padding-left: 20px; }
.price-block .top-block .price { padding-left: 20px; font: 50px "PFDinDisplayProMedium"; color: #000; }
.price-block .top-block li.strong { margin: 10px 0; }
.price-block .top-block li { background: none; padding: 0 0 0 5px; margin: 2px 0; }
.price-block .compare  { font-size: 14px; padding: 40px 30px; }
.price-block .compare .col-red { color: #b24747; }
.price-block .compare .col-green { color: #407f00; }
.price-block .compare .head, .price-block .compare .last { border: none!important; }
.price-block .compare .head h1 { margin: 0 25px 25px; }
.price-block .compare .row-fluid { border-bottom: 1px solid #dfdfdf; }
.price-block .compare .row-fluid p { padding: 30px 25px; }


.form-progress { width: 703px; height: 29px; margin: 0 auto; background: url("../images/bg-form-progress.png") no-repeat 0 0; }
.form-progress.step-1{ background-position: 0 0; }
.form-progress.step-2{ background-position: 0 -31px; }
.form-progress.step-3{ background-position: 0 -62px; }
.form-progress-description { margin: 10px 30px 30px; padding: 0; list-style: none; }
.form-progress-description li { display: inline-block; width: 220px; font: 16px 'PFDinDisplayProMedium'; text-align: center; }

.form-step-container { margin: 30px 0; }
.form-step { text-align: center; display: none; }
.form-step:first-child { display: block; }
.form-step .btn-yel { text-transform: none; font: 16px/45px 'PT Serif', serif; }
.form-step h1 { margin: 0; }
.form-step .illness { list-style: none; }
.form-step .illness li { text-align: left; margin: 20px 0; }
.form-step .illness label { font: 18px 'PFDinDisplayProRegular'; color: #000; }
.form-step .radio { border: solid 1px #BFBFBF; background: #fff; display: inline-block; height: 39px; padding: 0 10px; cursor: pointer; font: 20px/39px 'PFDinDisplayProRegular'; }

.form-step .radio.active {
    color: #fff;
    border-color: #b94100;
    background: #b94100; /* Old browsers */
    background: -moz-linear-gradient(top,  #b94100 0%, #fa7900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94100), color-stop(100%,#fa7900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b94100 0%,#fa7900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b94100 0%,#fa7900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b94100 0%,#fa7900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b94100 0%,#fa7900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94100', endColorstr='#fa7900',GradientType=0 ); /* IE6-9 */
}

.form-step .radio.left { border-right: none; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.form-step .radio.right { border-left: none; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.form-step .controls { margin: 20px 60px 0; height: 41px; }
.form-step .controls .orange-link { float: left; padding-left: 30px; font: 16px/41px 'PFDinDisplayProRegular'; position: relative; }
.form-step .controls .orange-link:before { content: ""; height: 100%; width: 30px; position: absolute; top: 0; left: 0; background: url("../images/i-goback.png") no-repeat 0 18px; }

.form-step.step-1 .user-data { margin: 30px 0 0; }
.form-step.step-1 .user-data .span2, .step-1 .user-data .span3 { text-align: left; font: 18px 'PFDinDisplayProBold'; }
.form-step.step-1 .user-data .span3 span { font: 18px/30px 'PFDinDisplayProBold'; }
.form-step.step-1 .user-data span, .step-1 .user-data .span3 span { line-height: 30px; }
.form-step.step-1 .user-data .span2 { margin-right: 10px; }
.form-step.step-1 .user-data .span3 { font-size: 0; }
#body .user-data .span2 input[type="text"] { width: 130px; }
.form-step textarea { width: 100%; }
.form-step .bg-input-file { margin: 0 60px; padding: 15px 30px; background: #f7f7f7; color: #666666; font: 16px 'PFDinDisplayProRegular'; text-align: left; }
.form-step .input-file { display: inline-block; position: relative; padding-left: 30px; background: url("../images/i-clip.png") no-repeat; cursor: pointer; }
.form-step .bg-input-file p { text-align: left; margin: 10px 0; }
.form-step .input-file input[type="file"] { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; cursor: pointer; opacity: 0; }

.form-step.step-3 .user-data { margin: 0 46px; font-size: 0; }
.form-step.step-3 .user-data>div { display: inline-block; width: 405px; margin: 0 14px; }
.form-step.step-3 .user-data>div>div { margin-bottom: 10px; }

.form-step.step-4 .thanks { width: 640px; margin: 0 auto; padding: 160px 100px 50px; background: url("../images/bg-from-thanks.jpg") no-repeat; }
.form-step.step-4 p { margin: 20px 0; font: 16px 'PT Serif', serif; color: #000; }
.form-step.step-4 .thanks p { margin: 20px 0; font: 22px 'PFDinDisplayProMedium'; color: #000; }

.btn-orange-s.go-on:before { background: url("../images/btn-orange-goon.png") no-repeat 0 0; }
.btn-orange-s.go-on:hover:before { background-position: 0 -42px; }
.btn-orange-s.go-on img { margin-left: 5px; }
.steps { position: relative; }
.chat-btn { display: inline-block; }
.chat-btn:hover { background: url("../images/chat-hover.png") no-repeat!important; }

.landing-body { width: 100%!important; }
.landing-body header { width: 960px; margin: 0 auto; }
.landing-page { font: 14px/22px Roboto; color: #333; }
.landing-page .block-savin { font: 16px/25px Roboto; }
.landing-page .block-savin h1 { font: 73px/70px Roboto; color: #000; font-weight: bold; margin: 90px 0 25px; margin: 0 0 25px\9; }
.landing-page .block-white { background: url("/images/vawe-white-top.png") repeat-x top; position: relative; top: -10px; padding: 13px 0; }
.landing-page .block-white.bottom-block { top: -50px; }
.landing-page .block-white.bottom-block h3 { font-size: 48px; text-align: center; margin: 10px 0 50px; line-height: 50px; }
.landing-page .block-white .row { background: #fff; padding: 40px 0 55px; }
.landing-page .block-white b { font-size: 18px; }
.landing-page .block-white p { margin: 18px 50px 18px 0; }.landing-page .block-white { background: url("/images/vawe-white-top.png") repeat-x top; position: relative; top: -13px; padding: 13px 0; }
.landing-page .block-yellow { background: url("/images/vawe-yellow-top.png") repeat-x top; position: relative; top: -30px; padding: 13px 0; }
.landing-page .block-yellow .row { background: url("/images/bg-yellow.png"); padding: 45px 0 35px; }
.landing-page .block-yellow.bottom-block { position: relative; }
.landing-page .block-yellow.bottom-block .row { padding: 45px 0 0; }
.landing-page .block-yellow b { font-size: 48px; }
.landing-page .block-yellow p { font-size: 16px; line-height: 24px; margin: 20px 0px 30px 0; }
.landing-page .block-yellow a { color: #cc6600; }
.landing-page .block-yellow a.btn-order img { margin-top: 60px; }
.landing-page .block-yellow a.btn-order:hover img { opacity: 0.8; }
.landing-page .block-gray { background: url("/images/vawe-gray-top.png") repeat-x top; position: relative; top: -56px; padding: 13px 0; }
.landing-page .block-gray.bottom-block { position: relative; background: url("/images/banner.png") no-repeat center 20px; position: relative; top: -76px; padding: 13px 0; }
.landing-page .block-gray.bottom-block .row { background: url("/images/vawe-white-bottom.png") repeat-x top; padding-top: 155px; padding-bottom: 0; }
.landing-page .block-gray.bottom-block h3 { position: absolute; top: -92px; font-size: 48px; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); }
.landing-page .block-gray.bottom-block .bee { position: absolute; top: -180px; right: 140px; }
.landing-page .block-gray .row { padding: 45px 0 35px; }
.landing-page .block-gray h3 { font-size: 30px; margin: 0 0 30px 0 }
.landing-page .block-gray b { font-size: 16px; }
.landing-page .block-gray p { margin: 0 0 25px 0px }
.landing-page .block-gray p img { margin: 10px 0; }
.landing-page .block-gray p.bg-rows { background: url("/images/bg-rows.png") no-repeat; }
.landing-page .block-gray .left-col { float: left; width: 420px; padding-right: 40px; border-right: 1px solid #d5d5d5; }
.landing-page .block-gray .right-col { float: left; width: 435px; padding-left: 40px; }
.landing-page .block-gray .right-col p { padding-left: 7px; }
.landing-page .block-gray .bar-yellow { text-align: center; padding: 45px 70px 0; width: 941px; height: 155px; margin: 50px auto 40px; background: url("/images/bar-yellow.png"); font: italic 30px/36px Roboto; color: #000; }
.landing-page .landing-footer { position: absolute; background: url("/images/bg-yellow.png"); height: 50px; width: 100%; }


.red { color: #cc2929; }
.gray { color: #808080; }
.tright { text-align: right; padding-right: 20px; }
.block { position: relative; background: #fff; padding: 40px; margin-bottom: 30px; border-radius: 10px; box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4); behavior: url(/PIE.htc); }
.block:after { content: ""; width: 100%; height: 28px; position: absolute; bottom: -28px; left: 1px; background: url('../images/consultation/shadow-block.png') no-repeat; }
.block .block-container { padding: 0 20px; }
.block .filter { padding: 20px 0; }
.block .favourites a { line-height: 24px; }
.consult-block-gray { background: #f2f2f2; padding: 15px 0; margin: 15px 0; box-shadow: 0px 1px 1px 0px #b2b2b2; border-radius: 6px; }
.consult-block-white { background: #fff; padding: 15px 0; margin: 15px 0; font: 13px 'Arial', Tahoma; color: #000; }
.consult-block-yellow { padding: 15px 0; margin: 20px 0; box-shadow: 0px 1px 1px 0px #cc9e14; border-radius: 6px; font: 13px 'Arial', Tahoma; color: #000; }
.consult-toggle-block { display: none; }
.consult-error-block { background: #cc2929!important; color: #fff!important; }
.consult-error-block  .red { color: #fff!important; }

.yellow-gradient {
    background: #f9cd6a;
    background: -moz-linear-gradient(bottom, #f9cd6a, #ffea80);
    background: -webkit-linear-gradient(bottom, #f9cd6a, #ffea80);
    background: -o-linear-gradient(bottom, #f9cd6a, #ffea80);
    background: -ms-linear-gradient(bottom, #f9cd6a, #ffea80);
    background: linear-gradient(bottom, #f9cd6a, #ffea80);
}
.gray-gradient {
    background: #f2f2f2;
    background: -moz-linear-gradient(bottom, #f2f2f2 0%, #f7f7f7 20%, #f2f2f2 50%, #fff 100%);
    background: -webkit-linear-gradient(bottom, #f2f2f2 0%,#f7f7f7 20%,#f2f2f2 50%,#fff 100%);
    background: -o-linear-gradient(bottom, #f2f2f2 0%,#f7f7f7 20%,#f2f2f2 50%,#fff 100%);
    background: -ms-linear-gradient(bottom, #f2f2f2 0%,#f7f7f7 20%,#f2f2f2 50%,#fff 100%);
    background: linear-gradient(bottom, #f2f2f2 0%,#f7f7f7 20%,#f2f2f2 50%,#fff 100%);
    box-shadow: 0px 1px 3px 0px #4c4c4c;
}

.doctor-item { float: left; width: 270px; height: 90px; overflow: hidden; margin: 0 35px 30px 0; }
.doctor-item.last { margin: 0 0 30px; }
.doctor-item img { width: 70px; margin-right: 15px; float: left; }
.doctor-item a { font-weight: bold; line-height: 20px; }
.doctor h2 { margin: 0; font: bold 30px/25px Arial; }
.doctor img { margin-left: 25px; }
.doctor .data { margin-left: 10px; }

.doctor-block a { font: 16px/25px 'PFDinDisplayProMedium'; color: #000!important; text-decoration: none; border-bottom: 1px dashed #000; }
.answer-sep { clear: both; padding-bottom: 15px; }
.questions-container .pager a { text-align: center; display: block; margin: 15px 0; font: 16px/19px 'PFDinDisplayProMedium'; color: #000!important; text-decoration: none; }

.consult-btn-gray:hover { color: #000; }
.consult-btn-gray {
    cursor: pointer; display: inline-block; border: none; font: 20px/50px Arial; padding: 0 50px; border-radius: 30px; text-decoration: none; color: #000;
    background: url('../images/ie-btn-gray.png') no-repeat\0/; width: 177px\0/; height: 52px\0/;
}
.consult-btn-gray.btn-small {
    font: 15px/40px Arial; padding: 0 30px; border-radius: 20px;
    background: url('../images/ie-btn-gray-small.png') no-repeat\0/; width: 240px\0/; height: 44px\0/;
}
.consult-btn-gray.btn-submit { font: 17px/35px Arial; padding: 0 25px; border-radius: 2px; color: #000!important; }

.consult-feedback-form  { font-family: Arial; }
.consult-feedback-form .label { font: 19px/40px 'PFDinDisplayProMedium'; }
.consult-feedback-form .title { font: 22px/35px 'PFDinDisplayProMedium'; }
.consult-feedback-form .title a { font: 22px/35px 'PFDinDisplayProMedium';!important; position: relative; text-decoration: none; }
.consult-feedback-form .title span { display: block; width: 0; height: 0; position: absolute; right: -15px; top: 49%; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 5px solid #000; }
.consult-feedback-form .field { margin: 10px 0; }
.consult-feedback-form .field .tright { line-height: 20px; }
.consult-feedback-form .field [class*="span"] { min-height: 24px; }

.ajax-loader { position: absolute; left: 0px; top: 0px; }
.ajax-loader div { position: absolute; left: 0px; top: 0px; background: url("../images/dloader.gif") no-repeat center; }
.ajax-loader div.shadow { background:  #ccc; opacity: 0.3; filter: alpha(opacity=30); }

.user-questions-container, .questions-container { position: relative; padding-bottom: 10px; }
.category-container { position: relative; }
.select-category { z-index: 1; display: none; position: absolute; top: -30px; left: 180px; background: #fff; min-width: 200px; padding: 0px 20px 15px; margin: 15px 0; box-shadow: 0px 0px 8px 2px #b2b2b2; }
.select-category li a { font-size: 13px!important; }
.overflow { padding: 0 0 0 15px; overflow: hidden; }

.dotted { text-decoration: none!important; border-bottom: 1px dashed #004d99; }
.dotted:hover, .dotted.active { border-bottom: 1px dotted #cc2929; }
.border-blue { border-color: #004d99; }
.consult-feedback-form ul { list-style: none; }
.consult-feedback-form a { color: #004d99!important; }
.consult-feedback-form a:hover, a.active { color: #cc2929; }
.consult-feedback-form input[type=text], .consult-feedback-form select { width: 50%!important; font: 13px Arial; }
.consult-feedback-form input[type=text] { padding: 0 5px; }
.consult-feedback-form textarea { width: 100%!important; }
.consult-feedback-form input.error, textarea.error { border: 1px solid #cc2929!important;  }
.consult-bookmark { text-align: center; background: url('../images/consultation/hr-dotted.png') repeat-x 3px 39%; padding-bottom: 15px; }
.toggle-block { display: none; }
.error-block { background: #cc2929!important; color: #fff!important; }
.error-block  .red { color: #fff!important; }
.frame { border: 1px dashed #FF6600; margin: 5px 0 20px; padding: 20px 20px 20px 25px; }

.news-list h3 { color: #000000; font: 17px/27px 'PFDinDisplayProBold'; margin: 0 30px 15px; }
.news-list article { padding: 0 30px; }
.news-list article h2 { font-size: 23px; }
.news-list article h2 a { text-decoration: none; border-bottom: 1px solid #ff6600; }
.news-list article h2 a:hover { border-bottom: 1px solid #fff; }
.news-list p { margin-bottom: 25px; font-size: 16px; color: #000; }
.news-list h4 { font-size: 14px; font-style: italic; margin: 0 0 25px 0; color: #667; padding: 0; }
.news-list .news-pager  { padding: 0 30px 0 20px; }
.news-list .news-pager .pages a { font: 18px/42px 'PFDinDisplayProMedium'; margin: 0 10px; text-decoration: none; border-bottom: 1px solid #ff6600; }
.news-list .news-pager .pages a:hover { border-bottom: 1px solid #fff; }
.news-list .news-pager .pages .active { font: 24px 'PFDinDisplayProMedium'; color: #000; margin: 0 10px; }

.phone-block { margin: 45px 0 0 98px; text-align: center; position: relative; font: 16px/18px 'PFDinDisplayProMedium'; color: #000; }
.phone-block span { font: 26px/25px 'PFDinDisplayProMedium'; position: relative; z-index: 115; color: #000; display: inline-block; border-bottom: 1px dashed #000; cursor: pointer; }
.phone-block span:hover { border-bottom: 1px solid transparent; }
.phone-block .phone-actions { margin: 7px 0 0; font-size: 0; position: relative; z-index: 115; }
.phone-block a { display: inline-block; padding: 0 10px 0 11px; height: 28px; font: 13px/27px 'PFDinDisplayProRegular'; color: #000; text-decoration: none; }
.phone-block a:hover { background-position: 0 -28px; }
.phone-block .btn-left { background: url("../images/btn-yel-left.png") no-repeat 0 0; }
.phone-block .btn-right { background: url("../images/btn-or-right.png") no-repeat 0 0; color: #fff; text-shadow: 0 -1px 0 #CC4300; }
.phone-block .phone-info { display: none; padding: 0 10px; position: absolute; z-index: 120; }
.phone-block .phone-info .confidence { padding-left: 15px; font-size: 13px; background: url("../images/i-lock.png") no-repeat 0 center; }
.phone-block .phone-bg { display: none; z-index: 110; width: 250px; height: 215px; position: absolute; top: -20px; left: -15px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 10px rgba(0,0,0,0.3); }
.phone-block .phone-form { display: none; z-index: 120; width: 250px; height: 180px; position: absolute; top: -20px; left: -15px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 10px rgba(0,0,0,0.3); }
.phone-block .phone-form .ajax-container { height: 160px; padding: 5px 20px 15px; }
.phone-block .phone-form input { font: 13px/24px 'PFDinDisplayProMedium'; overflow: auto; outline:none; color: #000; width: 200px; height: 24px; margin-bottom: 10px; padding: 0 5px; border: 1px solid #bfbfbf; background: #fbfbfb; border-radius: 4px; box-shadow: inset 0px 1px 0 rgba(0,0,0,0.15); }
.phone-block .phone-form input.error { border-color: #ff3a3a; }

.illness-block { color: #000; padding: 20px 0 0; overflow: hidden; }
.illness-block h1 { font: 40px 'PFDinDisplayProBold'; margin: 20px 0; text-align: center; }
.illness-block .description { font: 18px/26px 'PFDinDisplayProMedium'; padding: 0 30px; }
.illness-block .anchor-block { padding: 0 30px; }
.illness-block .anchor-block h2 { font: 30px 'PFDinDisplayProBold'; margin: 15px 0; color: #000; }
.illness-block .anchor-block p { margin: 15px 0; font-size: 16px; }
.illness-block .anchor-block .quote { margin: 15px 0 15px 10px; font-style: italic; padding-left: 20px; border-left: 1px solid #ff6600; }
.illness-block .anchor-block .sep { margin: 25px 0; }
.illness-block .anchor-block ul { padding: 0; list-style: none; }
.illness-block .anchor-block ul ul { padding: 0 0 0 20px; }
.illness-block .anchor-block li { background: url("../images/li-marker.png") no-repeat 5px 6px; padding: 0 0 0 25px; margin: 10px 0; }
.illness-block .anchor-block li li { position: relative; background: none; }
.illness-block .anchor-block li li:before { content: "—"; color: #ff6600; position: absolute; left: 0px; font-size: 13px; }
.illness-block .landing-page .block-yellow { top: 0; padding: 13px 0 0; }
.illness-block .landing-page .block-yellow .row-fluid { width: auto; text-align: center; padding: 45px 30px 50px!important; background: url("/images/bg-yellow.png"); }
.illness-block .landing-page .block-yellow p { margin: 20px 15px; font: 16px/24px 'PFDinDisplayProMedium'; color: #000; }
.btn-white { font: 18px/48px 'PFDinDisplayProMedium'; background: url("../images/btn-white.png") no-repeat; width: 236px; height: 48px; display: inline-block; }
.illness-block .stage { position: relative; margin-top: 20px; padding-left: 65px; line-height: 59px; font-size: 30px; font-weight: bold; }
.illness-block .stage:before { content: "I"; width: 56px; height: 59px; text-align: center; position: absolute; left: 0; background: url("../images/sota-small.png") no-repeat top left; }
.illness-block .stage2:before { content: "II"; }
.illness-block .stage3:before { content: "III"; }
.illness-block .stage4:before { content: "IV"; }
.illness-block .stage-block p { margin-right: 30px; }
.illness-block .nav ul { margin: 0; padding: 0 20px; list-style: none; display: table; width: 96%; }
.illness-block .nav ul li { display: table-cell; text-align: center; padding: 5px; line-height: 55px; }
.illness-block .nav ul li a { font: 18px/45px 'PFDinDisplayProMedium'; text-decoration: none; }
.illness-block .nav ul li a:hover { color: #999!important; }
.illness-block .nav ul li a.btn-yel { text-transform: inherit; padding-left: 20px; }
.illness-block .nav ul li a.btn-yel:hover { color: #000!important; }
.illness-block .nav ul li a.btn-yel i { position: absolute; left: -4px; width: 18px; height: 100%;  background: url("../images/i-something.png") no-repeat center; }
.illness-block .fluid-block { width: 960px; }
.fluid-block { z-index: 1000; background: #fff; position: relative; }
.fluid-block:after { content: ""; position: absolute; bottom: -5px; z-index: 999; width: 100%; height: 5px; background: url("../images/bg-row-fluid.png") no-repeat bottom center; }

.ajax-container { position: relative; }
input.error { border-color: #ff3a3a!important; }
.success-message { font-size: 18px; font-weight: bold; content: #ff6600; }

.results { position: relative; }
.results .block-white { width: 960px; margin: -2px 0 0 -25px; background: url("/images/vawe-white-top.png") repeat-x top; position: relative; top: -10px; padding: 13px 0; }
.results .block-white .row { background: #fff; padding: 40px 0 55px; }
.results .block-yellow { width: 960px; margin: -2px 0 0 -25px; }
.results .block-yellow .row { background: url("/images/bg-yellow.png"); padding: 45px 0 35px; border-radius: 5px 5px 0 0; }
.results h1 { font: 400 48px/30px Roboto; margin: 0; text-align: center; }
.results h2 { text-align: center; font-weight: 400; }
.results .compare { font: 300 15px Roboto; text-align: center; color: #333; margin: 15px 0 25px; position: relative; }
.results .compare span { font: 80px Roboto; font-weight: 100; }
.results .compare b { font: 80px Roboto; font-weight: 700; color: #e55c17; position: relative; }
.results .compare sup { color: #e55c17; font-weight: 300; font-size: 24px; position: absolute; top: -15px; right: -45px; }
.results .compare i { font: 80px/85px Roboto; font-weight: 100; color: #dfb600; }
.results .compare .warranty { font: 400 20px/35px Roboto; padding: 20px 210px; position: absolute; bottom: -105px; z-index: 100; background: url("../images/result-bar.png") no-repeat center; }
.illness-type { font: 500 20px/35px Roboto; color: #333; }
.illness-type .legend { font: 400 12px/14px Roboto; color: #333; }
.illness-type .illness-item { padding: 30px 0; }
.illness-type .illness-item .title { text-align: center; }
.illness-type .illness-item h2 { display: inline-block; font: bold 30px/50px Roboto; padding: 0 0 0 60px; margin: 10px 0 10px -60px; }
.illness-type .illness-item h2.icon1 { background: url("../images/icon/icon1.png") no-repeat left center; }
.illness-type .illness-item h2.icon2 { background: url("../images/icon/icon2.png") no-repeat left center; }
.illness-type .illness-item h2.icon3 { background: url("../images/icon/icon3.png") no-repeat left center; }
.illness-type .illness-item h2.icon4 { background: url("../images/icon/icon4.png") no-repeat left center; }
.illness-type .illness-item h2.icon5 { background: url("../images/icon/icon5.png") no-repeat left center; }
.illness-type .illness-item h2.icon6 { background: url("../images/icon/icon6.png") no-repeat left center; }
.illness-type .illness-item h2.icon7 { background: url("../images/icon/icon7.png") no-repeat left center; }
.illness-type .illness-item h2.icon8 { background: url("../images/icon/icon8.png") no-repeat left center; }
.illness-type .illness-item h2.icon9 { background: url("../images/icon/icon9.png") no-repeat left center; }
.illness-type .illness-item h2.icon10 { background: url("../images/icon/icon10.png") no-repeat left center; }
.illness-type .illness-item h2.icon11 { background: url("../images/icon/icon11.png") no-repeat left center; }
.illness-type .item-list  { padding: 0 20px; }
.illness-type .item-list.toggled  { background: #f7f7f7; border-radius: 2px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17); }
.illness-type .item-list.toggled .toggle-block { display: block; }
.illness-type .item-list .toggle-block { font-size: 16px; }
.illness-type .item-list .row-fluid { padding: 10px 0; border-top: 1px solid #ebebeb; text-align: center; }
.illness-type .item-list.first-item .row-fluid,
.illness-type .item-list.toggled .row-fluid { border-top: none; }
.illness-type .item-list .toggle-block .row-fluid { border-top: 1px solid #ebebeb; }
.illness-type .item-list .toggle-block .row-fluid:first-child { border-top: none; }
.illness-type .item-list .result-toggle-handle { font: 500 23px/35px Roboto!important; color: #000; cursor: pointer; border-bottom: 1px dotted #000; }
.illness-type .item-list .result-toggle-handle:hover { border-bottom: 1px transparent; }
.illness-type .item-list .row-fluid span { font-weight: 400; }
.illness-type .item-list .row-fluid i { font-weight: 400; color: rgba(51,51,51,0.2); font-style: normal; }
.illness-type .item-list .row-fluid .span5 { width: 300px!important; }
.illness-type .item-list .row-fluid .span4 { width: 240px!important; }
.illness-type .item-list .row-fluid .span1 { width: 110px!important; }
.illness-type .result-info { font: 400 14px/28px Roboto; padding: 45px 30px 45px 90px; background: url("../images/i-info.png") no-repeat 40px center; }
.illness-type .resalt-anchor { text-decoration: none; border-bottom: 1px dashed #ff6600; }
.illness-type .resalt-anchor:hover { border-bottom: 1px transparent; }
.btn-result { width: 153px; height: 28px; padding: 0 15px 0 30px; color: #333!important; text-decoration: none; font: 400 14px/28px Roboto; text-align: center; display: inline-block; background: url("../images/btn-ok.png") no-repeat; }
.result-popup { display: none; position: absolute; top: 0; left: 20px; z-index: 1550; width: 920px; padding: 50px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.45); background: #fff; border-radius: 5px; overflow: hidden; }
.result-popup .result-review { font: 400 14px/18px Roboto!important; color: #333; text-align: left; }
.result-popup .result-review p { font: 400 14px/18px Roboto!important; margin: 15px 0!important; }
.result-popup .result-review i { font: 400 italic 14px/18px Roboto!important; color: #808080; }
.result-popup .result-review b { font: 700 14px/18px Roboto!important; }
.result-popup .result-review h2 { font: 700 30px/26px Roboto!important; margin: 0; padding: 0; }
.result-popup .avatar { font: 300 14px/18px Roboto!important; color: #808080; }
.result-popup .avatar .name { font-size: 18px; font-weight: 700; color: #333; }
.result-popup .avatar .ava { width: 174px; height: 185px; overflow: hidden; display: inline-block; position: relative; }
.result-popup .avatar .ava img { height: 100%; }
.result-popup .avatar .ava:after { content: ""; position: absolute; top: 0; left: 0; width: 174px; height: 185px; background: url("../images/cell-mask.png") center; }
.result-popup .close { cursor: pointer; position: absolute; right: 30px; top: 30px; width: 30px; height: 30px; background: url("../images/x-close.png") no-repeat; }
.result-popup .row-fluid { border-top: none!important; }
.result-popup .gal-list li { width: auto!important; }
.result-popup .gal-list li img { height: 90px!important; }
.result-popup-overlay { display: none; position: fixed; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0,0,0,0.7); z-index: 1500; }
.kinds {  }
.kinds h1 { font: 500 48px Roboto; color: #fff; text-shadow: 2px 2px 0 #ccaa00; }
.kinds h2 { font: italic 30px Roboto; font-weight: 300; color: #333; margin: 25px 0; }
.kinds p { font: 20px Roboto; color: #000; margin: 35px 0 55px; text-align: center; }
.kinds ul { list-style: none; font: 300 15px Roboto; }
.kinds ul li { background: none; }
.kinds ul li span { font: 400 20px/25px 'Roboto'; color: #333; }
.kinds ul ul { margin: 15px 0 60px 0; }
.kinds ul li { margin: 0 0 10px 0; }
.kinds ul ul li { padding: 0 0 0 50px; }
.kinds ul ul li a { text-decoration: none; border-bottom: 1px solid #ff6600; }
.kinds ul ul li a:hover { border-bottom: 1px transparent; }

.i-kind { padding-left: 50px; height: 25px; display: inline-block; vertical-align: bottom; }
.i-kind.icon1-s { background: url("../images/icon/icon1-s.png") no-repeat center; }
.i-kind.icon2-s { background: url("../images/icon/icon2-s.png") no-repeat center; }
.i-kind.icon3-s { background: url("../images/icon/icon3-s.png") no-repeat center; }
.i-kind.icon4-s { background: url("../images/icon/icon4-s.png") no-repeat center; }
.i-kind.icon5-s { background: url("../images/icon/icon5-s.png") no-repeat center; }
.i-kind.icon6-s { background: url("../images/icon/icon6-s.png") no-repeat center; }
.i-kind.icon7-s { background: url("../images/icon/icon7-s.png") no-repeat center; }
.i-kind.icon8-s { background: url("../images/icon/icon8-s.png") no-repeat center; }
.i-kind.icon9-s { background: url("../images/icon/icon9-s.png") no-repeat center; }
.i-kind.icon10-s { background: url("../images/icon/icon10-s.png") no-repeat center; }
.i-kind.icon11-s { background: url("../images/icon/icon11-s.png") no-repeat center; }

.text-center { text-align: center!important; }
.text-left { text-align: left!important; }
.text-right { text-align: right!important; }
.text-italic { font-style: italic!important; }
.text-silver { color: #999999!important; }
.sep-vawe { background: url("../images/sep-wawe.png") repeat-x ; height: 6px; width: 100%; margin: 20px 0; }
.rak-zheludka .fluid-block { padding: 10px 0; }
.rak-zheludka .anchor-block { padding: 0 50px; }
.rak-zheludka .sep-vawe { width: 960px; margin: 40px 0 40px -50px; }
.rak-zheludka .italic { font-size: 20px!important; font-style: italic; }
.rak-zheludka h1 { font: 40px 'PFDinDisplayProMedium'!important; }
.rak-zheludka h2 { margin: 30px 0!important; font: 30px 'PFDinDisplayProMedium'!important; }
.rak-zheludka .anchor-block p { margin: 25px 0; }
.rak-zheludka .anchor-block li { background: none; position: relative; display: inline-block; width: 255px; margin-right: 10px; padding-left: 15px; font-size: 16px; }
.rak-zheludka .anchor-block .inline { margin: 5px 0 0; }
.rak-zheludka .anchor-block .inline li { width: auto; margin-top: 5px; }
.rak-zheludka .anchor-block li:before { content: "."; color: #ff6600; font-size: 30px; position: absolute; left: 0; top: -19px; }
.rak-zheludka .review-block b { font: 500 18px Roboto; }
.rak-zheludka .review-block .percent { font-weight: bold; font-size: 20px; }
.rak-zheludka .review-block .percent span { font-size: 60px; line-height: 58px; }
.rak-zheludka .block-yellow p { font: 16px/24px 'PFDinDisplayProRegular'!important; margin: 20px 25px!important; }
.rak-zheludka .block-yellow p.text-center { font: 16px 'PT Serif'!important; margin: 10px 0!important; }
.rak-zheludka .block-yellow h2 { font: 30px 'PFDinDisplayProMedium'; margin: 30px 0!important; color: #000!important; }
.rak-zheludka .info-note { font: 30px 'PFDinDisplayProMedium'; margin: 30px 0 40px!important; padding: 0  }
.book-quote { padding-left: 60px; background: url("../images/i-book.png") no-repeat 10px 6px; font-style: italic; }
.plus { padding-left: 65px; background: url("../images/i-plus.png") no-repeat 0 6px; }
.minus { padding-left: 65px; background: url("../images/i-minus.png") no-repeat 0 6px; }
.review-block-yellow { background: url("/images/bg-yellow.png"); border-radius: 5px; padding: 20px 0; }
.review-block-yellow .ava { width: 176px; height: 190px; margin-top: 13px; overflow: hidden; display: inline-block; position: relative; }
.review-block-yellow .ava img { height: 100%; }
.review-block-yellow .ava:after { content: ""; position: absolute; top: 0; left: 0; width: 176px; height: 190px; background: url("../images/cell-white.png") center; }
.review-block-yellow .btn-review { text-decoration: none; border-bottom: 1px solid #ff6600; }
.review-block-yellow .btn-review:hover { border-bottom: none; }
.res-block { position: relative; }
.result-popup .row-fluid .span5 { width: 300px!important; text-align: center; }
.rak-zheludka .result-popup h2 { margin: 10px 0 !important }
.rak-zheludka .nav li a { font: 18px/42px 'PFDinDisplayProMedium'!important; }
.rak-zheludka .nav li a.active { color: #999999!important; }
.rak-zheludka .nav li a.nav-consultation, .rak-zheludka .nav li a.nav-consultation:hover, .rak-zheludka .nav li a.nav-consultation.active { color: #fff!important; }
.sep-h { width: 6px; min-height: 175px; float: left; background: url("../images/sep-v.png") no-repeat; }

.i-video { display: inline-block; overflow: hidden; border-radius: 7px; box-shadow: 0 0 5px rgba(0,0,0,0.2); position: relative; }
.i-video:after {
    background: url("../images/i-play.png") no-repeat center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#head-text-banner { background-color: #663366; color: #fff; height: 40px; text-align: center; width: 100%; line-height: 40px; }
#head-text-banner a { color: #FF6600; text-decoration: none; border-bottom: 1px dashed #FF6600; }
#head-text-banner a:hover { border-bottom: 1px dashed transparent; }

.products { padding: 40px 0 0; font: 17px/30px 'PT Serif'; color: #000;  }
.products h1 { font: 400 42px Roboto; margin: 0; padding: 0 65px; }
.products h2 { font: 400 34px Roboto; margin: 0; padding: 0 65px; color: #000; }
.products h3 { font: 400 22px/34px Roboto; margin: 30px 0; padding: 0 80px; }
.products h4 { font: 200 20px Roboto; margin: 0; padding: 0 80px; color: #000; }
.products p { padding: 0 80px; margin: 30px 0; }
.products .sep-vawe { margin: 50px 0; }
.products .bg-text { font: italic 400 27px/44px Roboto; display: inline-block; padding: 0 13px; background: url("/images/products/bg-text.png") no-repeat; }
.products .block-yellow-top { background: url("/images/vawe-yellow-top.png") repeat-x top; position: relative; padding: 13px 0 0; }
.products .block-yellow { background: url("/images/bg-yellow.png"); padding: 35px 0 20px; }
.products .progress-bar { font-weight: bold; padding: 0 145px; width: 800px; height: 208px; margin-left: -65px; background: url("/images/products/bg-white-bar.png") no-repeat;  }
.products .progress-bar .span6 { margin: 28px 0 0 0; }
.products .progress-bar .pb { width: 301px; height: 12px; display: inline-block; margin-right: 20px; }
.products .progress-bar .bar1 { background: url("/images/products/bar-1.png") no-repeat; }
.products .progress-bar .bar2 { background: url("/images/products/bar-2.png") no-repeat; }
.products .progress-bar .bar3 { background: url("/images/products/bar-3.png") no-repeat; }
.products .block-white { top: -13px; background: url("/images/vawe-white-top.png") repeat-x top; padding: 50px 0 0; position: relative; }
.products .block-gray { margin: -26px 0 0 0; background: #f6f6f6 url("/images/products/bg-vawe-gray.png") repeat-x top; padding: 50px 0 40px; position: relative; }
.products .bg-lines { font: 16px/40px 'Courier New'; background: url("/images/products/bg-lines.png") repeat-y top; padding: 25px 195px 23px 80px; }
.products .reload { background: url("/images/products/reload.png") no-repeat 85px center; padding: 0 80px 0 200px; }
.products .icons { font: italic 20px Roboto; background: url("/images/products/icons.png") no-repeat center 30px; padding: 0 80px; }
.products .icons .span4 { margin: 150px 0 85px; }
.products .header { margin: 15px 0 35px; padding: 0 80px; font: 37px 'PFDinDisplayProMedium'; text-align: center; }
.products .header sup { font: 22px 'PFDinDisplayProMediumItalic'; }
.products .gal-shad { padding: 0 80px!important;  }
.products .gal-shad li { margin-left: 25px; width: 250px; text-align: center;  }
.products .gal-shad li img { border: 5px solid #fff; border-radius: 5px; }
.products .markered { margin: 30px 0; padding: 0 80px; list-style: none; }
.products .markered li { position: relative; margin: 0 0 40px 0; padding:  0 0 0 40px; }
.products .markered li span { position: absolute; top: -3px; left: -17px; width: 41px; height: 33px; line-height: 33px; text-align: center; background: url("/images/products/marker.png") no-repeat; }
.products .arrows { position: absolute; top: -30px; left: 0; width: 100%; height: 205px; background: url("/images/products/arrows.png") no-repeat center; }
.products .form-block { font: bold 18px Roboto; margin: 0 80px 20px; background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.products .form-block.form-phone-block { padding: 30px; }
.products .form-block.form-phone-block b { font-size: 45px; }
.products .form-block input { width: 336px!important; font-size: 18px!important; margin: 10px 6px 6px 0; }
.products .form-block input.error { border-color: #ff3a3a!important; }
.products .form-block textarea { resize: none; margin-bottom: 20px!important; font-size: 18px!important; overflow: auto; outline:none; color: #000; width: 708px!important; height: 70px!important; padding: 0 12px!important; border: 1px solid #bfbfbf!important; background: #fbfbfb!important; border-radius: 4px; box-shadow: inset 0px 1px 0 rgba(0,0,0,0.15); }
.products .form-block .ajax-container { position: relative; text-align: center; padding: 30px; }
.products .form-block form { margin-top: 20px; }
.products .form-block .btn-orange-s { font-size: 22px; }
.review-block-yellow .video-review { margin: -10px 10px -15px; }
.alter-cancer .review-block .span9 { padding-top: 20px !important; }
.alter-cancer .review-block b { font-size: 20px !important; }
.alter-cancer .review-block p { margin-top: 10px !important; }
.alter-cancer .anchor-block .block-list li { display: block; width: auto; }

.row section.text-block.compresed h3{font-size: 16px;margin: 3px 5px 10px;white-space: nowrap;text-align: center;text-overflow: ellipsis;overflow: hidden;}

.video-blocks{}
.video-blocks .block-item{}
.video-blocks .block-item .title h2{margin: 10px 0;text-align: center;font: bold 30px/50px Roboto;}

.video-menu{}
.video-menu .title{margin-top: 16px;font: bold 18px/26px Roboto;}
.video-menu ul{margin: 0; list-style: none; padding: 0;}