/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.logo-row .logo img, .logo-row .logo svg {
    padding: 3px 0;
}
.like_title {
    font-weight: bold;
}

.container-tags{
    position: relative;
    padding: 0 15px;
}

.container-tags .slick-arrow{
    position: absolute;
    background-color: transparent;
    border: none;
    top: 0;
}

.container-tags .prev-slide{
    left: 0px;
    transform: rotate(180deg);
}

.container-tags .next-slide{
    right: 0px;
}

.tags-footer-elem{
    border: 1px solid var(--stroke_black);
    padding: 5px 10px;
    margin: 10px 0 0 0;
    width: fit-content;
    display: block;
}

.tags-footer-elem:hover{
    border: 1px solid transparent;
    background-color: var(--stroke_black);
}

.tags-footer-elem{
    text-decoration: none;
}

.container-tags .slick-arrow {
	margin-top: 20px;
}

a.sotbit-seometa-tag-link {
    display: flex;
    align-items: center;
    height: 68px;
    overflow: hidden;
    margin: 0px 20px 5px 0;
    /* display: table; */
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #dee0ee;
    color: #575b71;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    background: #ffffff;
}

.item-icons-wrapper {
    position: absolute;
    z-index: 1;
}

.item-icons-wrapper {
    z-index: 3;
    top: 5px;
    left: 5px;
}

.item-icons-wrapper .item-icons{
    width: 50px;
}

.item-icons-wrapper .item-icons img{
    max-width: 100%;
}


#footer  ul.contact li {
    font-size: 12px;
    list-style-type: none;
    padding: 0 0 0 32px;
    line-height: 20px;
    margin: 0;
}


#footer ul.contact li:before {
    display:none;
}

#footer ul.contact li+li {
    margin-top: 12px
}

#footer ul.contact li.address {
    background: url(../images/location.png) 2px 0 no-repeat
}

#footer ul.contact li.mobile {
    background: url(../images/telephone.png) left 2px no-repeat
}

#footer ul.contact li.email {
    background: url(../images/mail.png) left 4px no-repeat
}

#footer ul.contact li.email a {
    text-decoration: underline
}

#footer ul.contact li a {
    transition: all .3s ease-in-out;
	color:#fff!important;
}

#footer ul.contact li a:hover {
    transition: all .3s ease-in-out;
    text-decoration: none
}

footer .copy a {
	color: orange!important;
	text-decoration:underline;
}

footer .copy span {
	color: orange!important;
}

.container-tags:not(.slick-slider) .sotbit-seometa-tags-wrapper {display: inline-block;}


.badges-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 6px;
    margin-top: 30px;
    z-index: 59;
}

.item_block:hover .badges-container {
    z-index: 61;
}

.badges-col {
    width: 32%
}

.badges-col-right {
    text-align: right
}

.badge-cpu-wraper {
    width: 100%;
    text-align: left
}

.badge-cpu {
    max-width: 90%;
    max-height: 25px;
    margin: 0!important
}

.badge-memory-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.badge-memory-ozu {
    width: 30%;
    margin: 0!important
}

.badge-memory-pzu {
    width: 60%;
    margin: 0!important
}

.badge-dsp-wraper {
    width: 100%
}

.badge-dsp {
    max-width: 100%;
    max-height: 25px;
    margin: 0!important
}

.badge-4g-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.badge-4g {
    width: 100%;
    max-height: 12px;
    margin: 0!important
}

.badge-os {
    height: 100%;
    max-height: 42px;
    margin: 0!important
}


.badges-container img {
    padding: 0;
    height: auto;
    max-width: 100%;
    margin-top: 35px;
}

.banner-top{
    padding: 25px 0 10px;
    text-align: center;
    position: relative;
}

.banner-top span{
    color: #222;
    font-weight: 600;
}

.banner-top span.close{
    position: absolute;
    right: 5%;
    top: 5px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #f5941f;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg,transparent 0,transparent 46%,#fff 46%,#fff 56%,transparent 56%,transparent 100%),-webkit-linear-gradient(45deg,transparent 0,transparent 46%,#fff 46%,#fff 56%,transparent 56%,transparent 100%);
    background-color: #f5941f;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.5);
    transition: all .3s ease;
    cursor: pointer;
}

@media (min-width: 500px) {
    .banner-top{
    padding: 12px 0;
    }

    .banner-top span.close{
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
}

.catalog_detail .like_icons>div > span:after {
    content: attr(title);
    padding-left: 15px;
    position: absolute;
    color: #000;
}
.catalog_detail .like_icons.list>div {
    display: block;
}

.catalog_detail .like_icons.list>div span {
    overflow: visible;
}

.catalog_detail .like_icons.list {
    margin-right: 50px;
}

.right_block .section-content-wrapper.with-leftblock .filter-compact-block {
    background: #f5941f;
    border: 1px solid #262626;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.top-block {
z-index: 14;
}
.top-block .header__top-inner {
	z-index:1;
}

span.pkl:before {
    content: 'поколение';
}

span.rst:before {
    content: 'рестайлинг';
}
span.ggt:before {
    content: 'гг.';
}
span.ggwt:before {
    content: 'гг';
}
span.goda:before {
    content: 'года';
}
span.varpr:before {
	content: 'Варианты цен';
}

span.mobut:before {
	content: 'Подробности';
}
.tocartword:after {
	content: 'В корзину';
}
.incartword:after {
	content: 'В корзине';
}
.bx_filter_vertical input[type=checkbox]+label.disabled,
.bx_filter_vertical input[type=checkbox].disabled {
    display:none;
}

.warranty-labels {
    
}

.btn.to_credit {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.container-tags.slick-slider {
    max-height: 73px;
}