html,body {
	height: 100%;
	width: 100%;
}

body {
    background: url('../_images/bg.png') #ffffff;
    min-width: 990px;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
	border: none;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input, textarea, select {
	outline: none;	
	font-family: Tahoma, Arial;
	font-size: 14px;
}

input::-moz-focus-inner { 
    border: 0; 
    padding: 0 
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
    height: 29px;
    background: url('../_images/button-bg.png');
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    padding: 0 13px;
    min-width: 120px;
} 

input[type="submit"]:hover,
input[type="button"]:hover {
    opacity: 0.8;
} 

input[type="submit"]:active,
input[type="button"]:active {
    position: relative;
    top: 1px;
    left: 1px;
} 

input[type="text"],
input[type="password"] {
    border: 1px solid #cbcbcb;
    background-color: #eeeeee;
    padding: 4px 5px;
}

textarea {
    border: 1px solid #cbcbcb;
    background-color: #eeeeee;
    padding: 4px 5px;
}

select {
    border: 1px solid #cbcbcb;
    background-color: #eeeeee;
    padding: 4px 5px;
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 10px 0;
	color: #00406a;
}

h1.italic, h2.italic, h3.italic, h4.italic, h5.italic, h6.italic {
	font-family: 'Noto Serif', serif;
    font-style: italic;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 25px;
}

h1.italic {
    font-size: 17px;
}

h2.italic {
    font-size: 19px;
}

h3.italic {
    font-size: 21px;
}

h4.italic {
    font-size: 21px;
}

h5.italic {
    font-size: 24px;
}

h6.italic {
    font-size: 29px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;	
}

.important {
    color: #ff1711;
}

.sh-main {
    min-height: 100%; 
	height: auto !important;
	height: 100%;
    background: url('../_images/content-bg.png') bottom center no-repeat #dde3e7;
    min-width: 990px;
    max-width: 1246px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px #5e5e5e;
    -moz-box-shadow: 0 0 20px #5e5e5e;
    box-shadow: 0 0 20px #5e5e5e;
}

.sh-mainer {
    min-width: 990px;
    max-width: 1246px;
    margin: 0 auto;
}

header {
    border-top: 12px solid #e60d00;
    height: 170px;
    background: url('../_images/header-bg.png') top center;
    overflow: hidden;
}

header .left-layer {
    float: left;
    margin: 0 0 0 83px;
}

header .right-layer {
    float: right;
    margin: 0 83px 0 0;
}

header .lang-block {
    line-height: 14px;
    color: #cccfd1;
    margin: 28px 0 28px 0;
}

header .lang-block a {
    color: #818281;
    font-size: 11px;
    text-decoration: none;
    padding: 0 22px 0 0;
    background: url('../_images/lang-bg.png') no-repeat;
    display: inline-block;
}

header .lang-block a:hover,
header .lang-block a.selected {
    background: url('../_images/lang-bgh.png') no-repeat;
}

header .lang-block a.en {
    background-position: top right;
}

header .lang-block a.ru {
    background-position: bottom right;
}

header .left-slogan {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 24px;
    color: #494949;
}

header .right-slogan {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 24px;
    color: #494949;
}

header .find-us {
    margin: 25px 0 26px 0;
    text-align: right;
}

header .find-us a {
    font-size: 15px;
    color: #5c667e;
    padding: 0 0 0 12px;
    background: url('../_images/p-01.png') center left no-repeat;
}

header .logo {
    margin: 0 400px;
    padding: 12px 0 0 0;
    text-align: center;
}

.sh-header-banner {
    border-bottom: 8px solid #ec1000;
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

.sh-header-banner .prev,
.sh-header-banner .next {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    width: 23px;
    height: 39px;
    background: url('../_images/carousel-arrows.png');
    z-index: 10;
    text-decoration: none;
}

.sh-header-banner .prev{
    background-position: top left;
    left: 15px;
}

.sh-header-banner .next {
    background-position: top right;
    right: 15px;
}

.sh-header-banner img {
    display: block;
    width: 100%;
}

.sh-header-shadow {
    height: 31px;
    background: url('../_images/header-banner-shadow.png') top center no-repeat;
    margin: 0 0 4px 0;
}

nav {
    height: 36px;
    background: url('../_images/nav-bg.png') repeat-x;
}

nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

nav>ul>li {
    display: inline-block;
    line-height: 36px;
    position: relative;
    z-index: 11;
}

nav>ul>li.down {
    background-image: url('../_images/p-02.png');
    background-position: center right;
    background-repeat: no-repeat;
}

nav>ul>li:hover {
    background-color: #109bdd;
}

nav>ul>li>a {
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    text-decoration: none;
    font-size: 19px;
    padding: 0 21px;
    display: block;
}

nav>ul>li ul {
    position: absolute;
    top: 36px;
    background: url('../_images/nav-sub-bg.png');
    padding: 18px 40px 22px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: none;
    left: 0;
}

nav>ul>li ul.center {
    left: -230px;
}

nav>ul>li ul.right {
    left: auto;
    right: 0;
}

nav>ul>li:hover ul {
    display: block;
}

nav>ul>li ul li {
    float: left;
    padding: 0 0 0 40px;
    line-height: 25px;
    max-width: 190px;
}

nav>ul>li>ul>li .caption {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 1px 0;
}

nav>ul>li>ul>li a {
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
}

nav>ul>li>ul>li span {
    display: block;
    line-height: 14px;
    padding: 6px 0 5px 0;
}

nav>ul>li>ul>li a:hover {
    text-decoration: underline;
}

.sh-content-inner {
    padding: 0 65px;
}

.sh-tabs-block {
    border-bottom: 3px solid #db0d02;
    margin: 0 0 31px 0;
}

.sh-tabs-block a {
    float: left;
    color: #db0d02;
    font-size: 15px;
    background-color: #ffffff;
    line-height: 25px;
    padding: 0 20px;
    min-width: 60px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px 2px #c2c3c3;
    -moz-box-shadow: 0 -2px 2px #c2c3c3;
    box-shadow: 0 -2px 2px #c2c3c3;
}

.sh-tabs-block a:hover,
.sh-tabs-block a.selected {
    color: #ffffff;
    background-color: #db0d02;
}

.st-indexaction-block {
    float: left;
    width: 318px;
    -webkit-box-shadow: 0px 0px 15px #222;
    -moz-box-shadow: 0px 0px 15px #222;
    box-shadow: 0px 5px 5px #595b5c;
}

.st-indexaction-block a {
    display: block;
    text-decoration: none;
}

.st-indexaction-block a img {
    display: block;
}

.st-indexaction-block a span {
    display: table-cell;
    background-color: #0061a1;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    padding: 0 10px;
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 16px;
    height: 30px;
    width: 298px;
}

.st-indexaction-block a:hover span {
    background-color: #db0d02;
}

.st-indexaction-block-place {
    margin: 0 0 0 362px;
}

.st-news-block .item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 33px 0;
}

.st-news-block .item .image {
    float: left;
    width: 99px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body:first-of-type .st-news-block .item .image  {
        width: 0;
    }
}

.st-news-block .item .image img {
    display: block;
    -webkit-box-shadow: 5px 5px 5px #676a6d;
    -moz-box-shadow: 5px 5px 5px #676a6d;
    box-shadow: 5px 5px 5px #676a6d;
}

.st-news-block .item .info {
    margin: 0 0 0 118px;
    line-height: 16px;
    height: 82px;
    overflow: hidden;
}

.st-news-block .item .info .name a {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
}

.st-news-block .item .info .name a:hover {
    color: #0061a1;
    text-decoration: underline
}

.st-news-block .more {
    text-align: right;
    margin: -21px 0 15px 0;
}

.st-news-block .more a {
    color: #7e7d7d;
    font-size: 15px;
}

.st-actions-block .item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 33px 0;
}

.st-actions-block .item .image {
    float: left;
    width: 99px;
}

.st-actions-block .item .image img {
    display: block;
    -webkit-box-shadow: 5px 5px 5px #676a6d;
    -moz-box-shadow: 5px 5px 5px #676a6d;
    box-shadow: 5px 5px 5px #676a6d;
}

.st-actions-block .item .info {
    margin: 0 0 0 118px;
    line-height: 16px;
    height: 82px;
    overflow: hidden;
}

.st-actions-block .item .info .name a {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 14px;
}

.st-actions-block .item .info .name a:hover {
    color: #0061a1;
    text-decoration: underline
}

.st-actions-block .more {
    text-align: right;
    margin: -21px 0 15px 0;
}

.st-actions-block .more a {
    color: #7e7d7d;
    font-size: 15px;
}

.sh-indexbanners-block {
    background: url('../_images/banners-shadow-bg.png') top center no-repeat;
    padding-top: 47px;
    padding-bottom: 32px;
}

.sh-indexbanners-block .inner {
    display: table;
    width: 100%;
}

.sh-indexbanners-block .item {
    display: table-cell;
    vertical-align: top;
    width: 220px;
    height: 153px;
    text-align: center;
}

.sh-indexbanners-block .empty {
    display: table-cell;
}

.sh-indexbanners-block .item a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 220px;
    height: 123px;
}

.sh-indexbanners-block .item i {
    position: absolute;
    width: 220px;
    height: 123px;
    top: 0;
    left: 0;
    background: url('../_images/ib-shadow.png');
    font-style: normal;
}

.sh-indexbanners-block .item:hover i {
    display: none;
}

.sh-indexbanners-block .item img {
    display: block;
}

.sh-indexbanners-block .item span {
    display: block;
    background: url('../_images/index-b-bg.png') repeat-x;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 16px;
}

.sh-prefooter-block .vote {
    float: right;
    width: 497px;
}

.sh-prefooter-block .vote .inner {
    padding: 0 65px 10px 65px;
}

.sh-prefooter-block .vote .inner-answers {
    padding: 0 15px 15px 15px;
}

.sh-prefooter-block .vote .question {
    text-align: center;
    line-height: 23px;
    color: #00103a;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 0;
}

.sh-prefooter-block .vote .variants {
    font-size: 15px;
}

.sh-prefooter-block .vote .variants label {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 10px 0;
}

.sh-prefooter-block .vote .button {
    text-align: right;
    margin: -29px 0 0 0;
}

.sh-prefooter-block .vote .answers .caption {
    color: #00103a;
}

.sh-prefooter-block .vote .answers .item {
    margin: 0 0 4px 0;
}

.sh-prefooter-block .vote .answers .line {
    float: left;
    width: 177px;
    height: 14px;
    background: url('../_images/votes.png') top left;
    margin: 7px 0 0 0;
}

.sh-prefooter-block .vote .answers .line span {
    height: 14px;
    background: url('../_images/votes.png') center left;
    display: block;
}

.sh-prefooter-block .vote .answers .line span.top {
    background: url('../_images/votes.png') bottom left;
}

.sh-prefooter-block .vote .answers .result {
    float: left;
    color: #656566;
    margin: 5px 0 0 11px;
}

.sh-prefooter-block .vote .answers .total {
    float: right;
    color: #00103a;
    font-size: 14px;
    margin: -22px 0 0 0;
}
.sh-prefooter-block .vote .answers .total span {
    color: #d90d25;
}

.sh-prefooter-block .partners {
    margin: 0 514px 0 0;
}

.sh-prefooter-block .no-vote {
    margin: 0;
}

.sh-prefooter-block .partners .inner {
    padding: 0 0 0 65px;
}

.sh-prefooter-block .partners ul {
    float: left;
    width: 48%;
    margin: 0 1% 0 0;
    padding: 23px 0 31px 0;
    list-style: none;
}

.sh-prefooter-block .partners ul li {
    padding: 0 0 10px 25px;
    line-height: 20px;
    background: url('../_images/p-03.png') 0 5px no-repeat; 
}

.sh-prefooter-block .partners ul li a {
    font-size: 14px;
    text-decoration: none;
}

.sh-prefooter-block .partners ul li a:hover {
    text-decoration: underline;
}

.sh-prefooter-block .caption {
    line-height: 36px;
    text-align: center;
    background-color: #0061a1;
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 20px;
}

.sh-hfooter { 
	height: 162px;
}

footer {
    height: 162px;
    margin-top: -162px;
}

footer .sh-mainer {
    height: 145px;
    background: url('../_images/footer-bg.png') top center;
    border-bottom: 17px solid #dd0800;
}

footer .copy {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #00103a;
    margin: 40px 0 0 0;
}

footer .copy a {
    font-size: 14px;
    color: #00103a;
    text-decoration: none;
}

footer .copy a:hover {
    text-decoration: underline;
}

footer .sign {
    float: left;
    margin: 35px 0 0 0;
}

footer .sign a {
    font-size: 14px;
    padding: 15px 0 15px 55px;
    color: #5c667e;
    background: url('../_images/icon-sign.png') center left no-repeat;
}

footer .social {
    float: left;
    clear: left;
    margin: 29px 0 0 0;
}

footer .social a {
    float: left;
    text-decoration: none;
    margin: 0 4px 0 0 ;
    width: 27px;
    height: 26px;
    background: url('../_images/social-bg.png');
}

footer .social a.s-01 {
    background-position: 0 0;
}

footer .social a.s-01:hover {
    background-position: 0 -26px;
}

footer .social a.s-02 {
    background-position: -31px 0;
}

footer .social a.s-02:hover {
    background-position: -31px -26px;
}

footer .social a.s-03 {
    background-position: -63px 0;
}

footer .social a.s-03:hover {
    background-position: -63px -26px;
}

footer .social a.s-04 {
    background-position: -94px 0;
}

footer .social a.s-04:hover {
    background-position: -94px -26px;
}

footer .social a.s-05 {
    background-position: -126px 0;
}

footer .social a.s-05:hover {
    background-position: -126px -26px;
}

footer .social a.s-06 {
    background-position: -157px 0;
}

footer .social a.s-06:hover {
    background-position: -157px -26px;
}

.sh-content-leftlayer {
    float: left;
    width: 240px;
    margin: 0 -240px 0 0;
}

.sh-content-leftlayer .inner-layer {
    position: relative;
    margin: 0 0 30px 0;
}

.sh-content-rightlayer {
    float: left;
    width: 100%;
}

.sh-content-rightlayer .inner-layer {
    margin: 0 0 30px 285px;
    font-size: 14px;
    line-height: 25px;
}

.sh-content-rightlayer .inner-layer p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.sh-content-noleft {
    float: none;
}

.sh-content-noleft .inner-layer {
    margin: 0 0 30px 0;
}

.sh-group-block {
    margin: 0 0 50px 0;
    -webkit-box-shadow: 5px 5px 5px #b4b5b5;
    -moz-box-shadow: 5px 5px 5px #b4b5b5;
    box-shadow: 5px 5px 5px #b4b5b5;
    border-radius: 10px 10px 0 0;
}

.sh-group-block .caption {
    background: url('../_images/group-caption-bg.png') center left repeat-x;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    padding: 13px 5px;
}

.sh-group-block ul {
    border: 1px solid #c4cdd3;
    border-top: none;
    background-image: linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -o-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -moz-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -webkit-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -ms-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f6', endColorstr='#d9e0e4',GradientType=0 );   
    background-color: #d9e0e4;
    padding: 16px 32px 32px 32px;
    margin: 0;
    list-style: none;
}

.sh-group-block ul li {
    margin: 13px 0 0 0;
}

.sh-group-block a {
    font-size: 14px;
    text-decoration: none;
}

.sh-group-block a:hover {
    color: #00406a;
    text-decoration: underline;
}

.sh-banner-list {
    width: 210px;
    margin: 0 0 0 15px;
}

.sh-banner-list img {
    display: block;
    border-radius: 10px;
    margin: 0 0 44px 0;
    -webkit-box-shadow: 5px 5px 5px #b4b5b5;
    -moz-box-shadow: 5px 5px 5px #b4b5b5;
    box-shadow: 5px 5px 5px #b4b5b5;
}

.sh-selector-block {
    background: url('../_images/selector-bg.png') top right repeat-y;
    line-height: 41px;
    padding: 0 24px;
    margin: 0 0 34px 0;
    color: #ffffff;
    font-size: 17px;
}

.sh-selector-block a {
    color: #ffffff;
    font-size: 17px;
    white-space: nowrap;
}

.sh-selector-block a.selected {
    text-decoration: none;
}

.sh-crumbs {
    font-size: 15px;
    margin: 0 0 22px 0;
}

.sh-crumbs a {
    font-size: 15px;
    text-decoration: none;
}

.sh-crumbs a:first-child {
    color: #00406a;
}

.sh-crumbs a:hover {
    text-decoration: underline;
}

.sh-album-list {
    text-align: justify;
}

.sh-album-list .item {
    width: 214px;
    display: inline-block;
    vertical-align: top;
    padding: 14px;
    border: 1px solid #d6d3cc;
    background-color: #f7f6f4;
    margin: 0 15px 25px 15px;
    text-align: center;
}

.sh-album-list .empty {
    width: 244px;
    display: inline-block;
    height: 0;
    vertical-align: top;
    margin: 0 15px 0 15px;
}

.sh-album-list .item:hover {
    border: 1px solid #ecebe8;
    background-color: #f7f6f4;
}

.sh-album-list .item .name {
    line-height: 17px;
    min-height: 34px;
    margin: 10px 0;
}

.sh-album-list .item .name a {
    color: #00497d;
    text-decoration: none;
}

.sh-album-list .item .name a:hover {
    text-decoration: underline;
}

.sh-stepper {
    background-color: #eb1000;
    line-height: 37px;
}

.sh-stepper a {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    border-right: 1px solid #f0463a;
}

.sh-stepper a:hover,
.sh-stepper a.selected {
    background-color: #005da8;
    border-right: 1px solid #005da8;
}

.sh-stepper span {
    float: right;
    color: #ffffff;
    padding: 0 15px;
    background-color: #005da8;
    font-size: 14px;
}

.sh-album-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.sh-album-popup .dark {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: #011b34;
    opacity: 0.58;
}

.sh-album-popup .block {
    position: absolute;
    z-index: 1002;
    width: 970px;
    background-color: #ffffff;
    border: 3px solid #b60004;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -488px;
    border-radius: 10px;
}

.sh-album-popup .block .inner {
    padding: 0 111px;
    position: relative;
}

.sh-album-popup .block .caption {
    text-align: center;
    font-size: 27px;
    color: #00497d;
    padding: 34px 0 38px 0;
}

.sh-album-popup .block .prev,
.sh-album-popup .block .next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 56px;
    text-decoration: none;
    background: url('../_images/popup-arrow.png');
    margin: -28px 0 0 0;
}

.sh-album-popup .block .prev:hover,
.sh-album-popup .block .next:hover {
    opacity: 0.8;
}

.sh-album-popup .block .prev {
    background-position: 0 0;
    left: 41px;
}

.sh-album-popup .block .next {
    background-position: -34px 0;
    right: 41px;
}

.sh-album-popup .block .image {
    width: 763px;
    height: 502px;
}

.sh-album-popup .block .info {
    text-align: center;
    color: #a7a7a7;
    font-size: 14px;
    font-style: italic;
    padding: 47px 0 36px 0;
}

.sh-album-popup .block .info a {
    color: #104889;
    font-size: 14px;
}

.sh-album-popup .block .close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 11px;
    height: 11px;
    background: url('../_images/close.png');
    text-decoration: none;
}

.sh-album-popup .block .close:hover {
    opacity: 0.8;
}

.sh-message-yellow,
.sh-message-red,
.sh-message-blue {
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px #b1b2b1;
    -moz-box-shadow: 0 0 15px #b1b2b1;
    box-shadow: 0 0 15px #b1b2b1;
    background-color: #ffffff;
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #00497d;
    position: relative;
}

.sh-message-yellow {
    border: 4px solid #dbba00;
}

.sh-message-red {
    border: 4px solid #eb1000;
}

.sh-message-blue {
    border: 4px solid #0a6bbf;
}

.sh-message-yellow .close,
.sh-message-red .close,
.sh-message-blue .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 11px;
    background: url('../_images/close.png');
    text-decoration: none;
}

.sh-message-yellow .close:hover,
.sh-message-red .close:hover,
.sh-message-blue .close:hover {
    opacity: 0.8;
}

.sh-submit-block {
    margin: 0 0 15px 0;
    background-color: #356aa0;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
}

.sh-submit-block table {
    border-collapse: collapse;
}

.sh-submit-block input[type="text"] {
    border: 1px solid #356aa0;
    border-radius: 5px;
    font-size: 11px;
    padding: 3px 5px;
    width: 162px;
    text-align: center;
    margin: 0 5px 0 0;
}

.sh-submit-block input[type="submit"] {
    border: 1px solid #cc0000;
    border-radius: 5px;
    background-image: none;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    padding: 3px 13px;
}

.sh-submit-block input[type="submit"]:hover {
    background-color: #b30404;
}

.sh-submit-block input[type="submit"]:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.sh-itext {
    border: 1px solid #a8a5a9;
    -webkit-box-shadow: 0 0 1px #a8a5a9;
    -moz-box-shadow: 0 0 1px #a8a5a9;
    box-shadow: 0 0 1px #a8a5a9;
    border-radius: 10px;
    color: #6c88a6;
    font-size: 14px;
    text-align: center;
    width: 208px;
    padding: 4px 5px;
}

.sh-child-block {
    display: inline-block;
    position: relative;
    font-size: 21px;
    color: #00497d;
    cursor: pointer;
}

.sh-child-block:hover {
    text-decoration: underline;
}

.sh-child-block span {
    position: absolute;
    border: 1px solid #00497d;
    background-color: #ffffff;
    border-radius: 10px;
    top: 22px;
    left: 100%;
    display: none;
}

.sh-child-block span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    top: -10px;
    left: -20px;
    padding: 5px 10px;
}

.sh-child-block:hover span {
    display: block;
}

.sh-child-block span a {
    display: block;
    text-decoration: none;
    color: #00497d;
    font-size: 19px;
    padding: 3px 14px;
}

.sh-child-block span a:hover {
    text-decoration: underline;
}

.sh-gbook .item {
    border: 1px solid #c2c4c5;
    background-color: #f1f4f6;
    margin: 0 0 24px 0;
    padding: 20px;
    font-size: 13px;
    line-height: 19px;
}

.sh-gbook .item .name {
    margin: 0 0 10px 0; 
}

.sh-gbook .item .name a {
    color: #00406a;
    font-size: 15px;
}

.sh-gbook .item .date {
    float: right;
    font-size: 11px;
    color: #8a8787;
    border-left: 1px solid #c2c4c5;
    border-bottom: 1px solid #c2c4c5;
    line-height: 20px;
    padding: 0 10px;
    margin: -20px -20px 5px 5px;
}

.sh-gbook-add .item {
    color: #00406a;
    font-size: 15px;
    margin: 0 0 26px 0;
}

.sh-gbook-add .item span {
    display: block;
    margin: 0 0 4px 0;
}

.sh-gbook-add .item .name {
    width: 164px;
}

.sh-gbook-add .item .email {
    width: 211px;
}

.sh-gbook-add .item textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 180px;
    height: 180px;
    resize: vertical;
}

.sh-location .toggle {
    color: #03639f;
    font-size: 13px;
    text-decoration: none;
    padding: 0 0 0 10px;
    background: url('../_images/p-04.png') center left no-repeat;
}

.sh-location .toggle.selected {
    background: url('../_images/p-05.png') center left no-repeat;
}

.sh-location .toggle:hover span {
    border-bottom: 1px dashed #03639f;
}

.sh-location .info {
    border: 1px solid #c3c4c4;
    border-radius: 3px;
    background-image: linear-gradient(top, #ebebeb 0%, #cbcbcb 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #cbcbcb 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #cbcbcb 100%);
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #cbcbcb 100%);
    background-image: -ms-linear-gradient(top, #ebebeb 0%, #cbcbcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#cbcbcb',GradientType=0 );   
    background-color: #ebebeb;
    padding: 24px;
    margin: 17px 0 0 0;
}

.sh-location .info .image {
    float: left;
    width: 288px;
    border: 3px solid #ffffff;
    border-radius: 3px;
}

.sh-location .info .image img {
    display: block;
}

.sh-location .info .table {
    margin: 0 0 14px 310px;
}

.sh-location .info .table table {
    width: 100%;
    border-collapse: collapse;
}

.sh-location .info .table td {
    width: 50%;
    text-align: center;
    border: 2px solid #cdcdcd;
    background-color: #ffffff;
    background-image: linear-gradient(top, #ebf0f2 0%, #c8d7dc 100%);
    background-image: -o-linear-gradient(top, #ebf0f2 0%, #c8d7dc 100%);
    background-image: -moz-linear-gradient(top, #ebf0f2 0%, #c8d7dc 100%);
    background-image: -webkit-linear-gradient(top, #ebf0f2 0%, #c8d7dc 100%);
    background-image: -ms-linear-gradient(top, #ebf0f2 0%, #c8d7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf0f2', endColorstr='#c8d7dc',GradientType=0 );   
    background-color: #ebf0f2;
    font-size: 14px;
    color: #004672;
    height: 158px;
    line-height: 20px
}

.sh-location .info .table td strong {
    font-size: 18px;
}

.sh-location .info .table thead td {
    height: 42px;
    background-image: none;
    filter: none;   
    background: url('../_images/map-t-caption-bg.png');
    color: #ffffff;
    font-size: 17px;
}

.sh-location .nav {
    margin: 0 0 14px 0;
    -webkit-box-shadow: 0 0 1px #d9d9d9;
    -moz-box-shadow: 0 0 1px #d9d9d9;
    box-shadow: 0 0 1px #d9d9d9;
    background-image: linear-gradient(top, #f1f4f6 0%, #d0d8da 100%);
    background-image: -o-linear-gradient(top, #f1f4f6 0%, #d0d8da 100%);
    background-image: -moz-linear-gradient(top, #f1f4f6 0%, #d0d8da 100%);
    background-image: -webkit-linear-gradient(top, #f1f4f6 0%, #d0d8da 100%);
    background-image: -ms-linear-gradient(top, #f1f4f6 0%, #d0d8da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f6', endColorstr='#d0d8da',GradientType=0 );   
    background-color: #f1f4f6;
    padding: 14px 10px 10px 10px;
}

.sh-location .nav a {
    float: left;
    position: relative;
    margin: 0 4px 4px 4px;;
    width: 43px;
    height: 33px;
}

.sh-location .nav a span {
    display: table-cell;
    width: 43px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}

.sh-location .nav a i {
    position: absolute;
    border: 1px solid #adbbbe;
    background-color: #f0eeea;
    -webkit-box-shadow: 0 0 1px #f0eeea;
    -moz-box-shadow: 0 0 1px #f0eeea;
    box-shadow: 0 0 1px #f0eeea;
    font-size: 10px;
    color: #0a0809;
    line-height: normal;
    top: -20px;
    right: 100%;
    border-radius: 2px;
    padding: 3px 14px;
    display: none;
    text-align: center;
}

.sh-location .nav a:hover i {
    display: block;
}

.sh-location .nav a img {
    display: inline-block;
}

.sh-location .map {
    border: 3px solid #ffffff;
    border-radius: 3px;
}

.sh-location .map img {
    display: block;
    width: 100%;
}

.sh-press-block {
    margin: 0 0 25px 0
}

.sh-press-block .image {
    float: left;
    width: 321px;
    -webkit-box-shadow: 0px 0px 15px #222;
    -moz-box-shadow: 0px 0px 15px #222;
    box-shadow: 10px 10px 10px #7b7e80;
    margin: 0 36px 36px 0;
}

.sh-press-block .image img {
    display: block;
}

.sh-press-block .text {
    font-size: 14px;
}

.sh-press-block .text .name {
    margin: 0 0 3px 0;
}

.sh-press-block .text .name a {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 16px;
}

.sh-press-block .text .date {
    text-align: right;
    font-size: 15px;
}

.sh-photo-block {
    background-color: #f0eeea;
    border: 1px solid #a0a3a5;
    padding: 12px 12px 0 0;
    margin: 0 0 14px 0;
}

.sh-photo-block .item {
    float: left;
    width: 25%;
}
.sh-photo-block .item .inner {
    padding: 0 0 12px 12px;
}

.sh-photo-block a {
    display: block;
    border: 2px solid #f0eeea;
    border-radius: 2px;
}

.sh-photo-block a:hover {
    border: 2px solid #eb1000;
}

.sh-photo-block img {
    display: block;
    width: 100%;
    height: auto;
}

.sh-press-footer {
    color: #747474;
    font-size: 11px;
    padding: 0 16px;
    margin: 0 0 14px 0;
}

.sh-press-footer .cdate {
    font-size: 12px;
    margin: 0 27px 0 0;
}

.sh-press-footer .views {
    float: right;
    margin: 0 0 0 10px;
}

.sh-banner-block {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 15px #222;
    -moz-box-shadow: 0px 0px 15px #222;
    box-shadow: 10px 10px 10px #7b7e80;
    margin: 0 0 50px 0;
}

.sh-banner-block img {
    width: 100%;
    display: block;
}

.sh-banner-block .caption {
    background-color: #0061a1;
    line-height: 39px;
    color: #ffffff;
    text-align: center;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 18px;
}

.sh-action-button {
    margin: 0 0 39px 0;
    text-align: center;
}

.sh-action-button img {
    display: block;
    margin: 0 -27px;
}

.sh-action-button img:hover {
    opacity: 0.8;
}

.sh-action-button img:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.sh-stella-block {
    border: 1px solid #b1b1b1;
    -webkit-box-shadow: 10px 10px 10px #b1b1b1;
    -moz-box-shadow: 10px 10px 10px #b1b1b1;
    box-shadow: 10px 10px 10px #b1b1b1;
    background: url('../_images/stella-bg.jpg') bottom center no-repeat #c4e6ff;
    background-size: cover;
}

.sh-stella-block .inner {
    width: 564px;
    margin: 0 auto;
    padding: 58px 0 58px 10px;
}

.sh-stella-block .tabs {
    line-height: 32px;
}

.sh-stella-block .tabs a {
    float: left;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 0 11px;
    background-color: #1a78bf;
}

.sh-stella-block .tabs a:hover,
.sh-stella-block .tabs a.selected {
    background-color: #ff0a07;
}

.sh-stella-block .city {
    float: left;
    width: 160px;
    background-color: #1a78bf;
    margin: 32px 0 0 0;
}

.sh-stella-block .city a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
}

.sh-stella-block .city a:hover,
.sh-stella-block .city a.selected {
    background-color: #ff0a07;
}

.sh-stella-block .price {
    float: left;
}

.sh-stella-block .price .p-inner {
    background-color: #ff0a07;
    padding: 5px 0 0 15px;
    background-color: #ff0a07;
    border-right: 15px solid #0b10ff;
    width: 170px;
}

.sh-stella-block .price .item {
    width: 170px;
    height: 74px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin: 0 0 6px 0;
}

.sh-stella-block .price .f-98 {
    background-image: url('../_images/fuel/98.png');
}

.sh-stella-block .price .f-95pp {
    background-image: url('../_images/fuel/95pp.png');
}

.sh-stella-block .price .f-95p {
    background-image: url('../_images/fuel/95p.png');
}

.sh-stella-block .price .f-95 {
    background-image: url('../_images/fuel/95.png');
}

.sh-stella-block .price .f-92 {
    background-image: url('../_images/fuel/92.png');
}

.sh-stella-block .price .f-80 {
    background-image: url('../_images/fuel/80.png');
}

.sh-stella-block .price .f-dte {
    background-image: url('../_images/fuel/dte.png');
}

.sh-stella-block .price .f-dt {
    background-image: url('../_images/fuel/dt.png');
}

.sh-stella-block .price .f-dta {
    background-image: url('../_images/fuel/dta.png');
}

.sh-stella-block .price .item span {
    float: left;
    width: 57px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0000fe;
}

.sh-stella-block .price .item span.first {
    margin: 15px 0 0 46px;
}

.sh-stella-block .price .item span.last {
    margin: 15px 0 0 0;
}

.sh-stella-block .price .item i {
    margin: 15px 0 0 0;
    float: left;
    height: 40px;
    width: 7px;
    background: url('../_images/p-06.png') bottom center no-repeat;
}

.sh-stella-block .adress {
    border: 1px solid #adb9c2;
    border-left: none;
    background-image: linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -o-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -moz-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -webkit-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    background-image: -ms-linear-gradient(top, #f1f4f6 0%, #d9e0e4 50%, #f1f4f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f6', endColorstr='#d9e0e4',GradientType=0 );   
    background-color: #d9e0e4;
    padding: 27px 10px;
    float: left;
    width: 170px;
    margin: 32px 0 0 0;
}

.sh-stella-block .adress a {
    color: #03639f;
    font-size: 13px;
    text-decoration: none;
}

.sh-stella-block .adress span {
    display: block;
    line-height: 14px;
    padding: 5px 0;
}

.sh-stella-block .adress a:hover {
    text-decoration: underline;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    position: relative;
}

.sh-question-block {
    border: 1px solid #bdbcbd;
    padding: 40px 0 20px 70px;
    margin: 7px 0 0 0;
    border-radius: 10px;
    background: url('../_images/question-bg.jpg') top right no-repeat #ffffff;
}

.sh-question-block table {
    border-collapse: collapse;
    width: 100%;
}

.sh-question-block td {
    padding: 0 0 21px 0;
    color: #00103a;
    font-size: 17px;
}

.sh-question-block td input[type="text"] {
    width: 260px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
}

.sh-question-block td textarea {
    width: 91%;
    height: 200px;
    min-height: 200px;
    resize: vertical;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    margin: 17px 0 0 0;
    color: #808183;
    background: url('../_images/p-07.png') bottom left repeat-x #ffffff;
}

.sh-question-block td .button {
    text-align: right;
    width: 91%;
    padding: 22px 0 0 12px;
}

.sh-content-line {
    background: url('../_images/line-bg.png') top right no-repeat;
    margin: 15px 0 0 0;
    padding: 20px 0 0 0;
}

.sh-hotline-block {
    border: 1px solid #bdbcbd;
    padding: 20px 0 20px 35px;
    margin: 7px 0 0 0;
    border-radius: 10px;
    background: url('../_images/hotline-bg.jpg') top right no-repeat #ffffff;
}

.sh-hotline-block table {
    border-collapse: collapse;
    width: 100%;
}

.sh-hotline-block td {
    padding: 0 0 21px 0;
    color: #00103a;
    font-size: 17px;
}

.sh-hotline-block td.capt {
    width: 138px;
}

.sh-hotline-block td input[type="text"] {
    width: 260px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
}

.sh-hotline-block td textarea {
    width: 95%;
    height: 200px;
    min-height: 200px;
    resize: vertical;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    margin: 17px 0 0 0;
    color: #808183;
    background: url('../_images/p-07.png') bottom left repeat-x #ffffff;
}

.sh-hotline-block td select {
    width: 270px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
}

noindex:-o-prefocus,.sh-hotline-block td select {
    border-radius: 0;
}

.sh-hotline-block .bottom-block {
    width: 95%;
    padding: 0 0 0 12px;
}

.sh-hotline-block .right-block {
    float: right;
    width: 370px;
}

.sh-hotline-block .right-block h2 {
    margin: 0 0 18px 0;
}

.sh-hotline-block .right-block .item {
    color: #00103a;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 18px 0;
}

.sh-hotline-block .right-block .item textarea {
    margin: 12px 0 0 0;
    width: 358px;
    height: 54px;
    resize: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
    background: url('../_images/p-08.png') bottom left repeat-x #ffffff;
}

.sh-hotline-block .right-block .button {
    text-align: right;
    padding: 21px 0 25px 0;
}

.sh-hotline-block .left-block {
    margin: 0 380px 0 0;
}

.sh-hotline-block .left-block h2 {
    margin: 0 0 20px 0;
}

.sh-hotline-block .left-block table {
    width: auto;
}

.sh-hotline-block .left-block td {
    padding: 0 15px 10px 0;
    color: #00103a;
    font-size: 13px;
    line-height: normal;
}

.sh-hotline-block .left-block label {
    display: inline-block;
    color: #6c6c6d;
    cursor: pointer;
    white-space: nowrap;
}

.sh-hotline-block .left-block label input {
    float: left;
    margin: 4px 5px 0 0;
}

.sh-summary-block {
    border: 1px solid #bdbcbd;
    padding: 40px 0 0 0;
    margin: 7px 0 0 0;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
}

.sh-summary-block .element {
    display: inline-block;
    vertical-align: top;
    width: 377px;
    border: 1px solid #bdbcbd;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: left;
    position: relative;
    padding: 26px 0 12px 0;
    margin: 0 24px 40px 24px;
}

.sh-summary-block .element.long {
    width: 808px;
}

.sh-summary-block .element .gray {
    background-color: #f1f1f1;
    margin: 0 0 13px 0;
    padding: 15px 0 7px 0;
}

.sh-summary-block .element .caption {
    border: 1px solid #bdbcbd;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    font-size: 17px;
    padding: 0 18px;
    line-height: 22px;
    height: 25px;
    top: -12px;
    left: 17px;
    background: url('../_images/summ-caption.png') center left repeat-x;
}

.sh-summary-block .element .photo {
    width: 250px;
    height: 178px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    margin: 0 auto 13px auto;
}

.sh-summary-block .element .button {
    width: 252px;
    margin: 0 auto 17px auto;
    text-align: right;
}

.sh-summary-block .element table {
    border-collapse: collapse;
}

.sh-summary-block .element td {
    padding: 0 11px 9px 0;
    font-size: 14px;
    color: #00103a;
    line-height: 15px;
}

.sh-summary-block .element td.name {
    text-align: right;
}

.sh-summary-block .element td input[type="text"] {
    width: 184px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
}

.sh-summary-block .element td input[type="text"].it-smaller {
    width: 145px;
}

.sh-summary-block .element td textarea {
    width: 184px;
    height: 83px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
    resize: none;
}

.sh-summary-block .element td textarea.ta-smaller {
    height: 53px;
}

.sh-summary-block .element td select {
    width: 194px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
}

noindex:-o-prefocus,.sh-summary-block .element td select {
    border-radius: 0;
}

.sh-summary-block .element td select.sl-date {
    width: 85px;
}

.sh-summary-block .element .add {
    text-align: right;
    margin: -10px 25px 0 0;
}

.sh-summary-block .element .add a {
    color: #9497a2;
}

.sh-summary-block .element .note-item {
    margin: 0 0 0 47px;
    font-size: 14px;
    color: #00103a;
}

.sh-summary-block .element .note-item textarea {
    width: 700px;
    height: 75px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d5d6;
    -moz-box-shadow: 0 1px 0 #d6d5d6;
    box-shadow: 0 1px 0 #d6d5d6;
    color: #808183;
    resize: none;
    margin: 1px 0 7px 0;
}

.element-button {
    width: 810px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
}
