/********************************************************		Костыль для битрикса 		******************************************/

input,
button,
select,
textarea {
    line-height: normal;
}


/***************************************************************************************************************************************/

html,
body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden !important;
}


/* video */

@media screen and (min-width: 1280px) {
    .frame {
        width: 1280px;
        height: 720px;
    }
}

@media (min-width: 700px) and (max-width: 1023px) {
    .frame {
        width: 533.312px;
        height: 300px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .frame {
        width: 1066.624px;
        height: 600px;
    }
}

@media screen and (max-width: 699px) {
    .frame {
        width: 266.656px;
        height: 150px;
    }
}


/*******************************************************************/

.go_top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
    display: none;
    font-size: 30px;
    background: rgba(0, 0, 0, 1);
    width: 40px;
    text-align: center;
    border-radius: 30px;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    color: white;
    opacity: .7;
}

.go_top:hover {
    color: white;
    opacity: 1
}

a.mCSB_buttonLeft {
    color: red !important;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 20000;
    width: 100%;
}

.modal {
    z-index: 20040;
}

button[type="button"]:focus,
button[type="button"]:active {
    outline: none;
}

input:focus,
button:focus {
    outline: none;
}

body {
    font-family: 'Ubuntu';
    color: #4d4d4d;
}

strong,
b,
th {
    font-family: 'Ubuntu Bold';
}

.cl {
    clear: both;
}

.line {
    border-bottom: 1px #f4f3f1 solid;
}

.line2 {
    border-bottom: 2px #f4f3f1 solid;
}

.b_red {
    border: 1px RED solid;
}

.btn-default {
    text-transform: uppercase;
    font-family: 'Ubuntu Bold';
    padding: 10px 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important
}

.header {
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#F7F7F7));
    background: -webkit-linear-gradient(#ffffff, #F7F7F7);
    background: -moz-linear-gradient(#ffffff, #F7F7F7);
    background: -ms-linear-gradient(#ffffff, #F7F7F7);
    background: -o-linear-gradient(#ffffff, #F7F7F7);
    background: linear-gradient(#ffffff, #F7F7F7);
    padding: 20px 0;
}

.content_page {
    padding-top: 20px;
    padding-bottom: 40px;
}

.page-header {
    padding-bottom: 0;
    margin: 0px 0 40px;
    border-bottom: 1px solid #eee;
}

.logo,
.header_tel_adres,
.form_search {
    height: 80px;
}

.logo {
    display: table;
    text-align: center;
    width: 100%;
}

.logo>div {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 30px;
}

.header_tel_adres {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    display: table;
    text-align: center;
    width: 100%;
    /*padding: 0 15px;*/
}

.header_tel_adres>div {
    display: table-cell;
    vertical-align: middle;
}

.header_tel_adres>div>div {
    display: inline-block;
    text-align: left;
}

.header_tel_adres>div>div>div {
    font-size: 14px;
    font-weight: normal;
}

.header_tel_adres>div>div>div>.fa {
    margin-right: 5px;
}

.header_tel_adres .call_back {
    margin: 0 30px 0 0;
    font-size: 8px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #999999;
    display: inline-block;
    float: right;
}

.header_tel_adres .call_back .btn {
    margin-bottom: 8px;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 4px 10px;
    border-radius: 15px;
}

.form_search {
    display: table;
    text-align: center;
    width: 100%;
}

.form_search>div {
    display: table-cell;
    vertical-align: middle;
}

.form_search {
    padding: 0 20px 0 25px;
}

.form_search .form-control {
    border: 1px solid #ccc;
    border-radius: 20px;
    border-right: none;
    box-shadow: none;
    padding: 0 20px;
    line-height: 30pt;
    height: 38px;
}

.form_search .btn-default {
    text-shadow: none;
    background: none !important;
    border-color: #ccc;
    border-radius: 20px;
    border-left: none;
    box-shadow: none;
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 5px;
}

.form_search .btn-default:hover {
    border-color: #ccc;
}

.navbar-nav {
    float: none;
    text-align: center;
    margin-bottom: 0;
}

.navbar-nav li {
    float: none;
    display: inline-block;
}

.navbar-inverse a {
    text-decoration: none;
}

.navbar-inverse {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    background: #f7f7f7;
    border-radius: 0;
    font-family: 'Ubuntu Bold';
}


/*  */

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.top_slider {
    height: 500px;
    width: 100%;
    text-align: center;
}

.top_slider>div {
    height: 500px;
    background: rgba(255, 255, 255, .5);
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.top_slider>div>div {
    height: 234px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.top_slider .slogan {
    text-transform: uppercase;
    padding-top: 8px;
    line-height: 16pt;
    text-align: center;
}

.top_slider .slogan strong {
    font-size: 42px;
}

.slider_bottoms {
    display: table-row !important;
    /*height: 20px !important;*/
    background: none !important;
}

.slider_bottoms .btn {
    padding: 15px 0;
    border-radius: 5px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
    font-family: 'Ubuntu Bold';
}

.slider_bottoms .more {
    margin: 30px 10px 30px 0;
    width: 220px;
}

.slider_bottoms .text {
    margin: 30px 0;
    width: 180px;
}

.slider_bottoms .arrow {
    margin: 30px 0;
    width: 40px;
}

.slider_bottoms a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.slider_bottoms .btn,
{
    width: 220px
}

.priem {
    list-style-type: none;
    font-size: 10px;
    text-transform: uppercase;
    background: url(../pict/prim_bg.png) no-repeat center center;
    padding: 60px 0 80px 0;
    line-height: 20pt;
}

.priem {
    font-size: 20px;
}

.priem span {
    font-size: 30px;
    font-weight: 700;
}

.priem h1 {
    font-size: 30px;
    font-weight: 700;
    color: #00aeff;
}

.priem li {
    display: inline-table;
    padding: 0px;
    /*border: 1px red solid;*/
    text-align: center;
    width: 170px;
    margin: 40px 0 0 0;
    font-size: 10px;
    /*cursor:pointer;*/
}

.priem a {
    color: #4b5462;
}

.priem li.active a {
    color: #A0A0A0;
    text-align: center;
}

.priem a:hover {
    color: black;
    text-decoration: none;
}

.priem img {
    margin-bottom: 20px;
}

.priem li {
    background: url(../pict/razd_priem.png) no-repeat center right;
}

.priem li:last-child {
    background: none;
}


/****	Иконки "наши предложения" по умолчанию  */

.index_priemushestva {
    height: 80px;
}

.tab_index {
    background: #F9F9F9;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F9F9F9));
    background: -webkit-linear-gradient(#FFFFFF, #F9F9F9);
    background: -moz-linear-gradient(#FFFFFF, #F9F9F9);
    background: -ms-linear-gradient(#FFFFFF, #F9F9F9);
    background: -o-linear-gradient(#FFFFFF, #F9F9F9);
    background: linear-gradient(#FFFFFF, #F9F9F9);
}

.tab_index .nav {
    background: #e6e6e6;
    border-radius: 4px;
    margin-top: 0;
    border-bottom: #4c4e4e 15px solid;
    font-family: 'Ubuntu Bold';
}

.tab_index .nav a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.tab_index .nav-tabs.nav-justified>li a {
    float: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #4c4e4e;
    border: 1px solid #4c4e4e;
    border-bottom-color: #4c4e4e;
    font-size: 16px;
}

.btn.text {
    background-color: #4c4e4e !important;
}

.btn.arrow {
    background-color: #434343 !important;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #4c4e4e;
}

.tab_index .nav-tabs.nav-justified>li a.btn {
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border: none;
    /*text-shadow: 1px 1px rgba(255,255,255, .4);*/
    color: white;
}

.tab-content li {
    float: left;
    margin-right: 20px;
}

.tab-content ul {
    margin: 30px -15px 0 0;
    padding: 0;
    list-style: none;
}

.index_slider .more .text {
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px !important;
    font-family: 'Ubuntu Bold';
}

@media screen and (max-width: 1200px) {
    .btn-default {
        width: 185px;
    }
}

.index_slider .more .arrow {
    background: #434343;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 5px !important;
    font-size: 14px;
}

li.index_slider,
div.index_slider {
    text-align: center;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

div.index_slider {
    margin-bottom: 15px;
    margin-top: 15px;
}


/*.horizontal-images.content li img{ width: 100% !important; height: auto; display: block; margin-bottom: 10px;}*/

.index_slider a {
    color: black;
    font-size: 16px;
    margin: 20px 0;
    text-decoration: none;
}

.index_slider_title {
    display: table-cell;
    height: 80px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 17px;
    font-family: 'Ubuntu Bold';
}

.index_slider_cena {
    width: 50%;
    margin-left: 20px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    border-right: 1px solid #ccc;
    background: url(../pict/razd_slider.png) no-repeat right center;
}

.index_slider_cena div,
.index_slider_kol div {
    font-size: 12px;
    color: #999;
}

.index_slider_cena strong,
.index_slider_kol strong {
    font-size: 26px;
    margin-right: 5px;
}

.index_slider_cena span,
.index_slider_kol span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Ubuntu Bold';
}

.index_slider .btn-group {
    margin-top: 0;
    height: 60px;
}

.dop_servise_index {
    height: 180px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

a.dop_servise {
    color: #4d4d4d;
}

.dop_servise_index_text {
    width: 220px;
    background: white;
    height: 180px;
    padding: 30px 20px 20px;
    margin-left: 60%;
    font-size: 12px;
}

.dop_servise_index_text strong {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.dop_servise_index_text div {
    height: 35px;
}

.dop_servise_index.left {
    margin: 0 -5px 0 0;
}

.dop_servise_index.right {
    margin: 0 3px 0 -5px;
}


/*.more_service_bottom {display: block; position: relative; text-transform: uppercase; }*/

.more_service_bottom {
    display: block;
    position: absolute;
    bottom: 70px;
    text-transform: uppercase;
}

.more_service_bottom a {
    text-decoration: none;
}

.more_service_bottom .btn {
    padding: 10px 0;
    border-radius: 5px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
    font-family: 'Ubuntu Bold';
}

.more_service_bottom .text {
    margin: 20px 0 0;
    width: 140px
}

.more_service_bottom .arrow {
    margin: 20px 0 0;
    width: 40px
}

.middle_banner {
    width: 100%;
    text-align: center;
}

.middle_banner>div {
    background: rgba(0, 0, 0, .65);
    width: 100%;
    text-align: center;
    color: #efefee;
}

.middle_banner>div>div {
    text-align: center;
    padding: 60px 0;
}

.middle_banner .text {
    text-align: justify;
    line-height: 20pt;
}

.middle_banner .title {
    font-size: 30px;
}

.middle_banner .title div {
    font-size: 40px;
    display: block;
    margin: 10px 0 40px;
    font-weight: 700 !important;
}

.carousel-inner>.active>div {
    left: 0;
    width: 80%;
    border: red 1px solid;
}


/*												СЛАЙДЕР													 */

#slider {
    width: 95%;
    height: 200px;
}

#slider img {
    border: 10px white solid;
    margin: -10px;
}

#slider li {
    width: 60%;
    height: 200px;
}

#slider .otziv {
    padding: 20px 60px 0 30px;
    height: 180px;
    overflow: hidden;
}

#slider .otziv {
    position: relative;
}

#slider .otziv:before {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 95%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f0f0f0 75%);
    border-radius: 0 200px 200px 0;
}

#slider strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.date_otziv {
    margin: 10px 0;
}

.btn.button_otziv {
    margin: 40px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 30px;
    font-family: 'Ubuntu Bold';
}

.footer {
    background: #4c4e4e;
    color: white;
}

.index_map {
    height: 450px;
    background: #C6B7B7;
    margin-left: -15px;
}

.soc_seti {
    font-size: 40px;
}

.soc_seti {
    margin: 5px 0 0 0;
}

.soc_seti li {
    margin-right: 20px;
}

.footer_tel {
    font-size: 30px;
    margin: 20px 0;
    font-family: 'Ubuntu Bold';
}

.footer_tel>div,
.footer_mail_adres>div {
    font-size: 12px;
    font-family: 'Ubuntu';
    color: #9B9B9B;
}

.footer_copir>div {
    padding: 40px 0 0;
    color: #777777;
}

.gal_price {
    height: 120px;
    border-left: 1px rgba(255, 255, 255, .3) solid;
    margin-bottom: 3px;
}

.pioples {
    font-size: 16px;
}

.pioples small {
    font-size: 11px;
}

.nomer_har_list {
    margin-bottom: 12px;
    text-transform: uppercase;
}

.nomer_har_list:before {
    content: "\f138";
    font-family: 'FontAwesome';
    padding-right: 8px;
    font-size: 16px;
}

.title_nomer {
    background: black;
    padding: 10px 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Ubuntu Bold';
    text-align: center;
}


/*table.har_nomer {margin: 0 15px;}*/

table.har_nomer th {
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
}

table.har_nomer td {
    padding: 20px;
    vertical-align: top;
}

table.har_nomer td[colspan='2'] {
    border: #E8E8E8 solid 1px;
    border-top: none;
}

.pl_2,
.pl_3,
.pl_4,
.pl_6 {
    height: 220px;
}

.pl_1,
.pl_5 {
    height: 460px;
}

.thumbnail {
    background: none;
    border: none;
}

.btn.small {
    padding: 2px 5px;
    border-radius: 3px;
}

.btn.small_file {
    padding: 4px 6px;
    border-radius: none;
}

.btn.small_file:before {
    font-family: FontAwesome;
    content: "\f093";
    /*content:"\f093\00a0";*/
    color: white;
    font-size: 15px;
}

.help-block ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.help-block li:before {
    font-family: FontAwesome;
    content: "\f06a\00a0";
    color: red;
    font-size: 15px;
}

.form_filter {
    background: #EDEDED;
    padding: 10px 0;
}