@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,300i,400,400i,600,600i,700,700i,900&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #20202C;
	background: #EBEEF5;
}
a {
	color: #20202C;
}
.h1 {
	font-weight: bold;
	font-size: 32px;
}
h1, h2 {
	font-weight: 600;
	font-size: 22px;
}
h2 {
	padding-bottom: 30px;
}

h3 {
	font-weight: 600;
	font-size: 20px;
}
.wrapper {
	padding: 80px 0px;
}
.wrapper-white {
	background: #fff;
}
.btn-lg {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #B9B9BE;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #20202C;
	padding: 15px 30px;
	transition: all 0.2s ease;
	cursor: pointer;
}
.btn-lg:hover {
	opacity: 0.7;
}
/* header */
#header {
	background: #fff;
}
#header .row {
	height: 80px;
	align-items: center;
}
.logo img {
	max-width: 170px;
	height: auto;
}
#header .navbar {
	padding: 0px;
}
#header .navbar-nav .nav-link {
	font-size: 17px;
	color: #393B44;
	padding: 0px;
}
#header .navbar-nav .nav-link:hover {
	opacity: 0.8;
}
#header .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border:0px;
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down.png) left top no-repeat;
    background-size: 10px;
}
.header-blocks {
	display: flex !important;
	justify-content: flex-end;
	padding-left: 0px;
	align-items: center;
}
.header-blocks a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}
a.search-icon {
	width: 18px;
	height: 18px;
	background: url(../images/search-icon.png) left top no-repeat;
	background-size: 18px;
}
a.phone-icon {
	width: 18px;
	height: 18px;
	background: url(../images/icon-phone.png) left top no-repeat;
	background-size: 18px;
    animation: shake 1.2s ease infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    0% {
        transform: rotate(0deg)
    }
    10% {
        transform: rotate(-30deg)
    }
    20% {
        transform: rotate(15deg)
    }
    30% {
        transform: rotate(-10deg)
    }
    40% {
        transform: rotate(7.5deg)
    }
    50% {
        transform: rotate(-6deg)
    }
    60% {
        transform: rotate(5deg)
    }
    70% {
        transform: rotate(-4.28571deg)
    }
    80% {
        transform: rotate(3.75deg)
    }
    90% {
        transform: rotate(-3.33333deg)
    }
    to {
        transform: rotate(0deg)
    }
}

a.favorites {
	width: 18px;
	height: 18px;
	background: url(../images/fav-icon.png) left top no-repeat;
	background-size: 18px;
	margin-left: 10px;
	position: relative;
}
a.favorites span {
	width: 8px;
	height: 8px;
	background: #FE4A31;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	border: 2px solid #fff;
}
a.phone {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.12px;
	text-transform: uppercase;
	color: #20202C;
	border-bottom: 1px dotted;
	margin-left: 30px;
}
a.phone:hover {
	border: 0px;
}
a.callback {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	width: 190px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B9B9BE;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin-left: 20px;
	transition: all 0.2s ease;
}
a.callback:hover {
	border-color: #ccc;
}
/* Фильтр на главной*/
#main-filter {
	width: 100%;
	height: calc(100vh - 80px);
	background: url(../images/filter-bg.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main-filter .container-white {
	background: rgba(32, 32, 44, 0.7);
	border: 1px solid #000000;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 15px;
}
.f-title {
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	line-height: 28px;
}
.f-subtitle {
	color: #B9B9BE;
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
	line-height: 28px;
}
.nav-pills {
    margin-bottom: 10px;
}
.nav-pills .nav-link {
    display: block;
    padding: 10px 47px;
    font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #A4A4AA;
}
.nav-letters .nav-link {
	padding: 10px 5px;
}
.nav-letters {
	margin: 20px 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FE4A31;
}
.white-filters {
	background: #fff;
	display: flex;
	/*margin-top: 10px;*/
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	justify-content: space-between;
}
.wf-item label {
	display: block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #83838B;
}
.wf-item-1 {
	width: 340px;
	padding: 10px 10px 10px 30px;
	background: url(../images/search-icon.png) left center no-repeat;
	background-size: 18px;
	margin-left: 10px;
}
.wf-item-full {
	width: 100%;
}
.wf-item input[type=text] {
	border: 0px;
	width: 100%;
}
.wf-item-2 .btn-group {
	height: 100%;
}
.wf-item-2 .btn-group .btn {
	font-size: 18px;
	border-left: 1px solid #D4D4DB;
	border-bottom: 3px solid transparent;
	border-radius: 0px;
}
.wf-item-2 .btn-group .btn:last-child {
	border-right: 1px solid #D4D4DB;
}
.wf-item-2 .btn-group .btn.active,
.wf-item-2 .btn-group .btn:focus {
	outline: none;
	border-bottom:3px solid #fe4a31;
}
.wf-item-3 {
	padding: 10px 10px;
	border-right: 1px solid #D4D4DB;
	width: 150px;
}
.wf-item select {
	width: 100%;
}
.wf-item-4 {
	width: 150px;
	padding: 10px;
}
.wf-item-4 .jq-selectbox {
	float: left;
	width: 50%;
}
.wf-item-5 {
	border-right: 1px solid #D4D4DB;
	padding-right: 10px;
}
.wf-item-5 .btn-group {
	height: 100%;
	align-items: center;
	color: #A4A4AA;
}
.wf-item-5 .btn-group .btn {
	color: #A4A4AA;
}
.wf-item-5 .btn-group .btn:hover,
.wf-item-5 .btn-group .btn:focus,
.wf-item-5 .btn-group .btn.active {
	background: #D4D4DB;
	border-radius: 6px;
}
.wf-item-6 .btn-group {
    width: 100%;
    height: 100%;
    padding-right: 7px;
}
#sel .row {
	margin: 0px -10px;
}
#sel .col-md-6,
#sel .col-sm-6 {
	padding: 0px 10px;
}
.sel-item {
	border-radius: 6px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.sel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sel-item:hover .sel-img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sel-param {
    position: relative;
    z-index: 999;
    left: 20px;
    top: 20px;
}
.sel-label {
	background: #FE4A31;
	border-radius: 6px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
}
.sel-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #20202C;
	margin-bottom: 5px;
}
.sel-text {
	font-size: 16px;
	line-height: 22px;
	color: #70707E;
}
.sel-carousel.owl-theme .owl-dots {
	bottom: 30px;
}
.sel-carousel.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}
.sel-item-1, .sel-item-5 {
	height: 510px;
}
.sel-item-1 .sel-img {
    background: linear-gradient(to bottom, rgba(225,225,228,1) 5%, rgba(225,225,228,0.1) 100%), url(../images/sel-1.jpg) no-repeat;
}
.sel-item-2, .sel-item-6 {
	height: 245px;
	margin-bottom: 20px;
}
.sel-item-2 .sel-img {
    background: linear-gradient(to bottom, rgba(225,225,228,1) 15%, rgba(225,225,228,0.3) 100%), url(../images/sel-2.png) no-repeat;
}
.sel-item-3, .sel-item-4, .sel-item-7, .sel-item-8 {
	height: 245px;
}
.sel-item-3 .sel-img {
    background: linear-gradient(to bottom, rgba(225,225,228,1) 15%, rgba(225,225,228,0.3) 100%), url(../images/sel-3.jpg) no-repeat;
}
.sel-item-4 .sel-img {
	background: linear-gradient(to bottom, rgba(225,225,228,1) 15%, rgba(225,225,228,0.3) 100%), url(../images/sel-4.jpg) no-repeat;
}
.sel-item-5 .sel-img {
	background: linear-gradient(to bottom, rgba(225,225,228,1) 5%, rgba(225,225,228,0.1) 100%), url(/assets/images/item-5.jpg) no-repeat;
}
.sel-item-6 .sel-img {
    background: linear-gradient(to bottom, rgba(225,225,228,1) 15%, rgba(225,225,228,0.3) 100%), url(/assets/images/item-6.jpg) no-repeat;
}
.sel-item-7 .sel-img {
    background: linear-gradient(to bottom, rgba(225,225,228,1) 15%, rgba(225,225,228,0.3) 100%), url(/assets/images/item-7.jpg) no-repeat;
}
.sel-item-8 .sel-img {
    background: linear-gradient(to bottom, rgba(225,225,228,1) 15%, rgba(225,225,228,0.3) 100%), url(/assets/images/item-8.jpg) no-repeat;
}
.dark {
    color: #000000 !important;
}
#gorod {
    padding-top: 0px;
}
#gorod a, #zagorod a {
    text-decoration: none;
}
/* Доступные предложения */
.cat-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #20202C;
	border-bottom: 1px solid #D4D4DB;
	padding-bottom: 15px;
}
.cl-item {
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	color: #6E7180;
}
.cl-item span {
	color: #A4A4AA;
}
.cat-more {
	padding-top: 10px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0px 20px;
	left: 0px;
}
.cat-wrapper {
	padding: 20px;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	padding-top: 150px;
	height: 100%;
	position: relative;
	padding-bottom: 80px;
}
.cw-1 {
	background: url(../images/dost-1.png) center 40px no-repeat;
	background-size: 80px;
}
.cw-2 {
	background: url(../images/dost-2.png) center 40px no-repeat;
	background-size: 80px;
}
.cw-3 {
	background: url(../images/dost-3.png) center 40px no-repeat;
	background-size: 80px;
}
.cw-4 {
	background: url(../images/dost-4.png) center 40px no-repeat;
	background-size: 80px;
}
#categories .btn-lg {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
/* Лучшие предложения */
#offerTab {
	justify-content: center;
}
#offerTabContent {
	padding-top: 30px;
}
#offerTabContent .owl-carousel .owl-nav button.owl-next, #offerTabContent .owl-carousel .owl-nav button.owl-prev {
	margin-top: 0px;
	top: -60px;
	right: 0px;
	background-size: 28px !important;
	width: 28px;
	height: 28px;
}
#offerTabContent .owl-carousel .owl-nav button.owl-prev {
	right: 30px;
	left: auto;
}
.photo-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    padding-left: 50px;
}
.photo-carousel.owl-theme .owl-dots .owl-dot span {
	background: rgba(255,255,255,0.7);
	border: 0px;
	width: 5px;
	height: 5px;
}
.photo-carousel.owl-theme .owl-dots .owl-dot.active span, .photo-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.product-item {
	background: #fff;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	overflow: hidden;
}
.p-foto {
	position: relative;
}
.p-foto img {
	border-radius: 6px 6px 0px 0px;
}
.p-fav {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
}
.p-fav a {
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0,0,0,0.2) url(../images/icon-like.png) center center no-repeat;
	background-size: 16px;
}
.p-fav a:hover,
.p-fav a.active {
	background-color: #fe4a31;
	opacity: 0.6;
}
.p-price {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 10px;
	background: #FE4A31;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
}
.red-btn {
	background: #FE4A31;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	text-transform: uppercase;
	display: inline-block;
}
.gray-btn {
	background: #D4D4DB;
	border-radius: 6px;
	color: #83838B;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-left: 15px;
}
.p-count {
	position: absolute;
	right: 10px;
	bottom:20px;
	background: rgba(0,0,0,0.7);
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	z-index: 10;
	padding: 5px 5px;
}
.p-count span {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/icon-photo.png) right center no-repeat;
	background-size: 14px;
}
.p-desc {
	padding: 20px;
}
.p-title a, .iw-text {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	text-decoration: none;
}
.p-title a span {
	font-size: 13px;
	font-weight: normal;
	color: #70707E;
}
.p-anons {
	color: #70707E;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}
.p-char {
	display: flex;
	justify-content: space-between;
}
.pc {
	display: inline-block;
	background: #D5D5D5;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	font-weight: 600;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #83838B;
	padding: 5px 5px 5px 24px;
}
.pc-1 {
	background: #D5D5D5 url(../images/icon-rooms.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-2 {
	background: #D5D5D5 url(../images/icon-area.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-3 {
	background: #D5D5D5 url(../images/icon-floor.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-4 {
	background: #D5D5D5 url(../images/icon-bed.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-5 {
	background: #D5D5D5 url(../images/icon-roller.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-6 {
	background: #D5D5D5 url(../images/icon-area.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-7 {
	background: #D5D5D5 url(../images/icon-area-2.png) 5px center no-repeat;
	background-size: 16px;
}
.pc-8 {
	background: #D5D5D5 url(../images/icon-geo.png) 5px center no-repeat;
	background-size: 16px;
}
/* Преимущества */
.pr {
	text-align: center;
	padding-top: 100px;
}
.pr-1 {
	background: url(../images/pr-1.png) center top no-repeat;
	background-size: 80px;
}
.pr-2 {
	background: url(../images/pr-2.png) center top no-repeat;
	background-size: 80px;
}
.pr-3 {
	background: url(../images/pr-3.png) center top no-repeat;
	background-size: 80px;
}
.pr-title {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #20202C;
}
.pr-text {
	color: #83838B;
	line-height: 24px;
	padding-bottom: 30px;
}
/* Партнеры */
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.partner-list.owl-carousel .owl-item {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	margin:0px;
	margin-top: -32px;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
	right: -30px;
	background: url(../images/right.png) left top no-repeat;
	background-size: 64px;
}
.owl-carousel .owl-nav button.owl-next:hover {
	background: url(../images/right.png) left top no-repeat;
	background-size: 64px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
	background: url(../images/left.png) left top no-repeat;
	background-size: 64px;
}
.owl-carousel .owl-nav button.owl-prev:hover {
	background: url(../images/left.png) left top no-repeat;
	background-size: 64px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent;
}
.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button:focus {
	outline: none;
	border: 0px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: -50px;
    text-align: center;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 2px solid #B9B9BE;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #B9B9BE;
}
#text-block .row {
	color: #83838B;
}
/* форма внизу*/
#bottom-form {
	padding: 0px;
	text-align: center;
}
#bottom-form .container {
	/*background: url(../images/girl.png) right bottom no-repeat;*/
	padding:90px 15px;
}
#bottom-form.bottom-form-2 .container {
    background: url(../images/girl-2.png) right bottom no-repeat;
    padding: 90px 15px;
}
#bottom-form p {
    font-size: .9rem;
    color: #83838B;
}
.bf-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.2px;
	color: #20202C;
	padding-bottom: 5px;
}
.bf-subtitle a {
	text-transform: uppercase;
	color: #20202C;
	border-bottom: 1px dotted;
	margin-left: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}
.bf-subtitle a:hover {
	border: 0px;
}
.bf-text {
	padding-top: 25px;
	font-size: 18px;
	line-height: 24px;
	color: #83838B;
}
.bf-form {
	padding-top: 15px;
}
.bf-item,
.bf-actions {
	width: 295px;
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}
.bf-form-full .bf-item {
    width: 261px;
    margin-bottom: 15px;
}
.bf-form-full .bf-actions {
	width: 295px;
}
.bf-form-full .bf-actions button {
	width: 100%;
}
.bf-form button {
	height: 78px;
	background: #FE4A31;
	border-radius: 6px;
	border: 0px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	transition: all 0.2s ease;
}
.bf-form button:hover {
	opacity: 0.8;
}
.bf-form button span {
	display: block;
	text-transform: none;
	letter-spacing: unset;
	color: rgba(255, 255, 255, 0.45);
}
.bf-item {
	/*height: 78px;*/
	background: #fff;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	padding: 10px;
	text-align: left;
}
.bf-item input {
	border: 0px;
	width: 100%;
}
.bf-item label {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #83838B;
}

/* footer */
#footer {
	width: 100%;
	background: #434550;
	color: #A4A4AA;
}
#footer a {
	color: #A4A4AA;
}
.f-row-1 {
	align-items: center;
	border-bottom: 1px solid #70707E;
	padding:15px 0px;
}
.f-branding img {
	max-width: 160px;
	height: auto;
}
.f-menu {
	padding: 0px;
	text-align: center;
}
.f-menu ul,
.f-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.f-menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.f-menu ul li a {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #A4A4AA;
	transition: all 0.2s ease;
}
.f-menu ul li a:hover,
.f-menu ul li a.active {
	color: #fff;
}
#footer a.callback {
	width:100%;
	margin-left:0px;
	color: #fff;
	cursor: pointer;
}
.f-row-2 {
	padding: 15px 0px 30px 0px;
}
.fr-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #D4D4DB;
	padding-bottom: 10px;
}
.fr-2-3 ul,
.fr-2-3 ul li,
.fr-list ul,
.fr-list ul li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style: none;
}
.fr-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 10px;
}
.fr-2-3 ul li {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #A4A4AA;
	margin-bottom: 12px;
}
.copy {
	padding: 20px 0px;
	background: #393B44;
}

/* catalog page */
.ap-item {
	background: #FFFFFF;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ap-item:after {
	display: block;
	content: '';
	clear: both;
}
.ap-item .p-foto {
	float: left;
	width: 294px;
}
.ap-item .p-desc {
	float: left;
	width: 529px;
}
.ap-item .p-text {
	font-size: 16px;
	line-height: 21px;
	color: #83838B;
	padding-top: 15px;
}
.ap-item .p-char {
    justify-content: flex-start;
}
.ap-item .p-char .pc {
	margin-right: 5px;
}
.ap-pager {
	padding: 15px;
	text-align: center;
}
.load-more a {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #20202C;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding-right: 25px;
	background:url(../images/icon-refresh.png) right center no-repeat;
	background-size: 16px;
}
.ap-count {
	font-size: 14px;
	line-height: 18px;
	color: #83838B;
	padding-top: 5px;
}
.page-link {
	background:none;
	border:0px;
	font-size: 18px;
	line-height: 23px;
	color: #A4A4AA;
}
.page-item.active .page-link {
    z-index: 1;
    color: #A4A4AA;
    background: #D4D4DB;
    border-radius: 6px;
}
.page-item {
	margin: 0px 4px;
}
.app-count {
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}
.cat-block {
	background: #fff;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
}
.cat-block .cat-more {
	position: relative;
	bottom: 0px;
	padding: 15px 0px 0px 0px;
}
.cat-block .cat-more a {
	width: 100%;
}
.cat-block .cat-title {
	text-align: left;
}
.cat-promo {
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
}
.promo-desc {
	padding: 15px;
}
.promo-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
.promo-text {
	font-size: 16px;
	line-height: 20px;
	color: #6E7180;
	padding-top: 5px;
}
.promo-pic img {
	border-radius: 6px 6px 0px 0px;
	max-width: 100%;
}
.row-catalog-2 {
	padding-bottom: 30px;
	align-items: center;
}
.breadcrumb {
	padding: 0px;
	margin: 0px;
	background: none;
	font-size: 16px;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-item a {
	color: #83838B;
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #83838B;
    content: ">";
}
.ap-sort {
	width: 290px;
	display: inline-block;
	font-size: 16px;
	padding-top: 5px;
}
.ap-sort label {
	display: inline-block;
	color: #83838B;
	margin-bottom: 0px;
}
.ap-sort seelct {
	display: inline-block;
}
.ap-sort .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 185px;
    margin: 4px 0px 0px 10px;
}
.btn-mode {
	background-size: 16px !important;
}
.btn-mode-1 {
	background: url(../images/mode-1.png) center center no-repeat;
}
.btn-mode-2 {
	background: url(../images/mode-2.png) center center no-repeat;
}
.btn-mode-3 {
	background: url(../images/mode-3.png) center center no-repeat;
}
.btn-mode.active,
.btn-mode:hover {
	border-radius: 6px;
	background-color: #D4D4DB;
}
.ap-mode {
	display: inline-block;
	float: right;
}
.btn-group.btn-price > .btn,
.ap-mode .btn-group > .btn {
	border-radius: 6px !important;
}
.btn-group.btn-price > .btn {
	color: #83838B;
}
.btn-price {
	float: right;
	align-items: center;
}
.btn-price span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
h2.page-title {
	padding-bottom: 0px;
}
h1.page-title {
	padding-bottom: 0px;
    clear: both;
}
#catalog-filters {
	padding-bottom: 30px;
}
#catalog {
	padding: 50px 0px;
}
#letters-filters .tab-pane,
#catalog-filters .tab-pane {
	padding-top: 15px;
}
#catalog-filters .white-filters {
	justify-content: flex-start;
	margin-top: 0px;
}
#catalog-filters .white-filters .wf-item-6 {
	width: 180px;
    /*max-width: 200px;*/
}
.white-filters .wf-item-6 .btn {
	background: url(../images/icon-filter.png) 40px center no-repeat;
	background-size: 16px;
	padding-left: 40px;
}
.white-filters .wf-item-metro .btn {
	background:none;
	padding-left: 0px;
}
.btn-red {
	width: 100%;
	height: 100%;
	background: #FE4A31;
	border-radius: 6px;
	border: 0px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.2s ease;
	cursor: pointer;
}
.btn-red:hover {
	opacity: 0.8;
	color: inherit;
}
.btn-red span {
	display: block;
	text-transform: none;
	letter-spacing: unset;
	color: rgba(255, 255, 255, 0.45);
	font-weight: normal;
}
.main-filter-btns {
	text-align: right;
	padding-top: 20px;
}
.main-filter-btns .btn-red {
	width: auto;
	padding: 15px 30px;
}
.main-filter-btns .btn-map {
	height: 100%;
	padding: 15px 30px;
	color: #fff;
	background: none;
	border-radius: 6px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.2s ease;
	border: 1px solid rgba(255,255,255,0.5);
	margin-right: 15px;
}
#catalog-filters .col-sm-2 {
	padding-left: 0px;
}
/* item carousel */
.items-carousel {
	text-align: center;
}
.items-carousel.owl-theme .owl-dots {
	bottom: 30px;
}
.items-carousel.owl-theme .owl-dots .owl-dot span {
	background:#fff;
}
.items-carousel.owl-theme .owl-dots .owl-dot.active span, .items-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #B9B9BE;
}
.items-carousel.owl-carousel .owl-nav button.owl-next, .items-carousel.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0px;
	width: 100px;
	height: 100%;
	margin:0px;
}
.items-carousel.owl-carousel .owl-nav button.owl-next {
	right: 0px;
	/*background: rgba(255,255,255,0.6) url(../images/right-2.png) center center no-repeat;*/
        background: url(../images/right-2.png) center center no-repeat;
	background-size: 64px;
}
.items-carousel.owl-carousel .owl-nav button.owl-next:hover {
	/*background: rgba(255,255,255,0.6) url(../images/right-2.png) center center no-repeat;*/
        background: url(../images/right-2.png) center center no-repeat;
	background-size: 64px;
}
.items-carousel.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
	/*background: rgba(255,255,255,0.6) url(../images/left-2.png) center center no-repeat;*/
        background: url(../images/left-2.png) center center no-repeat;
	background-size: 64px;
}
.items-carousel.owl-carousel .owl-nav button.owl-prev:hover {
	/*background: rgba(255,255,255,0.6) url(../images/left-2.png) center center no-repeat;*/
        background: url(../images/left-2.png) center center no-repeat;
	background-size: 64px;
}
.item-price {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.2px;
	color: #20202C;
	padding-bottom: 5px;
}
h2.item-title {
	margin: 0px;
	padding-bottom: 0px;
}
#item h2.item-title {
	font-weight: bold;
}
h2.item-title span.item-num { 
	font-size: 20px;
	line-height: 32px;
	font-weight:600;
	color: #83838B;
	float: right;
	background:#EBEEF5;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 0px 10px;
}
.item-adr {
	font-size: 18px;
	line-height: 23px;
	color: #83838B;
	padding-bottom: 10px;
}
.item-adr a {
	color: inherit;
	border-bottom: 1px dotted;
	text-decoration: none;
}
.item-adr a:hover {
	border: 0px;
}
.row-item {
	padding-top: 30px;
}
.item-char-1 {
	background: #EBEEF5;
	text-align: center;
	padding: 25px 15px;
	border-radius: 6px;
	margin-bottom: 30px;
}
.ic {
	text-align: center;
	color: #83838B;
	font-size: 14px;
	padding-top: 50px;
}
.ic strong {
	font-weight: normal;
	color: #20202C;
	display: block;
	font-size: 16px;
}
.ic-1 {
	background: url(../images/ic1.png) center top no-repeat;
	background-size: 42px;
}
.ic-2 {
	background: url(../images/ic2.png) center top no-repeat;
	background-size: 42px;
}
.ic-3 {
	background: url(../images/ic3.png) center top no-repeat;
	background-size: 42px;
}
.ic-4 {
	background: url(../images/ic4.png) center top no-repeat;
	background-size: 42px;
}
.ic-1-1 {
	background: url(../images/ic-1-1.png) center top no-repeat;
	background-size: 42px;
}
.ic-2-1 {
	background: url(../images/ic-2-1.png) center top no-repeat;
	background-size: 42px;
}
.ic-3-1 {
	background: url(../images/ic-3-1.png) center top no-repeat;
	background-size: 42px;
}
.ic-4-1 {
	background: url(../images/ic-4-1.png) center top no-repeat;
	background-size: 42px;
}
.ic-1-2 {
	background: url(../images/ic-1-2.png) center top no-repeat;
	background-size: 42px;
}
.ic-2-2 {
	background: url(../images/ic-2-2.png) center top no-repeat;
	background-size: 42px;
}
.ic-3-2 {
	background: url(../images/ic-3-2.png) center top no-repeat;
	background-size: 42px;
}
.ic-4-2 {
	background: url(../images/ic-4-2.png) center top no-repeat;
	background-size: 42px;
}
.ic-1-3 {
	background: url(../images/ic-1-3.png) center top no-repeat;
	background-size: 42px;
}
.ic-2-3 {
	background: url(../images/ic-2-3.png) center top no-repeat;
	background-size: 42px;
}
.ic-3-3 {
	background: url(../images/ic-3-3.png) center top no-repeat;
	background-size: 42px;
}
.ic-4-3 {
	background: url(../images/ic-4-3.png) center top no-repeat;
	background-size: 42px;
}
.item-char-2 {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 20px;
}
.item-char-2 .col-sm-3 {
	margin:10px 0px;
	padding: 5px 15px;
	padding-left: 65px;
}
.item-char-2 span {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #83838B;
}
.item-char-2 .row {
	align-items: flex-start;
}
.item-char-2 a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: inherit;
}
.item-char-2 a:hover {
	border: 0px;
}
.ic-5 {
	background: url(../images/ic5.png) 15px center no-repeat;
	background-size: 40px;
}
.ic-6 {
	background: url(../images/ic6.png) 15px center no-repeat;
	background-size: 40px;
}
.ic-7 {
	background: url(../images/ic7.png) 15px center no-repeat;
	background-size: 40px;
}
.ic-8 {
	background: url(../images/ic8.png) 15px center no-repeat;
	background-size: 40px;
}
.ic-9 {
	background: url(../images/ic9.png) 15px center no-repeat;
	background-size: 40px;
}
.ic-10 {
	background: url(../images/ic10.png) 15px center no-repeat;
	background-size: 40px;
}
.ic-11 {
	background: url(../images/ic11.png) 15px center no-repeat;
	background-size: 40px;
}
.village-1 {
	background: url(../images/village-1.png) 15px center no-repeat;
	background-size: 40px;
}
.village-2 {
	background: url(../images/village-2.png) 15px center no-repeat;
	background-size: 40px;
}
.village-3 {
	background: url(../images/village-3.png) 15px center no-repeat;
	background-size: 40px;
}
.village-4 {
	background: url(../images/village-4.png) 15px center no-repeat;
	background-size: 40px;
}
.village-5 {
	background: url(../images/village-5.png) 15px center no-repeat;
	background-size: 40px;
}
.village-6 {
	background: url(../images/village-6.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-1 {
	background: url(../images/estate-1.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-2 {
	background: url(../images/estate-2.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-3 {
	background: url(../images/estate-3.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-4 {
	background: url(../images/estate-4.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-5 {
	background: url(../images/estate-5.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-6 {
	background: url(../images/estate-6.png) 15px center no-repeat;
	background-size: 40px;
}
.estate-7 {
	background: url(../images/estate-7.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-1 {
	background: url(../images/dom-1.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-2 {
	background: url(../images/dom-2.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-3 {
	background: url(../images/dom-3.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-4 {
	background: url(../images/dom-4.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-5 {
	background: url(../images/dom-5.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-6 {
	background: url(../images/dom-6.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-7 {
	background: url(../images/dom-7.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-8 {
	background: url(../images/dom-8.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-9 {
	background: url(../images/dom-9.png) 15px center no-repeat;
	background-size: 40px;
}
.dom-10 {
	background: url(../images/dom-10.png) 15px center no-repeat;
	background-size: 40px;
}
.item-text-short {
	position: relative;
	height:300px;
	overflow: hidden;
}
.item-text-short:after {
	display: block;
	width: 100%;
	height: 150px;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(254,254,255,1) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=0 );
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.item-text p {
	color: #83838B;
}
.item-text-list {
	margin-bottom: 3px;
	display: flex;
	color: #83838B;
}
.item-text-list span {
	color: #B9B9BE;
	display: inline-block;
	width: 80px;
}
.item-text-link a {
	display: inline-block;
	padding-right: 20px;
	background:url(../images/icon-down.png) right center no-repeat;
	background-size: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #20202C;
	text-decoration: none;
	cursor: pointer;
}
.cat-btns {
	padding-bottom: 20px;
}
.cat-btns .btn {
	margin: 0px;
	margin-bottom: 15px;
	width: 100%;
}
.cat-btns .btn-red {
	padding: 15px 0px;
}
#item .cat-btns .btn-lg {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-file {
	margin-bottom: 20px;
	background: #FFFFFF url(../images/pdf.png) 15px center no-repeat;
	background-size: 40px;
	padding:10px 0px 10px 70px;
	border: 1px solid #D4D4DB;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #20202C;
	text-align: left;
	width: 100%;
	transition: all 0.2s ease;
}
.btn-file-doc {
	background: #FFFFFF url(../images/pdf-2.png) 15px center no-repeat;
	background-size: 40px;
}
.btn-file:hover {
	opacity: 0.8;
}
.btn-file span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #A4A4AA;
	font-weight: normal;
}
#map_container {
	width: 100%;
	height: 420px;
}
#region-desc p {
	font-size: 16px;
	line-height: 26px;
	color: #83838B;
}
#region-desc h2 a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
#region-desc h2 a:hover {
	border: 0px;
}

/* content */
.highlighted-item {
	width: 100%;
	height: 460px;
	background-size: cover !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.highlighted-box {
	text-align: center;
	color: #fff;
	background: rgba(32,32,44,0.7);
	padding:30px;
	border-radius: 6px;
}
.highlighted-box p {
	font-size: 20px;
	line-height: 28px;
	color: #B9B9BE;
}
#highlighted .owl-dots {
	bottom:30px;
}
.content-meta {
	padding-top: 15px;
}
.content-meta span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	color:#83838B;
	padding-left: 30px;
	margin-right:50px;
}
span.created {
	background: url(../images/time-line.png) left center no-repeat;
	background-size: 16px;
}
span.time {
	background: url(../images/icon-book.png) left center no-repeat;
	background-size: 16px;
}
.node {
	padding-top: 30px;
	color: #83838B;
	font-size: 16px;
	line-height: 26px;
}
blockquote {
	background: #EBEEF5 url(../images/blockquote.png) 20px 20px no-repeat;
	background-size: 40px;
	border: 1px solid #D4D4DB;
	border-radius: 6px;
	padding: 20px 20px 20px 80px;
	margin:10px 0px 30px 0px;
}
blockquote.b-info {
	background: #EBEEF5 url(../images/blockquote-2.png) 20px 20px no-repeat;
	background-size: 40px;
}
.node img {
	max-width: 100%;
	height: auto;
}
.node h2,
.node h3 {
	color: #20202C;
}
.cat-wrapper ul,
.cat-wrapper ul li,
.cat-block ul,
.cat-block ul li,
.node ul,
.node ul li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style: none;
}
.cat-wrapper ul li,
.cat-block ul li,
.node ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.cat-wrapper ul li:before,
.cat-block ul li:before,
.node ul li:before {
	display: inline-block;
	content:'';
	margin-right: 5px;
	background: #FE4A31;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
}
.cat-block ul li {
	font-size: 16px;
	line-height: 22px;
	color: #6E7180;
}
.cat-wrapper ul,
.cat-block ul {
	margin-top: 15px;
}
.cat-wrapper ul li:before,
.cat-block ul li:before {
	top: 10px;
	margin: 0px;
}
.cat-wrapper ul li {
	color: #6E7180;
	font-size: 15px;
}
.node .owl-dots {
	bottom: 30px;
}
.node .owl-dots .owl-dot span {
	background:#fff;
}
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.node-files a {
	display: inline-block;
	width: auto;
	margin:5px 15px 0px 0px;
	padding-right: 15px;
}
.social-share {
	margin-top: 30px;
}
.social-share span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
	color: #83838B;
	margin-right: 10px;
}
.social-share a {
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background-size: 40px !important;
	overflow: hidden;
	text-indent: -1000px;
}
.social-share .s-fb a {
	background: url(../images/s-fb.png) left top no-repeat;
}
.social-share .s-inst a {
	background: url(../images/s-insta.png) left top no-repeat;
}
.social-share .s-mail a {
	background: url(../images/s-mail.png) left top no-repeat;
}
.team-item {
	text-align: center;
}
.team-img {
	border-radius: 6px;
}
.team-name {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	padding: 15px 0px 5px 0px;
	color: #20202C;
}
.team-desc {
	font-size: 16px;
	line-height: 24px;
	color: #83838B;
}
h2.letters-title {
	padding-left: 20px;
}
#letters-filters .white-filters {
	margin: 0px;
}
#letters-filters #fTabContent {
	margin-top: 20px;
}
.l-box {
	background: #fff;
	border-radius: 6px;
	padding: 20px 30px;
	border: 1px solid #D4D4DB;
	margin-bottom: 20px;
}
.l-item {
	display: flex;
	justify-content: space-between;
	color: #6E7180;
	margin:3px 0px;
}
.l-item a {
	color: inherit;
}
.l-item span {
	color: #A4A4AA;
}
/* contacts */
.contact-items {
	padding-bottom: 50px;
}
.contact-item {
	font-size: 17px;
	line-height: 21px;
	color: #20202C;
	padding-left: 70px;
	margin-bottom: 30px;
}
.contact-item span {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #83838B;
	padding-bottom: 4px;
}
.contact-item-1 {
	background: url(../images/contact-1.png) 15px top no-repeat;
	background-size: 40px;
}
.contact-item-2 {
	background: url(../images/contact-2.png) 15px top no-repeat;
	background-size: 40px;
}
.contact-item-3 {
	background: url(../images/contact-3.png) 15px top no-repeat;
	background-size: 40px;
}
.contact-item-4 {
	background: url(../images/contact-4.png) 15px top no-repeat;
	background-size: 40px;
}
.req-item {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
	color: #83838B;
}
.req-item span {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #20202C;
}
.highlighted-item {
	background:url(../images/background-image.jpg) center center no-repeat;
}
.highlighted-btns {
	text-align: center;
	padding-top: 20px;
}
.highlighted-btns .btn-red {
	width: 100%;
	max-width: 220px;
	display: inline-block;
	margin: 5px 10px;
}
.ad-item {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #83838B;
	padding: 30px 15px;
	border: 1px solid #D4D4DB;
}
.ad-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #20202C;
	padding-top: 90px;
	padding-bottom: 10px;
}
.ad-item-1 .ad-title {
	background: url(../images/a-1.png) center top no-repeat;
	background-size: 70px;
}
.ad-item-2 .ad-title {
	background: url(../images/a-2.png) center top no-repeat;
	background-size: 70px;
}
.ad-item-3 .ad-title {
	background: url(../images/a-3.png) center top no-repeat;
	background-size: 70px;
}
.ad-item-4 .ad-title {
	background: url(../images/a-4.png) center top no-repeat;
	background-size: 70px;
}
.ad-item-5 .ad-title {
	background: url(../images/a-5.png) center top no-repeat;
	background-size: 70px;
}
.ad-item-6 .ad-title {
	background: url(../images/a-6.png) center top no-repeat;
	background-size: 70px;
}
#steps .nav-link {
	color: #20202C;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: unset;
	padding: 15px 15px 15px 65px;
	background-size: 40px;
	background-position: 15px center;
	background-repeat: no-repeat;
}
#steps .nav-link span {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #83838B;
}
#steps .nav-pills .nav-link.active, #steps .nav-pills .show > .nav-link {
	background-color:#EBEEF5;
}
#steps #v-pills-1-tab {
	background-image: url(../images/step-1.png);
}
#steps #v-pills-2-tab {
	background-image: url(../images/step-2.png);
}
#steps #v-pills-3-tab {
	background-image: url(../images/step-3.png);
}
#steps #v-pills-4-tab {
	background-image: url(../images/step-4.png);
}
#steps #v-pills-5-tab {
	background-image: url(../images/step-5.png);
}
#steps .tab-content {
	border-radius: 6px;
	padding: 30px;
	border: 1px solid #D4D4DB;
}
#steps .tab-content .node {
	padding: 0px;
	margin: 0px;
}
#steps .tab-content .node p:last-child {
	padding-bottom: 0px;
	margin: 0px;
}
.step-header {
	border-bottom: 1px solid #D4D4DB;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.2px;
	color: #20202C;
}
.step-header span {
	font-size: 20px;
	line-height: 25px;
	color: #A4A4AA;
	font-weight: normal;
	padding-right: 10px;
}
#steps .owl-carousel .owl-nav button.owl-next, #steps .owl-carousel .owl-nav button.owl-prev {
	margin:0px;
	top:0px;
	width: 32px;
	height: 32px;
	background-size: 32px;
}
#steps .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 20px;
}
#steps .owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
/* services */
.services-pr {
	background: #fff;
	width: 100%;
	padding: 40px 0px;
}
.spr {
	color: #83838B;
	padding-left: 55px;
}
.spr span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #20202C;
}
.spr-1 {
	background:url(../images/spr-1.png) left center no-repeat;
	background-size: 40px;
}
.spr-2 {
	background:url(../images/spr-2.png) left center no-repeat;
	background-size: 40px;
}
.spr-3 {
	background:url(../images/spr-3.png) left center no-repeat;
	background-size: 40px;
}
.spr-4 {
	background:url(../images/spr-4.png) left center no-repeat;
	background-size: 40px;
}
#goals .cat-wrapper {
	background-color: #fff;
}
#goals .cat-more a {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.goal-1 {
    background: #fff url(../images/goal-1.png) center 40px no-repeat;
    background-size: 80px;
}
.goal-2 {
    background: #fff url(../images/goal-2.png) center 40px no-repeat;
    background-size: 80px;
}
.goal-3 {
    background: #fff url(../images/goal-3.png) center 40px no-repeat;
    background-size: 80px;
}
.goal-4 {
    background: #fff url(../images/goal-4.png) center 40px no-repeat;
    background-size: 80px;
}
#services-list img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}
#services-list .row {
	align-items: center;
	margin-bottom: 30px;
}
.services-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #20202C;
	padding: 10px 0px 10px 55px;
}
.services-text {
	font-size: 16px;
	line-height: 26px;
	color: #83838B;
	padding:0px 0px 20px 55px;
}
.services-btn {
	padding-left: 55px;
}
.services-title-1 {
	background: url(../images/st-1.png) left center no-repeat;
	background-size: 40px
}
.services-title-2 {
	background: url(../images/st-2.png) left center no-repeat;
	background-size: 40px
}
.services-title-3 {
	background: url(../images/st-3.png) left center no-repeat;
	background-size: 40px
}
.services-title-4 {
	background: url(../images/st-4.png) left center no-repeat;
	background-size: 40px
}
.services-title-5 {
	background: url(../images/st-5.png) left center no-repeat;
	background-size: 40px
}
.text-center .btn {
	width: auto;
	padding: 10px 30px;
}
#item {
	padding-top: 30px;
}
#item .text-center .btn {
	padding: 15px 5px;
}
#item div.red-btn {
	margin-bottom: 20px;
}
.btn-lg-2 {
	width: 100% !important;
}
.cat-btns-desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #83838B;
}
.offers-list {
	margin: 0px -10px;
}
.offers-list .product-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin:0px 0px 20px 0px;
}
.wrapper-nopad {
	padding-top: 0px;
}

/* catalog map */
#map {
	width: 100%;
	height: 62vh;
	position: relative;
	margin-top: -50px;
}
#map:after {
	display: block;
	content: '';
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(235,238,245,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(235,238,245,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(235,238,245,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeef5', endColorstr='#00000000',GradientType=0 );
}
.iw-wrapper {
	width: 350px;
	display: flex;
	align-items: center;
}
.iw-foto {
	position: relative;
	margin-right: 15px;
}
.iw-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #20202C;
	padding:5px 0px;
}
.iw-text {
	margin: 10px 0;
}
.iw-price {
	display: inline-block;
	background: #FE4A31;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	margin-right: 10px;
}
#catalog-filters {
	position: relative;
}
.search-meta {
	position: absolute;
	top: 10px;
	right: 0px;
}
a.show-list {
	display: inline-block;
	background:url(../images/icon-list.png) left center no-repeat;
	padding-left: 25px;
	background-size: 16px;
	margin-right: 30px;
}
.search-total {
	display: inline-block;
	color: #83838B;
}
.white-filters-3,
.white-filters-2 {
	margin-top: 15px !important;
	justify-content: space-between;
}
.white-filters-3 .wf-item-4,
.white-filters-2 .wf-item-4 {
	border-right: 1px solid #D4D4DB;
}
.white-filters-3 .wf-item {
	width: 35% !important;
}
.white-filters-2 .wf-item {
	width: 16.6666% !important;
}
.white-filters-3 .wf-item-5,
.white-filters-2 .wf-item-5 {
	text-align:left;
}
.white-filters-3 .wf-item-nobrd,
.white-filters-2 .wf-item-nobrd {
	border: 0px;
}
.white-filters-abr,
.white-filters-city {
	display: none;
}
.white-filters-abr.active,
.white-filters-city.active {
	display: flex;
}

a.btn-show-1 {
    margin-right: 30px;
}
a.btn-show,
a.btn-reset {
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}
a.btn-show {
	color: #fff;
	padding-left: 25px;
	background: url(../images/icon-filter-white.png) left center no-repeat;
	background-size: 16px;
}
a.btn-show span {
	display: inline-block;
	background:url(../images/icon-down-white.png) left top no-repeat;
	width: 16px;
	height: 16px;
	background-size: 16px;
	position: relative;
	top: 2px;
}
a.btn-reset {
	color: #414142 !important;
	padding-left: 25px;
	background: url(../images/icon-close.png) left center no-repeat;
	background-size: 16px;
}
a.other-filters {
    color: #414142 !important;
}
.container-white a.other-filters, .container-white a.btn-reset {
    color: #ffffff !important;
}
.fast-search {
	padding-top: 20px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: space-around;
    clear: both;
}
.fast-search span,
.fast-search a {
	display: inline-block;
	vertical-align: middle;
}
.fast-search a {
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-transform: lowercase;
	color: #A4A4AA;
	text-decoration: none;
	background: #4E505B;
	border-radius: 6px;
	padding: 5px 15px;
	transition: all 0.2s ease;
}
.fast-search a:hover {
	/*opacity: 0.8;*/
    background: #FE4A31;
}
.modal-content {
	border-radius:0px;
}
#callback-modal .modal-dialog {
	max-width: 425px;
}
.modal-header {
	border:0px;
	padding-bottom:0px;
}
.modal h2 {
	padding-bottom: 0px;
}
.form-wrapper {
	padding: 0px 20px;
}
.form-desc {
	text-align: center;
	color: #83838B;
	line-height: 26px;
	padding-bottom: 15px;
}
.modal .bf-item {
	margin: 0px 0px 15px 0px;
	width: 100%;
}
.check-item {
	display: flex;
	line-height: 22px;
	color: #83838B;
	align-items: center;
}
.check-item a {
	color: inherit;
	text-decoration: underline;
}
.check-item a:hover {
	text-decoration: none;
}
.check-item span {
	width: 32px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 0px;
}
.modal .btn-red {
	width: 100%;
	margin-top: 15px;
	padding: 25px 0px;
	font-weight: 600;
}
.modal .bf-actions {
	width: 100%;
}
#popup-1-modal .modal-dialog,
#popup-2-modal .modal-dialog {
	max-width: 770px;
}
#modalTab {
	margin: 30px 0px;
}
.modal {
	z-index: 10000000;
}
.modal .form-wrapper {
	padding-bottom: 20px;
}
.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(../images/backtotop2x.png) left top no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  	visibility: hidden;
  	z-index: 1001;
}
#return-to-top.show {
  opacity: 1;
  visibility: visible;
}
.p-top-title, .iw-title {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #83838B;
}
.jq-selectbox__select-text {
	color:#83838B;
}

select {
    display: none;
}


div.selected-road, div.selected-village, div.selected-params, .selected {
    position: relative;
    padding: 3px 10px 3px 12px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    color: #7a7a7a;
    border: 1px solid #D4D4DB;
    border-radius: 6px;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin: 3px 0px 3px 0px;
}
div.selected-road button, div.selected-village button, div.selected-params button, .selected button {
    float: right;
    font-size: 1.17rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
    border: none;
    background: none;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    outline: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.cat-block .form-wrapper {
    padding: 0;
}
.cat-block .form-wrapper .bf-item, .cat-block .form-wrapper .bf-actions {
    width: 100%;
    margin: 0;
}
.cat-block .form-desc {
    text-align: left;
}
.cat-block .check-item {
    font-size: .8rem;
}

.block-gray {
    background: #EBEEF5;
}
.description {
    margin-bottom: 2rem;
}
#item-map {
    position: relative;
}
.sales-department {
    position: absolute;
    width: 268px;
    height: 171px;
    background-color: #fff;
    z-index: 999999;
    text-align: center;
    right: 5rem;
    padding: 2rem;
}

.sales-department a.phone {
    border: 0; 
}

.first-page-slider .submit-application {
    margin-top: 5rem;
}

.social {
    float: left;
    margin-left: -20px;
}
.social > div {
    margin-right: 1rem;   
}

.fast-search.mobile {
    display: block !important;
}
.fast-search.mobile a {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
}
.fast-search.mobile span {
    display: block;
    margin-bottom: 10px;
}