.top_line {
  height: 58px;
  padding: 40px 40px; }

.top_logo_container {
  display: inline-block;
  float: left;
  width: 260px;
  margin-left: 5%; }

.top_button_wrapper {
  display: inline-block;
  float: right;
  margin-right: 5%; }

.button_ph {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
  display: block;
  height: 58px;
  width: 260px;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: "AvenirNextCyr-Medium";
  border: none;
  text-align: center;
  border: 4px solid #fe4f2d;
  color: #373737;
    -webkit-background-size: 100% 100%;
          background-size: 100%;
  -webkit-border-radius: 300px;
          border-radius: 300px;
  box-shadow: 0.7px 1.9px 8px rgba(42, 42, 42, 0.26);
}

.button_ph:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fe4f2d;
  color: #fff;
}
.button_ph:active {
  border: 4px solid #ce4126;
  background-color: #ce4126;
}


.button {
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0.7px 1.9px 8px rgba(42, 42, 42, 0.26);
  display: block;
  height: 58px;
  width: 260px;
  line-height: 58px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: "AvenirNextCyr-Medium";
  border: none;
  text-align: center;
  background-color: #ff4f2d;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  color: white;
  -webkit-border-radius: 300px;
          border-radius: 300px; }
  .button:hover{
      -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    background-color: #ce4126;}
  .button:active {
    background-color: #b7381f;}

.top_phone {
  cursor: default;
  display: inline-block;
  float: right;
  width: auto;
  padding-right: 10px;
  padding-left: 45px;
  height: 58px;
  text-align: right;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-position: 0px center; }
  .top_phone span {
    font-family: "AvenirNextCyr-Bold";
    font-weight: bold;
    color: #4e4e4e;
    letter-spacing: 1px;
    line-height: 58px; }

header {
  position: relative;
  background-image: url(../img/main_appolon.png), url(../img/main_appolon_16.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 1314px; }

.center_content {
  margin-top: 160px;
  margin-left: 15%; }

.head_text1 {
  cursor: default;
  color: #4e4e4e;
  font-family: "AvenirNextCyr-Demi";
  font-size: 60px;
  line-height: 55px;
  height: auto;
  padding: 5px; }

.head_text2 {
  cursor: default;
  height: auto;
  margin-top: 10px;
  padding-top: 40px;
  text-transform: uppercase;
  background: url(../img/header_text2_fill.jpg);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: bottom left;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 55px;
  font-family: "AvenirNextCyr-Heavy";
  line-height: 60px; }
  .head_text2 strong {
    font-size: 100px; }

.head_text3 {
  cursor: default;
  margin-top: 60px;
  color: #4e4e4e;
  font-family: "AvenirNextCyr-Demi";
  font-size: 25px;
  line-height: 35px;
  height: auto;
  padding: 5px;
  padding-left: 20px;
  border-left: 6px solid #4e4e4e; }

.head_button_wrapper {
  margin-top: 70px; }
  .head_button_wrapper .button {
    padding-top: 19px;
    height: 100px;
    width: 370px; }
    
    
