.contacts_container .success_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.contacts_container .prev_btn:before, .contacts_container .prev_btn:after {
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.contacts_container {
  margin-top: 50px; }
  .contacts_container .contacts_block {
    position: relative;
    min-height: 435px; }
  .contacts_container .main_contact {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .contacts_container .main_info {
    font-size: 140%;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .contacts_container .main_info span {
      display: block;
      color: #ffffff;
      font-family: '"bold"', "arm-bold";
      opacity: 1;
      margin-right: 20px;
      width: 60px; }
  .contacts_container .page_title {
    padding-bottom: 50px; }
  .contacts_container .form_container {
    width: 0;
    overflow: hidden;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  .contacts_container .form_block {
    background: #242424;
    padding: 25px 32px; }
  .contacts_container .prev_btn {
    font-size: 220%;
    color: #EB6619; }
    .contacts_container .prev_btn:before {
      content: "\e915"; }
  .contacts_container .success_btn {
    float: right;
    margin-top: 8px; }
  .contacts_container .form_opened .form_container {
    width: 100%; }
  .contacts_container .success_block {
    background: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .contacts_container .success_inner {
    padding: 20px 32px;
    max-width: 330px;
    text-align: center; }
  .contacts_container .inner_form {
    width: 481px; }
  .contacts_container .success_opened .success_block {
    height: 100%;
    opacity: 1; }
  .contacts_container .block_title {
    font-size: 160%;
    line-height: 22px;
    color: #ffffff;
    font-family: '"bold"', "arm-bold";
    display: flex;
    flex-direction: column;
    align-items: center; }
    .contacts_container .block_title:before {
      font-size: 340%;
      margin-bottom: 39px;
      display: block;
      color: #ffffff; }
  .contacts_container .block_description {
    font-size: 140%;
    line-height: 22px;
    margin-top: 40px;
    color: #999999; }
  @media (max-width: 1199px) {
    .contacts_container .inner_form {
      width: 48vw; } }
  @media (max-width: 991px) {
    .contacts_container {
      margin-top: 0; }
      .contacts_container .contacts_block {
        padding: 32px; } }
  @media (max-width: 767px) {
    .contacts_container .inner_form {
      width: 93vw; } }
  @media (max-width: 575px) {
    .contacts_container .inner_form > .form_block {
      width: 89%;
      padding: 30px 20px; }
    .contacts_container .contacts_block {
      min-height: 420px;
      padding: 20px 10px; }
    .contacts_container .page_title {
      padding-bottom: 20px; }
    .contacts_container .more_btn {
      margin: 0 auto; }
    .contacts_container .form_block {
      height: 420px; }
      .contacts_container .form_block .more_btn {
        margin: 0; }
    .contacts_container .main_info {
      font-size: 120%;
      line-height: 17px;
      margin-bottom: 30px;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      .contacts_container .main_info span {
        margin-right: 0;
        margin-bottom: 10px; }
    .contacts_container .success_inner {
      padding: 13px; }
    .contacts_container .block_title {
      font-size: 140%;
      line-height: 19px; }
    .contacts_container .block_description {
      font-size: 120%;
      line-height: 17px;
      margin-top: 30px; } }

.web .prev_btn {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .prev_btn:hover:before {
    opacity: 0.7; }

.touch .prev_btn {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .prev_btn:hover:active {
    opacity: 0.7; }

/*# sourceMappingURL=contact.css.map */
