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

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

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

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

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

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

body main a {
    color: #000;
    border-bottom: 1px solid #afafaf;
}
body main a:hover {
    color: #000;
    border-color: transparent;
    text-decoration: none;
}

.cl:after {
    content: '';
    display: table;
    clear: both;
}

.w-btn {
    margin-bottom: 23px;
    margin-top: 7px;
}
.w-btn a {
    display: inline-block;
    font-size: 18px;
    color: #2b2b2b;
    padding: 6px 11px 8px 46px;
    background: #f7bb19 url(../img/icon-btn.png) 10px 6px no-repeat;
    font-family: 'ProximaNova-Bold', sans-serif;
    border-radius: 2px;
    border: none;
}
.w-btn a:hover,
.w-btn a:active {
    background-color: #f8cd5a;
}

.header {
    padding: 24px 0 0;
    margin: 0 20px;
    background: rgba(0, 0, 0, 0.67);
    /*height: 140px;*/
    min-height: 100px !important;
}

.logo {
    margin: 13px 60px 18px 20px;
    display: block;
    width: 150px;
    /*height: 100px;*/
    margin-top: 0;
}
.logo_tx {
	color: #ebeced;
	font-size: 16px;
	font-family: 'ProximaNova-Regular', sans-serif;
	margin-top: 13px;
}
.logo:hover {
	text-decoration: none;
}

.logo img {
    width: 100%;
    max-width:300px;
    /*max-height: 80px;*/
}

.wrapper {
    max-width: 1240px;
    /*min-height: 1000px;*/
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

nav, .first-screen {
    padding: 0 20px;
    display: block;
}

.img-bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.header-menu {
    font: 16px/1 'ProximaNova-Bold', sans-serif;
    float: left;
    display: table;
    width: 98%;
    box-sizing: border-box;
    border-bottom: 1px solid #949698;
    /*padding: 8px 3px 0 42px;*/
}

.header-menu li {
    display: table-cell;
    list-style: none;
    /*padding: 0 0 13px;*/
    text-align: center;
}
.header-menu li:first-child {
	text-align: left;
}
/*.header-menu li:last-child {
	text-align: right;
}*/

/*.header-menu li:before {
    content: "›";
    color: #fff;
    margin-right: 5px;
}*/

.header-menu li a {
    display: inline-block;
    padding:  10px 0 13px;
    color: #ebeced;
    border-top: 2px solid transparent;
    /*border-bottom: 1px solid #7e8182;*/
    text-decoration: none;
}
.header-menu li a.__active,
.header-menu li a:hover {
	border-color: #f7bb19;
}

.header-menu li a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.header-menu .active:before {
    color: #f6e202;
    display: block;
    float: left;
}

.header-menu .active a {
    color: #f6e202;
    border-bottom: 1px solid #f6e202;
}

.header-menu:first-child {
    /*margin: 0 0 0 10px;*/

}
.header-menu li:last-child{
    padding-bottom: 0;
}

.header-contacts {
    color: #ebeced;
    margin: 4px 28px 0 0;
    float: left;
    font: 16px/30px 'ProximaNova-Regular', sans-serif;
    position: relative;
    left: -5px;
}

.header-contacts:before {
    content: "";
    width: 12px;
    height: 18px;
    background: url(../img/map.png) no-repeat 0 0;
    position: absolute;
    top: 5px;
    left: -22px;

}

.header-contacts a {
    color: #fff !important;
    text-decoration: none !important;
}

.header-contacts a:hover {
    border-bottom: 1px solid #fff;
}

.header-phone {
    font: 20px/30px 'ProximaNova-Bold', sans-serif;
    color: #ebeced !important;
    text-decoration: none !important;
    margin: 4px 0 8px;
    display: block;
    /*float: left;*/
}

.header-phone-btn, .contacts-map-btn, .btn1, .submit {
    background: #f7bb19;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 0 10px;
    position: relative;
    top: 2px;
    display: inline-block;
    font: 16px/30px 'ProximaNova-Bold', sans-serif;
}
.header-phone-btn {
    padding-left: 40px;
    background: #f7bb19 url(../img/phonebtn.png) 10px center no-repeat;
}

.nav {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
    padding: 0 20px !important;
}

.newol li{
    list-style-type: decimal!important;
    margin-left:15px;
}
.newul li{
    list-style-type: disc!important;
    margin-left:15px;
}
/******************/
.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;

}

/*
@media (max-width: 1200px) {
    .nav.fixed {
        background: #fff;
    }
}*/

.nav.fixed .row {
    max-width: 1200px;
    margin: 0 auto;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 15px;
    cursor: pointer;
    padding: 0 0 3px;
    position: relative;

}

.header-nav:after {
    content: "";
    display: block;
    clear: both;
}

.header-nav > li {
    background: #fff;
}

.header-nav li {
    /*width: 20%;*/
    /*height:70px;*/
    width: 16.6%;
    height:90px;
    float: left;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #e6e5e5;
}

.header-nav li:first-child {
    border-left: none;
}

.header-nav li a {
    color: #000;
    font: 16px/21px 'ProximaNova-Bold', sans-serif;
    text-decoration: none !important;
    padding: 15px 0 0;
    margin-bottom: 15px;
    display: block;

    overflow: hidden;

}

.header-nav > li > a {
    height: 58px;
}

.header-nav li a span {
    border-bottom: 1px solid #d3d3d3;
}

.header-nav li a:hover span, .header-nav li.opened a span {
    border-bottom-color: transparent;
}

.header-nav li.active {
    background: #f7bb19;
    border-left-color: #f7bb19;
}

.header-nav li.active + li {
    border-left-color: #f7bb19;
}

.header-nav li.active a span {
    border-bottom-color: transparent;
}

.header-nav .more {
    display: none;
    box-sizing: border-box;
}

.header-nav .more .img {
    width: 234px;
    height: 305px;
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}

.header-nav .more .img span {
    border-bottom: none !important;
}

.header-nav li.opened {
    border-color: #e6e5e5;
    background: #e6e5e5;
}

.header-nav li.opened + li {
    border-left-color: #e6e5e5;

}

.header-nav .opened > a {
    background: #e6e5e5;
    position: relative;
}

.header-nav .opened > a:after {
    content: "";
    background: #e6e5e5;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.header-nav .opened .more {
    display: block;
}

.header-nav .more {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 24px 29px;
    /* display: block;*/
    background: #e6e5e5;
    z-index: 100;
    font: 16px/29px 'ProximaNova-Semibold', sans-serif;
}

.header-nav .more:after {
    content: "";
    display: block;
    clear: both;

}

.header-nav .more ul {
    float: left;
    width: 665px;
    margin: 2px 0 0 40px;
}

.header-nav .more li:before {
    content: "›";
    color: #000;
    margin-right: 5px;
    position: absolute;
    left: 17px;
}

.header-nav .more li {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    margin: 0 0 2px;

}

.header-nav .more li{
    height: 30px;
    width:100%;
}

.header-nav .more li a {
    padding: 0 0 0 25px;
    background: none;
    line-height: 29px;
    text-align: left;
    margin: 0;
}

.header-nav .more li:hover, .header-nav .more li:focus, .header-nav .more li:active {
    background: #f7bb19;
    border-radius: 3px;
}

.header-nav .more .img {
    width: 235px;
    height: 305px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 35px;
    display: block;
    padding: 0 !important;
}

.header-nav .more .img .share-icon {
    color: #cc0000;
    font: 12px/23px 'ProximaNova-Regular', sans-serif;
    text-transform: uppercase;
    background: #fff;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 11px;
}

.header-nav .more .img .text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 16px;
    text-align: left;
    display: block;
    font: 16px/27px 'ProximaNova-Regular', sans-serif;
}

.header-nav .more .img .text span {
    background: #f6e202;

}

.header-nav .more .img .text .price {
    font: 18px/27px 'ProximaNova-Bold', sans-serif;
}

.header-nav .more .img img {
    width: 100%;
    min-height: 100%;

}

.content {
    color: #000;
    background: #fff;
    padding: 23px 19px;
    margin: 0;
    font: 16px/26px 'ProximaNova-Regular', sans-serif;
}

.content ul {
    margin-bottom: 30px;
}

.content h1 {
    color: #333;
    font: 32px/1 'ProximaNova-Bold', sans-serif;
    padding: 0 0 25px;
    margin: 0;
}

.content p {
    margin: 0 10px 30px 0;
    padding: 0;
    text-align:justify;
}

.content strong {
    font-family: 'ProximaNova-Bold', sans-serif;
}

.content li {
    list-style: none;
    /*padding: 0 0 8px;*/
    /*color: #a8a8a8;*/
}

.content li a {
    color: #000;
    font: 16px/1 'ProximaNova-Bold', sans-serif;
    text-decoration: none !important;
    /*border-bottom: 1px solid #a8a8a8;*/
    margin: 0 0 0 2px;
}

.content li a:hover {
    border-bottom-color: transparent;
}

.objects li a {
    border: none;
}

.right-column {
    margin: 0 0 37px;
}

.right-column .block {
    background: #fff;
    padding: 0 0 0 22px;
    margin: 0 0 30px;
}

.right-column h2 {
    margin: 0;
    padding: 17px 8px 30px;
    font: 24px/35px 'ProximaNova-Bold', sans-serif;
    color: #000;
}

.right-column ol {
    margin: 0 0 40px 23px;
    padding: 0;
}

.right-column ol li {
    font: 16px/27px 'ProximaNova-Regular', sans-serif;
}

.right-column .btn, .content.left-sidebar .btn{
    color: #000;
    background: #f6e202;
    border-radius: 5px;
    font: 18px/27px 'ProximaNova-Bold', sans-serif;
    margin: 12px 0 20px;

}

.right-column .accr {
    padding: 0 0 5px;
    text-align: left;
    font-size: 1px;
    max-width: 460px;
    margin: 0 auto;
}

.right-column .accr div:after, .right-column .accr:after {
    content: "";
    display: block;
    clear: both;
}

.right-column .accr a {
    margin: 0 0 25px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.shares {
    background: #f9cf5c;
    text-align: center;
    position: relative;
	margin: 0 -10px;
}

.shares a, .objects a {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
}

.shares .h3, 
.objects .h3, 
.naschi .heaeuao,
.b-sert_t {
    margin: 0;
    font: 22px/1 'ProximaNova-Bold', sans-serif;
    text-align: center;
    padding: 18px 30px 25px;
    /*background: inherit;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-decoration: none !important;
    cursor: default;

}
.b-sert_t {
    background: #fff;
}
.naschi .heaeuao {
	display: block;
	padding-top: 0px;
	padding-bottom: 20px;
}
.naschi .heaeuao span {
	background: #fff;
	padding: 0 20px;
}
.naschi .slick-slider {
	margin-bottom: 14px;
}
.objects .h3 {
	padding-top: 48px;
	padding-bottom: 11px;
    border: none;
}

.shares .h3 span, .objects .h3 span {
    /*border-bottom: 1px solid #3a3a3a;*/
    /*cursor: pointer;*/
}

.shares .h3 span:hover, .objects .h3 span:hover,
.shares .h3 span:focus, .objects .h3 span:focus,
.shares .h3 span:active, .objects .h3 span:active {
    border-bottom: 1px solid transparent !important;
}

.shares .h3 span:hover, .objects .h3 span:hover,
.shares .h3 span:focus, .objects .h3 span:focus,
.shares .h3 span:active, .objects .h3 span:active {
    /*color: #f6e202 !important;*/

}

.shares ul {
    font-size: 1px;
    margin: 0 0 0 20px !important;
}

.shares li {
    list-style: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 24.15%;
    margin-left: 0.8% !important;
    box-sizing: border-box;
    font: 15px/21px 'ProximaNova-Regular', sans-serif;
}

.shares li:nth-child(2) {
    padding-left: 5px;

}

.shares li:nth-child(3) {
    padding-left: 15px;
}

.shares li:nth-child(4) {
    padding-left: 20px;
}

.shares li .text {
	color: #000;
	font-size: 16px;
	line-height: 21px;
    padding: 0 25px 25px 0;
    display: block;
}

.shares li:nth-child(3) .text {
    padding-right: 0;
}

.shares li .title {
    font: 16px/21px 'ProximaNova-Bold', sans-serif;
    display: block;
    padding: 0 20px 20px 0;
    display: block;

}

.shares li .title span {
    /*border-bottom: 1px solid #d3d3d3;*/
}

.shares li:hover .title span {
    border-bottom-color: transparent;
}
.b-sert {
    position: relative;
    text-align: center;
}
/*.shares:before, */
.objects:before, 
.pager:before,
.naschi:before,
.b-sert:before {
    content: "";
    position: absolute;
    height: 1px;
    top: 58px;
    left: 15px;
    right: 15px;
    background: #cccaca;
    background: -moz-linear-gradient(left, #eeeeee 0%, #cccaca 15%, #cccaca 22%, #cccaca 79%, #cccaca 85%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eeeeee 0%, #cccaca 15%, #cccaca 22%, #cccaca 79%, #cccaca 85%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eeeeee 0%, #cccaca 15%, #cccaca 22%, #cccaca 79%, #cccaca 85%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */

}

.b-sert:before {
    top: 26px;
}

.naschi:before {
	top: 46px;
}

.objects {
    background: #fff;
    text-align: center;
    position: relative;
    padding: 0 0 53px;
}

.objects:before {
    background: #cccaca;
    background: -moz-linear-gradient(left, #fff 0%, #cccaca 15%, #cccaca 22%, #cccaca 79%, #cccaca 85%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff 0%, #cccaca 15%, #cccaca 22%, #cccaca 79%, #cccaca 85%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff 0%, #cccaca 15%, #cccaca 22%, #cccaca 79%, #cccaca 85%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1); /* IE6-9 */
}

.objects ul {
    text-align: center;
    font-size: 1px;
    margin: 0 !important;
}

.objects ul:after {
    content: "";
    display: block;
    clear: both;
}

.objects ul li {
    width: 24%;
    display: block;
    float: left;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0 !important;
}
.objects ul li + li {
	margin-left: 1% !important;
}

.objects ul li img {
    margin: 15px 0 24px;
    display: block;
    width: 100%;

}

.objects .title {
    font: 16px/21px 'ProximaNova-Bold', sans-serif;
    border-bottom: 1px solid #d3d3d3;

}

.objects a:hover .title {
    border-bottom-color: transparent;

}

.objects .text {
    display: block;
    padding: 20px 0 0;
    font: 15px/21px 'ProximaNova-Regular', sans-serif;
}

.objects_all-lk {
	margin-top: 17px;
}
.objects_all-lk a {
	display: inline-block;
	padding: 3px 19px;
	color: #2b2b2b;
	font-size: 16px;
	font-family: 'ProximaNova-Bold', sans-serif;
	background: #f7bb19;
	border-radius: 2px;
    border: none;
}
.objects_all-lk a:hover,
.objects_all-lk a:active {
	background: #f8cd5a;
}

.contacts {
    position: relative;
    padding: 20px 20px 0;
    background: #fff;
    margin: 0 20px;
}

.contacts-map-icon {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
    border-radius: 4px;
    background: #f6e202 url(../img/icon.png) no-repeat 0 0;
}

.contacts-map-icon:hover {
   background-color: #f7f674;
}

#map {
    height: 325px;
    background: #f4f0d3;
    margin-top:100px;
}

.contacts-close {
    width: 14px;
    height: 14px;
    top: 38px;
    right: 57px;
    position: absolute;
    cursor: pointer;
    background: url(../img/close.png) no-repeat 0 0;
    background-size: 14px;
}

.contacts-close:hover {
    opacity: 0.8;
}

.contacts-map-popup {
    position: absolute;
    top: 20px;
    right: 0;
    width: 458px;
    height: 100%;
    padding: 0 33px;
    background: #fff;
    z-index: 50;
    display: block;

}

.contacts .title {
    font: 24px/1 'ProximaNova-Bold', sans-serif;
    padding: 28px 0 32px;
}

.contacts .phone {
    display: block;
    padding: 0 0 10px;
}

.contacts .mail {
    display: inline-block;
    margin-bottom: 36px;
}

.contacts .phone, .contacts .mail, .contacts .address strong {
    font: 16px/1 'ProximaNova-Bold', sans-serif;
    color: inherit;
}

.contacts .address {
    /*font: 16px/27px 'ProximaNova-Thin', sans-serif;*/
        font: 15px/21px 'ProximaNova-Regular', sans-serif;
    padding: 0 0 33px;
}

.contacts .address strong {
    display: block;
    padding: 0 0 7px;
}

.contacts-map-btn {
    padding: 4px 14px;
    font-size: 18px;
}


#carousel-accr {
    display: block;
}
.b-carousel-accr {
    position: relative;
    margin: 0 64px 45px;
}
.b-sert .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.b-carousel-accr ul {
    margin-left: 0px !important;
}
.b-carousel-accr li {
    margin-left: 0px !important;
}
.b-carousel-accr li {
    width: 100%;
    height: auto;
}
.b-carousel-accr .bx-prev,
.b-carousel-accr .bx-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../img/arrow-lslick.png) no-repeat;
    border: none;
    text-indent: -99999px;
}
.b-carousel-accr .bx-prev {
    left: -60px;
}
.b-carousel-accr .bx-next {
    background: url(../img/arrow-rslick.png) no-repeat;
    right: -50px;
}

.footer {
    background: rgba(0,0,0,.68);
    padding: 25px 0;
    margin: 0 20px;
    color: #fff;

    /*font: 15px/1 'ProximaNova-Bold', sans-serif;*/
}
.footer {
    margin-top: 18px;
	color: #fff;
}

.footer .text {
    /*margin-left: 20px;*/
}
.footer_copy {
	padding-left: 3px !important;
	line-height: 26px;
}
.footer_copy a {
	color: #fff;
	text-decoration: underline;
}
.text-in {
	margin-top: 15px;
	line-height: 17px;
}

.footer .copyright {
    float: right;
    margin-right: 20px;
}

.footer .copyright a {
    color: inherit;
    text-decoration: underline;
}

.footer .copyright a:hover {
    text-decoration: none;
}


.footer_address {
	padding-left: 26px;
	line-height: 26px;
	background: url(../img/marker.png) 3px 0 no-repeat;
}
.footer_time {
	padding-left: 26px;
	margin-top: 10px;
	background: url(../img/clock.png) no-repeat;
}




.b-preim {
    position: relative;
    margin-top: 16px;
    margin-bottom: 41px;
    padding-bottom: 31px;
}
.b-preim:after {
    content: '';
    display: table;
    clear: both;
}
.b-preim:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    background: #cccaca;
    background: -moz-linear-gradient(left, #fef8e8 0%, #fce8b1 15%, #f7bc1d 22%, #f7bc1d 79%, #fce8b1 85%, #fef8e8 100%);
    background: -webkit-linear-gradient(left, #fef8e8 0%, #fce8b1 15%, #f7bc1d 22%, #f7bc1d 79%, #fce8b1 85%, #fef8e8 100%);
    background: linear-gradient(to right, #fef8e8 0%, #fce8b1 15%, #f7bc1d 22%, #f7bc1d 79%, #fce8b1 85%, #fef8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
}
.b-preim_i {
    float: left;
    width: 20%;
    padding: 0 5px;
    text-align: center;
}
.b-preim_i_img {
    height: 85px;
    line-height: 85px;
}
.b-preim_i_img img {
    vertical-align: middle;
}
.b-preim_i_tx {
    margin-top: 14px;
    line-height: 19px;
}






/******************************/
.breadcrumbs {
    padding: 0px 22px 21px;
    font: 16px/1 'ProximaNova-Bold', sans-serif;
}

.breadcrumbs a {
    color: #333 !important;
    border-bottom: 1px solid #bebbbd;
    text-decoration: none !important;
}

.breadcrumbs a:hover {
    border-bottom-color: transparent;
}

.text-page .content {
    padding-top: 18px;
    /*margin: 0 0 42px;*/
    margin: 0;
}

.text-page .content h1 {
    padding-bottom: 18px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.text-page .content li {
    color: #000;
}

.text-page .content ul {
    margin-bottom: 25px;
}

.text-page .content li {
    padding: 0;
}

.right-menu {
    margin: 0 0 0 -22px;
}

.right-menu .title {
    background: #eee;
    padding: 26px 0;
    margin: 0 0 19px;
    text-align: center;
    text-transform: uppercase;
    font: 18px/1 'ProximaNova-Bold', sans-serif;
}

.right-menu ul {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.right-menu li {
    list-style: none;
    position: relative;
    padding: 2px 0 3px 30px;
    margin-bottom: 11px;
    font: 16px/24px 'ProximaNova-Regular', sans-serif;
}

.right-menu li a {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 1px solid #a1a1a1;

}

.right-menu li a:hover {
    border-bottom-color: transparent;
}

.right-menu li.active {
    background: #eeede8;
    font-family: 'ProximaNova-Bold', sans-serif;

}

.right-menu li.active a {
    border-bottom: none;
}

.right-menu li.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 29px;
    left: -10px;
    top: 50%;
    margin-top: -14.5px;
    background: url(../img/arrow.png) no-repeat 0 0;

}

.right-column h2 {
    padding-top: 25px;
    padding-bottom: 20px;
}

/*
.right-column .accr a {
    margin: 0 19px 25px;
}*/

.btn1 {
    font-size: 24px;
    line-height: 52px;
    margin: 84px auto 29px;
    position: relative;
    left: -5px;
    display: block;
    width: 275px;
    text-align: center;
    border-radius: 5px;

}

.mb0 {
    margin-bottom: 0 !important;
}

/*****************************/
.pager {
    position: relative;
    background: #fff;
    margin: 0 !important;
    padding: 35px 0;
    text-align: center;
    font-size: 0;
}

.pager:before {
    top: 60px;
    left: 35px;
    right: 35px;
    display: block !important;
}

.pager a {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 11px;
    color: #000 !important;
    background: #fff;
    position: relative;
    text-decoration: none !important;
    font: 16px/50px 'ProximaNova-Bold', sans-serif;
}

.pager a:first-child {
    padding-right: 5px;
    padding-left: 7px;
}

.pager-num {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 0 25px;
    position: relative;
}

.pager a:hover {
    color: #f6e202 !important;
}

.pager a.active {
    width: 50px;
    background: #f6e202;
    color: #000 !important;
    border-radius: 5px;
}

.objects-page {
    padding: 0 0 13px;
}

.objects-page:before {
    top: 48px;
}

.objects-page ul {
    margin: 0;
    padding: 0 10px;
}

.objects-page .h3 {
    padding-top: 30px;
    padding-bottom: 63px;
}

.objects-page-shares {
    padding-bottom: 23px;
}

.objects-page-shares .h3 {
    font-size: 24px;
    padding-top: 35px;
    padding-bottom: 27px;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
    float: none !important;
    width: 100%;
    height: 73px;
    margin: 0 !important;
}

/*************************/
.contacts .form {
    float: right;
    /*margin: 50px 505px 8px 15px;*/
    position: relative;
    margin-bottom: 8px;
}
.contacts .form form {
    width: 474px;
    padding: 28px 23px 33px 20px;
    background: #f0f0f0;
}

.contacts .form label, .popup1 label, .popup2 label {
    color: #717373;
    margin: 0 0 3px;
    padding: 0;
    font: 18px/1 'ProximaNova-Regular', sans-serif;
    display: block;
}

.contacts .form .col-xs-4 {
    padding-right: 7px;
}

.contacts .form input, .contacts .form textarea, .popup1 input, .popup1 textarea, .popup2 input, .popup2 textarea {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 10px 8px;
    height: 40px;
    margin: 0 0 18px;
    width: 100%;
    font: 14px/0.9 'ProximaNova-Regular', sans-serif;
}

.contacts .form textarea {
    height: 120px;
    resize: none;
    margin-bottom: 3px;
}

.contacts .form .text {
    float: left;
    color: #7b7b7b;
    font: 18px/27px 'ProximaNova-Light', sans-serif;
    width: 250px;
    margin: 0 0 0 60px;
}

.contacts .submit {
    border: none;
    margin: 10px 0 0;
    padding: 0 50px;
    font-size: 18px;
    line-height: 40px;
    float: left;
}

.contacts-text {
    width: 455px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    float: left;
    padding: 0 0 0;
}

.map-details {
    position: relative;
    min-height: 500px;
}

.carousel, .status-bar {
    display: none;
}

.error {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}

.phone {
    text-decoration: none !important;
}

.header-menu-icon {
    display: none;
}

main {
    min-height: 500px;
}

.header-menu-container {
    display: none;
    overflow: auto;
}
/*
body {
    background: url(../files/1.jpg) no-repeat 0 0;
    background-size: 100%;
    background-attachment: fixed;
}*/
html {
    background: url(../files/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

body {
    background: none !important;
  /*  -webkit-overflow-scrolling:touch;*/
    overflow-y: scroll !important;

}


.docs {
    background: #efefef;
    padding: 0 0 20px;
}

.docs ul:after {
    content: "";
    display: block;
    clear: both;
}

.docs .title {
    text-align: center;
    font: 25px/1 'ProximaNova-Bold', sans-serif;
    margin-bottom: 25px;
    padding: 15px 0 0;
}

.docs ul {
    margin: 0 15px;
}

.docs ul li {
    margin: 0 0 6px;
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}

.docs ul li a {
    background: #fff;
    box-shadow: 1px 1px 5px #e9e9e9;
    margin: 0 3px;
    display: block;
    padding: 25px 0;
}

.docs ul li img {
    width: 60%;
    height: auto;
}
.img-bg {
    display: none;
}

.carousel-control {
	border: none;
}

@media (max-width: 1170px) and (min-width: 901px) {

    .header {
        padding: 15px 0;
        height: auto;
    }

    .logo {
        width: 80%;
        height: auto;
        margin: 5px 20px 5px 20px;
    }

    .header-menu {
        padding: 8px 3px 0 20px;
        font-size: 14px;
    }

    .header-contacts {
        margin-right: 10px;
        width: 87%;
        padding-top: 5px;
        font: 15px/20px 'ProximaNova-Regular', sans-serif;
    }
    #searchontop .ya-site-form__input .ya-site-form__input-text {
        /*width: 113% !important;*/
    }

    .header-phone {
        font: 16px/20px 'ProximaNova-Bold', sans-serif;
        padding-top: 5px;
        margin-bottom: 0;
    }

    .header-phone-btn, .contacts-map-btn, .btn1, .submit {
        font: 15px/25px 'ProximaNova-Bold', sans-serif;
        /*padding: 0 8px;*/
        text-align: left;
        font-size: 12px;
    }

    .contacts-map-btn {
        line-height: 27px;
        padding: 0 10px;
    }

    .header-nav li a {
        font-size: 15px;
    }

    .header-nav li a {
        font-size: 13px;
        line-height: 16px;

    }

    .header-nav .more {
        top: 65px;
    }

    .contacts-text {
        width: 355px;
    }

    .contacts .form {
        margin-right: 400px;
    }
    .footphone {
        font-size: 17px !important;
    }
    .logo_tx {
        font-size: 17px;
    }

}

@media (max-width: 980px) and (min-width: 901px) {
    .header-contacts {
        width: 50%;
        padding-top: 0;
    }

    .header-contacts:before {
        top: 20px;
        left: -28px;
    }

    .header-nav li a {
        font-size: 12px;
    }
}

@media (max-width: 900px) and (min-width: 770px) {

    .header {
        padding: 15px 0;
        height: auto;
    }

    .logo {
        width: 80%;
        height: auto;
        margin: 18px 20px 18px 20px;
    }

    .header-menu {
        padding: 8px 3px 0 6px;
        font: 13px/1 'ProximaNova-Bold', sans-serif;
    }

    .header-menu li {
        padding-bottom: 7px;
    }

    .header-contacts {
        margin-right: 10px;
        /*width: 140px;*/
        font: 13px/20px 'ProximaNova-Regular', sans-serif;
    }
    #searchontop {
        left: -30px !important;
        top: 0px !important;
    }
    #searchontop .ya-site-form__input .ya-site-form__input-text {
        /*width: 250% !important;*/
    }

    .header .mail {
        font-size: 15px !important;
    }

    .header-phone {
        font: 13px/20px 'ProximaNova-Bold', sans-serif
    }

    .header-contacts:before {
        top: 15px;
    }

    .header-nav .more {
        top: 55px;
    }

    .header-phone-btn, .contacts-map-btn, .btn1, .submit {
        font: 13px/20px 'ProximaNova-Bold', sans-serif;
        /*padding: 0 5px;*/
    }

    .header-nav li a {
        padding: 10px 0 0;
        margin-bottom: 10px;

        font-size: 10px;
        line-height: 16px;
    }

    .header-nav > li > a {
        height: 48px;
    }

    .header {
        min-height: 100px !important;
    }
    .right-column .accr a img {
        width: 80%;
    }
}

@media (max-width: 1170px) and (min-width: 770px) {
    .img-bg {
        /*display: block;*/
    }
    main, footer {
        margin: 0;
    }

    .content {
        font: 14px/22px 'ProximaNova-Regular', sans-serif;
        margin: 0 -8px 20px 0;
    }

    .content h1 {
        font-size: 30px;
        padding: 0 0 20px;
    }

    .content li a {
        font-size: 13px;
    }

    .right-column ol li {
        font: 14px/22px 'ProximaNova-Regular', sans-serif;
    }

    .right-column .btn {
        font: 15px/20px 'ProximaNova-Bold', sans-serif;
    }

    .shares .h3, .objects .h3 {
        font-size: 30px;
    }

    .shares li {
        font: 13px/17px 'ProximaNova-Regular', sans-serif;
    }

    .shares li .title {
        font: 16px/22px 'ProximaNova-Bold', sans-serif;
        padding: 0 10px 10px 0;
    }

    .objects .title {
        font: 16px/22px 'ProximaNova-Bold', sans-serif;
    }

    .objects .text {
        font: 13px/18px 'ProximaNova-Regular', sans-serif
    }

    .contacts .mail {
        margin-bottom: 25px;
    }

    .contacts .address {
        font: 16px/23px 'ProximaNova-Thin', sans-serif;
        padding-bottom: 25px;
    }

    .footer {
        font-size: 15px;
        padding: 20px 0;
    }

    .header-phone-btn {
        margin-top: 5px;
    }

    .right-column ol {
        margin-bottom: 10px;
    }

    .right-column .accr a {
        margin-bottom: 8px;
    }

    .btn1 {
        margin-top: 68px;
        width: 200px;
    }

    .header-nav {
        margin-bottom: 13px;
    }

    .breadcrumbs {
        font-size: 13px;
        padding: 5px 32px 20px;
    }

    .right-menu li {
        font-size: 13px;
        line-height: 20px;
    }

    .right-column .block.bg1 {
        padding-bottom: 20px;
    }

    .contacts .form label {
        font-size: 15px;
    }

    .contacts .form input, .contacts .form textarea {
        padding: 5px;
    }

    .contacts .submit {
        font-size: 16px;
        line-height: 40px;
        padding: 0 25px;
    }

    .contacts .form .text {
        font-size: 15px;
        line-height: 22px;
        margin-left: 20px;
        width: 200px;
    }

    .contacts .form textarea {
        height: 80px;
    }

    .contacts .form input, .contacts .form textarea {
        margin-bottom: 10px;
    }

    .header-nav .more ul {
        /*width: 400px;*/
        margin-left: 20px;
    }

    .header-nav .more .img {
        width: 180px;
        height: 225px;
        margin-right: 15px;
    }

    .header-nav .more .img .text {
        font-size: 13px;
        line-height: 20px;
    }

    .pager:before {
        display: none;
    }

    .pager a {
        line-height: 40px;
        font-size: 14px;
    }

    .pager a.active {
        width: 40px;
    }

    .contacts .form {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contacts .title {
        padding-top: 20px;
    }

    .contacts-text {
        width: 355px;
    }

    .contacts .form {
        margin-right: 400px;
    }

    .contacts .form .text {
        font-size: 14px;
        line-height: 22px;
        margin-left: 20px;
        width: 180px;
    }

    .shares li {
        padding: 0 13px;
    }

    .header-nav li a {
        margin-bottom: 5px;
    }

} 
@media (max-width: 910px) and (min-width: 769px) {

}
@media (max-width: 769px) {
    html {
        background-image: url(../files/8.jpg);
    }
    .header-nav .more ul {
        width: 400px;    
    }
    .wrapper {
        width: auto;
        overflow: hidden;
    }

    .header {
        padding: 143px 0 0;
        margin: 0 17px !important;
        height: 565px;
        background: rgba(0, 0, 0, 0.6);
        /*text-align: center;*/

    }
    .header-b-info {
        float: right;
    }

    #searchontop {
        left: -15% !important;
    }
    #searchontop #ya-site-form0 .ya-site-form__input-text {
        /*margin-top: 20px !important;
        width: 210%;*/
    }
    .header .header-phone-btn {
        padding-left: 35px;
        font-size: 16px;
        margin-top: 11px;
    }

    .header .row > div {
        position: static;
    }

    .logo {
        /*margin: 0 auto;
        display: block;*/
        /*width: 240px;*/
        /*height: auto;*/
    }

    .header-menu {
        display: none;
    }

    .header-contacts {
        /*float: none;*/
        font-size: 13px;
        line-height: 1.2;
        /*text-align: center;*/
        /*padding: 115px 0 27px;*/
        margin: 0;
    }

    .header-phone {
        text-align: center;
    }

    .nav {
        display: none;
    }

    .header-phone {
        font-size: 28px;
        padding-bottom: 65px;
    }

    .header-phone-btn {
        border-radius: 2px;
        font-size: 12px;
        padding: 0 15px;
    }

    .header-menu-icon {
        width: 19.5px;
        height: 13px;
        background: url(../img/menu.png) no-repeat 0 0;
        background-size: 19.5px 13px;
        position: absolute !important;
        right: 16px;
        top: 19px;
        cursor: pointer;
        display: block;
    }

    nav, .first-screen {
        padding: 0 17px;
        /*text-align: center;*/
    }

    main {
        background: rgba(228, 231, 234, 0.8);
    }


	.b-preim {
		padding-bottom: 0px;
	}
    .b-preim_i {
    	width: 50%;
    	display: table;
    }
    .b-preim_i_img {
    	text-align: left;
    	display: table-cell;
    	padding-left: 25px;
    	width: 105px;
    	vertical-align: middle;
    	padding-bottom: 10px;
    }
    .b-preim_i_tx {
    	display: table-cell;
    	text-align: left;
    	vertical-align: middle;
    	padding-bottom: 10px;
    	padding-left: 20px;
    }

    .content {
        padding: 0;
    }

    .status-bar {
        background: #fff;
        border-bottom: 1px solid #dadada;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
        text-align: center;
        font: 13px/1 'ProximaNova-Regular', sans-serif;
        padding: 20px 0 25px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }

    .status-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: block;
    }

    .back-icon {
        width: 8px;
        height: 13px;
        background: url(../img/arrow-left.png) no-repeat 0 0;
        background-size: 8px 13px;
        position: absolute;
        left: 17px;
        top: 20px;
        cursor: pointer;
    }

    .status-bar .header-menu-icon {
        background-image: url(../img/menu-black.png);
    }

    .content {
        /*background: none;*/
        padding: 27px 20px 0;
        margin-bottom: 0;
        margin-top: 6px;
    }

    .content h1 {
        font-size: 20px;
        letter-spacing: 0.3px;
        padding: 0 0 8px;
        text-align: left;
    }

    .content p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 21px;
    }

    .content li {
        padding-bottom: 8px;
    }

    .content li a {
        /*background: #f6e202;*/
        /*text-align: center;*/
        border: none;
        display: block;
        font: 13px/1.32 'ProximaNova-Regular', sans-serif;
        padding: 9px 0;
    }

    .content li a:hover {
        opacity: 0.85;
    }

    .content ul {
        margin-bottom: 13px;
    }

    .right-column {
        margin: 0;
    }

    .right-column .block {
        background: none;
        margin: 0;
        padding: 0;
    }

    .right-column ol {
        margin: 0 0 20px 13px;
    }

    .right-column ol li {
        font: 13px/1.5 'ProximaNova-Regular', sans-serif;
    }

    .right-column h2 {
        font-size: 13px;
        line-height: 1;
        padding: 0 0 12px;
    }

    .right-column .bg1 {
        background: #d9d9d9;
        margin: 0 -20px;
        padding: 18px 20px 28px;
    }

    .right-column .bg1 h2 {
        text-shadow: 0 0 1px #fff;
        text-align: center;
        padding-bottom: 24px;
    }

    .carousel-control {
        background: none !important;
        opacity: 1 !important;
    }

    .glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
        content: "" !important;
    }

    .carousel-control span {
        width: 8px;
        height: 13px;
        background-size: 8px 13px !important;
    }

    .carousel-control.right span {
        background: url(../img/arrow-right.png) no-repeat 0 0;
        margin-right: -20px;
    }

    .carousel-inner > .item {
        text-align: center;
    }

    .right-column .carousel-inner > .item > a > img {
        display: inline-block;
        margin: 0 5px;
    }

    .carousel-control.left span {
        background: url(../img/arrow-left.png) no-repeat 0 0;
        margin-left: -20px;
    }

    .shares {
        /*background: #f6e303;*/
        padding: 0;
        margin: 0 -10px;
    }

    .shares:before {
        display: none;
    }

    .shares .h3, .objects .h3 {
        font-size: 20px;
        line-height: 1;
        padding: 23px;
    }
    .shares .h3 {
    	padding-top: 19px;
    	padding-bottom: 29px;
    }
    .objects .h3 {
    	padding-top: 37px;
    	padding-bottom: 3px;
    }
    .objects:before {
        /*display: none;*/
        top: 47px;
    }
    .objects ul {
        
    }
    .objects ul li {
        float: none;
        display: inline-block;
        width: 45%;
        /*height: 341px;*/
    }
    .objects .title {
        font-size: 16px;
        line-height: 16px;
    }
    .objects .text {
        font-size: 16px;
        line-height: 19px;
    }

    .shares .carousel {
        margin: 0 20px;
    }

    .shares .title {
        font: 16px/1 'ProximaNova-Bold', sans-serif;
        display: block;
        text-align: center;
        padding: 0 20px;
        margin: 0 0 25px;
    }

    .shares .text {
        font: 13px/1.4 'ProximaNova-Regular', sans-serif;
        display: block;
        padding: 0 25px;
        text-align: left;
    }

    .shares .item {
        min-height: 110px;
        padding: 0 20px;
    }

    .shares .carousel-control.left span {
        margin: -20px 0 0 -23px;
    }

    .shares .carousel-control.right span {
        margin: -20px -23px 0 0;
    }



    .contacts {
        padding: 30px 0 0;
    }

    .contacts-close {
        display: none;
    }

    .contacts-map-icon {
        display: none;
    }

    .contacts-map-popup {
        width: 100%;
        padding: 0;
        position: static;
        text-align: center;
    }

    .contacts .title {
        font-size: 13px;
        line-height: 1;
        padding: 23px 23px 27px;
    }

    .contacts .phone {
        padding: 0;
    }

    .contacts .mail {
        margin-bottom: 27px;
    }

    .contacts .address {
        max-width: 195px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.4;
        padding-bottom: 40px;
    }

    .contacts .phone, .contacts .mail, .contacts .address strong {
        font-size: 13px;
    }

    .contacts-cheme {
        background: #ccc;
        /* box-shadow: -1px 0 #dedede;
         border-top: 1px solid #c3c3c3;*/
        padding: 5px 0 7px;
        display: block;
        text-align: center;
        cursor: pointer;
    }

    .contacts-cheme span {
        border-bottom: 1px solid #aeaeae;
        font: 13px/1 'ProximaNova-Bold', sans-serif;
    }

    .contacts-cheme:hover span {
        border-bottom-color: transparent;
    }

    #map {
        display: none;
        height: 250px;
    }

    /****************/
    .text-page .content {
        padding: 77px 20px 10px;
    }

    .text-page .content h1 {
        font-size: 18px;
        letter-spacing: 0.3px;
        padding-bottom: 15px;
    }

    .text-page .content ul {
        margin: 4px 0 23px;
    }

    .text-page .content {
        font-size: 13px;
        line-height: 1.52;
    }

    /***********************/
    .objects-page {
        padding-top: 45px;
        display: block;
    }

    /**********************/
    .contacts-text {
        position: static;
        width: auto;
        padding: 0;
    }

    .map-details {
        padding: 0 35px;
    }

    .contacts-page {
        /*background: none;*/
        padding: 28px 0 0;
        margin-top: 6px;
        margin-left: 17px;
        margin-right: 17px;
    }

    .contacts .title {
        padding: 0 0 35px;
        font-size: 20px;
        text-shadow: 0 0 1px #fff;
    }

    .contacts-page .address {
        max-width: 100%;
        padding-bottom: 23px;
    }

    .contacts-page .form {
        margin: 0 -20px 20px;
        padding: 0 43px;
    }

    .contacts .form .title {
        /*font-size: 13px;*/
        text-align: center;
        padding: 23px 0 15px;
    }

    .contacts .form label {
        font-size: 13px;
        margin-bottom: 0;
    }

    .contacts .form input, .contacts .form textarea {
        padding: 0 5px;
        margin: 0 0 10px;
    }

    .contacts .form textarea {
        height: 55px;
        margin-bottom: 0;
    }

    .contacts .submit {
        padding: 0 7px;
        line-height: 30px;
        margin: 8px auto 20px;
        font-size: 13px;
        float: none;
        display: block;

    }

    .contacts-page .contacts-cheme {
        background: #f3f3f3;
        padding: 19px 0 20px;
    }

    .header-menu {
        font: 16px/1 'ProximaNova-Semibold', sans-serif;
        border: none;
    }

    .header-menu li {
        padding: 0 0 25px;
        display: block;
        text-align: left;
    }

    .header-menu .digit {
        background: #000;
        color: #fff;
        padding: 0 5px;
        border-radius: 50%;
        display: inline-block;
        margin-left: 7px;
        font: 10px/16px 'ProximaNova-Semibold', sans-serif;
    }

    .header-menu-container {

        left: 100%;
        position: fixed !important;
        transition: left 0.3s ease;
        /*padding-top: 145px;*/
        background: #f5f5f5;
        padding-top: 30px;
        height: 100%;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        text-align: left;
        display: block;
    }

    .naschi .slick-initialized .slick-slide {
        /*width: 60px !important;*/
    }
    .footer {
        font-size: 14px !important;
    }
    .footphone {
        font-size: 18px !important;
    }

    .header-menu-container.opened {

        left: 0;
        right: 0;

    }

    .header-menu-container .header-menu li:before {
        display: none !important;
    }

    .header-menu-container ul {
        margin: 0;
        padding: 0 43px;
    }

    .header-menu-container .header-menu li a {
        color: #2d2d2d;
        border-bottom: none;
    }

    .header-menu-container .header-menu li a:hover, .header-menu-container .header-menu li a:focus {
        color: #f7e83f;
    }

    .header-menu-container .header-menu-icon {
        display: none;
    }

    .header-menu-container .header-menu {
        display: block;
        float: none;
    }

    .header-menu-close {
        position: absolute;
        top: 12px;
        right: 14px;
        background: url(../img/close1.png) no-repeat 0 0;
        background-size: 18px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .header-phone {
        float: none;
        font-size: 19px;
        margin: 0;
        padding: 0;
    }

    .carousel {
        display: block;
    }

    .nav {
        padding: 70px 0 0 !important;
        background: #e7e7e7;
        z-index: 100;
    }

    .header-nav {
        padding: 0 0 22px;
        background: none;
    }

    .header-nav > li {
        width: 100%;
        margin-bottom: 16px;
        background: #fff url(../img/arrow-bottom.png) no-repeat 97% 52%;
        background-size: 13px 8px;
        border: none;
        text-align: left;
        padding: 20px 0 20px 30px;
        box-shadow: 2px 2px 5px #e1e1e1;
    }

    .header-nav > li > a {
        padding: 0;
        background-color: transparent !important;
        border: none !important;
        height: auto;
    }

    .header-nav > li.active {
        background: #f6e202;
        background-size: 13px 8px;
        padding-bottom: 0;
    }

    .header-nav .more ul li {
        float: none;
    }

    .header-nav .more {
        padding-bottom: 40px !important;
    }

    .header-nav > li.active .more {
        display: block;
    }

    .header-nav .more ul {
        margin: 0;
        width: auto;
        float: none;
    }

    .header-nav > li.active > a {

        background: #f6e202 url(../img/arrow-top.png) no-repeat 97% 52%;
        background-size: 13px 8px;
    }

    .header-nav li > a:after {
        display: none;
    }

    .header-nav .more {
        padding: 0;
        position: static;
        margin: 20px 0 0 -30px;
        width: auto;
        background: #fff;
    }

    .header-nav .more li:before {
        display: none;
    }

    .header-nav .more li {
        padding: 18px 0 0;
    }

    .header-nav .more li a {
        padding: 0 40px 0 30px;
        font: 13px/1.2 'ProximaNova-Regular', sans-serif;
        letter-spacing: 0.17px;
    }

    .header-nav .more li:hover {
        background: none;
        border-radius: 0;
        letter-spacing: 0.05px;

    }

    .header-nav .more li:hover a {
        font-family: 'ProximaNova-Bold', sans-serif;
        letter-spacing: 0;
    }

    .header-nav > li .more {
        display: none !important;
    }

    .header-nav > li.active .more {
        display: block !important;
    }

    .docs {
        background: #efefef;
        padding: 62px 0 20px;
    }

    .docs ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .docs .title {
        text-align: center;
        font: 16px/1 'ProximaNova-Bold', sans-serif;
        margin-bottom: 25px;
        padding: 15px 0 0;
    }

    .docs ul {
        margin: 0 15px;
    }

    .docs ul li {
        margin: 0 0 6px;
        width: 50%;
        float: left;
        text-align: center;
        list-style: none;
    }

    .docs ul li a {
        background: #fff;
        box-shadow: 1px 1px 5px #e9e9e9;
        margin: 0 3px;
        display: block;
        padding: 7px 0;
    }

    .docs ul li img {
        width: 65px;
        height: 81px;
    }

    .wrapper, main {
        min-height: 100px;
    }

    .carousel-control.right {
        right: -10px;
        top: 40px;
        width: 30px;
        height: 30px;
        background: url(../img/arrow-rslick.png) no-repeat !important;
    }

    .carousel-control.left {
        left: -10px;
        top: 40px;
        width: 30px;
        height: 30px;
        background: url(../img/arrow-lslick.png) no-repeat !important;
    }
    .carousel-control span {
    	display: none !important;
    }

    .nav.fixed {
        display: none !important;
    }

    .footer-col-info {
        width: 75% !important;
    }

    .footer {
        margin: 0 15px;
    }
    .footer .header-phone-btn {
        position: absolute;
        top: -9px;
        right: -160px;
        padding-left: 38px;
        font-size: 13px;
    }
    .footer-menu .header-menu {
        display: table;
        width: 100%;
        margin: 0 0 23px 7px;
        border: none;
    }
    .footer-menu .header-menu li {
        display: table-cell;
        text-align: center;
        padding: 0;
        vertical-align: middle;
    }
    .footer-menu .header-menu li a {
        display: inline;
        padding: 0;
        border: none;
        border-bottom: 1px solid #717274;
        font-size: 14px;
    }
    .footer_email {
        font-size: 14px !important;
    }
    .footer-menu .header-menu li a:hover {
        text-decoration: none;
        border-color: transparent;
    }

    .header-contacts:before {
        top: -3px;
    }



    .popup1, .popup2 {
        width: 100% !important;

    }
    .popup1 h3, .popup2 h3 {
        font-size: 16px;
    }
    .popup1 label, .popup2 label {
        font-size: 14px;
    }
    .contacts .form input, .contacts .form textarea, .popup1 input, .popup1 textarea, .popup2 input, .popup2 textarea {
        padding: 5px;
    }
    .header {
        background: rgba(0, 0, 0, 0.7);
    }
    .objects {
        padding-bottom: 20px;
    }
    .objects-page {
        padding-top: 70px;
    }
    .objects-page .h3 {
        font-size: 17px;
    }
    .header-nav li a {
        margin: 7px 0;
        /*line-height: 30px;*/
    }
    .header-nav li {
        height: auto;
    }
    .header-nav .more ul li {
        height: auto;
        position: relative;
    }
    .header-nav .more ul li:before {
        content: " -";
        position: absolute;
        top: 9px;
        left: 20px;
        display: block;
    }
}

.nav.fixed {
    margin-bottom: 0;
    left: 20px;
    right: 20px;
    width: auto;

    padding: 0 !important;
}




.nav.fixed .header-nav {
    margin: 0 !important;
}

/*html {
    overflow: hidden;
    position: relative;
    height: 100%;
}*/
@media only screen
and (orientation: landscape) {
    .header-menu-container {
        padding-top: 30px;
    }
}

.opened-menu {
    overflow: hidden !important;
    background: #f5f5f5 !important;
}

.opened-menu .wrapper, .opened-menu .img-bg {
    opacity: 0;
}

.popup1, .popup2 {
    width: 350px;
    padding: 0 20px 20px;
    background: #fff;
    text-align: center;
}
.popup2 {
    width: 350px;
}

.popup1 label, .popup2 label {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    text-align: left;
    color: #000;
}

.popup1 input, .popup2 input, .popup1 textarea, .popup2 textarea {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.popup1 button, .popup2 button {
    background: #f7bb19;
    color: #2b2b2b !important;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 0 26px 0 24px;
    display: inline-block;
    font: 16px/32px 'ProximaNova-Bold', sans-serif;
    border: none;
}

.right-column .btn:hover,
.content.left-sidebar .btn,
.right-column .btn:focus, 
.header-phone-btn:hover,  
.header-phone-btn:active, 
.contacts-map-btn:hover, 
.btn1:hover, 
.submit:hover, 
.popup1 button:hover, 
.popup2 button:hover {
    background-color: #f8cd5a;
}

.popup1 h3, .popup2 h3 {
    font: 20px/1 'ProximaNova-Bold', sans-serif;
    padding: 20px 0;
    margin: 0;
    color:#000;
    text-align: center;
}
.clearfix {
    height: 1px !important;
}


h3 a{
    color: #333;
    text-decoration: underline;
}

.content table tr td {
    padding:8px;
}
.content table,
.content tr,
.content td,
.content p,
.content span {
    font-family: 'ProximaNova-Regular', sans-serif !important;
}

.chiefs h2 a{
    font-size: 28px;
    color:#428bca;
}

.chiefs img {
    margin-bottom:5px;
}

.chiefs p {
    margin:0;
    padding:0;
}


#thumbs img {
    border:3px solid #fff; 
}


/*Default*/
#responsive_img {
    width:626px ;
}

.responsive_default {
    display:inline-block;
    color: #159957;
}
.responsive_100, .responsive_600, .responsive_800 {
    display:none;
    color: #159957;
}

/*Target devices 100-599px*/
@media only screen and  (min-width: 100px) and (max-width: 599px) {

    #responsive_img {
        width:100% ;
    }

    .responsive_100 {
        display:inline-block;
    }
    .responsive_default {
        display:none;
    }

}
/*Target devices 600-799 width*/
@media only screen and (min-width: 600px) and (max-width: 799px) {

    #responsive_img {
        width:100%;
    }

    .responsive_600 {
        display:inline-block;
    }
    .responsive_default {
        display:none;
    }
}

/*Target devices 800-1199px*/
@media only screen and  (min-width: 800px) and (max-width: 1199px) {

    #responsive_img {
        width:100% ;
    }

    .responsive_800 {
        display:inline-block;
    }
    .responsive_default {
        display:none;
    }

}






a.pdf {
    color: #fff;
    border-bottom: 1px solid #7e8182;
    text-decoration: none;
    font: 16px/1 'ProximaNova-Bold', sans-serif;
}

a.pdf:hover {
    color: #fff;
    text-decoration: none;
    border: none;
}


.zoomContainer {
    z-index:1;
}
.header-nav > li > span {
    display: table;
    width: 100%;
    height: 100%;
}
.header-nav > li > span > a {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 5px;
    margin: 0;
}
.header-nav .more {
    top: 100%;
}
.newul li{
    list-style-type: disc;
    margin-left:15px;
}
.content ul li{list-style: disc;margin-left: 20px}
.content ul{margin-left:20px }

/* #2960143 */
#map {
  margin-top: 29px;
}

div.row>main>div.contacts:not(.contacts-page){display: none;}
/* end #2960143  */



#searchontop {
  clear: left;
  /*height: 25px;*/
  /*width: 24%;*/
  margin-top: 8px;
  position: relative;
  left: -30px;
}

.header {
  background: rgba(0, 0, 0, 0.67) none repeat scroll 0 0;
  /*height: 160px;*/
  margin: 0 20px;
  min-height: 100px !important;
  padding: 24px 0 0;
}
#searchontop .ya-site-form__input .ya-site-form__input-text {
  border-radius: 5px;
  font-size: 15px !important;
  width: 330px;
  line-height: 20px;
  padding: 3px 5px 3px 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIaChEHX95m3AAAApRJREFUWMPtlk1IVVEQx38+RMJE+nARERIRBiKUElJQtKgg6Nk3tDJa1GKMMopoGa1CiEoo/4sCgxZlCyOzD0JoUYuIFkIuwkWEhbh4VIuSeMijzTw4np5570vd1MCFmXvm3P//zpyZM/CvS8VcfMTMqoA6oADkJE3NOwEzqweOA3uARqDSl/LAMPAAuCUpN6cEzGwRcBE4DVTN4v7dfa9IKvw1ATOrAx4DrdHSN+AjkAHWADXR+iBwWNJk/M1MCvBq4GkEfh/YDCyX1CxpPbAU2A4MBX5ZoM/MfsOrTBGALmCj65NAu6T+gGAGOOJrA5J2mlkH0O04WeAMcDl1BMysEehws+Dh7I/cdgG9QB/wzsxaJPUAnYHPBU9j6hScDHxvSxos4TPsD8Ba4IWZbXASxXTUAMfKIbAv0C+VcpA0LqkZ2ApMALXAXe8RXYHr/lRVYGargE9ujkpal2DPFuClmweBAeCrRyAPLC42qyQRWBnoo0nCJekV8NbNWgf74HaxayaugpBkIUXVtAEtwLMSezNpCEwE+uqk6JImgCdBiRb3TgG5NIdwDPjiepOfibTSCixxfURSPjEB7+GDgX9nGQTORm05dRneCPRTZrYpRQs/ABwKbsqb5RAY8VQUT/GjJCTMLAvcCV5dkzSWtg9UAw+BHdFSHrgOXJX0OdrTAJwHjgY/+RrYFuZ/VgJ/ACcqzZHgOm7wJ5Q3wO5Sw0lFmeBjQH2C1BWAHuCcpJ+JB5JZwIeAvUATcMKv2WWRz7i3325J71ONZEnAw8nGm0w9sML/eDw+E4kJJABvmymU5Upchr0LCT4tAj7t/ihB6rmHfc7B4wjko4tn3sGnEfCe3+4nuADcm2/wmeo/42PUf1kQ+QUiz+cqFaHqEgAAAABJRU5ErkJggg==') no-repeat 3px 50% /auto 90%;
}
#searchontop .ya-site-form__search-input-layout-r {
  display: none;
}

.naschi {

    position: relative;
    background: white none repeat scroll 0 0;
    margin: auto 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 35px;

}
.heaeuao {
    font-size: 2em;
    line-height: 2em;
    text-align: center;
}

.header {
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
  /*height: 164px;*/
  height: auto;
  margin: 0 20px;
  min-height: 100px !important;
  padding: 13px 0 2px;
}

.header .mail {
    position: relative;
    display: inline-block;
    margin-left: 29px;
    color: #ebeced;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #969595;
}
.header .ouractions:before{
    content: '';
    position: absolute;
    top: 44px;
    left: 12px;
    width: 21px;
    height: 22px;
    background: url(../img/actions-ico.png) no-repeat;
}
.header .mail:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -29px;
    width: 18px;
    height: 12px;
    background: url(../img/icon-mail.png) no-repeat;
}
.header .mail:hover {
    border-color: transparent;
}

.header_present {
    margin-top: 18px;
}
.header_present a {
    position: relative;
    margin-left: 29px;
    color: #f7bb19;
    font-size: 14px;
    border-bottom: 1px solid #71633c;
}
.header_present a:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -29px;
    width: 18px;
    height: 20px;
    background: url(../img/present.png) no-repeat;
}
.header_present a:hover,
.header_present a:focus {
    color: #f7bb19;
    border-color: transparent;
    text-decoration: none;
}


.queset {
    font-style: italic;
    font-weight: 700;
}
.respnz {
    margin-bottom: 2em;
}



.naschi .slick-next {
    right: -29px;
    background: url(../img/arrow-rslick.png) no-repeat;
}
.naschi .slick-prev {
    left: -31px;
    background: url(../img/arrow-lslick.png) no-repeat;
}
.naschi .slick-next:hover {
    background: url(../img/arrow-rslick.png) no-repeat;
}
.naschi .slick-prev:hover {
    background: url(../img/arrow-lslick.png) no-repeat;
}
.naschi .slick-prev::before, .naschi .slick-next::before {
    color: black;
    display: none;
}
.naschi .slick-prev, .naschi .slick-next {
}
.naschi .slick-prev, .naschi .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
}


.footer_email {
    /*display: block;*/
    padding-left: 29px;
    color: #ebeced;
    font-size: 16px;
    text-decoration: underline;
    background: url(../img/emailfoot.png) 0px 5px no-repeat;
}
.footer_email:hover {
    color: #ebeced;
    text-decoration: none;
}
.footphone {
    display: inline-block;
    color: #ebeced;
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
}
.footphone:hover {
    color: #ebeced;
}



@media (max-width: 917px){
#searchontop {
  clear: left;
  height: 25px;
  left: 26%;
  position: relative;
  top: -20px;
  width: 28%;
}

}



.block_link a {
color:black;
}

.block_link {
width:195px;
float: left;
border: 1px solid #d4d4d4;
border-radius: 5px;
margin-right:10px;
padding:2px;
height:253px;
text-align: center;
font-weight: bold;
margin-bottom: 5px;
}
.block_link_w-btn {
    margin-top: 17px;
    display: none;
    /*padding-bottom: 10px;*/
}
.block_link .block_link_w-btn a {
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 0px;
    color: #2b2b2b;
    font-size: 16px;
    font-family: 'ProximaNova-Bold', sans-serif;
    background: #f7bb19;
    border-radius: 2px;
    padding: 7px 10px 5px;
}
.block_link .block_link_w-btn a:hover,
.block_link .block_link_w-btn a:active {
    background-color: #f8cd5a;
}
.block_link a {
    padding-top: 4px;
    display: block;
    min-height: 184px;
    line-height: 19px;
    border-color: transparent;
}
.block_link a img {
    display: block;
    margin: 15px auto 0;
}
.block_link:hover {
    border-color: #f7bb19;
}
.block_link a:hover {
    text-decoration: none;
    color: black;
}

.block_link img {
max-width:145px; 
max-height:127px;
}

.block_link:hover .block_link_w-btn {
    display: block;
}






.inner-b-clients {
    margin-top: 20px;
}


.left-menu_t {
    background: #eee;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    font-family: 'ProximaNova-Bold', sans-serif;
    padding: 17px 0 16px 20px;
}
.left-sidebar {
    padding: 0 !important;
}
.left-menu_w {
    margin-top: 13px;
    padding-bottom: 7px;
}
.left-menu_w ul {
    margin-bottom: 0px !important;
    margin-left: 12px;   
}
.left-menu_w ul li {
    padding-bottom: 10px !important;
}
.left-menu_w ul li a {
    font-family: 'ProximaNova-Regular', sans-serif;
    border-bottom: 1px solid #9f9f9f;
}


.contacts-page {
    padding-bottom: 20px;
    color: #000;
    font-size: 16px;
}
.contacts-page .row {
    margin: 0;
}



.contacts-page .title {
    padding-top: 6px;
}

.news a span {
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: bold;
}
.news span[itemprop="description"] p {
    margin-top: 6px;
}

.form_tx {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-family: 'ProximaNova-Regular', sans-serif;
}

#fancybox-overlay {
    background-color: rgb(0,0,0) !important;
    opacity: .4 !important;
}




.btn-up {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    width: 36px;
    height: 36px;
    background: url(../img/btn-up.png) no-repeat;
    cursor: pointer;
    z-index: 999999;
}
.btn-up.__active {
    display: block;
}




#vk_poll {
  transform: scale(0.925);
  transform-origin: 0 0 0;
  margin: 2em auto 0;
}



.actui {
    margin-top: 18px;
    padding-left: 28px;
}
.actui > a {
    border-bottom: 1px solid;
    color: gold;
    font-size: 17px;
}
.actui > a:hover {
    text-decoration: none;
    color: gold;
}






.w-request {
    display: none;
}
.w-request.__active {
    display: block;
}
.wrapper-form.__hide {
    display: none;
}


.w-request_t,
.w-request_tx {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ProximaNova-Bold', sans-serif;
}
.w-request_t {
    padding-top: 19px;
}
.w-request_tx {
    /*margin-top: 10px;*/
    font-family: 'ProximaNova-Regular', sans-serif;
}







@media (max-width: 769px) {
	.header {
		padding-top: 61px;
	}
	.header_logo {
		width: 30%;
		float: left;
	}
	.header_logo .logo {
		width: 100%;
	}
	.header_logo img {
		width: 100%;
	}
	.header_contacts-sm {
		float: left;
		width: 70%;
		padding-left: 50px !important;
	}
	.logo_tx {
		font-size: 13px;
	}
	.header_contacts-sm .col-sm-5 {
		width: 50%;
	}
	.footer-menu-xs {
		display: none;
	}
}





@media (max-width: 460px){
    .footer-col-info .header-phone-btn{
        right:9px!important;
        top:100px!important;
    }
}



@media (max-width: 710px) {
    .footer-menu .header-menu {
        display: block;
        text-align: center;
    }
    .footer-menu .header-menu li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .footer-col-info {
        width: 100% !important;
    }
    .footer-col-info > div {
        width: 52% !important;
    }
    .footer-col-info > div + div {
        width: 40% !important;
        margin-left: 2%;
        text-align: right;
    }
    .footer-col-info .header-phone-btn {
        top: 64px;
        right: 37px;
    }
    .footer_email {
        display: inline-block;
    }

    .header-contacts {
        width: 100%;
    }
    .header_contacts-sm .col-sm-5 {
        width: 100%;
    }
    #searchontop {
        left: -30px !important;
    }
    .header-b-info {
        position: relative;
        float: left;
        padding-left: 0px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        left: -5%;
    }
    .header .header-phone-btn {
        margin-top: 0px;
    }
    #searchontop #ya-site-form0 .ya-site-form__input-text {
        margin-top: 13px;
    }
    .objects_all-lk {
        margin-top: 30px;
    }
}
.client_images{
	text-align:center;
}
.client_images img {
    display: inline-block;
    margin: 10px;
    width: 120px;
    height: 120px;
}
.more a.active{
    background: #f7bb19!important;
    border-radius: 3px;
}
.footer-menu a.active{
    text-decoration: underline;
}
.left-menu_w a.active{
    border-color: #f7bb19;
}

.newtable td{
    width:50%;
    background-color: #ebebeb;
    border:3px solid white!important;
    vertical-align: middle;
    padding:10px 5px!important;
}
.newtable td p{
    text-align:center!important;
    margin:0!important;
}
.newtable tr:first-child td{
    background-color: #f7bb19;
    font-weight: bold;
    padding:20px 10px!important;
}
.newtable{
    margin-bottom:20px!important;
}
li{
    text-align: justify;
}

#zform form input{
    width:100%;
    border-radius: 0;
    border:1px solid rgba(0,0,0,.1);
    padding:5px 10px;
    z-index: 10;
    position: relative;
}
#zform form textarea{
    width:100%;
    border-radius: 0;
    border:1px solid rgba(0,0,0,.1);
    padding: 10px;
    position: relative;
    z-index: 10;
}
#zform form button{
    display:block;
    padding:12px 10px;
    border-radius: 0;
    border:none;
    background-color: #f7bb19;
    font-weight:bold;
    width:250px;
    margin-top:20px;
    z-index: 10;
    position: relative;
}
#zform form{
    width:70%;
}
#formman{
    position:absolute;
    right:30px;
    width:600px;
    bottom:10px;
    z-index: 1;
}


.shares.as_pics .text {
    display: none;
}
.as_pics .net1 {
    background-image: url("/templates/expert/img/ma3.png");
}
.sa {
}
.content .shares.as_pics > ul {
    margin: 0 !important;
    position: relative;
}
.content .shares.as_pics > ul li {
    height: 224px;
    cursor: pointer;
    float: left;
    margin: 0 !important;
    position: relative;
    width: 25%;
}
.shares.as_pics > .h3 {
    padding: 16px;
}
.as_pics .net2 {
    background-image: url("/templates/expert/img/ma2.png");
}
.as_pics .net3 {
    background-image: url("/templates/expert/img/ma1.png");
}
.as_pics .net4 {
    background-image: url("/templates/expert/img/ma4.png");
}
.as_pics.shares li .title {
  border-left: 2px solid #ffd700;
  color: #ffffff;
  display: table-cell;
  height: 60px;
  left: 21px;
  padding: 8px;
  position: absolute;
  top: 150px;
  vertical-align: middle;
  z-index: 1;
}
.content .shares.as_pics > ul::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    top: 144px;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}




.newhadd,.newhaddr,.newhmail{
                    position:relative;
                }
                .newh .pdf:before{
                    background: url("/images/demis/newheader/prez.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    content: "";
                    height: 20px;
                    left: -29px;
                    position: absolute;
                    top: -2px;
                    width: 18px;
                }
                .newhadd:before{
                    background: url("/images/demis/newheader/rejim.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    content: "";
                    height: 20px;
                    left: -13px;
                    position: absolute;
                    top: 0;
                    width: 18px;
                }
                .newhaddr:before{
                    background: url("/images/demis/newheader/address.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    content: "";
                    height: 20px;
                    left: 52px;
                    position: absolute;
                    top: 0;
                    width: 18px;
                }
                .newhmail:before{
                    background: url("/images/demis/newheader/mail.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    content: "";
                    height: 20px;
                    left: -13px;
                    position: absolute;
                    top: 4px;
                    width: 18px;
                }
                .headertelephone{
                    color:#fff;
                    font-weight:bold;
                    position: relative;
                    font-size: 18px;
                }
                .headertelephone:hover{
                    color:#fff;
                    cursor:pointer;
                    text-decoration: none;
                }
                .headertelephone:before{
                    background: url("/images/demis/newheader/telephone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    content: "";
                    height: 20px;
                    left: -17px;
                    position: absolute;
                    top: 4px;
                    width: 18px;
                }
                .newrow div{
                    /*min-height:130px;*/
                }
                .newrow div a{
                    line-height:130px;
                }
                .newrow .header-menu a{
                    line-height: 20px!important;
                }
                .header-menu{
                    border:none;
                    margin-bottom: 0;
                }
                .header-menu li a{
                    color:#fff;
                    font-weight: 400!important;
                    font-size: 15px;
                }
                .newcall{
                    color:#000;
                    font-weight:bold;
                    background:url("/images/demis/newheader/phonepanel.png") no-repeat scroll 10px center;
                    width:219px;
                    height:41px;
                    display:inline;
                    padding: 20px 25px;
                    padding-left:65px;
                    padding-right:48px;
                }
                .newcall:hover{
                    cursor:pointer;
                    text-decoration: none;
                    color:#000;
                }
                #searchontop .ya-site-form__input .ya-site-form__input-text{
                    border-radius: 5px;
  font-size: 15px !important;
  width: 90%;
  line-height: 20px;
  padding: 8px 8px 8px 16px;
  background: url("/images/demis/newheader/lupa.png") no-repeat scroll 96% 50% rgba(0, 0, 0, 0);
                }
                #ya-site-form0 .ya-site-form__search-input{
                    padding: 0!important;
                }
                .actions{
                    position: relative;
                    text-decoration: underline!important;
                    color:#f7bc12!important;
                }
.newrejimdiv{
float:left;padding:0 10px;width:21%;margin-left:40px;text-align:center;font-weight:bold;
}
.newaddressdiv{
float:left;padding:0 10px;width:43%;text-align:center;font-weight:bold;
}
.newmaildiv{
float:left;padding:0 10px;width:15%;text-align:center;font-weight:bold;
}
.newprdiv{
float:left;padding:0 10px;width:16%;text-align:center;font-weight:bold;
}
@media (max-width: 1080px){
    .mediadelim{
        clear:both;
    }
    .newrow .col-sm-3{
        width:50%;
    }
}
@media (min-width: 770px) and (max-width: 980px){
    .header-menu li{
        display:block;
        float:left;
        width:20%;
    }
    .newhadd:before{
        display:none;
    }
    .newhaddr:before{
        display:none;
    }
    .newhmail:before{
        display:none;
    }
}
@media (max-width: 870px){
    .newrejimdiv{
        margin-left:5px;
    }
}
@media (max-width: 770px){
    .newrow .col-sm-3{
        float:left;
    }
    .newhadd:before{
        display:none;
    }
    .newhaddr:before{
        display:none;
    }
    .newhmail:before{
        display:none;
    }
    .header{
        padding-top:45px!important;
    }
    .newrejimdiv{
        width: 28%;
    }
    .newmaildiv{
        width: 23%;
    }
}
@media (max-width: 560px){
    .newrow .col-sm-3{
        float:none;
    }
    .newrow .col-sm-3{
        width:100%;
        text-align: center;
    }
    .logo{
        margin:0 auto;
    }
    .headertelephone{
        display: block;
        margin: 0 auto;
    }
    .newrow div a{
        line-height: 100px;
    }
    .newcall{
        margin:0 auto;
    }
    #searchontop .ya-site-form__input .ya-site-form__input-text{
        margin:0 auto;
    }
}
@media (max-width: 400px){
   .newrejimdiv{
        width: 100%;
    }
    .newaddressdiv{
        width: 100%;
    }
    .newmaildiv{
        width: 100%;
    } 
}
.yurtable td{
    border:1px solid black;
}
.newblock li{
    text-align: left;
}
form input:focus{
    border: 1px solid #f7bb19;
}
.zformbody div div input:focus{
    border: 1px solid #f7bb19!important;
}
.zformbody div div textarea:focus{
    border: 1px solid #f7bb19!important;
}
.clientdiv{
    width:100%;
}
.clientdiv .part1{
    height:auto;
    float:left;
    margin-right:7px;
    width: 13%;
}
.clientdiv .part2{
    float:left;
    width:86%;
}
.clientdiv .part2 p{
    text-align: justify;
    margin-bottom:10px;
}