
img.logo {
	width: 200px;
	height: auto;
}

/* Слйдер */
.home .carousel .item img {
	width: 100%;
	height: auto;
  }
  .home .carousel-caption h3.second_heading {
	color: #ffcb0f;
	margin-bottom: 35px;
	font-size: 5em;
	font-weight: 600;
	text-transform:uppercase;
  }
  .fc-w {
	color: #fff;
  }
  .fc-y {
	color: #ffcb0f;
  }
.fs-3 {
	font-size: 3em;
}
.fs-12{
font-size: 1.2em;
}
.fw-bold{
	font-weight: 600;
}
.nobullet {
	list-style-type: none;
  }

  d-flex {
	display: flex;
  }



/* Блок About */
  .about_content > p {
	line-height: 24px;
  }
  img.img-captcha {
	width: auto;
  }

  /* FORMS */
input.error {
	border: 1px solid red;
}

input.valid {
	border: 1px solid green;
}

/* /FORMS */

/* Portfolio */
#filters > button.is-checked {
	background-color: #fff;
}
#filters > button.is-checked:hover {
	color: #ffcb0f;
  }