.some-product-mob {
    width: 194px;
}
@media screen and (min-width: 768px) {
    .some-product-mob {
        width: 25%;
    }
}
.some-product-mob .top-info-block {
    margin: 0 auto;
}
@media screen and (min-width: 375px) {
    .some-product-mob .top-info-block {
        width: 169px;
    }
}
@media screen and (min-width: 520px) {
    .some-product-mob .top-info-block {
        /*width: 244px;*/
    }
}
@media screen and (min-width: 768px) {
    .some-product-mob .top-info-block {
        /*width: 288px;*/
    }
}
.some-product-mob .bottom-info {
    margin: 0 auto;
}
@media screen and (min-width: 375px) {
    .some-product-mob .bottom-info {
        /*width: 169px;*/
    }
}
@media screen and (min-width: 520px) {
    .some-product-mob .bottom-info {
        /*width: 244px;*/
    }
}
@media screen and (min-width: 768px) {
    .some-product-mob .bottom-info {
        /*width: 288px;*/
    }
}
.toTop {
    font-family: "ProximaNova-Bold";
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    line-height: 45px;
}
@media screen and (min-width: 1024px) {
    .toTop {
        display: none !important;
    }
}
main h3 {
    text-align: center;
    margin-bottom: 49px;
}
main h1 {
    text-align: center;
    margin-bottom: 49px;
}
main .look {
    color: #471f7e;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 74px;
}
main .pagination {
    display: block;
    margin-bottom: 0px;
}
.pagination li:not(:last-of-type) {
    margin-right: 0;
}
main .crumbs {
    margin-top: 16px;
    margin-bottom: 12px;
}
main .popular-products {
    margin-top: 87px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
	.pagination {
    padding: 0;
}
}
@media screen and (min-width: 768px) {
    main .popular-products {
        margin-top: 0;
    }
}
main .popular-products .mob-vers {
    padding-top: 45px;
    background-image: linear-gradient(to right, #fff 0%, #E5E5E5 50%, #fff 100%);
}
main .popular-products .mob-vers h4 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: "ProximaNova-Bold";
    margin-bottom: 10px;
}
main .popular-products .mob-vers .all-some-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
main .popular-products .desc-vers {
    display: none;
}
main .filter {
    position: relative;
    max-width: 314px;
    margin-left: 30px;
    height: calc(100% - 160px);
    /*margin-bottom: 52px;*/
    z-index: 11;
}
main .filter a {
    /*color: #471f7e;*/
    font-size: 16px;
    /*text-decoration: underline;*/
    /*border-top: 1px solid #dddce9;*/
    /*padding-top: 26px;*/
    text-align: center;
    display: block;
}
main .filter .one-filter:first-child .all-checkbox {
  height: auto;
    overflow-y: unset;

}
main .filter .one-filter .title-filter {
    width: 314px;
    height: 34px;
    border-radius: 3px;
    cursor: pointer;
    /*background-image: linear-gradient(to right, #140a25 0%, #190c2e 100%);*/
    /*padding-left: 60px;*/
    padding-right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .filter .one-filter .choice .all-checkbox .octff {
    color: #000000;
    padding: 7px 0;
    font-size: 16px;
    margin-left: 36px;
	cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    white-space: normal;
    padding: 4px 0;
    width: 100%;
}


main .filter .one-filter .title-filter h5 {
    /*color: #fffdfd;*/
    font-size: 18px;
    /*line-height: 38px;*/
    text-transform: uppercase;
}
main .filter .one-filter .title-filter div .bottom {
    display: none;
}
main .filter .one-filter .choice {
    margin-top: 0px;
    background: white;
}
main .filter .one-filter .choice input[type="search"] {
    margin-left: 30px;
    margin-bottom: 25px;
    width: 314px;
    height: 38px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #dddce9;
    font-size: 16px;
    padding: 0 22px;
}
main .filter .one-filter .choice input[type="search"]:placeholder {
    color: #bebebe;
}
main .filter .one-filter .choice .all-checkbox {
    max-width: 273px;
    margin: 0 auto;
    margin-bottom: 0px;
}
main .filter .one-filter .choice .all-checkbox div {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
main .filter .one-filter .choice .all-checkbox div input {
    border-radius: 3px;
    border: 1px solid #dddce9;
    color: #471f7e;
    width: 70px;
    height: 20px;
}
#option-5001 .choice-container {
    max-height: 225px;
}
main .filter .one-filter .choice .all-checkbox div label {
    color: #000000;
	padding: 7px 0;
    font-size: 16px;
    margin-left:36px;
}
main .filter .open .choice {
    display: none;
}
main .filter .open .title-filter div .bottom {
    display: block;
}
main .filter .open .title-filter div .top {
    display: none;
}
main .sort-top {
    margin: 0 auto;
    width: 290px;
    margin-bottom: 50px;
}
main .sort-top h6 {
    color: #777777;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
main .sort-top .sort select {
    width: 290px;
   height: auto;
    line-height: 28px;
    border: 1px solid #eeedf5;
    color: #111111;
    font-size: 14px;
    padding-left: 15px;
    padding: 1px 0 0 15px;
	cursor: pointer;
}
main .all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}
main .all .cat-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 1024px) {
    main .all .cat-mob {
        display: none;
    }
}
main .all .cat-desc {
    display: none;
}
@media screen and (max-width: 375px) {
    .all-catalog .container {
        padding: 0;
    }
}
@media screen and (min-width: 900px) {
    main .popular-products .mob-vers {
        display: none;
    }
    main .popular-products .desc-vers {
        display: block;
        padding-top: 44px;
        max-width: 1500px;
        margin: 0 auto;
    }
    main .popular-products .desc-vers h6 {
        font-size: 24px;
        font-family: "ProximaNova-Bold";
        color: #000000;
        text-align: center;
        margin-bottom: 29px;
    }
}

@media screen and (min-width: 1024px) {
    main .sort-top {
        margin: 0;
    }
    main .filter {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: 100%;
        position: relative;

    }
    main .filter a {
        display: none;
    }
    main .all {
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    main .all .cat-desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
@media screen and (min-width: 992px) {
    main .look {
        display: none;
    }
    main .pagination {
        display: flex;
    }
    main .filter {
        flex-direction: column;
        max-width: 314px;
        margin: 0;
    }
    main .filter a {
        display: block;
    }
    main .sort-top {
        margin: 0;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    main .sort-top h6 {
        margin-bottom: 15px;
        margin-right: 26px;
    }
    main .sort-top .sort select {
        width: 314px;
    }
    main .all-products-catalog {
        max-width: 1026px;
        width: 100%;
    }
    main .all {
        justify-content: space-between;
        align-items: flex-start;
    }
    main .all .cat-desc {
        justify-content: space-between;
    }
}
.sortier {
    position: absolute;
    top: 38px;
    display: flex;
    width: 100%;
    transition: all 0.1s linear;
}
.sortier_hide{
    top: 0;
}
.sortier__item{
    width: 50%;
}
.sortier__button{
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    border: 1px solid #ccc;
    
    height: 30px;
	background: #fff;
    line-height: 40px;
    cursor: pointer;
}
.sortier__container{
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 68px;
    left: 0;
    z-index: 9999;
}

.sortier__head{
    font-weight: bold;
    position: relative;
    font-size: 18px;
    color: #000;
    line-height: 2;
    margin: 20px 30px 25px;
    position: relative;
    padding-top: 12px;
}
.sortier__head .sortier__name{
    position: relative;
}
.sortier__name:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #3C3636;
    left: 0;
    bottom: -10px;
}
.sortier__head:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3c3c3c;
}
.sortier-head{
    font-weight: bold;
}
.sortier__head img{
    filter: brightness(0);
}
.close-filter{
     position: absolute;
     top: 0;
     right: -2px;
     cursor: pointer;
 }
.close-choice{
    position: absolute;
    top: 0;
    right: -2px;
    cursor: pointer;
}
#ocfilter-button .btn-primary.disabled {
	display:none;
}
#ocfilter-button .btn-primary {
	display:block;
    width: 100%;
}
.button-filter{
    background: #000;
    color: #fff;
    padding: 16px 30px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 45%;
    transform: translateX(-50%);
}
.filter-arrows{
    display: none;
}
.filter__container{

}

main .filter .one-filter .choice .all-checkbox {
    max-width: 100%;
    padding: 10px 0 10px 28px;

}
.choice-container{
    position: relative;
    height: calc(100% - 64px);
    background: #fff;
}
main .filter{
    top: 0!important;
    max-width: 100% !important;
    position: relative !important;
    height: calc(100% - 260px);
}
@media screen and (width: 1024px) {
    .filter-arrows{
        display: block;
    }
    .sortier {
        position: sticky;
        top: 130px;
    }
    .sortier__button{
        display: none;
    }
}
.choice{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    z-index: 9;
}
.choice input, .choice label{
    cursor: pointer;
}
.selected-filter-js {
    height: 50px;
    border: 1PX solid #000;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 20px 44px 20px 17px;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 10px;
}
.selected-filter-js:after{
    position: absolute;
    content: '\2716';
    right: 19px;
    top: 13px;

}
.selectible {
    display: flex;
    margin-left: 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    /*height: 50px;*/
}
.choice-btn-js{
     opacity: 0;
    transition: all 0.2s linear;
 }
.choice-btn-js.btn-vis{
    opacity: 1;
}

@media (min-width: 1100px) and (max-width: 1400px)
{
.sortier {

   height: 470px !important;
    max-height: 470px !important;
}
}

@media (max-width:1023px){
	.ocfilter-option label
	{
		    padding: 9px 0;
	}
	.one-product-desc.nan-tovaro-desc {
    display: none;
}
.sortier__container,.soriti .sortier__container {
 
       background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
	padding-top:40px;
}
}


@media (min-width: 1024px) {
    .sortier{
        position: sticky;
        top: 100px;
        width: 100%;
        flex-direction: column;
        max-width: 318px;
		    overflow-y:scroll;
    overflow-x: hidden;
		
    max-height: 701px;
    }
    .sortier__item{
        width: 100%;
    }
    .sortier__button{
        display: none;
    }
    .close-filter{
        display: none;
    }
    .sortier__container{
        display: block;
        background: #fff;
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .selectible{
        display: none;
    }
    .choice{
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .choice-container .sortier__head{
        display: none;
    }
    main .filter .open .choice {

    }
    .filter-arrows {
        display: block;
    }
    main .filter .one-filter .choice input[type="search"] {
        margin-left: 0;
    }
    #button-filter {
        display: block;
        position: relative;
        margin-left: 10px;
        margin-top: 30px;
    }
    .sortier__head {
        margin: 0 0 13px;
    }
    .one-filter .title-filter h5{
        font-size: 14px!important;
    }
}
@media (max-width: 768px) {
	.some-product-mob .top-info-block .right-info h5 {
    min-height: 57px !important;
}
    main h3 {
        margin-bottom: 15px;
    }
	  main h1 {
        margin-bottom: 15px;
    }
}
