/* properties */
.properties {
    padding-top: 0;
}
.properties-tab__head {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
}
.properties-tab__btn {
    background: linear-gradient(179deg, #fcfdfd, #f5f5f5);
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
    height: 85px;
    text-align: center;
    width: calc(50% - 15px);
}
.properties-tab__btn.active {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.properties-tab__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    font-weight: 500;
    height: 100%;
    width: 100%;
}
.properties-tab__btn a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.properties-tab__btn[data-btn="male"] a,
.properties-tab__btn[data-btn="male"] a span {
    color: var(--cr-male);
}
.properties-tab__btn[data-btn="female"] a,
.properties-tab__btn[data-btn="female"] a span {
    color: var(--cr-female);
}
.properties-tab__panel {
    border: 1px solid #ccc;
    border-radius: 8px;
    display: none;
    margin-top: -1px;
    padding: 20px 20px 30px;
}
.properties-tab__panel.show {
    display: block;
}
.properties-tab__panel[data-panel="male"],
.properties-tab__panel[data-panel="male"] {}
.properties-tab__panel[data-panel="female"],
.properties-tab__panel[data-panel="female"] {}
.properties-panel__list {
    display: grid;
    gap: 10px;
}
.properties-list__item {
    border-bottom: 1px dashed #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 10px;
}
.properties-list__item dt {
    width: calc(100% - 535px);
}
.properties-list__item dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px;
    width: 520px;
}
.properties-list__item dd p {
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    text-align: left;
    width: calc(100% - 120px);
}
.properties-item__tag {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
}
.properties-item__tag span {
    font-size: 14px;
    font-weight: 500;
}
.properties-item__btn {
    height: 25px;
    width: 100px;
}
.properties-item__btn a {
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 100%;
    width: 100%;
}
.properties-tab__panel[data-panel="male"] .properties-item__btn a {
    background: var(--cr-male);
}
.properties-tab__panel[data-panel="female"] .properties-item__btn a {
    background: var(--cr-female);
}
@media screen and (max-width: 968px) {
    .properties-tab__btn a {
        font-size: 26px;
    }
    .properties-list__item dt {
        width: 100%;
    }
    .properties-list__item dd {
        margin: 10px 0 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .properties-tab__btn a {
        font-size: 23px;
    }
    .properties-list__item dd p {
        margin: 0 0 8px;
        width: 100%;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}