.clear {
    clear:both;
}

.map-replacement-content{
    width: 100%;
    height: 100%;
}

.products.loader, .pagination.loader, .pop_up_content.loader, a.loader, .tovar_block .info.loader, body.loader{
    position: relative;
}
.products.loader:before, .pagination.loader:before, .pop_up_content.loader:before, a.loader:before, .tovar_block .info.loader:before, body.loader:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.8);
    z-index: 100;
}
.products.loader:after, .pagination.loader:after, .pop_up_content.loader:after, a.loader:after, .tovar_block .info.loader:after, body.loader:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/loader.gif) no-repeat center center;
    background-size: cover;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -16px;
}
.pop_up_content.loader:after, a.loader:after, .tovar_block .info.loader:after{
    top: 50%;
    margin-top: -16px;
}

main .content .tovar_block .info .btns a.default.disabled, main .content .tovar_block .info .btns a.default.onlyDisabled{
    position: relative;
    cursor: default;
}
main .content .tovar_block .info .btns a.default.disabled:after, main .content .tovar_block .info .btns a.default.onlyDisabled:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 104%;
    height: 120%;
    top: -10%;
    left: -2%;
    background: rgba(255,255,255,0.8);
    z-index: 100;
}
main .category_content .main_content .pagination div.more a{
    color: #212121;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
main .category_content .main_content .pagination div.more a:before {
    content: "";
    width: 37px;
    height: 35px;
    background-image: url(../img/icons.svg);
    background-position: 0 -2289px;
    background-repeat: no-repeat;
    top: -10px;
    left: 0px;
    display: inline-block;
    position: absolute;
}

main ul.main_menu li.submenu ul{
    margin-top: 10px;
}
main ul.main_menu li.submenu.on > a:after{
    line-height: 16px;
}

.filterPseudoImg{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 8px;
    border: 1px solid #fff;
    display: inline-block;
}

div.success{
    text-align: center;
    color: green;
}

.colorSelector.none{
    position: relative;
}
.colorSelector.none:after{
    border-bottom: 1px solid #343640;
    position: absolute;
    content: "";
    width: 130%;
    height: 100%;
    transform: rotate(-45deg);
    top: -39%;
    left: -50%;
}
.colorSelector.none:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
}

main .content .tovar_block .info .colors .colorSelector{
    margin-right: 18px;
}

main .content .tovar_block .info ul li{
    outline: none;
}
main .content .tovar_block .info ul li:last-of-type{
    margin-right: 0px;
}
main .content .tovar_block .info ul li .size-not-have-block,
.mobile-not-avaliable-size .size-not-have-block,
.lookbook-detail-itemdetail__toollip .size-not-have-block {

    position: absolute;
    top: -60px;
    width: 186px;
    padding: 0 0 30px;
    box-sizing: border-box;
    display: inline-block;
    transform: translate(-50%, 10px);

    z-index: 100;

    font-size: 14px;
    line-height: 21px;
    left: 50%;

    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;

}
main .content .tovar_block .info ul li .size-not-have-block .inside-container,
.mobile-not-avaliable-size .size-not-have-block .inside-container,
.lookbook-detail-itemdetail__toollip .size-not-have-block .inside-container {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

main .content .tovar_block .info ul li.sizeSelector.none-buy:hover .size-not-have-block,
.mobile-not-avaliable-size.show .size-not-have-block,
.lookbook-detail-itemdetail__toollip.show .size-not-have-block {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

main .content .tovar_block .info ul li .size-not-have-block a,
.mobile-not-avaliable-size.show .size-not-have-block a,
.lookbook-detail-itemdetail__toollip .size-not-have-block a {
    color: white;
    font-size: 14px;
    border-bottom: 1px dashed white;
    transition: all 0.3s ease;
}
main .content .tovar_block .info ul li .size-not-have-block a:hover,
.mobile-not-avaliable-size.show .size-not-have-block a:hover,
.lookbook-detail-itemdetail__toollip a:hover {
    border-bottom: 1px dashed transparent;
}
main .content .tovar_block .info ul li .size-not-have-block .inside-container:after,
.mobile-not-avaliable-size.show .size-not-have-block .inside-container:after,
.lookbook-detail-itemdetail__toollip .size-not-have-block .inside-container:after
{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(0,0,0,0.8);
    border-width: 8px;
    margin-left: -8px;
}

main .content .tovar_block .info .colors img{
    margin-right: 0px;
}

main .content .tovar_block .info div.productArticle{
    font-size: 16px;
    color: #919191;
    margin-top: -4px;
}
main .content .tovar_block .info div.productName{
    font-size: 38px;
    margin-top: 6px;
    line-height: 42px;
}
main .content .tovar_block .info div.productPrice{
    color: #ef033a;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 35px;
}
main .content .tovar_block .info div.productPrice span.discount{
    color: #717171;
    padding-left: 20px;
    font-size: 20px;
    text-decoration: line-through;
}



.bx_order_make form #order_form_content{
    display: flex;
    flex-wrap: wrap;
}
main .order .personal_info .personal input:valid, main .order .personal_info .address input:valid{
    border: 1px solid #d6d7d9;
    background-color: #f7f7f7;
}
main .order .personal_info .personal input.valid, main .order .personal_info .address input.valid{
    background-color: #fff;
    border: 1px solid #212121;
}
main .order .personal_info .personal input.error, main .order .personal_info .address input.error{
    background-color: #fdeded;
    border: 1px solid #d13737;
}
/*
main .order .personal_info .title.city span{
	display: inline-block;
	width: 100%;
}
*/
main .order .personal_info .title.city  div.location-block-wrapper{

    margin-top: 20px;

}

main .order .personal_info .title.city span{

}
main .order .personal_info .title.city span:hover{
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

/*
main .order .personal_info .title.city span div.location-block-wrapper div{
	position: relative;
	top: auto;
	right: auto;
}
*/


.orderResultMessages{
    font-size: 16px;
    color: #dd0d0d;
}
.orderResultMessages span{
    display: block;
}
.orderResultMessages span:last-of-type{
    margin-bottom: 20px;
}





.fadedLocationSelector{
    position: relative;
}
.fadedLocationSelector-container{
    position: absolute;
    width: 100%;
}
.fadedLocationSelector-container .bx-sls .dropdown-block {
    border: 1px solid #212121;
    box-sizing: content-box;
    padding: 9px 25px 14px 25px;
    border-radius: 0px;
    font-family: 'pn_light';
    box-shadow: none;
}
.personal_info .title.city .fadedLocationSelector-container .bx-sls .dropdown-icon {
    left: 23px;
    top: 9px;
    height: 20px;
    width: 21px;
    background: url(../img/search_icon.png) no-repeat center center;
    margin: 0px;
    display: none;
}
.fadedLocationSelector-container .locationChangeDefaultList-second {
    border: 1px solid #212121;
    border-top: 0px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 0px;
    z-index: 20;
    position: relative;
}
.fadedLocationSelector-container .locationChangeDefaultList-second ul {
    list-style: none;
    margin: 0;
    padding: 10px 0px;
}
.fadedLocationSelector-container .locationChangeDefaultList-second ul li {
    padding: 6px 25px 6px 25px;
}
.fadedLocationSelector-container .locationChangeDefaultList-second ul li:hover{
    background-color: #f3f3f4;
}
.fadedLocationSelector-container .locationChangeDefaultList-second ul li a {
    font-size: 18px;
    font-family: 'pn_light';
    width: 100%;
    display: block;
    text-transform: none;
}
.personal_info .title.city .fadedLocationSelector-container .bx-ui-sls-variants span{
    margin: 0px;
    border-bottom: 0px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
}
.personal_info .title.city .fadedLocationSelector-container .bx-ui-sls-variants span:hover{
    border: 0px;
}
.personal_info .title.city .fadedLocationSelector-container .bx-sls .bx-ui-sls-clear{
    margin-top: 0px;
    top: 10px;
}


#select_store{
    margin-left: 70px;
    margin-top: 15px;
}


main .order .personal_info .delivery label span.openMap {
    display: block;
    margin-top: 8px;
    margin-left: 70px;
    color: #212121;
    position: relative;
    cursor: pointer;
}
main .order .personal_info .delivery label span.openMap span {
    border-bottom: 1px dashed #aaabaf;
    display: inline-block;
}
main .order .personal_info .delivery label span.openMap:hover span{
    border-bottom: 1px solid transparent;
}

main .order .personal_info .delivery label.error .place{
    color: #dd0d0d;
}
main .order .personal_info .delivery label.error .place span{
    color: #dd0d0d;
}
main .order .personal_info .delivery label.error span.openMap{
    color: #dd0d0d;
}
main .order .personal_info .delivery label.error span.openMap span{
    border-bottom: 1px dashed #dd0d0d;
}
main .order .personal_info .delivery label.error span.openMap:hover span{
    border-bottom: 1px solid transparent;
}

main .order .personal_info .delivery label span.openMap div {
    position: absolute;
    display: inline-block;
    top: -7px;
    top: -9px;
    left: -30px;
}
main .order .personal_info .delivery label .shopsSelected{
    margin-top: 8px;
    margin-left: 70px;
    display: block;
}

main .order .order_info .order .promo .form-promo.active a{
    padding: 15px 20px;
    margin-top: 0px;
    color: white;
    text-decoration: none;
}


.storeItemsList-container{
    height: 455px;
}
.ui-tabs .storeItemsList-container{
    height: auto;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .tabs .list .item a{
    color: #333333;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .tabs .list .item a div:nth-child(1){
    font-family: 'pn_semibold';
}

.couponMessage{
    font-size: 14px;
}
.couponMessage span{
    display: inline-block;
    margin-bottom: 15px;
}
.couponMessage .success{
    color: green;
}
.couponMessage .error{
    color: #dd0d0d;
}








.sizesSelectorInPopUp{
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.sizesSelectorInPopUp .notChangedSize{
    left: 0px;
}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about div.notChangedSize{
    font-size: 14px;
    margin-top: 0px;
}
.sizesSelectorInPopUp ul{
    padding: 0px;
    margin: 0px;
}
.sizesSelectorInPopUp ul li{
    float: left;
    margin-right: 5px;
    list-style-type: none;
    margin-bottom: 5px;
}
.sizesSelectorInPopUp ul li a{
    display: inline-block;

    width: 50px;
    height: 30px;
    line-height: 32px;
    text-decoration: none;
    border: 1px solid #cccccc;
    font-size: 12px;
    text-align: center;
    transition: all 0.3s ease;
}
.sizesSelectorInPopUp ul li a.current{
    background: #cccccc;
    color: white;
}

.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about div.sizesSelectorInPopUp-btn{
    margin-top: 0px;
    position: relative;
}
.sizesSelectorInPopUp-btn a{
    margin-right: 0px;

    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 20px;

    font-size: 14px;
    text-transform: uppercase;
    background-color: #272930;
    border: 1px solid #272930;
    color: #fff;
    font-family: 'pn_regular';
    padding: 4px 9px;
    cursor: pointer;
    box-sizing: border-box;
}
.sizesSelectorInPopUp-btn a:hover{
    color: #272930;
    border: 1px solid #272930;
    background: transparent;
}



.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block{
    width: 70%;
}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar{
    width: 30%;
}

.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item{
    cursor: pointer;
}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item.inactive{
    /*opacity: 0.5;*/
}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item.inactive:hover{
    /*
    background-color: #f3f3f4;
    border: 1px solid #f3f3f4;
    */
}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item.currentShop{

    background-color: transparent;
    border: 1px solid #212121;

}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item.inactive:hover button.second{
    background-color: transparent;
    color: #272930;
    border: 1px solid #272930;
    cursor: default;
}

.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item .address{
    width: 60%;
}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item .size{

}

.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar{

}
.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar p{
    font-size: 12px;
}

.pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about div.notCurrentShop{
    font-size: 12px;
    margin-top: 0px;
    bottom: -38px;
    text-align: center;
}

.notCurrentShop{
    position: absolute;
    padding: 12px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 100;
    bottom: 0px;
    left: 3px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.3s, transform 0.3s;
    width: 235px;
    font-size: 15px;
    line-height: 24px;

    margin-top: 0px;
}
.notCurrentShop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(0,0,0,0.8);
    border-width: 8px;
    margin-left: -8px;
}

.notCurrentShop.shopThisPopUp {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    pointer-events: auto;
}


main .content .griol_in_insta .info > div:nth-child(1) a{
    display: table;
}





main .content .tovar_block .info .btns a.btnDetailFirst{
    margin-right: 0px;
}
main .content .tovar_block .info .btns a.btnDetailFirst.active{
    background-color:#FFF !important;
    color:#272930;
    font-family: 'pn_bold' !important;
    cursor:default;
}
main .content .tovar_block .info .btns a.btnDetailThird.active{

}
main .content .tovar_block .info .btns a.btnDetailSecond{
    margin-right: 22px;
}



main .content .tovar_block .info .btns a.default {
    display:block;
    height: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .content .tovar_block .info .btns a.default .icon-favorits {
    float:left;
}


main .content .tovar_block .info .btns a.btnDetailSecond{
    margin-right: 0px;
}
main .content .tovar_block .info .btns {
    display:block;
}

.shopBtn {
    float:left;
}

.addToFavorite {
    display:inline-block;
    float:right !important;
}

.addToFavorite span {
    text-align:left;
}

.addToFavorite .icon-favorits {
    margin-left:8%;
}



.mainbaner{
    overflow: hidden;
//height: 570px;
}
@media screen and (max-width: 767px){
    .mainbaner{
        height: 402px;
    }
    .mainbaner .item {
        height: 402px;
    }

}

main .content .tovar_block .product .tovar_gallery,
main .content .tovar_block .product .tovar_nav{
    overflow: hidden;
    height: 690px;
}
@media screen and (max-width: 1221px){
    main .content .tovar_block .product .tovar_gallery{
        height: auto;
    }
}


.mobile-not-avaliable-size{
    display: none;
}
.mobile-text-view{
    display: none;
}



.pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar{
    border-right: 0px;
    border-left: 1px solid #dfdfdf;
}
.pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .magazin{
    width: 70%;
    box-sizing: border-box;
}
.pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar {
    width: 30%;
}



.popup-window-with-titlebar{
    width: 350px;
}
.popup-window-with-titlebar .popup-window-titlebar{
    height: auto;
}
.popup-window-with-titlebar .popup-window-titlebar-text{
    text-overflow: initial;
    white-space: initial;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0 15px 0;
    vertical-align: top;
    width: 100%;
}
.popup-window-with-titlebar .popup-window-content{
    padding: 0px;
    border: 0px;
}
.popup-window.popup-window-with-titlebar{
    padding: 0 20px 20px !important;
    border: 1px solid #212121;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);
}
.popup-window.popup-window-with-titlebar .popup-window-titlebar-close-icon{
    top: -39px !important;
    right: -39px !important;
}
.popup-window-with-titlebar .popup-window-content{
    padding: 0px !important;
}
#bx-catalog-subscribe-form{

}
#bx-catalog-subscribe-form-notify{

}
.bx-catalog-subscribe-form-container{

}
.bx-catalog-subscribe-form-container-label{
    font-size: 16px;
    display: inline-block;
    margin-bottom: 11px;
    width: 100%;
    text-align: center;
}
.bx-catalog-subscribe-form-container-input{

}
#bx-catalog-subscribe-form .bx-catalog-subscribe-form-container-input input[type="text"],
#bx-catalog-subscribe-form .bx-catalog-subscribe-form-container-input input{
    width: 100%;
    display: block;
    padding: 13px 20px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 24px;
    border: 1px solid #d6d7d9;
    background-color: #f7f7f7;
    margin-bottom: 0px;

}
.popup-window-buttons{

}
.popup-window-buttons .btn{
    display: inline-block;
    color: #161616;
    border: 1px solid #161616 !important;
    background-color: transparent;
    padding: 13px 27px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'pn_bold';
    box-sizing: border-box;
    width: 170px;
    margin: 0 10px;
    cursor: pointer;
    display: none;
}
.popup-window-buttons .btn.btn-primary{
    font-size: 14px;
    text-transform: uppercase;
    background-color: #272930;
    border: 1px solid #272930;
    color: #fff;
    font-family: 'pn_regular';
    cursor: pointer;
    display: inline-block
}
.bx-catalog-popup-content{
    width: 100% !important;
    max-width: 100% !important;
}
.popup-window-overlay{
    background-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1 !important;
}
.bx-catalog-popup-message{
    width: 100%;
    text-align: center;
    max-width: 100%;
}


.pop_up .h3{
    font-family: 'pn_regular';
    font-weight: normal;
    margin: 0px;
    padding: 25px 0px;
    font-size: 22px;
    display: inline-block;
    width: 100%;
}

#modef{
    display: none !important;
}



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

    header .upper_block{
        display: none;
    }

    header .breadcrumb .block > div{
        display: block;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content{
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar{
        display: inline-block;
        width: 87%;
        //max-width: 320px;
        border-right: 0px;
        margin: 0px;
        background: white;
        box-shadow: 0px 0px 11px rgba(0,0,0,0.5);
        padding: 10px;
        bottom: 15px;
        position: absolute;
        left: 6.5%;

        width: calc(85% + 40px);
        left: 50%;
        margin-left: calc(-42.5% - 20px);
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about div{
        margin-top: 0px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about span{
        display: block;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar img{
        width: 60px;
        height: 90px;
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about .price{
        margin-top: 4px;
        margin-bottom: 6px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block{
        width: 100%;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel{
        max-height: 550px;
        padding-bottom: 230px;
        box-sizing: border-box;
    }
    .sizesSelectorInPopUp{
        margin-bottom: 5px;
    }
    .mobile-not-avaliable-size{
        display: inline-block;
        width: 100%;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar p{
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 16px;

        display: none;
    }
    .mobile-not-avaliable-size .size-not-have-block{
        top: -30px;
    }
    .mobile-not-avaliable-size .size-not-have-block .inside-container{

    }
    .sizesSelectorInPopUp-btn a{
        margin-bottom: 0px;
        padding: 10px 9px;
        font-size: 12px;

    }
    .sizesSelectorInPopUp{
        margin-bottom: 0px;
    }
    .sizesSelectorInPopUp ul li a{
        width: 30px;
        height: 25px;
        line-height: 28px;
    }
    .mobile-not-avaliable-size .size-not-have-block .inside-container:after{
        display: none;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel .item{
        padding: 10px 20px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about div{
        font-size: 16
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar .about .price {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mobile-text-view{
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 6.5%;
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 0px;
        margin-top: 20px;

        color: #969696;

    }
    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar{
        display: none;
    }


    main .content .tovar_block .info ul li.sizeSelector.none-buy.active .size-not-have-block {

    }

    main .order .personal_info .title.city  div.location-block-wrapper {
        height: 54px;
        margin-top: 5px;
    }

    .addToFavorite-mob .icon-favorits {
        margin:8px auto 3px auto !important;
        float:none !important;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block ul	{
        width: 100%;
        justify-content: center;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block ul li	{
        margin: 0 20px;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block {
        padding-left:0px !important;
        padding-right:0px !important;
        padding-bottom:0px !important;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #mapMain > ymaps {
        margin: 0 auto !important;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item {
        display:block;
        width:85%;
        margin-left:auto;
        margin-right:auto;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item > div {
        width:100%;
        border: none;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item button {
        width:auto;
        padding:10px 17px;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item .address > div:first-child {
        font-weight:bold;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item .size {
        padding:0px;
        margin-bottom:10px;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item .size div {
        padding:0px;
        display:inline-block;
    }

    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar	{
        /*
        display:block;
        display:flex;
        */
    }

    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar	.about {
        display:block;
        flex-wrap: nowrap;
    }

    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar .about span:nth-of-type(3)	{
        margin-top:0px;
    }

    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar	.about span {
        display:block;
        width: 100%;
        margin-top:0px;
        padding-left: 21px;
    }

    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar .about .price {
        margin-top: 2px;
        margin-bottom: 6px;
    }

    #oformlenie_pop_up .pop_up_content {
        padding-left:10px;
        padding-right:10px;
    }

    #oformlenie_pop_up .pop_up_content .magazin_info {
        display:block;
    }

    #oformlenie_pop_up .pop_up_content .magazin_info > div {
        width:100%;
    }

    #oformlenie_pop_up .pop_up_content .magazin_info > div span {
        min-width:20px;;
    }

    #oformlenie_pop_up .pop_up_content .magazin_info .size {
        margin-top:10px;;
    }

    main .order .personal_info .delivery label span.openMap {
        margin-left: 27px;
    }

    main .order .personal_info .title.city span + span div {
        top: 7px;
    }

    main .order .personal_info .title.city span  {
        display:inline-block;
        white-space:nowrap;
    }



    .pop_up .pop_up_wrap{
        margin-top: 50px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block{
        padding: 5px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block ul{
        width: 100%;
        padding: 0px;
    }
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block ul li:first-child{
        margin-left: 0px;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .magazin_block div.ui-tabs-panel{
        height: auto;
        max-height: 630px;
    }


    .popupsubscribe-header img{
        width: 100%;
    }
    .popupsubscribe-container{
        width: 90%;
    }


}

@media screen and (max-width: 1220px) {
    .pop_up.oformlenie_pop_up .pop_up_wrap .pop_up_content .tovar .about span:nth-of-type(3) {
        margin-top:0px;
    }
    .bx-ui-sls-container {
        float:none !important;
    }

    .fadedLocationSelector {
        width:530px;
    }
}

@media screen and (max-width: 450px) {
    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content #tabs-2 .item {
        width:75%;
    }
    main .order .personal_info .delivery label span.openMap	{
        margin-left: 26px;
    }

    .pop_up.magazin_list_pop_up .pop_up_wrap .pop_up_content .tovar {
        width: calc(75% + 40px);
        left: 50%;
        margin-left: calc(-37.5% - 20px);
        max-width: 100%;
    }

}






main .filter_block .size.empty_filter > span:after, main .filter_block .price.empty_filter > span:after, main .filter_block .color.empty_filter > span:after{
    display: none;
}
main .filter_block .size.empty_filter > span, main .filter_block .price.empty_filter > span, main .filter_block .color.empty_filter > span{
    height: 25px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

main .content .tovar_block .info .btns a.first.disabled{
    border: 1px solid #c7c7c7;
    background-color: #c1c1c1;
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}




@media screen and (max-width: 1221px){
    main .order .personal_info .pay label span {
        margin-left: 0px;
    }
    main .content .tovar_block .info div.productArticle{
        order: 2;
        margin-top: 13px;
        text-align: center;
        padding: 0px;
    }
    main .content .tovar_block .info div.productName{
        order: 1;
        margin-top: 54px;
        text-align: center;
        padding: 0px;
    }
    main .content .tovar_block .info div.productPrice{
        font-size: 32px;
        margin-top: 29px;
        text-align: center;
        margin-bottom: 43px;
        padding: 0px;
    }
    main .content .tovar_block .info div.productPrice span.discount{
        font-size: 24px;
    }
}
@media screen and (max-width: 767px){
    main .content .tovar_block .info div.productArticle{
        margin-top: 9px;
    }
    main .content .tovar_block .info div.productName{
        margin-top: 17px;
        font-size: 18px;
        line-height: 1;
        font-family: 'pn_regular';
    }
    main .content .tovar_block .info div.productPrice{
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 30px;
        font-family: 'pn_regular';
    }
    main .content .tovar_block .info div.productPrice span.discount{
    //display: none;
        font-size:18px;
    }
}

[name=bform] {
    width:400px;
}
[name=bform] .first {
    width: 100%;
    margin-top: 22px;
    padding: 16px 10px;
    margin-bottom: 24px;
}
.form-group input {
    width:100%;
    border: 1px solid #d6d7d9;
    background-color: #f7f7f7;
    display: block;
    padding: 13px 20px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 24px;
}

.form-group label {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 11px;
}


main .content .product_gallery .gallery .item > div:nth-child(3) span{
    color: #727272;
    padding-left: 15px;
    text-decoration: line-through;
}

.checkTypesMapPoints{
    display: none;
}


.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs ul{
    display: none;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs {
    display: flex;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .customtabitem-container{
    width: 100%;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list {
    width: 36%;
    padding-right: 25px;
    box-sizing: border-box;
    max-height: 455px;
    float: left;
    overflow-y: auto;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item {
    background-color: #f3f3f4;
    border: solid 1px transparent;
    margin-bottom: 10px;
    padding: 16px 28px;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item a {
    color: #333333;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item a div:nth-child(1) {
    font-family: 'pn_semibold';
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item .second {
    display: block;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item button {
    padding: 11px 22px;
    margin-top: 10px;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item .first {
    display: none;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item button {
    padding: 11px 22px;
    margin-top: 10px;
}
.pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .map {
    width: 64%;
    height: 100%;
    float: right;
}





main .filter_block .color .filter_content div label.disabled,
main .filter_block .magazin .filter_content div label.disabled,
main .filter_block .size .filter_content ul li.disabled,
.item.magazin div.disabled{
    display: none;
}





@media screen and (max-width: 767px){
    #mapMain{
        height: 400px !important;
    }
    #mapMain ymaps:nth-child(1){

    }
    #mapMain ymaps:nth-child(1) ymaps:nth-child(1){

    }

    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs {
        display: block;
        border: none;
        padding: 0px;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs ul {
        display: flex;
        margin: 0px;
        padding: 0px;
        border: none;
        background: transparent;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs ul li {

        list-style: none;
        float: left;
        position: relative;
        top: 0;
        margin: 1px .2em 0 0;
        border-bottom-width: 0;
        padding: 0;
        white-space: nowrap;

        width: 50%;
        margin: 0px;
        padding: 0px;
        background: transparent;
        border: none;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 11px;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .customtabitem-container{
        position: relative;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .storeItemsList-container {
        height: auto;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs ul .active {
        border-bottom: 1px solid #212121;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs ul li a {
        font-size: 17px;
        color: #adadad;
        padding: 0px;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs ul .active a {
        color: #212121;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list {
        width: 100%;
        padding: 0px;
        max-height: none;
        overflow: auto;
        display: block;
        opacity: 0;
        z-index: 0;
        position: relative;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list.active{
        z-index: 10;
        opacity: 1;
        position: absolute;
        top: 0px;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .map {
        width: 100%;
        padding: 0px;
        display: block;
        opacity: 0;
        position: relative;
    }
    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .map.active{
        z-index: 10;
        opacity: 1;
        position: absolute;
        top: 0px;
    }

    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .pop_up_content .customtabs .list .item {
        font-size: 15px;
        padding: 18px 28px;
        line-height: 19px;
    }

    .pop_up.punkt_vidachi_pop_up .pop_up_wrap .close{
        top: 0px;
        right: 0px;
        bottom: auto;
        left: auto;
    }

}


.size_list_continer{
    position: relative;
}
.notChangedSize{
    position: absolute;
    padding: 12px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 100;
    top: -60px;
    left: -10px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.3s, transform 0.3s;
    width: 235px;
    font-size: 15px;
    line-height: 24px;
}
.notChangedSize:after {
    top: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(0,0,0,0.8);
    border-width: 8px;
    margin-left: -8px;
}
.notChangedSize.shopThisPopUp{
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    pointer-events: auto;
}

#subscribe .pop_up_content{
    background: #f3f3f4;
}
.nameSubscribe{
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 10px;
}
.descSubscribe{
    padding: 0 10px;
    margin-bottom: 20px;
}
.popupsubscribe-header .subscribe{
    padding: 0 10px;
    margin-bottom: 20px;
}
.popupsubscribe-header .subscribe form input[type="email"] {
    width: 100%;
    padding: 17px 10px;
    box-sizing: border-box;
    margin-right: 0;
}
.popupsubscribe-header .subscribe form .personl_confirm {
    margin-top: 29px;
}
.popupsubscribe-header .subscribe form input[type='checkbox']{
    opacity: 0;
    height: 1px;
    margin-bottom: -13px;
    display: block;
}
.popupsubscribe-header .subscribe form label {
    width: 100%;
    display: table;
}
.popupsubscribe-header .subscribe form label img{
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: 0% 0%;
    vertical-align: middle;
}
.popupsubscribe-header .subscribe form input[type='checkbox']:checked + label img {
    object-position: 100% 0%;
}
.popupsubscribe-header .subscribe form label span {
    font-size: 14px;
    color: #595959;
    font-family: 'pn_regular';
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 8px;
    text-align: left;
}
.popupsubscribe-header .subscribe form label a {
    text-decoration: underline;
    font-size: 14px;
    color: #595959;
    font-family: 'pn_regular';
}
.popupsubscribe-header .subscribe form button{
    width: 100%;
    margin-top: 20px;
}

.popupsubscribe-container{
    width: 60%;
    margin: 0 auto;
}





#result-subscribe{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


header .upper_block .block > .city-select span:nth-child(3) a{
    color: black;
}



main .content .tovar_block .info .btns a.default.disabled:hover{

}
main .content .tovar_block .info .btns a.default.disabled .exclusive-online{
    position: absolute;
    top: 0px;
    left: 50%;
    padding: 12px;

    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 100;
    top: 50px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, 10px, 0);
    transition: opacity 0.3s, transform 0.3s;

    font-size: 15px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
}
main .content .tovar_block .info .btns a.default.disabled .exclusive-online:after{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(0,0,0,0.8);
    border-width: 8px;
    margin-left: -8px;
}
main .content .tovar_block .info .btns a.default.disabled:hover .exclusive-online{
    opacity: 1;
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 0, 0);
    pointer-events: auto;
}


main .order .personal_info .delivery input[type="radio"].checkedDelivery + label:before{
    background-position: -27px 0px;
}

main .content .tovar_block .info ul li.none-buy span{
    opacity: 0.5;
}

main .content .tovar_block .info ul li.none-buy span {
    background-color: #f3f3f4;
    border: none;
    cursor: initial;
    position: relative;
    opacity: 1;
}
main .content .tovar_block .info ul li.none-buy span:before{
    border-bottom: 1px solid #343640;
    position: absolute;
    content: "";
    width: 130%;
    height: 100%;
    transform: rotate(-45deg);
    top: -39%;
    left: -50%;
}

header .lower_block{

}
header .lower_block.sticky .fixedmenu{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #dfdfdf;
    background: white;
    z-index: 150;
}

header .lower_block.sticky .fixedmenu.with-banner {
    top: 42px;
}



@media screen and (max-width: 767px){
    header .lower_block.sticky .fixedmenu{
        padding-top: 19px;
        padding-bottom: 9px;

    }
}

main .cart .cart_tabel .table_item img{
    vertical-align: top;
}
main .cart .cart_tabel .table_item .about > div > div a{
    color: #212121;
}
main .order .order-comment label{
    font-size: 16px;
    display: inline-block;
    margin-bottom: 11px;
}
main .order .order-comment textarea{

    display: block;
    padding: 13px 20px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 24px;
    border: 1px solid #d6d7d9;
    background-color: #f7f7f7;

    width: 100%;

    background-color: #fff;
    border: 1px solid #212121;
}


.upButton{
    position: fixed;
    right: 56px;
    bottom: 150px;
    z-index: 10;
    border: 1px solid #f3f3f3;
    display: inline-block;
    line-height: 0;
    padding: 19px 22px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

    transform: rotate(-90deg);
    background: #a7a7b3;
}
.upButton span{

    background-image: url(../new/icons/icons.svg);
    background-position: 0 -2486px;
    background-repeat: no-repeat;

    display: inline-block;
    cursor: pointer;

    width: 8px;
    height: 14px;

    background-position: -5px -2491px;
}
@media screen and (max-width: 767px){
    .upButton{
        right: 30px;
        bottom: 30px;
    }
}

.popUpCart{
    width: 365px;
    position: absolute;
    margin-left: -86px;
    margin-top: 2px;
    box-sizing: border-box;
    padding: 13px 16px;
    background: white;
    box-shadow: 0px 0px 5px grey;
    border-radius: 4px;
}
.popUpCart:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    bottom: auto;
    left: auto;
    width: 34px;
    height: 16px;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 5px grey;
    z-index: -1;
}
.popUpCart:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    bottom: auto;
    left: auto;
    width: 34px;
    height: 16px;
    background-color: #fff;
    transform: rotate(45deg);
}
.popUpCart-header{
    display: inline-block;
    width: 100%;
    padding-bottom: 9px;
    vertical-align: top;
    border-bottom: 1px solid #efefef;
    margin-bottom: 7px;
}
.popUpCart-header-name{
    display: inline-block;
    float: left;
    text-transform: uppercase;
}
.popUpCart-header-name span{
    display: inline-block;
    margin-left: 15px;
}
.popUpCart-header-close{
    display: inline-block;
    float: right;
}
.popUpCart-header-close a{

    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    color: #212121;
    position: relative;
    padding-right: 20px;

}
.popUpCart-header-close a span{

    background-image: url(../new/icons/icons.svg);
    background-position: -7px -2364px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 0;

}

.popUpCart-body{
    padding-bottom: 7px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 9px;
}
.popUpCart-body-scroll{
    max-height: 200px;
    overflow-y: scroll;
}
.popUpCart-body-item{
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    padding-right: 15px;
    box-sizing: border-box;
}
.popUpCart-body-item .popUpCart-body-item-pic{
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.popUpCart-body-item .popUpCart-body-item-pic img{
    vertical-align: top;
}
.popUpCart-body-item .popUpCart-body-item-desc{
    text-align: left;
    display: inline-block;
    width: calc(100% - 95px);
}
.popUpCart-body-item-desc-name{
    margin-bottom: 5px;
}
.popUpCart-body-item-desc-name a{
    color: #212121;
}
.popUpCart-body-item-desc-size{
    margin-bottom: 5px;
}
.popUpCart-body-item-desc-count{
    display: inline-block;
    width: 100%;
}
.popUpCart-body-item-desc-count .count{
    float: left;
}
.popUpCart-body-item-desc-count .price{
    float: right;
    font-weight: bold;
}
.popUpCart-body-item-desc-remove{
    text-align: right;
}
.popUpCart-body-item-desc-remove a{
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    color: #212121;
    position: relative;
    padding-right: 20px;
}
.popUpCart-body-item-desc-remove a span{

    background-image: url(../new/icons/icons.svg);
    background-position: -7px -2364px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;

}
.popUpCart-footer{
    text-align: left;
}
.popUpCart-footer-summary-line{
    display: inline-block;
    width: 100%;
}
.popUpCart-footer-summary-line .popUpCart-footer-summary-name{
    display: inline-block;
    float: left;
}
.popUpCart-footer-summary-line .popUpCart-footer-summary-res{
    display: inline-block;
    float: right;
}
.popUpCart-footer-btn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.popUpCart-footer-btn a.btn{
    font-size: 14px;
    text-transform: uppercase;
    background-color: #272930;
    border: 1px solid #272930;
    color: #fff;
    font-family: 'pn_regular';
    padding: 4px 9px;
    cursor: pointer;

    padding: 15px 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.popUpCart-footer-btn a.btn:hover{

    background: #000;
    border: 1px solid #000;
}
.popUpCart-footer-btn a.popUpCart-link{
    color: #212121;
    position: relative;
}
.popUpCart-footer-btn a.popUpCart-link:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px dashed #212121;
    color: #212121;
    transition: all 0.3s ease;
}
.popUpCart-footer-btn a.popUpCart-link:hover:before{
    opacity: 0;
}




.sizesSelectorInPopUp-btn .disable{
    border: 1px solid #c7c7c7;
    background-color: #c1c1c1;
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sizesSelectorInPopUp-btn .disable:hover{
    border: 1px solid #c7c7c7;
    background-color: #c1c1c1;
    color: white;
}
.sizesSelectorInPopUp-btn + .orderResultMessages{
    margin-bottom: 10px;
}



.btn-container-history{
    display: inline-block;
    width: 130px;
    text-align: right;
}


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

    .popUpCart{
        position: fixed;
        left: 0px;
        margin-left: 0px;
        width: 100%;
        box-shadow: 0px 5px 5px grey;
        border-radius: 0px;
        margin-top: 12px;
    }
    .popUpCart:before,
    .popUpCart:after{
        display: none;
    }
    .popUpCart-header-close a{
        display: inline-block;
    }
    .upButton{
        display: none;
    }

}










.pop_up.detail_page_pop_up .pop_up_wrap{
    width: 1300px;
}
.pop_up.detail_page_pop_up .pop_up_wrap .content .tovar_block .info .size-not-have-block{
    display: none;
}
.pop_up.detail_page_pop_up .pop_up_wrap .content .tovar_block .info .sizes{
    display: none;
}
.pop_up.detail_page_pop_up .pop_up_wrap .content .tovar_block{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding: 0 40px;
}
.shops-invisible-box,
.shops-invisible-box-current-one{
    display: inline-flex;
    width: 100%;
}


.roll-back-step-2{
    position: absolute;
    left: 120px;
    top: 23px;
    color: #212121;
}
.roll-back-step-2:before{
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../img/icons.svg);
    background-position: -5px -875px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: -20px;
}
.roll-back-step-1{
    position: absolute;
    left: 52px;
    top: 30px;
    color: #212121;
    z-index: 1;
}
.roll-back-step-1:before{
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../img/icons.svg);
    background-position: -5px -875px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: -20px;
}


main .cart .cart_tabel .table_item a.get-detail-page{
    margin-right: 51px;
}
main .cart .cart_tabel .table_item a.get-detail-page img{
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    main .cart .cart_tabel .table_item a.get-detail-page {
        max-width: 150px;
        margin-right: 20px !important;
        width: calc(35% - 20px) !important;
    }
}



#search-points{
    padding: 13px 20px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #212121;
    font-family: 'pn_light';
}




header .lower_block .block .header_menu.on .new-mobile-menu{
    /*padding-top: 14px;*/
    min-height: auto;
    padding-bottom: 10px;
}
header .lower_block .block .header_menu.on .new-mobile-menu .main-mobile-menu-section{
    line-height: 63px;
}
header .lower_block .block .header_menu.on .new-mobile-menu .main-mobile-menu-section a{
    text-transform: none;
    font-size: 22px;
    padding: 0 23px;
    font-weight: 600;
}
header .lower_block .block .header_menu.on .new-mobile-menu .submenu_level1{
    line-height: 63px;
    position: inherit;
}
header .lower_block .block .header_menu.on .new-mobile-menu .submenu_level1 a{
    text-transform: none;
    font-size: 22px;
    padding: 0 23px;
    font-weight: 600;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul{

    display: block !important;
    position: absolute;
    top: 57px;

    background: white;
    z-index: 50;

    /*height: calc(100% - 57px);*/
    min- height: 100%;

    -webkit-transition: all 0.5s linear;
    width: 100%;
    transform: translate(500x, 0px);
    -webkit-transform: translate(500px, 0px);
    -o-transform: translate(500px, 0px);
    -moz-transform: translate(500px, 0px);

}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul.on {
    display: block !important;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul.on li{
    border-bottom: 0px;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul li a{
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px 10px 24px;
    line-height: 20px;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul li.parent{
    margin: 0px;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul li.parent a{
    font-size: 18px;
    margin: 0px;
    display: block;
    background-color: #f2f2f2;
    padding-left: 50px;
    line-height: 30px;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul li.hidden-desct.hidden-tablet a{
    font-size: 16px;
    margin: 0px;
    display: block;
    border-bottom: 0px;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul li.parent a:before{
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../img/icons.svg);
    background-position: -5px -875px;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    left: 29px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on .new-mobile-menu li.submenu_level1 > ul li.submenu_level2 ul.on li.parent a:before{
    top: 19px;
    left: 29px;
}

header .lower_block .block .header_menu.on .new-mobile-menu .submenu_level1 ul li{

}
header .lower_block .block .header_menu.on .new-mobile-menu .submenu_level1 ul li a{

}
header .lower_block .block > div:nth-child(2) .header_menu.on .new-mobile-menu li.submenu_level1 > a:after{
    top: 28px;
    right: 12px;
    transform: rotate(-90deg);
}

header .lower_block .block > div:nth-child(2) .header_menu.on .new-mobile-menu .hidden-desct.hidden-tablet{
    line-height: 43px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on .new-mobile-menu .hidden-desct.hidden-tablet a{
    text-transform: none;
    font-size: 22px;
    padding: 10px 23px;
    /*font-weight: 600;*/
    color: gray;
}
header .lower_block .block > div:nth-child(2) .header_menu.on .new-mobile-menu .hidden-desct.hidden-tablet.blackstyle a{
    color: #212121;
}

header .lower_block .block > div:nth-child(2) .header_menu.on > div.new-mobile-menu-personal{
    padding: 0 16px;
    border-bottom: 0px;
    padding-bottom: 10px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.new-mobile-menu-personal a{
    display: inline-block;
    margin-bottom: 9px;
    color: #212121;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.new-mobile-menu-personal a .icon-profile-dims{
    float: left;
    width: 34px;
    height: 34px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.new-mobile-menu-personal a .icon-favorits-dims{
    float: left;
    width: 34px;
    height: 34px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.new-mobile-menu-personal a span{
    line-height: 32px;
    font-size: 15px;
    text-transform: none;
    margin-left: 2px;
    display: inline-block;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.new-mobile-menu-personal a span:first-letter{
    text-transform: uppercase;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.city-changer-new{
    padding: 0 18px;
    border-bottom: 0px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.city-changer-new .change_city_js{
    text-transform: none;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.mobile-social-sety{
    padding: 0 18px;
    box-sizing: border-box;
    padding-bottom: 17px;
    border-bottom: 1px solid #dfdfdf;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.dop-mobile-menu{
    border-bottom: 0px;
    text-transform: none;
    display: inline-block;
    width: 100%;
    /*margin-bottom: 100px;*/
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.dop-mobile-menu ul{
    padding: 0px;
    margin-top: 13px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.dop-mobile-menu ul li{
    border-bottom: 0px;
}
header .lower_block .block > div:nth-child(2) .header_menu.on > div.dop-mobile-menu ul li a{
    text-transform: none;
}
header .lower_block .block > div:nth-child(2) .header_menu.on li.submenu_level1 > ul li.submenu_level2 ul{
    display: block !important;
    transform: translateX(500px);
}
header .lower_block .block > div:nth-child(2) .header_menu.on li.submenu_level1 > ul li.submenu_level2 ul li a{
    border-bottom: 1px solid #dfdfdf;
}
header .lower_block .block div:nth-child(2) .header_menu.on .new-mobile-menu .submenu_level1 ul li.submenu_level2 ul li.hidden-desct.hidden-tablet a{
    border-bottom: 1px solid #dfdfdf;
}


.item .vs-likeit{
    right: 10px;
    top: 10px;
}
.vs-likeit{
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 32px;
    background: url(../img/icon-hearts-default.svg) no-repeat center center;
    background-size: 32px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.vs-likeit:hover{
    background: url(../img/icon-hearts-active.svg) no-repeat center center;
    background-size: 42px 32px;
}
.active .vs-likeit{
    background: url(../img/icon-hearts-active-new.svg) no-repeat center center;
    cursor: default;
    background-size: 32px 28px;
}
.vs-likeit.vs-likeit-active{
    /*
    background: url(../img/icon-hearts-active-new.svg) no-repeat center center;
    cursor: default;
    background-size: 32px 28px;
    */
}
.vs-likeit .vs-likeit-cnt{
    font-size: 12px;
    line-height: 130%;
    color: black;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 0.3s ease;
}
/*
main .content .product_gallery .gallery .item .vs-likeit:hover .vs-likeit-cnt{
	transform: translate(-50%, 0);
	opacity: 1;
}*/