.cc-revoke{
    display: none!important;
}

.mobile_display{
    display: none!important;
}
.mobile_button__open_spec{
    display: none;
}
.product_info_rating{
    display: none;
}
.review_mobile_show_wrapper{
    display: none;
}
.product__buy_opt_button__wrapper{
    width: 100%;
    position: absolute;
    bottom: -260px;
    background-color: white;
    left: 0;
    border: 1px solid #CECECE;
}
.product__buy_opt_button{
    margin: 15px 10px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    background-color: #3C9535;
    transition: 0.3s all;
    cursor: pointer;
    padding: 10px 0;
    font-weight: 700;
}
.product__buy_opt_button:hover{
    background-color: #b4232a;
}
#question .answer .text a{
    border-bottom: 1px dashed #2b7dd0;
    color: #2b7dd0;
}
#question .answer .text a:hover{
    border-bottom: 1px dashed #fff;
    color: #f0534d;
}
@media (max-width: 1270px){
    #quickview_product .product-center .block-disc .discount .discount_list span{
        width: 100%;
    }
    .discount.mobile_display{
        display: block!important;
    }
}
@media (max-width: 600px){
    .mobile_description_product{
        flex-wrap: wrap;
        justify-content: left;
    }
    .mobile_description_product span{
        width: 50%!important;
    }
    .product__buy_opt_button__wrapper.mobile_display{
        bottom: -70px!important;
    }
    .product-info .description{
        margin-top: 20px;
    }
    .mobile_display_none{
        display: none!important;
    }
    .mobile_display{
        display: block!important;
    }
    /*Slider in category*/
    .wr_slider.fullwidth{
        display: none;
    }
    .category-refine.category-list{
        display: none;
    }
    .search_form .button-search{
        right: 0;
        top: 13px!important;
    }
    .nlatter-block .col100.tt .search_form input{
        padding-right: 20px;
    }

    .product-info .click_i, .product-info #code_product, .product-info .review:not(.review_mobile_show_wrapper){
        display: none;
    }
    .product_info_rating{
        display: flex;
        justify-content: space-around;
        height: 35px;
        width: 100%;
        margin: 0px 0 10px 0;
        background-color: white;
    }
    .product_info_rating .click_i{
        margin-left: 5px;
        display: flex;
        align-items: center;
    }
    .product_info_rating .click_i svg{
        width: 20px;
        height: 20px;
    }
    .product_info_rating #code_product{
        margin-left: 10px;
        height: 80%;
        margin-top: 1.2%;
        padding: 5px;
        float: none;
        display: flex;
        align-items: center;
    }
    .product_info_rating #code_product span:nth-of-type(1){
        font-size: 7px;
    }
    .product_info_rating #code_product span:nth-of-type(2){
        font-size: 9px;
    }
    .product_info_rating .review{
        align-items: center;
        display: flex;
        margin-left: 5px;
    }
    .product_info_rating .review .rating i{
        font-size: 10px;
    }
    .product_info_rating .review .rating a{
        font-size: 10px;
    }
    .review_mobile_show_wrapper {
        display: block;
        margin-top: 0px!important;
        margin-bottom: 30px;
    }
    .review_mobile_show_wrapper .rating{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-info .review a:first-of-type{
        margin-left: 0;
    }


    .product-add .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .product-add .row .image{
        width: 28%;
        padding: 0;
    }
    .product-add .row .attr-col{
        width: 70%;
        text-align: left;
    }
    .product-add .row .attr-col .attrs > table td{
        font-size: 11px!important;
    }
    .product-add .row .rig{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .product-add .row .rig .main_quantity{
        margin: 0 8px;
    }
    .product-add .row .rig button{
        padding: 8px 12px 8px 12px;
    }
    .product-add .row .rig .category-quantity input{
        width: 40px !important;
    }
    .product-list .name-actions > .price{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        font-size: 18px!important;
    }
    .product__buttons__wrapper{
        width: 100%;
    }
    .product-list .name-actions ul{
        padding: 4px 0 0 0;
    }
    .product__buttons__wrapper select{
        width: 100%!important;
    }
    .product-list .name-actions ul li{
        max-width: 100%;
    }
    .product-add .row .spec{
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .product-add .row .spec.active{
        height: auto;
    }
    .mobile_button__open_spec{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 30px;
        background-color: white;
        border: 1px solid #DDDDDD;
        color: #A5A5A5;
        font-size: 12px;
    }
    .mobile_button__open_spec.active i{
        transform: rotate(180deg);
    }
}


/* Opt proposition home page */
.company_presentation_text{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    position:relative;
}
.company_presentation_text::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -2px;
    width: 16px;
    background-color: #00D93D;
    height: 16px;
    border-radius: 50px;
}
.company_presentation_text::after{
    content: '';
    position: absolute;
    top: 15px;
    left: -67px;
    width: 83px;
    background-image: url(../img/presentation_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 86px;
}
.pres_form_label_wrapper{
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    height: 63px;
}
.pres_form_label{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.pres_form_label_img{
    display: flex;
    align-items: center;
    height: 100%;
    width: 20%;
    min-width: 44px;
    margin-right: 5%;
}
.pres_form_label_text{
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
}
.pres_form_label_img img{
    width: 44px;
    height: 44px;
}
.pres_form_label_text p{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 20px;
}
.pres_form_wrapper{
    margin-top: 24px;
    width: 100%;
    height: 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pres_form_item{
    padding: 6px 12px;
    width: 32%;
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.pres_form_item input{
    width: 90%;
    height: 100%;
    border: none!important;
    background-color: unset;
    outline: none;
    color: #999999;
    font-size: 14px;
    margin: 0!important;
    padding: 0!important;
    font-family: "Roboto";
}
.pres_form_item input::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: "Roboto";
}
.pres_form_item_submit{
    border: 1px solid rgba(0, 178, 255, 0.83);
    cursor: pointer;
    background: rgba(0, 178, 255, 0.83);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.pres_form_item_submit:hover{
    background: rgba(0, 178, 255, 0.6);
    border: 1px solid rgba(0, 178, 255, 0.6);
}
.pres_form_item_submit p{
    font-size: 20px;
    color: white;
    margin: 0;
}
.display_on_991{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hide_on_991{
    display: none;
}
@media (min-width: 992px){
    .display_on_991{
        display: none;
    }
    .hide_on_991{
        display: block;
    }
}
@media (max-width: 1270px){
    .pres_company_block{
        padding: 0!important;
    }
    .pres_company_block a img{
        height: 83px!important;
    }
    .pres_form_label_text p{
        font-size: 12px;
    }
    .market-columns{
        margin-top: 57px;
    }
    .pres_form_item_submit p{
        font-size: 18px;
    }
    .company_presentation_text{
        font-size: 14px;
    }
}
@media (max-width: 1098px){
    .market-columns .row > div{
        padding: 14px 20px 17px 20px;
    }
    .market-columns{
        margin-top: 134px;
    }
    .company_presentation_text{
        font-size: 12px;
    }
    .company_presentation_text::before{
        width: 12px;
        height: 12px;
    }
    .pres_form_item input{
        font-size: 12px;
    }
    .pres_form_item input::placeholder{
        font-size: 12px;
    }
    .pres_form_wrapper{
        height: 53px;
    }
    .pres_company_block{
        margin-top: 29px;
    }
    .pres_form_item_submit p{
        font-size: 15px;
    }
    .pres_form_label_text p{
        font-size: 10px;
    }
    .pres_form_label_wrapper{
        height: 53px;
    }
    .pres_form_label_img{
        min-width: 34px;
    }
    .pres_form_label_img img{
        width: 34px;
        height: 34px;
    }
}
@media (max-width: 991px){
    .company_presentation_text{
        text-align: center;
        font-size: 14px;
    }
    .company_presentation_text::before{
        left: -15px;
    }
    .company_presentation_text::after{
        left: -100px;
    }
    .pres_form_label_text p{
        font-size: 14px;
    }
    .market-columns{
        margin-top: 30px;
    }
    .pres_form_label_sec{
        margin-top: 30px;
    }
    .pres_form_label_sec{
        display: flex;
        align-items: flex-end;
    }
    .pres_form_label_wrapper{
        height: 71px;
        margin-bottom: 6px;
    }
    .pres_form_label_text p{
        font-size: 14px;
    }
    .pres_form_label_img{
        width: 44px;
    }
    .pres_form_label_img img{
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 670px){
    .pres_form_item_submit p{
        font-size: 12px;
    }
    .pres_form_wrapper{
        height: 45px;
    }
    .company_presentation_text::after{
        left: -80px;
        width: 60px;
    }
    .pres_form_label_text p{
        font-size: 13px;
    }
}
@media (max-width: 550px){
    .pres_form_wrapper{
        height: unset;
        justify-content: center;
    }
    .pres_form_item{
        margin: 5px 0;
        width: 264px;
    }
    .pres_form_label_sec{
        flex-wrap: wrap;
        justify-content: center;
    }
    .pres_form_label_sec .display_on_991{
        margin: 10px 0;
        width: 264px;
    }
    .company_presentation_text::after{
        left: -70px;
    }
}
/* Opt proposition home page */

/* Catalog home page */
.catalog_form{
    width: 100%;
    display: flex;
    padding: 30px 0px 70px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog_form__heading{
    width: 55%;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
}
.catalog_form__row{
    margin-top: 50px;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.catalog_form__row__image{
    width: 64%;
}
.catalog_form__row__main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 320px;
}
.catalog_form__row__main__input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    height: 63px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.catalog_form__row__main__input input{
    text-align: center;
    width: 100%;
    height: 100%;
    border: none!important;
    background-color: unset;
    outline: none;
    color: #999999;
    font-size: 14px;
    margin: 0!important;
    padding: 0!important;
    font-family: "Roboto";
}
.catalog_form__row__main__input input::placeholder{
    color: #A0A0A0;
    font-size: 14px;
    font-family: "Roboto";
}
.catalog_form__row__main__submit{
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    background: #D2644F;
    font-size: 24px;
    height: 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.catalog_form__row__main__submit:hover{
    background-color: #b4232a;
}
.catalog_form__row__main__tip{
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    color: #000000;
}
@media (max-width: 1270px){
    .catalog_form__heading{
        width: 70%;
        font-size: 22px;
        line-height: 26px;
    }
    .catalog_form__row{
        justify-content: center;
    }
    .catalog_form__row__main{
        margin-top: 30px;
    }
    .catalog_form__row__main__input{
        height: 50px;
        margin-bottom: 30px;
    }
    .catalog_form__row__main__submit{
        height: 50px;
        font-size: 20px;
    }
    .catalog_form__row__main__tip{
        font-size: 14px;
    }
}
@media (max-width: 650px){
    .catalog_form__heading{
        width: 90%;
    }
}
@media (max-width: 480px){
    .catalog_form__heading{
        font-size: 20px;
        line-height: 24px;
    }
    .catalog_form__row__main__input{
        height: 40px;
        margin-bottom: 20px;
    }
    .catalog_form__row__main__submit{
        font-size: 18px;
        height: 40px;
    }
    .catalog_form__row__main__tip{
        font-size: 12px;
    }
}
/* Catalog home page */




/* Soc net buttons header */
.viber_header_button{
    background-color: #6A42AB;
    font-size: 20px;
    transition: 0.3s;
}
.viber_header_button:hover{
    background-color: #542C95;
}
.telegram_header_button{
    background-color: #8CA3DC;
    font-size: 20px;
    transition: 0.3s;
}
.telegram_header_button:hover{
    background-color: #6C83BC;
}
.messenger_header_button{
    background-color: #748FEF;
    font-size: 20px;
    transition: 0.3s;
}
.messenger_header_button:hover{
    background-color: #5F7ADA;
}
.call_me_header_button{
    background-color:#71B737;
    font-size:20px;
    transition: 0.3s;
}
.call_me_header_button:hover{
    background-color: #5EA424;
}
.header_soc_net_buttons{
    margin: 0 7px;
    width: 30px;
    height:30px;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
}
.header_soc_net_button{
    display: block;
}
.header_soc_net_button:first-of-type{
    margin-left: 7px;
}
.li_header_soc_net{
    display: flex!important;
}

@media (max-width: 1380px){
    .header_soc_net_button:first-of-type{
        margin-left: 0;
    }
    .header_soc_net_buttons{
        margin: 3px 7px;
        width: 25px;
        height: 25px;
    }
    .viber_header_button svg{
        width: 20px;
    }
    .telegram_header_button svg{
        width: 18px;
    }
    .messenger_header_button svg{
        width: 20px;
    }
    .market_phone_head ul{
        justify-content: space-between!important;
    }
    .li_header_soc_net{
        width: 150px!important;
    }
}
@media (max-width: 1270px){
    .market_phone_head ul{
        justify-content: center!important;
    }
    .market_phone_head ul li{
        width: 30%;
    }
    .mega-menu-modules{
        margin: 0;
    }
    .li_header_soc_net{
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5px;
        width: 100%!important;
    }
    .market_phone_head ul{
        flex-wrap: wrap;
    }
}
@media (max-width: 991px){
    .li_header_soc_net{
        margin-bottom: 10px;
    }
}
@media (max-width: 550px){
    .market_phone_head ul li{
        width: 100%;
        margin: 2.5px 0;
    }
}
/* Soc net buttons header */

/* Button back simplecheckout */
#simplecheckout_button_back.mfp-close{
    background-color: #ECEBEB!important;
    color: black!important;
    font-weight: 500!important;
    border: unset;
    position: static;
    width: unset;
    padding: 10px 25px 9px 25px;
    height: unset;
    line-height: unset;
    font-family: unset;
    transition: 0.3s all;
}
#simplecheckout_button_back.mfp-close:hover{
    background-color: #D9D8D8;
}
#simplecheckout_button_back .mfp-close{
    position: static;
    border-radius: 0;
    color: black;
    font-family: unset;
    border: none;
    background: none;
    font-size: 11px;
    height: unset;
    line-height: unset;
}
/* Button back simplecheckout */

/* Opt info page */
.opt_page p, .opt_page li{
    font-size: 14px;
}
.opt__box_list{
    padding: 5px 15px;
    border: 5px solid #0085FF;
}
.opt__ul{
    padding-left: 15px;
}
.opt__ul li{
    list-style: none;
    position: relative;
    margin: 10px 0;
}
.opt__ul li::before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00E232;
    left: -15px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.opt__button{
    cursor: pointer;
    display: inline-block;
    background-color: #43BFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 700;
    padding: 18px 35px;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: 0.3s all;
}
.opt__button:hover{
    color: white;
    background-color: #2CA8E8;
}
.no_margin_p p{
    margin: 0;
}
.opt__tabs{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.opt__tabs::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: #D3D7DB;
}
.opt_tabs__item{
    font-size: 15px;
    cursor: pointer;
    padding: 7px 20px;
    border: 1px solid #D3D7DB;
    border-right: none;
    border-bottom: none!important;
    background-color: #EDEEF0;
    color: #565D66;
    transition: 0.3s all;
}
.opt_tabs__item:hover{
    background-color: #F2F3F5
}
.opt_tabs__item:last-of-type{
    border: 1px solid #D3D7DB;
}
.opt_tabs__item::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: white;
    opacity: 0;
    /*transition: 0.3s all;*/
}
.opt_tabs__item.active{
    position: relative;
    background-color: white;
    border-bottom-color: white;
}
.opt_tabs__item.active::before{
    opacity: 1;
}
.opt__tabs__items{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.opt__tabs__items__inner{
    width: 100%;
    /*position: absolute;
    left: 0;
    top: 0;*/
    display: none;
    justify-content: space-between;
    background-color: white;
}
.opt__tabs__items__inner.active{
    display: flex;
}
.opt__tabs__items__inner__set{
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s all;
}
.opt__tabs__items__inner__set:hover{
    border-color: red;
}
.opt__tabs__items__inner.three_items .opt__tabs__items__inner__set{
    width: 31%;
}
.set__block{
    width: 100%;
    text-align: center;
}
.opt__tabs__items__inner__set .set__image{
    margin-top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.opt__tabs__items__inner__set .set__image img{
    max-width: 100%;
    max-height: 100%;
}
.opt__tabs__items__inner__set .set__title{
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}
.opt__tabs__items__inner__set .set__group{
    font-size: 22px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 20px;
    margin-bottom: 30px;
}
.opt__tabs__items__inner__set .set__item{
    width: 80%;
    text-align: center;
    font-size: 16px;
    margin-top: -1px;
    background: white;
    padding: 8px 0;
    border-top: 1px solid #ECEFF4;
    border-bottom: 1px solid #ECEFF4;
}
.opt__tabs__items__inner__set .set__old_price{
    margin-top: 30px;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.opt__tabs__items__inner__set .set__sale{
    color: #D85818;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.opt__tabs__items__inner__set .set__new_price{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.opt__tabs__items__inner__set .set__composition{
    margin-top: 30px;
    display: block;
    width: unset;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    text-align: center;
    background-color: #73CA6A;
    padding: 10px 25px;
    transition: 0.3s all;
    margin-bottom: 20px;
}
.opt__tabs__items__inner__set .set__composition:hover{
    background-color: #51A848;
}
.opt__row{
    display: flex;
    justify-content: space-between;
}
.opt__row__item:first-of-type{
    margin-right: 10px;
}
.opt__row__item:last-of-type{
    margin-left: 10px;
}
@media (max-width: 1100px){
    .opt_page p, .opt_page li{
        font-size: 12px;
    }
    .opt__button{
        font-size: 12px;
    }
    .opt_tabs__item{
        font-size: 14px;
    }
    .opt__tabs__items__inner__set .set__title{
        font-size: 20px;
        margin-top: 25px;
    }
    .opt__tabs__items__inner__set .set__group{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .opt__tabs__items__inner__set .set__item{
        font-size: 14px;
    }
    .opt__tabs__items__inner__set .set__old_price{
        font-size: 18px;
        margin-top: 25px;
    }
    .opt__tabs__items__inner__set .set__sale{
        font-size: 18px;
    }
    .opt__tabs__items__inner__set .set__new_price{
        font-size: 18px;
    }
}
@media (max-width: 600px){
    .opt_page p, .opt_page li{
        font-size: 12px;
    }
    .opt__button{
        font-size: 12px;
    }
    .opt_tabs__item{
        font-size: 12px;
    }
    .opt__tabs__items__inner__set .set__title{
        font-size: 16px;
        margin-top: 20px;
    }
    .opt__tabs__items__inner__set .set__group{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .opt__tabs__items__inner__set .set__item{
        font-size: 14px;
    }
    .opt__tabs__items__inner__set .set__old_price{
        font-size: 16px;
        margin-top: 20px;
    }
    .opt__tabs__items__inner__set .set__sale{
        font-size: 16px;
    }
    .opt__tabs__items__inner__set .set__new_price{
        font-size: 16px;
    }
    .opt__tabs__items__inner .opt__tabs__items__inner__set{
        width: 100%!important;
    }
    .opt__tabs__items__inner{
        flex-wrap: wrap;
    }
    .opt__row{
        flex-wrap: wrap;
    }
}
@media (max-width: 480px){
    .opt_tabs__item{
        font-size: 11px;
        padding: 5px 10px;
    }
}
@media (max-width: 380px){
    .opt_tabs__item{
        font-size: 10px;
        padding: 5px 4px;
    }
}
/* Opt info page */

/* Contact popup */
.popup .catalog_form{
    padding: 0;
}
.popup .catalog_form__row{
    width: 95%;
    margin-top: 0;
}
.popup .catalog_form__row__image{
    width: 50%;
}
.popup .catalog_form__heading{
    width: 100%;
    margin-bottom: 40px;
}
.popup .catalog_form__row__main{
    width: 475px;
}
.popup .catalog_form__row__main__input{
    width: 75%;
}
.popup .catalog_form__row__main__input.error{
    border-color: red;
}
.popup .catalog_form__row__main__submit{
    width: 75%;
    border: none;
    outline: none;
}
/* Contact popup */

/* Category pm */
.pm_block{
    /*margin-top: 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -15px;
}
.pm_block__image{
    display: flex;
    align-items: flex-end;
    max-width: 278px;
}
.pm_block__image img{
    max-width: 100%;
    height: auto;
}
.pm_block__descr{
    width: 310px;
    margin-top: 15px;
}
.pm_block__descr__title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #4E4F51;
}
.pm_block__descr__text{
    margin-top: 20px;
    font-size: 14px;
    color: #7F8288;
}
.pm_block__descr__name{
    font-size: 14px;
    color: #4E4F51;
    font-weight: 500;
    margin-top: 15px;
}
.pm_block__descr__role{
    font-style: italic;
    font-size: 14px;
    color: #7F8288;
}
.pm_block__soc_net{
    width: 240px;
    height: 397px;
    background-image: url('../image/iphone.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pm_block__soc_net__item{
    width: 80%;
    margin-top: 10px;
}
.pm_block__soc_net__item:first-of-type{
    margin-top: 45px;
}
.pm_block__soc_net__item__icon{
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.viber-color-icon{
    background-color: #855FB5;
    color: #855FB5;
}
.messenger-color-icon{
    background-color: #6293FD;
    color: #6293FD;
}
.telegram-color-icon{
    background-color: #63A0EC;
    color: #63A0EC;
}
.pm_block__soc_net__item a{
    display: block;
    width: 80%;
    font-weight: 500;
    margin: 15px auto 0 auto;
    background-color: #F7F0FF;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 20px;
    transition: 0.3s all;
}
.pm_block__soc_net__item a.viber-color-icon:hover{
    background-color: #855FB5;
    color: white;
}
.pm_block__soc_net__item a.messenger-color-icon:hover{
    background-color: #6293FD;
    color: white;
}
.pm_block__soc_net__item a.telegram-color-icon:hover{
    background-color: #63A0EC;
    color: white;
}
.pm_block__contact{
    width: 300px;
    margin-top: 15px;
    margin-left: 10px;
}
.pm_block__contact__title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #4E4F51;
}
.pm_block__contact__descr{
    margin-top: 20px;
    font-size: 14px;
    color: #7F8288;
}
@media (max-width: 1270px){
    .pm_block{
        /*margin-top: 20px;*/
        margin-bottom: -15px;
    }
    .pm_block__image{
        max-width: 230px;
    }
    .pm_block__descr{
        width: 270px;
        margin-top: 15px;
    }
    .pm_block__descr__title{
        font-size: 16px;
    }
    .pm_block__descr__text{
        margin-top: 20px;
        font-size: 14px;
    }
    .pm_block__descr__name{
        font-size: 14px;
        margin-top: 15px;
    }
    .pm_block__descr__role{
        font-size: 14px;
    }
    .pm_block__soc_net{
        width: 200px;
        height: 330px;
    }
    .pm_block__soc_net__item{
        width: 80%;
        margin-top: 10px;
    }
    .pm_block__soc_net__item:first-of-type{
        margin-top: 45px;
    }
    .pm_block__soc_net__item__icon{
        width: 35px;
        height: 35px;
    }
    .viber-color-icon svg{
        width: 16px;
    }
    .messenger-color-icon svg{
        width: 30px;
    }
    .telegram-color-icon svg{
        width: 45px;
    }
    .pm_block__soc_net__item a{
        width: 80%;
        margin: 12px auto 0 auto;
        font-size: 12px;
        padding: 3px 20px;
    }
    .pm_block__contact{
        width: 240px;
        margin-top: 15px;
        margin-left: 10px;
    }
    .pm_block__contact__title{
        font-size: 16px;
    }
    .pm_block__contact__descr{
        margin-top: 20px;
        font-size: 14px;
    }    
}
@media (max-width: 1098px){
    .pm_block{
        /*margin-top: 20px;*/
        margin-bottom: -15px;
    }
    .pm_block__image{
        max-width: 205px;
    }
    .pm_block__descr{
        width: 200px;
        margin-top: 15px;
    }
    .pm_block__descr__title{
        font-size: 14px;
    }
    .pm_block__descr__text{
        margin-top: 20px;
        font-size: 13px;
    }
    .pm_block__descr__name{
        font-size: 14px;
        margin-top: 15px;
    }
    .pm_block__descr__role{
        font-size: 13px;
    }
    .pm_block__soc_net{
        width: 180px;
        height: 297px;
    }
    .pm_block__soc_net__item{
        width: 80%;
        margin-top: 10px;
    }
    .pm_block__soc_net__item:first-of-type{
        margin-top: 25px;
    }
    .pm_block__soc_net__item__icon{
        width: 35px;
        height: 35px;
    }
    .viber-color-icon svg{
        width: 16px;
    }
    .messenger-color-icon svg{
        width: 30px;
    }
    .telegram-color-icon svg{
        width: 45px;
    }
    .pm_block__soc_net__item a{
        width: 80%;
        margin: 12px auto 0 auto;
        font-size: 11px;
        padding: 2px 20px;
    }
    .pm_block__contact{
        width: 210px;
        margin-top: 15px;
        margin-left: 10px;
    }
    .pm_block__contact__title{
        font-size: 14px;
    }
    .pm_block__contact__descr{
        margin-top: 20px;
        font-size: 13px;
    }    
}
@media (max-width: 991px){
    .pm_block{
        /*margin-top: 20px;*/
        margin-bottom: -15px;
    }
    .pm_block__image{
        max-width: 180px;
    }
    .pm_block__descr{
        width: 160px;
        margin-top: 15px;
    }
    .pm_block__descr__title{
        font-size: 13px;
    }
    .pm_block__descr__text{
        margin-top: 20px;
        font-size: 12px;
    }
    .pm_block__descr__name{
        font-size: 13px;
        margin-top: 15px;
    }
    .pm_block__descr__role{
        font-size: 12px;
    }
    .pm_block__soc_net{
        width: 160px;
        height: 264px;
    }
    .pm_block__soc_net__item{
        width: 80%;
        margin-top: 10px;
    }
    .pm_block__soc_net__item:first-of-type{
        margin-top: 25px;
    }
    .pm_block__soc_net__item__icon{
        width: 30px;
        height: 30px;
    }
    .viber-color-icon svg{
        width: 14px;
    }
    .messenger-color-icon svg{
        width: 30px;
    }
    .telegram-color-icon svg{
        width: 45px;
    }
    .pm_block__soc_net__item a{
        width: 80%;
        margin: 7px auto 0 auto;
        font-size: 10px;
        padding: 2px 20px;
    }
    .pm_block__contact{
        width: 170px;
        margin-top: 15px;
        margin-left: 10px;
    }
    .pm_block__contact__title{
        font-size: 13px;
    }
    .pm_block__contact__descr{
        margin-top: 20px;
        font-size: 12px;
    }    
}
@media (max-width: 719px){
    .pm_block{
        /*margin-top: 20px;*/
        margin-bottom: -15px;
    }
    .pm_block__image{
        max-width: 35%;
    }
    .pm_block__descr{
        width: 50%;
        margin-top: 0;
    }
    .pm_block__descr__title{
        font-size: 15px;
    }
    .pm_block__descr__text{
        margin-top: 20px;
        font-size: 14px;
    }
    .pm_block__descr__name{
        font-size: 15px;
        margin-top: 15px;
    }
    .pm_block__descr__role{
        font-size: 14px;
    }
    .pm_block__soc_net{
        margin-top: 30px;
        width: 210px;
        height: 348px;
    }
    .pm_block__soc_net__item{
        width: 80%;
        margin-top: 10px;
    }
    .pm_block__soc_net__item:first-of-type{
        margin-top: 25px;
    }
    .pm_block__soc_net__item__icon{
        width: 35px;
        height: 35px;
    }
    .viber-color-icon svg{
        width: 14px;
    }
    .messenger-color-icon svg{
        width: 30px;
    }
    .telegram-color-icon svg{
        width: 45px;
    }
    .pm_block__soc_net__item a{
        width: 80%;
        margin: 7px auto 0 auto;
        font-size: 12px;
        padding: 5px 20px;
    }
    .pm_block__contact{
        width: 50%;
        margin-top: 30px;
        margin-left: 0;
    }
    .pm_block__contact__title{
        font-size: 15px;
    }
    .pm_block__contact__descr{
        margin-top: 20px;
        font-size: 14px;
    }    
}
@media (max-width: 500px){
    .pm_block{
        /*margin-top: 20px;*/
        margin-bottom: -15px;
    }
    .pm_block__image{
        max-width: 35%;
        margin: 0 auto 20px auto;
    }
    .pm_block__descr{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .pm_block__descr__title{
        font-size: 15px;
    }
    .pm_block__descr__text{
        margin-top: 20px;
        font-size: 14px;
    }
    .pm_block__descr__name{
        font-size: 15px;
        margin-top: 15px;
    }
    .pm_block__descr__role{
        font-size: 14px;
    }
    .pm_block__soc_net{
        margin: 30px auto 0 auto;
        width: 210px;
        height: 348px;
    }
    .pm_block__soc_net__item{
        width: 80%;
        margin-top: 10px;
    }
    .pm_block__soc_net__item:first-of-type{
        margin-top: 25px;
    }
    .pm_block__soc_net__item__icon{
        width: 35px;
        height: 35px;
    }
    .viber-color-icon svg{
        width: 14px;
    }
    .messenger-color-icon svg{
        width: 30px;
    }
    .telegram-color-icon svg{
        width: 45px;
    }
    .pm_block__soc_net__item a{
        width: 80%;
        margin: 7px auto 0 auto;
        font-size: 12px;
        padding: 5px 20px;
    }
    .pm_block__contact{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: 0;
    }
    .pm_block__contact__title{
        font-size: 15px;
    }
    .pm_block__contact__descr{
        margin-top: 20px;
        font-size: 14px;
    }    
}
/* Category pm */


/* Set page */
.set__banner{
    width: 100%;
    height: 470px;
    background-color: #47A7FF;
}
.set__banner-row{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 70px;
    align-items: flex-start;
}
.set__banner-block:first-of-type{
    max-width: 50%;
}
.set__banner-title{
    color: white;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-top: 50px;
}
.set__banner-price{
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
}
.set__banner-price span{
    font-size: 40px;
    margin-right: 10px;
}
.set__banner-percent{
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.set__banner-percent span{
    font-weight: 700;
    margin-right: 5px;
}
.set__banner-button{
    margin-top: 45px;
}
.set__button_buy{
    cursor: pointer;
    display: inline-block;
    background-color: #F25A5A;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.3s all;
}
.set__button_buy:hover{
    color: white;
    background-color: #b4232a;
}
.set__banner-block__image img{
    border-radius: 50%;
}

.set__table{
    width: 100%;
    margin-top: 30px;
}
.set__table-head{
    width: 100%;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 2px solid black;
}
.set__table-head__item{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.set__table-description_row{
    width: 66.5%;
    text-align: left;
}
.set__table-price_row{
    width: 11%;
    text-align: center;
}
.set__table-quantity_row{
    width: 13%;
    text-align: center;
}
.set__table-total_row{
    width: 9.5%;
    text-align: center;
}
.set__table-body__item__block.set__table-quantity_row{
    background-color: #F3F3F3;
}
.set__table-body__item__block.set__table-total_row{
    background-color: #F3F3F3;
}
.set__table-footer__item__block.set__table-total_row{
    text-align: left;
    width: 77.5%;
}
.set__table-footer__item__block.set__table-total_val_row{
    text-align: right;
    width: 22.5%;
}
.set__table-total__item__block.set__table-total_row{
    text-align: left;
    width: 77.5%;
}
.set__table-total__item__block.set__table-total_val_row{
    text-align: right;
    width: 22.5%;
}
.set__table-footer__item__block.set__table-total_val_row{
    background-color: #F3F3F3;
}

.set__table-body{
    width: 100%;
}
.set__table-body__item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    border-bottom: 1px solid black;
}
.set__table-body__item__block{
    height: 100%;
    display: flex;
    align-items: center;
}

.set__table-body__item__block__hidden_title{
    display: none;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.set__table-body__item__block__image{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.set__table-body__item__block__name{
    display: inline-block;
    color: black;
}
.set__table-body__item__block__price{
    width: 100%;
}
.set__table-body__item__block__quantity{
    width: 100%;
}
.set__table-body__item__block__total{
    width: 100%;
}

.set__table-footer{
    width: 100%;
    border-bottom: 1px solid black;
}
.set__table-footer__item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 42px;
}
.set__table-footer__item:first-of-type .set__table-footer__item__block{
    padding-top: 10px;
}
.set__table-footer__item:last-of-type .set__table-footer__item__block{
    padding-bottom: 10px;
}
.set__table-footer__item__block{
    display: flex;
    align-items: center;
}
.set__table-footer__item__block.set__table-total_row{
    font-size: 16px;
    font-weight: 500;
}
.set__table-footer__item__block.set__table-total_val_row{
    font-size: 16px;
    font-weight: 500;
    padding-right: 15px;
    justify-content: flex-end;
}
.set__table-footer__item__block.set__table-total_val_row .symbol-right{
    font-size: 1em;
}

.set__table-total{
    width: 100%;
    margin-top: 10px;
}
.set__table-total__item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
}
.set__table-total__item__block{
    display: flex;
    align-items: center;
}
.set__table-total__item__block.set__table-total_row{
    font-size: 18px;
    font-weight: 700;
}
.set__table-total__item__block.set__table-total_val_row{
    font-size: 18px;
    font-weight: 700;
    padding-right: 15px;
    justify-content: flex-end;
}

.set__button{
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: flex-end;
}

@media (max-width: 1270px){
    .set__banner{
        height: 420px;
    }
    .set__banner-row{
        padding: 60px 60px;
    }
    .set__banner-title{
        font-size: 36px;
        margin-top: 45px;
    }
    .set__banner-price{
        font-size: 18px;
        margin-top: 25px;
    }
    .set__banner-price span{
        font-size: 36px;
        margin-right: 6px;
    }
    .set__banner-percent{
        font-size: 16px;
    }
    .set__banner-percent span{
        margin-right: 5px;
    }
    .set__banner-button{
        margin-top: 40px;
    }
    .set__button_buy{
        font-size: 13px;
        padding: 9px 22px;
    }
    .set__banner-block__image{
        width: 300px;
    }
    .set__banner-block:first-of-type{
        max-width: 55%;
    }

    .set__table{
        margin-top: 30px;
    }
    .set__table-head{
        height: 40px;
        border-bottom: 2px solid black;
    }
    .set__table-head__item{
        font-size: 16px;
    }

    .set__table-description_row{
        width: 66.5%;
        text-align: left;
    }
    .set__table-price_row{
        width: 11%;
        text-align: center;
    }
    .set__table-quantity_row{
        width: 13%;
        text-align: center;
    }
    .set__table-total_row{
        width: 9.5%;
        text-align: center;
    }
    .set__table-footer__item__block.set__table-total_row{
        text-align: left;
        width: 77.5%;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        text-align: right;
        width: 22.5%;
    }
    .set__table-total__item__block.set__table-total_row{
        text-align: left;
        width: 77.5%;
    }
    .set__table-total__item__block.set__table-total_val_row{
        text-align: right;
        width: 22.5%;
    }

    .set__table-body__item{
        height: 80px;
        border-bottom: 1px solid black;
    }

    .set__table-body__item__block{
        font-size: 12px;
    }
    .set__table-body__item__block__image{
        margin-right: 15px;
        width: 60px;
    }

    .set__table-footer{
        border-bottom: 1px solid black;
    }
    .set__table-footer__item{
        height: 40px;
    }
    .set__table-footer__item:first-of-type .set__table-footer__item__block{
        padding-top: 10px;
    }
    .set__table-footer__item:last-of-type .set__table-footer__item__block{
        padding-bottom: 10px;
    }
    .set__table-footer__item__block.set__table-total_row{
        font-size: 14px;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        font-size: 14px;
        padding-right: 12px;
    }

    .set__table-total{
        margin-top: 6px;
    }
    .set__table-total__item{
        height: 45px;
    }
    .set__table-total__item__block.set__table-total_row{
        font-size: 16px;
    }
    .set__table-total__item__block.set__table-total_val_row{
        font-size: 16px;
        padding-right: 12px;
    }

    .set__button{
        margin-top: 20px;
    }
}
@media (max-width: 1098px){
    .set__banner{
        height: 360px;
    }
    .set__banner-row{
        padding: 40px 40px;
    }
    .set__banner-title{
        font-size: 32px;
        margin-top: 40px;
    }
    .set__banner-price{
        font-size: 15px;
        margin-top: 25px;
    }
    .set__banner-price span{
        font-size: 32px;
        margin-right: 3px;
    }
    .set__banner-percent{
        font-size: 13px;
    }
    .set__banner-percent span{
        margin-right: 3px;
    }
    .set__banner-button{
        margin-top: 30px;
    }
    .set__button_buy{
        font-size: 11px;
        padding: 8px 20px;
    }
    .set__banner-block__image{
        width: 280px;
    }

    .set__table{
        margin-top: 30px;
    }
    .set__table-head{
        height: 35px;
        border-bottom: 2px solid black;
    }
    .set__table-head__item{
        font-size: 14px;
    }

    .set__table-description_row{
        width: 66.5%;
        text-align: left;
    }
    .set__table-price_row{
        width: 11%;
        text-align: center;
    }
    .set__table-quantity_row{
        width: 13%;
        text-align: center;
    }
    .set__table-total_row{
        width: 9.5%;
        text-align: center;
    }

    .set__table-footer__item__block.set__table-total_row{
        text-align: left;
        width: 77.5%;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        text-align: right;
        width: 22.5%;
    }
    .set__table-total__item__block.set__table-total_row{
        text-align: left;
        width: 77.5%;
    }
    .set__table-total__item__block.set__table-total_val_row{
        text-align: right;
        width: 22.5%;
    }

    .set__table-body__item{
        height: 70px;
        border-bottom: 1px solid black;
    }

    .set__table-body__item__block{
        font-size: 11px;
    }
    .set__table-body__item__block__image{
        margin-right: 10px;
        width: 55px;
    }

    .set__table-footer{
        border-bottom: 1px solid black;
    }
    .set__table-footer__item{
        height: 40px;
    }
    .set__table-footer__item:first-of-type .set__table-footer__item__block{
        padding-top: 6px;
    }
    .set__table-footer__item:last-of-type .set__table-footer__item__block{
        padding-bottom: 6px;
    }
    .set__table-footer__item__block.set__table-total_row{
        font-size: 13px;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        font-size: 13px;
        padding-right: 10px;
    }

    .set__table-total{
        margin-top: 6px;
    }
    .set__table-total__item{
        height: 40px;
    }
    .set__table-total__item__block.set__table-total_row{
        font-size: 15px;
    }
    .set__table-total__item__block.set__table-total_val_row{
        font-size: 15px;
        padding-right: 10px;
    }

    .set__button{
        margin-top: 20px;
    }
}
@media (max-width: 991px){
    .set__banner{
        height: unset;
    }
    .set__banner-row{
        padding: 30px 30px;
        justify-content: center;
    }
    .set__banner-block{
        text-align: center;
    }
    .set__banner-title{
        font-size: 28px;
        margin-top: 0px;
    }
    .set__banner-price{
        font-size: 15px;
        margin-top: 20px;
    }
    .set__banner-price span{
        font-size: 28px;
        margin-right: 3px;
    }
    .set__banner-percent{
        font-size: 13px;
    }
    .set__banner-percent span{
        margin-right: 3px;
    }
    .set__banner-button{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .set__button_buy{
        font-size: 11px;
        padding: 8px 20px;
    }
    .set__banner-block__image{
        width: 230px;
    }
    .set__banner-block:first-of-type{
        max-width: unset;
    }

    .set__table{
        margin-top: 30px;
    }
    .set__table-head{
        height: 35px;
        border-bottom: 2px solid black;
    }
    .set__table-head__item{
        font-size: 14px;
    }

    .set__table-description_row{
        width: 66.5%;
        text-align: left;
    }
    .set__table-price_row{
        width: 11%;
        text-align: center;
    }
    .set__table-quantity_row{
        width: 13%;
        text-align: center;
    }
    .set__table-total_row{
        width: 9.5%;
        text-align: center;
    }

    .set__table-footer__item__block.set__table-total_row{
        text-align: left;
        width: 77.5%;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        text-align: right;
        width: 22.5%;
    }
    .set__table-total__item__block.set__table-total_row{
        text-align: left;
        width: 77.5%;
    }
    .set__table-total__item__block.set__table-total_val_row{
        text-align: right;
        width: 22.5%;
    }

    .set__table-body__item{
        height: 70px;
        border-bottom: 1px solid black;
    }

    .set__table-body__item__block{
        font-size: 11px;
    }
    .set__table-body__item__block__image{
        margin-right: 10px;
        width: 55px;
    }

    .set__table-footer{
        border-bottom: 1px solid black;
    }
    .set__table-footer__item{
        height: 40px;
    }
    .set__table-footer__item:first-of-type .set__table-footer__item__block{
        padding-top: 6px;
    }
    .set__table-footer__item:last-of-type .set__table-footer__item__block{
        padding-bottom: 6px;
    }
    .set__table-footer__item__block.set__table-total_row{
        font-size: 13px;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        font-size: 13px;
        padding-right: 10px;
    }

    .set__table-total{
        margin-top: 6px;
    }
    .set__table-total__item{
        height: 40px;
    }
    .set__table-total__item__block.set__table-total_row{
        font-size: 15px;
    }
    .set__table-total__item__block.set__table-total_val_row{
        font-size: 15px;
        padding-right: 10px;
    }

    .set__button{
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .set__banner{
        height: unset;
    }
    .set__banner-row{
        padding: 30px 30px;
        justify-content: center;
    }
    .set__banner-block{
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .set__banner-title{
        font-size: 28px;
        margin-top: 0px;
        width: 100%;
    }
    .set__banner-price{
        font-size: 15px;
        margin-top: 10px;
        width: 100%;
    }
    .set__banner-price span{
        font-size: 28px;
        margin-right: 3px;
    }
    .set__banner-percent{
        font-size: 13px;
        width: 100%;
    }
    .set__banner-percent span{
        margin-right: 3px;
    }
    .set__banner-button{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .set__button_buy{
        font-size: 11px;
        padding: 8px 20px;
    }
    .set__banner-block__image{
        width: 230px;
    }

    .set__table{
        overflow-x: scroll;
        margin-top: 30px;
    }
    .set__table-head{
        width: 600px;
    }
    .set__table-body{
        width: 600px;
    }
    .set__table-footer{
        width: 600px;
    }
    .set__table-total{
        width: 600px;
    }
}
/*@media (max-width: 768px){
    .set__banner{
        height: unset;
    }
    .set__banner-row{
        padding: 30px 30px;
        justify-content: center;
    }
    .set__banner-block{
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .set__banner-title{
        font-size: 28px;
        margin-top: 0px;
        width: 100%;
    }
    .set__banner-price{
        font-size: 15px;
        margin-top: 10px;
        width: 100%;
    }
    .set__banner-price span{
        font-size: 28px;
        margin-right: 3px;
    }
    .set__banner-percent{
        font-size: 13px;
        width: 100%;
    }
    .set__banner-percent span{
        margin-right: 3px;
    }
    .set__banner-button{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .set__button_buy{
        font-size: 11px;
        padding: 8px 20px;
    }
    .set__banner-block__image{
        width: 230px;
    }

    .set__table{
        margin-top: 30px;
    }
    .set__table-head{
        display: none;
    }

    .set__table-description_row{
        width: 100%;
        text-align: center;
    }
    .set__table-price_row{
        width: 100%;
    }
    .set__table-quantity_row{
        width: 100%;
    }
    .set__table-total_row{
        width: 100%;
        text-align: center;
    }

    .set__table-body__item__block__name{
        width: 100%;
    }

    .set__table-footer__item__block.set__table-total_row{
        text-align: center;
        width: 100%;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        text-align: center;
        width: 100%;
    }
    .set__table-total__item__block.set__table-total_row{
        text-align: center;
        width: 100%;
    }
    .set__table-total__item__block.set__table-total_val_row{
        text-align: center;
        width: 100%;
    }

    .set__table-body__item{
        height: unset;
        border-bottom: 1px solid black;
    }

    .set__table-body__item__block{
        flex-wrap: wrap;
        font-size: 13px;
        padding: 8px 0;
    }

    .set__table-body__item__block__hidden_title{
        display: block;
        font-size: 16px;
        padding: 10px 0;
    }

    .set__table-body__item__block__image{
        margin: 10px auto 10px auto;
        width: 70px;
    }

    .set__table-body__item__block__total{
        padding: 10px 0;
    }

    .set__table-footer{
        border-bottom: 1px solid black;
    }
    .set__table-footer__item{
        height: unset;
        margin: 0;
    }
    .set__table-footer__item:first-of-type .set__table-footer__item__block{
        padding: 10px 0;
        margin: 0;
    }
    .set__table-footer__item:last-of-type .set__table-footer__item__block{
        padding: 10px 0;
        margin: 0;
    }
    .set__table-footer__item__block.set__table-total_row{
        display: flex;
        justify-content: center;
        font-size: 16px;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        display: flex;
        justify-content: center;
        font-size: 14px;
        padding-right: 0px;
    }

    .set__table-total{
        margin-top: 6px;
    }
    .set__table-total__item{
        height: unset;
    }
    .set__table-total__item__block.set__table-total_row{
        display: flex;
        justify-content: center;
        font-size: 15px;
    }
    .set__table-total__item__block.set__table-total_val_row{
        display: flex;
        justify-content: center;
        font-size: 15px;
        padding-right: 0px;
    }

    .set__table-total__item__block {
        padding: 4px 0;
    }

    .set__button{
        justify-content: center;
        margin-top: 20px;
    }
}
@media (max-width: 479px){
    .set__banner{
        height: unset;
    }
    .set__banner-row{
        padding: 30px 30px;
        justify-content: center;
    }
    .set__banner-block{
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .set__banner-title{
        font-size: 20px;
        margin-top: 0px;
        width: 100%;
    }
    .set__banner-price{
        font-size: 13px;
        margin-top: 10px;
        width: 100%;
    }
    .set__banner-price span{
        font-size: 20px;
        margin-right: 3px;
    }
    .set__banner-percent{
        font-size: 12px;
        width: 100%;
    }
    .set__banner-percent span{
        margin-right: 3px;
    }
    .set__banner-button{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .set__button_buy{
        font-size: 11px;
        padding: 8px 20px;
    }
    .set__banner-block__image{
        width: 200px;
    }

    .set__table{
        margin-top: 30px;
    }
    .set__table-head{
        display: none;
    }

    .set__table-description_row{
        width: 100%;
        text-align: center;
    }
    .set__table-price_row{
        width: 100%;
    }
    .set__table-quantity_row{
        width: 100%;
    }
    .set__table-total_row{
        width: 100%;
        text-align: center;
    }

    .set__table-body__item__block__name{
        width: 100%;
    }

    .set__table-footer__item__block.set__table-total_row{
        text-align: center;
        width: 100%;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        text-align: center;
        width: 100%;
    }
    .set__table-total__item__block.set__table-total_row{
        text-align: center;
        width: 100%;
    }
    .set__table-total__item__block.set__table-total_val_row{
        text-align: center;
        width: 100%;
    }

    .set__table-body__item{
        height: unset;
        border-bottom: 1px solid black;
    }

    .set__table-body__item__block{
        flex-wrap: wrap;
        font-size: 11px;
        padding: 8px 0;
    }

    .set__table-body__item__block__hidden_title{
        display: block;
        font-size: 14px;
        padding: 10px 0;
    }

    .set__table-body__item__block__image{
        margin: 10px auto 10px auto;
        width: 70px;
    }

    .set__table-body__item__block__total{
        padding: 10px 0;
    }

    .set__table-footer{
        border-bottom: 1px solid black;
    }
    .set__table-footer__item{
        height: unset;
        margin: 0;
    }
    .set__table-footer__item:first-of-type .set__table-footer__item__block{
        padding: 10px 0;
        margin: 0;
    }
    .set__table-footer__item:last-of-type .set__table-footer__item__block{
        padding: 10px 0;
        margin: 0;
    }
    .set__table-footer__item__block.set__table-total_row{
        display: flex;
        justify-content: center;
        font-size: 15px;
    }
    .set__table-footer__item__block.set__table-total_val_row{
        display: flex;
        justify-content: center;
        font-size: 13px;
        padding-right: 0px;
    }

    .set__table-total{
        margin-top: 6px;
    }
    .set__table-total__item{
        height: unset;
    }
    .set__table-total__item__block.set__table-total_row{
        display: flex;
        justify-content: center;
        font-size: 15px;
    }
    .set__table-total__item__block.set__table-total_val_row{
        display: flex;
        justify-content: center;
        font-size: 15px;
        padding-right: 0px;
    }

    .set__table-total__item__block {
        padding: 4px 0;
    }

    .set__button{
        justify-content: center;
        margin-top: 20px;
    }
}*/
/* Set page */

/* Callback popup */
.popup#callback h3{
    color: black;
    font-size: 30px;
    text-align: left;
    margin-bottom: 0;
}
.popup#callback .callback_subtitle{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 0px 20px 10px 20px;
}
.mfp-container .mfp-content .callback_form #callback input{
    border-color: black!important;
}
.mfp-container .mfp-content .callback_form #callback textarea{
    border-color: black;
    resize: none;
}
.popup#callback #call_back{
    font-size: 13px!important;
    margin-left: 15px;
    text-transform: unset;
}
.popup#callback .callback__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup#callback .callback__row ul{
    margin-right: 15px;
    margin-bottom: 0;
}
.mfp-container .mfp-content .callback_manager{
    border: none;
    min-height: 450px;
    background-color: #EFF8FF;
    padding: 20px 20px;
    max-width: 540px;
}
.mfp-container .mfp-content .callback_manager .callback_manager_title{
    text-transform: unset;
    padding: 10px 0 10px 10px;
    font-weight: 500!important;
    font-size: 20px;
}
.mfp-container .mfp-content .callback_manager ul li i{
    font-size: 18px;
    background-color: white;
    color: #34B822;
    margin-right: 10px;
    padding-right: 0px;
}
.mfp-container .mfp-content .callback_manager ul li{
    font-weight: 400;
}
.manager_img_wrapper{
    width: 178px;
    height: 178px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
}
.manager_img_wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.mfp-container .mfp-content .manager_img{
    float: none;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 95px;
}
.mfp-container .mfp-content .manager_img img{
    max-height: 180px;
}
.mfp-container .mfp-content .manager_img .manager_img_title{
    position: static;
    margin-bottom: 5px;
    margin-right: 25px;
}
.mfp-container .mfp-content .manager_img .manager_img_title p{
    font-size:16px;
}
.mfp-container .mfp-content .manager_img .manager_img_title p+p{
    font-size:16px;
    font-weight: 700;
}

@media (max-width: 1024px){
    .mfp-container .mfp-content .manager_img{
        margin-top: 50px;
    }
    .mfp-container .mfp-content .callback_manager{
        min-height: 400px;
    }
}

@media (max-width: 600px){
    .mfp-container .mfp-content .manager_img{
        margin-top: 50px;
    }
    .mfp-container .mfp-content .callback_manager{
        max-width: 450px;
        min-height: 330px;
    }
    .manager_img_wrapper{
        width: 140px;
        height: 140px;
    }
    .mfp-container .mfp-content .manager_img .manager_img_title p{
        font-size: 14px;
    }
    .mfp-container .mfp-content .manager_img .manager_img_title p+p{
        font-size: 14px;
    }
}

@media (max-width: 480px){
    .mfp-container .mfp-content .manager_img{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mfp-container .mfp-content .callback_manager{
        max-width: 80%;
        min-height: unset;
    }
    .manager_img_wrapper{
        width: 140px;
        height: 140px;
    }
    .popup#callback .callback__row{
        justify-content: center;
        flex-wrap: wrap;
    }
    .popup#callback #call_back{
        margin: 0;
    }
    .popup#callback .callback__row ul{
        padding: 0;
    }
    .mfp-container .mfp-content .manager_img .manager_img_title{
        margin: 10px 0 0 0;
    }
    .mfp-container .mfp-content .manager_img .manager_img_title p{
        font-size: 14px;
    }
    .mfp-container .mfp-content .manager_img .manager_img_title p+p{
        font-size: 14px;
    }
}
/* Callback popup */

/* New popups */
body .mfp-wrap.open-form-popup.business_form_wrapper, body .mfp-wrap.open-form-popup.opt_offer_form_wrapper, body .mfp-wrap.open-form-popup.success_form_wrapper, body .mfp-wrap.open-form-popup.assortment_form_wrapper, body .mfp-wrap.open-form-popup.offer_form_wrapper{
    max-width: 535px;
    left: calc(50% - 267.5px);
}
.small_form.popup{
    margin: 0 auto;
    padding: 40px 40px;
}
.small_form h3{
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    padding-top: 0;
}
.small_form__subtitle{
    text-align: center;
    font-size: 14px;
}
.small_form__soc_net{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.small_form__soc_net ul{
    padding: 0;
}
.small_form input{
    /*border-color: black!important;*/
    text-align: center;
    font-size: 15px;
}
.small_form button{
    width: 100%;
    text-transform: unset;
    font-size: 14px!important;
    padding: 15px 0;
}

@media (max-width: 599px){
    body .mfp-wrap.open-form-popup.business_form_wrapper, body .mfp-wrap.open-form-popup.opt_offer_form_wrapper, body .mfp-wrap.open-form-popup.success_form_wrapper, body .mfp-wrap.open-form-popup.assortment_form_wrapper, body .mfp-wrap.open-form-popup.offer_form_wrapper{
        max-width: 400px;
        left: calc(50% - 200px);
    }
    .small_form.popup{
        padding: 25px 25px;
    }
    .small_form h3{
        font-size: 22px;
    }
    .small_form__subtitle{
        font-size: 12px;
    }
    .small_form__soc_net{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .small_form input{
        font-size: 13px;
    }
    .small_form button{
        font-size: 13px!important;
        padding: 12px 0;
    }
}
@media (max-width: 400px){
    body .mfp-wrap.open-form-popup.business_form_wrapper, body .mfp-wrap.open-form-popup.opt_offer_form_wrapper, body .mfp-wrap.open-form-popup.success_form_wrapper, body .mfp-wrap.open-form-popup.assortment_form_wrapper, body .mfp-wrap.open-form-popup.offer_form_wrapper{
        max-width: 300px;
        left: calc(50% - 150px);
    }
    .small_form.popup{
        padding: 20px 20px;
    }
    .small_form h3{
        font-size: 18px;
    }
    .small_form__subtitle{
        font-size: 11px;
    }
    .small_form__soc_net{
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .small_form input{
        font-size: 12px;
        height: 35px;
    }
    .small_form button{
        font-size: 12px!important;
        padding: 10px 0;
    }
}

body .mfp-wrap.open-form-popup.opt_request_form_wrapper .border, body .mfp-wrap.open-form-popup.partnership_form_wrapper .border, body .mfp-wrap.open-form-popup.start_set_form_wrapper .border, body .mfp-wrap.open-form-popup.xml_form_wrapper .border{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_with_banner_banner{
    background-color: white;
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_with_banner_banner__image{
    display: flex;
    margin-top: 50px;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.form_with_banner_banner__image img{
    max-width: 100%;
    max-height: 100%;
}
.form_with_banner_banner__message{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.form_with_banner_banner__message div{
    width: 270px;
    margin-top: 40px;
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.form_with_banner_form{
    margin: 0;
    height: 100%;
    width: 50%;
}
.form_with_banner_form form{
    background-color: #EFF8FF!important;
    margin: 0;
}
.form_with_banner_form h3{
    color: black;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
}
body .mfp-wrap.open-form-popup.partnership_form_wrapper .form_with_banner_form h3{
    font-size: 23px;
}
.form_with_banner_form input{
    margin-bottom: 35px;
}
.form_with_banner_form button{
    margin: 0!important;
    font-size: 15px!important;
    text-transform: unset;
}
.form_with_banner__button_wrapper{
    display: flex;
    justify-content: flex-end;
}
.form_with_banner_form .result-text{
    padding: 40px 0;
}
@media (max-width: 1000px){
    body .mfp-wrap.open-form-popup.opt_request_form_wrapper, body .mfp-wrap.open-form-popup.partnership_form_wrapper, body .mfp-wrap.open-form-popup.start_set_form_wrapper, body .mfp-wrap.open-form-popup.xml_form_wrapper{
        width: 500px;
        left: calc(50% - 250px);
    }
    .form_with_banner_banner{
        width: 100%;
        padding: 20px;
    }
    .form_with_banner_banner__image{
        margin-top: 0px;
        width: 150px;
        height: 150px;
    }
    .form_with_banner_banner__message{
        height: unset;
    }
    .form_with_banner_banner__message div{
        width: 240px;
        margin-top: 0px;
        border-radius: 25px;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 18px;
    }
    .form_with_banner_form{
        width: 100%;
    }
    .form_with_banner_form form{
        padding: 15px 15px;
    }
    .form_with_banner_form h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .form_with_banner_form input{
        margin-bottom: 20px;
    }
    .form_with_banner_form button{
        font-size: 13px!important;
    }
    .form_with_banner_form .result-text{
        padding: 20px 0;
    }
}
@media (max-width: 700px){
    .hovered_attrs{
        display: none;
    }
}
.mobile_extra_buy{
    display: none;
}
@media(max-width: 768px){
    #buy_one_click{
        flex-direction: row;
    }
}
@media(max-width: 400px){
    #buy_one_click{
        flex-direction: column;
    }
}
@media(max-width: 1270px){
    .product__buy_opt_button__wrapper.mobile_display{
        display: block!important;
    }
    .product__buy_opt_button__wrapper.mobile_display_none{
        display: none!important;
    }
}
@media (max-width: 700px) and (min-width: 480px){
    .product-add .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .product-add .row .image{
        width: 15%;
    }
    .product-add .row .attr-col{
        width: 24%;
        text-align: center;
        margin: 0 5px;
    }
    .attrs{
        padding: 0;
    }
    .product-add .row .attr-col .attrs > table td{
        font-size: 10px!important;
    }
    .product-add .row .rig{
        width: 22%;
        justify-content: center;
        padding: 0;
    }
    .product-add .row .rig .product__buttons__wrapper ul{
        display: none;
    }
    .product-add .row .rig button{
        padding: 8px;
    }
    .product-list .name-actions > .price{
        font-size: 16px!important;
    }
    .product-add .row .rig .packs{
        font-size: 10px;
        height: 30px!important;
        padding: 2px 5px;
    }
    .selectProduct>i{
        top: 9px;
    }
    .mobile_button__open_spec{
        display: none;
        padding: 0;
    }
    .product-add .row .spec.active{
        width: 28%;
    }
    .product-add .row .spec > div{
        font-size: 11px;
    }
    .special-table tbody tr td{
        font-size: 11px;
    }
    .mobile_extra_buy{
        display: block;
        width: 100%;
        padding: 0;
    }
    .mobile_extra_buy li{
        max-width: 100%!important;
    }
    .mobile_extra_buy .category-add{
        font-size: 12px!important;
        padding: 4px 18px!important;
    }
}
@media (max-width: 500px){
    body .mfp-wrap.open-form-popup.opt_request_form_wrapper, body .mfp-wrap.open-form-popup.partnership_form_wrapper, body .mfp-wrap.open-form-popup.start_set_form_wrapper, body .mfp-wrap.open-form-popup.xml_form_wrapper{
        width: 300px;
        left: calc(50% - 150px);
    }
    .form_with_banner_banner{
        width: 100%;
        padding: 10px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .form_with_banner_banner__image{
        margin-top: 10px;
        width: 100px;
        height: 100px;
    }
    .form_with_banner_banner__message{
        height: unset;
    }
    .form_with_banner_banner__message div{
        width: 180px;
        margin-top: 0px;
        border-radius: 20px;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 14px;
    }
    .form_with_banner_form{
        width: 100%;
    }
    .form_with_banner_form form{
        padding: 15px 15px;
    }
    .form_with_banner_form h3{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .form_with_banner_form input{
        height: 35px;
        margin-bottom: 10px;
    }
    .form_with_banner__button_wrapper{
        justify-content: center;
    }
    .form_with_banner_form button{
        font-size: 12px!important;
        width: 100%;
    }
    .form_with_banner_form .result-text{
        padding: 15px 0;
        font-size: 20px;
    }
}
/* New popups */

/* New Header */
.big_header #top #slider{
    display: none;
}
.button-menu-for-mobile{
    display: none;
}
@media (max-width: 768px) and (min-width: 601px) {
    .search_for_copy .row.slideshow-modules > .col-md-3{
        min-height: 0;
    }
    .responsive .top-bar{
        padding-bottom: 0;
    }
    .top-bar .menu{
        padding: 5px 0 5px;
    }
    .responsive #top #header-left{
        display: none;
    }
    .responsive .header-type-3 #top #header-right{
        display: none!important;
    }
    .mega-menu-modules>div.col-md-2{
        display: none!important;
    }
    .top-bar .menu.left{
        float: left;
    }
    .top-bar .menu.lk{
        float: right;
    }

    .market_phone_head ul li{
        width: 22%;
    }
    .market_phone_head ul li img{
        width: 18px;
    }
    .market_phone_head ul li a{
        font-size: 12px;
    }
    .header_soc_net_buttons{
        margin: 3px 4px;
    }
    .li_header_soc_net{
        width: unset!important;
    }


    .big_header #top #slider{
        display: block;
    }

    .header-type-13 #top .pattern>.container{
        padding-bottom: 0;
    }
    .header-type-3 #header-center{
        padding-top: 0;
    }
    .header-type-3 #top .search_form{
        margin: 11px 0px 10px 0px!important;
        font-size: 13px;
        display: block!important;
        width: 100%!important;
        height: 50px!important;
        padding: 0!important;
        background-color: white;
        border: none;
        border-radius: 0;
    }
    .header-type-3 #top .search_form:hover{
        background-color: white;
        border: none;
    }

    .responsive .vertical .megamenuToogle-wrapper .container:before{
        display: none!important;
    }
    .responsive #main .vertical .megamenuToogle-wrapper .container{
        background: none;
        display: none;
    }

    .header-type-13 .overflow-input{
        padding-left: 50px;
    }

    .button-menu-for-mobile{
        display: block;
        width: 50px;
        height: 50px;
        background: #2b7dd0;
        color: #fff;
        top: 0;
        left: 0 !important;
        text-align: center;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        padding: 16px 0px 0px 0px;

        font-family: FontAwesome;
        position: absolute;
        cursor: pointer;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .button-menu-for-mobile::after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #3399FF;
        right: -10px;
        width: 10px;
    }

    .button-menu-for-mobile:before {
        content: "\f0c9";
    }

    .button-menu-for-mobile.active:before {
        content: "+";
        display: block;
        font-size: 40px;
        transform: rotate(45deg);
    }
}
@media (max-width: 768px){
    .responsive .body-other .standard-body .full-width .product-info{
        padding-bottom: 50px;
    }
}
/* New Header */