/**
Theme Name: consigliere
*/


body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Merriweather';
    margin: 0;
	color: #010b19;
	/*background:#fbf5e9;*/
	background-image: url("/wp-content/themes/consigliere/design/background29.png");
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    
}
h1 {
    line-height: 1.5;
	font-weight: 900;
    font-size: 32px;
}
h2 {
    font-size: 24px;
    line-height: 1.5;
}
h3 {
    font-size: 20px;
    line-height: 1.5;
}
h4 {
    font-size: 16px;
    line-height: 1.5;
}

p {
    line-height: 1.8;
}


ol, ul {
  list-style: none;margin:0;padding:0;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
	font-size:10px;
	width: 100%;
	margin-bottom:20px;
}

tr {
    line-height: 1;
}

tr:nth-child(even) {background: #f7f7f7}
tr:nth-child(odd) {background: #e8ecf1}

tr:hover {
    background: #c9dbf0;
}

td {
    padding: 10px 2px;
}

img {
  max-width: 100%;
  height: auto;
	display: block;
}


a {    color: #333333;text-decoration:underline;}

a:hover {color:#936f35;}


::selection {
    color: #fff;
    background: #936f35;
   }





*, ::after, ::before {
    box-sizing: border-box;
}

/*---------------------------------HEADER---------------------------------*/






.header-home {
    width: 100%;
	/*height:70vh;*/
	position: relative;
    /*border-bottom: 1px solid #aeaa9f;*/
	background-image: url("/wp-content/themes/consigliere/design/main/header.jpg");
	background-size:cover;
}

.header-home .top-content {
	width:100%;
	background:#fff;
	border-bottom: 1px solid #aeaa9f;
	font-size:12px;
}

.header-home .top-content .tp-wrapper {
	
	width:100%;
	max-width:1320px;
	margin:0 auto;
	display: flex;
justify-content: center;
}

.header-home .top-content .item {
	border-right: 1px solid #aeaa9f;
	padding:9px 20px;
}

.header-home .top-content .item.adress {
	border-left: 0px solid #aeaa9f;
	
}


.header-home .branding {
  width: 90%;
  max-width: 1320px;
  padding: 20px 0px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header-home .custom-logo {
    
    width: 110px;
	margin:0 auto;
	transition:0.2s;
	opacity:1;
	display:block;
	float: left;
}

.header-home .branding .left-block {
	order:1;
}

.header-home .branding .middle-block {
	order:2;
}

.header-home .branding .right-block {
	order:3;
}






.header {
    width: 100%;
	position: relative;
    border-bottom: 1px solid #aeaa9f;
	background:#fff;
}

.header .branding {
    width: 90%;
	max-width:1320px;
    padding: 20px 0px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header .branding .left-block {
	width:20%;
}

.header .branding .middle-block {
	width:60%;
}

.header .branding .right-block {
	width:20%;
}








.custom-logo-link {
    
    width: 260px;
	margin:0 auto;
	transition:0.2s;
	opacity:1;
	display:block;
	float: left;
}






.header-fixed {
	
  background-color: #fff;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  transition: all 0.5s;
	z-index:999;
	border-bottom: 1px solid #aeaa9f;
	-webkit-box-shadow: 0px 2px 9px -3px rgba(174,170,159,1);
-moz-box-shadow: 0px 2px 9px -3px rgba(174,170,159,1);
box-shadow: 0px 2px 9px -3px rgba(174,170,159,1);
}
 
.header-fixed.active {
	top: 0;
}


		
	

























.header .top-content {
	width:100%;
	border-bottom: 1px solid #aeaa9f;
	font-size:12px;
}

.header .top-content .tp-wrapper {
	
	width:100%;
	max-width:1320px;
	margin:0 auto;
	display: flex;
justify-content: center;
}

.header .top-content .item {
	border-right: 1px solid #aeaa9f;
	padding:9px 20px;
}

.header .top-content .item.adress {
	border-left: 0px solid #aeaa9f;
	
}



.animate__animated.animate__delay-1s{-webkit-animation-delay:0.3s!important;animation-delay:0.3s!important;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}
.animate__animated.animate__delay-3s{-webkit-animation-delay:1.2s!important;animation-delay:1.2s!important;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}
.animate__animated.animate__slow{-webkit-animation-duration:6s!important;animation-duration:6s!important;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}
.animate__animated.animate__slower{-webkit-animation-duration:12s!important;animation-duration:12s!important;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}

/*---------------------MENU-----------------------------------------------*/





.navigation {
  width: 100%;
	margin:0;
}





.menu {
  width:100%;
	max-width:1320px;
	padding:0 40px;
	margin: 0 auto;
	display: flex;
justify-content: center;
flex-wrap: wrap;
}

.menu ul li{
 
}

.menu ul li a{
	display: block;
  padding: 10px 15px;
	position:relative;
	transform: skewX(0deg);
}



.menu ul li a:hover {
    color: #fff!important;


}

.menu ul li a:before {
    display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 0;
  width: 100%;
  z-index: -1;
  content: '';
  color: #fff;
  background: #936f35;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}

.menu ul li a:hover:before {
    left: 0%;
  right: auto;
  height: 100%;
}
























.menu ul ul > li:hover{
  background-color: #936f35;
}





.menu ul li, .menu ul{
  
}
.menu ul{
  position: relative;
  margin: 0;
  padding: 0;
  color: #632f8b;
}
.menu ul ul{
  display: none;
  position: absolute;
  background: #fff;
  margin-top: 0px;
  margin-left: 0px;
	border-radius:0 0px 6px 6px;
	border:1px solid #936f35;
	z-index:11;
}
.menu ul a{
  text-decoration: none;
}
.menu ul ul a{
  text-decoration: none;
}

.menu ul ul a:hover {
  color: #632f8b;
  text-decoration: none;
}

.menu li:hover ul{
  display: block;
}

.menu li:hover li{
  display: block;
}










#menu {
  
  writing-mode: vertical-rl;
  float: left;
}
 
#menu li {
  color: #000;
  margin: 7px;
  list-style-type: none;
	float: left;
	padding: 9px 18px;
}
 
/*Стиль ссылки когда активен соответствующий блок*/
#menu li.active a {
  display: block;
  text-decoration: none;
  color: #689594;
}
 




/*---------------------END MENU-----------------------------------------------*/






.soc-buttons {
	float:right;
}

.soc-buttons .icon {
position: relative;
width: 35px;
height: 35px;
	float: left;
}




.soc-buttons .icon.facebook:before, .soc-buttons .icon.instagram:before, .soc-buttons .icon.telegram:before {
	content: '';
	position: absolute;
top: 0;
left: 0;
width: 35px;
height: 35px;
background-size: cover;
}



.soc-buttons .icon.facebook:before {
background-image: url("/wp-content/themes/consigliere/design/soc/fb-icon.svg");
}

.soc-buttons .icon.instagram:before {
background-image: url("/wp-content/themes/consigliere/design/soc/in-icon.svg");
}

.soc-buttons .icon.telegram:before {
background-image: url("/wp-content/themes/consigliere/design/soc/tl-icon.svg");
}














.header .go {
  width: 27px;
  height: 18px;
  display: none;
	float: right;
	margin:0 20px 0 0;
	text-indent:-9999px;
}

.header .go::before {
  content: "";
	display:block;
	width: 27px;
  height: 18px;
  background-image: url(/wp-content/themes/consigliere/design/menu.svg);
	background-size:cover;
}



.header-home .go {
  width: 27px;
  height: 18px;
  display: none;
	
	margin:0 0px 0 0;
	text-indent:-9999px;
}

.header-home .go::before {
  content: "";
	display:block;
	width: 27px;
  height: 18px;
  background-image: url(/wp-content/themes/consigliere/design/menu.svg);
	background-size:cover;
}





/* Окно */
#modal_form {
 width: 340px;
height: 100vh;
 position: fixed; 
 top: 0; 
 left: 0; 
 margin:0 0 0 0; display: none; 
 opacity: 0; 
 z-index: 99999; 
     padding: 40px;
	background-color: rgba(5, 9, 14, 0.8);
	-webkit-box-shadow: 7px 0px 13px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 7px 0px 13px -8px rgba(0,0,0,0.27);
box-shadow: 7px 0px 13px -8px rgba(0,0,0,0.27);
}
 

 
 
 
 
#modal_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
right: 13px;
  cursor: pointer;
  display: block;
  font-size: 50px;
  background-image: url(/wp-content/themes/consigliere/design/icon-close.svg);
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
		
	/* Кнопка закрыть для тех кто в танке) */
#modal_close:hover {
-webkit-transform: rotate(180deg);
          transform: rotate(180deg);
	
}	




#modal_form .main_menu {
	
}

#modal_form .menu {
	margin:0;
	padding:0;
}

#modal_form .main_menu li{
	display:block;
	width:100%;
}

#modal_form .main_menu li a {
	font-size:16px;
	color:#aeaa9f;
	display:block;
}



#modal_form .soc-buttons {
  float: left;
}

.nav-menu {
    border:1px solid #aeaa9f; 
}	

.nav-menu ul {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
}	
	
.nav-menu li { 
border-bottom:1px solid #aeaa9f; 
padding:0;
	margin:0;
width:100%;
float: left;
overflow:hidden;
}
	
	.nav-menu li:last-child { 
border:none; 
}

#popout .current-menu-item a {
    color: #ccc!important;
}	
	
.nav-menu .menu-item-has-children { 
float:left;
	position:relative;
	z-index:9999;
    

}
	
.nav-menu .menu-item-has-children:after {
    content: "";
	position: absolute;
    top: 15px;
	right:15px;
	width: 15px;
	height:9px;
    cursor:pointer;
	background-image: url("/wp-content/themes/consigliere/design/menu-arrow.svg");
	background-size:cover;
	background-repeat:no-repeat;
}
	


	

	
	
.nav-menu .sub-menu {
  display: none;
	margin:0 auto;
	width:90%;
}

.nav-menu .sub-menu .active {
  display: block;
}

	

	
	
	
	
.nav-menu .sub-menu li {
    border:none;
}	
 
.nav-menu li:hover { 
	
}
 
.nav-menu li a {
    color: #aeaa9f;
    text-decoration: none;
    width: 100%;
    padding: 13px 20px 11px 20px;
    float: left;
    font-size: 14px;
	width:80%;
}
	
.nav-menu .sub-menu li a {
	display: block;
    border-top: 1px dotted #aeaa9f;
	font-style:italic;
}

.nav-menu .sub-menu li a::last-child {
	border-bottom: none;
}


		
 





 




.go-contact_form {
	padding:5px 8px;
	border:1px solid #010b19;
	text-decoration:none;
	border-radius:3px;
	font-size:12px;
	text-transform:uppercase;
	float: right;
}

.go-contact_form:hover {
	border:1px solid #936f35;
	background:#936f35;
	color:#fff;
}



.header-fixed .go-contact_form {
	padding: 10px 15px;
	text-decoration:none;
	border-radius:0px;
	font-size:16px;
	text-transform:none;
	float: left;
	background:#f2ebdd;
	color: #936f35;
	border:none;
	border-left:1px solid #aeaa9f;
	border-right:1px solid #aeaa9f;
}

.header-fixed .go-contact_form:hover {
	color:#fff;
	background: #aeaa9f;
	
}







#modal_contact_form {
  width: 600px;
  position: fixed;
  top: 0;
  left: 0;
	right: 0;
margin: 0 auto;
  display: none;
  opacity: 0;
  z-index: 99999;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 7px 0px 13px -8px rgba(0,0,0,0.27);
  -moz-box-shadow: 7px 0px 13px -8px rgba(0,0,0,0.27);
  box-shadow: 7px 0px 13px -8px rgba(0,0,0,0.27);
  border-radius: 6px;
}
 

 
 
 
 
#modal_close_contact_form {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -26px;
  right: -26px;
  cursor: pointer;
  display: block;
  background-image: url(/wp-content/themes/consigliere/design/icon-close.svg);
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
		
	/* Кнопка закрыть для тех кто в танке) */
#modal_close_contact_form:hover {
-webkit-transform: rotate(180deg);
          transform: rotate(180deg);
	
}	



#modal_contact_form .title {
  text-transform:uppercase;
	font-weight:700;
	display:block;
	text-align:center;
	font-size:20px;
	margin:0 0 10px 0;
}

#modal_contact_form .descr {
  font-size:14px;
	text-align:center;
	margin:0 0 10px 0;
	display:block;
}



#modal_contact_form .wpcf7-form-control {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  margin: 5px 0 5px 0;
}


#modal_contact_form .wpcf7-textarea{
  height:100px;
}


#modal_contact_form input[type="submit" i] {
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  background: #936f35;
  border: 1px solid #936f35;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  transform: skewX(0deg);
  position: relative;
  display: block;
  width: 220px;
  font-family: 'Merriweather';
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border: none!important;
}
	

	
		
		
		
/* Подложка */
#overlay {
 z-index: 99998; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
 position: fixed; /* всегда перекрывает весь сайт */
 background-color: #05090e; /* черная */

 opacity: 0.7; /* но немного прозрачна */
 width: 100%; 
 height: 100%; /* размером во весь экран */
 top: 0; 
 left: 0; /* сверху и слева 0, обязательные свойства! */
 cursor: pointer;
 display: none; /* в обычном состоянии её нет) */
}
 
 .modaltitle {font-size: 18px;color:#fff;text-align:center;
 
 
 } 





























/*================================================== MAIN ======================================================*/


.main-container {
	width:100%;
}

.container {
	background:#fff;
	border-bottom: 1px solid #aeaa9f;
	border-top: 1px solid #aeaa9f;
}

.wrapper {
	width:90%;
	max-width:1320px;
	padding:0px;
	margin:50px auto 50px auto;
}


.page {
	width:90%;
	max-width:1320px;
	padding:40px;
	margin:50px auto 50px auto;
	background:#fff;
	overflow: hidden;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(115,97,84,0.25);
-moz-box-shadow: 0px 0px 3px 0px rgba(115,97,84,0.25);
box-shadow: 0px 0px 3px 0px rgba(115,97,84,0.25);
}


.page .page-title {
z-index: 10;
font-size: 36px;
text-transform: uppercase;
font-family: 'Forum';
letter-spacing: 2px;	
margin: 0;
position: relative;
padding: 15px 0;
	text-align:center;
}











article {
	
}

article .post-meta {
	margin:0 0 40px 0;
}



footer {
	
}







/* ---------------------------------------------404------------------------------------------- */


.container-404 {
	width:100%;
	height:50vh;
	display: flex;
flex-wrap: wrap;
	align-items:center;
	position:relative;
	
}

.container-404 .content-404{
	position:absolute;
	left:0;
	right:0;
	width: 70%;
text-align: center;
	margin:0 auto;
}

.container-404 .title{
	margin:0 0 20px 0;
}

.container-404 .title .row-1 {
	font-size:30px;
	display:block;
	
}

.container-404 .title .row-2 {
	font-size:100px;
	display:block;
	line-height: 1;
margin: 0 0 20px 0;
	font-weight:900;
}

.container-404 .title .row-3 {
	font-size:20px;
	display:block;
}

.container-404 .descr p {
	font-size:14px;
	margin:0 0 5px 0;
}




/* ================================================RESPONSIVE================================================== */











/*---------------------TEAM-----------------------------------------------*/



.m-team {
	
}




.m-team .owl-item {
	 padding:40px;
	position:relative;
	overflow: hidden;
	border:1px solid eae8e1;
}


.m-team .owl-item:hover {
	 -webkit-box-shadow: inset 0px 0px 61px -30px rgba(174,170,159,1);
-moz-box-shadow: inset 0px 0px 61px -30px rgba(174,170,159,1);
box-shadow: inset 0px 0px 61px -30px rgba(174,170,159,1);
}

.m-team .owl-item:before {
	 content:"";
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	background:#eae8e1;
}

.m-team .owl-item:after {
	 content:"";
	position:absolute;
	top:0;
	left:-1px;
	width:1px;
	height:100%;
	background:#eae8e1;
}



.m-team .photo {
	
	


}



.m-team .meta {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

.m-team .meta .title {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}


.m-team .meta .position {
  height:100px;
}

.m-team .meta .position p {
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  font-size: 16px;
  margin: 10px 0;
}


.m-team .contacts {
	float:left;
	width:100%;
  border-left: 1px solid #aeaa9f;
	border-top: 1px solid #aeaa9f;
	border-right: 1px solid #aeaa9f;
	border-bottom: 1px solid #aeaa9f;
}

.m-team .contacts .left-col {
  width:90%;
	float:left;
}

.m-team .contacts .left-col .phone {
  display: block;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 4px 0 7px 37px;
	border-bottom: 1px solid #aeaa9f;
}

.m-team .contacts .left-col .phone:before {
  content:"";
	position:absolute;
	top:6px;
	left:10px;
	width:20px;
	height:20px;
	background-image: url("/wp-content/themes/consigliere/design/phone-icon.svg");
	background-size:cover;
}

.m-team .contacts .left-col .e-mail {
  display: block;
font-size: 16px;
text-decoration: none;
	position: relative;
  padding: 4px 0 7px 37px;
}

.m-team .contacts .left-col .e-mail:before {
  content:"";
	position:absolute;
	top:6px;
	left:10px;
	width:20px;
	height:20px;
	background-image: url("/wp-content/themes/consigliere/design/mail-icon.svg");
	background-size:cover;
}




.m-team .contacts .right-col {
  width:10%;
	float:left;
	border-left: 1px solid #aeaa9f;
	padding:0;
	
}

.m-team .contacts .right-col .fb-link {
	display: block;
    width:100%;
	height:64px;
	border-bottom: 0px solid #aeaa9f;
	position:relative;
}

.m-team .contacts .right-col .fb-link:before {
	content:"";
	width:28px;
	height:28px;
	background-image: url("/wp-content/themes/consigliere/design/fb-link-icon.svg");
	background-size:cover;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	margin-top:-15px;
}

.m-team .contacts .right-col .lk-link {
	display: block;
    width:100%;
	height:32px;
	position:relative;
}

.m-team .contacts .right-col .lk-link:before {
	content:"";
	width:28px;
	height:28px;
	background-image: url("/wp-content/themes/consigliere/design/lk-link-icon.svg");
	background-size:cover;
	position:absolute;
	top:2px;
	left:0;
	right:0;
	margin:0 auto;
}

.m-team .contacts .right-col .fb-link:hover, .m-team .contacts .right-col .lk-link:hover {
	background:#936f35;
	
}








.m-team .owl-carousel.owl-loaded {
    display: block;
    width:100%;
}



.m-team .owl-theme .owl-dots {
    text-align: center;
    display: none;
}


.m-team .owl-theme .owl-nav {
    
    right: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
	width:50px;
	
}

.m-team .owl-theme .owl-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  opacity: 1;
  outline: none;
  top: 40%;
  left: -40px;
  margin-top: -13px;
  border: 1px solid #936f35;
  border-radius: 3px;
}



.m-team .owl-theme .owl-next {
    width: 50px;
    height: 50px;
	background: #fff;
    outline: none;
    position: absolute;
    top: 40%;
right: -40px;
margin-top: -13px;
	border: 1px solid #936f35;
  border-radius: 3px;
}

.m-team .owl-theme .owl-prev:hover, .m-team .owl-theme .owl-next:hover {
  background: #f2ebdd;
}




.m-team .owl-theme .owl-next:before, .owl-theme .owl-prev:before {
    content: "";
    width: 12px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 17px;
}

.m-team .owl-theme .owl-prev:before {
    content: "";
    background: url(/wp-content/themes/consigliere/design/arrow.svg) no-repeat;background-size: cover;
	transform: rotateY(180deg);
}

.m-team .owl-theme .owl-next:before {
    content: "";
    background: url(/wp-content/themes/consigliere/design/arrow.svg) no-repeat;background-size: cover;
}



.spoiler-title{
	
	}
	
	
	
.spoiler-body{display:none;}
	
	.toggle-arrow-up {
		width: 30px;
height: 18px;
background: url(/wp-content/themes/consigliere/design/tb-arrow.svg) no-repeat;
  background-size: auto;
background-size: cover;
text-indent:-9999px;
		margin: 0 auto;
		cursor:pointer;
	}
	
.toggle-arrow-down {
		width: 30px;
height: 18px;
background: url(/wp-content/themes/consigliere/design/tb-arrow.svg) no-repeat;
  background-size: auto;
background-size: cover;
transform: rotateX(180deg);
		text-indent:-9999px;
	margin: 0 auto;
	cursor:pointer;
	}	
	
	.tb-title {
		position: relative;
overflow: hidden;
font-size: 38px;
text-align: center;
padding: 0px 0 20px 0;
font-family: 'Forum';
letter-spacing: 2px;
text-transform: uppercase;
color: #936f35;
	}





.team {
	width:100%;
	position: relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	
}




.team .item {
	width:33.333%;
	 padding:40px;
	position:relative;
	border-top:1px solid #eae8e1;
	border-bottom:1px solid #eae8e1;
	margin-top:-1px;
}


.team .item:hover {
	 -webkit-box-shadow: inset 0px 0px 61px -30px rgba(174,170,159,1);
-moz-box-shadow: inset 0px 0px 61px -30px rgba(174,170,159,1);
box-shadow: inset 0px 0px 61px -30px rgba(174,170,159,1);
}

.team .item:before {
	 content:"";
	position:absolute;
	top:0;
	right:-1px;
	width:1px;
	height:100%;
	background:#eae8e1;
}

.team .item:after {
	 content:"";
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	background:#eae8e1;
}



.team .photo {
	margin:0 auto;
}



.team .meta {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

.team .meta .title {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}


.team .meta .position {
  height:100px;
}

.team .meta .position p {
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  font-size: 16px;
  margin: 10px 0;
}


.team .contacts {
	float:left;
	width:100%;
  border-left: 1px solid #aeaa9f;
	border-top: 1px solid #aeaa9f;
	border-right: 1px solid #aeaa9f;
	border-bottom: 1px solid #aeaa9f;
}

.team .contacts .left-col {
  width:90%;
	float:left;
}

.team .contacts .left-col .phone {
  display: block;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 4px 0 7px 37px;
	border-bottom: 1px solid #aeaa9f;
}

.team .contacts .left-col .phone:before {
  content:"";
	position:absolute;
	top:6px;
	left:10px;
	width:20px;
	height:20px;
	background-image: url("/wp-content/themes/consigliere/design/phone-icon.svg");
	background-size:cover;
}

.team .contacts .left-col .e-mail {
  display: block;
font-size: 16px;
text-decoration: none;
	position: relative;
  padding: 4px 0 7px 37px;
}

.team .contacts .left-col .e-mail:before {
  content:"";
	position:absolute;
	top:6px;
	left:10px;
	width:20px;
	height:20px;
	background-image: url("/wp-content/themes/consigliere/design/mail-icon.svg");
	background-size:cover;
}




.team .contacts .right-col {
  width:10%;
	float:left;
	border-left: 1px solid #aeaa9f;
	padding:0;
	margin:0;
}

.team .contacts .right-col .fb-link {
	display: block;
    width:100%;
	height:32px;
	border-bottom: 1px solid #aeaa9f;
	position:relative;
}

.team .contacts .right-col .fb-link:before {
	content:"";
	width:28px;
	height:28px;
	background-image: url("/wp-content/themes/consigliere/design/fb-link-icon.svg");
	background-size:cover;
	position:absolute;
	top:2px;
	left:0;
	right:0;
	margin:0 auto;
}

.team .contacts .right-col .lk-link {
	display: block;
    width:100%;
	height:32px;
	position:relative;
}

.team .contacts .right-col .lk-link:before {
	content:"";
	width:28px;
	height:28px;
	background-image: url("/wp-content/themes/consigliere/design/lk-link-icon.svg");
	background-size:cover;
	position:absolute;
	top:2px;
	left:0;
	right:0;
	margin:0 auto;
}

.team .contacts .right-col .fb-link:hover, .m-team .contacts .right-col .lk-link:hover {
	background:#936f35;
}








.section {
   
}



.section_content {
    width: 100%;
	max-width:1300px;
	height:100%;
	margin:0 auto;
	text-align: center;
text-decoration: none;
color: #000;
font-size: 18px;
	 width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.section_wrap {
    position: absolute;
width: 1300px;
}














.section-title {
  position: relative;
overflow: hidden;
font-size: 38px;
text-align: center;
padding: 0px 0 20px 0;
	font-family: 'Forum';
	letter-spacing: 2px;
	text-transform:uppercase;
	color:#936f35;
}

.section-title:before, .section-title:after {
    content: "";
position: relative;
display: inline-block;
width: 50%;
height: 3px;
vertical-align: middle;
background: #936f35;
  background-clip: border-box;
background-clip: content-box;
border-bottom: 1px solid rgba(255,255,255,.5);
}
.section-title:before {
    left: -.5em;
margin: 0 0 0 -50%;
}


.section-title:after {
    left: .5em;
margin: 0 -50% 0 0;
}

















.contact {
	background:#1d1f22;
	
}
















.contact-page {
	
}

.contact-page .content {
	float:left;
	width:50%;
	padding: 0 40px 0 0;
}

.contact-page .map {
	float:left;
	width:50%;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:76.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-page .adress {
	display: block;
font-size: 16px;
text-decoration: none;
position: relative;
padding: 10px 0 10px 44px;
}

.contact-page .graphic {
	display: block;
font-size: 16px;
text-decoration: none;
position: relative;
padding: 10px 0 10px 44px;
}

.contact-page .phone {
	display: block;
font-size: 16px;
text-decoration: none;
position: relative;
padding: 10px 0 10px 44px;

}

.contact-page .e-mail {
	display: block;
font-size: 16px;
text-decoration: none;
position: relative;
padding: 10px 0 10px 44px;
}

.contact-page .e-mail:before, .contact-page .phone:before, .contact-page .graphic:before, .contact-page .adress:before {
	content: "";
position: absolute;
top: 6px;
left: 10px;
width: 30px;
height: 30px;
background-size: cover;
}

.contact-page .e-mail:before {
	background-image: url("/wp-content/themes/consigliere/design/mail-icon-g.svg");
	width: 23px;
height: 23px;
	left: 13px;
	top: 10px;
}

.contact-page .phone:before {
	background-image: url("/wp-content/themes/consigliere/design/phone-icon-g.svg");
	width: 23px;
height: 23px;
	left: 13px;
	top: 10px;
}

.contact-page .graphic:before {
	background-image: url("/wp-content/themes/consigliere/design/clock.svg");
}

.contact-page .adress:before {
	background-image: url("/wp-content/themes/consigliere/design/check.svg");
	top: 9px;
}

.contact-page .social {
	margin:20px 0 0 0;
}

.contact-page .social .contact-fb {
	text-indent: -9999px;
position: relative;
display: block;
width: 40px;
height: 40px;
}
.contact-page .social .contact-fb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/consigliere/design/fb-link-icon-g.svg");
  background-size: cover;
}

.contact-page .social .contact-fb:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/consigliere/design/fb-link-icon-g-invert.svg");
  background-size: cover;
}















.archive{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:0 0;
	overflow: visible;
}

.archive-item {
  width: 33.3%;
  position: relative;
  padding: 30px;
	margin-top:-1px;
  text-decoration: none;
  border-bottom: 1px solid #eae8e1;
	border-top: 1px solid #eae8e1;
}

.archive-item:before {
	content: "";
top: 0;
right: -1px;
position: absolute;
width: 1px;
height: 100%;
background-color: #eae8e1;
}

.archive-item:after {
	content: "";
top: 0;
left: 0px;
position: absolute;
width: 1px;
height: 100%;
background-color: #eae8e1;
}



.archive-item .thumbnail {
    background-size: 100% 100%;
    width: 100%;
    min-height: 200px;
	position: relative;
    background-size: cover;
    overflow: hidden;
    transition: 0.8s;
    background-position: center center;
}


.archive-item .meta {
    margin:10px 0 0 0;
}





.archive-item .date {
    color: #aeaa9f;
	font-size: 12px;
}


.archive-item .title {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    text-align-last: left;
    text-decoration: none;
	line-height:1.3;
	margin:8px 0 0 0;
	display: block;
}










.archive-item .post-title {
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    text-align-last: left;
}




.pagination {
	overflow:hidden;
	margin: 40px auto;
display: flex;
justify-content: center;
}

.pagination .page-numbers {
	border: 1px solid #eae8e1;
width: 30px;
display: block;
float: left;
text-align: center;
padding: 3px 0 5px 0;
border-radius: 3px;
	margin: 0 3px;
}

.pagination .current {
	background:#936f35;
	color:#fff;
}




























.our_services {
	display: flex;
justify-content: center;
	flex-wrap: wrap;

	
}

.our_services .item {
	width:33.3%;
	padding: 20px 40px 40px;
	position:relative;
	border-top: 1px solid #eae8e1;
	border-bottom: 1px solid #eae8e1;
	margin-top: -1px;
}

.our_services .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #eae8e1;
}

.our_services .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #eae8e1;
}

.our_services .item .thumbnail {
  width: 100px;
  height: 100px;
  background-size: cover;
  margin: 0 auto 0px auto;
}

.our_services .item .title {
	font-size:20px;
	font-weight:700;
	text-align:center;
}

.our_services .item .content {
	text-align:justify;
	font-size:14px;
}























.contact-form {
	
}

.contact-form .contact-form-wrapper {
	max-width:900px;
	margin:0 auto;
}

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



.contact-form .cf-block {
	width:100%;
	/*background-image: url("/wp-content/themes/consigliere/design/background29.png");*/
	background: #fffaf3;
	padding:40px;
	overflow:hidden;
	border-radius:6px;
	margin:15px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(115,97,84,0.25);
-moz-box-shadow: inset 0px 0px 3px 0px rgba(115,97,84,0.25);
box-shadow: inset 0px 0px 3px 0px rgba(115,97,84,0.25);
	
}

.contact-form .left-side {
	width:50%;
	float:left;
	padding:0 20px 0 0;
}

.contact-form .right-side {
	width:50%;
	float:left;
	padding:0 0 0 20px;
}

.contact-form .phone {
	
}

.contact-form .mail {
	
}



.contact-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
	border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    margin: 5px 0 10px 0;
}

.contact-form input[type="submit" i] {
    margin: 0 auto;
	margin-top: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
	background:#936f35;
  border: 1px solid #936f35;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transform: skewX(0deg);
  position: relative;
  display: block;
  width: 220px;
	font-family: 'Merriweather';
	cursor:pointer;
}

.contact-form input[type="submit" i]:hover {
    border: 1px solid #fff;
}

.contact-form input[type="submit" i]:active {
    color: #fff;
        background: #BF0000;
}






















.more {
  margin: 0 auto;
	margin-top: 20px;
  color: #936f35;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #936f35;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transform: skewX(0deg);
  position: relative;
  display: block;
  width: 200px;
}

.more:hover {
    color: #fff!important;


}

.more:before {
    display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #fff;
  background: #936f35;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}

.more:hover:before {
    left: 0%;
  right: auto;
  width: 100%;
}





.fourth_slide {
	background: #8593a4;
}

.fourth_slide .section_content .section-title {
  color: #fff;
}



#news {
	display: flex;
	justify-content: space-around;
}

#news .item {
	width:30%;
	text-align: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius:6px;
}

#news .item:hover {
	-webkit-box-shadow: 0px 19px 21px -21px rgba(174,170,159,1);
-moz-box-shadow: 0px 19px 21px -21px rgba(174,170,159,1);
box-shadow: 0px 19px 21px -21px rgba(174,170,159,1);
}

#news .item .meta {
	position:relative;
	padding: 20px;
}


#news .item .thumbnail {
	
	width:100%;
	height:200px;
	overflow:hidden;
}

#news .item .thumbnail img {
	
	width:100%;
	height:200px;
	object-fit:cover;
}


#news .item .date {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  font-weight: 300;
	color:#aeaa9f;
}

#news .item .title {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  font-weight: 700;
margin: 10px 0;
}




#news .item .read {
position: absolute;
bottom: 0;
padding: 20px;
text-decoration: none;
border-top: 2px solid #edf3fa;
width: 100%;
}

#news .item:hover .read {
background: #edf3fa;
	
}



.wp-block-rss {
	display: flex;
	justify-content: space-around;
}


.wp-block-rss .wp-block-rss__item {
	width:20%;
	padding:10px;
}
 
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title a {
	text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  font-weight: 700;
margin: 0 0 5px 0;
}

.wp-block-rss .wp-block-rss__item .wp-block-rss__item-publish-date {
	text-decoration: none;
  font-size: 14px;
  display: block;
  font-weight: 300;
	color:#aeaa9f;
}



















.lowyer {
	position:relative;
	border-radius: 6px;
}

.lowyer-content {
	position: relative;
overflow: hidden;
border-bottom: 1px solid #aeaa9f;
padding: 0 0 40px 0;
margin: 0 0 40px 0;
}

.lowyer .left-column {
	width:40%;
	float:left;
	padding: 0 20px 0 0;
}

.lowyer .photo {
	margin:0 0 20px 0;
}

.lowyer .phone, .lowyer .e-mail, .lowyer .fb-link, .lowyer .lk-link {
	display:block;
	border-bottom: 1px solid #aeaa9f;
	padding:5px 0 5px 35px;
	margin:0 0 10px 0;
	text-decoration:none;
}

.lowyer .e-mail {
	
}



.lowyer .lowyer-header {
  width: 60%;
  float: right;
	padding:0 0 0 20px;
}



.lowyer .right-column {
  width: 60%;
  float: right;
	padding:0 0 0 20px;
}


.lowyer .title {
	font-size:36px;
	font-weight:700;
	margin:20px 0;
}



.lowyer .byography {
  
  
}


.lowyer .contacts {
  
  
}

.lowyer .contacts .contacts-title{
  font-weight:700;
	margin:10px 0;
  display: block;
}

.lowyer .contacts .block {
  border: 1px solid #aeaa9f;
  overflow:hidden;
}

.lowyer .contacts .phone {
	width: 100%;
  float:left;
	font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 37px;
  border-bottom: 1px solid #aeaa9f;
	margin:0;
}

.lowyer .contacts .phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/consigliere/design/phone-icon.svg");
  background-size: cover;
}

.lowyer .contacts .e-mail {
	width: 100%;
  float:left;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 37px;
	margin:0;
}

.lowyer .contacts .e-mail::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/consigliere/design/mail-icon.svg");
  background-size: cover;
}

.lowyer .contacts .fb-link {
	width: 100%;
  float:left;
  
  position: relative;
	margin:0;
	padding:10px 10px 10px 37px;
	border:none;
	border-right: 0px solid #aeaa9f;
}

.lowyer .contacts .fb-link::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/themes/consigliere/design/fb-link-icon.svg");
  background-size: cover;
  position: absolute;
  top: 6px;
left: 5px;
}

.lowyer .contacts .lk-link {
	width: 50%;
  float:left;
  position: relative;
	margin:0;
	padding:10px 10px 10px 37px;
	border:none;
}

.lowyer .contacts .lk-link::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/themes/consigliere/design/lk-link-icon.svg");
  background-size: cover;
  position: absolute;
  top: 6px;
left: 5px;
}










.tabs {
    max-width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
    }

    .tabs>input[type="radio"] {
      display: none;
    }

    .tabs>input[type="radio"]:checked+label {
       color: #936f35;
position: relative;
border-bottom: 1px solid #936f35;
}
	
	
	.tabs>input[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 18px;
		height:11px;
    margin: 0 auto;
    bottom: -11px;
    background-image: url("/wp-content/themes/consigliere/design/tab-arrow.svg");
background-size: cover;
}
	
	

    .tabs>div {
      /* скрыть контент по умолчанию */
      display: none;
      padding: 10px 0px;
		float: left;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block; 
		width: 100%;
    }

    .tabs>label {
    width: 50%;
    /* display: inline-block; */
    FLOAT: LEFT;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #fff;
    border: 0px solid transparent;
    padding: 10px 0px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    /* margin-left: 6px; */
    cursor: pointer;
    /* margin-bottom: 10px; */
}

    .tabs>label:first-of-type {
      margin-left: 0;
    }










.single-post {
	background:#fff;
	border-radius:6px;
	overflow:hidden;
}

.main-col {
	width:70%;
	float:left;
	padding: 0 40px 0 0;
	border-right: 1px solid #aeaa9f;
}

.right-col {
  width: 30%;
  float: right;
  padding: 0 0 0 40px;
}

.breadcrumbs {
	font-size:12px;
	color:#aeaa9f;
	font-style:italic;
}










.related-posts {
	
}

.related-posts .block-title {
	font-weight: 700;
font-size: 18px;
	border-bottom: 1px solid #aeaa9f;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.related-posts .list {
	margin:0 0 20px 0;
}

.related-posts .list .date {
	text-decoration: none;
font-size: 14px;
line-height: 1.2;
display: block;
font-weight: 300;
color: #aeaa9f;
	margin:0 0 5px 0;
}

.related-posts .list .title {
	text-decoration: none;
font-size: 18px;
line-height: 1.2;
display: block;
font-weight: 700;
}



















.service_image {
	width: 100%;
height: 300px;
margin: 0 auto;
  margin-bottom: 0px;
margin-bottom: 30px;
position: relative;
background-attachment: fixed;
display: flex;
align-items: center;
justify-content: center;
filter: grayscale(1);
background-size: cover;
overflow: hidden;
	position:relative;
}

.service_image:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image: url("/wp-content/themes/consigliere/design/as.png");
}


.service-title {
  color: #fff;
  z-index: 10;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Romul';
  margin: 0;
	text-shadow:0px 2px 3px #000000;
	position:relative;
	padding: 15px 0;
	width: 90%;
max-width: 1320px;
text-align: center;
}

.service-title:before {
  content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:150px;
	height:2px;
	background:#fff;
	-moz-box-shadow:0px 2px 2px #000000;
-webkit-box-shadow:0px 2px 2px #000000;
box-shadow:0px 2px 2px #000000;
}

.service-title:after {
  content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:150px;
	height:2px;
	background:#fff;
	-moz-box-shadow:0px 2px 2px #000000;
-webkit-box-shadow:0px 2px 2px #000000;
box-shadow:0px 2px 2px #000000;
}

.related-services {
	
}

.rs-block-title {
	font-weight:700;
	font-size:18px;
	
}

.related-services .item {
	width:100%;
	margin:10px 0;
	padding: 10px 0;
	display: flex;
align-items: center;
justify-content: left;
	border-bottom:1px solid #eae8e1;
	text-decoration:none;
}

.related-services .item:last-child {
	border-bottom:none;
}

.related-services .thumbnail {
	width: 50px;
height: 50px;
background-size: cover;
margin: 0 10px 0 0;
}

.related-services .title {
	text-decoration:none;
}


















.footer {
	background:#05090e;
	color:#aeaa9f;
	overflow: hidden;
	font-size:14px;
}

.footer a {
	color:#aeaa9f;
}

.footer .row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.footer .col-1 {
	width:10%;
}

.footer .col-2 {
	width:20%;
}

.footer .col-3 {
	width:20%;
}

.footer .col-4 {
	width:10%;
}

.footer .footer-logo {
	width:80px;
	display:block;
	margin:auto;
}

.footer .adress {
	position:relative;
	padding:0 0 0 32px;
	margin: 0 0 20px 0;
}

.footer .adress:before {
	content:'';
	position:absolute;
	top: 0;
	left:0;
	width:25px;
	height:25px;
	background-image: url("/wp-content/themes/consigliere/design/check.svg");
	background-size:cover;
}

.footer .graphic {
	position:relative;
	padding:0 0 0 32px;
}

.footer .graphic:before {
	content:'';
	position:absolute;
	top: -4px;
	left:0;
	width:25px;
	height:25px;
	background-image: url("/wp-content/themes/consigliere/design/clock.svg");
	background-size:cover;
}

.footer .phone {
	position:relative;
	display: block;
	padding:0 0 0 32px;
	margin: 0 0 20px 0;
}

.footer .phone:before {
	content:'';
	position:absolute;
	top: 0;
	left:0;
	width:22px;
	height:22px;
	background-image: url("/wp-content/themes/consigliere/design/phone-icon-g.svg");
	background-size:cover;
}

.footer .e-mail {
	position:relative;
	padding:0 0 0 32px;
	display: block;
}

.footer .e-mail:before {
	content:'';
	position:absolute;
	top: 0;
	left:0;
	width:22px;
	height:22px;
	background-image: url("/wp-content/themes/consigliere/design/mail-icon-g.svg");
	background-size:cover;
}

.footer .contact-fb {
	text-indent: -9999px;
position: relative;
display: block;
width: 40px;
height: 40px;
}

.footer .contact-fb:before {
	content:'';
	position:absolute;
	top: 0;
	left:0;
	width:40px;
	height:40px;
	background-image: url("/wp-content/themes/consigliere/design/fb-link-icon-g.svg");
	background-size:cover;
}





@media screen and (max-width: 1200px) {
	
	
.header-home .branding {
  width: 90%;
  max-width: 1320px;
  padding: 20px 0px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}	
	
	
.branding .navigation {
  display: none;
}
.header-home .go, .header .go {
  display: block;
}
	
	
	.header-home .branding .left-block {
  order: 2;
}
	
	.header-home .branding .middle-block {
  order: 1;
}
	
.header-home .branding .right-block {
  order: 3;
  width: 27px;
}	
	
	.header-home .go-contact_form, .header-home .go-contact_form:hover {
		text-indent:-9999px;
		border:none;
		position:relative;
		width: 26px;
height: 26px;
float: right;
	}
	
	.header-home .go-contact_form:hover {
	border:none;
	background:transparent;
}
	
	
	.header-home .go-contact_form::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
 width: 26px;
height: 26px;
  background-size: cover;
  background-image: url("/wp-content/themes/consigliere/design/consult.svg");
}
	
	.header .branding .left-block {
  width: 100%;
}
	.header .branding .middle-block {
  width: 27px;
}
	.header .branding .right-block {
  width: 27px;
}
	
	
	.header .go-contact_form, .header .go-contact_form:hover {
		text-indent:-9999px;
		border:none;
		position:relative;
		width: 26px;
height: 26px;
float: right;
	}
	
	.header .go-contact_form:hover {
	border:none;
	background:transparent;
}
	
	
	.header .go-contact_form::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
 width: 26px;
height: 26px;
  background-size: cover;
  background-image: url("/wp-content/themes/consigliere/design/consult.svg");
}
	
	
}





@media screen and (max-width: 1100px) {

.section-title, .page .page-title, .lowyer .title {
  font-size: 30px;
}

	
	.lowyer .contacts .lk-link {
  width: 100%;
  border: none;
}
	
	.m-team .meta .title {
  font-size: 20px;
}
	
	
	.m-team .contacts .left-col {
  width: 100%;
		border-bottom: 1px solid #aeaa9f;
}
	
	.m-team .contacts .right-col {
  width: 100%;
  border-left: none;
		margin:0;
}
	
	.m-team .contacts .right-col .fb-link {
  display: inline-block;
  width: 100%;
  height: 32px;
  border-bottom: none;
		border-right:none;
  position: relative;
		float: left;
}
	
	
	
	.m-team .contacts .right-col .lk-link {
  width: 50%;
		float: left;
}
	
	.team .item {
  width: 50%;
}
	
}

@media screen and (max-width: 1000px) {
.top-content {
  display:none;
}
}


@media screen and (max-width: 900px) {

	
	body {
		font-size:14px;
	}
	
	
	#news {
  display: block;
}
	
	#news .item {
  width: 100%;
  margin:0 0 20px 0;
}
	
	#news .item .thumbnail, #news .item .thumbnail img {
  width: 200px;
  height: 150px;
	float: left;	
		margin:0 20px 0 0;
}
	
	#news .item .title {
  font-size: 16px;
}
.our_services .item {
  width: 100%;
}
	
	
	.service-title {
  font-size: 30px;
}
	
	
	
	
	.main-col {
  width: 100%;
  padding: 0 0px 0 0;
		border:none;
}
	.right-col {
  width: 100%;
  float: right;
  padding: 0 0 0 0px;
  border-left: none;
	margin: 40px 0 0 0;	
}
	.contact-page .content {
  width: 100%;
  padding: 0 0px 0 0;
		margin: 0 0 40px 0;
}
	.contact-page .map {
  width: 100%;
}
	
	.team .item {
  width: 100%;
	padding: 0;	
}
	
	
	.team .photo {
  width: 40%;
  float: left;
		border-right: 1px solid #eae8e1;
}
	
	.team .photo img {
  padding: 20px;
}
	
	.team .wrap {
		 width: 60%;
  padding: 20px;
		overflow: hidden;
}
	
	.team .meta {
 margin: 0px 0;
  float: left;
}
	
	.team .meta .position {
  height: auto;
}
	
	.team .meta .position p {
  font-size: 14px;
}
	
	.team .contacts {
  float: left;
}
	
	
	.m-team .owl-theme .owl-prev {
  left: -15px;
}
	
		.m-team .owl-theme .owl-next {
  right: -15px;
}
	
	.archive-item {
  width: 100%;
}
	.archive-item .thumbnail {
  width: 200px;
  min-height: 150px;
  float: left;
  margin: 0 20px 0 0;
}
	.archive-item .title {
  font-size: 18px;
}
	.archive-item .meta {
  margin: 0px 0 0 0;
}
}










@media screen and (max-width: 700px) {
.wp-block-rss {
	display: block;
}


.wp-block-rss .wp-block-rss__item {
	width:100%;
	padding:0;
	margin:0 0 20px 0;
}
}









@media screen and (max-width: 700px) {
	
	h1 {
  font-size: 22px;
}
	
	
	
	
	
	.header .branding .middle-block, .header .branding .right-block {
  float:right;
		width:30px;
}

.navigation {
  display: none;
}
.header .go {
  width: 27px;
  height: 18px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
}
	
	
	#modal_contact_form {
  width: 90%;
  max-height: 520px;
  overflow: scroll;
}
	#modal_close_contact_form {
  top: 10px;
  right: 10px;
}
	
	
	.team .item {
  width: 100%;
  padding: 40px;
}
	.team .photo {
  width: 100%;
  border-right: none;
}
	.team .wrap {
  width: 100%;
  padding: 0;
}
	.team .meta .position {
   margin: 0 0 20px 0;
}
	
	
	.footer .col-1, .footer .col-2,.footer .col-3, .footer .col-4 {
  width: 100%;
		margin:0 0 20px 0;
}
	.footer .adress, .footer .graphic, .footer .phone, .footer .e-mail {
  padding: 30px 0 0 0px;
  margin: 0 0 20px 0;
  text-align: center;
}
	.footer .adress::before, .footer .graphic::before, .footer .phone:before, .footer .e-mail::before {
  left: 0;
  right: 0;
  margin: auto;
}
	.footer .contact-fb {
  margin: auto;
}
	
}









@media screen and (max-width: 600px) {

	.contact-form .left-side {
  width: 100%;
  padding: 0 0px 0 0;
}
	.contact-form .right-side {
  width: 100%;
  padding: 0 0px 0 0;
}
	
	.lowyer-content {
  display: flex;
		flex-wrap:wrap;
}
	.lowyer-content .left-column {
		width:100%;
		padding:0;
  order:2;
}
	.lowyer-content .lowyer-header {
  order:1;
		width:100%;
		padding:0;
}
	.lowyer-content .right-column {
  order:3;
		width:100%;
		padding:0;
		margin: 20px 0 0 0;
}
	.section-title::before, .section-title::after {
  content: none;
}
	
	.m-team .meta .title {
  font-size: 24px;
}
	
	.m-team .meta .position p {
  font-size: 14px;
}
	
	.contact-form .cf-block {
  padding: 20px;
}
	.page {
  margin: 30px auto 30px auto;
}
	
	.archive-item {
  padding: 20px;
}
	
	.archive-item .thumbnail {
  width: 100%;
  min-height: 200px;
  margin: 0 0 10px 0;
}
	
	.m-team .owl-item::before {
  content: none;
}
	.m-team .meta .position {
  height: auto;
  margin: 0 0 20px 0;
}
}


@media screen and (max-width: 500px) {
	
	
	
.header-home .custom-logo {
  width: 100px;
}
	
	
	
	.page {
  padding:25px;
}
	.our_services .item {
  padding: 20px 20px 20px;
}

	#news .item .thumbnail, #news .item .thumbnail img {
  display:none;
}
	
	.team .item {
  padding: 20px;
}
	
	.team .contacts .left-col {
  width: 100%;
  float: left;
}
	.team .contacts .left-col .e-mail {
  border-bottom: 1px solid #aeaa9f;
}
	.team .contacts .right-col {
  width: 100%;
		border-left: none;
}
	.team .contacts .right-col .fb-link {
  width: 100%;
  border-right: 0px solid #aeaa9f;
		float: left;
		border-bottom: none;

}
	.team .contacts .right-col .lk-link {
   width: 50%;float: left;
}
	
	
	.wrapper {
  margin: 30px auto 30px auto;
}
	
}



@media screen and (max-width: 400px) {

.custom-logo-link {
  width: 240px;
}
	.branding .right-block {
  margin: 0 0 0 10px;
}
.go, .go:before {
  width: 24px;
  height: 16px;
}
	
	.header .go {
  margin: 0 0px 0 0;
}
	
}


@media screen and (max-width: 360px) {

.custom-logo-link {
  width: 220px;
}
	
}




