body {
    font-family: 'DINPro';
    font-weight: normal;
    font-style: normal;
    color: #2b2a29;
    padding-top: 0;
    line-height: inherit;
}

a {
    color: #f4700e;
}

a:hover, a:focus, a:active {
    color: #f4700e;
}

h4 {
    line-height: 1.3;
}

.top-gray-block {
    background: #F2F2F2;
    padding: 15px 0;
    font-size: 16px;
}

.top-gray-block b {
    font-weight: 500;
}

.inline-block {
    display: inline-block;
}

.navbar-fixed-top {
    background: #fff;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #e2e2e2;
}

.top-phones .phone-item {
    display: inline-block;
    margin-left: 30px;
}
.top-phones .phone-item a,
.top-phones .phone-item a:hover,
.top-phones .phone-item a:focus {
    color: #2b2a29;
    text-decoration: none;
}

.nav-top-layer {
    position: relative;
}

.navbar-default .navbar-nav > li {
    padding: 5px 10px;
    margin: 10px 0;
}

.navbar-default .navbar-nav > li.have-children {
    padding: 5px 20px 5px 10px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li:nth-child(4) {
    margin-right: 265px;
}

.navbar-default .navbar-nav.menu_en > li:nth-child(4) {
    margin-right: 255px;
}

.navbar-default .navbar-nav > .active > a {
    border-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    color: #2b2a29 !important;
}

.navbar-default .navbar-nav > li.active {
    background: #f2f2f2;
}

.navbar-default .navbar-nav > li > a {
    color: #2b2a29;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover {
    border-color: #f4700e;
}

.navbar-default .navbar-nav > li.have-children > a:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f107";
    font-size: 16px;
    position: absolute;
    right: -18px;
    top: 7px;
}

.navbar-default .navbar-nav > li > .sub-menu {
    display: none;
    position: absolute;
    background: #fafafa;
    padding: 20px 0 40px 25px;
    overflow: hidden;
    top: 73px;
    margin-left: -20px;
    min-width: 300px;
    list-style: none;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > li > .sub-menu:before {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    right: 0;
    left: 22px;
    bottom: 22px;
    border-left: 4px solid #e2e2e2;
    border-bottom: 4px solid #e2e2e2;
    z-index: 1;
}

.navbar-default .navbar-nav > li > .sub-menu:after {
    position: absolute;
    content: " ";
    display: block;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 35px;
    z-index: 2;
    background: #fafafa;
}

.navbar-default .navbar-nav > li > .sub-menu > li {
    position: relative;
    z-index: 3;
    margin-left: -25px;
}

.navbar-default .navbar-nav > li > .sub-menu > li > a {
    display: block;
    padding: 5px 40px 7px 40px;
    color: #2b2a29;
    font-size: 15px;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > .sub-menu > li > a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    left: 18px;
    margin-top: 5px;
}

.navbar-default .navbar-nav > li > .sub-menu > li > a:hover {
    background: #f4700e;
    color: #fff;
}

.navbar-default .navbar-nav > li > .sub-menu > li > a:hover:before {
    color: #fff;
}

.navbar-header {
    width: 100%;
    padding: 20px 0;
}

.navbar > .container .navbar-brand {
    position: absolute;
    height: auto;
    margin-left: 460px;
    margin-top: -10px;
    z-index: 10;
}

.lang-block {
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0;
    text-transform: uppercase;
}

.lang-block > *:first-child {
    margin-right: 5px;
}

.lang-block .active {
    color: #f4700e;
    text-decoration: underline;
}
.lang-block a, .lang-block a:hover {
    color: #2b2a29;
    text-decoration: none;
}

.search-btn.btn-default {
    position: absolute;
    right: 4px;
    top: 3px;
    padding: 10px 22px 9px 22px;
}

#top-carousel {
    position: relative;
    overflow: hidden;
    height: 500px;
}

#top-carousel.owl-carousel .owl-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41, 41, 41, 0.45);
}

#top-carousel .item {
    height: 480px;
}

#top-carousel .item .container:before {
    content: "";
    background: url(../img/border-slider.png) no-repeat;
    position: absolute;
    margin-left: 125px;
    width: 920px;
    height: 462px;
    top: 20px;
    opacity: 0.74;
}

.top-carousel-caption {
    position: relative;
    text-shadow: 1px 1px 3px #444;
    margin-top: 140px;
    color: #fff;
}

.top-carousel-caption .carousel-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-carousel-caption .carousel-title b {
    font-size: 72px;
    font-weight: 900;
}

.top-carousel-caption .carousel-description {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 300;
}

.top-carousel-caption .carousel-description p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.owl-controls {
    position: absolute;
    width: 100px;
    bottom: 40px;
    left: 50%;
    margin-left: -535px;
    color: #f4700e;
}

.owl-controls i {
    font-size: 20px;
    display: block;
}

.owl-nav > div {
    width: 35px;
    padding: 5px;
    text-align: center;
    float: left;
    border: 2px solid #f4700e;
}

.owl-nav > div:first-child {
    margin-right: 5px;
}

.owl-nav > div:hover {
    background: #f4700e;
    color: #fff;
}

.btn-play {
    margin-left: 90px;
    display: inline-block;
    width: 77px;
    margin-top: -10px;
}

.btn-play:active,
.btn-play:hover,
.btn-play:focus {
    outline: 0;
}

.blocks-box {
    position: relative;
}

.blocks-container .block-item {
    float: left;
}

.blocks-container {
    margin-top: -394px;
    z-index: 100;
    position: relative;
}

.blocks-container.blocks-container-inner {
    margin-top: 0;
}

.blocks-container .block-item a {
    display: block;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none !important;
}

.blocks-container .panel-3 a,
.blocks-container .panel-4 a,
.blocks-container .panel-5 a,
.blocks-container .panel-6 a,
.blocks-container .panel-8 a,
.blocks-container .panel-10 a,
.blocks-container .panel-11 a,
.blocks-container .panel-12 a {
    padding: 30px 10px;
    width: 187px;
    height: 187px;
}

.blocks-container .panel-7 a {
    width: 187px;
    height: 374px;
    padding: 125px 20px;
}

.blocks-container .panel-1 a,
.blocks-container .panel-2 a,
.blocks-container .panel-9 a,
.blocks-container .panel-13 a {
    padding: 60px 10px;
    width: 374px;
    height: 187px;
}

.blocks-container .block-item.panel-1 i,
.blocks-container .block-item.panel-1 span,
.blocks-container .block-item.panel-2 i,
.blocks-container .block-item.panel-2 span,
.blocks-container .block-item.panel-9 i,
.blocks-container .block-item.panel-9 span,
.blocks-container .block-item.panel-10 i,
.blocks-container .block-item.panel-10 span,
.blocks-container .block-item.panel-12 i,
.blocks-container .block-item.panel-12 span,
.blocks-container .block-item.panel-13 i,
.blocks-container .block-item.panel-13 span {
    display: inline-block;
    vertical-align: middle;
}

.blocks-container .panel-1 i {
    margin-right: 10px;
}

.blocks-container .panel-1 span,
.blocks-container .panel-2 span,
.blocks-container .panel-9 span,
.blocks-container .panel-13 span {
    max-width: 130px;
    text-align: left;
}

.blocks-container .block-item i,
.blocks-container .block-item span {
    display: block;
}

.blocks-container .block-item a:hover {
    text-decoration: none;
}

.blocks-container .panel-1 a {
    background: #f4700e;
    color: #ffffff;
}

.blocks-container .panel-2 a {
    background: #eeeeee;
    color: #2b2a29;
}

.blocks-container .panel-3 a {
    background: #ffffff;
    color: #2b2a29;
}

.blocks-container .panel-4 a {
    background: #e0e0e0;
    color: #2b2a29;
}

.blocks-container .panel-5 a {
    background: #ff9d54;
    color: #ffffff;
}

.blocks-container .panel-6 a {
    background: #ffffff;
    color: #2b2a29;
}

.blocks-container .panel-7 a {
    background: #f4700e;
    color: #ffffff;
}

.blocks-container .panel-8 a {
    background: #969696;
    color: #ffffff;
}

.blocks-container .panel-9 a {
    background: #f4700e;
    color: #ffffff;
}

.blocks-container .panel-10 a {
    background: #ffffff;
    color: #2b2a29;
}

.blocks-container .panel-11 a {
    background: #e0e0e0;
    color: #2b2a29;
}

.blocks-container .panel-12 a {
    background: #969696;
    color: #ffffff;
}
.blocks-container .panel-13 a {
    background: #f4700e;
    color: #ffffff;
}

.btn-default {
    background: #f4700e;
    border: 1px solid #f4700e;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    padding: 10px 18px 12px 18px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none;
    min-width: 135px;
}

.btn-default i {
    vertical-align: middle;
    line-height: 14px;
    font-size: 24px;
    margin-left: -5px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    outline: 0 !important;
    box-shadow: none;
    background: none;
    color: #f4700e;
    border-color: #f4700e;
}

.btn-default.no-bg {
    background: none;
    color: #f4700e;
}

.btn-default.no-bg:hover,
.btn-default.no-bg.active {
    box-shadow: none;
    background: #f4700e;
    color: #fff;
    border-color: #f4700e;
}

.blocks-box-text {
    background: #fff;
    padding: 45px 0 5px 0;
}

.blocks-box:before {
    content: "";
    position: absolute;
    width: 265px;
    height: 100px;
    left: 50%;
    margin-left: -445px;
    bottom: 80px;
    border-left: 4px solid #e9eae9;
    border-bottom: 4px solid #e9eae9;
}

.blocks-box-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.blocks-box-text .btn {
    font-size: 12px;
    margin-bottom: 10px;
}

.btn.big-btn {
    font-size: 16px;
    padding: 0;
    background: #fff;
    border: 2px solid #f4700e;
    border-radius: 30px;
    margin-bottom: 15px;
}
.btn.big-btn span {
    display: block;
    background: #f4700e;
    padding: 10px 25px 12px 25px;
    margin: 3px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
}

.btn.big-btn:hover span {
    background: #fff;
    color: #f4700e;
}

.blocks-box-text .btn.btn-small {
    padding: 6px 14px 7px 14px;
    margin-right: 5px;
}

.blocks-box-text .blocks-box-title {
    display: inline-block;
    position: relative;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
}

.blocks-box-text .blocks-box-title:before {
    content: "";
    display: block;
    background: url(../img/arrow-to-blocks.png) no-repeat;
    width: 93px;
    height: 63px;
    position: absolute;
    top: 18px;
    right: -115px;
}

.blocks-box-text .blocks-box-title b {
    display: block;
    font-size: 49px;
    line-height: 49px;
    font-weight: 400;
}

.blocks-box-btn {
}

.search-block {
    position: relative;
    z-index: 10;
    margin-left: -15px;
    margin-right: 2px;
}

.navbar .search-block {
    display: none;
}

.search-block .search-input-text {
    position: absolute;
    margin-top: 45px;
    padding: 10px 15px 12px 15px;
    width: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.7);
}

.block-title h1,
.block-title .main-title,
.block-title .h1 {
    margin: 20px 0 30px 0;
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
}

.breadcrumb > li + li:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
}

.breadcrumb span {
    font-weight: 500;
}

.breadcrumb a {
    text-decoration: none;
    color: #969696;
    border-bottom: 1px solid #969696;
}

.breadcrumb {
    padding: 15px 0;
    line-height: 20px;
    margin-bottom: 0;
    background: none;
}

.block-title-search .search-block {
    margin-right: 0;
}

.block-title-search .search-block .search-input-text {
    margin: 30px 0;
    position: relative;
}

.block-title-search .search-block .search-submit {
    top: 0;
    margin-top: 30px;
}

.search-block .search-input-text:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(222, 102, 13, 0.07), 0 0 8px rgba(60, 28, 3, 0.2);
    box-shadow: inset 0 1px 1px rgba(222, 102, 13, 0.07), 0 0 8px rgba(60, 28, 3, 0.2);
}

.search-block input::-moz-placeholder {
    color: #606060;
    opacity: 1;
}

.search-block input:-ms-input-placeholder {
    color: #606060;
}

.search-block input::-webkit-input-placeholder {
    color: #606060;
}

.search-submit {
    position: absolute;
    display: block;
    border: 0;
    background: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    right: 0;
    margin-top: 45px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-submit:before {
    position: absolute;
    content: "\f002";
    right: 8px;
    top: 9px;
    display: block;
    width: 25px;
    height: 20px;
    text-indent: 0;
    font-size: 20px;
    color: #606060;
}

.search-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .search-submit {
    display: none;
}

.hr {
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 0;
}

.advantages {
    background: url('../img/gray-ff.png') top center #f2f2f2;
    padding: 60px 0;
}

.advantages h2, .main-news h2 {
    font-size: 48px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.advantages .list-icon-block {
    margin: 10px 0 5px 0;
    width: 100%;
    height: 40px;
    display: table;
}

.advantages .list-icon-block .advantage-icon i {
    font-size: 44px;
    display: block;
    position: absolute;
}

.advantages .list-icon-block .advantage-text {
    display: table-cell;
    padding-left: 60px;
    vertical-align: middle;
}

.advantages h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    color: #f4700e;
}

.advantages h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}

.carousel-advantages {
    font-size: 16px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-bot20 {
    margin-bottom: 20px;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-top20 {
    margin-top: 20px;
}

.pad-bot60 {
    padding-bottom: 60px;
}

.carousel-control {
    background: none;
    opacity: 1;
    text-shadow: none;
    display: block;
    width: 64px;
    position: relative;
    color: #f4700e;
    background-image: none !important;
    border: 2px solid #f4700e;
    margin-bottom: 10px;
}

.carousel-control:focus {
    color: #f4700e;
}

.carousel-control:hover {
    opacity: 1;
    background: #f4700e;
    color: #fff;
}

.carousel-control i {
    padding: 10px;
    font-size: 40px;
}

#vertical-carousel .carousel-indicators {
    right: -100px;
    top: 0;
    width: auto;
    left: auto;
    bottom: inherit;
}

#vertical-carousel .carousel-indicators li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 1px;
    margin-bottom: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f4700e;
    border-radius: 10px;
}

#vertical-carousel .carousel-indicators li.active {
    background: #f4700e;
}

.main-news {
    padding: 30px 0 50px 0;
}

.horizontal-control .carousel-control {
    float: left;
    margin-left: 10px;
}

.horizontal-control .carousel-control:first-child {
    margin-left: 0;
}

.main-news-blocks {
    margin: 30px 0 10px 0;
}

.main-news-item {
    position: relative;
    color: #fff;
    padding: 30px;
    min-height: 245px;
    margin-bottom: 30px;
}

.main-news-item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

.main-news-item a {
    color: #fff;
}

.main-news-item a,
.main-news-blocks a {
    text-decoration: none;
}

.main-news-date {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
}

.main-news-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-news-anons {
    font-size: 18px;
    font-weight: 400;
}

.main-news-anons strong,
.main-news-anons b {
    font-weight: 400;
}

.main-news-anons p {
    text-align: left !important;
}

.last-news {
    min-height: 520px;
}

.main-news-item.orange {
    background: url('../img/orange-ff.png') top center #f4700e;
}

.main-news-item.orange:before {
    background: none;
}

.up-level {
    position: relative;
    z-index: 1;
}

#horizontal-carousel .carousel-inner {

}

.subscription {
    background: url('../img/subscription.png') -35px -10px no-repeat #eee;
    padding: 35px 0;
    margin-bottom: 40px;
}

.subscription .subscription-text {
    color: #474747;
    font-size: 18px;
    font-weight: 500;
    width: 35%;
    margin-top: -5px;
}

.subscription input[type=text] {
    border: 1px solid #d6d6d6;
    padding: 10px 18px 12px 18px;
    border-radius: 25px;
    height: auto;
    box-shadow: none;
    width: 350px;
    max-width: none;
    margin-right: 10px;
    margin-bottom: 0;
}
.subscription input[type=text]:focus {
    border-color: #f4700e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 194, 194, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 194, 194, 0.6);
}

.map {

}

.balloon-block {
    font-family: 'DINPro';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #2b2a29;
}

.balloon-block strong {
    font-size: 15px;
}

.tltip {
    position: absolute;
    top: -4px;
    left: 20px;
    min-width: 150px;
}

.region-markers .region-marker {
    display: block;
    background: #f4700e;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.region-markers {
    position: relative;
}

.region-markers > div {
    position: absolute;
}

.geography-map {
    float: right;
}

.geography-map:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/line-map.png") no-repeat;
    width: 200px;
    height: 69px;
}

.geography-map .tltip.right .tltip-arrow {
    border-right-color: #4c4c4c;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: 50%;
    left: -4px;
    margin-top: -4px;
    border-width: 5px 5px 5px 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.geography-map .tltip-inner {
    background-color: #4c4c4c;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 0 8px 2px 8px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.geography-map .region-markers #mark-1 .tltip {
    left: 27px;
    top: -3px;
}

.geography-map .region-markers #mark-1 .tltip-inner {
    font-size: 16px;
    padding: 2px 8px 5px 8px;
}

.geography-map .region-markers #mark-1 a {
    width: 21px;
    height: 21px;
}

.geography-map .region-markers #mark-4 a {
    width: 9px;
    height: 9px;
}

.geography-map .region-markers #mark-4 .tltip {
    top: -7px;
    left: 15px;
}

.geography-map .region-markers #mark-1 {
    top: 165px;
    left: 64px;
}

.geography-map .region-markers #mark-2 {
    top: 132px;
    left: 82px;
}

.geography-map .region-markers #mark-3 {
    top: 189px;
    left: 99px;
}

.geography-map .region-markers #mark-4 {
    top: 221px;
    left: 141px;
}

.geography-map .region-markers #mark-5 {
    top: 242px;
    left: 25px;
}

.geography-map:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/line-map.png) no-repeat;
    width: 280px;
    height: 69px;
    top: 120px;
    left: 20px;
}

.region-markers {
    position: relative;
    z-index: 2;
}

.geography-map img {
    z-index: 1;
    position: relative;
}

.geography {
    margin-bottom: 30px;
}

.geography h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    margin-top: 110px;
    margin-bottom: 20px;
}

.geography h2 b {
    display: block;
    font-size: 48px;
    font-weight: 300;
}

.geography-top-layer {
    position: relative;
    z-index: 3;
}

.footer {
    position: relative;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../img/bg-footer.jpg") center bottom no-repeat;
    background-size: cover;
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(43, 43, 43, 0.9);
}

.footer .logo-footer-block img {
    width: 100%;
    margin-bottom: 20px;
}

.footer .logo-footer-block p {
    color: #fff;
    margin-bottom: 10px;
}

.footer h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.footer h3 a {
    color: #fff;
    text-decoration: none;
}

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

.footer ul li {
    padding: 3px 0;
}

.footer ul a {
    color: #ababab;
    font-weight: 300;
}

.copy-block {
    padding: 25px 0 60px 0;
    background: #4c4c4c;
    color: #fff;
    font-weight: 300;
}

.column-count2 {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}

.block-title {
    position: relative;
    background: url("../img/breadcrumb-bg.jpg") no-repeat center;
    background-size: cover;
}

.block-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41, 41, 41, 0.45);
}

.btns-right {
    text-align: right;
}

.btns-right .btn,
.btns-left .btn {
    font-size: 12px;
}

.block-catalog-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-catalog-menu .left-catalog-menu > li {

}

.block-catalog-menu .left-catalog-menu > li > a {
    position: relative;
    display: table;
    width: 100%;
    background: #eee;
    color: #232323;
    text-transform: uppercase;
    padding: 0 15px 0 65px;
    height: 56px;
    margin: 5px 0;
    border-left: 2px solid #eee;
    text-decoration: none;
}

.block-catalog-menu .left-catalog-menu > li > a:hover,
.block-catalog-menu .left-catalog-menu > li > a.active {
    background: #f4700e;
    color: #fff;
}

.block-catalog-menu .left-catalog-menu > li > a > span {
    display: table-cell;
    vertical-align: middle;
}

.block-catalog-menu .left-catalog-menu > li > a:hover > span:before,
.block-catalog-menu .left-catalog-menu > li > a.active > span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 15px solid #f4700e;
    border-bottom: 28px solid transparent;
}

.block-catalog-menu .sub-menu {
    position: relative;
    border-left: 2px solid #eee;
    margin-top: -5px;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
}

.block-catalog-menu .sub-menu > li {
    display: block;
}

.block-catalog-menu .sub-menu > li > a {
    display: block;
    color: #232323;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-left: -2px;
    border-left: 2px solid transparent;
    text-decoration: none;
}

.block-catalog-menu .sub-menu > li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    left: 6px;
    margin-top: 4px;
}

.block-catalog-menu .sub-menu > li > a:hover,
.block-catalog-menu .sub-menu > li > a.active {
    background: #eee;
    border-color: #f4700e;
}

.block-catalog-menu .sub-menu > li > .sub-menu {
    margin-left: 25px;
    border-left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
}

.block-catalog-menu .sub-menu > li a.active {
    font-weight: 500;
}

.block-content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    /*overflow: hidden;*/
}

.block-content strong,
.block-content b {
    font-weight: 500;
}

.block-content h1 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
}

.block-content h2 {
    font-size: 30px;
    font-weight: 400;
}

.block-content h3 {
    font-size: 24px;
    font-weight: 500;
}

.block-content h4 {
    font-size: 20px;
    font-weight: 500;
}

.block-content img {
    max-width: 100%;
}

.block-content .first-head {
    margin: 15px 0 25px 0;
}

.block-content p {
    margin-bottom: 20px;
}

.block-content ol {
    counter-reset: customlistcounter;
}

.block-content ul,
.block-content ol {
    position: relative;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
}

.block-content ol li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.block-content ol > li:before {
    position: absolute;
    content: counter(customlistcounter);
    counter-increment: customlistcounter;
    left: 0;
    background: #f4700e;
    padding: 2px;
    width: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.block-content p + ul {
    margin-top: -10px;
}

.block-content ul li:before {
    content: "";
    left: 0;
    margin-top: 6px;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f4700e;
}

.form-block {
    margin-top: 20px;
    border: 3px solid #eee;
    padding: 20px;
}

input.form-control,
select.form-control,
textarea.form-control {
    height: 40px;
    margin-bottom: 20px;
    border-radius: 20px;
    border-color: #e1e1e1;
    padding: 6px 15px;
}

.form-control:focus {
    border-color: #f4700e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 194, 194, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 194, 194, 0.6);
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.form-block h2 {
    margin-top: 0;
}

.form-block .small-btns {
    margin: 5px 0 15px 0;
}

.form-block .small-btns .btn-default {
    padding: 6px 16px 7px 16px;
    min-width: 80px;
}

.form-block .form-fields {
    margin-top: 10px;
}

.listing-categories {
    margin: 15px 0;
}

.recommendations {
    margin-top: 50px;
}

.listing-recommendations {
    margin: 15px 0 15px 0
}

.listing-category a {
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #232323;
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 30px 0;
    height: 180px;
    box-shadow: inset 5px 5px 110px rgba(0, 0, 0, 0.1);
}

.listing-category a > span {
    display: block;
    border-left: 4px solid #f4700e;
    padding-left: 25px;
    max-width: 220px;
    height: 46px;
}

.listing-category a > img {
    position: absolute;
    top: 5%;
    right: 10px;
    height: 90%;
}

.listing-products .product-item {
    position: relative;
    padding: 15px;
    border: 3px solid #eee;
    margin-bottom: 15px;
    font-size: 14px;
}
.listing-products .product-item.with-discount-label {
    margin-top: 30px;
}
.product-discount-label {
    position: relative;
    margin-top: -38px;
    margin-bottom: 15px;
    display: none;
}
.product-discount-label:after {
    content: "";
    display: block;
    clear: both;
}
.product-discount-label-text {
    float: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    background: url("../img/discount-pattern.svg") center no-repeat #f4700e;
    padding: 6px 18px;
    border: 2px solid #f4700e;
}
.product-gallery .product-discount-label-text {
    float: left;
}
.product-gallery .product-discount-label {
    margin-bottom: 5px;
    margin-left: 5px;
    bottom: 0;
    position: absolute;
}
.listing-products .product-item-img {
    text-align: center;
}
.listing-products .product-item-img a {
    display: block;
}
.listing-products .product-item-img img {
    max-width: 100%;
    max-height: 200px;
}

.listing-products .product-item ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.listing-products .product-item ul li:before {
    display: none;
}

.listing-products .product-item h3 {
    margin-top: -5px;
    margin-bottom: 5px;
    color: #f4700e;
}

.listing-products .product-item p {
    color: #474747;
}
.listing-products .product-item .item-announce {
    font-size: 13px;
    line-height: 17px;
}

.listing-products .product-item .prices-block {
    margin-bottom: 15px;
}

.listing-products .product-item .prices-block:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.listing-products .product-item .price-text {
    font-weight: 700;
    font-size: 20px;
}

.listing-products .product-item .order-block .btn {
    font-size: 14px;
}

.filters-block {
    background: #eee;
    margin: 15px 0;
    padding: 10px 15px 12px 15px;
    font-size: 14px;
    font-weight: 400;
}

.filters-block .filters-text {
    color: #474747;
    margin-right: 15px;
}

.filters-block .filters-item {
    float: left;
    margin-right: 15px;
}

.filters-block .filters-item a {
    color: #2b2a29;
    text-decoration: none;
}

.filters-block .filters-item a span {
    border-bottom: 1px dotted #2b2a29;
    margin-right: 3px;
}

.filters-block .filters-item a span:hover {
    border-bottom: 1px dotted transparent;
}

.filters-block .filters-item a i:hover,
.filters-block .filters-item a i.active {
    color: #f4700e;
}
.filters-col {
    display: none;
}

.listing-gallery {
    float: left;
    width: 20%;
}


.image-gallery {
    float: left;
    width: 80%;
    text-align: center;
    padding: 0 0 10px;
}
.image-gallery .image-wrap {
    display: inline-block;
    position: relative;
}

.mar-one-img {
    margin: 0 10%;
}

.image-gallery img {
    max-width: 100%;
    max-height: 400px;
}

.product-gallery {
    margin: 0 0 0 -10px;
}

.listing-gallery {
    float: left;
    width: 20%;
    padding: 0 10px;
}
.listing-gallery .listing-gallery-scroll {
    max-height: 300px;
    overflow: hidden;
}

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

.listing-gallery ul li {
    text-align: center;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    border: 3px solid transparent;
}

.listing-gallery ul li:hover,
.listing-gallery ul li.active {
    border-color: #f4700e;
}

.listing-gallery ul li:before {
    display: none;
}


.prices-container-product {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.prices-container-product .prices-block {
    padding: 3px 0 6px 0;
    margin-bottom: 10px;
    width: 120px;
    float: left;
    font-size: 14px;
}

.prices-container-product .price-text {
    font-weight: 700;
    font-size: 18px;
}

.product-region-block {
    position: absolute;
    padding: 2px 6px 3px 6px;
    border: 1px solid rgba(238, 238, 238, 0.8);
    right: 0;
    margin: 5px;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.8);
    color: #f56f0f;
}

.product-region-block img {
    width: 40px;
    margin-right: 10px;
}

.prices-container-product .per-period {
    color: #969696;
}

.prices-container-product .btn-default,
.btn-default.send-btn {
    padding: 10px 22px 12px 22px;
}

.prices-container-product .order-block .btn-default,
.modal-order .btn-default {
    font-size: 14px;
    margin-bottom: 15px;
}

.big-btn {
    font-size: 16px;
    padding: 10px 25px 12px 25px;
}

.prices-container-product .btns-left {
    padding-bottom: 20px;
}

.product-description {
    margin: 0 0 30px 0;
    border: 3px solid #eee;
    padding: 20px;
}

.product-description h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #f4700e;
}

.product-description .table {
    font-size: 14px;
}

.product-description .table > tbody > tr > td {
    border: 0;
    padding: 10px 12px;
}

.product-description .table-striped > tbody > tr:nth-child(odd) > td {
    background: #eee;
}

.product-description .table > tbody > tr > td:last-child {
    font-weight: 700;
    text-align: right;
}

.description-text {
    color: #474747;
    padding-right: 20px !important;
}

.scrollbar-inner {
    margin-bottom: 20px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 0;
}

.similar-carousel {
    margin-top: 30px;
}

.similar-carousel-item {
    background: #fff;
    border: 3px solid #eee;
}

.similar-carousel-item > a {
    display: block;
    line-height: 200px;
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.similar-carousel-item > a > img {
    width: auto !important;
    display: inline-block !important;
}

.similar-carousel-item .similar-desc {
    padding: 20px;
    padding-top: 0;
}

.similar-carousel-item .similar-desc .prices-block {
    width: auto;
}

.similar-carousel-item .prices-container-product .order-block .btn-default {
    font-size: 12px;
}

.similar-carousel .prices-container-product .btn-default {
    padding: 4px 14px 6px 14px;
    min-width: 110px;
}

.similar-carousel .similar-carousel-item .order-block {
    float: right;
    padding: 10px 0;
}

.block-news-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-news-menu .left-news-menu > li {

}

.block-news-menu .left-news-menu > li > a {
    display: block;
    background: #eee;
    color: #232323;
    text-transform: uppercase;
    padding: 10px 15px 12px 15px;
    height: 56px;
    margin: 5px 0;
    border-left: 2px solid #eee;
    text-decoration: none;
    font-size: 26px;
    text-align: right;
}

.block-news-menu .left-news-menu > li > a:first-child {
    margin-top: 0;
}

.block-news-menu .left-news-menu > li > a:hover,
.block-news-menu .left-news-menu > li > a.active {
    background: #f4700e;
    color: #fff;
}

.block-news-menu .left-news-menu > li > a > span {
    display: block;
    position: relative;
}

.block-news-menu .left-news-menu > li > a:hover > span:before,
.block-news-menu .left-news-menu > li > a.active > span:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 15px solid #f4700e;
    border-bottom: 28px solid transparent;
}

.block-news-menu .sub-menu {
    border-left: 2px solid #eee;
    margin-top: -5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
}

.block-news-menu .sub-menu:after {
    content: " ";
    clear: both;
    display: block;
}

.block-news-menu .sub-menu > li {
    display: block;
    width: 50%;
    float: left;
}

.block-news-menu .sub-menu > li > a {
    display: block;
    color: #232323;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-left: -2px;
    border-left: 2px solid transparent;
    text-decoration: none;
}

.block-news-menu .sub-menu > li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
}

.block-news-menu .sub-menu > li > a:hover,
.block-news-menu .sub-menu > li > a.active {
    background: #eee;
    border-color: #f4700e;
}

.block-news-list {
    padding-left: 30px;
}

.block-content.block-news-item h2 {
    margin-top: 10px;
}

.block-content.block-news-item .date {
    font-weight: 700;
    color: #f4700e;
    margin-bottom: 20px;
}

.listing-projects .listing-item {
    position: relative;
    padding: 20px;
    padding-bottom: 80px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.listing-projects .listing-item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    z-index: 0;
}

.listing-projects .listing-item .btn-default {
    margin-top: 10px;
}

.listing-projects .listing-item h3 {
    margin-top: 0;
    color: #fff;
}

.listing-news .listing-item,
.listing-actions .listing-item {
    padding: 15px;
    padding-bottom: 80px;
    border: 3px solid #eee;
    margin-bottom: 15px;
    overflow: hidden;
}

.listing-actions .listing-item {
    position: relative;
    background: url("../img/gray-ff-50.png") center;
}

.listing-news .listing-item img,
.listing-actions .listing-item img {
    width: 100%;
    height: auto;
}

.listing-news .listing-item h3,
.listing-actions .listing-item h3 {
    margin-top: 0;
}

.listing-news .listing-item .btn,
.listing-projects .listing-item .btn,
.listing-actions .listing-item .btn {
    padding: 7px 25px 8px 25px;
    position: absolute;
    bottom: -60px;
}

.listing-news .listing-item .date,
.listing-actions .listing-item .date {
    margin-bottom: 5px;
    font-weight: 700;
    margin-left: 15px;
}

.listing-news .listing-item b,
.listing-actions .listing-item b,
.listing-projects .listing-item b,
.listing-news .listing-item strong,
.listing-actions .listing-item strong,
.listing-projects .listing-item strong {
    font-weight: 400;
}

.block-warning {
    position: relative;
    margin: 15px 0;
    font-size: 16px;
    min-height: 165px;
    padding: 15px 15px 15px 65px;
    background: #fee2cd;
}

.block-warning:before {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #f4700e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
}

.block-avito-shop, .call-text {
    font-weight: 700;
    margin: 10px 0;
}

.block-manager {
    border: 2px solid #f4700e;
    padding: 13px;
    margin: 15px 0;
    min-height: 165px;
}

.block-manager img {
    width: 135px;
    margin-bottom: 0;
}

.block-manager-text {
    padding-left: 10px;
}

.block-manager-text h4 {
    font-weight: 700;
}

.block-manager-text .phone-manager {
    font-size: 24px;
    font-weight: 500;
}

.listing-articles .listing-item {
    padding: 15px 25px 25px 25px;
}

.gray-contact-block {
    padding: 10px 20px;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.gray-contact-block .btn-default {
    min-width: 120px;
    padding: 6px 18px 7px 18px;
}

.gray-contact-block .btn-default i {
    margin-left: -10px;
}

.gray-contact-block i.fortrent-icons-24 {
    font-size: 20px;
    vertical-align: -4px;
}

.gray-contact-block .btn-default:active,
.gray-contact-block .btn-default:focus {
    outline: 0;
}

.opening-hours-block {
    text-align: right;
    font-size: 16px;
    padding: 4px 0;
}

.listing-offices .office-item,
.listing-managers .manager-item {
    padding: 20px;
    border: 3px solid #eee;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    min-height: 210px;
    background: url("../img/ff-contacts.png") bottom right no-repeat;
}

.listing-offices .office-item {
    min-height: 235px;
}

.listing-managers h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.listing-offices .office-item a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.listing-offices .office-phones {
    font-weight: 500;
    margin-bottom: 10px;
}

.listing-offices .office-address {
    margin-bottom: 10px;
}
.listing-offices .office-email {
    font-weight: 500;
    margin-bottom: 10px;
}
.listing-offices .office-email a {
    font-size: 16px;
    line-height: 20px;
    display: inline;
}
.info-office {
    color: #2b2a29;
    border: 3px solid #f4700e;
    margin-top: 30px;
    margin-bottom: 30px;
}

.info-office .contact-office {
    padding: 25px 30px;
}

.info-office .contact-office h2 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 15px;
}
.info-office .contact-office h4 {
    color: #2b2a29;
}
.info-office .contact-office hr {
    border-top: 1px solid #ccc;
}

.info-office .contact-office b {
    display: inline-block;
    margin-bottom: 5px;
    color: #f4700e;
}

.info-office .contact-office p {
    margin-bottom: 15px;
}

.info-office .contact-office p .fax {
    font-size: 16px;
    color: #777;
}

.info-office .io {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin: 3px 0;
}

.scroll-wrapper {
    min-height: 300px;
}

#map {
    background: #666;
    position: relative;
    height: 400px;
    margin-left: -15px;
}

#map:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    border-left: 3px solid #dedede;
}

#map-all {
    padding: 10px;
    border: 3px solid #e8e8e8;
    height: 600px;
    margin-bottom: 30px;

}
#map-all .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
#map-main {
    padding: 10px;
    border: 3px solid #f4700e;
    height: 500px;
    margin-bottom: 30px;
}

#show-map {
    display: none;
}

.manager-department {
    margin-bottom: 10px;
    font-weight: 500;
}

.listing-managers .manager-item .manager-fi {
    color: #f4700e;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.listing-managers .manager-item .manager-position,
.listing-managers .manager-item .manager-email {
    font-size: 14px;
}

.listing-managers .manager-item .manager-phone {
    font-size: 20px;
    margin: 5px 0;
}

.pagination {
    list-style: none;
}

.block-content ul.pagination > li:before {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 400;
    margin: 2px;
    color: #2b2a29;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f4700e;
}

.pagination > li > a:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #f4700e;
    border-color: #f4700e;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #969696;
    background-color: #eee;
    border-color: #cccccc;
}

.pagination > li i {
    font-size: 18px;
    padding: 0 5px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.jobs-block .job-item {
    padding: 20px;
    background: url("../img/job-icon.png") center right no-repeat #f2f2f2;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
}

.jobs-block .job-item .job-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}

.jobs-block .job-item .job-link {
    margin: 10px 0 20px 0;
}

.jobs-block .job-item .job-link a {
    border-bottom: 1px dashed #f4700e;
    outline: 0;
}

.jobs-block .job-item .job-link a:hover,
.jobs-block .job-item .job-link a:focus,
.jobs-block .job-item .job-link a:active {
    text-decoration: none;
    border-bottom-color: transparent;
}

.modal-content {
    border-radius: 0;
    border: 3px solid #969696;
}

.modal-footer {
    background: #f2f2f2;
    text-align: center;
    padding: 20px;
}

.modal-header {
    padding: 15px 20px;
}

.modal-title {
    font-size: 24px;
    font-weight: 500;
}

.modal-body {
    padding: 20px;
}

.modal-header .close {
    margin-top: -2px;
}

.close {
    outline: 0;
    position: absolute;
    top: 0;
    right: 13px;
    font-weight: 300;
    font-size: 45px;
}

.show-catalog-menu-btn,
.show-news-menu-btn {
    display: none;
}

.show-catalog-menu-btn .hide-cat,
.show-catalog-menu-btn button.active .show-cat,
.show-news-menu-btn .hide-cat,
.show-news-menu-btn button.active .show-cat {
    display: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.show-catalog-menu-btn button.active .hide-cat,
.show-news-menu-btn button.active .hide-cat {
    display: block;
}

.show-catalog-menu-btn button,
.show-news-menu-btn button {
    position: relative;
    background: #f2f2f2;
    padding: 12px 30px 13px 20px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-weight: 700;
    color: #474747;
    border: 2px solid #474747;
    margin: 10px 0;
}

.show-catalog-menu-btn button:hover,
.show-catalog-menu-btn button:focus,
.show-catalog-menu-btn button:active,
.show-news-menu-btn button:hover,
.show-news-menu-btn button:focus,
.show-news-menu-btn button:active {
    outline: 0;
}

.show-catalog-menu-btn button:before,
.show-news-menu-btn button:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #474747;
    content: "\f107";
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 6px;
}

.show-catalog-menu-btn button.active:before,
.show-news-menu-btn button.active:before {
    content: "\f106";
    top: 4px;
}

.modal-regions {
    font-weight: 400;
}

.region-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 10px;
}

.region-links {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.region-links p {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 20px 0;
}

.region-links ul li:before,
.district-modal ul li:before {
    display: none;
}

.region-links ul,
.district-modal ul {
    padding-left: 0;
}

.region-links .main-regions ul,
.district-modal ul {
    padding-left: 15px;
    font-weight: 500;
}

.district-modal ul {
    column-count: 2;
    padding-left: 0;
}

.district-modal ul li {
    position: relative;
    padding-left: 15px;
}
.district-modal ul li:before {
    left: 0;
}

.region-links .main-regions ul li:before,
.district-modal ul li:before {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-top: 4px;
    margin-left: 4px;
    font-size: 12px;
    color: #f4700e;
}

.main-regions {
}
.agencylist {
    border-left: 1px solid #ccc;
}

.alert-regions {
    top: -15px;
    line-height: 30px;
    padding: 10px 16px;
    background: #fff;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.alert-regions > span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.alert-regions .btn-default {
    padding: 4px 14px 6px 14px;
    min-width: 50px;
}

.photobank-block {
    color: #f4700e;
}

.photobank-block .gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    border: 2px solid #f4700e;
    max-width: 350px;
}

.photobank-block:hover,
.photobank-block:focus,
.photobank-block:active {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.photobank-block .photobank-desc {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    max-width: 350px;
    margin: auto;
    margin-bottom: 30px;
}
.photobank-gallery .photobank-block .gallery-item {
    margin-bottom: 10px;
}

.photobank-item {
    margin-bottom: 15px;
}

.photobank-item a {
    display: block;
    position: relative;
    padding: 10px;
    border: 3px solid #eee;
    overflow: hidden;
}

.photobank-item a:before {
    content: " ";
    background: #f4700e;
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0.6;
    box-shadow: inset 0 0 80px #5e2b05;
    z-index: 1;
}

.photobank-item a .block-oh {
    display: block;
    overflow: hidden;
}

.photobank-item a img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.photobank-item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.photobank-item a .block-oh span {
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.photobank-item a:hover .block-oh span {
    letter-spacing: 2px;
}

.photobank-gallery {
    margin-top: 10px;
}

.photobank-gallery .gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 350px;
    margin: auto;
    margin-bottom: 30px;
    padding: 5px;
    border: 2px solid #f4700e;
}

.photobank-gallery .gallery-item img,
.photobank-block .gallery-item img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.photobank-gallery .gallery-item .hover-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    position: absolute;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(244, 112, 14, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.photobank-block .hover-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    position: absolute;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.photobank-gallery .gallery-item .hover-block .hover-block-table {
    display: table;
    width: 100%;
    height: 100%;
}

.photobank-gallery .gallery-item .hover-block .hover-block-valign {
    display: table-cell;
    vertical-align: middle;
}

.photobank-gallery .gallery-item i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    padding: 13px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #f4700e;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photobank-gallery .gallery-item p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.photobank-gallery .gallery-item:hover img,
.photobank-block:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.photobank-gallery .gallery-item:hover .hover-block,
.photobank-block:hover .hover-block{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.photobank-gallery .gallery-item:hover i,
.photobank-gallery .gallery-item:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.photobank-gallery .gallery-item:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.pressa-block {
    margin-top: 10px;
}

.pressa-link {
    display: block;
    padding: 20px;
    padding-left: 80px;
    margin-bottom: 15px;
    color: #2b2a29;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    height: 110px;
}

.pressa-block .pressa-link:before {
    font-size: 60px;
    left: 20px;
    top: 22px;
}

.pressa-date {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.pressa-text {
    display: block;
    margin-bottom: 5px;
}

.pressa-link:hover,
.pressa-link:focus {
    color: #fff;
    background: #f4700e;
    text-decoration: none;
}

.pressa-link:hover .pressa-text {
    text-decoration: underline;
}

.partners-block {
    margin-top: 10px;
}

.partner-item {
    border: 3px solid #eee;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    height: 165px;
    overflow: hidden;
}

.partner-item img {
    max-width: 120px;
}

.partner-item h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}

.partner-item p {
    margin-bottom: 5px;
}

.partner-link {
    margin-bottom: 10px;
}

.partner-item a {
    font-weight: 500;
    color: #2b2a29;
}

.table-border {
    border: 3px solid #f4700e;
    padding: 20px;
}

.table > tbody > tr > td {
    border: 0;
    padding: 10px 12px;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background: #eee;
}

.listing-products .prices-block-sale {
    margin: 15px 0;
}

.listing-products .prices-block-sale .price-text {
    font-size: 24px;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.bootstrap-select {
    box-shadow: none;
    height: auto;
}

.bootstrap-select button {
    text-transform: none;
    border-color: #e1e1e1;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.bootstrap-select button.btn:focus,
.bootstrap-select button.btn:active,
.bootstrap-select button.btn:hover {
    color: #f4700e;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    margin-top: -18px;
    width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #777;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select.open > .dropdown-toggle.bs-placeholder {
    color: #f4700e;
    border-color: #f4700e;
    background: none;
    box-shadow: none;
}

.bs-searchbox .form-control {
    border-radius: 0;
    padding-left: 35px;
}

.bs-searchbox:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-size: 18px;
    margin-top: 11px;
    margin-left: 12px;
    color: #999;
}

.bs-searchbox .form-control:focus,
.bs-searchbox .form-control:hover,
.bs-searchbox .form-control:active {
    border-color: #ccc;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #2b2a29;
}

.bootstrap-select.btn-group .dropdown-menu li {
    font-size: 14px;
    font-weight: 500;
    color: #2b2a29;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu > .active > a {
    background: #f4700e;
    color: #fff;
    outline: 0 !important;
}
.block-catalog-menu.used-menu .left-catalog-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    text-align: right;
}
a.doc {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 5px 35px;
    margin-bottom: 10px;
}
a.doc:before {
    color: #2b2a29;
    content: "\e910";
    position: absolute;
    top: 0;
    left: -14px;
    display: inline-block;
    font-family: 'fortrent-icons' !important;
    font-size: 44px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.survey-block input[type='text'],
.survey-block textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-color: #e1e1e1;
    padding: 6px 15px;
}
.survey-block textarea {
    height: 100px;
    resize: none;
}
.survey-block .btn {
    font-size: 14px;
}
.survey-block .form-group {
    margin-bottom: 30px;
}
.block-content .survey-block ul li:before {
    content: "";
    display: none;
}
.survey-block .choicefield > ul > li {
    list-style: none;
    display: block;
    margin: 4px 0;
}
.choicefield > ul label {
    padding-left: 10px;
    position: relative;
}
.survey-block .choicefield > ul label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-top: 3px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.survey-block .choicefield > ul label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 23px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.survey-block .choicefield > ul label.active-label:before {
    border-color: #f4700e;
}

.survey-block .choicefield > ul label.active-label:after {
    background-color: #f4700e;
}

.survey-block input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.survey-block input:focus,
.survey-block textarea:focus {
    border-color: #f4700e !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 194, 194, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(194, 194, 194, 0.6) !important;
}

.survey-block .star-cb-group {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.survey-block .star-cb-group input {
    display: none;
}
.survey-block .star-cb-group label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}
.survey-block .star-cb-group label:before {
    display: inline-block;
    text-indent: -9999px;
    content: '\2606';
    color: #777;
}

.survey-block .star-cb-group input:checked + label:before,
.survey-block .star-cb-group input label:hover ~ label:before,
.survey-block .star-cb-group input + label:hover:before {
    content: '\2606';
    color: #f4700e;
}

.panel-404 {
    text-align: center;
    padding: 130px 0;
}

.first-404 {
    font-size: 100px;
    line-height: 100px;
    color: #f4700e;
    font-weight: 400;
}

.title-404 {
    margin-top: 0;
    color: #f4700e;
}
#map.agency-map {
    height: 550px;
}

#ya-site-form1 {
    position: absolute !important;
    top: 45px !important;
    z-index: 1 !important;
}
.block-title-search #ya-site-form1 {
    top: 30px !important;
}
#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    background-color: rgba(255, 255, 255, 0.7)!important;
    border: 0 !important;
    padding: 11px 16px !important;
    font-size: 14px !important;
    color: #606060 !important;
}
#ya-site-form1 .ya-site-form__submit {
    display: block !important;
    position: absolute !important;
    margin: 0 0 0 5px !important;
    border: 0 !important;
    background: url(../img/search.png) center no-repeat !important;
    background-size: 50% !important;
    width: 40px !important;
    height: 40px !important;
    text-indent: -9999px !important;
    right: 0 !important;
    margin-top: -20px !important;
}
#ya-site-form0 .ya-site-form__submit {
    position: absolute !important;
    top: 3px !important;
    right: 4px !important;
    border-radius: 20px !important;
    min-width: 110px !important;
    font-size: 14px !important;
    padding: 9px !important;
    background: #f4700e !important;
    color: #fff !important;
    border: 0 !important;
    display: block !important;
    width: auto !important;
    margin: 0 0 0 5px !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border: 1px solid #bbbbbb !important;
    margin: 0 !important;
    position: relative;
    border-radius: 25px !important;
    padding: 10px 110px 12px 15px !important;
}
#ya-site-form0 .ya-site-form__search-input,
#ya-site-form1 .ya-site-form__search-input {
    padding: 0 !important;
}

.id_field_15:before {
    display: block;
    font-weight: bold;
    margin-bottom: 25px;
    content: "Насколько важны для Вас следующие факторы при выборе основной арендной компании? Оцените по шкале от 1 до 5 следующие факторы. Каждая цифра может быть использована только один раз. 5 – очень важно, 1 – наименее важно";
}
.id_field_15.choicefield label,
.id_field_16.choicefield label,
.id_field_17.choicefield label,
.id_field_18.choicefield label,
.id_field_19.choicefield label {
    font-weight: normal !important;
}
.id_field_15.choicefield > ul li,
.id_field_16.choicefield > ul li,
.id_field_17.choicefield > ul li,
.id_field_18.choicefield > ul li,
.id_field_19.choicefield > ul li {
    display: inline-block;
}
.id_field_15.choicefield > ul label,
.id_field_16.choicefield > ul label,
.id_field_17.choicefield > ul label,
.id_field_18.choicefield > ul label,
.id_field_19.choicefield > ul label {
    padding-left: 5px;
    padding-right: 15px;
}
.copy-ww {
    margin: -10px 0;
    position: relative;
    float: right;
    width: 290px;
}
.copy-ww img {
    float: left;
    width: 75px;
    margin-right: 5px;
}
.copy-ww div {
    float: left;
    text-align: left;
}

.regions-contacts {
    background: url('../img/gray-ff-50.png') center #fbfbfb;
    padding: 20px 0 25px 0;
    border-top: 3px solid #ddd;
}
.regions-contacts .regions-contacts-title {
    font-size: 20px;
    margin-bottom: 2px;
}
.regions-contacts p {
    margin: 0;
}
.regions-contacts .regions-contacts-items {
    font-size: 30px;
    line-height: 50px;
    text-align: right;
}
.regions-contacts .regions-contacts-items a {
    vertical-align: 7px;
    margin-left: 30px;
    min-width: 180px;
}
.slider.slider-horizontal {
    width: 100%;
}
.slider .slider-selection {
    background: rgba(245, 111, 15, 0.6);
    box-shadow: none;
}
.slider-handle {
    background: #f4700e;
}
.range-sliders {
    margin-bottom: 15px;
}
.slider-range {
    border: 0;
}
.range-sliders-container {
    display: none;
    padding: 10px 15px 5px 15px;
    border: 3px solid #eee;
    margin: 15px 0;
    font-size: 14px;
}
.range-sliders-container hr {
    margin-top: 0;
}
.no-results {
    text-align: center;
    background: #eee;
    padding: 15px;
    margin: 15px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
}
.filters-tags-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.block-filters-tags {
    padding: 20px;
    padding-bottom: 0;
    border: 3px solid #f4700e;
    margin-bottom: 15px;
}
.btn-slide {
    margin-top: 15px;
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff !important;
    margin-left: 60px;
}
.modal {
    z-index: 10050;
}
.caret {
    border-top: 4px solid #969696;
}
.caret-hide {
    display: none;
}
.full-width {
    width: 100% !important;
    max-width: 100% !important;
}
.alert {
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
    padding: 10px 15px 12px 15px;
}
.alert-danger {
    background: #ffdada;
}
.alert-success {
    background: #b2dba1;
}
#send_order .fa-refresh,
#send_used .fa-refresh,
#send_phone .fa-refresh {
    color: #969696 !important;
}
.btn-callback {
    position: fixed;
    bottom: 45px;
    right: 20px;
    opacity: 0.9;
    outline: 0 !important;
    z-index: 100;
}
.btn-callback img {
    width: 80px;
}
.clients-carousel {
    margin: 30px 0 50px 0;
}
.tabs-product {
    background: #f7f7f7;
    padding: 15px 10px 5px 10px;
}
.tabs-product a {
    margin-bottom: 5px;
}
.modal-order {
    border: 5px solid #f4700e;
}
.order-modal-container .modal-footer {
    background: url('../img/gray-ff-50.png') center #fbfbfb;
}

.modal-similar {
    margin-top: 15px;
}

.modal-similar .similar-carousel-item {

}

.order-modal-container .modal-content {
    border: 0;
}
.item-input {
    margin: 5px;
}
.item-input:last-child {
    border-bottom: 1px solid #d1d2d1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.item-input .remove-input {
    font-weight: bold;
    color: #d1d2d1;
    cursor: pointer;
    margin-right: 3px;
}
.product-price-info,
.price-info {
    border: 3px solid #f4700e;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.product-price-info {
    margin-bottom: 30px;
}
.prices-block s {
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.prices-block .red {
    color: red;
}
.prices-block .red {
    color: red;
    font-size: 22px;
}
.filters-col .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.block-content .filters-col ul li:before {
    display: none;
}
.filter-select-text {
    margin: 23px 0;
}
.filters-col .bootstrap-select button {
    margin: 15px 0;
}
.manager-contacts-item {
    position: relative;
    background: url("../img/manager-contacts-bg.svg") no-repeat bottom right #FAFAFA;
    border: 3px solid #EBEBEB;
    padding: 10px;
    padding-bottom: 24px;
    margin-bottom: 20px;
}
.manager-contacts-image {
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}
.manager-contacts-image:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    background: url("../img/manager-contacts-photo.svg") center;
    background-size: 100%;
}
.manager-contacts-image img {
    position: relative;
    max-width: 80px;
}
.manager-contacts-title {
    font-size: 14px;
    font-weight: 500;
    color: #969696;
    margin-bottom: 5px;
}
.manager-contacts-name {
    font-size: 18px;
    font-weight: bold;
    color: #f4700f;
    margin-bottom: 5px;
}
.manager-contacts-phone {
    font-size: 18px;
    margin-bottom: 5px;
}
.btn-default.manager-contacts-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    font-size: 14px;
    padding: 10px 24px 12px 24px;
    background: #000000;
    border-color: #000000;
}
.btn-default.manager-contacts-btn:hover {
    background: none;
    color: #000000;
}
.top-phones .opening-hours {
    display: inline-block;
    margin-left: 30px;
}
.title-phone,
.title-hours {
    font-size: 12px;
    display: block;
}
.top-phones {
    margin: -8px 0;
}
.file-upload {
    font-size: 14px;
    font-weight: normal;
}
.bootstrap-select ul li:before {
    display: none;
}
.file-upload input {
    margin-top: 10px;
    width: 100%;
    outline: 0 !important;
}
.checkbox-group {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent;
    width: 12px;
    height: 12px;
    border: 1px solid #f4700f;
    outline: 0 !important;
    cursor: pointer;
    vertical-align: -1px;
    margin-right: 2px;
}
input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    background: #f4700f;
    width: 8px;
    height: 8px;
    top: 1px;
    left: 1px;
}
.info-block {
    background: url("../img/info-block.png") center #f4700f;
    color: #fff;
    padding: 15px 0;
    min-height: 30px;
    line-height: 24px;
    margin: 0;
}
.info-block h1,
.info-block h2,
.info-block h3 {
    font-size: 24px;
    text-underline-offset: 3px;
    font-weight: 700;
    margin: 0;
}
.info-block a {
    color: #fff;
    text-decoration: underline;
}
.info-block a:hover {
    text-decoration: none;
}
.footer .logo-footer-block .inst_img {
    margin-top: 5px;
    width: 30px;
}
.btn.btn-white {
    background: #fff;
    font-weight: 700;
    padding: 2px 10px;
    margin-top: -6px;
    margin-bottom: -2px;
    margin-left: 10px;
}
.manager-contacts-email {
    font-size: 14px;
}
.slider .tooltip.top {
    left: 50% !important;
}
.image-gallery-link {
    display: none;
}
.image-gallery-link.active {
    display: block;
}
.block-catalog-menu .left-catalog-menu > li > a > .category-discount {
    display: none;
    margin: 7px -7px 2px 2px;
    padding: 1px 4px;
    background: #fff;
    color: #f4700e;
    border: 1px solid #f4700e;
    font-weight: 500;
}
.block-catalog-menu .left-catalog-menu > li > ul li a .category-discount {
    display: none;
    margin: 0 0 0 2px;
    font-size: 12px;
    padding: 1px 2px;
    background: #fff;
    color: #f4700e;
    border: 1px solid #f4700e;
    font-weight: 500;
}
.block-catalog-menu .left-catalog-menu > li > a > .category-discount.active,
.block-catalog-menu .left-catalog-menu > li > ul li a .category-discount.active {
    display: inline-block;
}
.fa.caret-hide {
    display: none;
}
@media (max-width: 1199px) {
    .blocks-container .block-item a {
        font-size: 16px;
    }
    #map.agency-map {
        height: 600px;
    }
    .image-gallery {
        padding-bottom: 25px;
    }

    .blocks-box:before {
        width: 198px;
        height: 100px;
        left: 50%;
        margin-left: -345px;
        bottom: 70px;
    }

    .listing-actions .listing-item .btn,
    .listing-projects .listing-item .btn,
    .listing-news .listing-item .btn {
        bottom: -65px;
    }

    .top-carousel-caption {
        margin-top: 140px;
    }

    .top-carousel-caption .carousel-title {
        font-size: 35px;
        line-height: 42px;
    }

    .top-carousel-caption .carousel-title b {
        font-size: 58px;
    }

    .blocks-box-btn {
        text-align: center;
        margin-right: 40px;
    }

    #top-carousel {
        height: 495px;
    }

    .blocks-box-text:before {
        width: 200px;
        height: 15px;
        bottom: 10px;
    }

    .search-block .search-input-text,
    .search-block .search-submit {
        margin-top: 45px;
    }

    .blocks-container {
        margin-top: -389px;
    }

    .navbar-default .navbar-nav > li.have-children a:after {
        font-size: 12px;
        right: -14px;
        top: 10px;
    }

    .navbar-default .navbar-nav > li.have-children {
        padding: 5px 15px 5px 5px;
    }

    .navbar-default .navbar-nav > li:nth-child(4) {
        margin-right: 210px;
    }

    .navbar-default .navbar-nav.menu_en > li:nth-child(4) {
        margin-right: 225px;
    }

    .navbar-default .navbar-brand img {
        width: 180px;
    }

    .navbar > .container .navbar-brand {
        margin-left: 375px;
        margin-top: -7px;
    }

    .navbar-default .navbar-nav > li {
        padding: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 500;
    }

    .lang-block {
        font-size: 16px;
        font-weight: 700;
        margin: 19px 0;
    }

    .search-block {
        margin-right: 0;
    }

    .blocks-container .panel-3 a,
    .blocks-container .panel-4 a,
    .blocks-container .panel-5 a,
    .blocks-container .panel-6 a,
    .blocks-container .panel-8 a,
    .blocks-container .panel-10 a,
    .blocks-container .panel-11 a,
    .blocks-container .panel-12 a {
        width: 154px;
        height: 187px;
        padding: 30px 5px;
    }

    .blocks-container .panel-7 a {
        width: 154px;
        height: 374px;
    }

    .blocks-container .panel-1 a,
    .blocks-container .panel-2 a,
    .blocks-container .panel-9 a,
    .blocks-container .panel-13 a  {
        width: 308px;
        height: 187px;
    }

    #vertical-carousel .carousel-indicators {
        right: -80px;
    }

    .carousel-control {
        width: 50px;
    }

    .carousel-control i {
        padding: 6px 0;
        font-size: 32px;
    }

    .subscription input[type=text] {
        width: 320px;
    }

    .subscription .subscription-text {
        width: 26%;
        margin-left: 20px;
    }

    .subscription .form-inline {
        margin: 10px 0;
    }

    .geography-map:before {
        background: none;
    }

    .owl-controls {
        margin-left: -435px;
    }

    #top-carousel .item .container:before {
        background: url(../img/border-slider-970.png) left top no-repeat;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .blocks-box-text .blocks-box-desc h3 {
        margin-top: 10px;
        font-size: 22px;
    }
}

@media (min-width: 992px) {

    .block-catalog-menu,
    .block-news-menu {
        display: block !important;
    }

    .navbar-toggle {
        display: none;
    }

    .collapse {
        display: block;
    }

    .navbar-default .navbar-collapse {
        position: relative;
        margin-top: -60px;
    }

    .navbar .search-block {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .btn-slide {
        margin-left: auto;
    }
    .regions-contacts {
        text-align: center;
    }
    .regions-contacts .regions-contacts-items {
        margin-top: 10px;
        text-align: center;
    }
    #map.agency-map {
        height: 350px;
    }

    .blocks-box-desc {
        margin-bottom: 20px;
    }

    #map {
        margin-left: 0;
        height: 300px;
    }

    #map:before {
        border-left: 0;
        bottom: inherit;
        left: 0;
        top: -3px;
        right: 0;
        border-top: 3px solid #dedede;
    }

    .info-office {
        margin-bottom: 15px;
    }

    .btn.big-btn {
        display: block;
        max-width: 280px;
        margin: auto;
        margin-bottom: 15px;
    }

    .btn-play {
        margin: auto;
    }

    .block-catalog-menu,
    .block-news-menu {
        display: none;
    }

    .show-catalog-menu-btn,
    .show-news-menu-btn {
        display: block;
        margin: 0 80px;
    }

    .show-news-menu-btn {
        margin-top: -20px;
    }

    .block-catalog-menu .left-catalog-menu > li > a:hover > span:before,
    .block-catalog-menu .left-catalog-menu > li > a.active > span:before,
    .block-news-menu .left-news-menu > li > a:hover > span:before,
    .block-news-menu .left-news-menu > li > a.active > span:before {
        display: none;
    }

    .block-news-list {
        padding-left: 0;
    }

    .news-page h2 {
        text-align: center;
    }

    .listing-projects {
        margin-top: 30px;
    }

    .main-catalog h2.first-head {
        text-align: center;
    }

    .block-catalog-menu > ul,
    .block-news-menu > ul {
        margin: 0 80px 40px 80px;
    }

    .block-title-search {
        display: none;
    }

    .btns-right .btn,
    .btns-left .btn {
        margin-bottom: 10px;
    }

    .form-block .btns-right {
        margin-top: 20px;
        text-align: left;
    }

    .blocks-box-text .blocks-box-title:before {
        display: none;
    }

    .blocks-box-btn {
        margin-right: 0;
    }

    .carousel-control {
        width: 42px;
    }

    .carousel-control i {
        padding: 2px 0;
        font-size: 32px;
    }

    .navbar-header {
        padding: 0;
    }

    .nav-top-layer {
        margin: 20px 0;
    }

    .navbar-default .navbar-collapse {
        margin: 0 -15px 0 -15px;
        padding: 0 20px;
        background: #e2e2e2;
    }

    .navbar > .container .navbar-brand {
        position: absolute;
        left: 50%;
        margin-left: -125px;
        margin-top: -10px;
    }

    .navbar-default .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li:nth-child(4),
    .navbar-default .navbar-nav.menu_en > li:nth-child(4) {
        margin-right: 0;
    }

    .navbar-default .navbar-nav > li {
        padding: 5px 4px;
        margin: 10px 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .navbar-default .navbar-nav > li > .sub-menu {
        top: 53px;
        min-width: 250px;
    }

    .navbar-default .navbar-nav > li > .sub-menu > li > a {
        font-size: 13px;
    }

    .navbar-default .navbar-nav > li.have-children {
        padding: 5px 12px 5px 5px;
    }

    .navbar-toggle {
        display: block;
    }

    .menu-text {
        display: block;
        float: left;
        font-size: 16px;
        margin-left: 40px;
        line-height: 22px;
    }

    .navbar-default .navbar-toggle {
        float: left;
        border-radius: 0;
        margin-top: 12px;
        margin-bottom: 12px;
        border: 0;
    }

    .navbar-default .navbar-toggle:hover {
        background: #F2F2F2;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #777;
        width: 28px;
        height: 5px;
    }

    .lang-block {
        position: absolute;
        right: 20px;
        margin: 22px 0;
    }

    .navbar .search-submit {
        margin-top: -72px;
        position: absolute;
        right: 83px;
        top: 83px;
        display: block;
        width: 40px;
        height: 40px;
    }

    .navbar .search-submit:before {
        position: absolute;
        content: "\f002";
        right: 8px;
        top: 9px;
        display: block;
        width: 25px;
        height: 20px;
        text-indent: 0;
        font-size: 25px;
        color: #2b2a29;
    }

    .navbar .search-block {
        max-width: 600px;
        position: relative;
        margin: 20px auto 0 auto;
    }

    .navbar .search-block .search-input-text {
        border: 1px solid #bbbbbb;
        margin: 0;
        position: relative;
        border-radius: 25px;
        padding-right: 110px;
    }

    .search-block .search-submit {
        top: 0;
        margin-top: 1px;
    }

    .blocks-container {
        margin-top: 0;
    }

    .blocks-container .panel-3 a,
    .blocks-container .panel-4 a,
    .blocks-container .panel-5 a,
    .blocks-container .panel-6 a,
    .blocks-container .panel-8 a,
    .blocks-container .panel-10 a,
    .blocks-container .panel-11 a {
        width: 180px;
        height: 187px;
    }

    .blocks-container .panel-7 a {
        width: 180px;
        height: 374px;
    }

    .blocks-container .panel-1 a,
    .blocks-container .panel-2 a,
    .blocks-container .panel-9 a,
    .blocks-container .panel-12 a,
    .blocks-container .panel-13 a  {
        width: 360px;
        height: 187px;
    }

    #top-carousel .item .container:before {
        background: none;
    }

    .top-carousel-caption {
        text-align: center;
    }

    .owl-controls {
        width: 75px;
        margin-left: -37px;
    }

    .blocks-box-text:before {
        display: none;
    }

    .blocks-box-text {
        text-align: center;
    }

    .blocks-box-text .blocks-box-title b {
        display: inline;
    }

    #vertical-carousel .carousel-indicators {
        right: -65px;
    }

    .last-news {
        min-height: inherit;
    }

    .subscription .subscription-text {
        width: auto;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .subscription .pull-left {
        float: none !important;
    }

    .subscription {
        background: url(../img/subscription.png) -35px -10px no-repeat #eee;
        padding: 35px 0 25px 95px;
        margin-bottom: 40px;
    }

    .geography-map {
        float: none;
        margin: 0 20px;
    }

    .geography-map:before {
        background: url(../img/line-map.png) no-repeat;
        width: 428px;
        top: -100px;
        left: 307px;
    }

    .geography-map {
        margin-top: -40px;
    }

    .geography h2 {
        margin-top: 0;
    }
    .filter-select-text {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .listing-products .product-item-img img {
        margin-bottom: 10px;
    }
    .block-filters-tags {
        padding-bottom: 20px;
        text-align: center;
    }
    .copy-block {
        text-align: center;
    }
    .copy-ww {
        text-align: left;
        float: none;
        margin: 10px auto;
    }

    .partner-item {
        text-align: center;
        max-width: 480px;
        margin: auto;
        margin-bottom: 20px;
        height: auto;
    }

    .partner-item h4 {
        margin-top: 15px;
    }

    .main-news-title {
        font-size: 24px;
    }

    .blocks-container .panel-9 a {
        background: #e26102;
    }

    .main-news-an {
        margin-bottom: 20px;
    }

    .advantages h2, .main-news h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .advantages .list-icon-block {
        padding-right: 30px;
    }

    .carousel-control-vertical {
        position: absolute;
        right: 15px;
        z-index: 1;
    }

    .carousel-control {
        width: 36px;
        margin-bottom: 5px;
    }

    .carousel-control i {
        padding: 2px 0;
        font-size: 28px;
    }

    .carousel-indicators {
        display: none;
    }

    .top-carousel-caption {
        width: 400px;
        margin: auto;
        margin-top: 100px;
    }
    .slide-1 .top-carousel-caption {
        margin: auto;
        margin-top: 140px;
    }
    .slide-1:after {
        left: 50%;
        margin-left: -131px;
    }

    .blocks-container .panel-1 a,
    .blocks-container .panel-2 a,
    .blocks-container .panel-3 a,
    .blocks-container .panel-4 a,
    .blocks-container .panel-5 a,
    .blocks-container .panel-6 a,
    .blocks-container .panel-7 a,
    .blocks-container .panel-8 a,
    .blocks-container .panel-9 a,
    .blocks-container .panel-10 a,
    .blocks-container .panel-11 a,
    .blocks-container .panel-12 a,
    .blocks-container .panel-13 a {
        width: 100%;
        height: 187px;
        padding: 30px 15px;
    }

    .blocks-container .panel-1,
    .blocks-container .panel-2,
    .blocks-container .panel-3,
    .blocks-container .panel-4,
    .blocks-container .panel-5,
    .blocks-container .panel-6,
    .blocks-container .panel-7,
    .blocks-container .panel-8,
    .blocks-container .panel-9,
    .blocks-container .panel-10,
    .blocks-container .panel-11,
    .blocks-container .panel-12 {
        width: 50%;
    }
    .blocks-container .panel-13 {
        width: 100%;
    }

    .blocks-container .block-item.panel-1 i,
    .blocks-container .block-item.panel-2 i,
    .blocks-container .block-item.panel-9 i,
    .blocks-container .block-item.panel-10 i,
    .blocks-container .block-item.panel-11 i,
    .blocks-container .block-item.panel-12 i,
    .blocks-container .block-item.panel-13 i {
        display: block;
    }

    .blocks-container .panel-1 span,
    .blocks-container .panel-2 span,
    .blocks-container .panel-9 span,
    .blocks-container .panel-10 span,
    .blocks-container .panel-11 span,
    .blocks-container .panel-12 span,
    .blocks-container .panel-13 span {
        text-align: center;
        max-width: none;
    }

    .horizontal-control .carousel-control {
        margin-left: 5px;
    }

    .main-news-blocks {
        margin-top: 10px;
    }

    .main-news-item {
        margin-bottom: 15px;
    }

    .subscription {
        padding-left: 0;
        text-align: center;
    }

    .subscription input[type=text] {
        margin: auto;
    }

    .subscription .subscription-text {
        max-width: 400px;
        margin: auto;
    }

    .footer {
        text-align: center;
    }

    .footer ul, .footer h3 {
        display: none;
    }

    .logo-footer-block img {
        max-width: 220px;
        margin: auto;
    }

    .navbar-fixed-top {
        position: relative;
        margin-bottom: 0;
    }

    .navbar-default .navbar-toggle {
        margin-left: 15px;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-default {
    }

    .navbar-default .navbar-collapse {
        margin: 0 0 0 -20px;
        background: #f2f2f2;
    }

    .navbar-default .navbar-nav > li {
        padding: 0 !important;
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
        margin-right: -20px;
        border-left: 4px solid #f4700e;
    }

    .navbar-default .navbar-nav > li.have-children a:after {
        right: 0;
        top: 0;
        width: 40px;
        text-align: center;
        padding: 0;
        font-size: 23px;
        color: #adadad;
        line-height: 40px;
        background: #e7e7e7;
    }

    .navbar-default .navbar-nav > li {
        margin: 0;
    }

    .navbar-default .navbar-nav > .active > a {
        border-bottom: 1px solid #d2d2d2 !important;
    }

    .navbar-default .navbar-nav > li > a {
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #d2d2d2;
    }

    .navbar-default .navbar-nav > li > a:hover {
        border-bottom-color: #d2d2d2;
    }

    .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: none;
    }

    .navbar-default .navbar-nav > li > .sub-menu {
        position: relative;
        top: 0;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        box-shadow: none;
        background: #d0d0d0;
        border-bottom: 1px solid #d2d2d2;
    }

    .navbar-default .navbar-nav > li > .sub-menu:before,
    .navbar-default .navbar-nav > li > .sub-menu:after {
        display: none;
    }

    .navbar-default .navbar-nav > li > .sub-menu > li {
        margin-left: 0;
    }

    .navbar-default .navbar-nav > li > .sub-menu > li > a {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 20px 10px 40px;
        color: #474747;
        background: #e7e7e7;
    }

    .navbar-default .navbar-nav > li > .sub-menu > li > a:hover {
        color: #474747;
        background: #f2f2f2;
    }

    .navbar-default .navbar-nav > li > .sub-menu > li > a:before {
        color: #969696;
        font-size: 18px;
        left: 13px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav > li > .sub-menu > li > a:hover:before {
        color: #969696;
    }

    .top-phones .phone-item {
        margin: 0;
    }

    .nav-top-layer {
        height: auto;
    }

    .navbar .search-block {
        max-width: inherit;
        margin: 20px 15px 0 15px;
    }

    .listing-products .product-item {
        text-align: center;
    }

    .prices-container {
        margin-top: 20px;
    }

    .gray-contact-block {
        padding: 20px;
    }

    .show-map-block {
        text-align: center;
        margin-bottom: 5px;
    }

    .opening-hours-block {
        text-align: center;
    }

    .pressa-link {
        height: auto;
    }
    .range-sliders-container .text-right {
        text-align: center !important;
    }
    .navbar-default .navbar-collapse {
        margin: 0;
        max-height: none;
        padding-left: 0;
    }
    .btn-callback {
        bottom: 90px;
        right: 10px;
    }
    .top-phones {
        margin: 0;
    }
    .top-phones .opening-hours {
        margin-left: 0;

    }
    .privacy-policy {
        display: inline-block;
        margin: 10px 0;
    }
    body {
        padding-top: 0;
    }
    .info-block {
        padding: 7px 0;
    }
    .info-block h1,
    .info-block h2,
    .info-block h3 {
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    .regions-contacts .regions-contacts-items a {
        margin: 0;
    }
    a.doc {
        padding: 0 35px;
    }
    a.doc:before {
        top: 5px;
    }

    .alert-regions {
        display: none;
        width: 100%;
        left: 0;
    }

    .region-links .row > div {
        width: 100%;
    }

    .main-regions {
        border-right: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .show-catalog-menu-btn {
        margin: 0;
    }

    .show-news-menu-btn {
        margin: 0;
        margin-top: -20px;
    }

    .block-catalog-menu > ul,
    .block-news-menu > ul {
        margin: 0;
        margin-bottom: 40px;
    }

    .main-news-an p, .main-news-an h2,
    .advantages p, .advantages h2 {
        text-align: center;
    }

    .top-carousel-caption {
        width: 100%;
    }

    .subscription .subscription-text {
        max-width: 250px;
    }

    .blocks-container {
        margin: 0 -15px;
    }

    .subscription input[type=text] {
        width: 90%;
    }

    .nav-top-layer {
        margin-top: 90px;
    }

    .top-phones .phone-item {
        padding: 5px 0;
    }

    .top-gray-block .pull-left,
    .top-gray-block .pull-right {
        float: none !important;
        text-align: center;
    }

    .advantages h3 {
        margin-right: 20px;
    }

    .navbar .search-block {
        margin-top: 5px;
    }

    .blocks-container .panel-1 a,
    .blocks-container .panel-2 a,
    .blocks-container .panel-3 a,
    .blocks-container .panel-4 a,
    .blocks-container .panel-5 a,
    .blocks-container .panel-6 a,
    .blocks-container .panel-7 a,
    .blocks-container .panel-8 a,
    .blocks-container .panel-9 a,
    .blocks-container .panel-10 a,
    .blocks-container .panel-11 a,
    .blocks-container .panel-12 a {
        padding: 30px 5px;
    }

    .btns-right .btn {
        display: block;
        margin: 0 10% 10px 10%;
    }

    .block-manager {
        text-align: center;
    }

    .block-manager img,
    .block-manager-text {
        margin-right: 0;
        padding-left: 0;
        float: none !important;
    }

    .form-block {
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 13px;
        margin-left: 30px;
    }
    .menu-text {
        display: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #777;
        width: 20px;
        height: 3px;
    }
    .navbar > .container .navbar-brand {
        margin: 13px -75px;
        padding: 0;
    }
    .navbar-default .navbar-brand img {
        width: 130px;
    }
    .navbar .search-submit {
        font-size: 30px;
        padding: 0;
        width: 25px;
    }
    .lang-block {
        position: absolute;
        right: 20px;
        font-size: 14px;
    }
    .navbar .search-submit {
        font-size: 30px;
        padding: 0;
        width: 25px;
        right: 70px;
        top: 83px;
    }
    .navbar .search-submit:before {
        width: 25px;
        height: 20px;
        font-size: 20px;
        right: 0;
        top: 10px;
    }
    .nav-top-layer {
        margin: 5px 0;
    }
    .top-gray-block {
        padding: 5px 0;
        font-size: 14px;
    }
    .alert-regions {
        top: -14px;
        line-height: 28px;
        padding: 8px 16px;
        width: 100%;
        left: 0;
    }
    .alert-regions > span {
        margin-right: 0;
    }
    .navbar-header {
        width: auto;
    }
    .block-title h1, .block-title .main-title, .block-title .h1 {
        margin: 15px 0 20px 0;
        color: #fff;
        font-size: 34px;
        line-height: 34px;
        font-weight: 400;
    }
    .block-content h1 {
        font-size: 25px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .show-catalog-menu-btn button, .show-news-menu-btn button {
        position: relative;
        background: #f2f2f2;
        padding: 8px 30px 10px 20px;
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        font-weight: 700;
        color: #474747;
        border: 2px solid #474747;
        margin: 0;
    }
    .show-catalog-menu-btn button:before, .show-news-menu-btn button:before {
        top: 3px;
    }
    .block-content h2 {
        font-size: 20px;
    }
    .scroll-wrapper {
        min-height: 210px;
    }
    .prices-container-product .prices-block {
        padding: 0;
        margin-bottom: 10px;
        width: 95px;
        float: left;
        font-size: 12px;
    }
    .prices-container-product .price-text {
        font-size: 16px;
    }
    .prices-container-product .order-block .btn-default {
        font-size: 12px;
        margin-bottom: 15px;
        padding: 10px 16px 12px 16px;
    }
}


@media (max-width: 520px) {
    .modal-similar .similar-carousel-item {


    }
    .manager-contacts-image {
        margin-right: 20px;
    }
    .btn-default.manager-contacts-btn {
        position: static;
        margin-top: 10px;
    }
}
.g-recaptcha {
    margin-bottom: 15px;
}
.modal-body .g-recaptcha {
    display: flex;
    justify-content: center;
}
.mgo-phone a:focus,
.mgo-phone a {
    color: #2b2a29;
    text-decoration: none;
}
.listing-offices .office-item .mgo-phone a {
    font-size: 16px;
    line-height: 20px;
    display: inline;
}
[data-price-monthly] {
    display: none;
}
