.filters .item {
    padding: 23px 34px 34px;
}

.filters .item + .item {
    border-top: 1px solid #f3f3f4;
}

.filters {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 30px;
}

.filters .item > span {
    display: block;
    font-size: 14px;
    margin-bottom: 13px;
}

.filters .item input[type="text"] {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    padding: 0 15px;
    width: 94px;
    height: 37px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.labels {
    font-size: 11px;
    color: #434343;
    padding-bottom: 10px;
    padding-top: 15px;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-slider-handle {
    border: 0 !important;
    background: url("../images/handle.png") no-repeat !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 0 !important;
    outline: none !important;
    top: 8px !important;

}

.slider-wrapper {
    height: 5px;
    background: #dfdfdf;
    border-radius: 3px;
}

.ui-slider-horizontal {
    height: 5px;
    border-radius: 3px;
    background: transparent;

}

.ui-widget-header {
    background: #95cf2d;
    height: 5px;
    border-radius: 3px;
}

.labels .mid {
    display: block;
    text-align: center;
}

.clear {
    display: inline-block;
    background: url("../images/ico-clear.png") no-repeat right 4px;
    padding-right: 13px;
    font-size: 11px;
    color: #bcbcbc;
    cursor: pointer;
    margin-bottom: 12px;
}

.clear:hover {
    color: #434343;
}

.item-chk {
    position: relative;
    overflow: hidden;

}

.item-chk + .item-chk {
    margin-top: 15px;
}

.item-chk input {
    position: absolute;
    left: -100px;
}

.item-chk * {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #434343;
}

.item-chk i {
    position: relative;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #d3d3d3;
    background: #ededed;
    top: -1px;
    border-radius: 2px;
}

.item-chk input:checked + label i:after {
    position: absolute;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    content: '';
    background: #95cf2d;
    margin: -5px 0 0 -5px;
}

input[type=checkbox] + label:before {
    display: none;
}

input[type=checkbox] + label {
    padding-left: 0;
}

.filters .btn {
    width: auto;
    display: block;
    margin: 0 34px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    padding-top: 18px;
}

.filters .btn:hover {
    color: #fff;
}

.filters .brands {
    padding-bottom: 27px;
}

.breadcrumb {
    color: #93cc2c;
    font-size: 14px;
    padding-bottom: 15px;
    background-color:transparent !important;
}

.breadcrumb span {
    color: #171b1e;
}

h1, h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
}
h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 800;}
.item.parameters h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}

.brands-block {
    background: #fff;
    padding: 30px;
    font-size: 0;
    text-align: center;
    margin-bottom: 15px;    
    white-space: nowrap;
}

.brands-block .item {
    display: inline-block;
    vertical-align: middle;
}

.brands-block .item + .item {
    margin-left: 70px;
}

.sortable {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.sortable .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #646464;
}

.sortable .jqselect {
    vertical-align: middle;
    width: 145px;
    margin-left: 4px;
}

.jq-selectbox__select {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 3px;
    box-shadow: none !important;
    height: 26px !important;
}

.jq-selectbox__select-text {
    height: 26px !important;
    line-height: 24px;
    font-size: 11px;
    font-family: 'PT Sans', sans-serif;
}

.jq-selectbox__trigger-arrow {
    display: none;
}

.jq-selectbox__trigger {
    border: 0 !important;
    background: url("../images/s-arr.png") no-repeat center center;
}

.jq-selectbox li {
    font-size: 11px;
    font-family: 'PT Sans', sans-serif;
}

.jq-selectbox li:hover {
    background-color: #95cf2d !important;
}

.products {
    font-size: 0;
    position: relative;
    z-index: 200;
}

.product {
    display: inline-block;
    background: #fff;
    width: 32%;
    /*width: 23.5%;*/
    height: 340px;
    position: relative;
    margin-bottom: 2%;
}

.product .face, .product .back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.product + .product {
    margin-left: 2%;
}

/*.products .product:nth-child(4n + 1) {*/
.products .product:nth-child(3n + 1) {
    margin-left: 0;
}

.product .face {
    padding: 10px;
    z-index: 1000;
    height: 250px;

}

.product .img img {
    display: block;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

.product .img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: middle;
    text-align: center;
    /*padding-top: 30px;*/
	height: 200px;
}

.product .name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    text-align: center;
    height: 45px;
    overflow: hidden;
}

.product .price {
    font-weight: 700;
    font-size: 16px;
    padding-top: 8px;

}

.product .price strong {
    font-size: 14px;
}

.product .btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    height: 38px;
    width: 85px;
    padding-top: 13px;
}

.baidge {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 7px 10px 8px;
    border-radius: 3px;
    font-size: 14px;
}

.baidge.green {
    background: #95cf2d;
}

.baidge.yell {
    background: #fed101;

}

.baidge.pink {
    background: #f67155;
}

.product .back {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    z-index: 2000;
    padding: 10px;
    display: none;
}

.product .ins:hover .back {
    display: block;
}

.product .back .name {
    font-size: 14px;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: left;
    height: auto;
}

.product .back .item span {
    display: block;
    float: left;
    font-size: 14px;
    width: 130px;
}

.product .back .item p {
    margin: 5px 0;
    font-size: 14px;
}

.product .back .item span + span {
    float: none;
    margin-left: 130px;
    width: auto;
}

.product .back .item + .item {
    margin-top: 30px;
}

.product .ins {
    height: 250px;
}

.product .bot-part {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    bottom: 15px;
    left: 0;
    z-index: 1000;
}

.btn.pink-bg {
    background: #f67155;
}

.btn.pink-bg:hover {
    background: #e93824;
}

.products .btn.pink-bg {
    text-transform: uppercase;
    padding-top: 16px;
    font-weight: 700;
    width: 224px;
    height: 46px;
    margin: 15px auto 0;
    display: block;
    font-size: 14px;
}

.products {
    padding-bottom: 30px;
}

.news-wrapper {
    font-size: 0;
    padding-bottom: 30px;
}

.news-wrapper .block {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.news-wrapper .block + .block {
    margin-left: 2%;
}

.news-wrapper .block:nth-child(3n + 1){
    margin-left: 0;
}

.news-wrapper .block img {
    /*width: auto;*/
    max-width: 100%;
    height: auto;
    width:100%;
}

.pager li {
    display: inline-block;
}

.pager li + li {
    margin-left: 8px;
}

.pager {
    text-align: right;
}

.pager a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #d7d7d4;
    padding-top: 5px;
    text-align: center;
}

.pager li.active a {
    background: #97c93c;
    color: #fff;

}

.big-map {
    width: 100%;
    height: 330px;
    margin-bottom: 30px;
}

h2 {
    font-weight: 400;
}

.contacts-info .item strong {
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
}

.contacts-info .item .ico-map {
    background: url("../images/ico-g-map.png") no-repeat left 3px;
}

.contacts-info .item .ico-phone {
    background: url("../images/ico-g-phone.png") no-repeat left 4px;
}

.contacts-info .item .ico-mail {
    background: url("../images/ico-g-mail.png") no-repeat left 6px;
}

.contacts-info .item .ico-time {
    background: url("../images/ico-g-time.png") no-repeat left 6px;
}

.contacts-info .item p {
    margin: 0;
    padding-left: 20px;
    line-height: 18px;
}

.contacts-info .item + .item {
    padding-top: 10px;
}

.contacts-info .items .lp {
    width: 360px;
}

.contacts-info .imgs {
    width: 146px;
}

.contacts-info .imgs a {
    display: block;
    margin-bottom: 11px;
}

.contacts-info .imgs img {
    display: block;
}

.small-map {
    width: 350px;
    height: 273px;
    margin-right: 10px;
}

.contacts-info .items {
    border-bottom: 2px solid #cfcfcc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.contacts-info .items:last-of-type{border-bottom:none;}

.thumbnails {
    margin-left: -14px;
}

.thumbnails img, .thumbnails a {
    display: block;
    float: left;
}

.thumbnails a {
    margin-left: 14px;
    margin-bottom: 14px;
}

.big-product .photos {
    width: 451px;
}

.bx-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.thumbnails .active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.big-product .info {
    width: 410px;
}

.big-product .art {
    padding-bottom: 15px;
}

.big-product .info .item {
    background: #fff;
    border-radius: 3px;

}



.big-product .price {
    font-size: 30px;
}

.big-product .price strong {
    font-size: 18px;
}

.status {
    position: relative;
    display: block;
    font-size: 14px;
    padding-left: 18px;
    color: #9acd3c;
    margin-top: 5px;
}

.status:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    border-radius: 5px;
    background: #9acd3c;
    position: absolute;
}

.big-product .controls {
    padding: 17px 38px;
}

.big-product .controls .lp {
    padding-top: 3px;
}

.big-product .controls .rp {
    text-align: center;
}

.btn.add {
    width: 182px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    height: 44px;
    padding-top: 14px;
    margin-bottom: 5px;
}

.btn.add:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../images/c-ico.png") no-repeat;
    width: 20px;
    height: 18px;
    position: relative;
    margin-right: 12px;
    top: -2px;
}

.one-click {
    border-bottom: 1px dotted #171b1e;
}

.one-click:hover {
    border-color: #9acd3c;
}

.big-product .info .item + .item {
    margin-top: 20px;
}

.big-product .adr {
    padding: 16px 10px;
}

.big-product .adr .top {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.city .jq-selectbox__select {
    border: 0 !important;
    height: auto !important;
    padding-right: 30px;
    padding-left: 5px;

}

.city span {
    font-size: 13px;
}

.city:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #96d02d url("../images/ico-w-map.png") no-repeat center center;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    margin-right: 5px;
}

.city .jq-selectbox__select-text {
    font-size: 13px;
    height: auto !important;
    line-height: 13px !important;
}

.city .jq-selectbox li {
    font-size: 13px !important;
}

.big-product .pay span {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding-top: 6px;
}

.big-product .pay img {
    display: block;
}

.big-product .adr .bot p {
    margin: 0;
}

.big-product .adr .bot .block {
    padding-left: 73px;
    font-size: 14px;
    line-height: 20px;
}

.big-product .adr .bot .block + .block {
    margin-top: 15px;
}

.big-product .adr .bot .delivery {
    background: url("../images/ico-delivery.png") no-repeat left 3px;
}

.big-product .adr .bot .pickup {
    background: url("../images/ico-pick.png") no-repeat 15px 4px;
}

.mini-area {
    display: none;
}

.parameters .desc {
    font-size: 15px;
    line-height: 24px;
    padding: 15px;
}

.tabs {
    margin-top: 20px;
}

.big-product .info .parameters, .big-product .parameters {
    border-radius: 0 3px 3px 3px;
    background: #fff;
}

.tabs a {
    display: block;
    float: left;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 15px;
    margin-right: 2px;
    background: #fff;
}

.tabs a.active {
    color: #ffffff;
    background: #e93824;
    border-color: #e93824;
    padding: 7px 15px;
    margin-top: -4px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 24px;
}

.profits {
    padding-top: 10px;
}

.profits .items {
    background: #fff;
    overflow: auto;
    padding: 25px 20px;
}

.profits img {
    display: block;
    margin: 0 0 20px;
}

.profits .item {
    width: 23.5%;
    position: relative;
}

.profits .item + .item {
    margin-left: 2%;
}

.profits .item + .item:before {
    content: '+';
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: -40px;
}

.profits .item span {
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}

.profits .item strong {
    font-size: 16px;
}

.profits .item strong strong {
    font-size: 14px;

}

.profits .item + .item.last:before {
    content: '=';
}

.profits .item .prices > strong {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    display: block;
    margin-bottom: 5px;

}

.profits .item.last p {
    font-size: 14px;
    margin: 15px 0 20px;
}

.profits .item .prices div {
    display: inline-block;
    font-size: 14px;
}
.old-price-span {
    display:inline-block !important;
    text-decoration: line-through;
    color: #a1a1a1;
}

.profits .item .prices .old-price {
    text-decoration: line-through;
    color: #a1a1a1;
}

.profits .item .prices .price {
    font-weight: 700;
    font-size: 18px;

}

.profits .item .prices .price strong {
    font-size: 16px;
}

.profits .item .btn {
    display: block;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 44px;
    padding-top: 14px;
}

.profits {
    margin-bottom: 25px;
}

.recomend .product .img {
    margin-bottom: 10px;
    padding-top: 20px;
}

.recomend .product .name {
    height: auto;
    margin-bottom: 5px;
}

.recomend .product .status {
    font-size: 11px;
    margin: 0;
}

.recomend .product .status:before {
    top: 2px;
}

.stars {
    display: inline-block;
    position: relative;
    background: url("../images/small-stars.png") no-repeat 0 bottom;
    width: 73px;
    height: 12px;
}

.stars .ins {
    position: absolute;
    background: url("../images/small-stars.png") no-repeat 0 top;
    left: 0;
    top: 0;
    height: 12px;

}

.recomend {
    font-size: 0;
}

.product .resp a {
    font-size: 11px;
    display: inline-block;
    border-bottom: 1px solid #646464;
    color: #646464;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.product .resp a:hover {
    border-color: #78ca3b;
    color: #78ca3b;
}

.big-product .parameters .respondes {
    padding: 20px;
}

.respond {
    margin-bottom: 25px;
}
    

.respond .top-part span {
    color: #8c8c8c;
    font-size: 14px;
    border-left: 1px solid #8c8c8c;
    margin-left: 10px;
    padding-left: 10px;

}

.respond p {
    margin: 10px 0 0;
    line-height: 20px;
}
.respond p a {color:#78b900;}  
.respond p a:hover {text-decoration: underline;}  

.respond .stars {
    margin-top: 5px;
}

.see-all {
    display: block;
    margin-bottom: 3px;
    color: #e93824;
}

.big-product .parameters {
    min-height: 293px;
}

.big-product .characters { padding: 15px;}
.big-product .characters > div {
    padding: 11px 0px;
   /* padding: 11px 20px;*/
    overflow: auto;
}

.big-product .characters > div + div {
    border-top: 1px solid #e3e3e3;

}

.big-product .characters p {
    margin: 0 0 18px;
}

.filter-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #96d02d;
    border-radius: 2px;
    height: 100%;
    width: 90px;
    text-align: center;
    z-index: 1000;
    padding-top: 11px;
    display: none;
}

.filter-btn.open {
    background: #e93824;
    color: #fff;
}

.filter-btn.open span {
    display: none;
}

.filter-btn.open:before {
    content: 'закрыть';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.filter-btn span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.filter-btn div {
    width: 20px;
    position: relative;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.filter-btn div:before, .filter-btn div:after {
    width: 20px;
    position: absolute;
    height: 1px;
    display: block;
    background: #fff;
    content: '';
    left: 0;
}

.filter-btn div:before {
    top: -4px;
}

.filter-btn div:after {
    bottom: -4px;
}

.sortable {
    position: relative;
}

.filters.open {
    display: block;
}

/*responsive css*/
@media (max-width: 1279px) {
    .brands-block {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .products .clr {
        display: none;
    }

    .products .product {
        width: 32%;
    }


    .products .product + .product {
        margin-left: 2% !important;
    }

    .products .product:nth-child(3n + 1) {
        margin-left: 0 !important;
    }

    .filter-btn {
        display: block;
    }

    .sortable {
        padding-right: 100px;
    }

    .filters {
        display: none;
        position: absolute;
        right: 10px;
        width: 290px;
        z-index: 4000;
        padding: 10px;
        margin-top: 0;
        top: 296px;
    }

    .filters .inset {
        border: 1px solid #f3f3f4;
        padding-bottom: 30px;
    }

    .contacts-info .imgs{
        display: none;
    }

    .small-map{
        margin-right: 0;
    }

    .pager{
        text-align: center;
    }

    .news-wrapper .block, .news-wrapper .block + .block{
        width: 49%;
        margin-left: 2% !important;
    }

    .news-wrapper .block:nth-child(odd){
        margin-left: 0 !important;
    }

    .big-product .photos{
        width: 345px;
    }

    .big-product .info{
        width: 385px;
        margin-top: -35px;
    }

    .city span{
        font-size: 12px;
    }

    .thumbnails{
        overflow-x: scroll;
        white-space: nowrap;
        margin-left: 0;
    }

    .thumbnails a{
        float: none;
        display: inline-block;
        margin-left: 0;
    }

    .thumbnails a + a{
        margin-left: 10px;
    }

    .big-product .parameters{
        min-height: inherit !important;
    }


    .big-product .info .item + .item{
        margin-top: 15px;
    }

    .tabs-wrapper.mob{
        margin-bottom: 10px;
    }


    .profits .item{
        width: 32%;
        text-align: center;
    }

    .profits .item.last{
        width: auto;
        text-align: center;
        float: none;
        clear: both;
        margin: 25px auto 0;
        padding-top: 50px;
    }

    .profits .item.last .btn{
        max-width: 165px;
        margin: 0 auto;
    }

    .profits .item + .item:before{
        left: auto;
        right: 100%;


    }

    .profits .item.last:before{
        left: 50%;
        top: 25px;
        margin-left: -14px;
    }

    .profits img{
        margin: 0 auto 20px;
    }


    .recomend .items .product{
       width: 32%;
    }

    .recomend .items .product:last-child{
        display: none;
    }


}

@media (max-width: 767px) {

    .sortable .item > span {
        display: none;
    }

    .sortable .item{
        float: left !important;
    }

    .sortable{
        padding-right: 0;
    }

    .products .product, .products .product + .product{
        width: 49%;
        margin: 0 0 2% !important;
        display: block;
        float: left;
    }

    .products .product:nth-child(even){
        float: right;
    }

    .products.btn{
        clear: both;
    }

    .products .items{
        overflow: auto;
    }

    .sortable .item{
        margin-right: 7px;
    }

    .sortable .filter-btn + .item{
        margin-right: 0;
    }

    .contacts-info .items .lp, .contacts-info .items .rp{
        float: none;
        width: auto;
    }

    .contacts-info .items .lp{
        padding-bottom: 20px;
    }


    .contacts-info .items .rp .small-map{
        width: 100%;
    }

    .big-product .mob{
        display: none !important;
    }

    .big-product .dsc{
        display: block !important;
    }

    .big-product .photos, .big-product .info{
        float: none;
        width: auto;
        margin-top: 0;
    }

    .big-product .info{
        padding-top: 10px;
    }

    .recomend .items .product, .recomend .items .product + .product{
        display: inline-block !important;
        width: 49% !important;
        margin: 0 auto 2%;
    }

    .recomend .items .product + .product{
        margin-left: 2%;
    }

    .recomend .items .product:nth-child(odd){
        margin-left: 0;
    }

    .profits .item, .profits .item + .item, .profits .item.last {
        width: 50% !important;
        margin: 0 auto 20px;
        clear: none;
        float: left;
        padding-top: 0;

    }

    .profits .item.last:before{
        left: auto;
        margin-left: 0;
        right: 100%;
        top: 50%;
        margin-top: -12px;
    }

    .profits .item:nth-child(3):before{
        right: auto;
        left: 10px;
    }

    .profits .items{
        padding: 20px 15px;
    }

    .profits{
        padding-top: 25px;
    }


    .thumbnails a + a{
        margin-left: 13px;
    }

    .big-product .adr .bot .block{
        width: 49%;
        display: inline-block;
        vertical-align: top;

    }

    .big-product .adr .bot .block + .block{
        margin-top: 0;
    }



}


@media (max-width: 479px){
    .products .product, .products .product + .product{
        width: 100%;
        margin: 0 0 10px !important;
        display: block;
        float: none;
    }

    .filter-btn span{
        display: none;
    }

    .filter-btn{
        width: 30px;
    }

    .sortable{
        padding-right: 40px;
        padding-left: 10px;
    }

    .sortable .jqselect{
        width: 120px;
        margin-left: 0;
    }

    .sortable .jq-selectbox__select{
        padding-right: 20px;
    }


    .filter-btn.open:before{
        display: none;
    }


    .news-wrapper .block, .news-wrapper .block + .block{
        width: 100%;
        margin: 0 0 30px;
    }


    .recomend .items .product, .recomend .items .product + .product{
        margin: 0 auto 2% !important;
        display: block;
        width: 100% !important;
    }


    .profits .item, .profits .item + .item{
        float: none;
        width: 100%;
        display: block;

    }

    .profits .item + .item{
        padding-top: 25px;
    }

    .profits .item + .item:before{
        right: auto !important;
        left: 50% !important;
        margin-left: -10px !important;
        top: 0;

    }


    .big-product .adr .bot .block{
        width: 100%;
        display: block;

    }

    .big-product .adr .bot .block + .block{
        margin-top: 20px;
    }

    .adr .city{
        float: none;
    }

    .adr .pay{
        float: none;
        padding-top: 15px;
    }

    .big-product .controls .lp, .big-product .controls .rp{
        float: none;
    }

    .big-product .controls .rp{
        text-align: left;
        padding-top: 15px;
    }

    .tabs a{
        padding: 5px;
        font-size: 15px;
    }

    .tabs a.active{
        padding: 7px;
    }


}

/*responsive css end*/


a.callback_btn, a.postbrief_btn,
input[type="submit"].callback_btn, input[type="submit"].postbrief_btn, input[type="submit"].oneclick_btn {
    display: table;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    background-color: #98cb3b;
    color: #000;
    text-align: center;
    height: 48px;
    line-height: 48px;
    width: 170px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    outline: none;
    font-weight: 300;
    cursor: pointer;
    transition: all .2s;
    margin: 0 auto;
    box-sizing: border-box;
}
.callback_btn:hover, .postbrief_btn:hover,
input[type="submit"].callback_btn:hover, input[type="submit"].postbrief_btn:hover, input[type="submit"].oneclick_btn:hover {
    color: #fff;
}


/*SKU*/
.offers-sku {overflow:hidden; display:inline-block;}
    .offers-sku input {display: none;}
    .offers-sku .sku-prop {display:block;  margin: 0 10px 10px 0; cursor: pointer; float: left;}
    .offers-sku .sku-prop input+span {display:block; border: 1px solid #e3e3e3; padding: 4px 6px; }
    .offers-sku input:checked+span { border: 1px solid #e93824; border-radius: 3px; }
    
.item.parameters ul {margin: 0 0 0 20px;list-style-type: circle; list-style-position: outside; color: #242424; }
    .item.parameters ul li{list-style:disc;list-style-type: circle; margin: 0 0 5px 0;}

.prop_sku_title {display: block; margin: 0 0 10px 0;}

#loader-page {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;    
	z-index: 100500;
}

#loader-page .spinner {
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	background-image: url('/images/double-ring-spinner.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: -40px 0 0 -40px;    
}