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;color:#212121;}
: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;}

/*
@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-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;
}
/*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 */
#main_header {
	background-color: #fff;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    margin: 0;
    border: none;
}
#main_header h1{
	font: 16px 'Roboto-Bold';
}

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;
    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 */

.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;

}
/*
@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;
	}
}
*/

#wonCase .text_pad {
    padding-bottom: 55px;
}
/* END REVIEW */


/* FOOTER */

.footer_left {
	text-align:left;
}

.footer_center {
	text-align:center;
}

.footer_right {
	text-align:right;
}

a.link_dev {
	color: var(--prv_color2);
	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-repeat: repeat;
	/*border: 1px solid #bea562;*/
}
@media(min-width: 1200px){
    #advantages .container{
        padding-left: 68px;
        padding-right: 68px;
    }
    .col-service-left {
        padding-left: 60px;
    }
}

#advantages2{
	background-size: cover;
	border: 1px solid #bea562;
}

#services{
	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, #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-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_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: #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;
    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-repeat: repeat;
	/*border: 1px solid #bea562;*/
}
#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_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;
		/*margin: 10px auto;*/
		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; 
}
.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{
        min-height: 720px;
    }
    .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%;
    }
}

.reviewsCallMe_NotModal, .arbitrageCallMe_NotModal, .businessCallMe_NotModal{
	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;
    max-height: 630px;
    bottom: -610px;
}*/
.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-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{
	border: 1px solid #bea562;
}
.wonCase_container{
	padding-top: 40px;
	padding-bottom: 60px;
}

#wonCase2{
	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-repeat: repeat;
	border: 1px solid #bea562;
}

.total_content_container {
    padding-top: 40px;
    padding-bottom: 60px;
}


#wonCase_list{
	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{
    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-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-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;
}
.modal {
    z-index:1100;
}
.modal-backdrop.in {
    z-index:10;
}
.modal.in .modal-dialog {
    z-index:20;
}
.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;
    float: left;
}
.top_center_block {
    padding-left: 0px;
}
.company_name_text {
    font-size: 14px;
    font-family: Geometria-Bold, sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    text-align: left;
}
@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 {
        padding: 30px;
    }
    #NewModal .text_modal {
        padding-left: 370px;
        padding-right: 150px;
    }
    #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: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 12px;
}
#NewModal .consultation{
	border-radius: 0;
	padding: 0;
	margin: 20px 0 0;
}
#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:52px;
    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: var(--prv_color1);
    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: var(--prv_color1);
    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:#fde777;
    border-color: transparent;
}

#content {
    padding: 40px 0px;
}
#content h1{
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px;
}
#content h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
#content h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.total_content p,
.contact_el{
    font-size:16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.total_content b{
    font-size:16px;
    line-height: 26px;
    font-weight: bold;
}
.total_content a{
    color: inherit;
    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: 72px;
	font-family: 'Roboto-Bold', sans-serif;
}
.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: .8;
}
.btn:focus,
.btn:active:focus{
	outline: none;
}



/*spec*/
.specializations_nav{
	margin: 54px 0 70px;
	text-align: center;
}
.specializations_nav>li>a,
.specializations_nav>li>a:focus{
	background: none;
	border: 2px solid var(--prv_color2);
	color: #212121;
	padding: 8px 28px;
	font-size: 16px;
	border-radius: 20px;
}
.specializations_nav>li.active>a,
.specializations_nav>li>a:hover {
	background-color: var(--prv_color2);
	color: #212121;
	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;
}



.hr{
	background-color: #eee;
	height: 1px;
}



/*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;
}
#main_footer{
	padding: 30px 0 20px;
	color: #fff;
	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: var(--prv_color1);
}
.footer_preview{
	margin-top: 90px;
	text-align: center;
}
.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: var(--prv_color2);
}
.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;
}
#main_footer .logo_cnt{
	width: max-content;
	margin: auto;
	margin-left: 48px;
}
.site_info{
	margin-top: 48px;
}



.lower_header_cnt{
	background-color: var(--prv_color1); /*#393b52;*/
}
.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: var(--prv_color2); /*#fde778;*/
	color: #212121;
	font-family: 'Roboto-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;
}

.logo_cnt{
	display: block;
}
.logo_cnt,
.logo_cnt:hover,
.logo_cnt:focus{
	color: inherit;
	display: block;
}
.logo_cnt:hover,
.logo_cnt:focus{
	text-decoration: none;
}
.logo_cnt:before,
.logo_cnt:after{
	display: table;
    content: " ";
}
.logo_cnt:after{
	clear: both;
}
.logo_icon{
	float: left;
}
.logo_text{
	font: 16px 'Roboto-Bold';
	text-transform: uppercase;
	line-height: 22px;
}


.top_big_menu>li>a{
	padding: 11px 0px 11px 15px;
}


.main_phone a{
	font: 24px 'Roboto-Bold';
}
.main_address,
.main_email a,
.main_email a:focus{
	color: #757575;
}
.main_phone a,
.main_phone a:focus,
.main_working_time{
	color: #212121;
}
.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: #393b52;
}

.contact_info .fa{
	color: #393b52;
}
.main_email{
	margin-top: 12px;
}
.main_address,
.main_email{
	font-size: 13px;
}
.main_working_time{
	font-size: 12px;
}
.main_phone,
.main_working_time{
	text-align: right;
}
.contact_info{
	display: flex;
	align-items: center;
	height: 84px;
}

.main_phone img{
	position: relative;
	top: -5px;
    left: -16px;
}
.main_working_time img{
	position: relative;
	left: -9px;
}



.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-family: 'Roboto-Bold';
	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: var(--prv_color2);
}
.nav_list>li>a:focus,
.nav_list>li>a:hover{
	background: none;
}
.nav_list>li>a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 0;
	border-top: 2px solid var(--prv_color2);
	-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: #393b52;
	transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	z-index: 10;
	border-radius: 6px;
	background-color: var(--prv_color1);
}
#scrollback .fa{
    color: var(--prv_color2) !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%;
}
#services{
	padding: 54px 0 44px;
}
.specialization:hover{
    background-color: rgba(57,59,82,.1);
    border-radius: 4px;
}
.specialization_img{
    float: left;
    width: 96px;
    text-align: center;
}
.specialization_text{
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif;
    float: right;
    width: calc(100% - 96px);
    padding-right: 8px;
    color: #212121;
}




.consultation{
	background-color: #fff;
	padding: 24px 36px 30px;
	border-radius: 12px;
	color: #212121;
	margin: 68px 0 58px;
}
.consultation h3{
	font-size: 18px;
	font-family: 'Roboto-Bold', sans-serif;
	margin-bottom: 16px;
	text-align: center;
	line-height: 28px;
}
.textarea{
	resize: none;
	border: none;
	border-radius: 0;
}
.consultation .label{
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #616161;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 0;
}
.consultation .inp_text,
.consultation .textarea{
	width: 100%;
	padding: 11px 20px;
	margin-bottom: 20px;
	color: #a5a5a5;
	border: 1px solid #9e9e9e;
	border-radius: 10px;
}
.consultation .btn{
	padding: 13px 20px;
	background: #bea562;
    border-radius: 10px;
    float: right;
    font: 12px 'Roboto-Bold';
    text-transform: uppercase;
}
.contact_form .btn,
.footer_feedback .btn{
	width: 100%;
	color: #3b281f;
	background-color: var(--prv_color2);
    background-image: linear-gradient(45deg, rgba(255,255,255,.0) 50%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(125% 135% at 50% 0%, rgba(255,255,255,0) 0%, rgba(255, 255, 255, .4) 47%, rgba(0,0,0,0) 50%);
    background-position: 200% 0, 0 0;
    background-repeat: no-repeat;
    background-size: 200% 100%, auto;
}
.anim {
	animation: mig 2s linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
@keyframes mig{
	100%{
		background-position: -200% 0, 0 0;
	}
}


.footer_feedback{
	color: #fff;
}
footer h3{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto-Bold', sans-serif;
	margin-bottom: 32px;
}
.footer_feedback .inp_text{
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 10px;
	color: #212121;
	border: none;
	border-radius: 4px;
}
.footer_feedback .btn{
	padding: 12px;
	font: 12px 'Roboto-Bold';
    text-transform: uppercase;
}
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');
}
.footer_feedback .inp-checkbox + .checkbox_text:before,
.footer_feedback .checkbox_text a{
	color: var(--prv_color2);
}



/*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;
	color: var(--prv_color1);
}
.inp-checkbox:checked + .checkbox_text:before {
	content: '\f14a';
}
.checkbox_text a{
	color: var(--prv_color1);
	text-decoration: underline;
}
#NewModal .checkbox_text a,
#needHelp .checkbox_text a{
	color: #3b291f;
}
.checkbox_text a:hover,
.checkbox_text a:focus{
	text-decoration: none;
}

.consultation .checkbox_text{
	text-align: left;
	line-height: 20px;
}
.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;
}




.btn_return{
    padding: 10px 20px;
    background: var(--prv_color1);
    border-radius: 20px;
    color: #fff;
}
.btn_return:hover,
.btn_return:focus{
    color: #fff;
}




/* new template */
body{
	font: 14px 'OpenSans';
	line-height: 22px;
	color: #212121;
}
.total_content h2{
	font: 72px 'Roboto-Bold';
}
.bold{
	font-family: 'Roboto-Bold';
}
.theme_color{
	color: var(--prv_color2);
}
.underline{
	text-decoration: underline;
}



/*preview*/
#preview{
	background-image: url(../img/bg_preview.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #414048;
	color: #fff;
	min-height: 550px;
}
#preview h2{
	font: 73px 'Roboto-Bold';
	margin: 130px 0 30px;
}
#preview .preview_text{
	font-size: 20px;
	line-height: 28px;
}



/*about_us*/
#about_us h2{
	margin: 60px 0 30px;
}
.about_us_text{
	text-align: justify;
}
.preview_img{
	margin-bottom: 100px;
}
.preview_img img{
	max-width: 100%;
	width: 100%;
}



/*strides*/
#strides{
	background: var(--prv_color1);
	color: var(--prv_color2);
    font-weight: bold;
    padding: 40px 0 20px;
}
.stride {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.stride:before {
    content: '';
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: var(--prv_color2);
    height: 1px;
    width: 110px;
}
.stride_value:first-child .stride:before{
	content: unset;
}
.digit {
    font: 56px 'Roboto-Bold';
    text-align: center;
}
.stride p {
    font-family: 'Roboto-Bold';
    color: #fff;
}



/*why_us*/
#why_us{
	background: var(--prv_color1);
	color: #fff;
	padding: 50px 0;
}
.advantage{
	text-align: center;
	margin-bottom: 30px;
}
.advantage_icon{
	width: 106px;
	height: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 24px;
	background: var(--prv_color2);
	border-radius: 106px;
}
.advantage_icon>img{
	width: auto;
	height: auto;
}
.advantage_text{
	font-size: 13px;
}
.advantages{
	margin-top: 70px;
}



/*won_cases*/
.lawyers_cnt .row:nth-child(2n) .al_cnt{
	float: right;
}
.lawyers_cnt .row:last-child .hr_cnt{
	display: none;
}
.hr_cnt{
    margin-top: 30px;
    margin-bottom: 60px;
}
#won_cases h2{
	margin: 56px 0 30px;
}
.note_cnt{
	margin-bottom: 50px;
}
.note{
	display: inline-block;
    color: #dec232;
    font-size: 26px;
}
.about_lawyer {
    text-align: center;
    margin-bottom: 16px;
}
.about_lawyer p{
	margin-bottom: 0;
}
.about_lawyer p:not(.lawyer_name){
	color: #868686;
}
.lawyer_photo {
    text-align: center;
    margin: 0 auto;
}
.lawyer_name {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
}
.nav-button {
    margin-top: 112px;
    text-align: center;
}
.owl_lawyer .owl-item img{
	width: 100%;
}
.doc_header{
	text-align: center;
	margin-top: 16px;
}
.fancybox_dela{
	width: 100%;
}



/*quote_block*/
#quote_block{
	background: var(--prv_color1);
    padding: 65px 0 20px;
    color: #fff;
}
.quote_text{
    position: relative;
    text-align: justify;
    padding: 20px 80px 0;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
}
.quote_text:before,
.quote_text:after{
	content: '';
    width: 35px;
    height: 35px;
    position: absolute;
}
.quote_text:before{
	top: 0;
    left: 0;
    background-image: url(../img/quotes1.png);
    background-repeat: no-repeat;
}
.quote_text:after{
    bottom: 0;
    right: 0;
    background-image: url(../img/quotes2.png);
    background-repeat: no-repeat;
}
.quote_author{
    text-align: right;
    margin-top: 32px;
    font-size: 18px;
    font-family: 'OpenSans-Bold';
    position: relative;
    line-height: 28px;
}
.quote_signature img{
	position: relative;
	top: -20px;
    right: 145px;
}



/*reviews*/
#reviews h2{
	margin: 54px 0 60px;
}
#reviews .persons {
    margin-top: 32px;
    margin-bottom: 64px;
}
#reviews .person_info {
    margin-bottom: 15px;
    text-align: center;
}
#reviews .person_info img {
    margin-bottom: 15px;
}
#reviews .person_info {
    margin-bottom: 15px;
    text-align: center;
}
.review_heading {
    font-size: 22px;
    font-family: 'OpenSans-Bold';
}
.person_name{
	font: 18px 'OpenSans-Bold';
}
.person_info_name_age p{
	margin-bottom: 0;
}
.person_info_name_age p:not(.person_name){
	color: #868686;
}

#reviews .review_header {
    overflow: hidden;
    margin-bottom: 25px;
}
.document {
    border-style: solid;
    border-width: 10px 11px;
    -moz-border-image: url(../img/document_frame.png) 10 11 round;
    -webkit-border-image: url(../img/document_frame.png) 10 11 round;
    -o-border-image: url(../img/document_frame.png) 10 11 round;
    border-image: url(../img/document_frame.png) 10 11 fill round;
}
#reviews .hr {
    margin: 64px;
}
#reviews .hr:last-child{
	display: none;
}



/*map*/
.map_contacts_cnt{
    margin: 124px 0;
    background: #fff;
    padding: 24px 14px 30px;
    border-radius: 8px;
    color: #000000;
    display: inline-block;
    max-width: 462px;
    width: 100%;
}
.logo_column{
    width: 80px;
    float: left;
}
.map_contacts_cnt h3{
	font: 16px 'OpenSans-Bold';
	margin: 0 0 14px;
}
.text_column{
    width: calc(100% - 80px - 48px);
    float: left;
}
.map_phone_cnt{
    margin-top: 20px;
    margin-bottom: 8px;
}
.map_phone_cnt .col-sm-6:first-child{
	padding-right: 0;
}
.map_phone_cnt .col-sm-6:last-child{
	text-align: right;
	padding-left: 0;
}
.map_phone_cnt a{
    color: #393b52;
    font: 18px 'Roboto-Bold';
}
.map_phone_cnt a:hover{
    color: #292b3c;
}
.map_mail a{
    color: inherit;
    text-decoration: underline;
}
.map_phone_cnt a:hover,
.map_phone_cnt a:focus,
.map_mail a:hover,
.map_mail a:focus{
    text-decoration: none;
}



/*prices*/
#prices{
	padding-bottom: 40px;
}
#prices h2{
	margin: 56px 0 30px;
}
.table{
    display: table;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 26px;
}
.table_row{
    display: table-row;
}
.table_header{
    font-family: 'Roboto-Bold';
}
.table_cell{
    display: table-cell;
    vertical-align: middle;
    border: 1px solid var(--prv_color1);
    padding: 16px;
}
.table_cell:first-child{
    width: 80%;
}
.table_cell:last-child{
    width: 20%;
}
@media (max-width: 767px) { /*_0-xs_*/
	.table{
		font-size: 14px;
		line-height: 22px;
	}
	.table_cell{
		padding: 12px;
	}
}



/*contacts*/
#contacts{
	padding-bottom: 40px;
}
#contacts h2{
	margin: 56px 0 30px;
}



/*owl*/

.owl-carousel {
	position: relative;
}
.owl-prev,
.owl-next{
	position: absolute;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 120px; /*own value*/
}
.owl-prev {
	left: -80px;
}
.owl-next {
	right: -80px;
}

/*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_btn{
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--prv_color1);
    border-radius: 99px;
}
.owl_btn .fa{
	color: var(--prv_color1);
    font-size: 32px;
}



@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;
	}
	.stride:before{
    	left: -40px;
    	width: 80px;
    }
    .total_content h2,
    h1{
		font-size: 54px;
		line-height: auto;
	}
	.header_brand_block{
		padding-left: 12px;
	}
	#main_footer .logo_cnt{
		margin-left: 12px;
	}
}

@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;
    }
    .stride_value:nth-child(2n+1) .stride:before{
		content: unset;
	}
	#reviews .person_info img,
	.review_body_doc .document{
		max-width: 100%;
	}
	.total_content h2,
	h1{
		font-size: 48px;
	}
	.site_info{
		margin-top: 58px;
	}
}

@media (max-width: 767px) { /*_0-xs_*/
	#main_header {
	    padding: 10px 0;
	}
	.contact_info{
		display: block;
		height: auto;
		float: right;
	}
	/*.logo_icon{
		margin-right: 16px;
	}*/
	.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,
	h1{
		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: 24px 16px;
    }
    .stride:before {
		display: none;
    }
    .quote_text{
    	padding: 0;
    	font-size: 14px;
    	line-height: 22px;
    }
    .quote_text:before,
    .quote_text:after{
    	display: none;
    }
    .quote_author{
    	font-size: 14px;
    	line-height: 22px;
    }
    .quote_signature img{
    	position: unset;
    }
    .logo_column{
    	display: none;
    }
    .text_column{
    	width: 100%;
    }
    .note{
    	font-size: 18px;
		line-height: 22px;
    }
    #preview h2{
    	font-size: 48px;
    	line-height: 48px;
    }
    .review_body{
    	margin-bottom: 30px;
    }
    .review_body_doc{
    	text-align: center;
    	margin: 0 0 30px;
    }
    #won_cases h2{
    	margin-bottom: 8px;
    }
    .map_contacts_cnt{
    	margin: 10px 0 160px;
    }
    .lawyers_cnt .row:nth-child(2n) .al_cnt{
		float: unset;
	}
	.site_info{
		margin-top: 24px;
	}
	.contacts_cnt{
		margin-bottom: 32px;
	}




	.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;
	}
}



/*color scheme*/
.color_switcher{
	position: fixed;
	left: 0;
	top: 20vh;
	margin: auto;
	z-index: 2;
	max-width: 190px;
	display: none;
}
.cs_header,
.cs_body{
	padding: 12px;
}
.cs_header,
.switch{
	box-shadow: 0 1px 0 rgb(39, 39, 39);
}
.cs_header{
	background-color: #36444a;
	position: relative;
	color: #e3e5e6;
}
.switch{
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	height: 100%;
	display: block;
	background-color: #36444a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.switch:hover .fa{
	animation-name: spin;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}
.cs_body,
.sp-container{
	background-color: #4b5b62;
	border-bottom-right-radius: 6px;
	box-shadow: 1px 1px 0 rgb(39, 39, 39), -1px -1px 0 rgb(39, 39, 39);
}
.cs_color,
.sp-replacer,
.sp-active,
.sp-replacer:hover,
.sp-replacer.sp-active{
	border: 2px solid #252d31;
	border-radius: 4px;
	height: 26px;
	width: 26px;
	cursor: pointer;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}
.cs_color:last-child{
	margin-right: 0;
}
.cs_color.active,
.sp-replacer.active{
	border-color: #afafaf;
}
.cs_color input{
	position: absolute;
	left: -9999px;
}
.cs_apply{width: 100%;}
.cs_apply,
.sp-container button{
	margin-top: 8px;
	background: #576e79;
	border: 1px solid #323a3e;
	color: #fff;
	padding: 8px;
	border-radius: 6px;
	transition: .3s;
}
.cs_apply:hover,
.sp-container button:hover{
	background-color: #424e55;
}
.sp-container button:hover,
.sp-container button:active{
	background-image:none;
	border-color:#323a3e;
	box-shadow: none;
}

/* Spectrum custom */
.sp-replacer{
	padding: 0;
	overflow: unset;
	vertical-align: unset;
}
.sp-preview{
	border: none;
	width: 100%;
	height: 100%;
}
.sp-dd{
	display: none;
}
.sp-container{
	border: none;
	border-radius: 6px;
}
.sp-picker-container{
	border-left: none;
}
.sp-preview{
	position: relative;
}
.sp-preview:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: FontAwesome;
	content: '\f1fc';
	font-size: 16px;
	color: #111;
}
.sp-cancel {
	font-size: 12px;
	color: #ff9e9e !important;
}

.cs_heading{
	display: block;
	color: #fff;
	margin-bottom: 8px;
	font-size: 12px;
    line-height: 18px;
}
.form_color_scheme .hr{
	border-top: 1px solid #324045;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: 12px;
    width: auto;
    height: 2px;
}
.b24-widget-button-wrapper {
	bottom: 110px !important;
	right: 34px !important;
}