#navigation {
    background-color: hsl(203deg 63% 44%);
margin: 29px 0 0 0;
}
.navigation-wrapper .navigation .nav li .nolink, .navigation-wrapper .navigation .nav li a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    border-left: 0px;
    border-top: 2px solid transparent;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-top: 21px;
    white-space: nowrap;
}
.btn.btn-primary {
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-color: hsl(9deg 97% 36%);
    border-radius: 3px;
}
.property-filter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    zoom: 1;
    background-color: #0581b5;
    display: block;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
}
body a {
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    color: #b51f03;
}
.properties-rows .property .title-price .price.fontSize-18 {
    font-size: 18px;
    color: #b51f03;
    font-weight: bold;
}
.properties-rows .property .title-price .title h2 a.fontSize-20, .properties-rows .property .title-price .title .h2 a.fontSize-20 {
    font-size: 20px;
    color: #b51f03;
}
.properties-rows .property .body p {
    padding-right: 30px;
    color:hsl(42deg 28% 53%)
}
.properties-rows .property .location.fontSize-14 {
    font-size: 14px;
   color: hsl(42deg 28% 53%)
}
.properties-rows .property .area .key {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    background-color: transparent;
    font-size: 14px;
    padding: 0px;
 color: hsl(42deg 28% 53%)
}
.area .value.fontSize-18 {
    font-size: 18px;
color: hsl(42deg 28% 53%)
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #5c2929;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0px;
    padding: 0px;
color: hsl(42deg 28% 53%)
}
.carousel .content {
    background-color: #ffffff;
    padding: 30px 30px;
border-radius: 3px ;
}
.carousel .carousel-block-init .item-carousel-slick .item-carousel-wrapper {
    position: relative;
    background-color: #f0f0f0;
    margin: 0 5%;
    height: 270px;
border-radius: 3px ;
}
.carousel .carousel-next {
    width: 20px;
    right: -20px;
    background-color: #b51f03;
}
.carousel .carousel-prev {
    width: 20px;
    left: -20px;
    background-color: #b51f03;
}
.bottom-wrapper .item .btn {
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-image: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #b51f03;
    background-image: url(../img/arrow-right-white.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    border: 0px;
    color: #fff;
    padding: 7px 30px 7px 15px;
    border-radius: 3px;
}
.bottom-wrapper .key {
    background-image: url(/uploads/key.png);
    background-size: 77px 260px;
}

.bottom-wrapper .address  {
    background-image: url(/uploads/met.png);
    background-size: 77px 260px;
}
.bottom-wrapper .gps {
    background-image: url(/uploads/call.png);
    background-size: 77px 260px;
}
#footer-wrapper #footer-top h2, #footer-wrapper #footer-top .h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: lighter;
    margin: 0px 0px 30px 0px;
}
#footer-wrapper #footer-top {
    background-color: #1f2a32;
    padding-top: 20px;
    padding-bottom: 30px;
}
#footer-wrapper #footer-top table.contact th {
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 10px 10px 30px;
    text-align: right;
    vertical-align: top;
}


#footer-wrapper #footer-top .nav li {
    background-image: url(../img/footer-border.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 270px 1px;
    color: #b51f03;
    list-style: disc;
    list-style-position: inside;
    padding: 6px 0px;
}
.icon-chevron-circle-up {
    font-family: 'icomoon', serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    padding-left: 25px;
    color: #b51f03;
}
.properties-rows .property {
    padding: 0;
    border-radius: 3px;
    /**height: 195px; Для чего это было сделано? */
}
.slick-sliders {
    position: relative;
    height: 411px;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 3px;
}
.widget.properties .content .property .image {
    max-height: 85px !important;
    margin-left: 5px !important;
    border-radius: 3px;
}
.widget.properties .content .property .price {
    color: #b51f03;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.property-filter select {
    width: 100%;
    border-radius: 3px;
}
.property-filter input[type=text], .property-filter input[type=number] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px;
    height: 40px;
    width: 100%;
    border-radius: 3px;
}
#header-inner > div > div > div > div > div.logo-wrapper.span4 > div > a > img{
margin: -11px 0 0 0;
}
.navbar-inner .row {
    position: relative;
    margin: 80px 0 0 0;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
float: right;
    margin-top: 48px;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .info.middle {
    float: left;
    padding-top: 46px !important ;
}
#block-31 > div > div > font > h2{
    color: #c23e3f;
}
#block-31 > div > div > div:nth-child(3) > color > h3:nth-child(1){
color: hsl(42deg 28% 53%);
font-size: 14px ;
}
#block-31 > div > div > div:nth-child(3) > color > h3:nth-child(3){
color: hsl(42deg 28% 53%);
font-size: 14px ;
}
#block-31 > div > div > div.sidebar.span3 > h3 > font > div > div{
transform: translate(10px, -772px);
}
#block-31 > div > div > div:nth-child(1){
    transform: translate(1px, 19px);
}
#footer{
display: none;
}

#\31 0786a9ab3c50b4aa3b05cdc7653a6da > div.input.select > label{
color: #fff;
    font-size: 12px;
font-weight: 500 !important;
}
.carousel .carousel-block-init .item-carousel-slick .image img{
border-radius: 3px;
}
#\31 0786a9ab3c50b4aa3b05cdc7653a6da > div:nth-child(3) > label{
 font-size: 12px;
font-weight: 500 !important;
}
#\31 0786a9ab3c50b4aa3b05cdc7653a6da > div:nth-child(4) > label{
 font-size: 12px;
font-weight: 500 !important;
}
#\31 0786a9ab3c50b4aa3b05cdc7653a6da > div.input.range > label{
font-size: 12px;
font-weight: 500 !important;
}
.features .item .text h3, .features .item .text .h3 {
    color: #9e8b69;
   }
#content > div.container.regions-main > h2{
color: #b51f03;
}
.widget.properties.last .property .wrapper {
height: 101px;
}
.block-all_offers .image, .property .image .content {
    position: relative;
    transform: translate(9px, 8px);
    border-radius: 37px;
}
#content > div.container.regions-main{
 transform: translate(10px, -212px);
}
#content > div.container.services > div{
    transform: translate(10px, -150px);
}
#content > div.bottom-wrapper{
transform: translate(10px, -77px);
}
@media (max-width: 520px) {
    .widget.properties.last .content {
        display: none;
    }
    .container.regions-main {
        margin: 190px 0 -100px 0;
    }
    .properties-rows .property .image {
        margin-bottom: 20px;
    }
}

@media (max-width: 979px) {
#navigation {
margin: 0
}
#navigation  > .container::before, #navigation  > .container::after {
content: unset;
}

#navigation .navigation-wrapper .navigation {
    margin-bottom: 100px;
}

}