@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
.flex-container-styles {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.header {
  padding: 20px;
}
.header > div img {
  width: 100%;
}
.header__contact div {
  padding: 10px 0;
}
.header__contact div img {
  width: 50px;
}
.header__contact div span {
  font-size: 1.6rem;
}
.header__info p {
  font-size: 1.6rem;
  line-height: 45px;
}
.navigation {
  background: #e0cf6d;
  color: black;
}
.navigation .navbar-nav li {
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.navigation .navbar-nav li:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  background: white;
  transition: 0.45s;
}
.navigation .navbar-nav li:hover:before {
  transform: scaleX(0.8);
}
.navigation .navbar-nav li:last-child {
  border-right: none;
}
.navigation .navbar-nav li a {
  color: white !important;
  font-weight: 400;
}
.slider {
  min-height: 300px;
  padding: 0!important;
}
.slider #carousel {
  min-height: 300px;
  width: 100%;
  padding: 0;
}
.slider #carousel .carousel-control-next,
.slider #carousel .carousel-control-prev {
  width: 100px!important;
}
.slider #carousel .carousel-control-next-icon,
.slider #carousel .carousel-control-prev-icon {
  width: 30px!important;
  height: 30px!important;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  margin-left: 25px;
}
.breadcrumbs a {
  color: #e0cf6d;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #e0cf6d;
}
.breadcrumbs__active {
  position: relative;
  margin-right: 35px;
  font-weight: bold;
}
.breadcrumbs__active:before,
.breadcrumbs__active:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #e0cf6d;
  top: 50%;
}
.breadcrumbs__active:before {
  right: -30px;
  transform: translateX(-6px) translateY(2px) rotate(-45deg);
}
.breadcrumbs__active:after {
  transform: translateX(-6px) translateY(-2px) rotate(45deg);
  right: -30px;
}
.catalog h1 {
  line-height: 32px;
  margin: 40px 0 20px 0;
  font-weight: 500;
  text-transform: uppercase;
}
.catalog .goods {
  background: #ffffff;
  color: black;
  margin: 0 25px;
  width: 300px;
  height: 300px;
  font-size: 1.15rem;
  background: #e0cf6d;
  margin-bottom: 45px;
}
.catalog .goods a {
  text-decoration: none !important;
  color: black !important;
}
.catalog .goods__container:hover img {
  transform: scale(1);
}
.catalog .goods__container img {
  border: 1px solid #e0cf6d;
  width: 300px;
  height: 200px;
  transform: scale(0.85);
  transition: 0.5s;
}
.catalog .goods__container div {
  text-transform: uppercase;
  min-height: 65px;
  color: #fff;
}
.advantages {
  background: url(../img/advantagesFon.jpg);
  background-size: cover;
  margin-top: 40px;
  padding: 0;
  min-height: 500px;
  position: relative;
  justify-content: space-around;
}
.advantages h1 {
  padding-top: 30px;
}
.advantages__item {
  text-align: center;
  background: rgba(255, 255, 255);
  max-height: 150px;
  font-size: 1.25rem;
  line-height: 1.8rem;
}
.advantages__item span {
  margin-top: 25px;
}
.advantages__item img {
  position: absolute;
  top: -80px;
}
.company {
  margin: 60px 0 30px 0;
}
.company p {
  font-size: 24px;
}
.company ul {
  margin-left: 50px;
  font-size: 20px;
}
.consultation {
  margin: 60px 0 30px 0;
}
.consultation input[type="text"],
.consultation input[type="tel"] {
  width: 100%;
  margin-bottom: 20px;
}
.consultation input[type="submit"] {
  background: #e0cf6d;
  border: #e0cf6d;
  color: #fff;
}
.consultation textarea {
  width: 100%;
}
.contacts h4 {
  margin-top: 50px;
  font-size: 22px;
  font-weight: bold;
}
.contacts p {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.footer {
  background: #e0cf6d;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer__organization__info {
  padding: 80px 0 80px 0;
}
.footer__organization__info img {
  width: 100%;
}
.footer__contact__info img {
  height: 60px;
}
.footer__contact__info span {
  padding-left: 20px;
  font-size: 20px;
}
.category__detail__image img {
  border: 1px solid #e8e8e8;
  border-radius: 1%;
  width: 100%;
}
.category__detail__goods table {
  border: 2px solid #e0cf6d;
}
.category__detail__goods table tr:nth-child(2n) {
  background: #f0f0f0;
}
.category__detail__goods table tr th {
  background: #e0cf6d;
  font-size: 20px;
  padding: 10px 20px;
}
.category__detail__goods table tr td {
  text-align: center;
  padding: 10px 15px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .slider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .advantages {
    display: none!important;
  }
}
.navbar-nav .nav-item:nth-child(3) {
  display: none;
}
