/* Ð¿Ð»Ð°Ð²Ð½Ð¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð¾ÑÑ‚Ð¸ placeholder-Ð° Ð¿Ñ€Ð¸ Ñ„Ð¾ÐºÑƒÑÐµ */
input[type="text"]::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

body {margin: 0; background-color: #3b281f}
:focus {outline: none}
.nopadding {padding: 0 !important}
.minpadding {padding: 5px 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display-flex {display: flex;align-items: center;margin: 15px 0;}
h1, h, h3, h4, h5, h6 {margin: 0;padding: 0;}

body{
	margin-top: 60px!important;
}

@media(min-width: 768px){
	body{
	margin-top: 175px!important;
    }
}
@media(min-width: 874px){
	body{
	margin-top: 123px!important;
    }
}

body.modal-open {
    overflow-y: visible!important;
    padding-right: 0px!important;
}

/*Ð¨Ñ€Ð¸Ñ„Ñ‚Ñ‹*/
b,  h3{
	font: 14px Geometria-Bold;
}
h1{
	font: 24px Geometria-Bold;
}
h2{
 	font: 18px Geometria-Bold;
}
p, span, li, div{
	font: 14px Geometria-Light;
}

i{
	font: 36px CopyrightHouseIndustries-NotLicensedforDesktopUse;
}
/*END Ð¨Ñ€Ð¸Ñ„Ñ‚Ñ‹*/

/* BOOTSTRAP ÐžÐ‘ÐÐ£Ð›Ð•ÐÐ˜Ð• */
a:focus {
	outline: none;
}
.navbar-brand,
.navbar-nav>li>a {
	text-shadow: none;
}

.navbar-nav>li>a {
	padding: inherit;
	line-height: normal;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: inherit;
	
}

/* END BOOTSTRAP ÐžÐ‘ÐÐ£Ð›Ð•ÐÐ˜Ð• */


/* MODAL WINDOW */
.modal-body input,
.modal-body textarea {
	width: 100%;
	margin-bottom: 20px;
}

.modal-footer input {
	width: 100%;	
}
/* END MODAL WINDOW */


/* HEADER */

header#main_header {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 2px solid #beab79;
		background-color: #3b281f;
		-webkit-transition-duration: .3s;
	    -o-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    transition-duration: .3s;
	}

@media(min-width: 768px){
    header#main_header {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
header a.navbar-brand {
	height: auto;
	padding: 0 0 0 15px;
	margin-right: 10px;
}

.main_menu{
	text-align: center;
}

.main_menu li {
	
}

.main_menu li a {
	position: relative;
	margin: 0 89px;
	padding: 20px 0 15px 0;
	color: #fff;
}

@media(min-width: 768px){
	.main_menu li a {
	  margin: 0 20px;
    }
}

.main_menu li a:hover,
.main_menu li.open a {
	background-color: transparent;
}

.main_menu li a:before {
	position: absolute;
	bottom: -5px;
	opacity: 0;
	left: 0;
	width: 100%;
	content: "";	
	height: 2px;
	background-color: #beab79;
	transition-duration: .5s; 
}

.main_menu li a:hover:before {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 1;
}

.main_menu li.dropdown a {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	transition-duration: .5s;
}

@media(min-width: 1330px){
	.menu-text-lg{
		font-size: 16px;
	}

	.main_menu li.dropdown a {
		margin: 0;
		padding-left: 25px;
		padding-right: 25px;
		transition-duration: .5s;
	}
}

.main_menu li.dropdown a:before {
	display: none;
}

.main_menu li.dropdown a:hover,
.main_menu li.dropdown a:active:hover,
.main_menu li.dropdown a:active:focus,
.main_menu li.dropdown a:hover:focus {
	color: #000;
	background-color: #beab79;
}

.main_menu li.dropdown .dropdown-menu {
	border: none;
	border-radius: inherit;
	background-color: #beab79;
	box-shadow: inherit;
}

.main_menu li.dropdown ul.dropdown-menu li a {
	padding: 10px 20px;
	color: #000;
	transition-duration: 0s;
}

.main_menu li.dropdown ul.dropdown-menu li a:hover {
	-webkit-text-shadow: 0px 1px 0px #000;
	-moz-text-shadow: 0px 1px 0px #000;
	-o-text-shadow: 0px 1px 0px #000;
	text-shadow: 0px 1px 0px #000;
	background-image: none;
}

ul.callback {
	margin-right: 15px;
}

ul.callback li a {
	
}

ul.callback li a.callback_tel {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}

ul.callback li a.callback_btn {
	font-size: 16px;
	color: #beab79;
	padding: 10px 20px;
	border: 1px solid #beab79;
	border-radius: 50px;
}
/* END HEADER */

/* CONTENT */

.head_text {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Geometria-Bold';
}

.head_text2{
	font-size: 36px;
}

.head_text_after {
	font-size: 36px;
	font-family: 'Geometria-Light';
}

/* END CONTENT */

/* REVIEW */

#main_block_review {
	background-image: url(/local/img/bg_review.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.block_review_owl {

}

.block_review_owl .item {
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img_border{
	border: 4px solid #beab79;
}
.img_marg{
	margin-bottom: 20px;
}

#review_owl .owl-nav {
	position: absolute;
	top: calc(50% - 37px);
	margin-top: 0!important;
	left: 0;
	right: 0;
	height: 1px;
}

#review_owl .owl-dots {
	margin-top: 25px;
	margin-bottom: 50px;
}

#review_owl .owl-dots span {
	width: 15px;
	border: 3px solid #fff;
	height: 15px;
}

#review_owl .owl-dots .active span,
#review_owl .owl-dots:hover span {
	background-color: #3b281f;
}

#review_owl .owl-nav .owl-next,
#review_owl .owl-nav .owl-prev,
#wonCase .owl-nav .owl-next,
#wonCase .owl-nav .owl-prev{
	background-color: initial;
	color: #3b281f;
}

#wonCase2 .owl-nav .owl-next,
#wonCase2 .owl-nav .owl-prev,
#total_content .owl-nav .owl-next,
#total_content .owl-nav .owl-prev,
#wonCase_list .owl-nav .owl-next,
#wonCase_list .owl-nav .owl-prev{
	background-color: initial;
	color: #bea562;
}

	#review_owl .owl-nav .owl-next,
    #wonCase .owl-nav .owl-next,
	#total_content .owl-nav .owl-next,
	#wonCase_list .owl-nav .owl-next {
		float: right;
	}

	#review_owl .owl-nav .owl-prev,
    #wonCase .owl-nav .owl-prev,
	#total_content .owl-nav .owl-prev,
	#wonCase_list .owl-nav .owl-prev {
		float: left;

	}
@media(min-width: 1077px){
	#review_owl .owl-nav .owl-next,
    #wonCase .owl-nav .owl-next,
	#wonCase2 .owl-nav .owl-next,
	#total_content .owl-nav .owl-next,
	#wonCase_list .owl-nav .owl-next {
		margin-right: -50px;
	}

	#review_owl .owl-nav .owl-prev,
	#wonCase2 .owl-nav .owl-prev,
	#total_content .owl-nav .owl-prev,
	#wonCase_list .owl-nav .owl-prev  {
		margin-left: -50px;
	}
}

/* END REVIEW */


/* FOOTER */
footer {
	padding: 20px 0 20px;
	font-size: 14px;
	color: #8c8c8c;
	background-color: #212121;
}

.footer_left {
	text-align:left;
}

.footer_center {
	text-align:center;
}

.footer_right {
	text-align:right;
}

a.link_dev {
	color: #beab79;
	text-decoration: underline;
}

a.link_dev:hover {
	text-decoration: none;
}
/* END FOOTER */


/*__________________ÐœÐµÐ´Ð¸Ð° Ð·Ð°Ð¿Ñ€Ð¾ÑÑ‹___*/
@media (max-width: 1199px) { /*_0-md_*/
}

@media (max-width: 991px) { /*_0-sm_*/
	.footer_center {
		text-align: right;
	}
}

@media (max-width: 767px) { /*_0-xs_*/
	.display-flex {
		display: block;
	}
	.footer_left,
	.footer_center,
	.footer_right {
		text-align:center;
		margin-bottom: 20px;
	}
}

.icon-bar, .navbar_button{
	border: 1px solid #ad9559;
}
.navbar_button:hover{
	background: #e8b534;
}

.button_get_cons:hover,
.button_get_cons:active:hover,
.button_get_cons:active:focus,
.button_get_cons:hover:focus {
	background: #e8b534;
	outline: none!important;
}

.button_get_cons:active, 
.button_get_cons:focus{

	background: #3b281f;
	outline: none!important;
}



@media(max-width: 768px){
	.img-navbar{
		max-height: 50px;

	}
}

.img-navbar{
	max-width: 300px;
}

@media(min-width: 768px){
	.menu_margin{
	  margin: 0px 20%;
    }
}
.menu_margin2{
	margin-left: 10px;
}
@media(min-width: 768px){
	.img-navbar{
	max-width: 330px;
	}
	.menu_margin{
		margin: 0px;
	}
}



#advantages{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	/*border: 1px solid #bea562;*/
}

#advantages2{
	background: url(../img/bg21.jpg);
	background-size: cover;
	border: 1px solid #bea562;
}

#services{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	/*border: 1px solid #bea562;*/
	padding-top: 45px;
	padding-bottom: 60px
}

#services .item img{
	margin: 0 auto;
	display: block;
	max-height: 61px;

}
#services a:hover{
	text-decoration: none;
}
#services .service-new-item:hover{
	background: url(../img/background_serv.png) 100% 100%  no-repeat;
	background-position: bottom center center;
    background-size: cover;
	border-radius: 5px;
    cursor:pointer;
}

#services2{
	background: url(../img/bg44.jpg);
	background-size: cover;
	border: 1px solid #bea562;
	padding-top: 45px;
	padding-bottom: 60px
}

#services2 .item img{
	margin: 0 auto;
	display: block;
	max-height: 61px;

}
#services2 .item p{
	margin: 0 auto;
	display: block;

}
#services2 a:hover{
	text-decoration: none;
}
#services2 a:hover .item{
	background: url(../img/background_serv.png) no-repeat;
	background-position: bottom center;
    background-size: 214px 135px;
	border-radius: 5px;
}

.img_service{
	padding-top: 10%;
}

.item{
	/*border: 4px solid #beab79;*/
}

.text_size_services, .text_size_services2{
	font-size: 24px;
	padding-bottom: 60px;

}

.text_size_services{
	font-weight: bold;
}

.text_size_services2{
	font-size: 35px;
}
.text_center{
	text-align: center;
}
.title_service_black{
	font-size: 50px;
}

@media(min-width: 768px){
	.title_service_black{
	font-size: 70px;
}
}

.services_row1{
	padding-bottom: 60px;
}

.color_text_brown{
	color: #bea562;
}

.color_text_black_brown{
	color: #3b291f;
}

.text_white{
	color:white;
}

.text_black{
	color:black;
	font-weight: bold;
}


@media(min-width: 768px){
	.line_beforeSM:before{
		content: url(../img/line_main.png);
		position: absolute;
		line-height: 134px;
		left: -28px;
	}
	.line_beforeSM2:before{
		content: url(../img/line2.png);
		position: absolute;
		line-height: 134px;
		left: -28px;
	}
}

@media(min-width: 992px){
		.line_before:before{
		content: url(../img/line_main.png);
		position: absolute;
		line-height: 134px;
		left: -28px;
	}

	.line_before2:before{
		content: url(../img/line2.png);
		position: absolute;
		line-height: 134px;
		left: -28px;
	}
}

.padding_preim{
	padding-top: 40px;
	padding-bottom: 60px;
}

.padding_prem2{
	padding-bottom: 90px;
}

.text_preim{
	padding: 10px 0px;
}

#map_{
	height: 550px;
	position: relative;
}

.for_map{
	position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.title_over_map{
	position: absolute;
	width: 100%;
	z-index: 99;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
    left:0px;
}

.FreeConsult{
	border: 2px solid #bea562; 
	border-radius: 5px;
	z-index: 99;
	background: white;
	padding: 20px;
	max-width: 330px;
	position: absolute;
	top: 150px;
	margin: 0 auto;
    width:100%;
}

@media(max-width: 768px){
	.FreeConsult{
		float: none!important;
		position: relative;
	}
	.col-free-consult{
		height: 0px;
		float: none;
	}
}

.CallMe_NotModal{
	z-index: 99;
	background: #212121;
	border-radius: 5px;
	top: 150px;
	max-width: 400px;
	padding: 20px;
	position: absolute;

}

.button_our_rek{
	background: #bea562;
	border-radius: 20px;
    margin-top:26px;
}

.button_our_rek:hover,
.button_our_rek:active:hover,
.button_our_rek:active:focus,
.bubutton_our_rek:hover:focus {
	color: #000;
	background-color: #beab79;
	outline: none!important;
}

.button_our_rek:active, 
.button_our_rek:focus{

	color: white;
	background: #bea562;
	outline: none!important;
}

.button_get_cons{
	background: #bea562;
	border-radius: 20px;
	float: right;
}


.button_get_cons:hover,
.button_get_cons:active:hover,
.button_get_cons:active:focus,
.button_get_cons:hover:focus {
	color: #000;
	background-color: #beab79;
	outline: none!important;
}

.button_get_cons:active, 
.button_get_cons:focus{

	color: white;
	background: #bea562;
	outline: none!important;
}

/*.button_get_cons2{
	color: #3b291f;
	border: 1px solid #3b291f;
	border-radius: 50px;
	margin-top: 15px;
	background: none;
}*/
.button_get_cons2{
    color: #fff;
    border: 1px solid #3b291f;
    border-radius: 50px;
    margin-top: 15px;
    background: #3b281f;
    padding: 15px 30px;
}

.form_over{
	padding: 5px;
}

.width_form{
	width: 80%;
	border-radius: 5px;
	padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.textarea_form{
	height: 90px;
	resize: none;
}

.form_over_button{
    padding-right: 26px;
}

.word_free{
	color: #bea562;
	font-weight: bold;
}

.title_over_map_form{
	font-size: 16px;
}

.form_over_text{
	padding: 0px 28px;
}

.shadow{
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.title_over_map_size{
	font-size: 36px;
}

#ourWorker{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	/*border: 1px solid #bea562;*/
}

.ourWorker_title{
	font-size:;
}


.ourWorker_work{
	
}

.ourWorker_stage{

}

.ourWorker_img{
	margin: 0 auto;
	display: block;
    height: 170px;
    width: 170px;
    -moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	border-radius: 85px;
}

.ourWorker_undertitle{
	
}

.ourWorker_pers{
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.ourWorker_text{
	font-size: 12px;
	padding: 0px 20px;
	padding-bottom: 25px;
}

.padding_bottom{
	padding-bottom: 50px;
}


#needHelp{
	background: url(../img/bg21.jpg);
	background-size: cover;
	/*border: 1px solid #bea562;*/
}

.needHelp_name, .needHelp_phone{
	border: 1px solid #bea562;
}

.needHelp_get_cons_size{
	font-size: 24px;
}

.needHelp_padding{
	padding-top: 40px;
	padding-bottom: 40px;
}

.needHelp_width_form{
    border-radius: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 10px;
    margin-top: 15px;
}

@media(max-width: 767px){
		.needHelp_text_center{
		text-align: center;
	}
}

@media(max-width: 991px){
		.needHelp_mar{
		display: block;
		/*margin: 10px auto;*/
		width: 100%;
	}
	.needHelp_button{
		padding: 10px;
		display: block;
		margin: 10px auto;
	}
}


@media(min-width: 992px){
    .needHelp_mar{
			max-width: 150px;
	}
}

#main{
	background: url(../img/bg21.jpg);
	background-size: cover;
	/*border: 1px solid #bea562;*/
}

#reviews, #arbitrage, #business{
	background: url(../img/bg44.jpg);
	background-size: cover;
	border: 1px solid #bea562;
}

.mainCallMe_NotModal, .reviewsCallMe_NotModal, .arbitrageCallMe_NotModal, .businessCallMe_NotModal{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	border-radius: 5px;
	max-width: 400px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 40px;
}

@media(min-width: 768px){
	.mainCallMe_NotModal, .reviewsCallMe_NotModal, .arbitrageCallMe_NotModal, .businessCallMe_NotModal{
		margin: 0;
	}
}

/*.main_img{
	position: absolute;
    max-height: 630px;
    bottom: -610px;
}*/
.main_img{
    position: absolute;
    left: -100px;
    width: 369px;
    height: 785px;
    max-width: 369px;
}

.main_container_padding, .reviews_container_padding, .arbitrage_container_padding, .business_container_padding{
	padding-top: 60px;
    padding-bottom: 120px;
}

.main_text, .reviews_text, .arbitrage_text,  .business_text{
	padding-top: 20px;
}

.main_text_win{
		font-size: 50px;
	}

@media(min-width: 992px){
	.main_text_win{
		font-size: 56px;
	}
}

.main_text_underwin{
	font-size: 29px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.main_text_law{
	font-size: 16px;
}

.reviews_text_reviews, .arbitrage_text_reviews, .business_text_reviews{
	font-size: 50px;
}

.adm_dela_title,
.yur_serv_title,
.zhil_spory_title,
.strah_spor_title,
.sem_spor_title,
.nedvishimost_title,
.bankrot_title{
	font-size: 24px;
}
.zashita_title{
	font-size: 18px;
}


@media(max-width: 767px){
	.reviews_text, .arbitrage_text, .business_text{
		text-align: center!important;
	}
}
@media(min-width: 768px){
		.reviews_text_reviews, .arbitrage_text_reviews, .business_text_reviews{
		text-align: left;
		font-size: 70px;
	}
	.arbitrage_text_reviews{
		font-size: 55px;
	}
	.adm_dela_title,
	.yur_serv_title,
	.zhil_spory_title,
	.strah_spor_title,
	.sem_spor_title,
	.nedvishimost_title,
	.bankrot_title{
		text-align: left;
		font-size: 30px;
	}
	.zashita_title{
		text-align: left;
		font-size: 24px;
	}
}
@media(min-width: 992px){
	.arbitrage_text_reviews{
		font-size: 70px;
	}
	.adm_dela_title{
		font-size: 39px;
	}
}
@media(min-width: 1200px){
	.adm_dela_title,
	.yur_serv_title,
	.zhil_spory_title,
	.strah_spor_title,
	.sem_spor_title,
	.nedvishimost_title,
	.bankrot_title{
		font-size: 55px;
	}
	.zashita_title{
		font-size: 40px;
	}
}
.reviwes_main_text, .arbitrage_main_text, .business_main_text{
	font-weight: bold;
}

.text_bold{
	font-weight: bold;
}

.modal-content{
    background: url(../img/bg21.jpg);
	background-repeat: repeat;
    border:none;
}

.modal-header{
	border-bottom: 1px solid #3b291f;
}
.modal-footer{
	border-top: 1px solid #3b291f;
}

.modal_form{
	border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 15px;
}

.modal_btn{
    color: #3b291f;
    border: 1px solid #3b291f;
    border-radius: 50px;
    background: none;
    padding: 10px;
}
.modalx{
	font-weight: bold;
	font-size: 24px;
}

#wonCase{
	background: url(../img/bg21.jpg);
	background-size: cover;
	border: 1px solid #bea562;
}
.wonCase_container{
	padding-top: 40px;
	padding-bottom: 60px;
}

#wonCase2{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	border: 1px solid #bea562;
}
.wonCase2_container{
	padding-top: 40px;
	padding-bottom: 60px;
}

.text_pad{
	padding-bottom: 40px;
}

.button_all_bus{
	border: 1px solid #3b291f;
}

#total_content{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	border: 1px solid #bea562;
}

.total_content_container {
    padding-top: 40px;
    padding-bottom: 60px;
}


#wonCase_list{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	border: 1px solid #bea562;
}

.wonCase_list_container {
    padding-top: 40px;
    padding-bottom: 60px;
}

.wonCase_list_row_mar{
	margin-bottom: 30px;
}

.pr_tr{
	font-size: 18px;
}

.dropdown:hover > .dropdown-menu { 
    display: block; 
} 

.message_main, .message_arbitrage, .message_dela, .message_reviews{
	padding-left: 45px;
}

.message_map{
	padding-left: 45px;
}

.message_help{
	padding-left: 20px;
}

.message_modal span, .message_help span{
    font-weight: bold;
}

#page_404{
	padding-top: 200px;
	padding-bottom: 300px;
	background: white;
}

@media(min-width: 768px){
	.message_modal{
		padding-left: 100px;
	}
}

@media(max-width: 768px){
	.head_text2_adv{
		font-size: 30px;
	}
}

.message_main span, 
.message_arbitrage span, 
.message_dela span, 
.message_modal span, 
.message_help span, 
.message_reviews span{
	text-shadow: 1px 1px 0px black;
}

@media(max-width: 767px){
	.text_center_xs{
		text-align: center;
	}
}

.item2{
	margin-bottom: 10px;
}

.fancybox-close-small:focus:after{
	outline: none!important;
}

.fancybox-close-small{
	right: -6px;
	top: -5px;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.morelink, .morelink.less{
	font-weight: bold;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    border: 1px solid #000!important;
}

.table-responsive {
	border: none;
}
.table-bordered td,
.table-bordered td span{
	font-weight: bold;
	color: #3b291f;
	font-size: 12px;
}

header a.navbar-brand.navbar-brand-new {
    padding-top: 3px;
}
ul.callback li a.callback_tel.callback_tel_top {
    font-family: Geometria-Bold;
    margin-bottom: 10px;
}
ul.callback li a.callback_btn.callback_btn_top {
    font-size: 12px;
    float: right;
    padding: 7px 15px;
}
@media(min-width: 768px){
    ul.callback li a.callback_btn.callback_btn_top {
        float: right;
    }
}
.col-service-left {
    position:relative;
}
@media(min-width: 992px){
    .col-service-left {
        padding-right:85px;
    }
    .col-service-right {
        padding-left:84px;
    }
}
.col-service-delimiter {
    position:absolute;
    top:100px;
    bottom:30px;
    right:-1px;
    width:1px;
    background-color:#bea562;
}
.col-service-right .col-service-delimiter {
    left:0px;
}
@media(max-width: 992px){
	.col-service-delimiter {
        display:none;
    }
}
.services-new-title {
    padding-top:85px;
    padding-bottom:70px;
    text-transform:uppercase;
}
.service-new-item {
    padding-top:15px;
    padding-bottom:15px;
}
.service-new-item .service-new-left {
    float:left;
    text-align:letf;
    width:60px;
}
.service-new-item .service-new-right {
    padding-left: 60px;
}
.service-new-item .service-new-name {
    font: 14px Geometria-Bold;
    color:#bea562;
    display:inline-block;
    padding-bottom:14px;
}
.service-modal-name {
    font: 20px Geometria-Bold;
    color:#3b291f;
    margin-bottom:14px;
    border-left: 2px solid #3b291f;
    padding-left:14px;
}
.service-new-item .service-new-text {
    color:#fff;
    display:inline-block;
}
#ServiseModal .modal-title {
    text-transform: uppercase;
    color:#37342c;
}
#ServiseModal .modal-header{
    border-bottom:none;
    padding:30px;
}
#ServiseModal .modal-body {
    padding:30px;
}
#ServiseModal .modal-footer {
    border-top:none;
}
#ServiseModal .close, .modal-services .close {
    opacity:1;
}
#ServiseModal .close .modalx, .modal-services .close .modalx {
    font-size: 70px;
    font-weight: 100;
    line-height: 24px;
    color:#403c28;
}
.modal-services .modal-content{
    background: url(../img/bg21.jpg) 100% 100% no-repeat;
    background-size: cover;
}
.modal-services .modal-header{
    border-bottom:none;
    height: 40px;
}
.modal-services .modal-body{
    padding-left:30px;
    padding-right:30px;
}
.services_all_button {
    border-radius:50px;
    padding: 15px 30px;
    line-height: 1;
    margin-top:20px;
    background: #bea562;
}
#ServiseModal .message_modal {
    padding-left:0px;
    color:#37342c;
    font: 16px Geometria-Bold;
    line-height:1.5;
}
#ServiseModal .modal-footer{
    background: url(../img/main_bg2.jpg);
    background-repeat: repeat;
    padding-bottom:30px;
    padding-top:30px;
}
#ServiseModal .modal-footer .modal-title {
    color: #fff;
    font: 24px Geometria-Bold;
}
#ServiseModal .modal_form {
    margin-top:50px;
}
#ServiseModal .btn {
    margin-top: 48px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media (min-width: 992px) {
    #ServiseModal .modal-lg {
        width: 1170px;
    }
}
.contact-new-info {
    color: #3b291f;
    font: 14px Geometria;
}
.contact-new-info a{
    color: #3b291f;
}
.modal {
    z-index:1100;
}
.modal-backdrop.in {
    z-index:10;
}
.modal.in .modal-dialog {
    z-index:20;
}
.top-contacts {
    padding-top: 23px;
}
.top-contacts span{
    font-size: 12px;
}
.top-contacts i {
    padding-left:20px;
    color: #bea562;
}
.text_main_description p {
    color: #3b291f;
    font-weight: bold;
}
header a.navbar-brand.navbar-brand-new img {
    height:60px;
    float:left;
    display:block;
    position:relative;
}
.header_brand_block {
    padding-left:20px;
    padding-top:8px;
    float:left;
    display:block;
    position:relative;
}
.company_name_text {
    font: 14px Geometria-Bold;
    text-transform: uppercase;
    color: #bea562;
    line-height: 14px;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.company_info_text {
    font: 7px Geometria;
    text-transform: uppercase;
    color: #fff;
    line-height: 9px;
    letter-spacing: 0.1em;
}
.navbar-header-new {
    float:none!important;
}
.nowrap {
    white-space: nowrap;
}
@media (max-width: 1800px) {
    .top_floating_menu {
        width: 50%;
    }
    .top_floating_address {
        display:none;
    }
    ul.callback li a.callback_tel.callback_tel_top {
        font-size: 16px;
    }
}
@media(max-width: 768px){
	.top_floating_menu {
        width: 100%;
    }
}