.elementdetail {
    display: block;
    width: 100%;
    margin: 4px 0 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    box-sizing: border-box
}

.element-title {
    display: none;
    width: 100%;
    margin: 4px 4px 4px 0;
    padding: 0px;
    font-size: 19px;
    line-height: 20px;
    color: #228b87
        /* #b68452 */
    ;
    box-sizing: border-box
}

.element-gift-block {
    position: absolute;
    display: none;
    top: 0;
    right: 4px;
    font-size: 60px;
    z-index: 100
}

.element-gift-block a {
    color: rgba(33, 16, 5, 0.7)
}

.element-gift-block a:hover {
    color: rgba(33, 16, 5, 0.8)
}

.elementdetail .pictures,
.elementdetail .info {
    float: left
}

.elementdetail .pictures {
    position: relative;
    width: 45%;
    padding: 4px;
    box-sizing: border-box
}

.elementdetail .pictures .picslider {
    display: block;
    float: left;
    width: 106px;
}

.elementdetail .pictures .pic {
    display: block;
    float: left;
    width: calc(100% - 106px)
}

.elementdetail .info {
    width: 55%;
    box-sizing: border-box
}

.elementdetail .info h1 {
    position: relative;
    display: block;
    padding: 4px;
    line-height: 26px;
    text-align: left;
    font-size: 24px;
    color: #228b87
        /* #b68452 */
    ;
    font-weight: 600 !important;
    box-sizing: border-box
}

.info-left-column {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    padding: 10px;
    box-sizing: border-box
}

.info-right-column {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    box-sizing: border-box
}

.info-right-column .properties-list {
    position: relative;
    display: block;
    height: 303px;
    margin: 0 !important;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box
}

.info-right-column .properties-list:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%)
}

.elementdetail .info .switcher {
    margin: 0 0 0 10px !important
}

.buy-info {
    position: relative;
    display: flex;
    justify-content: space-around;
    float: left;
    width: 55%;
    box-sizing: border-box
}

.buy-info-item {
    position: relative;
    width: 31%;
    margin: 40px 0 0
}

.buy-info-item-title {}

.buy-info-item-title a {
    text-decoration: underline
}

.buy-info-item-list {
    padding: 5px 10px;
    font-size: 13px
}

.buy-info-item-list a {
    text-decoration: underline
}


/* vote&share */
.vote-share {
    position: relative;
    display: block;
    float: left;
    width: 45%;
    box-sizing: border-box
}

.elementdetail .share {
    float: left;
    width: 100%
}

.elementdetail .share-title {
    height: 40px;
    margin: 40px 0 0;
    text-align: center
}

.elementdetail .share-item {
    height: 40px;
    margin: 40px 0 0
}


.tabs-column {
    display: block;
    float: left;
    width: calc(50% - 4px);
    margin: 40px 0 0 4px;
    padding: 0;
    box-sizing: border-box
}

.review-column {
    display: block;
    float: right;
    width: calc(50% - 8px);
    margin: 40px 4px 0 4px;
    box-sizing: border-box
}

.blog-comment-title {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: rgba(58, 53, 52, 1);
    box-sizing: border-box
}


/* timers */
.elementdetail .pic .timers {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 30px
}

.elementdetail .pic .timers .clock {
    float: left;
    padding: 14px 6px;
    background-color: #748080;
    -khtml-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.elementdetail .pic .timers .clock i {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.elementdetail .pic .timers .timer {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .8);
    border: 2px solid red;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.elementdetail .pic .timers .timer .intimer {
    float: left;
    padding: 8px 11px 0px
}

.elementdetail .pic .timers .timer .val,
.elementdetail .pic .timers .timer .dvoet {
    float: left
}

.elementdetail .pic .timers .timer .val.ml {
    margin-left: 10px
}

.elementdetail .pic .timers .timer .val .value,
.elementdetail .pic .timers .timer .val .podpis {
    width: 100%
}

.elementdetail .pic .timers .timer .val .value,
.elementdetail .pic .timers .timer .dvoet {
    font-size: 40px;
    letter-spacing: 3px
}

.elementdetail .pic .timers .timer .podpis {
    font-size: 16px
}

.elementdetail .pic .timers .timer .progressbar {
    height: 4px;
    margin-top: 4px;
    background-color: #d4d9de;
    border: 1px solid #b8bcc1;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementdetail .pic .timers .timer .progressbar .progress {
    position: relative;
    top: -1px;
    left: -1px;
    height: 4px;
    background-repeat: repeat-x;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementdetail .pic .timers .timer.da2 .progressbar .progress {
    border: 1px solid #990060
}

.elementdetail .pic .timers .timer.qb .progressbar .progress {
    border: 1px solid #62a92c
}


/* pictures */
.elementdetail .pic {
    position: relative;
    height: 377px;
    margin-bottom: 12px;
    line-height: 377px;
    text-align: center
}

.elementdetail .pic img {
    max-height: 377px
}

.elementdetail .pic .glass {
    max-width: 100%;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.elementdetail .zoom {
    text-align: center;
    font-size: 13px
}

.elementdetail .zoom .icon {
    width: 15px;
    height: 16px;
    margin-right: 10px;
    background-position: 0 -54px;
}

.picslider {
    position: relative;
}

.picslider .scrollinner a {
    display: block;
    width: 95px;
    height: 95px;
    padding: ;
    text-align: center;
    line-height: 90px;
    *border: 1px solid #F2F2F2;
    box-sizing: border-box;
}

.picslider .scrollinner a.selected {
    border: 1px solid #0c4da2;
}

.picslider .scrollinner a img {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.picslider.horizontal .d_jscrollpane,
.picslider.horizontal .popd_jscrollpane {
    margin-right: 7px;
    margin-left: 7px;
}

.picslider a.prev,
.picslider a.next,
.elementdetail .prices a.prev,
.elementdetail .prices a.next {
    display: block;
    visibility: hidden;
}

.picslider.jspHasScroll .prev,
.picslider.jspHasScroll .next,
.elementdetail .prices.jspHasScroll .prev,
.elementdetail .prices.jspHasScroll .next {
    visibility: visible;
}

.picslider.horizontal a.prev,
.picslider.horizontal a.next,
.elementdetail .prices a.prev,
.elementdetail .prices a.next {
    position: absolute;
    top: 0px;
    z-index: 100;
}

.picslider a.page {
    padding: 41px 20px;
}

.picslider.horizontal a.prev,
.elementdetail .prices a.prev {
    left: 0px;
}

.picslider.horizontal a.next,
.elementdetail .prices a.next {
    right: 0px;
}

.picslider.horizontal a.prev .icon,
.picslider.horizontal a.next .icon,
.elementdetail .prices a.prev .icon,
.elementdetail .prices a.next .icon {
    width: 7px;
    height: 14px;
}

.picslider.horizontal a.prev .icon,
.elementdetail .prices a.prev .icon {
    background-position: 0px -531px;
}

.picslider.horizontal a.prev:hover .icon,
.elementdetail .prices a.prev:hover .icon {
    background-position: -21px -531px;
}

.picslider.horizontal a.next .icon,
.elementdetail .prices a.next .icon {
    background-position: 0px -545px;
}

.picslider.horizontal a.next:hover .icon,
.elementdetail .prices a.next:hover .icon {
    background-position: -21px -545px;
}

.picslider.horizontal .scrollinner a {
    float: left;
    margin-right: 0px;
}

.picslider.horizontal .jspVerticalBar,
.picslider.horizontal .jspHorizontalBar {
    display: none;
}

.picslider.vertical {
    float: ;
    width: 100px;
    margin-left: 0px;
    box-sizing: border-box;
}

.picslider.vertical .d_jscrollpane,
.picslider.vertical .popd_jscrollpane {
    width: 100%;
    height: 250px;
    overflow: auto;
}

.picslider.vertical a.pop {
    padding: 2px 10px;
}

.picslider.vertical a.prev,
.picslider.vertical a.next {
    position: relative;
    height: 60px;
    margin: 0;
    padding: 0 35px;
    font-size: 60px;
    line-height: 60px;
    color: rgba(33, 16, 5, 0.3);
    transition: all 0.1s;
    z-index: 100;
}

.picslider.vertical a.prev:hover,
.picslider.vertical a.next:hover {
    color: rgba(33, 16, 5, 0.8);
}

.picslider.vertical a.prev .icon,
.picslider.vertical a.next .icon {
    width: 14px;
    height: 7px;
}

.picslider.vertical a.prev .icon {
    background-position: -14px -669px;
}

.picslider.vertical a.prev:hover .icon {
    background-position: -14px -690px;
}

.picslider.vertical a.next .icon {
    background-position: 0px -669px;
}

.picslider.vertical a.next:hover .icon {
    background-position: 0px -690px;
}

.picslider.vertical a {
    margin-right: 0px;
    margin-bottom: 4px;
}

.picslider .d_jscrollpane,
.picslider .popd_jscrollpane,
.prices .prs_jscrollpane {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.picslider .sliderin {
    width: 10px;
    height: 200px;
}

.fancyimages table {
    width: 100%;
    height: 100%;
}

.fancyimages table td {
    vertical-align: middle;
    text-align: center;
}

.fancyimages table td.slider {
    width: 260px;
    vertical-align: top;
}


/* article and stores */
.elementdetail .article,
.elementdetail .stores {
    width: 100%;
    min-height: 5px
}

/* article and stores -> stores */
.elementdetail .articleandstores {
    margin-bottom: 20px;
}

.stores {
    text-align: ;
}

.stores .genamount- {
    font-size: 16px;
    color: #00cc00;
}

.stores .quantity-0 {
    font-size: 18px;
    color: red
}

.stores .genamount-.cantopen {
    cursor: pointer;
    text-decoration: none;
}

.stores .genamount-.cantopen .icon {
    visibility: ;
}

.stores .genamount- .icon {
    width: 8px;
    height: 4px;
    margin-left: 4px;
    background-position: 0px -4px;
}

.popupstores {
    text-align: left;
}

.popupstores table {
    margin-top: 5px;
}

.popupstores table td {
    padding: 2px 5px;
    border-bottom: 1px solid #F2F2F2;
}

.fancybox-inner .popupstores table {
    margin-top: 0px;
}

.fancybox-inner .popupstores table td {
    border-bottom: none;
}

.popupstores table td.amount {
    padding-left: 50px;
}

.popupstores table td.amount .empty {
    color: #ff0000;
}

.popupstores table td.amount .isset {
    color: #00cc00;
}

/* prices */
.elementdetail .info .info-left-column .prices {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
}

.elementdetail .prices a.prev,
.elementdetail .prices a.next {
    padding: 0px 0px 31px 0px;
    background-color: #F7F7F7;
}

.elementdetail .prices a.prev span,
.elementdetail .prices a.next span {
    display: block;
    width: 30px;
    height: 38px;
    margin-bottom: 29px;
}

.elementdetail .prices a.prev .icon,
.elementdetail .prices a.next .icon {
    margin: 0px 10px;
}

.elementdetail .prices .prs_jscrollpane {
    height: 138px;
}

.elementdetail .prices .prs_jscrollpane .jspVerticalBar,
.elementdetail .prices .prs_jscrollpane .jspHorizontalBar {
    display: none;
}

.elementdetail .prices table th,
.elementdetail .prices table td {
    padding: 10px 30px;
    width: 100px;
    text-align: left;
}

.elementdetail .prices a.prev span,
.elementdetail .prices a.next span,
.elementdetail .prices table th {
    background: #F3F3F3;
    /*
	background:-ms-linear-gradient(top, #f3f3f3, #fff);
	background-image:-moz-linear-gradient(top, #f3f3f3, #fff);
	background-image:-o-linear-gradient(top, #f3f3f3, #fff);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F3F3F3), to(#FFF));
	background-image:-webkit-linear-gradient(top, #F3F3F3, #FFF);
	background-image:linear-gradient(to bottom, #F3F3F3, #FFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#fff',GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#fff)";
	*/
}

.elementdetail .prices table td {
    background-color: #f7f7f7;
}

.elementdetail .prices table td .price.old {
    font-size: 14px;
}

.elementdetail .prices table td .price {
    font-size: 18px;
}

.elementdetail .prices table td .price.new {
    font-family: Opensansbold, Arial, Helvetica, sans-serif;
}

.elementdetail .pricestable thead th {
    font-weight: normal;
}


/* prices -> solo */
.elementdetail .soloprice {
    position: relative;
    display: block;
    height: 40px;
    margin-bottom: 0
}

.elementdetail .soloprice td {
    padding: 5px 0px;
}

.elementdetail .soloprice .line {
    padding-right: 0px;
    /*border-bottom:1px dotted #CCC;*/
}

.elementdetail .soloprice .line,
.elementdetail .soloprice .price,
.elementdetail .soloprice .discount {
    height: 10px;
}

.elementdetail .soloprice .name {
    position: relative;
    top: 0;
}

.elementdetail .soloprice .price.gen {
    font-size: 34px;
    color: rgba(33, 16, 5, 0.8) !important
}

.elementdetail .soloprice .price.gen-not-present {
    font-size: 34px;
    color: rgba(33, 16, 5, 0.4) !important
}




/* properties */
.elementdetail .info .properties {
    height: 40px;
    margin-bottom: 0;
}

.offer_prop-name {
    float: left
}


/* add2basket */
.elementdetail form.add2basketform {
    display: block;
    float: left;
    width: 100%;
    padding: 0
}

.elementdetail .favorite-area {
    display: none;
    float: left;
    width: 20%
}

.elementdetail .favorite-area .favorite {
    display: block;
    float: none;
    height: 68px;
    text-align: center;
    border: none;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box
}

.elementdetail .favorite-area .favorite i {
    font-size: 48px;
    line-height: 68px;
}

.elementdetail .add2basketform .quantitytitle {
    display: inline-block;
    margin-bottom: 10px
}

.elementdetail .add2basketform .quantity {
    display: block;
    float: left;
    width: 55%;
    color: rgba(33, 16, 5, 0.6);
    box-sizing: border-box
}

.elementdetail .add2basketform {
    width: 100%
}

.elementdetail .add2basketform .quantity input {
    position: relative;
    display: block;
    float: left;
    width: 39%;
    height: 46px;
    margin-top: 13px;
    padding: 0;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none
}

.elementdetail .add2basketform .quantity input:focus {
    outline: none
}

.elementdetail .add2basketform .minus {
    display: block;
    float: left;
    width: 29%;
    height: 68px;
    padding: 15px 0 0;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer
}

.elementdetail .add2basketform .plus {
    display: block;
    float: left;
    width: 29%;
    height: 68px;
    padding: 15px 0 0;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer
}

.elementdetail .add2basketform .add2basket {
    width: 35%;
    height: 68px;
    line-height: 72px;
    text-align: center;
    font-size: 54px;
    color: rgba(21, 19, 17, .92);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    box-sizing: border-box;
    cursor: pointer
}

.elementdetail .add2basketform .add2basket:hover,
.elementdetail .add2basketform .inbasket:hover,
.elementdetail .add2basketform .minus:hover,
.elementdetail .add2basketform .plus:hover {
    color: rgba(21, 19, 17, 1)
}

.elementdetail .add2basketform .buy1click {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0 5px;
    padding: 14px 0 11px;
    text-align: center;
    font-size: 20px;
    background: rgba(33, 16, 5, 0.7) !important;
    transition: all 0.1s;
}

.elementdetail .add2basketform .buy1click:hover {
    text-decoration: none;
    background: rgba(33, 16, 5, 0.6) !important;
}

.elementdetail .add2basketform.in .buy1click {
    display: none
}

.elementdetail .add2basketform .buy1click {}

.elementdetail .add2basketform .quantitytitle {
    padding: 11px 0px;
}

.elementdetail .product2subscribe {
    margin-bottom: 20px;
    background: rgba(21, 19, 17, 0.92) !important;
    transition: all 0.1s
}

.elementdetail .product2subscribe:hover {
    background: rgba(21, 19, 17, 1) !important
}


.elementdetail .add-to-basket {
    *display: block;
    float: left;
    width: 45%;
    height: 46px;
    margin: 13px 0 0;
    padding: 0 4px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ee765e !important;
    cursor: pointer;
    box-sizing: border-box
}

.elementdetail .add-to-basket:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    *background: #ee765e !important
}

.elementdetail .kredit-area {
    position: relative;
    margin: 10px 0 0
}

.elementdetail .kredit {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 4px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, .9);
    background: #228b87 !important;
    cursor: pointer;
    box-sizing: border-box
}

.elementdetail .kredit:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    *background: rgba(21, 19, 17, 1) !important
}

.ajax-kredit {
    width: calc(100% - 20px);
    box-sizing: border-box
}

.ajax-kredit iframe {
    width: calc(100% - 10px);
    height: 750px;
}

.elementdetail .link-conditions {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    background: none !important;
    cursor: pointer;
    box-sizing: border-box
}

.elementdetail .link-conditions:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration-color: rgba(0, 0, 0, 0.8);
    text-decoration-style: line;
}

.elementdetail .kredit-open {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 1) !important;
    z-index: 100
}

.elementdetail .kredit-open a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 20px 13px !important;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(21, 19, 17, 0.92) !important;
    cursor: pointer;
    box-sizing: border-box
}

.elementdetail .kredit-open a:hover {
    background: rgba(21, 19, 17, 1) !important
}


.button-subscribe {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 50px;
    color: rgba(21, 19, 17, 0.92);
    cursor: pointer
}

.button-subscribe:hover {
    color: rgba(21, 19, 17, 1)
}


/* comapre & favorite */

.elementdetail .threeblock {
    margin-bottom: 0px;
}

.elementdetail .compare {
    float: left;
    margin-right: 15px;
}

.elementdetail div.cheaper a {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 14px 0 11px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    background: rgba(33, 16, 5, 0.7) !important;
}

.elementdetail div.cheaper a:hover {
    background: rgba(33, 16, 5, 0.6) !important;
    text-decoration: none;
}

.elementdetail div.cheaper a {
    color: #fff !important;
}

.elementdetail .favoriteandcheaper .favorite .icon,
.elementdetail .favoriteandcheaper .cheaper .icon {
    margin-right: 5px;
    margin-bottom: 2px;
}


/* tabs */
.detailtabs.anchor .content {
    margin-bottom: 100px
}

.detailtabs.tabs .content .contentbody,
.detailtabs .content .switcher {
    display: none
}

.detailtabs .content.selected .contentbody,
.detailtabs .content.selected .switcher {
    display: block
}

.detailtabs .headers {
    margin-left: 10px;
    position: relative;
    width: fit-content;
    height: 50px;
    padding: 0;
    background: rgba(58, 53, 52, 1);
    overflow: hidden
}

.detailtabs .headers a {
    display: block;
    float: left;
    padding: 15px 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.detailtabs .headers a:hover,
.detailtabs .headers a.selected {
    color: #FFF;
    background-color: rgba(255, 255, 255, .2)
}

.detailtabs .headers a:active,
.detailtabs .headers a.selected:active {
    color: rgba(255, 255, 255, .9);
    background-color: rgba(255, 255, 255, .4)
}

.detailtabs .contents {
    overflow: hidden
}

.detailtabs .detailtext {
    margin-top: 10px
}

.detailtabs .detailtext p {
    display: block;
    margin: 15px 0
}

.detailtabs .contents .contentinner {
    padding: 0 10px 10px
}

.detailtabs .contents .contentinner iframe {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

.detailtabs .contents .contentinner table {
    margin: 10px 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.detailtabs .contents .contentinner table tr {
    border: 1px solid rgba(0, 0, 0, .1)
}

.detailtabs .contents .contentinner table td {
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.detailtabs .detailtext-in {
    position: relative;
    display: block;
    overflow: hidden
}

.detailtabs .detailtext-in:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 35px;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%)
}

.detailtabs .detailtext-more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 22px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .9);
    cursor: pointer;
    z-index: 100
}


.detailtabs .contents .content .switcher {
    padding: 0px 10px 10px 0px;
    font-size: 24px;
    color: #EE8131;
    margin-bottom: 0px;
}


/* tabs -> docs */
.detailtabs .contents .content.files .docs {
    width: 33%;
    display: block;
    float: left;
    padding: 8px 15px 8px 0px;
}

.detailtabs .contents .content.files a.docs .icon {
    display: block;
    float: left;
    width: 44px;
    height: 47px;
    background-position: 0px -834px;
}

.detailtabs .contents .content.files a.docs .icon.word {
    height: 45px;
    margin-bottom: 2px;
    background-position: 0px -744px;
}

.detailtabs .contents .content.files a.docs .icon.excel {
    height: 45px;
    margin-bottom: 2px;
    background-position: 0px -789px;
}

.detailtabs .contents .content.files a.docs .icon.pdf {
    background-position: 0px -697px;
}

.detailtabs .contents .content.files a.docs span {
    display: block;
    margin-left: 50px;
}

.detailtabs .contents .content.files a.docs .description {
    color: #000;
}

.detailtabs .contents .content.files a.docs .size {
    color: #999;
    font-size: 11px;
}

.detailtabs .contents .content.files .separator.x3 {
    width: 100%;
    float: left;
    display: block;
}

.detailtabs .contents .content a.docs:hover .name {
    text-decoration: underline;
}

.detailtabs .contents .content a.docs:hover,
.detailtabs .contents .content a.docs:hover .size,
.detailtabs .contents .content a.docs .size:hover {
    text-decoration: none;
}


/* MODS */
.mods h3.title2,
.bigdata h3.title2 {
    float: left;
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #b68452;
    font-size: 30px;
    font-weight: normal;
    border: 1px solid #b68452;
    box-sizing: border-box
}

.mods .catalogsorter,
.bigdata .catalogsorter {
    position: relative;
    top: -5px;
    float: right;
    margin-bottom: 0px;
}

.mods,
.bigdata {
    margin-top: 4px
}

.bigdata #new-comments-catalog {
    display: none
}


.opt-prices-block {
    display: block;
    margin: 0 0 25px
}

.opt-prices-block-title {
    line-height: 18px;
    font-size: 18px;
    cursor: pointer
}

.opt-prices-block-title-icon {
    line-height: 18px;
    font-size: 18px;
    color: rgba(33, 16, 5, .7)
}

.opt-prices-block-list {
    display: none;
    padding: 10px 20px 0;
    line-height: 24px !important
}

.opt-prices-block-item {}

.opt-prices-block-item-price {
    font-size: 23px;
    font-weight: 600;
    vertical-align: 0px !important;
    color: rgba(0, 0, 0, .9)
}

.opt-prices-block-item-cur-quan-type {
    font-size: 18px;
    color: rgba(0, 0, 0, .9)
}

.opt-prices-block-item span {
    padding: 0 4px;
    vertical-align: 2px
}




.price_pdv_UP {
    display: none;
}

.radio_prices {
    margin-top: 40px;
}

.radio_prices .this_item {
    display: inline-block;
    padding: 5px 10px;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.radio_prices .this_price_base {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radio_prices .this_price_up {
    margin-left: -0.26em;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.radio_prices .active {
    background: #63574e;
    color: #fff;
}

.add2basket_aq5 {
    cursor: pointer;
    font-size: 54px;
    color: rgba(33, 16, 5, 0.6);
    padding-top: 2px;
}



.fancybox__container {
    z-index: 10000 !important
}

/* контейнер плагина просмотра фото */



@media screen and (max-width:850px) {
    .opt-prices-block {
        margin: 35px 0 25px
    }

    .opt-prices-block-title {
        line-height: 17px;
        font-size: 17px
    }

    .opt-prices-block-list {
        padding: 20px 10px 0;
        line-height: 22px !important
    }

    .opt-prices-block-item-price {
        font-size: 20px;
        font-weight: 600;
        vertical-align: 0px !important
    }

    .opt-prices-block-item-cur-quan-type {
        font-size: 17px
    }

    .opt-prices-block-item span {
        padding: 0 3px;
        vertical-align: 1px
    }

}


#detailtext table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}

#detailtext table,
#detailtext td {
    margin: auto;
    padding: 1px;
    border: 1px solid gray;
}


@media screen and (max-width: 1260px) {
    .rrr {
        display: none;
    }

    .elementdetail .article,
    .elementdetail .stores {
        width: 100%;
        float: none;
        text-align: left;
    }

    .elementdetail .stores {
        margin-top: 5px;
    }
}


@media screen and (max-width:1005px) {

    .elementdetail .pictures,
    .elementdetail .info {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .elementdetail .info {
        *margin-top: 15px;
        *padding-top: 25px;
    }

    .detailtabs .contents .content.files .docs {
        width: 50%;
    }

    .detailtabs .contents .content.files .separator.x3 {
        display: inline;
        width: 0px;
        float: none;
    }

    .detailtabs .contents .content.files .separator.x2 {
        display: block;
        width: 100%;
        float: left;
    }
}


@media screen and (max-width:850px) {
    .elementdetail {
        width: calc(100% - 8px);
        margin: 4px 0 0;
        padding: 0 0 50px;
        border: none
    }

    .element-title {
        width: calc(100% - 8px);
        margin: 4px;
        line-height: 26px
    }

    .element-title h1 {
        font-size: 24px
    }

    .picslider.vertical a.prev,
    .picslider.vertical a.next {
        display: none
    }

    .elementdetail .pic {
        height: 250px;
        margin-bottom: 0px;
        line-height: 250px
    }

    .elementdetail .pic img {
        max-height: 250px
    }

    .elementdetail .info {
        width: 100%;
    }

    .info-left-column {
        width: 100%;
        padding: 4px
    }

    .info-right-column {
        display: none
    }

    .info-right-column .properties-list {
        height: 158px;
        padding: 20px
    }

    .info-right-column .properties-list:after {
        height: 40px
    }

    .elementdetail .info .info-right-column a.switcher {
        position: relative;
        display: block;
        margin: 20px auto !important
    }

    .buy-info {
        display: none;
        width: 100%;
        padding: 4px
    }

    .buy-info-item {
        width: 100%;
        margin: 0
    }

    .buy-info-item-list {
        padding: 5px 20px
    }

    .tabs-column {
        width: calc(100% - 8px);
        margin: 20px 0 0 4px
    }

    .review-column {
        width: calc(100% - 8px);
        margin: 20px 4px 0 4px
    }

    .blog-comment-title {
        font-size: 16px
    }

    .vote-share {
        width: 100%
    }

    .elementdetail .share {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-around;
        width: 100%
    }

    .elementdetail .share-title {
        margin: 20px 0 0;
        line-height: 44px;
        font-size: 11px
    }

    .elementdetail .share-item {
        margin: 20px 0 0;
        line-height: 44px;
        font-size: 28px
    }

    .element-title {
        display: block
    }

    .elementdetail .info h1 {
        display: none
    }

    .elementdetail .articleandstores {
        margin: 4px 0
    }

    .stores {
        text-align: center !important
    }

    .stores .genamount- {
        font-size: 24px;
        color: #00cc00
    }

    .elementdetail .soloprice {
        position: relative;
        display: block;
        width: 100% !important;
        height: 30px;
        text-align: center !important
    }

    .elementdetail .soloprice .gen {
        font-size: 32px
    }

    .elementdetail .add2basketform .add2basket {
        line-height: 83px;
        font-size: 52px
    }

    .elementdetail .favorite-area .favorite i {
        font-size: 48px;
        line-height: 66px
    }

    .elementdetail .kredit-area {
        margin: 20px 0 0
    }

    .elementdetail .kredit {
        font-size: 18px
    }

    .elementdetail .link-conditions {
        font-size: 16px
    }

    .detailtabs,
    .mods,
    .bigdata {
        margin-top: 20px
    }

    .mods h3.title2,
    .bigdata h3.title2 {
        width: calc(100% - 8px);
        margin: 0 4px;
        padding: 10px;
        font-size: 20px
    }

    .detailtabs .headers {
        height: auto;
		width: 100%;
    }

    .detailtabs .headers a {
        float: left;
        width: 50%;
        padding: 15px 10px;
        font-size: 16px;
        border-bottom: 4px solid #fff
    }

    .detailtabs .content {
        margin-top: 15px;
    }

    .detailtabs .content .switcher {
        display: block;
        padding: 5px 14px;
        font-size: 16px;
    }

    .detailtabs .content.selected .switcher {
        color: #fff;
        background-color: #EE8131;
    }

    .detailtabs .content .switcher:active,
    .detailtabs .content.selected .switcher:active {
        color: #fff;
        background-color: #d36f25;
    }

    .detailtabs .content .contentinner {
        padding: 0 2px;
        line-height: 22px;
        font-size: 19px;
    }

    .detailtabs .content .contentinner iframe {
        width: calc(100% - 4px) !important;
        margin: 0;
        padding: 0
    }

    .detailtabs .contents .content.files .docs {
        width: 100%;
    }

    .detailtabs .contents .content.files .separator.x3 {
        display: inline;
        width: 0px;
        float: none;
    }

    .detailtabs .contents .content.files .separator.x1 {
        display: block;
        width: 100%;
        float: left;
    }
}



/* fancybox */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(33, 16, 5, 0.6)
        /*url('fancybox_overlay.png')*/
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    text-align: left
}

.fancybox-wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    padding: 8px !important;
    color: #222;
    text-shadow: none;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.9);
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer {
    padding-top: 40px
}

.fancybox-opened .fancybox-outer {
    padding-top: 50px
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

.fancybox-prev span {
    background-image: url('/bitrix/templates/prohome/js/fancybox/fancybox_sprite.png');
    background-position: 0 -36px;
}

.fancybox-next span {
    background-image: url('/bitrix/templates/prohome/js/fancybox/fancybox_sprite.png');
    background-position: 0 -72px;
}

#fancybox-loading {
    position: fixed;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    padding: 8px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 8060;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

#fancybox-loading div {
    width: 31px;
    height: 31px;
    background: url('fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 5px 2px;
    padding: 20px 20px;
    cursor: pointer;
    z-index: 8050;
    background-image: url(/bitrix/templates/prohome/js/fancybox/fancybox_sprite.png);
    background-position: 0px 0px
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    position: absolute;
    top: 50%;
    left: 10px;
    background-position: 0 -36px;
    background-image: url('/bitrix/templates/prohome/js/fancybox/fancybox_sprite.png');

}

.fancybox-next span {
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url('/bitrix/templates/prohome/js/fancybox/fancybox_sprite.png');
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8040;
}

.fancybox-opened .fancybox-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font: 24px Tahoma serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 10px;
    visibility: visible;
    overflow: hidden
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


@media screen and (max-width:885px) {
    body.adaptive .fancybox-wrap {
        width: 100%;
    }

    body.adaptive .fancybox-opened {
        width: 100%;
    }

    body.adaptive .fancybox-opened .fancybox-title {
        padding: 10px 6px;
        font: 20px Tahoma serif
    }

    body.adaptive .fancybox-skin {
        position: relative;
        padding: 6px !important;
        box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.9);
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
}


/* scrollplane */
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane may not operate correctly without them.
*/
.jspContainer {
    position: relative;
    overflow: hidden
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: transparent;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: transparent;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    position: relative;
    background: #d8d8d8
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #EE8131
}

.jspDrag.jspHover {
    background: #da762d
}

.jspDrag.jspActive {
    background: #c86c2a
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

.jspArrow {
    display: block;
    cursor: pointer;
    text-indent: -20000px;
    background: #50506d
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    float: left;
    height: 100%;
    background: #eeeef4
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0
}

.info-area{
	left: 15px !important;
}
.showcase .js-element .inner{
	padding: 10px;
	border-radius: 15px;
}
.showcase .name{
	margin: 15px 0 0 15px !important;
	width: calc(100% - 70px) !important;
}


.share-item-pin{
	display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.share-item-pin:hover{
	background-color: red;
}

.buy.clearfix{
	position: relative;
    margin-top: 20px;
}

.btn-custom-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e30613; /* Фирменный красный Easyvending */
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 2px solid #e30613;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn-custom-price i {
    margin-right: 10px;
    font-size: 18px;
}

.btn-custom-price:hover {
    background-color: #bc0510; /* Чуть темнее при наведении */
    border-color: #bc0510;
    box-shadow: 0 4px 10px rgba(227, 6, 19, 0.3);
    transform: translateY(-1px);
}


/* Контейнер формы */
.ev-form-container {
    max-width: 500px;
    margin: 20px 0;
    font-family: "Open Sans", Arial, sans-serif; /* Основной шрифт сайта */
}

/* Группа ввода (инпут + кнопка в ряд) */
.ev-inline-form .ev-input-group {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

/* Стили поля ввода */
.ev-form-input {
    flex-grow: 1;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ev-form-input:focus {
    border-color: #e30613; /* Фирменный красный при фокусе */
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Стили кнопки */
.ev-form-btn {
    background-color: #e30613;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 0 #bc0510; /* Эффект объема как на сайте */
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ev-form-btn:hover {
    background-color: #bc0510;
    transform: translateY(1px);
    box-shadow: 0 2px 0 #9a040d;
}

.ev-form-btn:active {
    transform: translateY(3px);
    box-shadow: none;
}

/* Приписка снизу */
.ev-form-note {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* Адаптивность для мобилок */
@media (max-width: 480px) {
    .ev-inline-form .ev-input-group {
        flex-direction: column;
    }
    .ev-form-btn {
        height: 48px;
        justify-content: center;
    }
}

/* Кнопка открытия (в стиле сайта) */
.ev-trigger-btn {
    background-color: #e30613;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 3px 0 #bc0510;
    transition: 0.2s;
}
.ev-trigger-btn:hover { background-color: #bc0510; }

/* Фон (оверлей) */
.ev-modal-overlay {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}

/* Контент модалки */
.ev-modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    text-align: center;
    animation: evScaleIn 0.3s ease-out;
}

/* Заголовок и текст */
.ev-modal-header h3 { color: #333; margin-bottom: 10px; font-size: 22px; }
.ev-modal-header p { color: #666; font-size: 14px; margin-bottom: 25px; }

/* Поле и кнопка */
.ev-modal-input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.ev-modal-submit-btn {
    width: 100%;
    height: 48px;
    background: #e30613;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 3px 0 #bc0510;
}

/* Кнопка закрытия (крестик) */
.ev-modal-close {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 28px;
    color: #aaa;
    cursor: pointer;
}
.ev-modal-close:hover { color: #e30613; }

.ev-modal-footer-text { font-size: 11px; color: #999; margin-top: 15px; }

/* Анимация */
@keyframes evScaleIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}