#cards-page .body{
    padding: 50px 0 100px 0;
}
#cards-page .default-table th, #cards-page .default-table td div{
    text-align: start;
    justify-content: flex-start;
}
#cards-page .default-table th{
    white-space: unset;
}
.cards{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}
.cards__text{
    width: 100%;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.523%; /* 26.804px */
}
.cards__list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}
.card{
    width: 100%;
    display: flex;
    padding: 50px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -1px 4px 8px 0 rgba(40, 40, 40, 0.05);
    gap: 100px;
}
.card__img{
    width: 360px;
    min-height: 235px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.card__info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}
.card__title{
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card__props{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.card__props div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.card__props div span{
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}
.card__props div p{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cards__links{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.card-view{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-view__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}
.card-view__head{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.card-view__title{
    width: 100%;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.523%; /* 26.804px */
}
.card-view__title a {
    color: #BF1A1F;
}
.card-view__nav-buttons{
    flex-shrink: 0;
    display: flex;
    width: 310px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -1px 2px 9px 0 rgba(40, 40, 40, 0.08);
    margin-top: -170px;
}
.card-view__nav-button{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.card-view__nav-button.active{
    color: #BF1A1F;
}
.card-view__nav-button:hover{
    color: #BF1A1F;
}

.card-view__img-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.card-view__img-container > img{
    margin-left: 93px;
    width: 470px;
}
.card-view__props{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px;
}
.card-view__prop{
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -1px 2px 9px 0 rgba(40, 40, 40, 0.08);
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.card-view__prop div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.card-view__prop div span{
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}
.card-view__prop div p{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-view__head .default-select{
    display: none;
}


.cards-properties__list{
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 18px;
    border-radius: 10px;
    background: #FFF;
}
.cards-properties__list-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}
.cards-properties__list-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.cards-properties__list-item div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.cards-properties__list-item div span{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.14px;
}
.cards-properties__list-item div p{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.023%; /* 20.583px */
}

#cards-page .default-modal__container{
    max-width: unset;
}

.quick-link-buttons .default-modal__container{
    max-width: 629px !important;
}

.partners_banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 100px 20px;
    margin-top: 100px;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.private_client_banner {
    margin-top: unset;
}
.partners_banner h2 {
    font-weight: 700;
    font-size: 42px;
}
.partners_banner p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

/* categories */
.categories {
    padding: 80px 0 115px 0;
}
.categories_title {
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 40px;
}
.categories_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.categories_item {
    width: calc(50% - 20px);
    flex-grow: 1;
    max-width: 588px;
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: -1px 2px 9px 0px #28282814;
}
.categories_item img {
    width: 100%;
    height: 150px;
    max-width: 150px;
    object-fit: cover;
}
.categories_item_content {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}
.categories_item_texts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}
.categories_item_texts h2 {
    font-weight: 600;
    font-size: 24px;
}
.categories_item_texts p {
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.categories_details_top p {
    -webkit-box-orient: unset;
}
.categories_item_btn {
    padding: 12px 14px;
    font-weight: 600;
    font-size: 12px;
    color: #BF1A1F;
    border: 1px solid #BF1A1F;
    border-radius: 10px;
    transition: .1s linear;
    text-align: center;
}
.categories_item_btn:hover {
    background: #BF1A1F;
    color: #fff;
}
.partners_list_title {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 20px;
}
.partners_list_content {
    border-radius: 10px;
}
.partners_list_content_title {
    font-weight: 700;
    font-size: 18px;
    padding: 40px 50px;
    color: #282828;
}
.partners_list_content_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
}
.partners_list_item {
    font-weight: 700;
    font-size: 16px;
    color: #BF1A1F;
}
.partners_list_content_item p {
    padding: 30px 50px;
}
.partners_list_content_item a {
    padding: 30px 50px;
}
.partners_list_content_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    width: 100%;
    background: rgba(210, 210, 210, 0.1);
}
.partners_list_content_item p {
    font-weight: 400;
    font-size: 16px;
}
.partners_list_content_item a {
    font-weight: 700;
    font-size: 16px;
    color: #BF1A1F;
}
.partners_list_content_view {
    padding: 30px 148px !important;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
}
.categories_details {
    padding: 80px 0;
}
.categories_details_content {
    border-radius: 10px;
    background: #fff;
    padding: 40px 30px;
    box-shadow: -1px 2px 9px 0px #28282814; 
}
.categories_details_top {
    display: flex;
    gap: 63px;
    align-items: center;
    padding: 10px;
    border: 3px solid #F0F0F0;
    border-radius: 10px;
}
.categories_details_top_mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}
.categories_details_top img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.categories_details_items {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    gap: 40px;
}
.categories_details_item {
    display: flex;
    gap: 26px;
    align-items: start;
}
.categories_details_item_right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.categories_details_item_blocks {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}
.categories_details_item_right h3 {
    font-weight: 600;
    font-size: 20px;
    color: #BF1A1F;
}
.categories_details_item_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.categories_details_item_block h2 {
    font-weight: 700;
    font-size: 14px;
}
.categories_details_item_block p {
    font-weight: 400;
    font-size: 14px;
}
.categories_details_item_block:nth-child(3) {
    max-width: 270px;
}
.categories_details_item img {
    width: 147px;
    height: 152px;
    object-fit: cover;
    border-radius: 6px;
}
.categories_others_item {
    flex-grow: unset;
    width: 100%;
}
.categories_others_swiper  .swiper-slide {
    margin-right: 20px !important;
}
.categories_others_swiper {
    padding: 10px !important;
}
.categories_others_all {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 24px;
    a {
        color: #BF1A1F !important;
    }
}
.categories_others_swiper_pag {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    padding-top: 24px;
}
.categories_others_swiper_left, .categories_others_swiper_right {
    cursor: pointer;
}
.categories_others_swiper_pag .swiper-button-disabled {
    opacity: .4 !important;
    cursor: not-allowed;
}
.partners_banner_private {
    margin-top: unset;
}
.categories_details_image_title {
    display: none;
}
.categories_details_items_blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.categories_details_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.categories_others_swiper .swiper-wrapper {
    align-items: stretch;
}
.categories_others_swiper .swiper-slide {
    height: auto;
}
.categories_others_swiper .swiper-slide {
    align-items: start;
}

.partner_list_links {
    display: none;
}
.categories_item img {
    border-radius: 10px;
}


@media screen and (max-width: 1100px) {
    .card {
        gap: 30px;
    }
    .card-view__img-container{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .card-view__img-container > img{
        margin-left: unset;
    }
    .card-view__props{
        align-items: center;
    }
}
@media screen and (max-width: 850px) {
    .card{
        padding: 20px;
    }
    .card__title{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
    .card__props div span{
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
    }
    .card__props div p{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .card-view__head{
        flex-direction: column-reverse;
    }
    .card-view__nav-buttons{
        margin-top: 0;
    }
}

@media screen and (max-width: 730px) {
    .card__img{
        display: none;
    }
    .card__info{
        gap: 20px;
    }
    .cards__container{
        gap: 40px;
    }
    .cards__list{
        gap: 20px;
    }
    .cards__text{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .card-view__title{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .card-view__nav-buttons{
        display: none;
    }
    .card-view__head .default-select{
        display: flex;
    }
    .card-view__container{
        gap: 40px;
    }
    .card-view__props{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card-view__prop{
        padding: 20px;
    }
    .card-view__prop img{
        width: 44px;
    }
    .cards-properties__list{
        display: flex;
    }

    #cards-page .default-modal__show-button{
        display: flex;
    }
    .categories_item {
        max-width: unset;
        width: 100%;
        height: 100%;
    }
    .partners_list_content_item {
        flex-direction: column;
    }
    .partners_list_content_item p {
        padding: 20px;
    }
    .partners_list_content_view {
        padding: 20px !important;
        border: none;
    }
    .partners_list_content_item a {
        padding: 20px;
    }
    .categories_title {
        font-size: 24px;
    }
    .categories_item_texts h2 {
        font-size: 18px;
    }
    .categories_item_texts p {
        font-size: 14px;
    }
    .partners_list_title {
        font-size: 22px;
    }
    .partners_list_content_title {
        font-size: 16px;
    }
    .partners_list_content_item p {
        font-size: 14px;
    }
    .partners_list_content_item a {
        font-size: 14px;
    }
    .categories_details_item_blocks {
        flex-direction: column;
        align-items: start;
        grid-template-columns: repeat(1, 1fr);
    }
    .categories_details_item {
        align-items: start;
        flex-direction: column;
    }
    .categories_details_item_right h3 {
        font-size: 16px;
    }
    .categories_details_item_right h3 {
        display: none;
    }
    .categories_details_image_title {
        display: block;
        font-weight: 600;
        font-size: 20px;
        color: rgb(191, 26, 31);
    }
    .categories_details_top_mobile {
        display: flex;
    }
    .categories_details_top_mobile p {
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .categories_details_image {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .categories_details_desc {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .card-view__img-container > img{
        width: 100%;
    }
    .partners_banner h2 {
        font-size: 30px;
    }
    .partners_banner p {
        font-size: 14px;
    }
    .categories_item_content {
        flex-direction: column;
        align-items: start;
    }
    .partners_list_content_item {
        display: flex;
    }
}

@media screen and (max-width: 520px) {
    .categories_item img {
        max-width: 115px;
        height: 130px;
        border-radius: 10px;
    }
    .categories_details_top {
        gap: 10px;
    }
    .categories_details_top img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }
    .categories_details_image_title {
        font-size: 14px;
    }
    .categories_details_top_mobile p {
        font-size: 12px;
    }
    .categories_item img {
        border-radius: 10px;
        height: 100%;
    }
    .categories_details_item_block p {
        font-size: 12px;
    }
    .categories_item_texts p {
        font-size: 16px;
    }
    .categories_item_texts h2 {
        font-size: 16px;
    }
    .categories_others_item {
        gap: 10px;
        padding: 30px 15px;
    }
    .categories_others_item p {
        font-size: 14px;
    }
    .categories_two_item img {
        width: 150px;
        height: 150px;
    }
}