.container {
    width: 100%;
    margin: auto;
    padding: 0 16px;
}

/* Extra Small Device */
@media only screen and (max-width: 430px) {
    .mobile-menu .offcanvas-start {
        max-width: 100%;
    }
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 12px;
    }

    .pretitle {
        font-size: 40px;
    }
    .fs-1 {
        font-size: 40px !important;
    }
    .fs-2 {
        font-size: 36px !important;
    }
    .fs-3 {
        font-size: 32px !important;
    }
    .hero__para {
        font-size: 18px;
    }
    .specialist--section,
    .repairs-maintenance--section,
    .service--section,
    .guarantee--section,
    .reliable--section {
        padding: 64px 0;
    }
    .repairs-maintenance__thumbs {
        max-width: 65%;
        margin: auto;
    }
    .rmti-01 {
        height: 464px;
    }
    .service__card {
        padding: 32px;
    }
    .reliable__thumb {
        height: 360px;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    body {
        font-size: 18px;
    }

    .logo {
        max-width: 136px;
    }
    .hero--section {
        padding: 148px 0 80px;
    }
    .specialist__para {
        font-size: 18px;
    }
    .reliable__thumb {
        max-width: 75%;
    }
    .gallery__card {
        height: 352px;
    }
    .gallery__img__link {
        width: 40px;
        height: 40px;
    }
    .footer__widget__link,
    .footer__widget__contact__item {
        font-size: 16px;
    }
    .footer__widget__contact__item {
        gap: 16px;
    }
    .footer__obj {
        margin-bottom: -104px;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 52px !important;
    }
    .fs-2 {
        font-size: 48px !important;
    }
    .fs-3 {
        font-size: 40px !important;
    }
    .btn {
        padding: 16px 36px;
        gap: 10px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 700;
    }
    .btn__icon {
        width: 21px;
        height: 21px;
    }
    .btn__icon svg,
    .btn__icon img {
        max-width: 20px;
    }
    .pretitle {
        font-size: 48px;
    }

    .header__content {
        padding: 26px 0;
    }
    .hero__para {
        font-size: 20px;
    }
    .specialist__icon {
        max-width: 60px;
    }
    .repairs-maintenance--section {
        padding: 72px 0 136px;
    }
    .repairs-maintenance__thumbs {
        max-width: 100%;
        height: 100%;
        margin: 0;
        margin-left: -12px;
    }
    .rmti-01 {
        height: 100%;
    }
    .rmti-02 {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -12%;
    }
    .repairs-maintenance__content {
        padding: 32px 0;
    }
    .service--section,
    .guarantee--section,
    .reliable--section {
        padding: 80px 0;
    }
    .reliable__content {
        padding: 48px 0;
    }
    .reliable__thumb {
        max-width: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .gallery__card::after,
    .gallery__img__link {
        opacity: 0;
    }
    .gallery__card::after {
        transform: scale(0.5);
    }
    .gallery__card:hover::after {
        transform: scale(1);
        opacity: 0.72;
    }
    .gallery__img__link {
        transform: translate(-50%, -50%) scale(0.25);
    }
    .gallery__card:hover .gallery__img__link {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    .footer__wrapper__row.g-4 {
        --bs-gutter-x: 40px;
    }
    .footer__logo {
        max-width: 200px;
    }
    .footer__obj {
        margin-bottom: -140px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    body {
        font-size: 20px;
    }

    .logo {
        max-width: 176px;
    }
    .header__nav__content {
        gap: 36px;
    }
    .header__nav__link {
        font-size: 18px;
    }
    .hero--section {
        padding: 220px 0 122px;
    }
    .specialist__para {
        font-size: 20px;
    }
    .repairs-maintenance--section {
        padding: 72px 0 152px;
    }
    .repairs-maintenance__content {
        padding: 48px 0;
    }
    .repairs-maintenance__obj {
        margin-bottom: -28px;
        margin-right: -128px;
    }
    .service__card {
        padding: 40px;
    }
    .guarantee__item__title {
        font-size: 25px;
    }
    .guarantee__item__para {
        font-size: 18px;
    }
    .guarantee__obj {
        margin-left: -130px;
    }
    .reliable__content {
        padding: 80px 0;
    }
    .gallery__card {
        height: 372px;
    }
    .gallery__img__link {
        width: 54px;
        height: 54px;
    }
    .footer__wrapper {
        padding: 48px 0 160px;
    }
    .footer__obj {
        margin-bottom: -168px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1328px;
        width: 100%;
    }

    .pretitle {
        font-size: 60px;
    }
    .fs-1 {
        font-size: 65px !important;
    }
    .fs-2 {
        font-size: 55px !important;
    }
    .fs-3 {
        font-size: 45px !important;
    }
    .btn {
        padding: 20px 51px;
    }
    .btn__icon {
        width: 24px;
        height: 24px;
    }
    .btn__icon svg,
    .btn__icon img {
        max-width: 23px;
    }

    .logo {
        max-width: 200px;
    }
    .hero__para {
        font-size: 24px;
    }
    .specialist__icon {
        max-width: 72px;
    }
    .repairs-maintenance__obj {
        margin-right: -156px;
    }
    .service__wrapper__row.g-3 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .service--section {
        padding: 86px 0 96px;
    }
    .service--section .main__title {
        margin-top: -12px;
    }
    .guarantee__icon__box {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 16px;
        margin-right: 16px;
    }
    .guarantee__icon__box::after {
        bottom: auto;
        left: auto;
        transform: translateX(0);
        width: 2px;
        height: 74px;
        top: 0;
        right: 0;
    }
    .guarantee__icon__obj {
        max-width: 50px;
    }
    .reliable--section {
        padding: 100px 0;
    }
    .reliable__content {
        padding: 120px 0;
    }
    .reliable__thumb {
        max-width: 53%;
    }
    .footer__widget__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .footer__widget__link,
    .footer__widget__contact__item {
        font-size: 18px;
    }
    .footer__widget__contact__item {
        gap: 20px;
    }
}

/* XXL Device. */
@media only screen and (min-width: 1600px) {
    body {
        font-size: 22px;
    }

    .logo {
        max-width: 220px;
    }
    .header__nav__link {
        font-size: 21px;
    }
    .repairs-maintenance--section {
        padding: 72px 0 176px;
    }
    .repairs-maintenance__content {
        padding: 48px 0 72px;
    }
    .service__card {
        padding: 48px 34px;
    }
    .guarantee__icon__obj {
        max-width: 58px;
    }
    .reliable__content {
        padding: 156px 0;
        padding-right: 60px;
    }
    .reliable__thumb {
        max-width: 56.5%;
    }
    .gallery__img__link {
        width: 68px;
        height: 68px;
    }
    .footer__logo {
        max-width: 236px;
    }
}
@media only screen and (min-width: 1601px) {
    .repairs-maintenance__row.gx-xl-5 {
        --bs-gutter-x: 60px;
    }
    .repairs-maintenance__thumbs {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    p.footer__widget__contact__item {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }
    
    .certificates {
        margin-top: 50px;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }
}