.card_main {
    position: relative;
}

.card_imgs {
    display: none;
}
.card_imgs_big {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.card.archive .card_imgs_big::after {
    content: 'АРХИВНАЯ КОЛЛЕКЦИЯ';
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 50px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #6eabda;
    transform: rotate(-45deg) translate(-32.5%, -162%);
    z-index: 2;
}
.card_imgs_small img {
    cursor: pointer;
}
.card_imgs_big .owl-item,
.card_imgs_big .owl-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.card_imgs_big .owl-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*height: 300px;*/
    /*max-width: none;*/
}
.card_imgs_small .owl-nav {
    margin: 20px 0 0;
}
.card_imgs_small .owl-carousel .owl-nav {
    justify-content: space-between;
}
.card_imgs img {
    width: auto !important;
}

.card_meta {
    padding: 10px 0;
}
.card_meta_article {
    color: #7d7f82;
    font-size: 16px;
    margin: 0 0 10px;
}
.card_meta_title {
    margin: 10px 0;
    line-height: 20px;
    color: #103a71;
    font-size: 18px;
    font-weight: 700;
}
.card_meta_title h1 {
    font-size: inherit !important;
    font-weight: inherit !important;
}
.card_meta_imgs {
    margin: 20px 0;
}
.card_meta_imgs .owl-item {
    position: relative;
    overflow: hidden;
}
.card_meta_imgs .owl-item img {
    height: auto;
}
.card_meta_size {
    margin: 10px 0;
    color: #1d1f22;
}
.card_meta_size b {
    font-weight: 700;
}
.card_meta_printScheme {
    margin: 5px 0 0;
}
.card_meta_price {
    position: relative;
    margin: 20px 0;
}

div.card_meta_prices
{
    display:flex;
    line-height:1.5;
}
div.card_meta_price-item
{
    width:50%;
}
.card_meta_price-item div.item-name
{
    font-size:16px;
}
.card_meta_price-item div.item-price span
{
    font-size:32px;
    font-weight:bold;
}
div.card_meta_stores
{
    display:flex;
    flex-direction:column;
    margin-top:10px;
}
div.card_meta_store-item
{
    display:flex;
    margin-top:10px;
    justify-content:space-between;
    max-width:320px;
}
.card_meta_store-item div.item-name
{
    width:50%;
    padding-right:20px;
}

.card_meta_cost {}
.card_meta_cost.old {
    line-height: 20px;
    color: #7d7f82;
    font-size: 16px;
}
.card_meta_cost.old .inner {
    position: relative;
}
.card_meta_cost.old .inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #7d7f82;
}
.card_meta_cost.act {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #1d1f22;
    font-size: 16px;
    font-weight: 600;
}
.card_meta_cost.act .number {
    font-size: 34px;

}
.card_meta_cost.retail {
    margin: 5px 0 0;
}
.card_meta_cost.retail .number {
    font-size: 24px;
    font-weight: 600;

}
.card_meta_benefit {
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    background: #ffe86d;
}
.card_meta_labels {
    margin: 20px 0;
}
.card_meta_label {
    line-height: 30px;
    color: #ceb196;
    font-size: 18px;
    font-weight: 700;
}
.card_meta_label .i_toggle {
    height: 30px;
}
.card_meta_label .i_toggle::after {
    margin-top: -10px;
}
.card_meta_made {
    margin: 20px 0;
}
.card_meta_made_material_title {
    margin: 0 0 10px;
    color: #103a71;
    font-size: 18px;
    font-weight: 700;
}
.card_meta_made_material_desc {
    line-height: 18px;
    color: #7e7e7e;
    font-size: 14px;
}
.card_meta_made_country {
    margin: 20px 0;
    line-height: 25px;
    color: #103a71;
    font-size: 18px;
    font-weight: 700;
}
.card_meta_made_country img {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

.card_buy {
    padding: 10px;
    background: #f6f5f4;
}
.card_buy_per_pack {
    float: left;
    line-height: 20px;
    font-size: 15px;
}
.card_buy_apiece {
    float: right;
}
.card_buy_apiece button {
    padding: 0;
    line-height: 20px;
    color: #0663a4;
    font-size: 13px;
    background: none;
    border: none;
    border-bottom: 1px dashed;
}
.card_buy_panel {
    display: table;
    width: 100%;
    height: 70px;
    margin: 20px auto;
    font-size: 15px;
    border: 1px solid #d4d9df;
}
.card_buy_cell {
    display: table-cell;
    vertical-align: middle;
}
.card_buy_btn {
    width: 50px;
}
.card_buy_display {
    text-align: center;
    background: #fff;
    border: 1px solid #d4d9df;
    border-top: 0;
    border-bottom: 0;
}
.number_capacity {}
.number_pack {}
.card_buy_trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 68px;
    background: none;
    border: none;
}
.card_buy_trigger.minus::after,
.card_buy_trigger.plus::before,
.card_buy_trigger.plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #1d1f22;
}
.card_buy_trigger.plus::before {
    width: 2px;
    height: 16px;
    margin: -8px 0 0 -1px;
}
.card_buy_sum {
    position: relative;
}
.card_buy_sum_full {
    color: #7d7f82;
    font-size: 16px;
}
.card_buy_sum_full .rub {
    position: relative;
    display: inline-block;
}
.card_buy_sum_full .rub::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #7d7f82;
}
.card_buy_sum_disc {
    font-size: 20px;
    font-weight: 600;
}
.card_buy_sum_disc .number {
    color: #1d1f22;
    font-size: 34px;
}
.card_buy_sum_benefit {
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    background: #ffe86d;
}
.card_buy_btns {
    margin: 20px 0 10px;
    text-align: center;
}
.card_buy_btns button {
    display: inline-block;
    margin: 0 0 10px;
}
.card_buy_btns button.already div:nth-child(1),
.card_buy_btns button div:nth-child(2) {
    display: none;
}
.card_buy_btns button div:nth-child(1),
.card_buy_btns button.already div:nth-child(2) {
    display: block;
}
.card_buy_btns button.fav {
    margin: 0 5px 10px 0;
    background: #6eabda;
}
.card_buy_call {
    margin: 10px 0 0;
    padding: 0 0 10px;
    text-align: center;
}
.card_buy_call a {
    display: inline-block;
    color: #0663a4;
    font-size: 15px;
    background: none;
    border: none;
    border-bottom: 1px dashed;
}
.card_buy_call a:hover {
    border-bottom-color: transparent;
}
.card_buy_info {
    margin-top: 20px;
    display: grid;
}
.card_buy_info a {
    position: relative;
    color: #0663a4;
    padding: 15px 10px 15px 40px;
    border-top: 1px solid #ddd;
}
.card_buy_info a::before {
    content: '';
    display: block;
    background-image: url(/_/media/old/sprite.png);
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.card_buy_info a:nth-child(1)::before {
    width: 25px;
  height: 15px;
  background-position: -221px -70px;
}
.card_buy_info a:nth-child(2)::before {
    left: 9px;
    width: 16px;
  height: 16px;
  background-position: -262px -70px;
}

.card_coll_head img {
    margin: 30px auto;
}
.card_coll_title {
    margin: 30px 0;
    color: #103a71;
    font-size: 20px;
    font-weight: 600;
}
.card_coll_title + .card_archived_label {
    margin: -20px 0 30px;
}
.card_coll_body {
    margin: 30px 0;
}
.card_coll_item {
    float: left;
    position: relative;
    width: 16.66%;
    height: 46px;
    border: 2px solid #fff;
}
.card_coll_item.current {
    border-color: #3e5f8c;
}
.card_coll_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 40px;
    max-height: 40px;
    transform: translate(-50%, -50%);
}
.card_desc_text {
    position: relative;
    margin: 30px 0 10px;
    height: 200px;
    overflow: hidden;
    transition: all 200ms linear;
}
.card_desc_text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.card_desc_text.active::after {
    display: none;
}
.card_desc_text_toggle {
    margin: 10px 0 30px;
    background: none;
    border: none;
    color: #0663a4;
    font-size: 15px;
    text-transform: lowercase;
    border-bottom: 1px dashed;
}
.card_desc_text_toggle div:first-child,
.card_desc_text_toggle.active div:first-child + div {
    display: block;
}
.card_desc_text_toggle.active div:first-child,
.card_desc_text_toggle div:first-child + div {
    display: none;
}
.card_desc h2 {
    padding: 15px 0;
    line-height: 24px;
    color: #103a71;
    font-size: 18px;
    font-weight: 700;
}
.card_desc h2:first-child {
    padding-top: 0;
}
.card_desc p {
    margin: 0 0 20px;
}
.card_interiors .owl-nav button.owl-prev,
.card_interiors .owl-nav button.owl-next {
    margin: 15px 0 0;
}
.card_interiors .owl-nav button.owl-prev {
    float: left;
}
.card_interiors .owl-nav button.owl-next {
    float: right;
}

@media (max-width: 666px) {
    .card_buy {
        margin: 0 -10px;
    }
    .card_coll_body {
        height: 46px;
        overflow: hidden;
    }
    .card_coll_body.shown {
        height: auto;
    }
    .card_coll_showAll {
        display: block;
        margin: -20px auto 30px;
        color: #0663a4;
        background: none;
        border: none;
        border-bottom: 1px dashed;
    }
}

@media (min-width: 667px) {
    .card_coll_showAll {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .card_coll {
        text-align: center;
    }
}

@media (max-width: 1279px) {
    .card_meta_benefit .word,
    .card_buy_sum_benefit .word {
        position: absolute;
        bottom: 100%;
        right: 0;
    }
}

@media (min-width: 667px) and (max-width: 1023px) {
    .card_cell {
        float: left;
        width: 50%;
    }
    .card_imgs {
        display: none;
    }
    .card_meta {
        padding: 0 15px 15px 0;
    }
    .card_meta_imgs {
        margin: 0;
    }
    .card_meta_price {
        margin: 0 0 15px;
    }
    .card_meta_labels {
        margin: 0 0 20px;
    }
    .card_buy {
        margin: 0 0 15px;
        padding: 15px;
    }
    .card_buy_btns {
        text-align: left;
    }
    .card_buy_btns button {
        padding: 0 15px;
    }
    .card_buy_call {
        margin: 10px 0 0;
        text-align: left;
    }
}

@media (min-width: 667px), print {
    .card_main form.wait::after {
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
    }
    .card_coll_item {
        float: none;
        display: inline-block;
        width: 66px;
        height: 66px;
        font-size: 0;
    }
    .card_coll_item img {
        max-width: 58px;
        max-height: 58px;
    }
}

@media (min-width: 1024px), print {
    .card {
        margin: 25px 0 0;
    }
    .card_grid {
        /*display: table;*/
        display: flex;
        width: 100%;
        border: 1px solid #d1d6dc;
        border-left: 0;
    }
    .card_cell {
        /*display: table-cell;
        vertical-align: top;*/
        width: 33.33%;
        display: block;
        /*flex-grow: 1;*/
        padding: 20px;
        border-left: 1px solid #d1d6dc;
    }
    .card_imgs a {
        position: relative;
        display: block;
    }
    /*.card_imgs a::before,
    .card_imgs a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: all 200ms linear;
    }
    .card_imgs a::before {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
    }
    .card_imgs a::after {
        width: 25px;
        height: 25px;
        background: url(/_/media/old/sprite.png) -502px -45px no-repeat;
    }
    .card_imgs a:hover::before,
    .card_imgs a:hover::after {
        opacity: 1;
        visibility: visible;
    }*/
    .card_meta_imgs {
        display: none;
    }
    .card_coll_head {
        margin: 20px 0;
    }
    .card_coll_head img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
    .card_coll_title {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .card_coll_title + .card_archived_label {
        margin: 0 0 0 20px;
    }
    .card_desc {
        padding: 20px 0 0;
    }
    .card_desc_column {
        float: left;
        width: 60%;
    }
    .card_desc_text {
        /*float: left;*/
        /*width: 60%;*/
        /*height: auto !important;*/
        height: 400px;
        margin: 0;
        padding: 0 30px 0 0;
    }
    .card_desc_text p {
        margin: 0 0 26px;
        line-height: 26px;
        font-size: 16px;
    }
    .card_desc_text ul {
        margin: -26px 0 26px;
    }
    .card_desc_text li {
        margin: 0;
        line-height: 26px;
        font-size: 16px;
    }
    .card_desc_text  li::before {
        top: 8px;
    }
    .card_desc h2 {
        padding: 20px 0 30px;
    }
    /*.card_desc_text_toggle {
        display: none;
    }*/
    .card_interiors {
        float: right;
        width: 40%;
    }
}

@media (min-width: 1280px) {
    .card_buy_btns button.fav:hover {
        background: #5690bc;
    }
    .card_desc h2 {
        padding: 30px 0 40px;
        font-size: 24px;
    }
}

@media (min-width: 1440px) {
    .card_cell {
        padding: 60px;
    }
    .card_imgs {
        padding: 60px 30px;
    }
    .card_meta_size + .card_meta_made {
        margin: 40px 0 20px;
    }
    .card_buy_trigger {
        width: 70px;
    }

    .card_main form.wait::after {
        top: -60px;
        left: -60px;
        right: -60px;
        bottom: -60px;
    }

    .card_desc_column {
        width: 66%;
    }
    .card_desc_text {
        padding: 0 80px 0 0;
    }
    .card_interiors {
        width: 34%;
    }
}

/* Архивная
*******************************************************************************/

.card_archived {
    padding: 10px;
}
.card_archived_label {
    display: inline-block;
    margin: 0 0 20px;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    background: #6eabda;
}
.card_archived_text {
    margin: 0 0 20px;
}
.card_archived_another {
    margin: 20px 0 0;
}

@media (min-width: 1440px) {
    .card_archived {
        padding: 20px 10px;
    }
    .card_archived_text {
        margin: 10px 0 30px;
    }
}