.header {
  position: relative;
}
.header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
}
.header .container {
  position: relative;
  z-index: 2;
}
.header .header__logo a {
  display: block;
  position: relative;
}
.header .header__logo a img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 230px;
}
.header .nav > ul > li > a {
  font-size: 12px;
}
.products {
  padding: 80px 0 50px 0;
  background-image: url(../img/bg-advantages.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.products .title {
  padding-bottom: 60px;
}
.products-box {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 7px 20px 34px -14px rgba(0, 0, 0, 0.09);
  box-shadow: 7px 20px 34px -14px rgba(0, 0, 0, 0.09);
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  overflow: hidden;
}
.products-box:hover {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-box-shadow: 7px 20px 34px -14px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 20px 34px -14px rgba(0, 0, 0, 0.1);
}
.products-box-img {
  padding-top: 65%;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.products-box-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.2;
}
.products-box-content {
  text-align: center;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products-box-title {
  font-size: 26px;
  margin-bottom: 3px;
}
.products-box-title-sub {
  font-size: 18px;
}
.why {
  background-image: none;
}
.why__items {
  position: relative;
}
.why__items:before {
  content: "";
  width: 1px;
  height: 75%;
  background-color: #ffcc00;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
}
.why__item-dot {
  width: 10px;
  height: 10px;
  background-color: #ffcc00;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.why__item-dot:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #ffcc00;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.why__item:nth-child(even) .why__item-dot {
  left: -5px;
  top: 6px;
}
.why__item:nth-child(odd) .why__item-dot {
  right: -79px;
  top: 4px;
}
#yamap iframe {
  display: block;
}
.nav--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
.header .nav > ul > li > a {
  font-size: 14px;
}
.nav--header.nav > ul > li {
  vertical-align: middle;
}


.header__phone a.custom{
  font-size: 20px;
  font-weight: normal;
  font-weight: 400;
  text-transform: initial;
}

.products-box.custom{
  max-width: 850px;
  margin: 0 auto;
}
.products-box-content.custom p{
  text-align: left;
  font-size: 16px;
}
.product_single_info_text p{
  font-size: 18px;
  margin-bottom: 25px;
}
.product_single_info_img{
  margin-bottom: 25px;
}
.product_single_info_img img{
  border-radius: 10px;
  max-width: 100%;
}

@media screen and (max-width: 1170px) {
  .why__item {
    text-align: left;
    padding: 0 0 31px 30px;
  }
  .why__item-number {
    right: inherit;
    left: 30px;
  }
  .why__item:nth-child(2n) {
    margin-left: 0;
  }
  .why__items:before {
    left: 0;
  }
  .why__item:nth-child(odd) .why__item-dot {
    right: inherit;
    left: -5px;
  }
}
@media screen and (max-width: 1150px) {
  .nav--header.nav > ul > li {
    padding: 0 2px;
  }
  .header .header__logo a img {
    max-width: 130px;
  }
  .nav--header.nav > ul > li > a {
    padding-top: 27px;
  }
  .nav--header.nav > ul > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .nav--header.nav > ul > li {
    padding: 0 5px;
  }
  .header .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__logo a img {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 10px 0;
    max-width: 100%;
  }
  .nav--header.nav > ul > li > a {
    padding: 10px 0;
  }
  .nav--header.nav > ul > li > a br {
    display: none;
  }
}
