a:hover{
	text-decoration: none;
}
h1, h2, h3, p, ul, li, ol, a{
	font-family: 'Roboto', sans-serif;
}

.container-fld{
  max-width: 1600px;
  margin: 0 auto;
}


#front-page__technical{
  margin:80px 0;
}

.nav-item__front--page{
  border-bottom-color: #fff;
}

.nav-link__front-page{
  background: transparent;
  font-size: 18px;
  padding: 30px 30px;
  text-align: center;
  color: #000;
  border: 1px solid transparent;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link__front-page:hover{
  color: #000;
}

.tab-pane__container{
    padding: 4.1vw;
}

.tab-pane__container--text p{
  line-height: 31px;
}

.tab-pane__container--header{
    font-size: 42px;
    margin-bottom: .8em;
    color: #222;
}

.nav-link__front-page.active{
  background-color: #eee !important;
}

#master{
  margin: 80px 0;
}

.master__container--header{
    margin-bottom: 35px;
}

.master__container--text p{
  line-height: 30px;
}

.text-front__header{
  margin-bottom: 35px;
}

.text-front__container p{
  line-height: 30px;
}

.text-front__category{
  margin: 30px 0;
  padding: 30px 0;
  width: 316px;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  height: auto;
}

.text-front__category img{
  width: 110px;
}

.text-front__name{
  margin: 20px 0;
}

.text-front__name h2 a{
  color:#000;
  font-size: 20px;
}

.tab-pane__container--imgae img{
  border-radius: 15px;
}

.master__container--image img{
  border-radius: 15px;
}

.ranking-list__name h2{
  font-size: 18px;
  font-weight: 500;
}

.ranking-list__button--price{
  display: block;
}

.product-row:hover{
  background-color: #eee;
  cursor: pointer;
}
.ranking-list--button{
  text-transform: uppercase;
}

.ranking-list__button--review span{
  color: #000;
  font-weight: 500;
}

.ranking-list__button--price span{
  background-color: red;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 991.98px) {
  .product-review__medal img{
    width: 30%;
  }
}

.product-row{
  padding: 30px 0;
}

.ranking-list__name h2{
  color:#000;
}

.product-review{
  border:1px solid #c2c2c2;
  padding: 0px 30px 30px 30px;
}

.product-header{
  border-bottom:1px solid #c2c2c2;
  padding: 10px 0;
}

.product-text{
  padding-top: 30px;
  padding-bottom: 15px;
}

.product-review--button span{
  background-color: red;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}