body {
    background: #fff;
    color:rgb(68,68,68);
    line-height: 1.5;
    font-size: 16px;
    font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
    min-width: 1200px;
}

.wrapper {
    width: 1200px;
}

a, a:focus, a:hover {
    color:rgb(68,68,68);
    text-decoration: underline;
}

h1, .new-zag {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    font-family: "Arial";
}

h2, .h1news {
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: normal;
    text-transform: none;
    color: #000;
}

h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    color: #000;
}

p {
    margin-bottom: 1em;
}

#header {
    padding: 30px 0 40px 0;
    border-bottom: 1px solid rgb(187,187,187);
}

.header-left {
    float: left;
}

#header-logo {
    display: block;
    max-width: 326px;
}

#header-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.header-phone {
    font-size:26px;
    line-height:120%;
    margin-top: 20px;
}

.header-phone a {
    text-decoration: none;
}

.header-phone a:hover {
    /* text-decoration: underline; */
}

#horMenu {
    float: left;
    margin: 0 25px 0 45px;
    width: 215px;
    margin-top: -12px;
}

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

#horMenu ul li {
    border-bottom: 1px solid rgb(60,156,164);
    line-height: 120%;
    padding: 9px 0;
}

#horMenu ul li a, #horMenu ul li a:focus, #horMenu ul li a:hover, #horMenu ul li span {
    font-family: "Arial";
    font-size:15px;
    text-decoration: none;
    color: #000;
}
#horMenu ul li span {
    color:#3c9ca4;
}

.header-copyright {
    font-size:15px;
    line-height:140%;
    color:rgb(68,68,68);
    margin-bottom: 16px;
    margin-top: -4px;
}

.header-social {
    height: 19px;
    margin-bottom: 11px;
}

.header-social a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 19px;
}

.header-social a img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-name {
    font-size:15px;
    line-height:120%;
    color:rgb(68,68,68);
    margin-bottom: 16px;
}

.header-email {
    font-size:14px;
    line-height:120%;
    color:rgb(68,68,68);
    min-width: 220px;
    display: inline-block;
    /*border-bottom: 1px solid rgb(68,68,68);*/
}

.header-email a,
.header-email a:focus,
.header-email a:hover {
    text-decoration: none;
    color:rgb(68,68,68);
}

.header-email a:hover {
    text-decoration: underline;
}

.header-right {
    overflow: hidden;
}

.header-right img {
    max-width: 100%;
    height: auto;
}

#footer {
    margin: 0;
    padding: 20px 0 35px 0;
}

.nonmain #footer {
    border-top: 1px solid rgb(187,187,187);
    padding-top: 40px;
}

.footer-right {
    float: right;
}

.footer-social {
    height: 19px;
    margin-bottom: 11px;
}

.footer-social a {
    display: block;
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 19px;
}

.footer-social a img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-name {
    font-size:15px;
    line-height:120%;
    color:rgb(68,68,68);
    margin-bottom: 16px;
}

#footer-logo {
    display: block;
    max-width: 157px;
    margin-bottom: 15px;
}

#footer-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.footer-text {
    font-size:15px;
    line-height:140%;
    color: #000;
}

.footer-email {
    font-size:14px;
    line-height:120%;
    color:rgb(68,68,68);
    min-width: 220px;
    display: inline-block;
    /*border-bottom: 1px solid rgb(68,68,68);*/
}

.footer-text a,
.footer-text a:focus,
.footer-text a:hover {
    text-decoration: none;
    color:rgb(68,68,68);
}

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

.mainheight {
    /*min-height: calc(100vh - 402px);*/
    overflow: hidden;
}

.nonmain .mainheight {
    padding: 35px 0 50px 0;
}

.mainleft {
    float: left;
    width: 588px;
    margin-right: 24px;
}

.mainright {
    float: left;
    width: 588px;
}

.catalog-c {
    width: 100%;
    overflow: hidden;
}

.catalog-c h2 {
    line-height: 52px;
    font-family: "Arial";
    font-size: 20px;
    border-bottom: 1px solid rgb(187,187,187);
}

.catalog {
    margin-right: -24px;
    margin-bottom: 40px;
}

.catalog-left {
    width: 588px;
    float: left;
}

.catalog-right {
    width: 588px;
    float: left;
    margin-left: 24px;
}

.cat-item {
    float: left;
    width: 588px;
    margin: 0 24px 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

.cat-name {
    margin-bottom: 10px;
    line-height:120%;
}

.cat-name a,
.cat-name a:focus,
.cat-name a:hover {
    font-size:20px;
    color: #000;
    text-decoration: none;
}

.cat-type {
    font-size:15px;
    line-height:120%;
    color:rgb(68,68,68);
    margin-bottom: 18px;
}

.cat-img {
    display: block;
    margin-bottom: 11px;
}

.cat-img img {
    display: block;
    width: 100%;
    /*height: 379px;*/
    height: auto;
}

.cat-anons {
    font-size:16px;
    line-height:120%;
    color:rgb(68,68,68);
    margin-right: 110px;
}

.maincontacts {
    float: left;
    width: 588px;
    margin-right: 24px;
    margin-bottom: 30px;
    border-top: 1px solid rgb(255,207,0);
}

.maincontacts h2 {
    line-height: 60px;
    font-family:"Arial";
    font-size:26px;
    color: #000;
    margin: 0;
}

.maincontacts-slider {
    width: 588px;
    height: 336px;
    overflow: hidden;
}

.maincontacts-slide,
.maincontacts-slide:focus,
.maincontacts-slide:hover {
    display: block;
    width: 588px;
    height: 336px;
    position: relative;
    background: rgb(0,174,165);
    color: #fff;
    text-decoration: none;
    font-family: "Arial";
    font-size:34px;
    line-height:120%;
}

.maincontacts-slide-num {
    position: absolute;
    left: 18px;
    top: 13px;
    right: 18px;
}

.maincontacts-slide-name {
    position: absolute;
    left: 18px;
    bottom: 15px;
    right: 18px;
}

.maininfo {
    border-top: 1px solid rgb(0,174,165);
    float: left;
    width: 588px;
}

.maininfoprice {
    float: left;
    width: 282px;
    margin-right: 24px;
}

.maininfoprice h2 {
    line-height: 60px;
    font-family:"Arial";
    font-size:26px;
    color: #000;
    margin: 0;
}

.maininfoprice-slider {
    width: 282px;
    height: 336px;
    overflow: hidden;
}

.maininfoprice-slide,
.maininfoprice-slide:focus,
.maininfoprice-slide:hover {
    width: 282px;
    height: 336px;
    display: block;
    background: rgb(150,150,150);
    position: relative;
    font-family:"Arial";
    font-size:17px;
    line-height:120%;
    color:rgb(255,255,255);
    text-decoration: none;
}

.maininfoprice-slide-price {
    position: absolute;
    left: 22px;
    top: 22px;
    font-size: 28px;
    right: 22px;
}

.maininfoprice-slide-name {
    position: absolute;
    left: 22px;
    bottom: 18px;
    right: 22px;
}

.feedback-photo {
    width: 282px;
    float: left;
}

.feedback-photo h2 {
    line-height: 60px;
    font-family:"Arial";
    font-size:26px;
    color: #000;
    margin: 0;
}

.feedback-photo a {
    display: block;
    margin: 0 auto;
    width: 282px;
}

.maininforight {
    width: 292px;
    float: left;
}

.maininforight h2 {
    line-height: 60px;
    font-family:"Arial";
    font-size:26px;
    color: #000;
    margin: 0;
}

.mainrecall {
    width: 292px;
    height: 336px;
    background:rgb(245,245,245);
    border: 1px solid rgb(221,221,221);
}

.mainrecall-title {
    background: rgb(51,51,51);
    font-family: "Arial";
    font-size:16px;
    line-height:40px;
    color:rgb(255,255,255);
    height: 40px;
    text-align: center;
}

.mainrecall .modal-body {
    padding: 10px 20px;
    position: relative;
}

.mainrecall .modal-body .alert {
    width: 250px;
    margin: 0;
}

.mainrecall .modal-body .alert-danger {
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.mainrecall input[type='text'],
.mainrecall input[type='text']:focus,
.mainrecall textarea,
.mainrecall textarea:focus {
    display: block;
    border: 1px solid rgb(221,221,221);
    outline: none;
    margin: 0 0 11px 0;
    padding: 0 10px;
    font-size:14px;
    color:rgb(102,102,102);
    font-family: "Arial";
    height: 31px;
    width: 100%;
    transition: .5s border-color;
}

.mainrecall textarea,
.mainrecall textarea:focus {
    line-height: 120%;
    padding: 6px 10px;
    height: 63px;
    resize: none;
}

.mainrecall img {
    width: 88px;
    height: 31px;
    display: block;
    float: right;
    margin-left: 18px;
}

.mainrecall img + input[type='text'],
.mainrecall img + input[type='text']:focus {
    width: 144px;
    float: right;
}

.mainrecall input[type='checkbox'] {
    display: none;
}

.mainrecall input[type='checkbox'] + label {
    position: relative;
    font-family:"Arial";
    font-size:13px;
    line-height:120%;
    color:rgb(102,102,102);
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 11px;
    transition: .5s color;
}

.mainrecall input[type='checkbox'] + label:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('check.png') left center no-repeat;
}

.mainrecall input[type='checkbox']:checked + label:before {
    background-position: right center;
}

.mainrecall input[type='submit'] {
    background-color:rgb(170,170,170);
    width:120px;
    height:32px;
    font-family: "Arial";
    font-size:14px;
    line-height:32px;
    color:rgb(255,255,255);
    text-align: center;
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
}

.mainrecall input[type="text"].required,
.mainrecall textarea.required,
.mainrecall input[type='checkbox'].required + label {
    border-color: #f00;
    color: #f00;
}

input.form-agree {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

input.form-agree + label {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transition: .5s color;
}

input.form-agree.error + label {
    color: #f00;
}

.pp_overlay {
    opacity: 0.65!important;
}

.pp_top,
.pp_bottom,
.pp_expand,
.pp_arrow_previous,
.pp_arrow_next,
.pp_social {
    display: none!important;
}

div.dark_rounded .pp_content_container .pp_left {
    background: #222!important;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 10px;
}

div.dark_rounded .pp_content_container .pp_right {
    background: none!important;
    padding-right: 0;
}

div.dark_rounded .pp_content {
    background: none!important;
}

.pp_content_container .pp_details {
    float: none!important;
    margin: 0!important;
}

.pp_content_container .pp_details .pp_nav {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

div.dark_rounded .pp_nav .currentTextHolder {
    float: none;
    margin: 0;
    color: #fff;
    opacity: 0.6;
}

.pp_pic_holder.dark_rounded .pp_hoverContainer {
    top: 10px;
}

.pp_pic_holder.dark_rounded .pp_previous,
.pp_pic_holder.dark_rounded .pp_previous:focus,
.pp_pic_holder.dark_rounded .pp_previous:hover,
.pp_pic_holder.dark_rounded .pp_next,
.pp_pic_holder.dark_rounded .pp_next:focus,
.pp_pic_holder.dark_rounded .pp_next:hover {
    background: none;
    position: relative;
}

.pp_pic_holder.dark_rounded .pp_previous:before,
.pp_pic_holder.dark_rounded .pp_next:before {
    content: '';
    display: block;
    width: 20px;
    height: 34px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -17px;
    background: url('/img/pp.png') left center no-repeat;
    opacity: 0.7;
}

.pp_pic_holder.dark_rounded .pp_next:before {
    left: auto;
    right: 10px;
    background: url('/img/pp.png') right center no-repeat;
}

.pp_pic_holder.dark_rounded .pp_previous:hover:before,
.pp_pic_holder.dark_rounded .pp_next:hover:before {
    opacity: 1;
}

.pp_fade {
    position: relative;
}

div.dark_rounded .pp_fade .pp_details {
    position: static;
}

div.dark_rounded .pp_fade .pp_details .pp_close {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -35px;
    right: 0px;
    z-index: 3000;
    background: url('pp_close.png') center center no-repeat;
    opacity: 0.3;
}

div.dark_rounded .pp_fade .pp_details .pp_close:hover {
    opacity: 1;
}

.feedback2-c {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.feedback2-c h2 {
    display: none;
}

.feed2-item,
.feed2-item:focus,
.feed2-item:hover {
    display: block;
    float: left;
    width: 282px;
    height: 336px;
    margin: 0 24px 0 0;
    background: rgb(0,174,165);
    text-decoration: none;
    color: #fff;
    font-family: "Arial";
    position: relative;
}

.feed2-num {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 13px;
    font-size: 34px;
}

.feed2-name {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 13px;
    font-size: 18px;
}

.feedback2 .mainrecall {
    float: left;
    margin-left: 2px;
}

.rubrikator-c {
    width: 100%;
    overflow: hidden;
}

.rubrikator {
    margin: 0 -10px;
}

.rub {
    width: 20%;
    height: 260px;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}

.rub a,
.rub a:focus,
.rub a:hover {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    transition: .5s opacity;
}

.rub a:hover {
    opacity: 0.8;
}

.rub-img {
    width: 100%;
    height: 204px;
    background: center center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #000;
}

.rub-name {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 55px;
    width: 500px;
    padding: 0 20px;
}

.onmain h2 a {
    text-decoration: none;
}

.hideme {
    display: none;
}

div.pluso {
    display: block;
    margin-bottom: 13px;
}

.pluso .pluso-wrap a.pluso-more {
    display: none;
}

.pluso .pluso-wrap a.pluso-facebook,
.pluso .pluso-wrap a.pluso-vkontakte,
.pluso .pluso-wrap a.pluso-facebook:focus,
.pluso .pluso-wrap a.pluso-vkontakte:focus,
.pluso .pluso-wrap a.pluso-facebook:hover,
.pluso .pluso-wrap a.pluso-vkontakte:hover {
    height: 36px;
    line-height: 34px;
    background: none;
    border: 1px solid rgba(170,170,170,0.3);
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    width: auto;
    padding: 0 11px 0 4px;
    vertical-align: top;
}

.pluso .pluso-wrap a.pluso-vkontakte,
.pluso .pluso-wrap a.pluso-vkontakte:focus,
.pluso .pluso-wrap a.pluso-vkontakte:hover {
    padding-left: 8px;
}

.pluso .pluso-wrap a.pluso-facebook:before,
.pluso .pluso-wrap a.pluso-vkontakte:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(pluso.png) top center no-repeat;
    margin: 7px 0;
    vertical-align: top;
}

.pluso .pluso-wrap a.pluso-vkontakte:before {
    background-position: bottom center;
    margin-right: 7px;
}

.pluso .pluso-wrap a.pluso-facebook:after,
.pluso .pluso-wrap a.pluso-vkontakte:after {
    content: 'Поделиться';
    display: inline;
}