@charset "UTF-8";

.main_block {
  padding: 3rem 0;
}

.main_block .main_title::after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background: #231815;
  margin: .8em auto 1.3em auto;
  padding: 0 0 0 0;
}

.recruit_block {
  text-align: center;
}
/*.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
*/
.rogo-rn{
	text-align: center;
	margin: 50px 50px 50px 50px
}
.btn--orange,
a.btn--orange{
  display: block;
  
  max-width: 350px;
  width:85%;
  text-decoration: none;
  background: #00AEBB;
  color: #fff;
  line-height: 37px;
  text-align: center;
  font-size:1.06em;
  font-weight: bold;
  border-radius: 0px;
  box-shadow: 0px 3px 6px #afafaf;
  padding: 12px 0px;
  margin: 10px auto 30px;
  }
/*.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: 
  linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
*/
.styled:hover {
  background-color: rgba(255, 0, 0, 1);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

#recruit .link_btn::before {
  background-color: #47a737;
}
#recruit .link_btn .btn_txt {
  color: #FFF;
}