.card-detail__name {
    font-size: 45px;
}
.card-detail__gallery {
    display: flex;
    align-items: flex-start;
    max-width: calc(50% - 20px);
}
.card-gallery-small {
    display: flex;
    max-height: 510px;
    position: relative;
    margin-right: 20px;
}
.card-gallery-small.swiper {
    margin-left: 0;
    margin-right: 20px;
}
.card-gallery-small .swiper-wrapper {
}
.card-gallery-small .swiper-slide {
    width: 80px;
    transition: box-shadow 0.3s ease;
    max-height: 80px;
    margin-bottom: 11px;
    cursor: pointer;
}

.card-gallery-small .swiper-slide:last-child {
    margin-bottom: 0;
}
.card-gallery-small .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 2px #008ABD inset;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 4px;
}
.card-gallery-small .swiper-button-disabled {
    opacity: 0;
}
.card-gallery-small .swiper-slide-thumb-active:before {
    opacity: 1;
}
.card-gallery-small__img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 4px;
}
.card-gallery-small .swiper-button-prev {
    content: '';
    width: 13px;
    height: 10px;
    transform: none;
    margin: 0;
    transition: opacity 0.3s ease;
    transform: rotate(90deg);
    top: 13px;
    left: 33px;
}
.card-gallery-small .swiper-button-prev:after {
    position: absolute;
    font-size: 15px;
    color: black;
}
.card-gallery-small .swiper-button-next {
    content: '';
    width: 13px;
    height: 10px;
    transform: none;
    margin: 0;
    transition: opacity 0.3s ease;
    top: 531px;
    left: 33px;
    transform: rotate(90deg);
}
.card-gallery-small .swiper-button-next:after {
    position: absolute;
    font-size: 13px;
    color: black;
}
.card-gallery-small > .swiper-button-prev:not(.swiper-button-disabled) ~ .swiper-container {
    margin-top: 28px;
}
.card-gallery-small > .swiper-button-next:not(.swiper-button-disabled) ~ .swiper-container {
    margin-bottom: 0px;
}

.card-color {
    margin-top: 38px;
}
.card-color__item .swiper-button-disabled {
    opacity: 0;
}

.card-color__item .swiper {
    margin-left: inherit;
}

.card-gallery-large {
}
.card-gallery-large.swiper {
    margin-left: 0;
    margin-right: 0;
}
.card-gallery-large .swiper-wrapper {
    max-width: 580px;
    max-height: 510px;
}
.card-gallery-large__img {
    border-radius: 4px;
    width: 100%;
    display: block;
    max-height: 510px;
    object-fit: cover;
}
.card-gallery-large__btn {
    position: absolute;
    z-index: 10;
    width: 98px;
    height: 44px;
    right: 0;
    margin: 16px 16px 0 0;
}
.card-gallery-large__btn-favorite {
    position: absolute;
    margin-right: 10px;
    background: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
}
.card-gallery-large__btn-favorite.active {
    background: #008ABD;
    border-color: #008ABD;
}
.card-gallery-large__btn-favorite:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    transition: filter 0.3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/icon_favorite.svg");
}
.card-gallery-large__btn-compare {
    position: absolute;
    right: 0;
    background: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
    margin-left: 0 !important;
}
.card-gallery-large__btn-compare.active {
    background: #008ABD;
    border-color: #008ABD;
}
.card-gallery-large__btn-compare:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 21px;
    transition: filter 0.3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/icon_compare.svg");
}
.card-gallery-large__btn-compare.active:before,
.card-gallery-large__btn-favorite.active:before {
    filter: brightness(0) invert(1);
}
.card-gallery-large__garant {
    position: absolute;
    z-index: 10;
    right: 13px;
    bottom: 48px;
    width: 98px;
    height: 98px;
}
.card-gallery-large__garant:before {
    content: '';
    position: absolute;
    width: 98px;
    height: 98px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/gallery-garant.svg");
}
.card-gallery__note {
    margin-top: 6px;
    max-width: 580px;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
}
.card-gallery__note a {
    text-decoration: underline;
    color: #008ABD;
}
.card-gallery__note-mob {
    display: none;
}
.card-detail__title {
    margin-bottom: 16px;
}
.card-detail__code {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: left;
    margin-bottom: 28px;
}
.card-detail__box {
    display: flex;
    gap: 40px;
}
.card-detail__desc {
    width: calc(50% - 20px);
}
.card-info {
    display: flex;
}
.card-info__item {
    display: flex;
    max-width: 100%;
    margin-right: 26px;
    position: relative;
}
.card-info__img-wrapper {
    width: 44px;
    height: 44px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    background: #eee;
}
.card-info__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.card-info__desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-info__desc a {
    cursor: pointer;
}
.card-info__name {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.card-info__text {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    margin-top: 4px;
    text-decoration: underline;
}
.card-info__text-div {
    text-decoration: none;
}
.card-color__name {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.card-color__item {
    margin-top: 10px;
    position: relative;
}
.card-color__item > .swiper-button-prev:not(.swiper-button-disabled) ~ .swiper-container {
    margin-left: 50px;
}
.card-color__item > .swiper-button-next:not(.swiper-button-disabled) ~ .swiper-container {
    margin-right: 34px;
}
.card-color__item > .swiper-button-prev,
.card-color__item > .swiper-button-next {
    width: 32px;
    top: 24px;
}
.card-color__item > .swiper-button-next {
    right: 0px;
}
.card-color__item > .swiper-button-prev:after {
    content: '';
    width: 32px;
    height: 32px;
    border: 1px solid rgb(0, 138, 189);
    padding: 5px;
    border-radius: 50%;
    background: url('../svg/color_icon-back.svg') center center/cover;
}
.card-color__item > .swiper-button-next:after {
    content: '';
    width: 32px;
    height: 32px;
    border: 1px solid rgb(0, 138, 189);
    padding: 5px;
    border-radius: 50%;
    background: url('../svg/color_icon-next.svg') center center/cover;
}
.card-basket {
    margin-top: 28px;
    display: flex;
    border-radius: 0px 0px 4px 4px;
    background: rgb(248, 248, 248);
    padding: 18px 23px 21px 14px;
}
.card-basket__calc {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 27px;
    margin-right: 29px;
    width: 48%;
}
.card-basket__calc .product-calc__helper {
    display: block;
    margin-top: 20px;
}
.card-basket__calc .counter-block__control {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}
.card-basket__sum {
    display: flex;
    flex-direction: column;
}
.card-basket__sum-helper {
    color: rgb(32, 32, 32);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 16px;
}
.card-basket__sum-helper-zakaz {
    margin-top: auto;
    margin-bottom: 0;
}
.card-basket-btn__zakaz {
}
.card-basket__general-square-variant {
    display: flex;
    align-items: center;
}
.card-basket__general-square-variant svg {
    margin-right: 5px;
}
.card-basket__general {
    display: flex;
}
.card-basket__general-square {
    display: flex;
    align-items: end;
    /*font-size: 23px;*/
    font-size: clamp(16px, 1.5vw, 23px);
    font-weight: 400;
    margin-right: 30px;
    flex-shrink: 0;
}
.card-basket__general-icon {
    margin-right: 5px;
    display: inline-flex;
}
.card-basket__general-icon svg {
    margin-right: 5px;
}
.card-basket__basic {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 6px;
}
.card-basket-btn__back {
    background: #fff;
    color: #008ABD;
    border: 1px solid rgb(0, 138, 189);
    border-radius: 4px;
    margin-top: 10px;
}
.card-basket-btn__back:hover {
    border: none;
}
.card-detail__parameter {
    display: flex;
    align-items: center;
}
.card-detail__parameter-helper {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin-right: 8px;
}
.card-detail__parameter-price {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.card-other__item {
    text-align: center;
    margin-right: 30px;
}
.card-other__item:last-child {
    margin-right: 0;
}
.card-other__img-wrapper {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 50%;
    margin: 0 auto;
}
.card-other__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    border-radius: 50%;
}
.card-other__img-wrapper.active:before {
    opacity: 1;
}
.card-other__img-wrapper:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid #008ABD;
    transition: opacity 0.2s ease;
    z-index: 33;
    opacity: 0;
}
.card-other__name {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    max-width: 48px;
    margin-top: 6px;
}
.card-color__item .swiper-wrapper .swiper-slide {
    max-width: 72px;
}
.card-color__item .swiper-wrapper .swiper-slide .card-other__item {
    max-width: 48px;
    margin: 5px 20px 0 5px;
    margin-right: 24px;
    display: block;
    width: 100%;
}
.card-color__item .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
}
.card-detail__property {
    margin-top: 20px;
}
.card-detail__property-name {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.card-detail__property .radio-btn__list {
    margin: 0 -4px;
}
.card-detail__property .radio-btn__list .radio-btn {
    margin: 8px 4px 0;
}
.product-detail__price-group {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: left;

}
.card-detail-tabs {
    margin-top: 59px;
}
.card-detail-tab__list {
    display: flex;
    flex-wrap: wrap;
}
.card-detail-tab__content {
    margin-top: 60px;
    margin-bottom: 30px;
}
.card-detail-tab__item {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 6px;
    margin-right: 40px;
    cursor: pointer;
}
.card-detail-tab__item.active {
    color: rgb(0, 138, 189);
}
.card-detail__description {
    color: rgb(64, 64, 64);
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
}
.card-detail__charact {
    column-count: 2;
    margin-top: 0;
    padding-left: 0;
}
.card-detail__charact-text {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    color: #666666;
}
ul.card-detail__charact li {
    clear: both;
    list-style-type: none;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}
ul.card-detail__charact li .line {
    width: 100%;
    border-bottom: 1px dotted #C1C1C1;
    margin-top: 12px;
}

ul.card-detail__charact li .card-detail__charact-text {
    float: left;
    padding: 0 .4em 0 0;
    margin: 0;
    flex-shrink: 0;
}
ul.card-detail__charact li .card-detail__charact-spec {
    float: right;
    padding: 0 0 0 .4em;
    margin: 0;
    flex-shrink: 0
}
.card-detail__charact-spec {
    width: 40%;
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.card-detail__charact-wrap {
    display: flex;
    align-items: baseline;
    width: 60%;
}
.card-detail__scheme {
    display: flex;
    flex-wrap: wrap;
}
.card-detail__scheme-wrap {
    display: flex;
    flex-wrap: wrap;
}
.card-detail__scheme-block {
    margin-right: 40px;
}
.card-detail__scheme-block picture {
    display: inline-block;
}
.card-detail-text__scheme div:last-child {
    margin-right: 0px;
}
.card-detail__doc {
    padding-left: 0;
}
.card-detail-documents {
    display: flex;
    align-items: baseline;
    margin-bottom: 21.5px;
}
.card-detail-documents__wrap {
    display: flex;
    align-items: baseline;
    width: 50%;
}
.card-detail-documents__text {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    flex-shrink: 0;
}
.card-detail-documents__text a {
    text-decoration: underline;
}
.card-detail-documents__bb {
    border-bottom: 1px dashed #C1C1C1;
    width: 100%;
    margin: 0 5px;
}
.card-detail-documents__btn {
    border-radius: 4px;
    border: 1px solid #008ABD;
    padding: 5px 7.5px 0px;
}
.card-detail__guarantee {
    color: rgb(0, 0, 0);
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
}
.card-detail__guarantee a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
@media(max-width:1150px) {
    .card-detail__gallery {
        display: flex;
        flex-direction: column-reverse
    }
    .card-detail__gallery {
        justify-content: flex-end;
    }
    .card-basket__general {
        flex-wrap: wrap;
    }
    .card-gallery-large.swiper {
        max-width: 100%;
    }
    .card-gallery-small {
        max-width: 100%;
    }
    .card-gallery-small {
        margin-right: 0;
        margin-top: 18px;
    }
    .card-gallery-small .swiper-slide {
        margin-right: 9px;
    }
    .card-gallery-small > .swiper-button-prev:not(.swiper-button-disabled) ~ .swiper-container {
        margin-top: 0px;
        margin-left: 15px;
    }
    .card-gallery-small > .swiper-button-next:not(.swiper-button-disabled) ~ .swiper-container {
        margin-bottom: 0px;
        margin-right: 15px;
    }
    .card-gallery-small .swiper-button-prev {
        transform: rotate(0deg);
        top: calc(50% - 7.5px);
        left: 0px;
    }
    .card-gallery-small .swiper-button-next {
        transform: rotate(0deg);
        top: calc(50% - 7.5px);
        right: 0px;
        left: auto;
    }
    .card-color {
        margin-top: 20px;
    }
    .card-basket {
        margin-top: 25px;
    }
    .card-gallery-large__garant {
        bottom: 5px;
    }
    .card-gallery__note {
        display: none;
    }
    .card-gallery__note-mob {
        display: block;
        margin-top: 8px;
    }
    .card-detail__charact-text {
        max-width: 150px;
    }

    .card-detail-documents__wrap {
        width: 70%;
    }
}
@media screen and (max-width: 992px) {
    .card-gallery-large__garant {
        bottom: 5px;
    }
    .card-basket__calc {
        padding-right: 9px;
        margin-right: 23px;
        width: auto;
    }
    .card-basket__basic {
        font-size: 32px;
    }
    .card-detail-documents__wrap {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {

    .card-detail__gallery {
        max-width: 100%;
    }
    .card-detail__desc {
        max-width: 100%;
        margin-top: 40px;
        width: auto;
    }
    .card-detail__gallery {
        display: flex;
        flex-direction: column-reverse
    }
    .card-detail__box {
        display: block;
    }

    .card-detail__desc {
        margin-left: 0;
    }
    .card-info {
        margin-top: 34px;
    }
    .card-info__item {
        margin-right: 20px;
    }
    .card-color {
        margin-top: 29px;
    }
    .card-basket__calc {
        padding-right: 27px;
        margin-right: 29px;
    }
    .card-detail-tab__list {
        justify-content: center;
    }
    .card-detail__charact {
        column-count: 1;
    }
    .card-detail-tab__item {
        margin-right: 27px;
    }
    .card-gallery-large__garant {
        bottom: 5px;
    }
    .card-detail-documents__wrap {
        width: 100%;
    }
    .card-basket__general-square {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .card-gallery__note {
        font-size: 12px;
    }
    .card-gallery-small__img {
        width: 50px;
        height: 50px;
    }
    .card-gallery-small .swiper-slide {
        width: 50px;
        max-height: 50px;
    }
    .card-gallery-large__btn-favorite,
    .card-gallery-large__btn-compare {
        width: 44px;
        height: 44px;
    }
    .card-gallery-large__btn {
        width: 94px;
    }
    .card-color__name {
        font-size: 16px;
    }
    .card-color__item .swiper-wrapper .swiper-slide {
        max-width: 69px;
    }
    .card-gallery-large__garant {
        width: 57px;
        height: 57px;
    }
    .card-gallery-large__garant:before {
        width: 57px;
        height: 57px;
    }

    .card-basket {
        flex-direction: column;
    }
    .card-basket__calc {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 30px;
        padding-right: 0px;
        margin-right: 0px;
    }
    .card-info__name {
        font-size: 14px;
    }
    .card-info__text {
        font-size: 12px;
    }
    .card-info__item {
        margin-right: 15px;
        justify-content: center;
    }
    .card-info__item:last-child {
        margin-right: 0;
    }
    .card-basket__sum-helper {
        margin-top: 13px;
    }
    .card-detail-tab__content {
        margin-top: 46px;
    }

    .card-detail__charact-spec {
        max-width: 125px;
    }
    .card-detail__scheme-block {
        margin-top: 10px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 400px) {
    .card-detail__desc {
        margin-top: 25px;
    }
    .card-info {
        flex-direction: column;
        align-items: start;
        margin-top: 0;
    }
    .card-info__item {
        margin-top: 5px;
    }
}
