body {
  font-family: 'Noto Sans', sans-serif;
}
.top {
  background-color: black;
  color: white;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top span:nth-child(2){
  text-align: center;
}
.phonne {
  float: right;
}
.top a{
  color: white;
  text-decoration:underline
}
.navbar-default {
  height: 100px;
  background: -webkit-linear-gradient(left, #af0004, #ff0004, #af0004);
  background: -o-linear-gradient(left, #af0004, #ff0004, #af0004);
  background: linear-gradient(to right, #af0004, #ff0004, #af0004);
  border: none;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent!important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #ff0004!important;
}
.navbar-default .navbar-nav .open {
  background-color: transparent
}
.nav li {
  margin-top: 10px;
  height: 100%;
  margin-bottom: 0;
}
.nav li a{
  color: white!important;
  font-size: 16px;
}
.nav li:hover,
.nav li:active{
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;

}
.navbar-brand {
  margin-top: -10px;
}
.about-item p {
  text-align: center;
}
.radiator-car {
  height: 650px;
  display: block;
  margin: 0 auto;
  padding-top: 100px;

}
}
.radiator-car .item img {

}
.top-logo {
  font-size: 25px!important;
  color: #f9ae1f;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.navbar-brand {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  margin-top: 0;
  -ms-align-items: center;
  align-items: center;
}
.radiator-img {
  max-height: 500px;
}
.slide-content {
  margin-top: 100px;
  margin-left: 100px;
}
.slide-title {
  color: rgba(175,0,4,1);
  font-weight: bold;
  font-size: 25px;
}
.slide-description {
  font-size: 18px;
  margin-top: 30px;
}
.slide-content img {
  margin: 20px 0 50px;
}
button {
  color: black;
}
.slide-content button {
  border: 3px solid #af0004;
  padding: 7px 40px;
  font-size: 16px;
  background-color: white;
  color: black;
}
.carousel-indicators li{
  background-color: #dedede;
  width: 15px;
  height: 15px;
}
.carousel-indicators li.active{
  width: 17px;
  height: 17px;
  background-color: red;
}
.aboutus-fon {
  width: 100%;
  background-color: #e6e6e6;
}
.part-title p{
  font-size: 25px;
  color: #808080;
  text-align: center;
  margin-top: 30px;
}
.about-item p{
  text-align: center;
}
.about-item p {
  font-size: 18px;
}
.about-item p:first-child{
  font-size: 90px;
  color: #af0004
}
.cat-item {
  margin-bottom: 30px;
}
.cat-item img {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #dedede;

}
.cat-item .rad-dis {
  display: none;
  transition: 0.5s;
}
.cat-item .name {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 35px;
  color:#f9ae1f;
  z-index: 50 ;
  transition: 0.5s;
}
.cat-item:hover .name {
  display: none;
  transition: 0.5s;
}
.cat-item:hover .rad-dis {
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: 50;
  width: 100%;
  transition: 0.5s;
}
.cat-item:hover img {
  opacity: 0.5;
  transition: 0.5s;
}
.cat-item:hover .rad-dis p{
  text-align: center;
  transition: 0.5s;
}
.name-d {
  font-size: 60px;
  color: #af0004;
  font-weight: bold;
  margin-bottom: 28px;
  transition: 0.5s;
}
.pod button{
  font-size: 18px;
  text-decoration: underline;
  transition: 0.5s;
  color:#f9ae1f;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}
}
.btn-video {
  display: block;
  margin: 0 auto;
  padding: 7px 30px;
  border: 3px solid #af0004;
  font-size: 16px;
  background-color: white;
}
.radd p {
  font-size: 18px;
  color: black;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
}
.radd p:first-child {
  font-size: 25px;
  color: #808080;
  text-align: center;
}
.reviews-main {
  background-color: #dedede;
  height: auto;
  padding: 0 15px;
}
.review-body {
  margin: 20px 100px;
  font-size: 15px;
}
.review-name {
  text-align: right;
  margin-right: 20px;
  margin-right: -20px;
}
.sertificates img:not(.sert-control) {
  display: block;
  margin: 0 auto;
  width: 65%;
  height: auto;
}
.sertificates a:last-child {
  text-decoration: none;
  color:#f9ae1f;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.carousel-control.right,
.carousel-control.left {
  top: 40%;
  background-image: none;
}
.a-sert {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  color:#f9ae1f;
}
.za9-fon {
  position: relative;
  background-image: url(../img/za9vka-fon.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.za9-fon.modal-z {
  background-image: url(../img/modal-za.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*
.za9-fon .row {
  padding-left: 50px;
}
*/
.za9-fon input,
.za9-fon button {
	display:block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 7px;
}
.za9-fon button {
	display: block;
  background-color: #f9ae1f;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 20px;
  max-width: 380px;
}
.za9-fon input{
  background-color: transparent;
  border:2px solid white;
  color: white;
  margin-top: 30px;
  margin-bottom: 20px;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dedede;
    opacity: 1; /* Firefox */
    font-size: 18px;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dedede;
    font-size: 18px;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #dedede;
    font-size: 18px;
}
.inputs p {
  text-align: center;
  color: white!important;
  margin-bottom: 50px;
}
.title-con h1{
  width: 100%;
  color: white;
}
.inputs h1 {
  font-size: 30px;
  text-align: center;
}
.contacts-fon {
  width: 100%;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.contacts-fon p:not(.as) {
  font-size: 17px;
}
#map {
  display: block!important;
  width: 90%;
  margin: 0 auto!important;
  height: 180px;
}

.modal-text {
  background-color: #e6e6e6;
  width: 100%;
  height: auto;
  position: relative;

}
.modal-body img {
  width: auto;
  max-width: 100%;
}
.title-modal p {
  font-size: 60px;
  text-align: center;
  color: #af0004;
  font-weight: bold;
}
.table {
  font-size: 18px;
  margin: 10px;
}
.modal-header {
  border: none;
  padding-bottom: 0;
}
.table>tbody>tr>td {
  padding: 0;
  padding-top: 3px;
  border: none;
}
.table>tbody>tr>td:nth-child(2) {
  padding-right: 50px;
}
.btn-modal {
  border: 3px solid #af0004;
  padding: 5px 40px;
  font-size: 18px;
  background-color: transparent;
  margin-right: 20px;
  margin-left: auto;
  margin-top: 40px;
  display: block;
  transition: 0.5s;
}
.btn-modal:hover {
  background-color: white;
  transition: 0.5s;
}
@media all and (max-width: 767px) {
  .radiator-car {
    height: auto;
    padding-top: 50px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white!important
  }
  .za9-fon {
    background-size: cover;
  }
  .radiator-img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .slide-content img {
    display: block;
    margin: 20px auto 50px;

  }
  .slide-content button {
    display: block;
    margin: 0 auto;
  }
  .name-d {
    font-size: 25px;
    color: #af0004;
    font-weight: bold;
    margin-bottom: 15px;
    transition: 0.5s;
  }
  .za9-fon .row {
    padding-left: 15px;
  }
  .slide-description {
    height: auto;
  }
  .navbar-default {
    height: auto;
  }
  .navbar-brand {
    padding-top: 10px;
    margin-top: -10px;
  }
  .contacts-fon p{
    text-align: center;
  }
  .top span {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  .slide-content {
    margin-left: 20px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar-default {
    height: auto;
  }
  .radiator-car {
    padding-top: 120px;
  }
  .nav>li>a {
    padding: 8px;

  }
  .slide-content {
    margin-top: 50px;
    margin-left: 50px;
  }
  .sertificates img:not(.sert-control) {
    width: auto;
  }
  .za9-fon {
    background-size: cover;
  }

.nav li {
  margin-top: 10px;
  height: 100%;
  margin-bottom: 0;
}
.nav li a{
  color: white!important;
  font-size: 12px;
  padding: 15px 5px;
}
.navbar-brand {
  width: 200px;
  }
.navbar-brand img {
}
}
@media (min-width: 993px) and (max-width: 1079px) {
  .nav li a {
    font-size: 14px!important;
  }
  .nav>li>a {
    padding: 10px!important;
  }
}
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }
.carousel-fade .item {
      opacity: 0;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
    }
    .carousel-fade .active {
      opacity: 1;
    }

    .carousel-fade .active.left,
    .carousel-fade .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .carousel-fade .next.left,
    .carousel-fade .prev.right {
      opacity: 1;
    }

  .carousel-fade .carousel-control {
    z-index: 2;
  }
#demos .owl-carousel .item {
  padding: 0 15px;
  background-color: transparent;
  height: auto;
}
#demos .owl-carousel {
  margin: 0;
}
.fixed-btn {
  display: block;
  position: fixed;
  bottom: 10%;
  right: 20px;
}

.effect-4 {
    background-color: #ff0004;
    min-height: 20px;
    opacity: 0.5;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.effect-4:hover{
  opacity: 1;
}
.effect-4 a h4 {
  padding: 10px;
}
.effect-4 a {
    font-weight: bold;
    color: white;
}

.effect-4 a:hover {
    color: white;
    transition: color 0.3s;
    text-decoration: none;
    border: none;
    opacity: 1;
}

.effect-4 a::before,
.effect-4 a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0004;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.effect-4 a::before {
    top: 0;
    transform: translateY(-10px);
}

.effect-4 a::after {
    bottom: 0;
    transform: translateY(10px);
}

.effect-4 a:hover::before,
.effect-4 a:hover::after {
    opacity: 1;
    transform: translateY(0px);
}
.navbar-brand > img {
	margin-top:8px;
}
