
@media (min-width: 0) {

    /*
        body {
            max-width: 375px;
            margin-left: auto;
            margin-right: auto;
        }
    */

    main {
        /* padding-top: 19px; */
    }

    .container-lg {
        padding-left: 0;
        padding-right: 0;
    }

    footer {
        margin-top: 80px;
        padding: 24px 16px 43px 16px;
    }

    .footer__logo {
        display: flex;
        flex-direction: row;
    }

    .footer__logo-image {
        color: var(--tr-blue-100);
        font-size: 20px;
        line-height: 24px;
        font-weight: var(--tr-fw-bold);
        letter-spacing: 0;
    }

    .footer__logo-title {
        font-size: 14px;
        line-height: 16px;
        margin-left: 20px;
        font-weight: var(--tr-fw-regular);
    }

    .footer__links {
        margin-top: 36px;
        font-size: 14px;
        line-height: 16px;
    }

    .footer__links a {
        display: block;
    }

    .footer__links a:not(:nth-child(1)) {
        margin-top: 13px;
    }

    .footer__contacts {
        margin-top: 36px;
    }

    .footer__contacts-social {
        line-height: 32px;
        text-align: end;
    }


    .footer__contacts-social .icon-telegram-fill {
        font-size: 32px;
    }

    .footer__contacts-social .icon-youtube-fill {
        font-size: 34px;
        margin-left: 6px;
    }

    .footer__hours {
        font-size: 10px;
        line-height: 12px;
        margin-top: 16px;
    }

    footer hr {
        color: var(--tr-blue-80);
        height: 2px;

        margin-top: 24px;
        margin-bottom: 24px;
    }

    .footer__legals-docs a {
        margin-right: 12px;
    }

    .footer__legals.g-2, .gy-2 {
        --bs-gutter-y: 0.65rem;
    }

    .footer__call-button {
        margin-top: 16px;
    }

    .footer__legals-copyright span:nth-child(2) {
        margin-left: 10px;
    }
}


@media (min-width: 768px) {

    .container-lg {
        max-width: 720px;

        margin-left: auto;
        margin-right: auto;
    }

    .top-menu {
        padding: 20px;
    }

    .breadcrumbs {
        margin-top: 20px;
    }

    .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;

        padding-left: 12px;
        padding-right: 12px;
    }

    footer {
        margin-top: 123px;
        padding: 36px 36px 20px 36px;
        width: 100%;
    }

    .footer__logo {
        flex-direction: column;
    }

    .footer__logo-title {
        margin-left: 0;
        margin-top: 16px;
    }

    .footer__links {
        margin-top: 0;
        font-size: 15px;
        line-height: 18px;
    }

    .footer__links a:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .footer__contacts {
        margin-top: 32px;
    }

    .footer__call-button {
        margin-top: 0;
        width:41.66666667%
    }

    .footer__hours {
        margin-top: 12px;
    }

    .footer__contacts-social {
        line-height: 28px;
    }

    .footer__contacts-social .icon-telegram-fill {
        font-size: 24px;
        vertical-align: middle;
    }

    .footer__contacts-social .icon-youtube-fill {
        font-size: 28px;
        margin-left: 4px;
        vertical-align: middle;
    }

    footer hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer__legals-docs a {
        margin-right: 24px;
    }

    .footer__legals-docs a:last-child {
        margin-right: 0;
    }
}



@media (min-width: 1200px) {

    main {
        padding-top: 0;
    }

    .container-lg {
        max-width: 1140px;
    }


    body {
        max-width: none;
        margin-left: initial;
        margin-right: initial;
    }

    footer {
        margin-top: 116px;

        padding: 50px 0 43px 0;
    }

    .footer__logo {
        flex-direction: column;
    }


    .footer__logo-image {
        display: block;
        font-size: 20px;
        line-height: 24px;
    }

    .footer__logo-title {
        display: block;
        margin-top: 16px;
        font-size: 14px;
        line-height: 17px;
        margin-left: 0;
    }

    .footer__links {
        margin-top: 0;
        font-size: 15px;
        line-height: 18px;
    }

    .footer__links a:not(:nth-child(1)) {
        margin-top: 20px;
    }


    .footer__call-button {
        margin-top: 17px;
        width: 100%;
    }

    .footer__contacts {
        margin-top: 0;
    }

    .footer__contacts-phone {
        margin-top: 20px;
    }

    .footer__contacts-social {
        line-height: 18px;
        text-align: start;
    }

    .footer__hours {
        margin-top: 16px;
    }

    footer hr {
        height: 2px;

        margin-top: 28px;
        margin-bottom: 28px;
    }

    .footer__legals-copyright span:nth-child(2) {
        margin-left: 24px;
    }

}




a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



.top-menu-mobile {
    color: #ffffff;
    background-color: var(--bs-primary-bg);

    padding: 16px;
    line-height: 20px;

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.top-menu-mobile i {
    font-size: 24px;
}


.logo-mobile {
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background-color: #9CF431;
    display: inline-block;
}

.logo-text-mobile {
    letter-spacing: 0;
    font-size: 8px;
    line-height: 8px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Montserrat';
    margin-left: 4px;
}



footer {

    color: #4582F8;
    background-color: #DDE6FF;
}

footer a {
    text-decoration: none;
    color: var(--tr-blue-100);
}

footer a:hover {
    color: var(--tr-black-80) !important;
    -webkit-text-decoration-color: var(--tr-black-80) !important;
    text-decoration-color: var(--tr-black-80) !important;
}





.footer__legals {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0;
}

.footer__legals a {
    font-size: 11px;
    line-height: 13px;
}



.footer__text-small {
    font-size: 10px;
    line-height: 12px;
}


.footer__phone {
    color: var(--tr-blue-100);
    margin-top: 4px;
    font-size: 15px;
    line-height: 18px;
}


.bottom-menu-mobile {
    background-color: #ffffff;

    padding: 20px 36px 20px 36px;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);

    display: flex;
    justify-content: space-between;
}

.bottom-menu-mobile a {
    text-decoration: none;
}


.bottom-menu-mobile__item {
    text-align: center;
}

.bottom-menu-mobile__item-title {
    margin-top: 2px;
    font-size: 12px;
    line-height: 15px;
    color: var(--tr-gray-70);
}

.bottom-menu-mobile__item-icon {
    font-size: 25px;
    line-height: 25px;
}


.breadcrumb {
    font-size: 14px;
    line-height: 16px;

    --bs-breadcrumb-padding-x: 8px;
    --bs-breadcrumb-item-padding-x: 9px;

    --bs-link-color-rgb: 69, 130, 248;
}

.breadcrumb-item {
    --bs-breadcrumb-padding-x: 8px;
}

.breadcrumb a {
    text-decoration: none;
}

.icon-user-fill {
    font-size: 20px;
}

.icon-menu {
    font-size: 24px;
}