html, body{
    font-family: open_sansregular,sans-serif;
    color: #2e4363;
}

a{
    color: #2e4363;
}

body{
    background: url(../img/bg-pattern.png);
}

#wrapper{
    margin: 0 auto;
    width: 1240px;
    min-height:100%;
    height: auto !important;
    overflow: hidden;
}

#header{
    padding-top: 5px;
}

#header .switch-lang{
    margin-left: 10px;
}

#header .authorization{
    float: right;
    margin-right: 6px;
}

#header .header{
    color: #2e4363;
    padding: 0px 32px;
}

#header .logo-l {
    width: 150px;
    height: 150px;
    display: inline-block;
    float: left;
}
#header .logo-r{
    width: 150px;
    height: 150px;
    display: inline-block;
    float: left;
}

#header .logo-l{
    background: url(../img/logo-l.png) top left no-repeat;
}

#header .logo-r{
    background: url(../img/logo-r.png) top left no-repeat;
    float: right;
    margin-right: -15px;
    margin-top: 5px;
}

#header .header-title{
    float: left;
    padding: 17px 21px;
}

#header .header-title span{
    font-size: 16px;
    font-family: frizquadratacregular;
    display: block;
}

#header .header-title span.rpc{
    letter-spacing: 1px;
    font-size: 17.148px;
    line-height: 0.583;
    padding-bottom: 14px;
}


#header .header-title span.coop-center,
#header .header-title span.coop-center-2{
    letter-spacing: 0.5px;
    font-size: 22.507px;
    line-height: 25px;
}

#header .header-title span.coop-center-2{
    letter-spacing: 0.6px;
}

.header-title{
    font-size: 16px;
}

.header-title .contacts{
    font-size: 17.148px;
    line-height: 0.583;
    padding-top: 16px;
    letter-spacing: 1.69px;
}

.header-title a.email{
    color: #2e4363;
    margin-right: 35px;
    text-decoration: none;
    border-bottom: 1px solid #2e4363;
}

#header .menu{
    margin: 4px -2px 0 2px;
}


.footer-padding{
    height: 10px;
}

#footer{
    background: #d5d5d5;
    width: 1240px;
    margin: 10px auto 20px;
    padding: 12px 30px 17px;
    font-family: open_sansregular;
    position: relative;
    box-sizing: border-box;
}

#footer .link-block{
    display: table-cell;
    min-width: 140px;
}

#footer .link-block a{
    display: inline-block;
    font-size: 14px;
    font-family: open_sansregular;
    text-decoration: none;
    color: #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
}

#footer .copyright{
    margin-top: 48px;
    color: #4e4e4e;
}

#content{
	display: table;
	width: 100%;
    background: #f1f3f4;
    margin: 11px -2px 0 2px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#content .breadcrumb{
    margin-top: -19px;
}

#content .title{
    margin-top: 10px;
    margin-bottom: 20px;
}
#content .title:after{
	content: '';
	display: table;
	clear: both;
}
.right-sidebar, .center{
	display: table-cell;
}
.right-sidebar{
    width: 224px;
    margin-left: 21px;
    vertical-align: top;
    /*float: right;*/
   
}
.center{
	padding-right: 20px;
}
.news-block{
    margin: 0 0 17px 0;
    position: relative;
}

.news-block.small-news-block{
   /* margin: 0 25px 15px 0;*/
}

.search-parishes{
    margin: 16px 0 18px;
}

.map-coords{
    font: 12px open_sansregular;
    color: #49484e;
    text-align: right;
    padding-bottom: 6px;
}











