.t821 {
    width: 100%;
    background: #efefef;
    box-sizing: border-box;
    z-index: 990;
}

.t821__maincontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.t821__leftwrapper,
.t821__rightwrapper,
.t821__phone-container,
.t821__adress-container {
    display: flex;
    align-items: center;
}

.t821__rightwrapper {
    justify-content: flex-end;
    gap: 20px;
}

.t821__imglogo {
    display: block;
    height: auto;
}

.t821__img-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.t821__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.t821__text a,
.t821__text {
    color: #272727;
    text-decoration: none;
}

.tmenu-mobile {
    display: none;
    width: 100%;
    background: #272727;
    z-index: 1000;
}

.tmenu-mobile_positionfixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.tmenu-mobile__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 20px;
    box-sizing: border-box;
}

.tmenu-mobile__imglogo {
    display: block;
    height: auto;
}

.tmenu-mobile__menucontent_hidden {
    display: none;
}

.tmenu-mobile__menucontent_visible {
    display: block;
}

.t228 {
    width: 100%;
    box-sizing: border-box;
    z-index: 990;
}

.t228__maincontainer {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.t228__leftside,
.t228__centerside,
.t228__rightside,
.t228__leftcontainer,
.t228__centercontainer,
.t228__rightcontainer {
    display: flex;
    align-items: center;
}

.t228__leftside,
.t228__rightside {
    flex: 0 0 auto;
}

.t228__centerside {
    flex: 1 1 auto;
}

.t228__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.t228__imglogo {
    display: block;
    height: auto;
}

.t-menu__link-item {
    color: inherit;
    text-decoration: none;
}

.t490__container,
.t853__container,
.t594__container,
.t851__container {
    box-sizing: border-box;
}

.t490__container {
    display: flex;
    flex-wrap: wrap;
}

.t490__col {
    margin-bottom: 30px;
}

.t490__bgimg {
    width: 80px;
    height: 80px;
    margin-bottom: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.t490__img_circle {
    border-radius: 50%;
}

.t490__wrappercenter {
    max-width: 260px;
    margin: 0 auto;
}

.t490 .t-card__descr {
    color: rgba(255, 255, 255, 0.72);
}

.t851__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.t851__col {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}

.t851__table {
    position: relative;
    width: 100%;
    min-height: 410px;
    overflow: hidden;
    background: #272727;
}

.t851__cell {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: inherit;
    box-sizing: border-box;
    padding: 38px;
}

.t851__bg,
.t851__overlay {
    position: absolute;
    inset: 0;
}

.t851__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.t851__overlay {
    z-index: 1;
}

.t851__textwrapper {
    position: relative;
    z-index: 2;
    color: #fff;
}

.t851 .t-card__title,
.t851 .t-card__descr {
    color: #fff;
}

.t851__show_hover .t851__bg {
    transition: transform 0.35s ease;
}

.t851__show_hover:hover .t851__bg {
    transform: scale(1.08);
}

.t853__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.t853__col {
    box-sizing: border-box;
    padding: 20px;
}

.t853__content {
    height: 100%;
    background: #fff;
}

.t853__imgwrapper {
    position: relative;
    overflow: hidden;
    background: #ddd;
}

.t853__bgimg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.t853__textwrapper {
    padding: 30px 0 0;
}

.t594__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.t594__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    margin-bottom: 30px;
}

.t594__img {
    display: block;
    width: auto;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.t594__img:hover {
    filter: none;
    opacity: 1;
}

.t708__btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100001;
    cursor: pointer;
}

.t708__btn_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.t708__animated-circle {
    position: absolute;
    inset: -8px;
    border: 2px solid;
    border-radius: 50%;
    opacity: 0.35;
    animation: t708-pulse 1.8s ease-out infinite;
}

.t708__bgimg {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.t708__icon-close,
.t708__mobile-icon-close {
    display: none;
}

.t708_opened .t708__bgimg,
.t708_opened .t708__animated-circle {
    display: none;
}

.t708_opened .t708__icon-close {
    display: block;
}

.t708__popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    background: rgba(0, 0, 0, 0.55);
}

.t708_opened .t708__popup {
    display: flex;
}

.t708__popup-container {
    position: relative;
    width: min(680px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    box-sizing: border-box;
    padding: 44px;
    border-radius: 4px;
}

.t708__title {
    margin-bottom: 24px;
    color: #272727;
    text-align: center;
}

.t708__additional-info {
    margin-top: 20px;
    text-align: center;
}

.t708 .t-input-group {
    margin-bottom: 16px;
}

.t708 .t-input-title {
    display: block;
    margin-bottom: 8px;
}

.t708 .t-input {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 3px;
}

.t708 textarea.t-input {
    min-height: 110px;
    resize: vertical;
}

.t708 .t-submit {
    min-height: 52px;
    padding: 0 34px;
    border: 0;
    border-radius: 4px;
    background: #272727;
    cursor: pointer;
}

.t-body_popupshowed {
    overflow: hidden;
}

@keyframes t708-pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.55;
    }
    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

@media screen and (max-width: 980px) {
    .tmenu-mobile {
        display: block;
    }

    .t228.tmenu-mobile__menucontent_hidden {
        display: none;
    }

    .t228.tmenu-mobile__menucontent_visible {
        display: block;
        position: fixed;
        top: 64px;
        right: 0;
        left: 0;
        max-height: calc(100vh - 64px);
        overflow: auto;
        z-index: 999;
    }

    .t228__maincontainer,
    .t228__list,
    .t228__leftside,
    .t228__centerside,
    .t228__rightside,
    .t228__leftcontainer,
    .t228__centercontainer,
    .t228__rightcontainer {
        display: block;
        height: auto !important;
    }

    .t228__list_item {
        display: block;
        padding: 14px 20px !important;
    }

    .t821__maincontainer,
    .t821__rightwrapper {
        flex-wrap: wrap;
        height: auto !important;
    }

    .t821__rightwrapper {
        gap: 10px;
        padding: 0 20px 14px !important;
    }

    .t851__col,
    .t853__col,
    .t490__col {
        width: 100% !important;
        max-width: 100%;
    }

    .t851__cell {
        min-height: 320px;
        padding: 28px;
    }

    .t708__btn {
        right: 18px;
        bottom: 18px;
    }

    .t708__btn_wrapper {
        width: 62px;
        height: 62px;
    }

    .t708__popup-container {
        padding: 28px 20px;
    }
}
