/* Обычный */

@font-face {

	font-family: 'Merriweather'; 

	src: url(fonts/Merriweather.ttf); 

}

/* Жирный */

@font-face {

	font-family: 'FontName bold'; 

	src: url(/fonts/font-bold.ttf); 

}
/* ================== */

/* Обычный */
@font-face {

	font-family: 'GothamPro'; 

	src: url(fonts/GothamPro.ttf); 

}

/* Жирный */

@font-face {

	font-family: 'FontName bold'; 

	src: url(/fonts/font-bold.ttf); 

}

body{font-family: Merriweather!important;}
h1,h2,h3,h4,h5,li,a{font-family: GothamPro!important;}


#user-ext {
display:flex;
flex-direction: column;
text-align:center;
align-items:center;
flex-wrap:wrap;
justify-content: space-around;
}


#user-ext>*{margin: 5px;width: 240px}

.logo_retina.bvi-img{display: none!important;}

#header{background: #fff!important}
#cmsmasters_column_gdu77ck99r .cmsmasters_column_inner{display:flex;flex-wrap:wrap;justify-content:center}
#cmsmasters_column_gdu77ck99r .button_wrap{margin: 5px}
#cmsmasters_column_gdu77ck99r .button_wrap a{min-width:220px}

@media (min-width:600px)
{
  #user-ext {
 flex-direction: row;
 
 align-items:center;
		
 
}
  .featured_block_text{min-height: 130px}
	.project_outer{min-height: 350px}
	.cmsmasters_slider_project_outer{min-height: 430px}
  
#user-ext>*
  {
    margin: 0;
    width: inherit;
  }
}
