/* Дополнение к шаблону igrkiv.ru
********************************************
*/


.bordertop .col-sm-6 {
	border-top:1px solid #ddd;
}

.td-flex {
display: flex;
align-items: center;
padding:10px;
}
.table-flex .td-flex img {
	margin-right:15px;
	width:48px;
	height:48px;
}
.table-flex {
    padding-left: 15px;
    padding-right: 15px;	
}

ul.ul-flex {
    list-style-type: none;
}
ul.ul-flex li{
list-style-type: none;
display: flex;
align-items: center;
margin-bottom:10px;
line-height:1;
min-height:50px;
}
.ul-blue li {
	background: url(/images/box1.png) left center no-repeat;
	padding:10px 0;
	padding-left: 70px;	
}
.ul-red li {
	background: url(/images/box2.png) left center no-repeat;
	padding:10px 0;
	padding-left: 70px;	
}

.bg-warning {
  background-color: #F8F1E0;
  border-color: #E2DCCE; 
  border-style: solid; 
  padding: 5px;
  color: #524627;
}

#Mod90 a {font-family: "Montserrat", sans-serif;}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    text-transform: none;
}
.navbar-default .navbar-nav > li a .mega-caption {
    text-transform: none;
}
.bt-cs .bt-inner .bt-title {
    color: #354a6b!important;
}

.people_choose_us .choose_category .text_holder {
    padding-left: 45px;
}

.feature-items {
  display:flex;
  flex-flow: row wrap;
}
.feature-item {
width: 33.33%;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.feature-img {
  flex: none;
  margin-right:15px;
  align-items:center;
}

/*** Аудит ***/

.btn-red {
display:inline-block;
color:#fff;
padding: 12px 16px;
background: #BE2037;
border: 3px solid #BE2037;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
transition:0.3s;
}
.btn-red:hover {
color:#BE2037;
background: #fff;
border: 3px solid #FFFFFF;
}
.btn-white-o {
display:inline-block;
color:#fff;
padding: 12px 16px;
border: 3px solid #FFFFFF;
background: transparent;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
transition:0.3s;
}
.btn-white-o:hover {
color:#BE2037;
background: #fff;
}

h2.audit-title {
font-family: Alegreya;
font-size: 31px;
line-height: 41px;
text-align: center;
color: #354A6B;	
margin-bottom: 50px;
}
.audit-item {
text-align:center;
margin-bottom:30px;
height:100%;
width:300px;
max-width:100%;
margin:0 auto;
box-shadow: 0px 4px 8px #D3DCEB;
margin-bottom: 30px;
}
.audit-item-top {
background: #fff;
color:#233147;
padding:15px;
}
.audit-item-title {
font-family: Alegreya;
/* font-weight: bold; */
font-size: 22px;
line-height: 28px;
display: flex;
align-items: center;
justify-content:center;
text-align: center;
height:50px;
}
.audit-item-top hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #617E92;
}
.audit-item-price {
font-family: Alegreya;
font-size: 22px;
line-height: 24px;
padding:15px 0;
}
.audit-item-time {
font-family: Montserrat;
font-size: 12px;
line-height: 18px;
opacity: 0.6;
}
.audit-item-bottom {
padding:15px 15px 30px 15px;
font-family: Montserrat;
font-size: 14px;
line-height: 18px;
}
.audit-item-descr {
	height:125px;
	overflow:hidden;
	margin-bottom:20px;
}
.jb-bottom-1, .audit-services  {
	padding:50px 0;
background: #F1F7FF;
}
.audit-services  {
margin-bottom:50px;
}
.audit-service-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.audit-service {
text-align:center;
margin-bottom:30px;
height:100%;
width:300px;
max-width:100%;
margin:0 auto;
margin-bottom: 30px;
}
.audit-service img{
text-align:center;
margin:0 auto;
}
.audit-service-descr {
font-family: Alegreya;
font-weight: bold;
font-size: 18px;
line-height: 24px;
color: #000000;
	height:75px;
}

/******** media *********/
@media (max-width: 992px){
body {
	padding-top:50px;
}
.t3-mainnav {
	position:fixed;
	top:0;
	width:100%;
}

#pwebcontact178_toggler {
background:rgba(238, 95, 91, 0.4);
transition:0.3s;
}
#pwebcontact178_toggler:hover {
background:rgba(238, 95, 91, 1);
}

.msfo-in-russia ul {
	margin-left:15px;
}

}

@media (min-width: 1200px){
.section_bg .testimonial .slider_container {
    top: 20px;
}
.people_choose_us {
    padding-top: 35px;
}
}

.t3-off-canvas .t3-off-canvas-header {
  background: #eeeeee;
  color: #000000;
  padding: 0 0 0 12px;
  height: 35px;
  display: none;
}

body {
  color: #000000;
  font-family: serif;
  font-size: 14px;
}

@media (max-width: 600px){
.feature-item {
width: 100%;

}
 )