.footer_logo .footer_logo_img {
  position: relative;
  top: -27px; }

.footer_logo .footer_logo_phone {
  font-size: 24px; }
  .footer_logo .footer_logo_phone .fa {
    font-size: 20px; }

.footer_logo .footer_logo_email {
  font-size: 12px; }
  .footer_logo .footer_logo_email .fa {
    font-size: 16px; }

.footer_logo .footer_logo_telegram {
  font-size: 12px; }
  .footer_logo .footer_logo_telegram .fa {
    font-size: 16px; }

.footer_logo .footer_logo_data {
  max-width: 285px;
  padding-left: 15px; }

.forms .form-wrapper .form-inline .form-control[type=text], .forms .form-wrapper .form-inline .form-control.textarea {
  width: 100%; }
  @media (min-width: 992px) {
    .forms .form-wrapper .form-inline .form-control[type=text], .forms .form-wrapper .form-inline .form-control.textarea {
      width: auto; } }

.modal .forms {
  margin-top: 30px; }
  .modal .forms .form-control {
    background: white;
    color: #212529; }
  .modal .forms label {
    display: none; }
  .modal .forms .btn-primary {
    margin-top: 30px;
    color: white;
    background-color: #e73837;
    border-color: transparent; }
    .modal .forms .btn-primary:hover, .modal .forms .btn-primary:focus {
      background-color: #d21a19; }
  .modal .forms ::placeholder {
    color: #212529;
    opacity: 1;
    font-weight: bold;
    font-size: 0.9rem; }

.recaptchawidget {
  position: fixed;
  top: 0;
  right: -1000px;
  height: 1px;
  width: 1px;
  overflow: hidden; }


        #to_up {
            position: fixed;
            left: 0;
            bottom: 0;
            cursor: pointer;
            z-index: 1;
        }

        #to_up .btn, #to_up .btn-outline-primary:hover {
            background: rgba(255, 255, 255, 0.6);
            color: #97242f;
        }

        @media all and (max-width: 700px) {
            #to_up {
                display: none !important;
            }
        }
    