/* ---- ПОДКЛЮЧЕНИЕ ШРИФТА ---- */

@font-face {
  font-family: 'Candara';
  src:    url('../fonts/Candara.eot?#iefix') format('embedded-opentype'),  
          url('../fonts/Candara.woff') format('woff'), 
          url('../fonts/Candara.ttf')  format('truetype'), 
          url('../fonts/Candara.svg#Candara') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ---- ОБЩИЕ ---- */

body {
    background: #fff url(../img/body_bg.png);
    height: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    overflow-x: hidden;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font: 300 30px 'Roboto', Arial;
    color: #ec6a5e;
    margin: 22px 0 20px;
}

h2 {
    font-size: 26;
}

h3 {
    font-size: 22;
}

h4 {
    font-size: 18;
}

/* ---- КНОПКА ---- */

.button {
    background: #982D0B; /*#3ac884;*/
    padding: 14px 0;
    border-radius: 3px;
    border: none;
    position: relative;
    bottom: 0;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 7px 0 #712008; /*#279560;*/
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.button:hover {
    background: #712008; /*#33b174;*/
    outline: none;
    text-decoration: none;
}

.button:active {
    box-shadow: none;
    outline: none;
    bottom: -7px;
}

.button:focus {
    outline: none;
    text-decoration: none;
}

.button span {
    display: block;
    font: bold 24px/1 'Roboto', Arial;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 10px;
}

.button span + span {
    font-size: 14px;
    margin-top: 1px;
}

/* ---- МОДАЛЬНОЕ ОКНО ---- */

#call-modal .modal-content {
    border-radius: 3px;
    border: 1px solid #3ac884;
}

#call-modal .modal-body,
#call-modal .modal-header {
    padding: 24px;
    border: none;
}

#call-modal .modal-header {
    padding-bottom: 0;
    margin-bottom: -5px;
}

#call-modal .modal-header span {
    font: 700 18px 'Roboto', Arial;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #333;
}

#call-modal .modal-header span + span {
    font: 700 11px/1.55 'Roboto', Arial;
    margin-top: 4px;
}

#call-modal .btn {
    width: 100%;
    background: #3ac884;
    border: none;
    font-weight: 700;
    color: #fff;
    padding: 9px 12px;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#call-modal .btn:hover {
    background: #23ad6b;
}

#call-modal input[type="text"],
#call-modal textarea {
    border: 3px solid #3ac884;
    height: 54px;
    font: 400 18px 'Roboto', Arial;
}

#call-modal textarea {
    height: 100px;
}

#call-modal input[type="text"].error {
    border: 3px solid #E41C1C;
    color: #333;
}

#call-modal .form-group {
    margin-bottom: 10px;
}

#call-modal .private {
    text-align: center;
    margin: 10px 0 0;
}

#call-modal .private span {
    display: inline-block;
    font: 700 12px 'Roboto', Arial;
}

#call-modal .private:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon_lock.png) 0 0 no-repeat;
    width: 18px;
    height: 25px;
    margin-right: 6px;
}

/* ---- ШАПКА ---- */

header .logo,
header .phone,
header .info {
    margin-top: 20px;
    display: block;
}

header .logo img {
    height: auto;
    width: 100%;
    max-width: 174px;
}

header .info {
    font: 18px/1.15 'Roboto', Arial;
    padding: 0 30px 0 0;
    margin-top: 17px;
    margin-left: -20px;
}

 .info .title {
    font: bold 20px/1 'Candara', 'Roboto', Arial;
    color: #7b7b7b;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 0;
}

.phone {
    float: right;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    text-align: right;
    margin-top: 16px;
}

.phone:before {
    content: '';
    height: 30px;
    width: 20px;
    background: url(../img/icon_phone.png) 0 0 no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
}

.phone a {
    display: block;
    text-align: right;
    font: bold 14px 'Roboto', Arial;
    color: #f08457;
}

/* ---- МЕНЮ ---- */

.navbar  {
    min-height: 40px;
    margin-top: 16px;
    margin-bottom: 0;
    position: relative;
    border-radius: 4px;
    background: #F39D6E;
}

.navbar .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 9px 12px 11px;
}

.navbar li a:hover,
.navbar li.active a,
.navbar li a:focus {
    background: none;
    color: #b44212;
    text-decoration: underline;
}

.navbar .navbar-header {
    font-size: 0.001em;
}

.navbar .navbar-toggle {
    padding: 0 10px;
    float: none;
    left: 50%;
    margin-left: -27px;
}

.navbar .navbar-toggle .icon-bar {
    height: 5px;
    width: 32px;
    border-radius: 3px;
    background: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar .navbar-toggle.collapsed .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
    opacity: 1;
}

.navbar .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .languages {
    position: absolute;
    right: 26px;
    top: 10px;
}

.navbar .languages a {
    margin-left: 2px;
    width: 31px;
    height: 19px;
    display: inline-block;
    overflow: hidden;
    text-indent: 999px;
}

.navbar .languages a.ru {
    background: url(../img/flag_ru.png) 0 0 no-repeat;
}

.navbar .languages a.fr {
    background: url(../img/flag_fr.png) 0 0 no-repeat;
}

.navbar .languages a.en {
    background: url(../img/flag_br.png) 0 0 no-repeat;
}

/* ---- ЗАГОЛОВКИ ---- */

.title {
    font: 300 30px 'Roboto', Arial;
    color: #ec6a5e;
    margin: 22px 0 18px;
}

/* ---- КНОПКА СКРЫТЬ/ПОКАЗАТЬ ---- */

.toggle-button {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 10px;
}

.toggle-button .icon-bar {
    background: #ec6a5e;
    border-radius: 2px;
    height: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle-button:hover .icon-bar {
    background: #C8594F;
}

/* ---- КОНТРОЛЫ ---- */

.bx-controls {
    position: absolute;
    top: 3px;
    right: 0;
}

.bx-controls a {
    width: 16px;
    height: 34px;
    display: inline-block;
    overflow: hidden;
}

.bx-controls a img {
    width: 100%;
    height: auto;
}

.bx-controls a + a {
    margin-left: 24px;
}

.bx-controls a:hover img {
    position: relative;
    top: -100%;
}

.bx-controls a:hover {
    background-position: 0 -34px;
}

/* ---- СЛАЙДЕР ---- */

.slider {
    position: relative;
    margin-top: 20px;
}

.slider .haze {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    margin-right: 100%;
    z-index: 999;
    opacity: 0.6;
}

.slider .haze ~ .haze {
    right: auto;
    left: 0;
    margin-left: 100%;
}

.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider ul li img {
    width: 100%;
    height: auto;
    position: relative;
}

.slider ul li + li {
    display: none;
}

.slider .heading {
    position: absolute;
    left: 0;
    top: 32px;
    overflow: hidden;
    font-size: 0.001em;
    width: 100%;
}

.slider .heading .wrap {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.slider .heading > img {
    position: absolute;
    width: auto;
}

.slider .heading .wrap div {
    display: block;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.slider .heading .red {
    font: bold 30px 'Roboto', Arial;
    color: #fff;
    background: #e0393d;
    background: rgba(224,57,61,0.78);
    white-space: nowrap;
}

.slider .heading .white {
    font: bold 19px 'Roboto', Arial;
    color: #333;
    background: #fff;
    background: rgba(255,255,255,0.78);
}

.slider .heading span {
    position: relative;
    z-index: 99;
    display: block;
    padding: 12px 0 12px 20px;
    margin-right: 30px;
}

.slider .controls {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
}

.slider .controls a {
    width: 3%;
    height: auto;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: -3%;
}

.slider .controls a + a {
    left: 0;
    right: auto;
    margin-left: 10px;
}

.slider .controls a img {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slider .controls a img + img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.slider .controls a:hover img + img {
    opacity: 0;
}

.slider .bx-viewport {
    overflow: visible !important;
}

.slider .bx-controls {
    position: absolute;
    top: auto;
    bottom: 21px;
    right: 19px;
    line-height: 0;
}

.slider .bx-controls a {
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: url(../img/pager.png) 0 0 no-repeat;
    text-indent: 999px;
}

.slider .bx-controls .bx-pager-item {
    float: left;
    margin-left: 3px;
}

.slider .bx-controls a.active {
    background-position: 0 -10px;
}

.slider .info {
    background: #f8f8f8;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 45px 18px 24px;
}

.slider .info > div {
    width: 49.999%;
    float: left;
    font-size: 18px;
    padding-bottom: 5px;
}

.slider .info > div:first-child + div {
    padding-left: 28px;
}

.slider .info a {
    font-weight: bold;
    color: #333;
}

.slider .info > div:first-child a {
    margin-right: 22px;
}

.slider .info > div:first-child span {
    text-transform: uppercase;
}

.slider .info > span {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* ---- ФИЛЬТР ---- */

.filter form {
    background: #A8D6EE;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 12px 27px 17px;
    position: relative;
}

.filter .groupe {
    padding: 0 8px;
    margin-top: 5px;
}

.filter .groupe.last {
    position: inherit;
}

.filter label {
    display: block;
}

.filter label + label {
    margin-top: 10px;
}

.filter .caption {
    font-weight: 700;
    margin-bottom: 2px;
    padding-left: 8px;
    display: block;
}

.filter label select {
    width: 100%;
}

.filter label select {
    width: 100%;
}

.filter .selecter {
    max-width: none;
    margin: 0;
}

.filter .selecter-selected {
    border: 1px solid #C2C2C2;
    color: #777;
    padding: 6px 9px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.filter .selecter-selected:hover {
      background: #FCFCFC;
}

.filter .selecter-item {
    background: #FFF;
    border-bottom: 1px solid #C2C2C2;
    padding: 6px 9px;
    color: #777;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.filter .selecter-item.disabled {
    display: none;
}

.filter .selecter-item.selected,
.filter .selecter-item:hover {
    background: #F7F7F7;
}

.filter .selecter-selected:after {
    height: 12px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    content: '';
    display: block;
    border: none;
    margin: auto 0;
    background: url(../img/select_arrow.png) 0 0 no-repeat;
}

.filter .checkbox {
    margin: 0 0 0 7px;
    display: inline-block;
    vertical-align: top;
}

.filter .checkbox + .checkbox {
    margin-left: 9px;
}

.filter .checkbox input {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    width: 1px; 
    margin: -1px; 
    padding: 0;
    border: 0;
}

.filter .checkbox input + label {
    height: 22px;
    padding-left: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 7px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.filter .checkbox input:checked + label {
    background-position: 0 -22px;
}

.filter .checkbox label {
    background-image: url(../img/checkbox.png);
}

.filter .checkbox span { 
    text-align: left;
    display: inline-block;
    font: bold 14px 'Roboto', Arial;
    position: relative;
    top: 5px;
}

.filter .section { 
    margin: 18px 0 10px;
    text-align: left;
}

.filter .section:first-child { 
    margin-top: 0;
}

.filter .slider-container { 
    margin: 25px 0 0 13px;
}

.filter .slider-container .back-bar {
    height: 2px;
    background: #919191;
}

.filter .slider-container .selected-bar {
    background: #ec6a5e;
}

.filter .slider-container .pointer {
    width: 16px;
    height: 16px;
    top: -7px;
    border: 2px solid #ec6a5e;
    background: #fff;
    cursor: pointer;
}

.filter .slider-container .scale {
    display: none;
}

.filter .slider-container .back-bar .pointer-label {
    background: none;
    font: bold 10px 'Roboto', Arial;
    color: #333;
    top: -24px;
    margin-left: -4px;
}

.filter .slider-container .back-bar .pointer-label ~ .pointer-label {
    margin-left: 9px;
}

.filter button {
    position: absolute;
    bottom: 29px;
    right: 20px;
    width: 300px;
}

.filter button:active {
    bottom: 29px;
    margin-bottom: -7px;
}

.filter .toggle-button {
    display: none;
}

/* ---- БОКОВОЙ ФИЛЬТР ---- */

.filter.side .title {
    margin: 20px 0 16px;
    font-size: 24px;
}

.filter.side form {
    padding: 11px 14px 23px;
    overflow: hidden;
}

.filter.side button {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 24px 0 4px;
    width: 100%;
    display: block;
}

.filter.side button:active {
    bottom: -7px;
    margin-bottom: 4px;
}

.filter.side .groupe.last {
    text-align: center;
}

.filter.side .groupe.last .section {
    display: inline-block;
    vertical-align: top;
    margin: 8px 10px;
    position: relative;
    width: 200px;
}

.filter.side .groupe.last .section .caption {
    padding-left: 0;
}

.filter.side .groupe.last .slider-container {
    margin: 25px 0 0 6px;
}

.filter.side .groupe.last .section:first-child + section {
    margin-top: 100px;
}

.filter.side .checkboxes .checkbox {
    margin: 0 7px 0 0;
}

/* ---- БЛОК * Новые предложения * ---- */

.new-offers {
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0 0 18px 0;
}

.new-offers > .bx-wrapper > .bx-viewport .bx-controls {
    display: none;
}

.new-offers ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-offers ul li {
    text-align: center;
}

.new-offers ul .item {
    background: #F39D6E;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-align: left;
    margin: 0 5px 6px;
    border-radius: 3px;
}

.new-offers ul .item .link {
    color: #333;
}

.new-offers ul .item img {
    border-radius: 2px;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.new-offers ul .item .info {
    margin: 9px 0 11px;
}

.new-offers ul .item .info span {
    display: block;
    font: 700 14px/1.2 'Roboto', Arial;
} 

/* ---- СТАТЬИ НА ГЛАВНОЙ ---- */

.articles .title {
    margin: 12px 0;
    color: #333;
}

.articles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.articles li {
    overflow: hidden;
    margin-top: 20px;
}

.articles li img {
    border-radius: 3px;
    float: left;
    margin: 0 11px 0 0;
}

.articles li a {
    color: #333;
    font: bold 14px/1.25 'Roboto', Arial;
}

.articles li p {
    line-height: 1.25;
    margin-top: 3px;
}

/* ---- ОТЗЫВЫ НА ГЛАВНОЙ ---- */

.reviews {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 12px 0 10px;
    margin: 0 0 16px;
    position: relative;
}

.reviews .title {
    margin: 0 0 8px 12px;
}

.reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviews li .wrap {
    padding: 9px 12px 4px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.reviews li .wrap:hover {
    background: #F2F2F2;
}

.reviews li a {
    text-decoration: none;
    color: #333;
}

.reviews li img {
    border-radius: 50%;
    margin: 0 16px 5px 0;
    float: left;
}

.reviews li .name {
    font: bold 14px/1.20 'Roboto', Arial;
    text-decoration: none;
}

.reviews li p {
    line-height: 1.2;
    margin-top: 3px;
}

.reviews .bx-controls {
    top: 14px;
    right: 18px;
}

/* ---- КНОПКА * НАВЕРХ * ---- */

#up {
    text-align: center;
    margin: 30px 0 0 0;
    display: block;
}

#up img {
    opacity: 0.7;
    height: 53px;
    width: 53px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#up a:hover img {
    opacity: 1;
}

/* ---- ФУТЕР ---- */

footer {
    border-top: 1px solid #e0393d;
    margin: 36px 0 0 0;
    padding: 25px 22px 30px;
    position: relative;
}

footer .phone {
    font-size: 18px;
    margin-left: -20px;
}

footer .phone a {
    font-size: 14px;
}

footer .links a {
    display: inline-block;
    margin: 0 10px 6px 0;
    color: #6b6b6b;
}

footer .links a:hover {
    display: inline-block;
    margin: 0 10px 6px 0;
    color: #6b6b6b;
}

footer .creator {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
}

footer .creator a {
    color: #adafae;
}

footer .creator span {
    display: block;
    margin-top: 5px;
    color: #adafae;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .creator a:hover span {
    color: #333;
}

footer .copyright {
    text-align: right;
    color: #adafae;
    margin-top: 46px;
    line-height: 0;
}

/* ---- ХЛЕБНЫЕ КРОШКИ ---- */

.breadcrumbs ul {
    padding: 0;
    margin: 20px 0 -4px;
    list-style: none;
    overflow: hidden;
}

.breadcrumbs ul li {
    float: left;
}

.breadcrumbs ul a,
.breadcrumbs ul span {
    color: #e3b09b;
}

.breadcrumbs ul li:before {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #e3b09b;
}

.breadcrumbs ul li:first-child:before {
    display: none;
}

/* ---- ПАГИНАЦИЯ ---- */

.pagination {
    text-align: right;
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 18px 0 0 0;
}

.pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.pagination ul li {
    float: left;
    margin: 10px 0 0 10px;
}

.pagination ul li:first-child {
    margin-left: 0;
}

.pagination ul li a {
    display: inline-block;
    padding: 5px 10px 4px;
    border-radius: 3px;
    background: #ec6a5e;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination ul li.active a,
.pagination ul li a:hover {
    background: #95d4ac;
}

.articles-list + .pagination {
    margin-right: 10px;
}

/* ---- СПИСОК ОБЬЕКТОВ ---- */

.objects {
    padding: 0;
    width: 100%;
    position: relative;
    display: inline-block;
}

.objects ul {
    margin: -20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.001em;
    display: inline-block;
    width: 100%;
}

.objects ul li {
    margin: 20px 0 0 0;
    vertical-align: top;
    font-size: 14px;
}

.objects ul li .wrap {
    background: #f3e3dc;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    display: block;
    text-align: left;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.objects .row {
    margin-left: -5px;
    margin-right: -5px;
}

.objects .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.objects .row > div:first-child {
    position: inherit;
}

.objects li .link {
    color: #333;
    font: 700 18px 'Roboto', Arial;
    display: inline-block;
    width: 70%;
}

.objects li img {
    border-radius: 2px;
    width: 100%;
    height: auto;
}

.objects li .info {
    margin: 8px 0 11px;
}

.objects li .info span {
    display: block;
    font: 700 14px/1.2 'Roboto', Arial;
}

.objects li p {
    line-height: 1.25;
    margin-bottom: 6px;
}

.objects li .more {
    color: #333;
    display: inline-block;
}

.objects li .price {
    font: 24px/1 'Roboto', Arial;
    color: #3ac884;
    position: absolute;
    top: 10px;
    right: 20px;
}

/* ---- СПИСОК СТАТЕЙ ---- */

.articles-list {
    width: 100%;
    display: inline-block;
    padding-right: 10px;
}

.articles-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.001em;
}

.articles-list li {
    margin-top: 20px;
    font-size: 14px;
    vertical-align: top;
}

.articles-list li img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.articles-list li:first-child {
    margin-top: 0;
} 

.articles-list li .link {
    font: 800 18px 'Roboto', Arial;
    color: #333;
}

.articles-list li p {
    margin: 10px 0;
    line-height: 1.3;
} 

.articles-list li .more {
    color: #333;
}

/* ---- САЙДБАР ---- */

.sidebar.right {
    margin-left: -10px;
}

.sidebar.left {
    margin-right: -10px;
}

.leftbar > div {
    float: right;
}

.sidebar .box + .box {
    margin-top: 26px;
}

.sidebar .box .heading {
    background: #f3e3dc;
    text-transform: uppercase;
    padding: 7px 20px 5px;
    border-radius: 2px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 14px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .reviews {
    background: none;
    box-shadow: none;
    margin: -20px 0 0;
    position: relative;
    list-style: none;
    font-size: 0.001em;
    display: block;
    overflow: hidden;
}

.sidebar .reviews li {
    font-size: 14px;
    margin-top: 20px;
}

.sidebar .reviews span {
    font-weight: 500;
}

.sidebar .reviews img {
    float: none;
    margin: 0;
}

.sidebar .reviews p {
    margin: 4px 0 4px;
}

.sidebar .reviews .more {
    font-weight: normal;
    text-decoration: underline;
    line-height: 1.3;
    display: inline-block;
    white-space: nowrap;
}

.sidebar .reviews .more:hover {
    text-decoration: none;
}

.sidebar .reviews li > div {
    float: left;
    width: auto;
    margin-right: 16px;
}

.sidebar .reviews li > div + div {
    float: none;
    overflow: hidden;
    margin-right: 0;
}

.sidebar .hot-deals {
    margin: -20px 0 0;
    overflow: hidden;
    font-size: 0.001em;
}

.sidebar .hot-deals li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 20px;
}

.sidebar .hot-deals a:first-child {
    color: #333;
    line-height: 1.3;
    display: block;
}

.sidebar .hot-deals a:first-child + a {
    margin-top: 13px;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.sidebar .hot-deals img {
    width: 100%;
    height: auto;
}

.sidebar .hot-deals .red {
    background: rgba(224, 57, 61, 0.78);
    position: absolute;
    top: 0;
    left: -24px;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.sidebar .hot-deals .red span {
    font: 700 12px 'Roboto', Arial;
    text-transform: uppercase;
    color: #fff;
    margin: 11px 24px 11px 40px;
    display: inline-block;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
}

.sidebar .links {
    padding-left: 20px;
}

.sidebar .links li {
    line-height: 1.25;
    margin-top: 7px;
}

.sidebar .links a {
    color: #333;
    font-weight: 500;
}

/* ---- ОТЗЫВЫ ---- */

.full-reviews {
    margin: 0;
    padding: 0;
    list-style: none;
}

.full-reviews li {
    padding: 32px;
    border: 2px solid #e3b09a;
    max-width: 600px;
    margin: 20px auto 0;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.full-reviews li .photo {
    float: left;
    margin-right: 20px;
}

.full-reviews li .right {
    overflow: hidden;
}

.full-reviews li .photo img {
    border-radius: 50%;
}

.full-reviews li .name {
    font-weight: 700;
}

.full-reviews li p {
    line-height: 1.25;
    margin: 5px 0 0;
}

.full-reviews li .fluid-width-video-wrapper {
    margin-top: 16px;
}

/* ---- КОНТЕНТНЫЙ БЛОК ---- */

.leftbar .content {
    padding-left: 4px;
}

.content > :first-child {
    margin-top: 0;
}

.content > :last-child {
    margin-bottom: 0;
}

.content p {
    margin: 16px 0;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

/* ---- КНОПКИ СОЦ. СЕТЕЙ ---- */

.social {
    margin-top: 34px;
    float: right;
    text-align: right;
}

.social .heading {
    font-weight: 700;
    margin-bottom: 7px;
}

.social #share42 {
    display: inline-block;
    margin-right: -3px;
}

/* ---- ФОРМА ОТЗЫВА ---- */

.review-form {
    max-width: 600px;
    margin: 34px auto 0;
}

.review-form .heading span {
    font-size: 18px;
    display: block;
    line-height: 1.3;
}

.review-form .heading span + span {
    color: #707070;
}

.review-form form {
    width: 100%;
    margin-top: 12px;
    display: inline-block;
}

.review-form input[type="text"],
.review-form textarea {
    padding: 0 12px;
    height: 36px;
    border: 1px solid #d0d0d0;
    width: 100%;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.review-form input[type="text"]:focus,
.review-form textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

.review-form input[type="text"].error,
.review-form textarea.error {
    border: 1px solid #EC1F1F;
    color: #333;
}

.review-form textarea {
    height: 128px;
    margin: 12px 0 7px;
    padding: 12px;
}

.review-form .input {
    width: 49.999%;
    float: left;
    padding-right: 6px;
}

.review-form .input + .input {
    padding-left: 6px;
    padding-right: 0;
}

.review-form input[type="submit"] {
    margin: 0;
    width: 100%;
    border: none;
    background: #d0d0d0;
    height: 38px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.review-form input[type="submit"]:hover,
.review-form input[type="submit"]:focus {
    background: #77B87F;
    color: #F9F9F9;
}

.review-form input[type="file"] {
    display: none;
}

.review-form .upload:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 24px;
    margin-right: 16px;
    background: url(../img/clip.png) 0 0 no-repeat;
}

.review-form .file {
    width: 60%;
    padding-right: 14px;
    position: relative;
}

.review-form .file label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.review-form .file label:hover + .upload {
    background: #b5b5b5;
}

.review-form .file + .input {
    width: 40%;
}

.review-form .file .upload {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 22px;
    margin: 0;
    background: #d0d0d0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* ---- ОБЬЕКТ ---- */

.object .param .caption {
    font: 500 18px 'Roboto', Arial;
    margin-bottom: 9px;
}

.object .param > div {
    margin-bottom: 20px;
}

.object .param span {
    padding-left: 15px;
    display: block;
    margin: 4px 0;
}

.object .old-price {
    margin-bottom: 10px;
}

.object .old-price .caption {
    font: 500 18px 'Roboto', Arial;
    margin-bottom: 6px;
}

.object .old-price .box {
    border: 2px solid #e0393d;
    border-radius: 3px;
    max-width: 366px;
    text-align: center;
    padding: 10px 0;
}

.object .old-price .box span {
    font: 500 36px 'Roboto', Arial;
    color: #e0393d;
    text-decoration: line-through;
}

.object .price .caption {
    font: 500 18px 'Roboto', Arial;
    margin-bottom: 6px;
}

.object .price .box {
    border: 2px solid #87ca9f;
    border-radius: 3px;
    max-width: 366px;
    text-align: center;
    padding: 2px 0;
    position: relative;
    z-index: 99;
}

.object .price .ribbon {
    position: absolute;
    right: -2px;
    top: -8px;
    width: 59px;
    height: 126px;
    background: url(../img/ribbon.png) top left no-repeat;
    color: #FFF;
    font-size: 32px;
    line-height: 29px;
    padding: 10px 0 0 0;
    text-align: center;
    font-family: arial;
}

.object .price .box span {
    font: 700 48px 'Roboto', Arial;
    color: #3ac884;
}

.object .date {
    margin: 20px 50px 8px 0;
}

.object .date span {
    text-decoration: underline;
    font-weight: 700;
}

.object .button {
    max-width: 366px;
}

.object .button span {
    font: normal 18px/1 'Roboto', Arial;
    text-transform: none;
}

.object .button span + span {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}

.object .map {
    margin-top: 45px;
}

.object .map {
    width: 100%;
}

.object .map img {
    width: 100%;
    height: auto;
}

.object .map .caption {
    font: 500 18px 'Roboto', Arial;
    margin-bottom: 12px;
}

.object .map .gmaptv {
    width: 100% !important;
    height: 350px !important;
}

.object .map .gmaptv .gmaptv-map {
    width: 100% !important;
    height: 350px !important;
}

.object .back {
    background: #e3b09a;
    border-radius: 3px;
    font-weight: 700;
    padding: 6px 9px 6px 32px;
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #333;
    margin: 30px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.object .back:after {
    content: '';
    height: 30px;
    width: 33px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/back.png) 0 0 no-repeat;
    margin-left: 8px;
}

.object .back:hover {
    background: #ea7b4b;
}

.object .album .big {
    position: relative;
    overflow: hidden;
}

.object .album .big img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.object .album .small {
    margin-top: 10px;
    font-size: 0.001em;
    margin-left: -10px;
}

.object .album .small a {
    display: inline-block;
    vertical-align: top;
    width: 24.94%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.object .album .small a.active img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.object .album .small a img {
    width: 100%;
    height: auto;
}

.object .album .red {
    background: rgba(224, 57, 61, 0.78);
    position: absolute;
    top: 0;
    left: -34px;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.object .album .red span {
    font: 700 20px 'Roboto', Arial;
    text-transform: uppercase;
    color: #fff;
    margin: 21px 54px 21px 60px;
    display: inline-block;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
}

.object .content {
    font-weight: 500;
}

.object .content .caption {
    font: 500 18px 'Roboto', Arial;
    margin-top: 22px;
}

.object .graphics {
    margin-top: 17px;
    overflow: hidden;
}

.object .graphics > div {
    float: left;
    margin: 10px 20px 0 0;
    position: relative;
}

.object .graphics .indicator {
    text-align: center;
    width: 55px;
    padding-left: 14px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    color: #fff;
    background: url(../img/indicator.png) 0 0 no-repeat;
}

/* ---- @MEDIA QUERIES ---- */

@media (max-width: 1200px) {
    .filter button { width: 216px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar li a { padding: 9px 6px 11px; font-size: 15px; }
    .navbar .languages { right: 22px; }
    .navbar .languages img { width: 25px; height: auto; }
    .filter button { width: 450px; }
    .sidebar .reviews li > div { float: none; width: auto; margin-right: 0; display: block; text-align: center;}
    .sidebar .reviews li > div + div { width: auto; float: none; margin: 12px 0 0;}
    .sidebar .hot-deals .red span { font-size: 11px; }
}

@media (min-width: 768px) {
    .middle.smallpadding > .row > div:first-child { padding-right: 20px; }
    .middle.smallpadding > .row > div:first-child + div { padding-left: 0; }
    .articles-list .row > div { padding-right: 15px; } 
    .articles-list .row > div:first-child + div { padding-left: 0; }
}

@media (max-width: 991px) {
    header .info { text-align: center; margin-left: 0; padding: 0 30px; }
    .articles .title { color: #ec6a5e; }
    .slider .heading { top: 0; }
    .slider .heading .red { font-size: 25px; }
    .slider .heading .white { font-size: 16px; }
    .slider .heading span { padding: 10px 0 10px 18px; }
    .objects .row > div:first-child { position: relative; }
    .objects li .link { width: 100%; }
    .objects li .price { left: 0; top: auto; bottom: -40px; right: 0; margin: 0 auto; text-align: center; }
}

@media (max-width: 767px) {
    header .phone { padding: 0; }
    header .phone:before,
    footer .phone:before { display: none; }
    .navbar li { text-align: center; }
    footer { text-align: center; }
    footer .phone { float: none; display: inline-block; margin-top: 20px; }
    footer .phone a { text-align: center; }
    footer .links { display: inline-block; margin-right: -10px; }
    footer .creator { position: relative; bottom: 0; }
    footer .copyright { text-align: center; margin: 22px 0 24px; }
    .slider { overflow: hidden; }
    .slider .heading .red { font-size: 22px; }
    .slider .heading .white { font-size: 14px; }
    .slider .heading span { padding: 8px 0 8px 12px; }
    .slider .bx-viewport { overflow: hidden !important; }
    .slider .info > div:first-child { display: inline-block; width: auto; padding: 0; }
    .slider .info > div:first-child + div { display: none; }
    .slider .info > div:first-child span { display: none; }
    .slider .info > span { line-height: 1.8; }
    .slider .info { padding: 14px 45px 14px 16px; }
    .slider .controls a { width: 4%; margin-top: -4%; }
    .slider li img {z-index: 0 !important;}
    .container { padding-left: 8px; padding-right: 8px; }
    .navbar { background: none; }
    .navbar li a { padding: 6px 10px 8px; color: #333; }
    .navbar li a:hover, .navbar li.active a { color: #b44212; }
    .navbar .navbar-header { border-radius: 4px; background: #e3b09a; }
    .filter button { width: 260px; }
    .breadcrumbs { display: none; }
    .objects ul { margin-left: -20px; }
    .objects ul li { display: inline-block; width: 49.999%; padding-left: 20px; }
    .objects ul li .row { padding-bottom: 35px; }
    .objects li img { margin-bottom: 10px; }
    .objects .row > div:first-child { position: inherit; }
    .objects li .price { bottom: 14px; right: 12px; left: auto; }
    .filter.side .groupe.last .checkboxes { display: none; }
    .filter.side .groupe { width: 49.999%; float: left; }
    .filter.side .groupe.last { width: 100%; }
    .pagination { text-align: center; margin: 16px 0 20px; }
    .articles-list + .pagination { margin-right: 0; }
    .pagination ul li { float: none; display: inline-block; margin: 10px 4px 0 4px; }
    .pagination ul li:first-child { margin: 10px 4px 0 4px; }
    .articles-list { padding-right: 0; }
    .articles-list ul { margin-left: -20px; margin-top: -25px; }
    .articles-list ul li { width: 49.999%; padding-left: 20px; margin-top: 25px; display: inline-block; }
    .articles-list ul li p { margin: 6px 0; }
    .articles-list ul li:first-child { margin-top: 25px; }
    .articles-list li img { margin-bottom: 10px; }
    .sidebar.right { margin-left: 0; }
    .sidebar.left { margin-right: 0; }
    .sidebar { margin-top: 20px; }
    .sidebar .hot-deals { margin-left: -20px; }
    .sidebar .hot-deals li { width: 49.999%; padding-left: 20px; }
    .content { padding-left: 0; }
    .full-reviews li { max-width: none; }
    .full-reviews li .photo { float: none; text-align: center; margin-right: 0;}
    .full-reviews li .name { display: block; text-align: center; margin: 10px 0;}
    .review-form { max-width: none; }
    .review-form .input { width: 100%; float: none; padding: 0; }
    .review-form .input + .input { padding: 0; margin-top: 12px; }
    .review-form .file { width: 100%; float: none; padding: 0; }
    .review-form .file + .input { width: 100%; }
    .review-form .file .upload { white-space: normal; height: auto; line-height: 1.3; padding: 7px 12px; }
    .object .param { margin-top: 30px; }
}

@media (max-width: 550px) {
    .filter .toggle-button { display: inline-block; }
    .filter form { padding-bottom: 22px; }
    .filter button { position: relative; bottom: 0; right: 0; left: 0; margin: 24px 0 4px; width: 100%; display: block; }
    .filter button:active { bottom: -7px; margin-bottom: 4px; }
    .filter .groupe.last { text-align: center; }
    .filter .groupe.last .section { display: inline-block; vertical-align: top; margin: 8px 10px; position: relative; width: 200px; }
    .filter .groupe.last .section .caption { padding-left: 0; }
    .filter .groupe.last .slider-container { margin: 25px 0 0 6px; }
    .filter .groupe.last .checkboxes { display: none; }
    .filter .groupe.last .section:first-child + section { margin-top: 100px; }
    .slider .heading .red { font-size: 16px; }
    .slider .heading .white { font-size: 12px; }
    .slider .heading span { padding: 7px 0 7px 10px; }
    .slider .bx-controls { bottom: 14px; right: 14px; }
    .slider .info > span:last-child { display: none; }
    .slider .info { padding: 8px 45px 8px 12px; position: relative; background: #E4E4E4; }
    .slider .info > span { margin-right: 5px; }
    .objects li p { display: none; }
    .objects li .info { margin-bottom: 6px; }
    .filter.side .groupe { width: auto; float: none; }
}

@media (max-width: 450px) {
    .objects ul { margin-left: 0; }
    .objects ul li { width: 100%; padding-left: 0; margin-top: 15px; }
    .articles-list ul { margin-left: 0; margin-top: -25px; }
    .articles-list ul li { width: 100%; padding-left: 0; margin-top: 25px; }
    .sidebar .hot-deals { margin-left: 0; }
    .sidebar .hot-deals li { width: 100%; padding-left: 0; }
    .content p { margin: 12px 0; }
    .social { margin-top: 25px; }
    .review-form .file .upload { padding: 10px 8px; text-align: center; }
    .review-form .file .upload:before { display: none; }
    .object .album .red span { font-size: 16px; margin: 17px 39px 17px 55px; }
}

@media (max-width: 400px) {
    .articles li .img, .articles li + li { display: none; }
    .middle .title { font-size: 24px; }
    footer { margin: 24px 0 0 0; padding: 20px 12px; }
    #up { margin-top: 18px; }
    .reviews { background: none; box-shadow: none; padding: 10px 0 0; margin: 0; }
    .reviews li .wrap { padding: 10px 0 5px; }
    .reviews li .wrap + .wrap { display: none; }
    .reviews .title { margin: 0 0 10px 0; }
    .reviews .bx-controls { top: 10px; right: 0; }
    .slider .heading .red { font-size: 14px; }
    .slider .heading .white { font-size: 11px; }
    .slider .heading span { padding: 7px 0 6px 10px; }
    .slider .bx-controls { bottom: 12px; right: 12px; }
    .slider .controls a { width: 5%; margin-top: -8%; }
    .object .old-price .box span { font-size: 25px; }
    .object .price .box span { font-size: 33px; }
    .object .price .box { padding: 7px 0; }
}

@media (max-width: 350px) {
    header .info { font-size: 15px; padding: 0 5px; }
    header .info .title { font-size: 18px; }
    .navbar .languages { right: 6px; top: 10px; }
    .navbar .languages img { width: 24px; height: auto; }
    .bx-controls a + a { margin-left: 12px; }
    .slider .bx-controls { bottom: 10px; right: 10px; }
}

@media (max-width: 315px) {
    .middle .title { font-size: 20px; }
}

@media (min-width: 400px) {
    .articles .title { font: 300 24px/1.2 'Roboto', Arial; }
    .reviews .title { font-size: 24px; }
}