.clear {
    clear: both;
}

.wrapper {
    float: left;
    width: 100%;
    min-width: 1000px;
    background: url('../img/bg.jpg') center top no-repeat;
}

.wrap {
    margin: 0 auto;
    width: 1000px;
}

/* Header
------------------------------------------------------------------------------*/

header {
    float: left;
    width: 100%;
}

.main header {
    background: url(../img/bg-header.png) left bottom repeat-x;
}

.logo {
    float: left;
    margin: 30px 0 0;
}

.slogo {
    float: left;
    width: 300px;
    text-align: center;
    font-size: 12px;
    margin: 40px 0 0 40px;
}

.slogo span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
}

.hbut {
    float: right;
    width: 181px;
    margin: 39px 0 0 40px;
}

.hcall {
    display: block;
    width: 181px;
    height: 32px;
    background: url('../img/but-call.png') no-repeat;
    text-indent: -9999px;
    margin: 0 0 5px;
}

.hmail {
    display: block;
    width: 181px;
    height: 32px;
    background: url('../img/butmail.png') no-repeat;
    text-indent: -9999px;
}

.htel {
    float: right;
    margin: 38px 0 0;
    font-size: 20px;
    line-height: 1;
}

.htelbl {
    padding: 15px 0 0 40px;
    background: url('../img/htel.png') 0 10px  no-repeat;
}

.htelbl span {
    color: #c40c11;
}

.htmail {
    padding: 0 0 0 40px;
    background: url('../img/hmail.png') 7px 4px no-repeat;
    font-size: 14px;
}

.slogan {
    float: left;
    width: 100%;
    background: url('../img/slogan2.png') center top no-repeat;
    text-indent: -9999px;
    height: 38px;
    margin: 30px 0 20px
}

.menu {
    position: relative;
    float: left;
    width: 100%;
    height: 64px;
    background: url('../img/bg-menu.png') repeat-x;
    border-radius: 15px 15px 0 0;
}

.menu ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu ul li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 64px;
}

.menu ul li:hover {
    background: url('../img/bg-menuact.png') 0 0 repeat-x;
}

.menu ul li a {
    display: block;
    color: inherit;
    padding: 19px 0;
}

.menu ul li span {
    display: block;
    position: absolute;
    top: 23px;
    right: -1px;
    width: 2px;
    height: 15px;
    background: url('../img/lisep.png') 0 0 no-repeat;
    z-index: 1;
}

.menu ul li a:hover {
    text-decoration: none;
}

.menu ul li.first {
    border-radius: 16px 0 0 0;
}

.menu ul li.last {
    border-radius: 0 16px 0 0;
}

.menu ul li.last span {
    display: none;
}

.menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    z-index: 100;
    background-color: #22a843;
}

.menu > nav > ul > li:hover > ul {
    display: block;
}

.menu ul ul li {
    display: block;
    text-align: left;
    height: auto;
    line-height: 1.2;
    border-radius: 0 !important;
}

.menu ul ul li span {
    display: none;
}

.menu ul ul li a {
    padding: 10px 10px;
}

.menu .shl {
    position: absolute;
    left: -37px;
    top: -30px;
    width: 37px;
    height: 360px;
    background: url('../img/shl.png') no-repeat;
}

.menu .shr {
    position: absolute;
    right: -37px;
    top: -30px;
    width: 37px;
    height: 360px;
    background: url('../img/shr.png') no-repeat;
}

.content {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.content .wrap {
    background-color: #fff;
} 

.lastnews {
    float: left;
    width: 100%;
    background-color: #68b051;
    color: #fff;
    padding: 25px 0;
}

.lnews {
    float: left;
    width: 293px;
    margin: 0 20px;
}

.lndate {
    float: left;
    font-size: 13px;
    background: url('../img/lndate.png') right 5px no-repeat;
    padding: 0 35px 0 0;
    height: 20px;
}

.lntit {
    float: left;
    width: 100%;
    color: #fff;
    margin: 15px 0;
}

.lntit a {
    display: block;
    color: inherit;
    font-size: 16px;
}

.about {
    float: left;
    width: 100%;
}

.about h1 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
}

footer {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.fcont {
    background-color: #e9e9e9;
    padding: 20px 15px;
}

.copy {
    float: left;
    font-size: 13px;
    margin: 0 30px 0 0;
}

.ftel {
    float: left;
    padding: 0 0 0 40px;
    background: url('../img/htel.png') 0 10px no-repeat;
    font-size: 16px;
    margin: 0 30px 0 0;
}

.ftel span {
    color: #c40c11;
}

.fss {
    float: right;
    margin: 0 20px 0 0;
}

.why {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.whytit {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}

.mbls {
    float: left;
    width: 100%;
}

.mbl {
    float: left;
    width: 304px;
    border: 1px solid #dfdfdf;
    margin: 0 39px 0 0;
    text-align: center;
    border-radius: 15px;
    background: #ffffff url('../img/bg-mbl.png') left bottom repeat-x;
}

.mbl.last {
    margin: 0;
}

.mblico {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

.mbltit {
    float: left;
    width: 100%;
    color: #c40c11;
    font-size: 20px;
    margin: 0 0 10px;
}

.mblcont {
    padding: 0 15px;
    font-size: 14px;
}

.fbutcall {
    float: left;
    display: block;
    text-indent: -9999px;
    background: url('../img/but-call.png') no-repeat;
    width: 181px;
    height: 32px;
    margin: 0 15px 0 0;
}

.fbutmail {
    float: left;
    display: block;
    text-indent: -9999px;
    background: url('../img/butmail.png') no-repeat;
    width: 181px;
    height: 32px;
}

.slider {
    position: relative;
    float: left;
    width: 100%;
    height: 264px;
}

#slider img {
    display: none;
}

.slopis {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/bg-caption.png') no-repeat;
    width: 439px;
    height: 264px;
    padding: 30px 30px 0 90px;
    color: #fff;
    z-index: 200;
}

.slmore {
    float: left;
    width: 223px;
    height: 49px;
    background: url('../img/but-slidemore.png') 0 0 no-repeat;
    text-indent: -99999px;
}

.slmore:hover {
    background-position: 0 -49px;
}

.contwrap {
    float: left;
    width: 100%;
    background-color: #fff;
}

.breadcrumbs {
    float: left;
    margin: 20px;
    background-color: #e8e8e8;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 13px;
}

.breadcrumbs a {
    color: #000;
    text-decoration: underline;
}

.breadcrumbs .B_currentCrumb {
    color: #c40a0f;
}

.cont {
    float: right;
    width: 730px;
    padding: 0 25px 0 0;
}

.cont h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.sidebar {
    float: left;
    width: 240px;
    padding: 0 0 0 20px;
}

.nbl {
    float: left;
    width: 100%;
    border-bottom: 4px solid #f2f2f2;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.nimg {
    float: left;
    width: 186px;
    margin: 0 18px 0 0;
}

.nblr {
    float: right;
    width: 500px;
}

.nbltitle {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    color: #000;
}

.nbltitle a {
    color: inherit;
    text-decoration: underline;
}

.nbltitle a:hover {
    color: #971215;
}

.nblcont {
    float: left;
    width: 100%;
    font-size: 13px;
}

.nbldate {
    float: left;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    background: url('../img/ndate.png') right 4px no-repeat;
    margin: 0 0 5px;
}

.centry {
    float: left;
    width: 100%;
    background-color: #62a54c;
    border-radius: 15px;
    padding: 0 0 18px;
    margin: 0 0 30px;
}

.centryh {
    float: left;
    width: 100%;
    background-color: #254f1b;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
}

.centry ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 2px solid #548f40;
}

.centry ul li {
    float: left;
    list-style: none;
    color: #fff;
    width: 100%;
    /*height: 46px;*/
    background: #34b550 url('../img/bg-licenter.png') repeat-x;
    border-bottom: 2px solid #548f40;
    font-size: 15px;
}

.centry ul li:hover,
.centry ul li.active {
    background: #21ce51 url('../img/bg-licenter-act.png') repeat-x;
}

.centry ul li a {
    display: block;
    color: inherit;
    width: 100%;
    /*height: 46px;*/
    padding: 13px 0 10px 47px;
    background: url('../img/licenter.png') 10px 9px no-repeat;
}

.centry ul li a:hover {
    text-decoration: none;
}

.pagination {
    float: left;
    width: 100%;
}

.ditto_page {
    background: url('../img/bg-pageli.png') repeat-x;
}

.pagenum a,
.pagenum span {
    padding: 5px 7px;
    font-size: 17px;
    color: #fff;
    border-radius: 15px;
    margin: 0 2px;
}

.pagenum a.ditto_page:hover {
    background: url('../img/bg-pageliact.png') repeat-x;
    text-decoration: none;
}

.ditto_currentpage {
    background: url('../img/bg-pageliact.png') repeat-x;
}

.ditto_next_link,
.ditto_previous_link,
.ditto_off {
    color: #000;
    text-decoration: underline;
}

.smenu {
    float: left;
    width: 218px;
    border: 7px solid #ececec;
    border-radius: 15px;
    margin: 0 0 28px;
}

.smenu ul {
    margin: 0;
    padding: 0;
}

.smenu ul li {
    float: left;
    width: 100%;
    list-style: none;
    color: #286a15;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    background: url('../img/sliarr.png') 10px 22px no-repeat;
}

.smenu ul li a {
    display: block;
    color: inherit;
    padding: 15px 22px;
}

.smenu ul li a:hover,
.smenu ul li.active a {
    color: #8a8a8a;
}

.region {
    float: left;
    width: 100%;
}

.region-title {
    float: left;
    font-size: 22px;
    background: url('../img/ico-region-title.png') right 10px no-repeat;
    padding: 0 20px 0 0;
    margin: 0 0 25px 0;
}

.region-city-block {
    float: left;
    width: 100%;
}

.city_item {
    position: relative;
    float: left;
    width: 322px;
    border-bottom: 7px solid #de4145;
    margin: 0 0 50px;
    padding: 0 0 30px;
}

.city_more {
    position: absolute;
    bottom: -21px;
    width: 112px;
    height: 36px;
    background: url('../img/but-more.png') no-repeat;
    right: 0;
    text-indent: -9999px;
}

.city_more:hover {
    background-position: 0 -36px;
}

.city_img_block {
    float: left;
    width: 100%;
    background-color: #62a64c;
    border-radius: 10px 10px 0 0;
    margin: 0 0 15px;
}

.city_item.alt {
    float: right;
}

.city_title {
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.city_title a {
    color: inherit;
    text-decoration: underline;
}

.gallery {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.galtit {
    font-size: 24px;
    color: #989898;
}

.galitem {
    float: left;
    width: 220px;
    height: 157px;
    margin: 0 20px 20px 0;
}

.ftitle {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.frow {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.flabel {
    float: left;
    width: 100px;
}

.fin {
    float: left;
    width: 300px;
}

.feedback input {
    width: 300px;
    border: 2px solid #989898;
    height: 33px;
    padding: 0 10px;
}

.feedback .subform {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 5px 10px 3px;
    color: #fff;
    background-color: #c40d12;
    border: none;
    margin: 0 0 0 100px;
}

.feedback textarea {
    width: 300px;
    border: 2px solid #989898;
    height: 66px;
    padding: 5px;
}





