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}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display-flex {display: flex;align-items: center;margin: 15px 0;}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;}

body.modal-open {
	overflow-y: visible!important;
	padding-right: 0px!important;
}

b,  h3{
	font-size: 14px;
		font-family: Geometria-Bold, sans-serif;
}
h1{
	font-size: 24px;
		font-family: Geometria-Bold, sans-serif;
}
h2{
 	font-size: 18px;
		font-family: Geometria-Bold, sans-serif;
}
p, span, li, div:not(#bx_incl_area_*){
	font-size: 14px;
		font-family: Geometria-Light, sans-serif;
}
div:not(#bx_incl_area_*) {
	font-family: Geometria-Light, sans-serif;
}

i{
	font: 36px CopyrightHouseIndustries-NotLicensedforDesktopUse;
}

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;
	
}


/* 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 {
	background-color: #3b281f;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	margin: 0;
	border: none;
}

header a.navbar-brand {
	height: 60px;
	padding: 0;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.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;
}

.callback {
	padding-right: 35px;
	text-align: right;
}
a.callback_tel, span.callback_tel {
	font-size: 23px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 15px;
	display:inline-block;
}

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', sans-serif;
}

.head_text2{
	font-size: 36px;
}

.head_text_after {
	font-size: 36px;
	font-family: 'Geometria-Light', sans-serif;
}

a.all_btn {
	font-size: 16px;
	color: #3b281f;
	font-family: Geometria, sans-serif;
	padding: 7px 34px 10px;
	background: #bea562;
	border-radius: 20px;
	line-height: 16px;
	float:right;
	margin-bottom: 55px;
}
.brown_all_btn {
	font-size: 16px;
	color: #fff;
	font-family: Geometria, sans-serif;
	padding: 7px 34px 10px;
	background: #3b281f;
	border-radius: 20px;
	line-height: 16px;
	float:right;
	margin-top: 25px;
}
a.all_btn:hover {
	background: #beab79;
	text-decoration: none;
}
a.brown_all_btn:hover, a.brown_all_btn:focus {
	background: #443026;
	text-decoration: none;
	color:#fff;
}
@media (min-width: 1200px) {
	a.all_btn {
		margin-right: -53px;
	}
}
/* 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-carousel .owl-item img {
	height: 415px;
}
@media (max-width: 650px) {
	#review_owl.owl-carousel .owl-item img {
		width:auto;
		margin:0 auto;
	}
}

#review_owl .owl-dots {
	margin-top: 25px;
}

#review_owl .owl-dots span {
	width: 15px;
	border: 3px solid #fff;
	height: 15px;
}

#review_owl .owl-dots .active span,
#review_owl .owl-dot: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;

}

#wonCase .text_pad {
	padding-bottom: 55px;
}
/* END REVIEW */


/* FOOTER */
footer {
	font-size: 14px;
	color: #8c8c8c;
	background-color: #3b281f;
}

.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;
	}
}

.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;
}

#advantages{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
}
@media(min-width: 1200px){
	#advantages .container{
		padding-left: 68px;
		padding-right: 68px;
	}
	.col-service-left {
		padding-left: 60px;
	}
}

#advantages2{
	background: url(../img/bg21.jpg);
	background-size: cover;
	border: 1px solid #bea562;
}

#services{
	background: url(../img/main_bg2.jpg);
	background-repeat: repeat;
	padding-top: 45px;
	padding-bottom: 60px
}

#services .item img{
	margin: 0 auto;
	display: block;
	max-height: 61px;

}
#services a:hover, #services a:focus{
	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%;
}

.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 !important;
}

.color_text_black_brown{
	color: #3b291f !important;
}

.text_light_cold{
	color: #e4e1b8 !important;
}

.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;
}
.text_preim_about{
	padding: 10px 0px 35px;
}
.text_inlude_block {
	margin: 0 0 10px;
	font-size: 14px;
	font-family: Geometria-Light, sans-serif;
}

#map_{
	height: 650px;
	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 20px 30px 20px;
	max-width: 330px;
	position: absolute;
	top: 150px;
	margin: 0 auto;
	width:100%;
}

@media(max-width: 768px){
	.FreeConsult{
		float: none!important;
		position: relative;
				top: 200px;
	}
	.col-free-consult{
		height: 0px;
	}
}

.CallMe_NotModal{
	z-index: 99;
	background: #3b281f;
	border-radius: 5px;
	top: 150px;
	max-width: 400px;
	padding: 20px;
	position: absolute;

}

.button_our_rek{
	background: #bea562;
	border-radius: 20px;
	margin-top:26px;
	float:right;
}

.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: #fff;
	border: 1px solid #3b291f;
	border-radius: 50px;
	margin-top: 15px;
	background: #3b281f;
	padding: 15px 30px;
	color: #fff !important;
}

#btn_submit_main {
	padding: 10px 20px;
	color: #fff;
	font-family: Geometria, sans-serif;
}

.form_over{
	padding: 10px;
}

.width_form{
	width: 80%;
	border-radius: 10px;
	padding-bottom: 14px;
	padding-top: 14px;
	padding-left: 10px;
	border: none;
	
}

.textarea_form{
	height: 90px;
	resize: none;
}

.form_over_button{
	padding-right: 40px;
}

@media (max-width: 991px) { /*_0-sm_*/
	.form_over_button {
		padding-right: 30px;
	}
}

.word_free{
	color: #bea562;
	font-weight: bold;
}

.title_over_map_form{
	font-size: 16px;
}

.form_over_text{
	padding: 0px 28px;
	font-size: 14px;
		font-family: Geometria-Bold, sans-serif;
}

.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;
}
#ourWorker .padding_preim {
	padding-bottom: 35px;
}

.ourWorker_img{
	margin: 0 auto;
	display: block;
	height: 210px;
	width: 210px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
}
.reviews_row_container>*{
	padding-bottom: 45px;
}
@media (min-width: 992px) {
	.reviews_row_container{
		display: flex;
		align-items: center;
	}
}
.reviews_text_block {
	padding: 23px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.2);
}

.ourWorker_text, .ourWorker_text p{
	font-size: 18px;
	line-height: 28px;
	text-indent: 25px;
}
.ourWorker_name {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	font-family: "Geometria-Bold",sans-serif;
	font-weight: bold;
}

.padding_bottom{
	padding-bottom: 50px;
}


#needHelp, #promotions{
	background: url(../img/bg21.jpg);
	background-size: cover;
}

.needHelp_name, .needHelp_phone{
	border: 1px solid #bea562;
}

.needHelp_get_cons_size{
	font-size: 22px;
		font-family: Geometria-Light, sans-serif;
}

.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;
		width: 100%;
	}
	.needHelp_button{
		padding: 10px;
		display: block;
		margin: 10px auto;
	}
		#promotions {
			text-align: center;
		}
}


@media(min-width: 992px){
	.needHelp_mar{
			max-width: 150px;
	}
}

#promotions {
	padding-top: 40px;
}
#promotions h4, #promotions h4 div {
	font-family: "Geometria-Bold", sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #3b281f;
	margin-bottom: 24px;
}
@media (min-width: 1200px) and (max-width: 1801px){
	.promotions_col_5{
		margin-left: 8.33333333%;
		width: 41.66666667%;
	}
	.promotions_col_7{
		width: 50%;
	}
}
a.promotions_btn {
	font-size: 16px;
	color: #fff;
	font-family: Geometria, sans-serif;
	padding: 14px 23px 17px;
	background: #3b281f;
	border-radius: 50px;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 40px;
}
a.promotions_btn:hover, a.promotions_btn:focus {
	background: #443026;
	text-decoration: none;
}
@media (max-width: 767px){
	.main_phone_container a.promotions_btn {
		color: #3b281f;
		background: #bea562;
	}
	.main_phone_container a.promotions_btn:hover, .main_phone_container a.promotions_btn:focus {
		background: #beab79;
		text-decoration: none;
	}
}

#main{
	border-bottom: 2px solid #bea562;
	background-color: #b89e84; 
	text-align: center;
}
.main_photo {
	width:100%;
}

#main h1 {
	font-size: 42px;
	color: #3b281f;
}

#main h1 p {
	line-height: 1;
	font-family: "Geometria-Bold", sans-serif;
}

#main .h2_0 {
	font-size: 28px;
	font-family: "Geometria", sans-serif;
}

#main .h2_1, #main .h2_1 div {
	font-size: 38px;
	line-height: 38px;
	font-family: "CopyrightHouseIndustries-NotLicensedforDesktopUse", sans-serif;
	padding-left: 7px;
	margin-bottom: 38px;
	margin-top: 50px;
	max-width: 550px;
}

#main .h2_2 {
	font-size: 42px;
}

.main_slide_phone {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 32px;
	font-family: "Geometria-Bold", sans-serif;
	font-weight: bold;
}
.main_slide_phone a, .main_slide_phone a:hover, .main_slide_phone a:focus{
	color: #fff;
}
.footer_phone_link, .footer_phone_link:hover, .footer_phone_link:focus{
	color: #3b291f;
}
.main_phone_container {
	background-color: #3b281f;
	padding-top: 45px;
}

@media (max-width: 767px) { /*_0-xs_*/

	#main {
		background-position: center left;
	}

	#main h1 {
		font-size: 20px;
		color: #3b281f;
	}

	#main .h2_0 {
		font-size: 14px;
	}

	#main .h2_2 {
		font-size: 20px;
	}
}
@media (min-width: 576px) {
	#main .h2_1, #main .h2_1 div {
		font-size: 58px;
		line-height: 58px;
	}
	.main_slide_phone {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (min-width: 768px) {
	#main{
		background-image: url(../img/bg_main.jpg);
		background-size: cover;
		background-position: top center;
		min-height: 720px;
		text-align: left;
	}
	.main_photo {
		display:none;
	}
	#main .h2_1, #main .h2_1 div {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.main_phone_container {
		background-color: transparent;
		padding-top: 0px;
	}
	.main_slide_phone {
		color: #3b281f;
	}
	.main_slide_phone a, .main_slide_phone a:hover, .main_slide_phone a:focus{
		color: #3b281f;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main_text_container {
		width:100%;
	}
}

#reviews, #arbitrage, #business{
	background: url(../img/bg44.jpg);
	background-size: cover;
	border: 1px solid #bea562;
}

.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;
}

.mainCallMe_NotModal {
	border-radius: 5px;
	max-width: 400px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #3b281f;
}



@media(min-width: 768px){
	.mainCallMe_NotModal, .reviewsCallMe_NotModal, .arbitrageCallMe_NotModal, .businessCallMe_NotModal{
		margin: 0;
		margin-top: 35px;
	}
}

.main_img{
	position: absolute;
	left: -100px;
	width: 369px;
	height: 785px;
	max-width: 369px;
}

.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, .head_text2, .head_text{
			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;
}

a.callback_tel.callback_tel_top, span.callback_tel.callback_tel_top {
	font-family: Geometria-Bold, sans-serif;
	margin-bottom: 12px;
}
a.callback_btn.callback_btn_top {
	font-size: 12px;
	float: right;
	padding: 5px 15px;
}
.col-service-left {
	position:relative;
}
@media(min-width: 992px){
	.col-service-left {
		padding-right:45px;
	}
	.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-size: 14px;
	font-family: Geometria-Bold, sans-serif;
	color:#bea562;
	display:inline-block;
	padding-bottom:14px;
}
.service_old_main_item .service-new-name {
	color:#fff;
	display:flex;
	padding: 12px 5px 12px 20px;
	border-radius: 5px;
	align-items: baseline;
}
.service_old_main_item .service-new-name:hover {
	background-color: rgba(255,255,255,0.4);
	cursor: pointer;
}
.service_old_main_item .service-new-name i{
	color:#beab79;
	margin-right: 18px;
	font-size: 14px;
	line-height: 26px;
}
.service_old_main_item .service-new-name span{
	display:inline-block;
	font-size: 18px;
	font-family: Geometria-Bold, sans-serif;
	line-height: 26px;
}
.service_old_main_item .service-new-name:hover i:before{
	content: "\f111";
}
.service-modal-name {
	font-size: 20px;
	font-family: Geometria-Bold, sans-serif;
	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-size: 16px;
	font-family: Geometria-Bold, sans-serif;
	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-size: 24px;
	font-family: Geometria-Bold, sans-serif;
}
#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-size: 14px;
	font-family: Geometria, sans-serif;
	margin-bottom: 18px;
}
.contact-new-info a{
	color: #3b291f;
}
.top_contacts_block {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: flex-end;
}
.top-contacts{
	display: flex;
	align-items: flex-start;
}
.top-contacts>*{
	font-size: 12px;
}
.top-contacts i {
	padding-right: 9px;
	color: #bea562;
	padding-top: 3px;
}
.top_contacts_left {
	margin-right: 30px;
}

.text_main_description p {
	color: #3b291f;
	font-weight: bold;
}
header a.navbar-brand.navbar-brand-new img {
	height:60px;
	display:block;
}
.header_brand_block {
	padding-left:20px;
	display:block;
	padding-top: 6px;
}
.top_center_block {
	padding-left: 0px;
}
.company_name_text {
	font-size: 14px;
	font-family: Geometria-Bold, sans-serif;
	text-transform: uppercase;
	color: #bea562;
	line-height: 14px;
	letter-spacing: 1px;
	padding-bottom: 8px;
}
@media (max-width: 1810px) { 
	.top_center_container {
		width:100%;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (max-width: 1620px) {
	.top_menu_block {
		width: 8.33333333%;
	}
	.top_center_block {
		width: 75%;
	}
	a.callback_tel.callback_tel_top, span.callback_tel.callback_tel_top {
		font-size: 16px;
	}
}
@media (max-width: 1255px) {
	.top_contacts_col {
		display: none;
	}
	.top_brand_col {
		width:100%;
	}
	.top_center_block {
		width: 58.33333333%;
	}
	.callback {
		width: 33.33333333%;
	}
}
@media (max-width: 767px) {
	.top_center_block {
		width: 83.33333333%;
	}
	.top_menu_block {
		width: 16.66666667%;
	}
	header a.navbar-brand {
		padding: 0px;
		margin-right: 0px;
		width:100%;
		justify-content: space-between;
	}
	header a.navbar-brand.navbar-brand-new img {
		order:2;
		height:40px;
	}
	.header_brand_block {
		padding-left:0px;
		order:1;
	}
	.header_brand_block_short {
		order:0;
		padding-top: 8px;
	}
}
.company_info_text {
	font-size: 7px;
	font-family: Geometria, sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 9px;
	letter-spacing: 0.1em;
}
.nowrap {
	white-space: nowrap;
}
@media (max-width: 1700px) {

	ul.callback li a.callback_tel.callback_tel_top, ul.callback li span.callback_tel.callback_tel_top {
		font-size: 16px;
	}
}

.social_network{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: 35px;
	width: 35px;
	font-size: 16px;
	border: 1px solid #beab79;
	border-radius: 99px;
	
}
.social_network:hover,
.social_network:focus {
	text-decoration: none;
}
.social_network .fa{
	color:#212121;
}
.social_network:hover{
	background-color: #beab79;
}
.social_network + .social_network{
	margin-left: 10px;
}

@media (min-width: 992px) {
	#NewModal .modal-lg {
		width:954px;
	}
	#NewModal .modal-body {
		height:370px;
		padding: 20px;
	}
	#NewModal .text_modal {
		padding-left: 370px;
		padding-right: 150px;
	}
	#NewModal .modal-content { 
		background-image: url('../img/modal_background.png');
	}
	#needHelp .needHelp_form_right_block {
		padding-left: 0px;
	}
	#needHelp .needHelp_div_mar{
		padding-left: 10px;
		padding-right: 10px;
	}
}
#needHelp .needHelp_div_mar input{
	width:100%;
	border: 2px solid #bea562;
	border-radius: 10px;
}
#needHelp .button_get_cons2 {
	padding: 15px 10px;
	border: 2px solid #3b291f;
	width:100%;
	color: #fff;
}
#NewModal .modal-content {
	border-radius: 0px;
	background-color: #b89e84;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}
#NewModal .text_modal_header {
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: "Geometria-Bold", sans-serif;
	margin-bottom: 30px;
}
#NewModal .text_modal_lite {
	font-size: 20px;
	line-height: 28px;
	font-family: "Geometria", sans-serif;
}
#NewModal .close {
	display:block;
	width:21px;
	height:22px;
	background-image: url('../img/close.png');
	opacity: .5;
}
#NewModal .close:hover{
	opacity:1;
}
#NewModal .row{
	margin-left: -20px;
	margin-right: -20px;
}
#NewModal .button_get_cons2{
	border: 2px solid #3b291f;
	margin-top: 0px;
	border-radius: 10px;
}
#NewModal .needHelp_width_form {
	border: 2px solid #bea562;
	margin-top: 0px;
	border-radius: 10px;
}
#NewModal .text_modal .head_text2 {
	text-align: left;
	font-size: 20px;
	border-radius: 10px;
}

.top_menu_block {
	display: flex;
	height:60px;
	align-items: center;
}
#main_dropdwon_container {
	width:55px;
}
.hamburger-btn {
	color: white;
	display: block;
	background: none;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	margin: 0 auto;
	padding: 0px;
}
.hamburger-btn .icon-bar {
	background-color: white;
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 2px;
}
.hamburger-btn .icon-bar + .icon-bar {
	margin-top: 6px;
}
@media (min-width: 992px) {
	.hamburger-btn .icon-bar {
		width: 43px;
	}
	.hamburger-btn .icon-bar + .icon-bar {
		margin-top: 8px;
	}
}

.dropdown-menu {
	width: 300px;
	margin-left: 15px;
	border-radius: 0px;
	top: 90%;
	background-color: #3b281f;
	padding: 0px;
}
.dropdown-menu>li>a {
	font-size: 16px;
	font-family: Geometria-Light, sans-serif;
	color:#fff;
	border-bottom: 1px solid transparent;
	padding: 10px 20px;
	text-transform: uppercase;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a.active,
.dropdown-menu>li>a:focus{
	background:transparent;
	color:#bea562;
	border-bottom: 1px solid #beab79;
}

#content {
	padding: 40px 0px;
}
#content h1{
	color:#bea562;
	font-size: 36px;
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: bold;
	padding-bottom: 40px;
}
#content h2 {
	color:#bea562;
	font-size: 24px;
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content h3 {
	color:#bea562;
	font-size: 18px;
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
#content ul, ol{
	color:#bea562;
}
#content p,
#content .contact_el{
	color:#fff;
	font-size:16px;
	font-family: Geometria-Light, sans-serif;
	line-height: 26px;
	margin-bottom: 20px;
}
#content b{
	color:#bea562;
	font-size:16px;
	line-height: 26px;
	font-family: Geometria-Bold, sans-serif;
	font-weight: bold;
}
#content:not(.cnt_extand) img{
	width:100%;
}
#content:not(.cnt_extand) a{
	color: #fff;
	font-family: Geometria-Bold, sans-serif;
	font-weight: bold;
	display:inline-block;
}
#content.cnt_extand h1{
	padding: 0;
}
.works_docs_all_item {
	margin-bottom: 25px;
	display: block;
}
.works_docs_all_item img{
	height: 415px;
	width: 285px;
	margin:0 auto;
	display: block;
}
.top_big_menu {
	padding-left:0px;
	margin-bottom:0px;
	display:flex;
	justify-content:space-between;
	list-style-type:none;
}
.top_big_menu>li>a {
	font-size: 12px;
	font-family: Geometria-Bold, sans-serif;
	color: #fff;
	padding: 10px 0px 0px 15px;
	text-transform: uppercase;
	display:block;
}
.top_big_menu>li>a:hover,
.top_big_menu>li>a.active,
.top_big_menu>li>a:focus{
	text-decoration:none;
	background:transparent;
	color:#bea562;
}
@media (min-width: 1200px) {
	.top_big_menu>li>a {
		padding-right: 15px;
	}
}
.navbar-fixed-top {
	z-index:999;
}
.p_margin {
	margin-bottom:10px;
}

.total_content h2,
.total_content h2 div{
	font-size: 36px;
		font-family: Geometria-Bold, sans-serif;
	color: #beab79;
	text-align: center;
	text-transform: uppercase;
}
.header_fixed{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0px 5px 20px rgba(0,0,0,.7);
}
.btn{
	transition: .4s;
}
.btn:hover{
	opacity: .7;
}
.btn:focus,
.btn:active:focus{
	outline: none;
}


.specializations_nav{
	margin: 54px 0 70px;
	text-align: center;
}
.specializations_nav>li>a,
.specializations_nav>li>a:focus{
	background: none;
	border: 2px solid #bea562;
	color: #bea562;
	padding: 8px 28px;
	font-size: 16px;
	border-radius: 20px;
}
.specializations_nav>li.active>a,
.specializations_nav>li>a:hover {
	background-color: #bea562;
	color: #3b281f;
	border-color: transparent;
}
.specializations_nav>li{
	margin: 0 15px;
	display: inline-block;
}
.specializations_nav>li:first-child{
	margin-left: 0;
}
.specializations_nav>li:last-child{
	margin-right: 0;
}

/*about_me*/
#about_me{
	color: #fff;
	padding: 54px 0 140px;
	position: relative;
	overflow:hidden;
}
.am_bg{
	position: absolute;
	height: 100%;
	min-width: 780px;
	width: 60%;
	top: 0;
	bottom: 0;
	left: 0;
	background: url('../img/main_bg2.jpg');
	background-repeat: repeat;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 200px) 100%, 0 100%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 130px) 100%, 0 100%);
	z-index: -1;
}
.am_photo{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: -2;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
#about_me h2{
	margin: 0 0 120px;
}
.feature{
	display: inline-block;
	margin-bottom: 68px;
}
.feature_icon{
	width: 78px;
	float: left;
}
.feature_text_cnt{
	float: right;
	width: calc(100% - 78px);
}
.feature h4{
	font-size: 16px;
		font-family: Geometria-Bold, sans-serif;
	text-transform: uppercase;
	margin: 0 0 12px;
	line-height: 18px;
	color: #beab79;
}
#about_me .btn{
	padding: 10px 20px;
	background: #bea562;
	border-radius: 20px;
	float: right;
	color: #3b281f;
	margin-top: 24px;
	font-size: 16px;
}

/*clients*/
#my_publicity{
	padding: 56px 0 68px;
}
#my_publicity h2{
	margin: 0 0 12px;
}
#my_publicity_owl{
	margin-top: 76px;
	height: 180px;
}
.mass_media_logo{
	height: inherit;
	display: flex;
	align-items: center;
}
.mass_media_logo img{
	opacity: 1;
	max-width: 100%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mass_media_logo img:hover {
	opacity: 0.4;
}

.hr{
	background-color: #bea562;
	height: 2px;
}

/*owl*/
.owl-carousel {
	position: relative;
}
.owl-prev,
.owl-next{
	position: absolute;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.wonCase_owl .owl-prev{
	left: -80px;
}
.wonCase_owl .owl-next{
	right: -80px;
}
@media (max-width: 1316px) {
	.wonCase_owl .owl-prev{
		left: 0;
	}
	.wonCase_owl .owl-next{
		right: 0;
	}
}

/*Center position for OWL's buttons*/
.owl_nav_center,
.owl_nav_center .owl-stage-outer,
.owl_nav_center .owl-stage,
.owl_nav_center .owl-item,
.owl_nav_center .item {
	height: inherit;
}
.owl_nav_center .owl-prev,
.owl_nav_center .owl-next {
	top: 0;
	bottom: 0;
	display: flex !important;
	align-items: center;
}

/*owl img fix*/
.owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
	margin: auto;
	max-height: 100%;
}



/* FOOTER */
.footer_left {text-align:left;}
.footer_center {text-align:center;}
.footer_right {text-align:right;}
a.link_dev{
	text-decoration: underline;
}
a.link_dev:hover{
	text-decoration: none;
}
footer{
	border-top: 1px solid #e1e1e1;
	padding-top: 58px;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border:none;
}
.contact_form .inp_text{
	width: 100%;
	border: none;
	border-radius: 0;
}
.contact_form .btn{
	margin-top: 10px;
	width: 100%;
}
#main_footer{
	background-color: #201510;
}
.footer_preview{
	margin-top: 90px;
	text-align: center;
}
.footer_preview>a {
    display:inline-block;
}
.footer_preview>a:hover,
.footer_preview>a:focus{
	text-decoration: none;
}
.contacts_heading{
	margin-left: 26px;
}
#main_footer .contacts_heading h4{
	margin-bottom: 40px;
}
.contacts_cnt a{
	display: block;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
		font-family: Geometria, sans-serif;
}
.contacts_cnt a:focus{
	text-decoration: none;
}
.contacts_cnt a:hover{
	text-decoration: underline;
}
.contacts_row .icon_cnt{
	float: left;
	padding-left: 4px;
	width: 40px;
	color: #bea662;
}
.contacts_row:first-child a{
	font-size: 18px;
		font-family: Geometria-Bold, sans-serif;
}
.footer_info{
	background-color: #0b0705;
	padding: 18px 0 20px;
	color: #999;
	text-align: center;
}

.lower_header_cnt{
	background-color: #27170f;
}
.lower_header{
	position: relative;
	padding-right: 350px;
	font-size: 12px !important;
		font-family: Geometria-Bold, sans-serif;
	text-transform: uppercase;
}
.lower_header .callback_btn{
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.lower_header a.callback_btn{
	border: none;
	border-radius: 0;
	background-color: #bea562;
	color: #3b281f;
	font-family: 'Geometria-Bold';
	padding: 10px 22px;
	transition: .3s;
}
.lower_header a.callback_btn:hover{
	opacity: .8;
}
.lower_header a.callback_btn:hover,
.lower_header a.callback_btn:focus{
	text-decoration: none;
}


.top_big_menu>li>a{
	padding: 11px 0px 11px 15px;
}


.main_phone a{
	font-size: 24px;
}
.main_phone a,
.main_phone a:focus,
.main_email a,
.main_email a:focus{
	color: #fff;
}
.main_phone a:focus,
.main_phone a:hover,
.main_email a:focus,
.main_email a:hover{
	text-decoration: none;
}
.main_phone a:hover,
.main_email a:hover{
	color: #bea562;
}

.contact_info .fa{
	color: #bea562;
}
.main_address{
	color: #fff;
}
.main_email{
	margin-top: 8px;
}
.main_address,
.main_email{
	font-size: 12px;
}
.main_phone{
	text-align: right;
}
.contact_info{
	display: flex;
	align-items: center;
	height: 84px;
}



.nav_list{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav_list>li{
	display: inline-block;
}
.nav_list>li>a{
	display: block;
	margin: 0 15px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	text-shadow: -1px 1px 1px #000;
	padding-left: 0;
	padding-right: 0;
}
.nav_list>li:first-child>a{
	margin-left: 0;
}
.nav_list>li:last-child>a{
	margin-right: 0;
}
.nav_list>li>a:focus{
	text-decoration: none;
}
.nav_list>li>a:hover,
.nav_list>li.active>a{
	color: #bea562;
}
.nav_list>li>a:focus,
.nav_list>li>a:hover{
	background: none;
}
.nav_list>li>a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 27px;
	width: 0;
	border-top: 2px solid #bea562;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.nav_list>li.active>a:before,
.nav_list>li>a.active:before{
	width: 100%;
}
.nav_list.nl_justify{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between; 
}
.nav_list.nl_justify:before,
.nav_list.nl_justify:after{
	display: none;
}
.nav_list.nl_justify>li>a{
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

/*Scroll Back*/
#scrollback {
	bottom:-100px;
	opacity: 0;
	text-align:center;
	position:fixed;
	right:10px;
	cursor:pointer;
	height: 50px;
	width: 50px;
	font-size: 1.5em;
	color: #3b281f;
	transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	z-index: 10;
	border-radius: 6px;
	background-color: #bea562;
	box-shadow: 1px 1px 1px 1px #3b281f;
}
#scrollback .fa{
	color: #3b281f !important;
}
#scrollback:hover {
	opacity: 1 !important;
}
.scrollback_cnt {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.specialization{
	display: inline-block;
	padding: 24px 0;
	transition: .3s;
	width: 100%;
}
#specializations{
	padding: 54px 0 44px;
}
#specializations h2,
#specializations h2 div{
	color: #fff;
}
.specialization:hover{
	background-color: rgba(255,255,255,.1);
	border-radius: 4px;
}
.specialization_img{
	float: left;
	width: 96px;
	text-align: center;
}
.specialization_text{
	color: #beab79;
	font-size: 16px;
	font-family: Geometria-Bold, sans-serif;
	float: right;
	width: calc(100% - 96px);
	padding-right: 8px;
}

.consultation{
	background-color: #3b281f;
	padding: 24px 36px 30px;
	border-radius: 5px;
	color: #fff;
}
.consultation h3{
	font-size: 22px;
		font-family: Geometria-Bold, sans-serif;
	margin-bottom: 32px;
	text-align: center;
}
.textarea{
	resize: none;
	border: none;
	border-radius: 0;
}
.consultation .inp_text,
.consultation .textarea{
	width: 100%;
	padding: 11px 20px;
	margin-bottom: 20px;
	color: #212121;
}
.consultation .btn{
	padding: 10px 20px;
	background: #bea562;
	border-radius: 20px;
	float: right;
}
.contact_form .btn{
	width: auto;
	color: #3b281f;
}


.footer_feedback{
	color: #fff;
}
footer h3{
	color: #bea662;
	text-transform: uppercase;
	font-size: 16px;
		font-family: Geometria-Bold, sans-serif;
	margin-bottom: 48px;
}
.footer_feedback .inp_text{
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 10px;
	color: #212121;
	border: none;
}
.footer_feedback .btn{
	background-color: #bea662;
	width: 100%;
	color: inherit;
	padding: 12px;
	text-align: center;
	border-radius: 0;
}
form .btn:focus{
	outline: none;
}
.inp_text.name_icon,
.inp_text.phone_icon{
	background-position: top 14px left 11px;
	background-repeat: no-repeat;
	padding-left: 32px !important;
}
.inp_text.name_icon{
	background-image: url('../img/input/name_icon.png');
}
.inp_text.phone_icon{
	background-image: url('../img/input/phone_icon.png');
}

/*checkbox*/
.inp-checkbox {
	position: absolute;
	left: -9999px;
}
.checkbox_text {
	position: relative;
	margin: 14px 0;
	margin-left: 18px;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.inp-checkbox + .checkbox_text:before {
	font-family: FontAwesome;
	content: '\f0c8';
	font-size: 14px;
	display: inline-block;
	position: absolute;
	left: -18px;
	top: -2px;
}
.inp-checkbox:checked + .checkbox_text:before {
	content: '\f14a';
}
.checkbox_text a{
	color: #bea562;
	text-decoration: underline;
}
#NewModal .checkbox_text a,
#needHelp .checkbox_text a{
	color: #3b291f;
}
.checkbox_text a:hover,
.checkbox_text a:focus{
	text-decoration: none;
}
.checkbox_label{
	width: 201px;
}

.consultation .checkbox_text{
	text-align: left;
}
.consultation .submit_cnt{
	text-align: right;
}

#needHelp h2{
	text-align: left;
}
#about_me h2,
#about_me h2 div{
	color: #fff;
}
#wonCase h2,
#wonCase h2 div{
	color: #3b281f;
}
.subheading{
	font-size: 36px;
	font-family: Geometria-Light, sans-serif;
	color: #3b281f;
	text-align: center;
}

.logo_img{
	margin-bottom: 20px;
	display: block;
}
.logo_img img{
	margin: auto;
}

@media (max-width: 1199px) { /*_0-md_*/
	.main_phone>a{
		font-size: 20px;
	}
	.main_email{
		margin-top: 4px;
	}
	.lower_header{
		padding-right: 250px;
	}
	.am_bg{
		display: block !important;
		width: 100%;
		-webkit-clip-path: none;
		clip-path:none;
	}
	.am_photo{
		display: none;
	}
}

@media (max-width: 991px) { /*_0-sm_*/
	.main_email,
	.main_phone{
		text-align: right;
	}
	.lower_header{
		padding-right: 180px;
	}
	.lower_header a.callback_btn{
		padding: 10px;
	}
	.footer_preview{
		margin: 0 0 30px;
	}
	footer h3{
		margin-bottom: 30px;
	}
	#about_me{
		padding: 50px 0 60px;
	}
	#about_me h2{
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) { /*_0-xs_*/
	.contact_info{
		display: block;
		height: auto;
	}
	.top_menu_block {
		display: flex !important;
	}
	#needHelp h2{
		text-align: center;
	}
	#my_publicity_owl{
		margin-top: 30px;
		height: 100px;
	}
	.footer_preview{
		margin: 30px 0 40px;
	}
	.contacts_heading,
	.contacts_row{
		text-align: center;
	}
	.contacts_heading{
		margin-left: 0;
	}
	.icon_cnt{
		display: none;
	}
	footer h3{
		margin-bottom: 20px;
	}
	.total_content h2{
		font-size: 30px;
	}
	.specializations_nav{
		margin: 30px 0 20px;
	}
	.specializations_nav>li{
		margin: 0 0 12px;
	}
	.feature{
		margin-bottom: 30px;
	}
	#about_me{
		padding: 40px 0;
	}
	#about_me h2{
		margin-bottom: 50px;
	}
	.feature{
		margin-bottom: 30px;
	}
	.consultation{
		padding-left: 0;
		padding-right: 0;
	}
	#content h1{
		font-size: 30px;
	}

	.header_flex{
		display: block !important;
	}
	.display_flex {
		display: block;
	}
	.footer_left,
	.footer_center,
	.footer_right {
		text-align:center;
		margin-bottom: 15px;
	}

	.nopadding_left_xs{
		padding-left: 0;
	}
}

.btn_return{
	padding: 10px 20px;
	background: #bea562;
	border-radius: 20px;
	color: #fff;
}
.btn_return:hover,
.btn_return:focus{
	color: #fff;
}

#specializations,
#my_publicity{
	background: url('../img/main_bg2.jpg');
	background-repeat: repeat;
}

.agreement_page_cont{
    color: #fff;
}
.agreement_page_cont h1{
    margin: 30px 0;
    text-transform: uppercase;
}
.agreement_page_cont .btn_return{
    margin: 10px 0 20px;
}

.error_content{
    text-align: center;
    padding: 200px 0 100px;
    color: #fff;
    min-height: 100vh;
}
.error_heading{
    font: 36px 'Geometria-Bold';
}
.error_heading .error_colored{
    color: #bea562;
}
.error_subheading{
    font-size: 24px;
    margin-bottom: 80px;
    line-height:20px;
}

body #bx-panel{
    z-index:900!important;
}
.modal {
    z-index:920!important;
}
.modal-backdrop{
    z-index:920!important;
}
.modal-dialog{
    z-index:930!important;
}