/* /css/pages/product.css */
.card .tab p > img {
    width: 100% !important;
    height: auto !important;
}
.has_padding .tab__wrapper {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: -2px;
    max-width: 100%;
}



.tab:not(.clean) {
    padding: 30px 0 20px;
}

.tab:not(.clean) .market-block .once {
    padding-top: 10px;
}

.tab.clean .once { border:0!important; }

.tab.clean p { margin:0!important; }
.tab.clean .title { display:none; }



.text .title {
    margin-bottom: 10px!important;
}


.card .market-block {
    padding: 0!important;
}
.tab__wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0 33.5vw;
}

.hero__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video__wrapper .volume:hover {
    opacity: 0.7;
}


.video__wrapper:not(:has(video[muted])) .volume::after {
    display: none!important;
}


.video__wrapper.muted .volume::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}

.video__wrapper .volume {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
}
.video__wrapper .volume::after {
    background: #000;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}



.card .video-block iframe
{
    display: block!important;
}
.card .video-block .video
{
    display: none!important;
}

.feedback_photos {
    display: flex;
}
.feedback_photo {
    width: 150px;
    height: 150px;
    margin-right: 10px;
}
.feedback_photo img {
    width: 100%!important;
    max-height: 100%!important;
    border-radius: 10px;
}
.feedback_photo img:hover {
    opacity: .9;
}

.card .top-figures {
    display: none;
}
.add_complete
{
  clear: both;
  text-align: center;
  padding: 20px 0;
}
.add_complete h3
{
    font-size: 30px;
    font-weight: 500;
}
.card .image-block .image div.yt {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card .image-block .image div.yt iframe
{
  height: 60%;
  width: 100%;
  margin-top: 20%;
}
.image-block[type='youtube'] .marks,
.image-block[type='youtube'] .guarantee,
.image-block[type='vr'] .guarantee,
.image-block[type='vr'] .marks
{
  display: none!important;
}

.image-block[type='youtube']
{
  background: black;
}

.type-inline
{
  font-size: 1.3rem;
  line-height: 1rem;
  font-weight: 300;
}

.owl-item .product-list {
    border: 1px solid #e9e9e9;
}
.owl-item .product-list .description .white {
    height: 137px;
}
.owl-item .to-cart:not(:hover) .sprite-cart {
    background-position: -34px, -66px!important;
}
.owl-item .product-list:hover .description,
.owl-item .product-list:hover .top-wrp {
    box-shadow: none;
}

.owl-item .product-list .top-wrp .name {
    width: auto;
}
.owl-item .product-list:hover
{
    box-shadow: -5px 0 5px -5px #aaa, 5px 0 5px -5px #aaa;
}


    .owl-nav div.owl-prev,
    .owl-nav div.owl-next
    {
        opacity: .5;
    }

    .owl-nav div.owl-prev:hover,
    .owl-nav div.owl-next:hover
    {
        opacity: 1;
    }
    @media (max-width: 1280px)
    {
      .owl-nav div.owl-prev
      {
        left: 10px!important;
      }
      .owl-nav div.owl-next
      {
        right: 10px!important;
      }
    }
    @media (max-width: 1024px)
    {
        .owl-nav div.owl-prev { left: 0; }
        .owl-nav div.owl-next { right: 0; }
    }

    .owl-nav div.owl-prev {
        background-position: -250px -88px;
        left: -3%;
    }

    .owl-nav div.owl-next {
        background-position: -115px -126px;
        right: -3%;
    }
    .owl-nav div {
        width: 72px;
        height: 73px;
        background-color: inherit;
        background-image: url(/templates/2.2.16/img/main.png);
        background-repeat: no-repeat;
        font-size: 0;
        position: absolute;
        top: 156px;
        bottom: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }


#images-slider
{
    visibility: hidden;
    width: calc(100% - 60px);
    margin: 0 30px;
}
.card .market-block ul li:before
{
    content: "• ";
    position: absolute;
    left: 0;
}
.card .market-block ul li
{
    font-size: 1rem;
    color: #616161;
    font-weight: 400;
    line-height: 1.1875rem;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}
.card .market-block ul
{
    font-size: 1rem;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.4rem;
    margin: 0 0 20px 0;
    list-style-type: none;
}
.image-slider[mobile]
{
    display: none;
}
.card .market-block.active
{
    max-height:99999px;
    padding-bottom: 100px;
}
.card .market-block.active .gradient
{
    display: none;
}

.card .name
{
    margin-top: 0px;
}
.card .name h1
{
    font-size: 1.75rem;
    line-height: 2rem;
}
.card .name .flag img
{
    border: 1px solid #EEE;
}
.card .name div.type
{
    display: inline-block;
    font-size: 1rem;
    color: #444;
}
.card .name .flag
{
    height: 32px;
    width: 50px;
    text-align: right;
}
.card .name .flag img
{
    height: 100%;
    max-height: none;
    max-width: none;
}

.card .name div.type-icon {
    display: inline-block;
    margin: 0 10px;
}
.card .name div:nth-child(3)
{
    margin-top: 6px;
}
.card .name .flag_type
{
    margin-top: 10px;
    min-height: 32px;
}

.card .image-block .marks
{
    height: auto;
}
.card .image-block .marks>div
{
    height: 78px;
}

.card .delivery-block[hide_button] .more
{
    display: none;
}
.card .popup_calc_km
{
    display: none;
}
.card .delivery-block>div.dots
{
    margin-bottom: 4px;
    background-position: 0px 13px;
}
.card .delivery-block>div.dots .left
{
    font-weight: 500;
    padding-right: 5px;
}
.card .delivery-block>div.dots .right
{
    font-weight: 500;
    padding-left: 5px;
}
.card .delivery-block>div.grey-text
{
    clear: left;
}
.card .new-block
{
    clear: both;
}
.card .new-block .text
{
    width: 100%;
}


.card .market-block .text, .card .new-block .text
{
    font-size: 1rem;
}
.card .market-block .text b, .card .market-block .text strong, .card .new-block .text b, .card .new-block .text strong
{
    font-size: 1rem;
    font-weight: 700;
}

.card .market-block .text p, .card .new-block .text ul
{
    margin: 20px 0 0 0;
}
.card .new-block .text p {
    margin: 0;
}

.card .market-block .text ul li, .card .new-block .text ul li
{
    margin-top: 5px;
    padding: auto;
}
.card .new-block .main-title span,
.card .new-block .text div.title,
.card .market-block .text .title
{
    font-weight: 500;
}
.card .market-block .more>div
{
    text-align: center;
}
.card .market-block .more>div>div i
{
    margin: 19px 5px 0 0;
}
.card .market-block .more>div>div div
{
    margin-top: 2px;
}

.card .market-block
{
    width: 100%;
    max-height: 100000px;
}

.card .market-block .more
{
    display: none!important;
}
.card .market-block .once, .card .new-block .once
{
    border-top: 10px solid #EEE;
}
.card .market-block .once img
{
    max-width: 100%;
    height: auto!important;
}

.card .reviews-block .reviews
{
    max-height: none;
}
.card .reviews-block .buttons>div
{
    background: #2a999c;
    border-bottom: 1px solid #196567;
}
.card .reviews-block .buttons>div a
{
    color: white;
    font-weight: 400;
}
.often-questions .questions>div .bottom
{
    display: none;
}
.card .reviews-block .buttons>div a
{
    color: white;
    text-decoration: none;
}
.knowledge-block .block a
{
    text-decoration: none;
}

.card .image-block .image
{
    height: 100%;
}

.card .image-block .image .guarantee
{
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 200px;
    height: 150px;
    width: 20%;
    text-align: right;
    z-index: 1;
    vertical-align: top;
    display: table-cell;
}

.card .image-block .image .badge_nal_ru
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 200px;
    height: 150px;
    width: 20%;
    text-align: right;
    z-index: 1;
    vertical-align: top;
    display: table-cell;
}


.card .image-block .image .guarantee img
{
    max-width: 100%;
    max-height: 100%;
}


.card .reviews-block .review .third-row
{
    min-height: 122px;
    padding-bottom: 22px;
}
.card .reviews-block .buttons
{
    margin: 25px 0;
}
.card .reviews-block .review .second-row .right>div, .card .reviews-block .review .second-row .left>div
{
    width: 90%;
}

.card .market-block .text.text-once, .card .new-block .text.text-once
{
    width: 100%;
}
.card .new-block .text div:last-of-type
{
    margin: 0px;
}
.card .market-block
{
    margin-top: 0px;
}

.card .market-block > div:not(:last-child)
{
    margin: 20px 0 0;
}
.card .market-block .text
{
    margin-top: 0px;
}

.card .same-block .title
{
    margin: 30px 0;
}

.card .reviews-block .title span
{
    font-weight: 500;
}
.card .reviews-block .buttons>div
{
    font-weight: 500;
}
.card .yandex-block a
{
    line-height: 3rem;
    font-weight: 500;
    padding-left: 65px;
    text-align: left;
    border-radius: 5px;
}
.card .questions-block .right
{
        margin-top: 0px;
}
.knowledge-block .block .element .image img
{
    left: 4px;
}
.knowledge-block .block .element .text .right
{
    display: none;
}
.card .right-block .to-cart.request .sprite-cart
{
    background-position: -34px -119px!important;
    background-image: url(/templates/2.2.16/img/product.png)!important;
}
.card .right-block .alfabank-block .alfabank
{
    width: 100%;
    height: 54px;
    background: #e8e8e8;
    border: 1px solid #d0d0d0;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px 0;
    transition: background 0.25s ease;
}
.card .right-block .alfabank-block .alfabank:hover {
    background: #d8d8d8;
}
.card .right-block .alfabank-block .alfabank i {
    margin: 2px 0 0 1%;
}
.card .right-block .credit-block .credit i + div,
.card .right-block .alfabank-block .alfabank i + div {
    font-size: 1rem;
    color: #282828;
    font-weight: 400;
    margin: 5px 0 0 7%;
    width: 75%;
}
.card .right-block .credit-block .credit div.description,
.card .right-block .alfabank-block .alfabank div.description {
    font-size: .8rem;
    color: #666;
    font-weight: 400;
    margin: 3px 0 0 0 ;
}
.card .right-block .alfabank-block .alfabank div span {
    color: #e1262d;
    font-weight: 500;
}
.card .sprite-alfabank {
    width: 47px;
    height: 47px;
    background-position: -177px -65px;
}



.card .d-block .text
{
    margin: 35px 0 0 3%;
}
.card .d-block .text
{
  font-size: 1.6rem;
}


.card .market-block
{
    clear: right;
}
.card .name .flag img { border-radius: 3px; }
.card .reviews-block .buttons>div,
.card .delivery-block
{
    border-radius: 5px;
}
.card .image-block
{
    border-radius: 5px 5px 0 0;
    width: 65%;
    margin-top: -95px;
    height: 680px;
    border-bottom: 1px solid #dfdfdf;
}
.card .icon-block
{
    border-radius: 0 0 5px 5px;
    padding: 50px 0 0 50px;
    width: 65%;
    height: 235px;
}
.card .icon-block .icon
{
    margin-bottom: 40px;
}
.card .market-block .more>div
{
    border-radius: 0 0 5px 5px;
}

.card .right-block .states-block
{
    border-top: 1px solid rgba(0,0,0,0);
}
.card .icon-block a div,
.card .right-block .states-block .state-block a div
{
    color: #444;
}
.card .icon-block a:hover div,
.card .right-block .states-block .state-block a:hover div
{
    color: #c00f17;
}
.card #vk_comments
{
    margin-top: 20px;

}
.card .questions-block .left #vk_groups
{
    margin-top: 14px;
}
.card .right-block .states-block .state-block i
{
    width: 26px;
}
.card .image-block #images-slider .image
{
    border: 0px;
}
.card .image-block #images-slider .image img
{
    border-radius: 50%;
    border: 1px solid #EEE;
}
 .card .image-block #images-slider .image .hover
 {
     border-radius: 50%;
     box-shadow: inset 0px 0px 10px -2px #2eba42;
     border: 0px;
 }
 .owl-carousel .owl-item
 {
     text-align: center;
 }

#images-slider .owl-controls,
#images-slider-mobile .owl-controls
{
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0px;
}
#images-slider .owl-controls .owl-nav,
#images-slider-mobile .owl-controls .owl-nav
{
    width: 100%;
    position: relative;
}
#images-slider .owl-controls .owl-nav .owl-prev,
#images-slider-mobile .owl-controls .owl-nav .owl-prev
{
    left: -55px;
    top: 111px;
    width: 50px;
    height: 50px;
    border: 1px solid #AAA;
    border-radius: 50%;
    position: absolute;
    background: url(/templates/2.2.16/img/arrows.png) #FFF;
    background-position: 0px 0px;
}
#images-slider .owl-controls .owl-nav .owl-prev:hover,
#images-slider-mobile .owl-controls .owl-nav .owl-prev:hover
{
    background: url(/templates/2.2.16/img/arrows.png) #9a0b11;
    background-position: 0px -50px;
    cursor: pointer;
}
#images-slider .owl-controls .owl-nav .owl-next,
#images-slider-mobile .owl-controls .owl-nav .owl-next
{
    right: -55px;
    top: 111px;
    width: 50px;
    height: 50px;
    border: 1px solid #AAA;
    border-radius: 50%;
    position: absolute;
    background: url(/templates/2.2.16/img/arrows.png) #FFF;
    background-position: -50px 0px;
}
#images-slider .owl-controls .owl-nav .owl-next:hover,
#images-slider-mobile .owl-controls .owl-nav .owl-next:hover
{
    background: url(/templates/2.2.16/img/arrows.png) #9a0b11;
    background-position: -50px -50px;
    cursor: pointer;
}

.image-slider[inrow='1'] #images-slider .owl-controls .owl-nav .owl-next,
.image-slider[inrow='1'] #images-slider .owl-controls .owl-nav .owl-prev
{
    top: 45px;
}


 .card .image-block #images-slider .image .selected
 {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     position: absolute;
     box-shadow: inset 0px 0px 10px -2px #ffa736;
     top: 0;
 }


 .card .market-block .text img, .card .new-block .text img
 {
     max-width: 100%;
     height: auto!important;
 }
 .card .sprite-left-4 {
    width: 34px;
    height: 35px;
    background-position: -51px -78px;
}
.card .image-block .marks>div.beauty_pad:hover i.sprite-left-4
{
    background-position: -96px -78px;
}
.card .image-block .marks>div.beauty_pad span.num
{
    width: 14px;
    height: 14px;
    background: #d31d25;
    border-radius: 100px;
    font-size: .75rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}


.card .image-slider {
    border-radius: 0 0 5px 5px;
    width: 65%;
    height: 273px;
    background: #FFF;
    border: 1px solid #dedede;
    float: left;
}

.card .image-slider[inrow='1']
{
    height: 140px;
}

.card .image-slider .image
{
    width: 100%;
    text-align: center;
}
.card .image-slider .image .once
{
    width: 100%;
    height: 136.5px;
    padding: 10px;
    border-radius: 3px;
    display: flex;
}
.card .image-slider .image .once.selected img
{
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
}
.card .image-slider .image .once:not(.selected):hover img
{
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.card .image-slider .image .once img
{
  padding: 10px;
    width: auto;
    max-width: 100%;
    max-height: 116.5px;
    margin: auto;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0);
}
.card .right-block .to-cart div
{
    font-weight: 400;
    margin-top: 18px;
}

.card .right-block .fast-buy div
{
    font-weight: 400;
    margin-top: 18px;
}


.card .teh-block .title>div:nth-child(1) div
{
    margin-top: 7px;
}
.card .teh-block .col .row
{
    background: #F7F7F7;
    padding: 5px 10px;
    border-radius: 4px;
}

.card .teh-block .col div p
{
    font-size: .85rem;
    font-weight: 400;
}
.card .teh-block .col div p:nth-child(1)
{
    width: calc(46% - 12px);
    margin: 5px 2% 7px 12px;
}
.card .teh-block .col div p:nth-child(2)
{
    padding: 6px 0 6px 0;
}

.card .yandex-block
{
    margin: 50px 0;
    padding: 30px;
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
}

.card .teh-block
{
    margin-top: 50px;
}
.card .teh-block:not([closed]) .more
{
    display: none;
}
.card .teh-block[closed]
{
    max-height: 350px;
    overflow-y: hidden;
}
.card .teh-block .more .gradient,
.card .market-block .more .gradient
{
    position: absolute;
    top: -50px;
    height: 50px;
    width: 100%;
    background: url(/templates/2.2.16/img/product/gradient_vertical_50x50.png) repeat-x!important;
    border-radius: 0px;
    opacity: .3;
}

@media (min-width: 1170px) {

.card .right-block .fast-buy,
.card .right-block .to-cart {
    margin-top: 15px;
}
    .card .right-block .color div.colors div i.sprite-check {
        height: 46px;
    }

    .card .right-block .color {
        margin-top: 18px;
    }

    .card .right-block .states-block {
        margin-top: 90px;
    }

    .card .right-block .states-block .state-block {
        margin-bottom: 0 !important;
    }


    .card .right-block .credit-block:nth-child(1) {
        margin-top: 20px;
    }

    .card .right-block .credit-block .credit {
        margin-top: 10px;
    }

    .card .delivery-block {
        padding: 10px 15px !important;
    }

    .card .delivery-block > div.metro {
        margin: 0;
    }


    .card .icon-block {
        padding: 30px;
        height: 200px;
    }

    .card .icon-block .icon {
        margin-bottom: 30px;
    }

    .card .icon-block .icon div {
        width: 55%;
    }

    .card .new-block .main-title {
        margin-bottom: 15px;
    }

    .card .new-block {
        margin-top: 25px;
    }

    .card .top-figures {
        padding: 20px 0;
    }

}



@media (max-width: 950px) and (min-width: 769px)
{
    .card .right-block .credit-block .credit div.description, .card .right-block .alfabank-block .alfabank div.description
    {
        display: none;
    }
    .card .right-block .credit-block .credit i + div, .card .right-block .alfabank-block .alfabank i + div
    {
        font-size: .7rem;
        margin-left: 0px;
        margin-top: 18px;
    }
}


.card .top-figures {
    clear: both;
    padding: 0 0 20px;
}
span.ruble {
    font-weight: bold;
    font-family: Arial;
}
@media (max-width: 850px)
{
    .card .right-block .fast-buy,
    .card .right-block .to-cart {
        height: 50px;
        line-height: 17px;
    }
    .card .right-block .fast-buy div,
    .card .right-block .to-cart div {
        font-size: 1.15rem!important;
    }

    .yandex-block a.inline-block-top {
        height: 31px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 22px !important;
    }
    .card .yandex-block a i {
        transform: scale(0.5);
        position: relative!important;
        top: auto;
        left: auto;
    }

    .card .reviews-block {
        margin-top: 20px;
    }
    .card .top-figures .figure
    {
        text-align: center;
    }
    .card .top-figures .figure div
    {
        margin-left: 0px!important;
        width: 80%!important;
    }
    .add_complect .product {
        width: 75px!important;
        margin: 5px;
    }
    .add_complect .product .name {
        font-size: 12px!important;
        max-width: 75px;
        text-wrap: pretty;
    }
    .add_complect .product .price {
        font-size: 20px!important;
    }
    .add_complect .product {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .add_complect .product .image img {
        width: 75px;
    }
    .add_complect .product .button {
        width: 80px!important;
        border-radius: 10px;
        margin: 10px 0 0 0!important;

    }
    .add_complect .product .button a span {
        display: none!important;

    }
}

@media (max-width: 500px)
{
    .card .top-figures
    {
        display: none;
    }
}
.card .top-figures .figure {
    width: 16.66666666666667%;
}

.card .top-figures .figure div {
    width: 57%;
    font-size: .875rem;
    color: #383838;
    font-weight: 500;
    line-height: 1.0625rem;
    margin: 7px 0 0 8%;
}
.figure .sprite-top-1 {
    width: 49px;
    height: 48px;
    background-position: -5px -224px;
}
.figure .sprite-top-2 {
    width: 49px;
    height: 48px;
    background-position: -64px -224px;
}
.figure .sprite-top-3 {
    width: 48px;
    height: 48px;
    background-position: -245px -204px;
}
.figure .sprite-top-4 {
    width: 49px;
    height: 48px;
    background-position: -302px -5px;
}
.figure .sprite-top-5 {
    width: 49px;
    height: 48px;
    background-position: -173px -63px;
}
.figure .sprite-top-6 {
    width: 49px;
    height: 48px;
    background-position: -297px -63px;
}
.figure .sprite-top-7 {
    width: 49px;
    height: 48px;
    background-position: -297px -63px;
}
.figure .sprite-top-7 {
    width: 49px;
    height: 48px;
    background-position: -124px -224px;
}

.sprite-listing {
    background-image: url(/templates/2.2.16/img/listing.png);
    background-repeat: no-repeat;
    display: inline-block;
}


@media (max-width: 1170px) and (min-width: 769px)
{
    .card .right-block .states-block .state-block {
        width: 100%;
        margin: 0 0 17px 0!important;
    }
}
@media (max-width: 768px)
{

    .card .right-block .fast-buy i, .card .right-block .to-cart i {
        display: none;
    }


    .buttons {
        display: flex; justify-content: space-between;
    }
    .buttons a {

        position: relative!important;
        margin: 0!important;
        margin-left: 5px!important;
        top: 24px!important;
        border-radius: 10px!important;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }
    .buttons a .inline-block-top {
        margin: 0;
    }
    .card .right-block .states-block {
        margin-top: 40px;
    }
    .card .right-block .color {
        margin-top: 100px;
    }


    .top-figures {
        display: flex!important;
        justify-content: space-between;
        padding-bottom: 0!important;
    }

    .card .image-block .image .guarantee
    {
        width: 25%;
    }
    .card .yandex-block
    {
      padding: 20px 10px;
      min-height: 88px;
    }
    .card .yandex-block .text
    {
      top: -30px;
    }
    .card .yandex-block a
    {
      padding-left: 0px;
      text-align: center;
    }
}
@media (max-width: 1170px) {
    .tab .wrapper-1170 {
        padding: 0;
    }

}
@media (min-width: 1170px)
{
    .card .right-block .price-left div:nth-child(4)
    {
        font-size: .9rem;
        font-weight: 400;
    }

    .card .right-block
    {
        margin-top: 20px;
    }
    .card .right-block .price-left.move_right
    {
        margin-left: 50px;
    }
    .card .right-block .price-right>div:nth-child(2)
    {
        border-radius: 15px;
    }
    .card .right-block .price-left div:nth-child(3)
    {
        margin-top: 15px;
        font-size: 2.07rem;
        font-weight: 500;
    }
    .card .right-block .price-left div:nth-child(3) i
    {
        margin: 0px;
    }
    .card .sprite-check
    {
        background: url(/templates/2.2.16/img/listing.png)!important;
        background-position: -252px -35px!important;
    }
    .card .right-block .color div.colors
    {
        text-align: center;
    }
    .card .right-block .color div.colors div:not(.active):hover i
    {
        background-position: -334px -144px
    }


    .card .right-block .to-cart.basket
    {
        background: #17782a;
    }
    .card .right-block .to-cart.basket:hover
    {
        background: #156424;
    }
    .card .right-block .to-cart.basket .sprite-cart
    {
        background: url(/templates/2.2.16/img/listing.png);
        background-position: -380px -141px!important;
    }

    .card .right-block .to-cart.request
    {
        background: #AAA;
    }
    .card .right-block .to-cart.request:hover
    {
        background: #999;
    }
    .card .right-block .to-cart.request .sprite-cart
    {
        background: url(/templates/2.2.16/img/listing.png);
        background-position: -380px -169px;
        margin-left: 10%;
    }



    .card .right-block .states-block .state-block div span:nth-child(2)
    {
        color: #e1262d;
    }


    .card .sprite-review,
    .card .sprite-articles,
    .card .sprite-news,
    .card .sprite-blog
    {
        width: 25px;
    }

    .card .sprite-cart
    {
        width: 28px;
        height: 25px;
        background-position: -250px -142px;
    }
    .card .banner
    {
        width: 100%;
        text-align: center;

    }
    .card .banner .inner
     {
         display: inline-block;
         position: relative;
         margin-top: 20px;
     }
     .card .banner .inner img
     {
         max-width: 100%;
     }
     .card .banner .inner a.area
     {
         position: absolute;
     }
     .card .video-block .video
     {
         display: none;
     }
     .card .video-block iframe
     {
         display: block;
     }
     .card .teh-block .col
     {
         padding-bottom: 50px;
     }


    .card .right-block .no-product
    {
        display: block;
        position: static;
        margin-top: 62px;
    }
    .card .right-block .no-product>div:nth-child(2) div
    {
        line-height: 1;
    }
    .card .right-block .no-product>div:nth-child(1) div a {
        color: white;
        text-decoration: none;
        font-weight: 700;
        display: block;
        width: 100%;
        height: 100%;
    }
    .card .delivery-block
    {
        margin-right: 10px;
        border: 1px solid #dedede;
    }
    .card .delivery-block>div.dots .right a,
    .card .delivery-block>div.metro>div a {
        color: #268588;
        font-weight: 500;
        font-size: 0.9rem;
    }
    .card .delivery-block>div.dots .right a:hover,
    .card .delivery-block>div.metro>div a:hover {
        text-decoration: none;
        color: #c00f17;
    }

    .card .delivery-block>div.metro>div div:nth-child(1)
    {
        font-weight: 500;
    }

    .card .delivery-block>div.grey-text
    {
        margin: 0px;
    }

    .card .delivery-block>div.title-text:not(:first-of-type)
    {
        margin-top: 15px;
    }

    .card .delivery-block>div.metro>div
    {
        margin: 0px;
    }


    .card .delivery-block[hide_button]
    {
        padding-bottom: 20px;
    }
    .card .delivery-block>div.metro>div
    {
        margin-left: 5px;
    }

}

@media (max-width: 768px)
{
    .card .new-block
    {
        margin-top: 200px;
    }
    .card .reviews-block .buttons
    {
        margin-bottom: 35px;
    }
    .card .questions-block .left
    {
        display: none;
    }
}

@media (max-width: 1170px) and (min-width: 769px)
{
    .card .right-block .states-block .state-block {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 970px)
{
    .card .teh-block .more>div>div div
    {
        display: none;
    }
}
@media (max-width: 768px)
{
    .delivery-block {
        margin-top: -140px;
    }

    .card .market-block > div:not(:last-child) {
        margin-top: 5px!important;
    }
    .card .market-block .text {
        margin-top: 5px!important;
    }
    .card .delivery-block {
        margin-bottom: 5px!important;
        padding: 10px!important;
    }
    .card .delivery-block>div.metro {
        margin-bottom: 5px!important;
    }
    .hmenu {
        margin-bottom: 5px!important;
    }
    .card {
        margin-top: 0!important;
    }

    .bread .home {
        display: none;
    }
    .bread div {
        float: none!important;
    }

    .card .name {
        margin: 5px 0!important;
    }


    .bread .sprite.sprite-bread {
        display: none;
    }
    header .bottom-row .search {
        margin-top: 3px;

    }
    header .bottom-row {
        height: 51px;
    }

    .bottom-row .club {
        display: none;
    }
    .card .delivery-block
    {
        /*margin-top: -100px;*/
        margin-top: 0;
    }
    .card .icon-block
    {
        top: 230px;
    }
    .card .new-block
    {
        margin-top: 250px;
    }
    .card .right-block .credit-block .credit i + div, .card .right-block .alfabank-block .alfabank i + div
    {
        margin: 10px 0 0 0;
        width: 100%;

    }
    .card .right-block .alfabank-block .alfabank div {
        text-align: center;
        margin: 22px 0 0 0;
    }
    .card .right-block .alfabank-block .alfabank div {
        width: 100%;
    }
    .card .right-block .alfabank-block .alfabank i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15%;
        margin: auto;
    }
    .card .right-block .alfabank-block .alfabank {
        height: 71px;
        position: relative;
    }
}





.card .teh-block .more {
    width: 100%;
    background: #fff;
    border-top: 1px solid #acacac;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card .teh-block .more>div {
    border-radius: 0 0 5px 5px;
}

.card .teh-block .more>div {
    text-align: center;
}

.card .teh-block .more>div {
    width: 44.7008547008547%;
    height: 65px;
    background: #40b5b8;
    cursor: pointer;
    margin: -1px auto 0;
    transition: background 0.25s ease;
}

.card .teh-block .more>div>div {
    width: 45%;
    font-size: 1.4375rem;
    color: #fff;
    font-weight: 500;
    line-height: 3.875rem;
    margin: auto;
}
.card .teh-block .more>div>div i {
    margin: 19px 5px 0 0;
}

.card .teh-block .more>div>div i {
    margin: 19px 11% 0 0;
}

.card .sprite-more {
    width: 28px;
    height: 28px;
    background-position: -429px -304px;
}
.card .teh-block .more>div:hover {
    background: #268688;
}

.card .sprite {
    background-image: url(/templates/2.2.16/img/card.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.card .teh-block .more>div>div div {
    margin-top: 2px;
}

.inline-block-top {
    display: inline-block;
    vertical-align: top;
}
.card .teh-block  {
    box-shadow: none;
}




@media (max-width: 1250px)
{
    #images-slider .owl-controls .owl-nav .owl-prev
    {
        left: -40px;
    }
    #images-slider .owl-controls .owl-nav .owl-next
    {
        right: -40px;
    }
}

@media (max-width: 1200px)
{
    #images-slider .owl-controls .owl-nav .owl-prev,
    #images-slider .owl-controls .owl-nav .owl-next
    {
        background: url(/templates/2.2.16/img/arrows_small.png) #FFF;
        width: 25px;
        height: 25px;
    }
    .image-slider:not([inrow='1']) #images-slider .owl-controls .owl-nav .owl-next, .image-slider:not([inrow='1']) #images-slider .owl-controls .owl-nav .owl-prev
    {
        top: 125px;
    }
    .image-slider[inrow='1'] #images-slider .owl-controls .owl-nav .owl-next, .image-slider[inrow='1'] #images-slider .owl-controls .owl-nav .owl-prev
    {
        top: 55px;
    }

    #images-slider .owl-controls .owl-nav .owl-prev
    {
        background-position: 0 0;
        left: -35px;
    }
    #images-slider .owl-controls .owl-nav .owl-next
    {
        background-position: -25px 0;
        right: -35px;
    }
    #images-slider .owl-controls .owl-nav .owl-prev:hover
    {
        background: url(/templates/2.2.16/img/arrows_small.png) #9a0b11;
        background-position: 0px -25px;
    }
    #images-slider .owl-controls .owl-nav .owl-next:hover
    {
        background: url(/templates/2.2.16/img/arrows_small.png) #9a0b11;
        background-position: -25px -25px;
    }
}

@media (max-width: 640px)
{
    .card .right-block .credit-block .credit i {
        display: none;
    }
    .card .right-block .alfabank-block .alfabank i {
        display: none;
    }
}
@media (max-width: 768px)
{
    .card .bread
    {
        width: 100%;
    }
    .image-slider[mobile]
    {
        display: inline-block;
    }
    .card .image-block
    {
        margin-top: 0px;
        width: 100%;
        height: auto;
    }
    .card .name
    {
        margin-top: 20px;
    }

    .card .image-slider:not([mobile])
    {
        display: none;
    }
    .card .image-slider
    {
        width: 100%;
    }

    .image-slider[mobile] #images-slider .owl-controls .owl-nav .owl-next,
    .image-slider[mobile] #images-slider .owl-controls .owl-nav .owl-prev
    {
        top: 45px;
    }
    .card .image-slider[mobile]
    {
        height: 140px;
    }



    #images-slider-mobile .owl-controls .owl-nav .owl-prev,
    #images-slider-mobile .owl-controls .owl-nav .owl-next
    {
        background: url(/templates/2.2.16/img/arrows_small.png) #FFF;
        width: 25px;
        height: 25px;
    }
    .image-slider:not([inrow='1']) #images-slider-mobile .owl-controls .owl-nav .owl-next, .image-slider:not([inrow='1']) #images-slider-mobile .owl-controls .owl-nav .owl-prev
    {
        top: 125px;
    }
    .image-slider[inrow='1'] #images-slider-mobile .owl-controls .owl-nav .owl-next, .image-slider[inrow='1'] #images-slider-mobile .owl-controls .owl-nav .owl-prev
    {
        top: 55px;
    }

    #images-slider-mobile .owl-controls .owl-nav .owl-prev
    {
        background-position: 0 0;
        left: -13px;
    }
    #images-slider-mobile .owl-controls .owl-nav .owl-next
    {
        background-position: -25px 0;
        right: -13px;
    }
    #images-slider-mobile .owl-controls .owl-nav .owl-prev:hover
    {
        background: url(/templates/2.2.16/img/arrows_small.png) #9a0b11;
        background-position: 0px -25px;
    }
    #images-slider-mobile .owl-controls .owl-nav .owl-next:hover
    {
        background: url(/templates/2.2.16/img/arrows_small.png) #9a0b11;
        background-position: -25px -25px;
    }

    .card .top-figures {
        display: block;
    }
    .card .icon-block {
        display: none;
    }
    .card .new-block
    {
        margin-top: 20px;
    }
    .card .questions-block
    {
        margin: 65px auto;
    }
    #vk_comments
    {
        display: none;
    }
}

.card .sprite-mts {
    width: 47px;
    height: 47px;
    background-position: -476px -65px;
}
.card .sprite-pochta {
    width: 47px;
    height: 47px;
    background-position: -237px -65px;
}
.card .sprite-alliance {
    width: 47px;
    height: 47px;
    background-position: -286px -65px;
    border-radius: 50%;
}
.card .sprite-poscredit {
    width: 47px;
    height: 47px;
    background-position: -539px -405px;
    border-radius: 50%;
}
.card .sprite-crypto {
    width: 47px;
    height: 47px;
    background-position: -490px -405px;
}

.pochta-modal
{
  height: 550px;
}


.add_complect .button {
  width: 100%;
}
.add_complect
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.add_complect .product .name
{
  width: 100%;
  margin: 10px 0 0;
  font-size: 15px;
   text-align: center;
}
.add_complect .product .price
{
  font-size: 1.48688rem;
  font-weight: 500;
}
.element-description .sprite-product {
    background-image: url(/templates/2.2.16/img/product.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px !important;
    height: 17px !important;
    background-position: -249px -5px !important;
}

.button span
{
    font-weight: 400;
    margin-top: 18px;
    font-size: .875rem;
    color: #fff;
    margin: 8px 0 0 7%;
}
.button i
{
    margin: 6px 0 0 0;
    background-image: url(/templates/2.2.16/img/card.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 25px;
    background-position: -250px -142px;
}
.button:hover
{
    background: #9a0b11;
}

.button
{
    width: 90%;
    height: 33px;
    background: #e1262d;
    border-radius: 30px;
    cursor: pointer;
    margin: 43px 0 0 0;
    margin: 20px auto;
}

.button.basket i
{
    background: url(/templates/2.2.16/img/listing.png);
    background-position: -380px -141px!important;
}

.button.basket {
  background: #17782a!important;
}

.crypto-address {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;

}

.crypto-cost {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 10px;
}

.crypto-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.crypto-line + .crypto-line {
    margin-top: 20px;
}

@media screen and (max-width: 500px) {
    .card {
        margin-top: 10px;
    }
    .card .right-block .color {
        margin-top: 100px;
    }
    .credit-block {
        /*margin-bottom: 120px;*/
    }
    .credit-block + .credit-block {
        /*display: none;*/
    }
    .credit-block a:not(:first-of-type) {
        display: none;
    }
    .credit-block a:first-of-type {
        margin-bottom: 20px;
    }
    .card .delivery-block {
        max-height: 230px;
        margin-bottom: 20px;
    }
}
/* /css/pages/check_claster.css */
.claster-modal {
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}


.claster-modal .claster-modal-sprite {
    background-image: url(/templates/2.2.16/img/claster-modal.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.claster-modal .sprite-title {
    width: 48px;
    height: 48px;
    background-position: -5px -5px;
    display: none;
}
.claster-modal .top .title div span
{
    color: #e65048;
}
.claster-modal .top .title div {
    color: #222;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 7px 0 0 12px;
}
.claster-modal .top .buttons {
    margin-top: 30px;
}
.claster-modal .top .buttons a:first-of-type
{
    margin-right: 10%;
}
.claster-modal .top .buttons a {
    width: 17.8%;
    height: 36px;
    background: #40b5b8;
    border: 1px solid #3aa8ab;
    border-radius: 30px;
    cursor: pointer;
    margin: 8px 0 0 1%;
    transition: background 0.25s ease, border 0.25s ease;
    position: relative;
    border-radius: 5px;
    width: 44%;
    text-align: center;
}
.claster-modal .top .buttons a:hover {
    background: #0b4647;
    border: 1px solid #0b4647;
}


.claster-modal .top .buttons a.red
{
    border: 1px solid #9e1a20;
    background: #c00f17;
}
.claster-modal .top .buttons a.red:hover
{
    border: 1px solid #89090f;
    background: #89090f;
}
.claster-modal .top .buttons a div {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    margin: 6px 0 0 0;
}

@media (min-width: 1024px)
{
    .claster-modal .top {
        padding: 30px 8% 30px;
    }
}

