.catalog-block .item .content .buttons .more_btn {
    width: 48.5%;
    height: 50px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    font-size: 15px;
    background: none;
    border: 1px solid #b39b6b;
        text-align: center;
    text-decoration: none;
    line-height: 49px;
}

.catalog-block .item .content .buttons a.order {
  width: 48.5%;
  height: 50px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  font-size: 15px;
}
.catalog-block .item .content .buttons a.order {
      background: #b39b6b;
    color: #fff;
    text-align: center;
    padding-top: 16px;
    height: 36px;
    text-decoration: none;
}
.catalog-block .item .content .buttons a.order:hover {
  background: #000;
}

.item-page .top-block .price a.order {
  color: #fff;
    display: inline-block;
    font-size: 17px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background: #b39b6b;
    width: 205px;
    text-align: center;
    height: 38px;
    margin-top: -6px;
    margin-left: 20px;
    vertical-align: middle;
    padding-top: 14px;
    text-decoration: none;
        font-family: 'PT Root UI';
}
.item-page .top-block .price a.order:hover {
  background: #000;
}

.page-form input[type="submit"] {
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #b39b6b;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}
.page-form input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.catalog-block .item .price {
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.catalog-block .item .price span {
    color: #b39b6b;
    font-size: 28px;
}

.catalog-block .item .content .buttons .more_btn span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 7px;
    background: url(img/arrow2.png);
    margin-left: 10px;
}

.faq-block .buttons .more_btn {
    width: 100%;
    display: block;
    height: 50px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    margin-bottom: 20px;
    font-size: 15px;
    background: none;
    border: 1px solid #b39b6b;
    text-align: center;
    text-decoration: none;
    line-height: 49px;
}

.faq-block .buttons .more_btn span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 7px;
    background: url(img/arrow2.png);
    margin-left: 10px;
}

.faq-block .buttons .more_btn:hover {
    border: 1px solid #000;
}

.reviews-block .bottom-button .more_btn {
    padding: 0 50px;
    height: 52px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    font-size: 15px;
    background: none;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    line-height: 52px;
    display: inline-block;
}

.reviews-block .bottom-button .more_btn span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 7px;
    background: url(img/arrow2.png);
    margin-left: 10px;
}

.item-page .top-block h2 {
    font-weight: 500;
    font-size: 40px;
    font-family: 'EB Garamond', serif;
}

.reviews-block .bottom-button .more_btn:hover {
        border: 1px solid #b39b6b;
}

@media (max-width: 767.98px){
    .item-page .top-block .price a.order {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .item-page .top-block h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1270px){
    
}

@media (max-width: 1270px){
    
}

@media (max-width: 768px){
    
}