.page_breadcrumbs {
  font-size: .85rem; }
  .page_breadcrumbs a {
    font-size: .85rem; }

.page_header {
  background-size: cover; }
  .page_header .page_header_content {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .page_header .page_header_content {
        padding-top: 190px;
        padding-bottom: 150px; } }

/* VIDEO BG RESTORE V2 */
.page_header {
  position: relative;
  overflow: hidden; }

.page_header_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none; }

.page_header > *:not(.page_header_video) {
  position: relative;
  z-index: 2; }

/* VIDEO OVERLAY DEFAULT */
.page_header {
  position: relative;
  overflow: hidden; }

.page_header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none; }

.page_header_video {
  z-index: 0; }

.page_header > *:not(.page_header_video) {
  position: relative;
  z-index: 2; }

.home_services {
  position: relative; }
  .home_services .home_services_box {
    position: relative;
    border: 1px solid #e5e2e0;
    overflow: hidden; }
  .home_services .home_services_pic {
    position: absolute;
    right: 39px;
    top: -80px; }
  .home_services .home_services_corner {
    position: absolute;
    right: -2px;
    bottom: -2px; }
  .home_services .home_services_link {
    font-size: 14px; }
  .home_services .home_services_footer {
    position: absolute;
    bottom: 25px;
    right: 63px;
    left: 0px; }
  .home_services .home_services_next_show {
    font-size: 14px;
    cursor: pointer; }
  .home_services .home_services_next_hide {
    font-size: 14px;
    cursor: pointer; }
  @media (min-width: 992px) {
    .home_services .home_services_top {
      padding-top: 287px !important; }
      .home_services .home_services_top .home_services_pic {
        top: 162px; } }
  .home_services .h3, .home_services h3 {
    margin-bottom: 1.5rem !important; }

.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; }


        #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;
            }
        }
    