/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

#leavecomm {
  display: none;
}


/* #8466 */
/*Баннер Вам решать на главной странице*/
.uk-panel.mbudget-front {
    background-color: #eeeeee;
    padding: 14px 0px 30px;
  	margin-top: -25px;
}

.button-mbudget-front {
    background-color: #00D596;
    color: #ffffff;
}

.button-mbudget-front:hover, .button-mbudget-front:focus {
    background-color: #0bc38d;
    color: #ffffff;  
}

div.card-header {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participate {
	margin: 15px auto;
}

.participate a:hover {
	text-decoration: none;
}

.participate img,
.services-wrap img {
	transition: all 0.14s ease-in-out 0s;
}

.participate a:hover > img,
.services-wrap .uk-panel:hover img{
	transform: scale(1.05);
}

.participate h3 {
	color: #010000;
    max-width: 240px;
    margin: 0 auto 20px;
}

/*Проекты Вам решать*/
div.your-decision-header span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #01c0f6;
  text-transform: uppercase;
  display: inline-flex;
  line-height: 52px;
  flex-flow: column;
  margin-left: 8px;
}

div.your-decision-header span span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #7d7d7d;
  text-transform: initial;  
}

.your-decision-header img {
   margin-right: 10px;
}
/**/
/*Отступ иконки Инстаграм в шапке*/
 #mf-header-social-links .instagram_header {
    margin-left:5px;
}
@media (max-width: 480px){
  #mf-header-social-links .instagram_header {
    margin-left:0px;
}
}
/*Отступ иконки Инстаграм в шапке*/
/* slider */
#mf-block-banners .uk-slideset > li > a > img {
  width: 270px;
  height: 270px;
  object-fit: contain;
}
#mf-block-banners .uk-dotnav > li > a {
  border: none;
  padding: 0;
}