@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext');

body {
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
    min-width: 1240px;
}

a,
a:focus,
a:hover {
    color: #3097B9;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1,
.h1,
.new-zag {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

h2,
.h2,
.h1news {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
}

h3 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
}

p {
    margin-bottom: 1.5em;
}

#content p {
    margin-bottom: 10px;
}

.wrapper {
    width: 1200px;
}

#header {
    border-bottom: 5px solid #00719d; /*144150;*/
}

.header-top {
    padding: 12px 0;
}

.header-call,
.header-call:focus,
.header-call:hover {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
}

.header-call:hover {
    text-decoration: underline;
}

.header-personal,
.header-personal:focus,
.header-personal:hover {
    display: block;
    float: right;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
}

.header-personal:hover {
    text-decoration: underline;
}

.header-lang,
.header-lang:focus,
.header-lang:hover {
    display: block;
    float: right;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    margin: 0 20px 0 0;
}

.header-lang:hover {
    text-decoration: underline;
}

.header-middle {
    position: relative;
    margin: 10px 0 20px 0;
}

#header-logo {
    display: block;
    position: absolute;
    width: 193px;
    height: 47px;
    top: -3px; /* 5px - 8px */
    left: 50%;
    margin: 0 0 0 -96.5px;
}


.header-phone {
    float: left;
    line-height: 41px;
    height: 41px;
    font-size: 15px;
}

.header-phone:before {
    content: '';
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(header-phone.png) center center no-repeat #3097B9;
    border-radius: 50%;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.header-cart,
.header-cart:focus,
.header-cart:hover {
    display: block;
    float: right;
    background: url(header-cart.png) center center no-repeat #3097B9;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    position: relative;
    margin: 0 4px 0 0;
}

.header-cart span {
    display: block;
    min-width: 20px;
    line-height: 18px;
    height: 20px;
    border: 1px solid #3097B9;
    border-radius: 10px;
    padding: 0 3px;
    text-align: center;
    font-size: 11px;
    background: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
}

.header-bottom {
    position: relative;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
    padding-left: 1px;
    position: relative;
    vertical-align: top;
}

.header-menu ul li:first-child {
    padding-left: 0;
}

.header-menu ul li:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    background: #ddd;
}

.header-menu ul li:first-child:before {
    content: none;
}

.header-menu ul li a,
.header-menu ul li a:focus,
.header-menu ul li a:hover {
    display: block;
    margin: 0 -1px;
    padding: 0 25px;
    color: #111;
    font-size: 16px;
    line-height: 55px;
    height: 55px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s background-color;
	font-weight: bold;
}

.header-menu ul li.on > a,
.header-menu ul li.on > a:focus,
.header-menu ul li a:hover {
    background: #00719d; /*144150;*/
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-menu ul li.header-search {
    display: inline-block;
    vertical-align: top;
    height: 41px;
    margin: 7px 25px 7px 15px;
}

.header-menu ul li.header-search:before {
    content: none;
}

.header-menu ul li.header-search a,
.header-menu ul li.header-search a:focus,
.header-menu ul li.header-search a:hover {
    display: block;
    width: 41px;
    height: 41px;
    background: url(header-search.png) center center no-repeat #3097B9;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.header-form {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 55px;
    padding: 7px 102px 7px 0;
    z-index: 1;
}

.header-form input[type='text'] {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #3097B9;
    padding: 0 10px;
}

.header-form input[type='submit'] {
    display: block;
    width: 41px;
    height: 41px;
    border: none;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    background: url(header-search.png) center center no-repeat #3097B9;
    position: absolute;
    top: 7px;
    right: 51px;
    margin: 0;
}

.header-form button {
    display: block;
    width: 41px;
    height: 41px;
    border: none;
    color: #fff;
    font-size: 36px;
    border-radius: 50%;
    background: #3097B9;
    position: absolute;
    top: 7px;
    right: 0;
    line-height: 41px;
    padding: 0;
    margin: 0;
    text-align: center;
}

#footer {
    margin: 0;
    background: #FAFAFA;
}

.footer-top {
    font-size: 1px;
    line-height: 0;
    text-align: justify;
    border-bottom: 1px solid #E3E3E3;
    padding: 25px 0 25px 0;
}

.footer-top:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
}

.footer-top > * {
    display: inline-block;
    vertical-align: top;
}

.footer-top a,
.footer-top a:focus,
.footer-top a:hover {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 52px;
    height: 52px;
}

.footer-top a.on,
.footer-top a.on:focus,
.footer-top a:hover {
    text-decoration: underline;
}

.footer-phone {
    color: #333;
    font-size: 15px;
    line-height: 52px;
    height: 52px;
}

.footer-address {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.footer-address span {
    display: table-cell;
    height: 52px;
    vertical-align: middle;
    text-align: left;
}

a.footer-totop,
a.footer-totop:focus,
a.footer-totop:hover {
    width: 52px;
    height: 52px;
    background: #3097B9;
    border: 1px solid #3097B9;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    position: relative;
    transition: .5s background-color;
}

a.footer-totop:hover {
    background: none;
}

a.footer-totop:before {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -7px;
    background: url(footer-totop.png) 0 0 no-repeat;
}

a.footer-totop:hover:before {
    background-position: 0 -10px;
}

.footer-bottom {
    font-size: 14px;
    line-height: 72px;
    height: 72px;
    text-align: center;
}

.footer-bottom a,
.footer-bottom a:focus,
.footer-bottom a:hover {
    opacity: 0.8;
}

.footer-bottom a:hover {
    opacity: 1;
}

.bread {
    background: url(bread.gif) top center repeat no-repeat #F4F4F4;
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
}

.bread .breadcrumb {
    margin: 0;
}

.bread .breadcrumb > li + li::before {
    content: '\00BB';
    color: #000;
}

.bread .breadcrumb > li a,
.bread .breadcrumb > li a:focus,
.bread .breadcrumb > li a:hover {
    color: #000;
    text-decoration: none;
}

.bread .breadcrumb > li a:hover {
    text-decoration: underline;
}

#vmenu {
    float: left;
    width: 225px;
    margin: 20px 40px 60px 0;
}

#vmenu > span {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    padding: 14px 0;
    font-weight: 700;
    text-transform: uppercase;
}

#vmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#vmenu ul li {
    padding: 12px 0;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 1.2;
}

#vmenu ul li a,
#vmenu ul li a:focus,
#vmenu ul li a:hover {
    color: #000;
    text-decoration: none;
}

#vmenu ul li.on > a,
#vmenu ul li.on > a:focus,
#vmenu ul li a:hover {
    color: #3097B9;
}

#vmenu ul ul {
    margin-bottom: 7px;
}

#vmenu ul ul li {
    position: relative;
    padding: 12px 0 0 10px;
    border: none;
}

#vmenu ul ul a:before {
    content: '-';
    display: block;
    position: absolute;
    left: 0;
}

#content {
    margin: 30px 0 60px 0;
}

#vmenu + #content {
    float: left;
    width: 935px;
}

.rubrikator {
    width: 100%;
    margin: 0 0 30px;
}

.rubrikator-c {
    margin: 0 -2px;
}

.rubrikator-w {
    float: left;
    width: 33.333%;
    height: 400px;
    overflow: hidden;
    padding: 0 2px;
    margin: 0 0 10px 0;
}

.rubrikator-item,
.rubrikator-item:focus,
.rubrikator-item:hover {
    color: #000;
    text-decoration: none;
    text-align: center;
}

.rubrikator-item:hover {
    color: #3097B9;
}

.rubrikator-img {
    width: 100%;
    height: 290px;
    background: center center no-repeat;
    background-size: cover;
    margin: 0 0 10px 0;
}

.rubrikator-name {
    font-size: 28px;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.rubrikator-name:after {
    content: '';
    display: block;
    width: 216px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -108px;
}

.rubrikator-text {
    color: #000;
    letter-spacing: 0.02em;
    font-size: 15px;
    line-height: 16px;
    height: 60px;
}

.rubrikator-text span {
    display: table-cell;
    width: 1200px;
    height: 60px;
    vertical-align: middle;
    padding: 0 10px;
}

.catalog {
    width: 100%;
    margin: 0 0 20px 0;
}

.catalog-c {
    margin: 0 -8px;
}

.catalog-w {
    float: left;
    width: 33.333%;
    padding: 0 8px;
    margin: 0 0 20px 0;
}

.catalog-item {
    border: 1px solid #F0F0F0;
    padding: 10px 30px 0 30px;
    text-align: center;
    height: 460px;
}

.catalog-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.catalog-img {
    display: block;
    width: 100%;
    height: 205px;
    margin: 0 0 10px 0;
    font-size: 0;
    line-height: 0;
}

.catalog-img:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.catalog-img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.catalog-name {
    position: relative;
    height: 60px;
    margin-bottom: 10px;
}

.catalog-name:after {
    content: '';
    display: block;
    width: 230px;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -115px;
}

.catalog-name span {
    display: table-cell;
    width: 1200px;
    height: 60px;
    vertical-align: middle;
}

.catalog-name a,
.catalog-name a:focus,
.catalog-name a:hover {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
}

.catalog-name a:hover {
    color: #3097B9;
}

.catalog-price {
    line-height: 25px;
    height: 25px;
    font-size: 20px;
    color: #535353;
}

.catalog-price span {
    font-size: 16px;
}

.catalog-anons {
    font-size: 15px;
    line-height: 1.4;
    height: 65px;
    color: #777;
    overflow: hidden;
}

.catalog-anons span {
    display: table-cell;
    width: 1200px;
    height: 50px;
    vertical-align: middle;
}

.catalog-buy,
.catalog-buy:focus,
.catalog-buy:hover {
    display: block;
    width: 210px;
    height: 45px;
    border: 1px solid #3097B9;
    color: #fff;
    background: #3097B9;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    line-height: 43px;
    font-size: 15px;
    padding: 0 45px 0 0;
    transition: .5s background-color;
}

.catalog-buy:hover {
    background: none;
    color: #3097B9;
}

.catalog-buy:before {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    position: absolute;
    top: -1px;
    right: 44px;
    background: #45A2C0;
}

.catalog-buy:hover:before {
    content: none;
}

.catalog-buy:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -1px;
    right: -1px;
    background: url(catalog-buy.png) center center no-repeat #3097B9;
}

.slider {
    width: 1200px;
    height: 530px;
    overflow: hidden;
    margin: 15px auto 50px auto;
}

.slider-item {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.slider-nav {
    position: relative;
    z-index: 2;
}

.slider-prev,
.slider-next {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 235px;
    left: 0;
    transition: .5s opacity;
}

.slider-prev:hover,
.slider-next:hover {
    opacity: 0.9;
}

.slider-next {
    right: 0;
    left: auto;
}

.slider-prev:before,
.slider-next:before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    background: url(slider-nav.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
}

.slider-next:before {
    background-position: -12px 0;
}

.about_main {
    padding: 80px 0 0 0;
}

.about_main-c {
    padding: 0 0 80px 0;
    background: center center;
    background-size: cover;
}

.about_main-w {
    margin: -80px 0 0 0;
    background: #fff;
    box-shadow: 0 0 17px rgba(0,0,0,0.15);
    padding: 70px 600px 50px 100px;
    position: relative;
}

.about_main-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 555px;
    background: center center no-repeat;
    background-size: cover;
}

.about_main-text {
    font-size: 18px;
    line-height: 1.5;
}

.about_main-text h1 {
    margin-bottom: 50px;
}

.map_main {
    padding: 70px 0 0 0;
}

.map_main .h1 {
    text-align: center;
    margin-bottom: 55px;
}

.map_main-w {
    position: relative;
    padding: 0 810px 0 0;
}

.map_main-c {
    padding: 65px 0 75px 0;
}

.map_main-name {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 13px 0;
    position: relative;
    padding: 7px 0;
}

.map_main-name:after {
    content: '';
    display: block;
    width: 340px;
    height: 1px;
    background: #8DCDE2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.map_main-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.map_main-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 780px;
}

.map_main-map > div {
    height: 100% !important;
}

.rubrikator_main {
    margin: 0 0 80px 0;
}

.rubrikator_main h2 {
    text-align: center;
    margin: 0 0 53px 0;
    font-size: 38px;
    color: #202020;
    font-weight: 700;
}

.rubrikator_main-c {
    box-shadow: 0 0 27px rgba(0,0,0,0.15);
}

.rubrikator_main-item,
.rubrikator_main-item:focus,
.rubrikator_main-item:hover {
    display: block;
    float: left;
    width: 400px;
    height: 780px;
    position: relative;
    overflow: hidden;
    padding: 390px 0 0 0;
    background: #fff;
    color: #525252;
    text-decoration: none;
    transition: .5s background-color;
}

.rubrikator_main-item:hover {
    background: #00719d; /*124250;*/ /*background: #0F313C;*/
    color: #fff;
}

.rubrikator_main-item:after {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #ABDAE9;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -1px;
}

.rubrikator_main-img {
    display: block;
    width: 100%;
    height: 390px;
    background: center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.rubrikator_main-bot {
    width: 1200px;
    height: 280px;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
}

.rubrikator_main-name {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.rubrikator_main-item:hover .rubrikator_main-name {
    color: #fff;
}

.rubrikator_main-text {
}

.rubrikator_main-more {
    width: 162px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    border: 1px solid #3097B9;
    background: #3097B9;
    margin: 0 auto;
    color: #fff;
    transition: .5s background-color;
}

.rubrikator_main-item:hover .rubrikator_main-more {
    background: none;
}

.rubrikator_main-item:nth-child(3n+2) {
    padding: 0 0 390px 0;
}

.rubrikator_main-item:nth-child(3n+2) .rubrikator_main-img {
    top: auto;
    bottom: 0;
}

.rubrikator_main-item-black,
.rubrikator_main-item-black:focus {
    background: #1B5669;
}

.rubrikator_main-item-black:after {
    content: none;
}

.rubrikator_main-item-black .rubrikator_main-bot {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.rubrikator_main-item-black .rubrikator_main-name {
    color: #fff;
    font-size: 18px;
    text-transform: none;
}

.rubrikator_main-item-black .rubrikator_main-more {
    background: none;
    font-weight: 400;
    font-size: 18px;
    width: 182px;
}

.mainheight {
    min-height: calc(100vh - 175px);
}

.input-append {
    padding: 0 16px 0 0;
    position: relative;
}

.input-append .numSave {
    outline: none;
    border-width: 1px;
    width: 60px;
    height: 24px;
}

.input-append .cntBySHCG {
    display: block;
    width: 16px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.input-append .cntBySHCG-plus,
.input-append .cntBySHCG-minus {
    display: block;
}

.input-append .arr-item-t,
.input-append .arr-item-b {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
}

.catalog_full {
    overflow: hidden;
}

.catalog_full-c {
    margin: 0 -5px;
}

.catalog_full-img {
    float: right;
    width: 412px;
    padding: 0 5px;
}

.catalog_full-text {
    overflow: hidden;
    padding: 0 5px;
}

#myModal .modal-dialog {
    width: 480px;
    min-width: 300px;
    margin: 30px auto;
}

@media (max-width: 520px) {
    #myModal .modal-dialog {
        width: auto;
        margin: 10px;
    }
}