:root {
    --dark-grey: #1e1f21;
    --yellow: #fcb132;
    --white-text: #fff;
    --black-text: #000;
    --yellow-background: rgba(245, 204, 149, 0.3);
    --grey-text: #626262;
    --grey-background: #d5d5d5;
    --grey-menu: rgba(213, 213, 213, 0.5);
}



.visibility-hidden {
    visibility: hidden;
    pointer-events: none;
}

.richText .alignleft {
    margin: 0 10px 5px 0;
    float: left;
    max-width: 60vw;
}

.richText .alignright {
    margin: 0 0px 5px 10px;
    float: right;
    max-width: 60vw;
}


@media(max-width: 767px) {

    .richText .alignright,
    .richText .alignleft {
        max-width: 100%;
    }

}

.richText p,
.richText,
table *,
.mainSect__cardListDop,
.mainSect__list li b,
.breadcrumbs *,
.bankr__list,
.about__cardNumber,
.equip__swiper_description,
button,
.information__descr,
.mainSect__list li,
.other-services__title,
.other-services__price,
.price_garant,
.consultationModal__warn a,
.other-services__link,
.footer__nav>ul>li>a,
.mainSect__formWarn,
.footer__address,
.taking__swiper_slide_top,
.taking__swiper_slide_bot,
.footer__docs a,
.footer__nav *,
.footer__descr,
.record-person p,
.header__wa-text,
.header__cons,
.header__tel,
.bankr__text,
.calendar__header,
.btnStnd,
.mainSect__list,
.cases__descr,
.mainSect__nav *,
.mainSect__right-desc,
.mainSect__right-title,
.cases__descr2,
.mainSect__cardListDescr,
.tarrif__item,
.command__descr,
.grid__desc {
    font-family: "Montserrat", sans-serif;
}

.information__cardText {
    min-height: 17px;
}


.tagSection__list li .tagSection__link--active {
    font-weight: 600;
}

.consultationModal__warn a {
    text-decoration: underline;
    color: inherit;
}

.modal-thanks {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000047;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-thanks__inner {
    font-family: 'Montserrat Alternates';
    font-size: 28px;
    background: #FCB132;
    position: relative;
    z-index: 99;
    color: white;
    padding: 22px 113px;
    color: #000;
}


.information__name {
    min-height: 40px;
}

.breadcrumbs * {
    display: inline-block;
}

.mainSect__nav--top {
    margin-bottom: 0;
}

.mainSect__nav--top>ul>li>a {
    font-size: 15px;
    color: #1E1F21;
    padding: 0;
    font-weight: 500;
}


.header {
    padding: 0;
}

.header__wrap--sticky {
    padding: 10px 0;
    transition: all .3s;
}

.header--scroll .header__wrap--sticky {
    padding: 8px 0;

}

.mainSect__nav--top>ul>li.parent::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    position: absolute;
    background: url("../../../../../img/arrow2.svg") no-repeat center/contain;
    transition: all .3s;
    filter: invert(1);

}

.mainSect__nav--top>ul {
    justify-content: flex-start;
}

.top-menu {
    background: rgba(231, 233, 236, .5);
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}


@media(max-width: 1024px) {
    .top-menu {
        display: none;
    }
}

#menu-verhnee-1 {
    border-bottom: 1px solid rgba(11, 27, 60, .3);
}

.header__menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.location__title {
    display: inline-block;
    background: url(../../../../uploads/2023/09/location.svg);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: 0% -2px;
}

.location__name {
    color: #FCB132;
    font-weight: 700;
    border-bottom: 1px dashed #FCB132;
    cursor: pointer;
}




.locationSelector {
    top: 0;
    display: flex;
    pointer-events: none;
    align-items: center;
    float: right;
    position: fixed;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.locationSelector__popup {
    display: block;
    position: fixed;
    pointer-events: all;
    right: 15px;
    top: 44px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 5;
    opacity: 0;
    transform: translateY(-200%);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-left: 0;
    padding: 1.1em 1.1em 1.1em 1.9em;
    transition: 0.6s ease;
    pointer-events: none;
}



.locationSelector__popup--active {
    display: block;
    opacity: 1;
    transition: 0.6s ease;
    transform: translateY(0);
    pointer-events: all;
}


.locationSelector__list {
    column-count: 4;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 15px;
}


.locationSelector__search-input {
    color: inherit;
}


.locationSelector__search-input::placeholder {

    color: inherit;
}


.locationSelector__popup-title {
    font-weight: 600;
    font-size: 18px;
}



.locationSelector__list li {
    margin-right: 10px;
    list-style: none;
    margin: 0;
    break-inside: avoid;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 4px;
    transition: color 300ms, background-color 300ms;
}

.locationSelector__list a {
    color: inherit;
    padding: 5px 4px;
    border-radius: 4px;
}

a.selected-city {
    background-color: #283349;
    color: white;
}

.locationSelector__search-input {
    color: inherit;
    box-shadow: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #C4C4C4;
    border-radius: 4px;
    background-color: #fff;
    color: #333333;
    padding: 0.65em 1em;
    font-family: 'Manrope', sans-serif;
    font-size: 1.0rem;
    line-height: 1.2;
    width: 42%;
}

.locationSelector__search {
    margin: 13px 0;
}


@media(max-width: 1024px) {

    .locationSelector,
    .header__location {
        display: none;
    }
}


.header__tel {
    font-size: 21px;
}

@media(max-width: 1440px) {
    .header__tel {
        font-size: 21px;
    }

    .header__left {
        gap: 10px;
    }

    .header__wrap {
        gap: 0;
    }

    .header__right {
        gap: 15px;
    }

    .header__btn {
        margin-left: 10px;
    }

}

@media(max-width: 1200px) {
    .header__tel {
        font-size: 17px;
        text-align: right;
    }

    .header__left {
        gap: 00px;
    }

}

@media(max-width: 1024px) {
    .header__right {
        justify-content: space-between;
    }

    .header__wrap {
        gap: 10px;
    }

    .header__tel {
        font-size: 18px;
        text-align: left;
    }

    .header__wa-text {
        display: none;
    }

}

@media(max-width: 550px) {

    .mainSect__right {
        display: none;
    }
}

.header__cons {
    text-align: right;
}

.header__wa-icon-image {
    width: 40px;
}

.header__wa {
    display: flex;
    gap: 11px;
    align-items: center;
}

@media(max-width: 767px) {
    .header__wa-icon-image {
        width: 30px;
    }
}

.header__wa-link {
    color: inherit;
    display: block;
    margin-top: 2px;
}

.header__wa-text {
    font-size: 12px;
    max-width: 156px;
    line-height: 1.1;
}

.mainSect__nav {
    border-bottom: 1px solid #ffffff26;
}

.cases__card {
    position: relative;
}

.cases__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.cases__link-pdf {
    position: relative;
    padding-left: 42px;
    color: #FCB132;
    font-size: 17px;
    font-weight: 800;
    z-index: 1;
}

.footer__tel {
    margin-top: 20px;
    justify-content: flex-end;
}

.footer__telLink {
    text-align: right;
    font-size: 20px;
}

.cases__link-pdf:after {
    content: '';
    position: absolute;
    background: url('../../../../uploads/2023/09/file_pdf.svg');
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;

}


.footer__address {
    max-width: 311px;
    text-align: right;
}

.footer__right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}


.command__subtitle {
    margin: 30px 0px;
}

.richText--center {
    text-align: center;
}


@media(min-width:1600px) {
    .mainSect__btn {
        margin-top: 33px;
    }
}


@media(max-width: 1600px) and (min-width:1023px) {
    .titleBlock {
        padding: 30px 40px 30px 0;
    }

    .title {
        font-size: 36px;
    }

    .mainSect__dopTitle {

        font-size: 19px;
        margin: 0 0 20px;
    }

    .mainSect__btn {
        margin-top: 25px;
    }

    .mainSect__list {
        gap: 12px;
    }
}

.tabs__tab {
    display: flex;
    justify-content: center;
    margin: 32px 0 32px 0;
}

.tabs__list {
    display: flex;
}

.tabs__item {
    padding: 17px 24px;
    background: #D5D5D5;
    color: #02050c;
    font-size: 21px;
    font-weight: 500;
    border: 1px solid #f1efed;
}


.tabs__item--active {
    background: #FCB132;
    color: white;
}


.tabs__content-item {
    display: none;
    /* flex-wrap: wrap; */
    justify-content: space-between;

}

.tabs__content-item-inner {
    width: 100%;
    display: flex;
    gap: 10px;
}

.tabs__content-ok{
    width: 50%;
    display: flex;
    gap: 10px;
    width: 50%;

    flex-direction: column;
}

.tabs__content-not-ok{
    width: 50%;
    display: flex;
    gap: 10px;
    width: 50%;
    flex-direction: column;
}
.tabs__content-item--active {
    display: flex;

}

@media(max-width:760px) {
    .tabs__content-not-ok,
    .tabs__content-ok{
        width: 100%;
    }
}
.tabs__content-item-icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.tabs__content-item-text {
    width: calc(100% - 40px);
}

.tabs__content-item-icon--ok {
    background: url(../../../../uploads/2023/09/ok.svg);
    background-size: contain;
}



.tabs__content-item-icon--not {
    background: url(../../../../uploads/2023/09/not_ok.svg);
    background-size: contain;
}


@media(max-width: 767px) {
    .tabs__content-item-inner {
        width: 100%;
    }

    .tabs__content-item--active {
        display: flex;
        flex-wrap: wrap;
        gap: 23px;

    }

    .tabs__item {
        font-size: 14px;
        min-width: 130px;
        flex-grow: 1;
    }

    .tabs__list {
        width: 100%;
        flex-wrap: wrap;
    }

}



.mainSect__right {
    position: absolute;
    right: 80px;
    color: white;
    bottom: 60px;
}


.mainSect__right-title {
    font-size: 23px;
    text-align: right;
}

.mainSect__right-desc {
    font-size: 14px;
    text-align: right;
}


@media(max-width:1600px) {
    .mainSect__right {
        bottom: 50px;
    }
}

@media(max-width:1024px) {
    .mainSect__right {
        bottom: 40px;
    }
}

@media(max-width:767px) {
    .mainSect__right {
        position: static;
        margin-top: 34px;
    }

    .mainSect__right-title {
        font-size: 20px;
        text-align: right;
    }

    .mainSect__right-desc {
        font-size: 12px;
        text-align: right;
    }
}



.grid {
    background: #D5D5D5;
    padding: 48px 0;
}

.grid__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    gap: 30px;
}

.grid__title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
}


.command__title--left {
    text-align: left;
    max-width: 100%;
}

.grid__item {
    position: relative;
    padding-left: 74px;
}

.grid__item:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -9px;
    background: url(../../../../uploads/2023/09/warning.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 65px;
    background-size: cover;
    z-index: 1;
    opacity: 0.15;
}


@media(max-width:1024px) {
    .grid__wrap {
        grid-template-columns: 1fr;
    }

}

.tabs__tab--left {
    justify-content: flex-start;
}


.tabs__content-item--tariff {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
}


.tabs__content-item--tariff-active {
    display: grid;
    gap: 40px;
}

.tabs__content-item--tarrif {
    background: #faf6ee;
    padding: 40px;
    border-radius: 2px;
    border: 3px solid #FCB132;
    position: relative;
}

.tarrif__name {
    position: relative;
    z-index: 2;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 13px;
}

.tarrif__bottom {
    font-weight: 700;
    font-size: 18px;
}

.tabs__content--tariff {
    margin: 60px 0;
}


.tarrif__item {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 34px;
}


.tarrif__item::before {
    display: inline-block;
    content: '';
    margin-right: 0.6em;
    height: 1em;
    width: 1em;
    position: absolute;
    left: 0;
    top: 0.2em;
    font-size: 1.0rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../../uploads/2023/09/check.svg);
}


.tarrif__list {
    padding: 0;
    position: relative;
    z-index: 2;
}


@media(max-width:1200px) {
    .tabs__content-item--tariff-active {
        gap: 20px;
    }

    .tabs__content-item--tarrif {
        padding: 30px;
    }

    .tarrif__item {
        margin-bottom: 15px;
        padding-left: 30px;
        font-size: 15px;
        line-height: 1.3;
    }

    .tarrif__name {
        font-size: 20px;
    }

    .tarrif__bottom {
        font-size: 16px;
    }
}


@media(max-width:1024px) {
    .tabs__content-item--tariff-active {
        display: flex;
        gap: 19px;
        flex-direction: column;
    }

    .tarrif__item {
        margin-bottom: 10px;
    }

    .tabs__content-item--tarrif {
        padding: 10px;
    }
}

body {
    counter-reset: selectors;
    /* Инициируем счетчик */
}


.tarrif__num {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0.6;
}

.tarrif__num::before {
    display: block;
    counter-increment: selectors;
    content: "0" counter(selectors);
    font-weight: 800;
    font-size: 140px;
    line-height: 1;
    color: #e9e2d2c2;
    transform: translate(-0.25em, 0);
}


.price_from {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: white;
    padding: 11px 35px 9px 35px;
    background: #f1b44e;
    border-radius: 2px 0 0 2px;
    font-weight: bold;

}

.price__text p {
    color: white;

}

.price__text {
    margin: 40px 0;

}

.price_from:after {
    background: url(../../../../uploads/2023/09/price-tag.svg);
    content: '';
    position: absolute;
    top: 0;
    right: -68px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}


.price__wrap {
    display: flex;
    gap: 114px;
}

.price_garant {
    position: relative;
    color: white;
    padding-left: 64px;
    max-width: 377px;
    display: flex;
    align-items: center;
}

.price_garant:before {
    content: '';
    background: url(../../../../uploads/2023/09/garant.svg);
    width: 48px;
    height: 52px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}


.other-services {
    margin-top: 40px;
}


.other-services__title {
    font-size: 24px;
    color: white;
    font-weight: 800;
}


.other-services__list {
    display: flex;
    gap: 28px;
    justify-content: flex-start;
    margin-top: 20px;
}

.other-services__link {
    color: white;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding-right: 30px;
}

.other-services__item {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.other-services__price {
    color: white;
    margin: 12px 0;
    font-size: 21px;
    font-weight: 500;
}


.other-services {
    margin-top: 40px;
    background: rgb(30 31 33 / 40%);
    padding: 32px 45px 7px 45px;
}


@media(max-width:1024px) {
    .other-services__list {
        flex-wrap: wrap;
    }

    .other-services__item {
        width: 47%;
        justify-content: space-between;
    }
}


@media(max-width: 767px) {
    .other-services__list {
        gap: 19px;
    }

    .other-services__item {
        width: 100%;
    }

    .other-services__price {
        margin: 5px 0;
        font-size: 18px;
    }

    .other-services__title {
        font-size: 19px;
        ;
    }

    .other-services {
        margin-top: 30px;
        background: #FCB132;
        padding: 29px 20px 7px 20px;
    }

    .other-services__link {
        padding-right: 0;
    }

    .price_from {
        font-size: 24px;
    }

    .price__wrap {
        display: flex;
        gap: 100px;
        flex-wrap: wrap;
        row-gap: 40px;

    }
}


a.article__link {
    color: white;
    display: inline-block;
    padding: 10px 10px;
    background: #c6a760;
    text-decoration: none;
}

.autor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px 30px;
    background: #D5D5D5;
    margin-top: -88px;
    margin-bottom: 27px;
    box-shadow: 0px 5px 10px 0px #0000002b;
    width: 75%;
    align-items: center;
    border-radius: 2px;
    gap: 25px;
}

.autor__wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.autor__value {
    font-weight: 500;
    display: block;
    padding-left: 29px;
    position: relative;
    max-width: 215px;
}

.autor__value:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 100%;

    display: block;
    content: '';
}

.autor__field {
    font-size: 15px;
    color: #707070;
}

.autor__wrapper-item {
    display: flex;
    align-items: center;
    gap: 20px
}

.autor_avatar-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.autor_avatar {
    display: flex;
}

.autor__self .autor__value {
    padding-left: 0;
}

.autor__date-change .autor__value:before {
    background: url(../../../../uploads/2023/10/calendar.svg);
    background-size: contain;
}

.autor__date-change .autor__value:before {
    background: url(../../../../uploads/2023/10/calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.autor__views .autor__value:before {
    background: url(../../../../uploads/2023/10/see.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.autor__likes .autor__value:before {
    background: url(../../../../uploads/2023/10/timer.svg);
    background-size: contain;
    background-repeat: no-repeat;
}




@media(max-width: 1200px) {
    .autor {
        width: 100%;
    }
}

@media(max-width: 900px) {
    .autor_avatar-img {
        width: 70px;
        height: 70px;
    }

    .autor {
        gap: 15px;
    }
}

@media(max-width: 767px) {
    .autor__wrapper-item {
        width: 47%;
    }


    .autor__wrapper-inner {
        gap: 3px;
    }

    .autor {
        flex-wrap: wrap;
    }
}


@media(max-width: 600px) {
    .autor__wrapper-item {
        width: 100%;
    }

    .autor__value {
        max-width: 100%;
    }

    .autor__wrapper-inner {
        gap: 3px;
    }

    .autor {
        margin-top: -50px;
    }
}

.header__info-tel {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1023px) {
    .header__info-tel {
        order: -1;
        flex-direction: row-reverse;
    }
}

.mainSect__nav>ul {
    justify-content: flex-start;
}

.mainSect__nav>ul li.parent:nth-child(n+5) .sub-menu {
    left: unset;
    right: 0;
}

.mainSect {
    z-index: unset;
}

.richText a {
    color: #FCB132;
    font-weight: 500;
}

.richText a::before {
    content: '';
    background-image: url(../img/clip.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: -3px;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px 50px;
    background: #D5D5D5;
    box-shadow: 0px 5px 10px 0px #0000002b;
    width: 100%;
    border-radius: 5px;
    gap: 40px;
}

.author-info__left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.author-info__subtitle {
    font-size: 15px;
    color: #707070;
    line-height: 100%;
    margin: 0;
}

.author-info__name {
    font-size: 20px;
    font-weight: 500;
    color: #FCB132;
    white-space: nowrap;
    margin: 0 0 5px;
}

.author-info__img {
    border-radius: 50%;
    max-width: 150px;
}

.author-info__link {
    text-decoration: underline;
    font-size: 17px;
    font-weight: 500;
    color: #FCB132;
    white-space: nowrap;
    margin: 0;
}

.author-info__link:hover {
    text-decoration: none;
}

.author-info__text {
    margin: 0;
}

.author-info__link::after {
    content: '';
    background-image: url(../img/arrow-right.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 5px;
    transition: opacity 0.2s;
}

.author-info__link:hover::after {
    opacity: 0;
}

.author-info__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.author-info__social {
    transition: opacity 0.3s;
}

.author-info__social img {
    max-width: 35px;
}

.author-info__social:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .author-info {
        padding: 30px;
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .author-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .author-info__left {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.record-section {
    margin: 120px 0;
}

@media (max-width: 1023px) {
    .record-section {
        margin: 90px 0;
    }
}

@media (max-width: 767px) {
    .record-section {
        margin: 60px 0;
    }
}

.record__content {
    border-radius: 2px;
    border: 3px solid #FCB132;
    padding: 20px 10px;
    display: flex;
    gap: 30px;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .record__content {
        gap: 15px;
    }
}

@media (max-width: 880px) {
    .record__content {
        font-size: 8px;
    }
}

.record__cell_left {
    flex-basis: 27%;
}

.record__caption {
    color: #FCB132;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.record__persons {
    margin-top: 20px;
    max-height: 500px;
    height: 100%;
    overflow-y: auto;
    padding-right: 5px;
}

.record__persons::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #c0c1c2;
}

.record__persons::-webkit-scrollbar {
    width: 5px;
    background-color: #c0c1c2;
}

.record__persons::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FCB132;
}

.record-person {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-height: 120px;
    border-radius: 5px;
    transition: background-color 0.3s;
    cursor: pointer;
}

@media (max-width: 880px) {
    .record-person {
        gap: 10px;
    }
}

.record-person:not(.is-active):hover {
    background-color: #FCB13230;
}

.record-person p {
    margin: 0;
}

@media (min-width: 767px) {
    .record-person:not(:last-child) {
        border-bottom: 1px solid #e4e6e9;
    }
}

.record-person__photo {
    max-width: 62px;
    max-height: 62px;
    border-radius: 50%;
}

.record-person__photo img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.record-person__content {
    flex-grow: 1;
}

.record-person__arrow {
    transform: rotate(-90deg);
    flex-shrink: 0;
}

.record-person__name {
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 5px;
    white-space: nowrap;
}

.record-person__text {
    font-size: 1.3em;
}

.record-person.is-active {
    background-color: #FCB132;
    color: #fff;
    cursor: default;
}

.record-person.is-active .record-person__arrow path {
    fill: #fff;
}

.record__cell_right {
    flex-grow: 1;
}

.calendar__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.calendar__header {
    color: #FCB132;
    font-size: 1.6em;
    font-weight: 600;
    width: 270px;
    text-align: center;
    padding: 0 15px;
    margin: 0;
}

.calendar__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-color: #f1b44e;
}

.calendar__button.is-deactive {
    cursor: default;
    background-color: #D5D5D5;
}

.calendar__button.is-deactive path {
    fill: #b6b8bb;
}

.calendar__thead {
    background-color: #D5D5D5;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 10px 5px;
}

@media (max-width: 880px) {
    .calendar__thead {
        margin-bottom: 15px;
    }
}

.calendar__row {
    display: flex;
}

.calendar__column {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

.calendar__column:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .calendar__column:not(:last-child) {
        margin-right: 10px;
    }
}

.calendar__weekday {
    display: flex;
    width: 100%;
    font-weight: 600;
    font-size: 1.3em;
    align-items: center;
    justify-content: center;
    color: #FCB13280;
}

.calendar__weekday.is-current {
    color: #1e1f21;
}

.calendar__weekday-name {
    color: #1e1f21;
    margin-right: 12px;
}

.calendar__weekday-day {
    width: 30px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 5px;
    color: #1e1f21;
}

.calendar__weekday.is-current .calendar__weekday-day {
    color: #fff;
    background-color: #FCB132;
}

.calendar__time {
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 100%;
    background-color: #FCB132;
    font-size: 1.3em;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s;
}

@media (max-width: 880px) {
    .calendar__time {
        height: 30px;
    }
}

.calendar__time:hover {
    background-color: #FCB132;
}

.calendar__time:not(:last-child) {
    margin-bottom: 10px;
}

.calendar__time.is-deactive {
    background-color: #D5D5D5;
    color: #02050c90;
    pointer-events: none;
}

.recordModal {
    background: #FCB132 !important;
    font-size: 10px;
}

.record-person-modal {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-height: 120px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #FCB132;
}

.record-person-modal p {
    margin: 0;
}

.record-person__text-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.record-modal__info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 15px;
}

.record-modal__info-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
}

.record-modal__info-wrap:not(:last-child) {
    margin-right: 30px;
}

.record-modal__info-icon {
    margin-right: 8px;
}

@media (max-width: 800px) {
    .record__content {
        flex-direction: column;
        gap: 40px;
    }

    .record__persons {
        max-height: 165px;
    }
}

@media (max-width: 450px) {
    .record__content {
        gap: 30px;
    }

    .record__caption {
        padding-top: 0px;
    }

    .record__persons {
        max-height: 190px;
        margin-top: 10px;
    }

    .calendar__button {
        height: 25px;
        width: 25px;
    }

    .calendar__header {
        font-size: 1.5em;
        width: 210px;
    }

    .calendar__weekday-name {
        margin-right: 3px;
    }
}



.richText h2 {
    clear: none;
}


.richText h3 {
    clear: none;
}


.richText ul li {
    position: relative;
    left: 41px;
}

ul {
    padding: 0;
}


@media (max-width: 767px) {
    .richText ul li {
        position: relative;
        left: 0px;
    }

    ul {
        padding: 0px 0 0 35px;
    }


}


.main-title {
    color: #1E1F21;
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto 32px;
    text-align: center;
    max-width: 700px;

}

.promoSect_wrap {
    background: rgb(245 204 149 / 30%);
    padding: 67px 92px 67px 100px;
    display: flex;
    gap: 60px;
    border-radius: 20px;
}

.promoSect_wrap-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.promoSect__title {
    font-size: 36px;
    font-weight: 900;
}

.promoSect__text p {
    text-align: center;
    font-size: 20px;
}

.promoSect__title-sub {
    margin-bottom: 25px;
}

.promoSect__warn {
    display: flex;
    margin-top: 35px;
}

.promoSect_wrap-left-img--mobile {
    display: none;
}

.promoSect_wrap-left-img {
    border: 2px solid #FCB132;
    border-radius: 20px;
    width: 100%;
}


.promoSect__warn-item {
    padding: 10px 55px;
    background: #FCB132;
    font-weight: 600;
    color: #1E1F21;
    font-size: 20px;
    line-height: 1.3;
}

.promoSect__left {
    padding: 10px 20px;
    background: #1E1F21;
    color: #fff;
}

.promoSect_wrap-left {
    width: 34%;
    flex-shrink: 0;
    max-width: 380px;
}


@media(max-width: 1500px) {
    .promoSect__warn-item {
        font-size: 17px;
    }

    .main-title {
        font-size: 25px;
    }

    .promoSect__text p {
        font-size: 17px;
    }

    .promoSect__title-sub {
        margin-bottom: 17px;
    }

    .promoSect__warn {
        display: flex;
        margin-top: 22px;
    }

    .promoSect__title {
        font-size: 33px;
        margin-bottom: 22px;
    }

    .promoSect__warn-item {
        padding: 10px 25px;
    }

    .promoSect_wrap {
        padding: 67px 58px 67px 67px;
    }
}

@media(max-width: 1300px) {
    .promoSect_wrap {
        padding: 50px 50px 50px 50px;
        gap: 20px;
    }

    .promoSect__warn-item {
        text-align: center;
    }

    .promoSect__warn {
        flex-direction: column;
    }

}

@media(max-width: 1199px) {
    .promoSect_wrap {
        flex-direction: column;
        align-items: center;
    }

    .promoSect_wrap-left-img--mobile {
        display: block;
        max-width: 300px;
    }

    .promoSect__title {
        margin-bottom: 30px;
    }

    .promoSect__title-sub {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .promoSect_wrap-left-img--pc {
        display: none;
    }
}

@media(max-width: 767px) {
    .promoSect_wrap {
        padding: 40px 0;
    }

    .promoSect__title {
        font-size: 26px;
    }

    .promoSect_wrap-left-img--mobile {
        max-width: 250px;
    }

    .main-title {
        font-size: 24px;
    }

    .promoSect__text p {
        font-size: 14px;
    }

    .promoSect__warn-item {
        font-size: 20px;
    }

    .promoSect__left {
        padding: 10px 10px;

        font-size: 14px;
    }

}

.record__content_title {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    color: black;
}

@media (max-width: 700px) {
    .header--scroll .header__right {
        gap: 10px 20px;
    }
}

.calc {
    background: #FAF6EE;
    margin: 100px 0;
}

.calc__inner {}

.calc__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
    font-weight: 600;
}

.calc__body {
    padding: 60px 100px 40px 100px;
    border: 3px solid #1E1F21;
    position: relative;
}

.calc__slider {
    height: 130px;
    /* background: #eee; */
    margin-bottom: 90px;
    width: 100%;
    padding-top: 20px;
}

.calc__m2 {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -40px;
}

.calc__scale {
    width: calc(100% + 40px);
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.calc__scale-element {
    display: flex;
    column-gap: 5px;
}

.calc__scale-stick {
    height: 30px;
    width: 5px;
    background: #D5D5D5;
    border-radius: 20px;
}

.calc__scale-digit {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.calc__filter {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 90px;
    column-gap: 2%;
}

.calc__filter::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    top: 50%;
}

.calc__radio {
    display: none;
}

.calc__radio:checked+.calc__label {
    background: #d5d5d5;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.calc__label {
    cursor: pointer;
    background: #f9e9d3;
    color: #000;
    font-size: 22px;
    height: 50px;
    width: 220px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 600;
    z-index: 10;
    transition-duration: 0.3s;
}

.calc__block {
    padding: 0 140px;
}


.calc__more {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}


.calc__services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calc__part {
    width: 50%;
}

.calc__part_right {
    max-width: 270px;
}

.calc__checkbox {
    display: none;
}

.calc__checkbox:checked+.calc__serv::before {
    background: #FCB132;
}

.calc__checkbox:checked+.calc__serv::after {
    background: #D5D5D5;
    transform: translateX(100%);
}

.calc__serv {
    font-size: 18px;
    color: #000;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;

    width: 40%;
    white-space: nowrap;
    flex-shrink: 0;
}

.calc__serv_bold {
    font-weight: 600;
}

.calc__serv::before {
    flex-shrink: 0;
    transition-duration: 0.4s;
    content: "";
    display: inline-block;
    width: 56px;
    background: #D5D5D5;
    height: 30px;
    margin-right: 25px;
    border-radius: 50px;
}

.calc__serv::after {
    flex-shrink: 0;
    box-shadow: 0px 1px 4px 0px #00000040;
    transition-duration: 0.4s;
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 2px;
    top: 2px;
    background: #FCB132;
    margin-right: 25px;
    border-radius: 50px;
}

.calc__result {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin: 30px auto;
}

.calc__submit {
    margin: 20px auto;
    display: block;
    height: 50px;
    width: 250px;
    background: #FCB132;
    font-weight: 600;
    font-size: 18px;
}





.ui-slider-wrap {
    padding-right: 40px;
    position: relative;
}

.ui-slider-wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 30px;
    right: 0;
    top: 0;
    background: #F5CC95;
    border-radius: 0 50px 50px 0;
}

#slider.ui-slider {
    box-sizing: border-box;
    width: calc(100% - 8px);
    left: 4px;
    bottom: 0px;
    background: #F5CC95;
    height: 30px;
    border: none;
    border-radius: 50px 0 0 50px;
}



#slider .ui-slider-range {
    box-sizing: border-box;
    background: #D5D5D5;
    border-radius: 50px;
}

#slider .ui-slider-handle {
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #000;
    background: #FCB132;
    width: 70px;
    height: 70px;
    outline: none;
    margin-top: -13px;
    cursor: pointer;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}

#slider .ui-state-active {
    color: #000;
    font-weight: 600;
}





@media (max-width: 1199px) {
    .calc__block {
        padding: 0 70px;
    }

    .calc__label {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .calc__block {
        padding: 0;
    }

    .calc__body {
        padding: 60px 6% 40px 6%;
    }

    .calc__label {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .calc__title {
        font-size: 24px;
    }

    .calc__body {
        padding: 40px 4% 20px 4%;
    }

    .calc__filter {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
        margin-bottom: 60px;
    }

    .calc__filter::after {
        display: none;
    }

    .calc__label {
        width: 32%;
        border-radius: 10px;
    }

    .calc__m2 {
        left: 50%;
        top: 50%;
        margin-top: -10px;
        margin-left: -20px;
        width: 30px;
        text-align: center;
        font-size: 13px;
    }

    .calc__scale-stick {
        width: 2px;
        height: 20px;
    }

    .calc__scale-digit {
        font-size: 12px;
        line-height: 20px;
    }

    .calc__slider {
        height: auto;
        margin-bottom: 60px;
    }

    .calc__more {
        font-size: 18px;
    }

    .calc__serv {
        font-size: 16px;
        margin-bottom: 30px;
    }


    #slider .ui-slider-handle {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-top: -8px;
    }

    #slider.ui-slider {
        height: 15px;

    }

    .ui-slider-wrap::after {
        height: 15px;
    }

    .ui-slider-wrap {
        padding-right: 20px;
    }

    .calc__scale {
        width: calc(100% + 20px);
    }
}

@media (max-width: 640px) {
    .calc__label {
        font-size: 15px;
    }

    .calc__services {
        justify-content: flex-start;
    }

    .calc__serv {
        width: 100%;
    }

    .calc__result {
        font-size: 26px;
    }

    .calc__submit {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .calc__filter {
        row-gap: 10px;
    }

    .calc__label {
        width: 49%;
    }

    .calc__serv {
        white-space: normal;
    }

    .calc__serv::after {
        left: 2px;
        top: 50%;
        margin-top: -13px;
    }
}

.equip {
    background: #FAF6EE;
}

.equip * {
    box-sizing: border-box;
}

.equip {
    margin: 100px 0;
}

.equip__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.equip__description {
    font-size: 22px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
}

.equip__swiper {
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
}

.equip__swiper>.swiper {
    overflow: auto;
    overflow-x: hidden;
}

.equip__inner .equip-swiper-pagination {
    position: relative;
    top: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.equip__inner span.swiper-pagination-bullet {
    text-align: center;
    color: #A6A6A6;
    background: transparent;
    opacity: 1;
    font-size: 20px;
    width: 14px;
    height: 28px;
    border-radius: 0%;
    display: block;
    margin: 0 10px !important;
}

.equip__inner span.swiper-pagination-bullet-active {
    color: #000;
    border-bottom: 1px solid #000;
}

.equip__inner .swiper-button-next {
    top: 40%;
    margin-top: -10px;
    right: -40px;
}

.equip__inner .swiper-button-next::after {
    content: "";
    background: url("../img/next.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 50px;
}


.equip__inner .swiper-button-prev {
    top: 40%;
    margin-top: -10px;
    left: -40px;
}

.equip__inner .swiper-button-prev::after {
    content: "";
    background: url("../img/prev.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 50px;
}


.equip__swiper_slide {
    cursor: pointer;
    height: auto;
    width: auto;
    padding: 0 0px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.equip__swiper_slide:hover .equip__swiper_hover {
    transform: translateY(0);
    opacity: 1;
}

.equip__swiper_img {
    /* 
  width: 340px;
  height: 336px; */
    object-fit: cover;
    height: 310px;
    width: 100%;

}

.equip__swiper_hover {
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    bottom: 0;
    left: 0%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition-duration: 0.3s;
    transform: translateY(300px);
    opacity: 0;
}

.equip__swiper_title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 24px;
}

.equip__swiper_top {
    position: relative;
}

.equip__swiper_description {
    border: 5px solid #FCB132;
    background: #1E1F21;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 1024px) {
    .equip__title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .equip__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .equip__swiper_description {
        font-size: 16px;
    }

}

@media (max-width: 576px) {
    .equip__inner span.swiper-pagination-bullet {
        font-size: 15px;
        height: 20px;
    }

    .equip__swiper {
        width: 100%;
    }

    .equip__inner .swiper-button-prev {
        display: none;
    }

    .equip__inner .swiper-button-next {
        display: none;
    }
}


.case_blocks .docs__inner {
    padding: 0;
    margin: 80px 0;
}

.case_blocks .docs__swiper_img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: initial;
}

@media (max-width: 576px) {
    .case_blocks .docs__inner .swiper-button-prev {
        display: flex;
        top: 50%;
        left: -7px;
    }

    .case_blocks .docs__inner .swiper-button-next {
        display: flex;
        top: 50%;
        right: -7px;
    }


    .case_blocks .docs__inner .swiper-button-next::after {
        width: 34px;
        height: 28px;
    }

    .case_blocks .docs__inner .swiper-button-prev::after {
        width: 34px;
        height: 28px;
    }

}



.taking__swiper_slide_mid {
    text-align: center;
    top: 50%;
    width: 82%;
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-pagination-bullet {
    text-align: center;
}

.swiper-button-lock {
    display: flex;
}

.zoom-image {
    position: relative;
}


.zoom-image__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoom-image img {
    filter: brightness(0.7);
    transition: 0.4s;
}

.zoom-image:hover img {
    filter: brightness(0.9);
}


span.zoom-image__icon {
    display: flex;
    padding: 13px;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 0%);
    border-radius: 50%;
    transition: 0.4s;
}



.zoom-image:hover .zoom-image__icon {
    background: rgb(0 0 0 / 48%);
}

.grid__item:after {
    display: none;
}

.grid__icon {
    position: absolute;
    left: -9px;
    top: -12px;
}

.grid__icon img {
    width: 65px;
    height: 65px;
}


/* 
 .zoom-image__icon {
    opacity:1;
    transition: 0.6s;

}


.zoom-image:hover .zoom-image__icon {
    opacity:0;
} */



.tarrif__num--icon::before {
    opacity: 0;
    display: none;
}

.tarrif__num--icon {
    top: 15px;
}

.tarrif__icon {
    width: 70px;
}


.tarrif--icon {
    padding-left: 81px;
}

.mainSect__nav>ul>li>ul.sub-flex {
    width: 800px;
}

ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 0px 36px;
}

.sub-menu>li {
    max-width: 360px;
}

.mainSect__nav>ul>li>ul.sub-flex>li {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.mainSect__nav>ul>li>ul.sub-flex>li a {
    padding: 0;
}

.mainSect__nav>ul>li>ul.sub-flex>li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(11, 27, 60, 0);
}


.mainSect__nav>ul>li>ul.sub-flex>li:not(:last-of-type) {
    border-bottom: 1px solid rgba(11, 27, 60, 0.3);
}



.accordeon__head.table-head {
    background: #D5D5D5;
    padding: 35px 120px;
    min-height: 100px;
    margin: 30px 0;
    margin-bottom: 0;
}

.table-title {

    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--black-text);
}

.table-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.table-inner {

    overflow: hidden;
    transition: 0.4s;
}

.table-inner.hidden {
    height: 0 !important;
}

.accordeon__arrow {
    transform: rotateX(0);
    transition: 0.4s ease;
  
}

.active .accordeon__arrow {
    transform: rotateX(180deg);
}

.accordeon__arrow path {
    transition: 0.4s ease;
}

.active .accordeon__arrow path {
    fill: #1E1F21;
}


@media (max-width: 768px) {
    .accordeon__arrow {
       width: 30px;
       flex-shrink: 0;
      
}
}

.accordeon__item {
    background: #d5d5d5;
}

.table-inner tr:nth-child(odd) {
    background: #d5d5d5;
}

.table-inner tr:nth-child(even) {
    background: rgb(221 211 196);
}

.table-inner table {
    height: 103%;
}



.table-inner td {
    padding: 8px 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    text-align: left;
}

.table-inner td table {
    width: calc(100% + 26px) !important;
    position: relative;
    left: -13px;
    top: 0px;
    height: calc(100% + 17px);
}


.table-inner tr table tr:nth-child(odd) {
    background: rgb(221 211 196)
}

.table-inner tr table tr:nth-child(even) {
    background: #d5d5d5;
}

@media (max-width: 1200px) {
    .accordeon__head.table-head {
        padding: 17px 42px;
        min-height: 70px;
        gap: 20px;
    }

}

@media (max-width: 1024px) {
    .accordeon__head.table-head {
        padding: 15px 15px;
        min-height: 70px;
    }

    .table-title {
        font-size: 18px;
    }

    .table-inner td {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .table-inner td {
        font-size: 11px;
    }

    .table-inner td {
        padding: 6px 7px;
    }


    .table-inner td table {
        width: calc(100% + 16px) !important;
        position: relative;
        left: -8px;
        top: 0px;
        height: calc(100% + 14px);
    }
}

.breadcrumbs a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}

.mainSect {
    position: relative;
}

.mainSect__block {
	display: flex;
	gap: 25px;
}

.mainSect__block-left {
		
}

.mainSect__block_right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	position: absolute;
	bottom: 0;
	height: 100%;
	right: 0;
}


@media(max-width: 767px) {
    .mainSect__block_right {
        display: none;
    }
    
}

.mainSect__right-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 800px) {
	.mainSect__right-image {
		display: none;
	}
}

.information__items {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

a.information__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    background: #D5D5D5;
    border-radius: 5px;
	color: black;
}

.information__item svg {
    rotate: 270deg;
}

.table-inner table{
    width:100% !important;
}

.table-inner{
    overflow:auto;
}

.tagSection__title {
    margin-bottom: 30px;
}