/*Global styles*/
.uc-relative {
    position:relative;
}
.uc-breadcrumbs {
    position:relative;
    margin-top:-40px;
    margin-bottom:17px;
    z-index:2;
}
/*Global styles end*/

.uc-footer .t-container.t977__wrapper {
    display:flex;
}
.uc-footer .t977__menu {
    display: grid;
    grid-template-columns: 30% 70%;
}
.uc-footer  .t977__col-inner {
    max-width: fit-content;
}
.uc-footer .t-sociallinks__wrapper {
    width: fit-content;
    margin: 0 0 0 auto;
}
.uc-footer  .t977__col-inner:nth-of-type(3) {
  display: none;
}
.uc-spacer {
    margin-top: -1px;
    margin-bottom: -1px;
}

.uc-about-mob .t492 {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 1200px) {
    .uc-footer .t977__col-inner {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
     .uc-footer .t-container.t977__wrapper {
        flex-wrap: wrap;
    }
    .uc-footer .t977__menu {
        order: 2;
        width: calc(100% - 30px);
        margin: 40px auto 0 auto;
    }
    .uc-footer .t977__col_left {
        order: 0;
    }
    .uc-footer .t977__col_right {
        order: 1;
        margin-left: auto;
        width: fit-content;
    }
}
@media screen and (max-width: 767px) {
    .uc-footer .t977__menu {
        grid-template-columns: 1fr;
    }
    .uc-footer  .t977__col-inner:nth-of-type(2) {
      margin-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .uc-footer .t977__menu {
        width: 100%;
    }
    .uc-about-mob .t492__blockimgmobile {
        height: 250px;
        overflow: hidden;
    }
}
@media screen and (max-width: 460px) {
    .uc-footer .t977__col_left {
        max-width: fit-content;
    }
    .uc-footer .t977__col_left>.t977__logo {
        max-width: 200px !important;
    }
    .uc-footer .t977__col_right {
        width: calc(100% - 230px);
    }
}