@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/uslugi/css/fonts/Geometria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/uslugi/css/fonts/Geometria.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/uslugi/css/fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/uslugi/css/fonts/Geometria-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url('/local/templates/uslugi/css/fonts/Geometria-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

.t-text {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55;
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}
.t-name_xs {
    font-size: 16px;
    line-height: 1.35;
}
.t-name {
    font-family: 'Geometria',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}
.t-descr {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-heading_lg {
    font-size: 32px;
    line-height: 1.17;
}

.t-heading {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-title {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-title_sm {
    font-size: 48px;
    line-height: 1.23;
}

.t-descr {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}
.t-text_md {
    font-size: 20px;
    line-height: 1.55;
}
.t-name_xl {
    font-size: 24px;
    line-height: 1.35;
}
.t-descr_sm {
    font-size: 18px;
    line-height: 1.55;
}

.t-descr span,
.t-text span {
    font-weight: bold;
}

.t-align_center {
    text-align: center;
}
.t-align_right {
    text-align: right;
}

.t-rec_pb_75 {
    padding-bottom: 75px;
}

.t-rec_pt_15 {
    padding-top: 15px;
}

.t-rec_pb_15 {
    padding-bottom: 15px;
}

.t-rec_pt_75 {
    padding-top: 75px;
}
.t-margin_auto {
    margin-left: auto;
    margin-right: auto;
}
.t-btnflex, .t-btn.t-btnflex, .t-submit.t-btnflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5ch;
    max-width: 100%;
    height: unset;
    padding: 0;
    overflow: hidden;
    font-family: 'Geometria', Arial, sans-serif, Arial, sans-serif;
    font-weight: 600;
    line-height: var(--line-height, 1.4);
    padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: var(--border-width, 0);
    background-image: none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    white-space: nowrap;
}

.t-btnflex_md, .t-btn.t-btnflex_md, .t-submit.t-btnflex_md {
    --height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}
.t-btnflex_xs, .t-btn.t-btnflex_xs, .t-submit.t-btnflex_xs {
    --height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
#allrecords a, #allrecords button, #allrecords .t-radio, #allrecords .t-checkbox, #allrecords .t-img-select {
    outline: none;
}

.t-title {
    font-family: 'Geometria', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-title_xxs {
    font-size: 36px;
    line-height: 1.23;
}

.t-form .t-submit {
    position: relative;
}

.t-input {
    font-family: 'Geometria', Arial, sans-serif;
}
.t-align_left {
    text-align: left;
}
.t-valign_middle {
    vertical-align: middle;
}
.t887 {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    left: 20px;
}

.t887_closed {
    display: none !important
}

.t887__wrapper {
    position: relative;
    display: inline-table;
    padding: 15px 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 400px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}

.t887__icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    opacity: .5;
    transition: opacity ease-in-out 0.2s;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.t887__icon-close:hover {
    opacity: 1
}

.t887__icon-close:focus-visible {
    opacity: 1
}

.t887 .t887__close-button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.t887 .t887__close-button svg {
    display: block
}

#rec1207986576 .t887__text {
    color: #474747;
    font-weight: 400;
    text-align: left;
    width: 100%;
}

.t702 .t702__title {
    margin-bottom: 11px;
}

#rec1157657326 .t702__descr {
    font-size: 14px;
    color: #474747;
    font-weight: 400;
}

.t702 .t702__wrapper {
    padding: 40px 45px;
}

.t702 .t702__text-wrapper {
    margin-bottom: 24px;
}

.t702 .t-input-group {
    margin-bottom: 25px;
}

.t702 .t-submit {
    transform: translateZ(0);
}

.t702 .t-submit {
    --height: 54px;
    width: 100%;
}

.t702 .t702__form-bottom-text {
    margin-bottom: 20px;
}

#rec1157657326 .t-btnflex.t-btnflex_type_submit {
    color: #ffffff;
    background-color: #dd2526;
    border-style: solid !important;
    border-color: #dd2526 !important;
    --border-width: 1px;
    border-radius: 0px;
    box-shadow: none !important;
    font-weight: 500;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

#rec1157657326 .t-btnflex.t-btnflex_type_submit:not(.t-animate_no-hover):hover {
    color: #dd2526 !important;
    border-color: #dd2526 !important;
    background-color: #ffffff !important;
}

@media screen and (max-width: 480px) {
    .t887 {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important
    }

    .t887__wrapper {
        width: 100% !important;
        border-radius: 0 !important
    }
}

.g-container {
    width: 100%;
    background-color: rgba(56, 49, 121, 1);
    height: 40px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    -webkit-transition: height ease-in-out 0.5s;
    -moz-transition: height ease-in-out 0.5s;
    -o-transition: height ease-in-out 0.5s;
    transition: height ease-in-out 0.5s
}

.g-container .top_menu {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Geometria', Arial, sans-serif;
}

.g-container .top_menu a {
    text-decoration: none;
    color: #ffffff;
}

.g-container .top_menu a:hover, .g-container .top_menu a.active {
    text-decoration: underline;
}

.g-container .top_menu .top-menu__list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.t390__img {
    display: block;
    width: 100%;
}

.t390__wrapper {
    padding: 40px 45px;
}

#rec1402221761 .t390__descr {
    color: #474747;
    font-weight: 500;
    margin-top: 17px;
}

#rec1402221761 .t390__title {
    color: #dd2526;
}

.t967__top .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #dd2526;
    border-style: solid !important;
    border-color: #dd2526;
    --border-width: 1px;
    border-radius: 0px;
    box-shadow: none !important;
    font-weight: 500;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

.t967__top .t-btnflex.t-btnflex_type_button:hover {
    border-color: #383179;
    background-color: #383179;
}

.t-btnflex_smd, .t-btn.t-btnflex_smd, .t-submit.t-btnflex_smd {
    --height: 50px;
    font-size: 15px;
    padding-left: 44px;
    padding-right: 44px;
}

.t390__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.top-menuburger, .top-menuburger.expand {
    display: none;
    justify-content: right;
    padding: 0px 20px;
    height: 40px;
}

.top-menuburger button {
    display: flex;
    flex-direction: column;
    width: 22px;
    gap: 4px;
    background: none;
    border: none;
    justify-content: center;
    cursor: pointer;
}

.top-menuburger span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: white;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s
}

.top-menuburger button:hover {
    gap: 3px;
}

.expand .top-menuburger button, .expand .top-menuburger button:hover {
    gap: 0;
}

#allrecords .t967__additional-descr a[href^=tel] {
    color: rgb(221, 37, 38);
    font-weight: 600;
}

.t-records ul {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.top_menu ul {
    padding-left: 0px;
    list-style: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 203px;
    width: 100%;
    z-index: 10000;
    background-color: white;
}
#rec1184106791 {
    margin-top: 203px;
}

header .t967__top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

header .t967__additionalwrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}

header .t967__additional-descr {
    padding-right: 30px;
    font-family: 'Geometria', Arial, sans-serif;
    font-size: 16px;
    color: #000000;
}

.t967__logo {
    padding-top: 4px;
}

.t967__bottom button.top-menuburger {
    flex-direction: column;
    background: none;
    border: 1px solid white;
    gap: 5px;
    cursor: pointer;
    justify-content: center;
    padding: 4px;
}

.t967__bottom button.top-menuburger span {
    background-color: #383179;
    transition: .25s ease-in-out;
    height: 3px;
    width: 28px;
}

.t967__bottom button.top-menuburger:hover {
    gap: 4px;
}

.expand .t967__bottom button.top-menuburger:hover {
    gap: 0px;
}

.tmenu-mobile__container {
    display: none;
}

#rec1402221761 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #dd2526;
    border: 1px solid #dd2526;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

#rec1402221761 .t-btnflex.t-btnflex_type_button:hover {
    color: #dd2526;
    background-color: #ffffff;
}

.t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
    --height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

footer {
    background-color: #e7e7e7;
    font-family: 'Geometria', Arial, sans-serif;
    font-size: 14px;
}

footer .bottom_menu {
    display: flex;
}

footer .bottom_menu .menu_column {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#allrecords footer .bottom_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 2.2;
}

footer .bottom_menu ul a {
    color: #474747;
    text-decoration: none;
    font-weight: 400;
}

footer .bottom_menu ul a.active {
    font-weight: bold;
}

footer div.t-sociallinks {
    padding: 30px 0px 21px 0px;
}

footer ul.t-sociallinks__wrapper {
    display: flex;
    gap: 8px;
}

footer ul.t-sociallinks__wrapper li {
    width: auto;
}

footer .t345-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

footer .t420__text {
    color: #474747;
    font-size: 12px;
}

.v-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

footer .copyright {
    font-size: 12px;
    color: #474747;
    font-weight: 400;
    line-height: 1.55;
    max-width: Calc(100% - 30px);
}

.t345-socials {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t345-social, .t345 .t-sociallinks {
    display: inline-block;
    vertical-align: middle
}

.t345 .t-sociallinks, .t345 .t-sociallinks__wrapper, .t345 .t-sociallinks__item, .t345-social__wrapper, .t345-social__item, .t345-social {
    display: flex;
    gap: 8px;
    height: 30px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s
}


.t345 .t-sociallinks__item:hover, .t345-social__item:hover {
    opacity: .8
}

.t345 .t-sociallinks__item a:focus-visible {
    opacity: .8
}
.t-descr_xxl {
    font-size: 26px;
    line-height: 1.45;
}
#allrecords b, #allrecords strong {
    font-weight: 700;
}
.t-tb-padding20 {
    padding-top: 20px;
    padding-bottom: 55px;
}
@media (max-width: 1220px) {

    footer .bottom_menu {
        font-size: 12px;
    }

    footer .bottom_menu .menu_column {
        width: 25%;
    }

    footer .t345-container {
        flex-direction: column;
    }

    .v-container {
        padding: 0px 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {
    .v-container {
        max-width: 1160px;
    }

    .t-descr_xs {
        font-size: 14px;
    }

    .t-text_xs {
        font-size: 14px;
    }
    .t-title_sm {
        font-size: 44px;
    }
    .t-descr_sm {
        font-size: 16px;
     }
    .t-descr_xxs {
        font-size: 12px;
    }
}

@media screen and (max-width: 1050px) {
    .t967__logo {
        overflow: hidden;
        width: 237px;
    }
}

@media screen and (max-width: 980px) {
    header {
        height: 115px;
    }
    #rec1184106791 {
        margin-top: 115px;
    }

    .g-container {
        justify-content: center;
    }

    .top-menuburger {
        display: flex;
    }

    .g-container.expand {
        height: auto;
    }

    .g-container .top_menu .top-menu__list {
        display: none;
    }

    .g-container.expand .top_menu .top-menu__list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .g-container.expand .top_menu .top-menu__list li {
        text-align: center;
    }

    .g-container.expand .top-menuburger span:first-child {
        transform: rotate(45deg);
        margin-top: 2px;
    }

    .g-container.expand .top-menuburger span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    header .tmenu-mobile__container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 15px;
    }

    .t967 {
        display: flex;
        flex-flow: column-reverse;
        padding-bottom: 10px;
        background-color: white;
    }

    header .t967__top {
        border-bottom: none;
        padding-bottom: 20px;
        justify-content: center;
        display: none;
    }

    header .expand .t967__top {
        display: flex;
    }

    header .t967__top .t967__logo {
        display: none;
    }

    header .t967__additionalwrapper {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    header .t967__listwrapper {
        overflow: hidden;
    }

    .t967.expand .top-menuburger {
        gap: 0px;
    }

    .t967.expand .top-menuburger span:first-child {
        transform: rotate(45deg);
        margin-top: 3px;
    }

    .t967.expand .top-menuburger span:nth-child(2) {
        display: none;
    }

    .t967.expand .top-menuburger span:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -3px;
    }

}

@media (max-width: 974px) {
    footer .bottom_menu .menu_column {
        width: 33%;
    }

    footer .bottom_menu {
        flex-wrap: wrap;
    }

}

@media (max-width: 960px) {
    footer .bottom_menu .menu_column {
        width: 50%;
    }

    footer .t345-container {
        padding: 0px 20px;
    }

    .v-container {
        padding: 0px 20px;
    }

    .t390__wrapper {
        padding: 30px;
    }

    .t967 {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 640px) {
    .t390__wrapper {
        padding: 20px;
    }

    .t-btnflex, .t-btn.t-btnflex, .t-submit.t-btnflex {
        white-space: normal;
    }

    .t-popup__container {
        left: 0px;
        right: 0px;
    }

    .t702 .t702__wrapper {
        padding: 20px;
    }

    .t702 .t702__text-wrapper {
        margin-bottom: 14px;
    }

    .t702 .t702__title {
        margin-bottom: 6px;
    }

    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45;
    }

    .t702 .t-input-group {
        margin-bottom: 20px;
    }

    .t702 .t-input {
        padding: 0 14px;
    }

    .t702 .t-input, .t702 .t-select {
        height: 50px;
        font-size: 16px;
    }

    .t-text_xs {
        font-size: 12px;
        line-height: 1.45;
    }
    .t-title_sm {
        font-size: 30px;
    }
    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45;
    }
    .t-title_xs {
        font-size: 30px;
    }
    .t-text_md {
        font-size: 16px;
        line-height: 1.45;
    }
    .t-name_xl {
        font-size: 20px;
    }
    .t-descr_xxl {
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup {
        padding: 0;
    }

    .t702 .t-popup__block-close {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #000;
    }

    .t702 .t-popup__block-close-button {
        display: table-cell;
        vertical-align: middle;
        width: 16px;
        margin-right: 10px;
        padding: 10px;
        font-size: 0;
        text-align: right;
    }

    .t702 .t-popup__close-icon {
        width: 16px;
        height: 16px;
    }

    .t702 .t-popup_show .t-popup__container {
        max-width: 100%;
        inset: 0;
        padding-top: 50px;
        margin: 0;
        box-sizing: border-box;
        min-height: 100vh;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
    }
}

@media (max-width: 420px) {
    footer .bottom_menu .menu_column {
        width: 100%;
    }

    footer .bottom_menu {
        gap: 20px;
    }

}