html{
  overflow-y: scroll;  
}

body{
                              background:#f2f6f9;
}

body,h1,h2,h3,h4,h5,h6,a{
 font-family: 'Ubuntu', sans-serif; 
   #font-family: "Oswald", sans-serif;
  
  #font-family: 'Gotham Pro';  
}

.marginT5{
  margin-top:5px;
}

.marginT10{
  margin-top:10px;
}

.marginB10{
  margin-bottom:10px;
}

.marginB25{
  margin-bottom:25px;
}

.borderB1{
  border-bottom:1px solid #0076bc;  
}

.borderB2{
  border-bottom:2px solid #feba00;  
}

.colorL{
  color:#0076bc !important;
}

.backgroundL{
  padding-top:40px;
  background:#f6f6f6;
  padding-bottom:40px;  
}

.buttonL{
  background:#0076bc;
  color:#fff;
  padding:5px 10px 5px 10px;
  text-align:center;               
  cursor:pointer;
}

.buttonL:hover{
  background:#006cac;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
	 margin:-.2px;
}

/* modal  */

input[name="name_modal"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

input[name="phone_modal"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

.submit_modal{
  padding:10px;
  background:#0076bc;
  font-size:20px;
  color:#fff; 
  margin-bottom:10px;
  width:100%;
  border:none;
}

/* modal end */

/* breads */

ul.breads{
	list-style:none;
	-webkit-padding-start: 0;
	margin-left:0 !important; 
}

ul.breads li{
	float:left;
	padding-left:4px;    
  font-weight: bold;
}

ul.breads li:first-child{
	padding-left:0!important;
}

ul.breads li:after{
	content: "..."; 
  font-size: 14px;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 2px;  
}

ul.breads li:last-child:after{
	content: "";
}

ul.breads li a{
	color:#000;
	font-size:13px;
	border-bottom:1px dashed #000;
}

/* breads */

.content-params{

}

.content-params img{
    display: block;
    height: auto;
    max-width: 100%;
}

/* inner blocks */

.inner-pages-block{
  height:300px;
}

.inner-pages-block .inner-pages-block-img{
  height:220px;
}

.inner-pages-block .inner-pages-block-text{
    background: #0076bc;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 8px;       
    min-height:72px;
}

/* inner blocks */


.on-hover-shadow{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.on-hover-shadow:hover {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow:0 0 10px #000; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.go-top {
  position: fixed; /* фиксированное позиционирование */
  right: 75px; /* отступ слева 20px */
  bottom: 35px; /* выравниваем по центру */
  cursor: pointer; /* при наведении меняем курсор */
  display: none; /* по умолчанию скрываем кнопку */
  opacity:0.5;  
}

.go-top:hover {
  opacity:1;
}

.go-top--show {
  display: block;
}


.modal2 {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal2:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

/* pages */

.pages{
	border:1px solid #36464e;
	padding:5px 11px 5px 11px;
	#float:left;
	margin-right:4px;
	color:#36464e;
}

.pages:hover{
	border:1px solid #36464e;
	padding:5px 11px 5px 11px;
	#float:left;
	margin-right:4px;
	color:#fff;
	background:#36464e;
}

.pages2{
	border:1px solid #36464e;
	padding:5px 11px 5px 11px;
	#float:left;
	margin-right:4px;
	color:#fff;
	background:#36464e;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header{
  font-size:18px;
  font-weight:bold;
  text-align:center;
}

.body-two{
  font-size:18px;
  font-weight:bold;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: inherit;
    border-left: 6px solid #ff6400;
    font-style:italic;
    font-weight:700;    
}