/*==========  Desktop First Method  ==========*/

.content_bs3 .preview-container .control-row.control-row {
    top: 45px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .main_nav ul > li a {
        font-size: 12px;
    }

    .a__submit {
        width: 100%;
    }

    .propsWidgetBlock.propsCropProp {
        width: 100%;
    }

    .propsWidgetBlock .select2-container--default {
        width: 100%;
    }

    .propsWidgetBlock.propsFormatProp {
        width: 100%;
    }

    .propsWidgetBlock.propsPaperProp {
        width: 100%;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


    h1,
    .title {
        color: #292828;
        font-size: 26px;
        line-height: 30px;
    }

    .title {
        margin-bottom: 20px;
    }

    /*.container-fluid {
        width: 100%;
    }*/

    .payments ul {
        text-align: center;

    }
    .payments ul li {
        margin: 0 2%;
    }

    .main_nav ul > li a  {
        font-size: 10px;
    }
    .drop__menu .menu__col a {
        font-size: 11px;
    }

    .drop__menu-title {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 14px;
    }

    .top_block_item{
        font-size: 11px;
    }

    .tovar__detail-price span {
        display: inline-block;
        font-size: 24px;
    }

    .tovar__detail-price .new__price:after {
        font-size: 22px;
    }

    .tovar__detail-price {
        line-height: 18px;
        margin-bottom: 15px;
        padding: 0 0 11px;
    }

    .slider__block p {
        max-width: none;
    }
    .slider__block li {
        text-align: center;
    }

    .tovar_detail select {
        margin-bottom: 20px;
    }

    .map__filter {
        left: auto;
        margin-left: 0;
    }


    .delivery_terminal .li__detail li {
        width: 50%;
    }

    h2, .h2-title {
        font-size: 24px;
    }

    .title_more_mb {
        font-size: 24px;
        /*margin-bottom: 0;*/
    }

    .txt__content .left__pic {
        margin: 0 auto;
        margin-bottom: 20px;
        float: none;
    }

    .grey__info {
        width: auto;
    }

    .calendar__list .shop_tabs .tab {
        margin-bottom: 20px;
    }

    .calendar__list .shop_tabs .empty {
        width: 183px;
    }

    .shop_item{
        margin: 24px 10px;
    }

    .desktop__cart{
        width: auto;
    }

    .desktop__login{
        width: auto;
    }

    .item_list.bottom_space {
        margin-bottom: 40px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    /*body {*/
    /*    margin-top: 50px;*/
    /*}*/

    .content_bs3 .preview-container .control-row.control-row {
        top: 45px;
    }

    .a__butt:hover,
    .a__butt:focus{
        background: #9d228a;
        color: #ffffff;
    }

    .header_products_count{
        position: absolute;
        top: 0px;
        left: 18px;
    }

    .shop_item {
        width: 100%;
        margin: 24px 0;
        padding: 25px 10px;
    }

    .shop_item .item_text {
        min-height: auto;
        height: 100px;
    }

    .service_list .img {
        margin-bottom: 30px;
    }
    .videos_list .img {
        margin-bottom: 30px;
    }

    .txt__tabs {
        padding: 10px 0;
    }

    .txt__content h5, h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 11px;
    }

    footer {
        text-align: center;
        padding: 0;
    }

    footer .contact_styles a {
        font-size: 24px;
    }

    .footer_contact p {
        padding: 0 30px;
    }

    .footer_contact {
        overflow: hidden;
        padding: 20px 0px 20px;
    }

    .technopolis-logo__desktop {
        display: none;
    }

    .technopolis-logo__mobile {
        display: block;
    }

    .slider__block p {
        max-width: none;
    }
    .slider__block li {
        text-align: center;
    }

    .open_menu_scroller{
        /*position: fixed;*/
        height: 100%;
    }

    .top_white_panel_dummy + .main_nav{
        position: fixed;
        height: 100%;
        overflow: auto;
    }

    .main_nav {
        top: 0;
        max-height: 100vh;
        overflow: auto;
        min-height: 100%;
        width: 90%;
        left: -100%;
        transition: left 0.5s ease-out;
        box-shadow: 0 0px 9px 0 rgba(0,1,1,0.59);
        background: #f2f2f2;
        z-index: 99;
    }
    .open_menu_scroller .main_nav {
        left: 0;
        max-height: 100vh;
        overflow: auto;
    }

    .main_nav .menu_list {
        display: block;
        margin-top: 20px;
    }
    .main_nav .mob_block {
        display: block;
        text-align: center;
        margin: 20px;
    }

    .open_menu_scroller .main_nav .mob_block {
        display: block;
    }

     .main_nav .mob_block a {
        color: #000;
        font-size: 14px;
        padding: 0 10px;
        text-decoration: underline;
    }
    .open_menu_scroller .main_nav .mob_block a + a {
        border-left: 1px solid #868686;
        padding-left: 12px;
    }
    .open_menu_scroller .main_nav .mob_block a + a.some_help{
        border-left: none;
    }

    .is_auth.some_help i{
        font-size: 19px;
        color: #989898;
        margin: 5px;
    }

    .open_menu_scroller .main_nav .mob_block a:hover {
        text-decoration: none;
    }

    .main_nav ul > li.has_child {
        position: relative;
    }
    .main_nav ul > li.has_child:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        font-weight: 900;
        top: 0;
        right: 15px;
        position: absolute;
        color: #9b208a;
        font-size: 24px;
    }
    .main_nav ul > li.has_child.drop__menu_profile:after{
        color: #FFF;
    }
    .main_nav ul > li.drop__menu_profile{
        background: #9b208a;
    }
    .main_nav ul > li.drop__menu_profile a{
        color: white;
    }
    .main_nav ul > li.drop__menu_profile.hover a {
        color: #fff;
    }

    /*.main_nav ul > li:hover.has_child:after ,*/
    .main_nav ul > li.hover.has_child:after {
        content: "\f077";
    }

    .main_nav ul > li {
        display: block;
        width: 100%;
        /*border-radius: none;*/
        margin: 2px auto;
        background-color: white;
    }


    .main_nav ul > li a {
        font-size: 20px;
        color: #525252;
        text-transform: none;
        font-weight: normal;
        padding: 0px 10px 0px 12px;
        margin: 0;
    }

    .main_nav ul > li.hover > a {
        color: #9b208a;
        background-color: initial;
        background-color: transparent;
    }

    .drop__menu .menu__col ul > li {
        line-height: normal;
        display: block;
        text-transform: none;
        margin: 0;
        width: auto;
    }

    .drop__menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        background: inherit;
    }

    .main_nav ul > li.hover > .drop__menu{
        display: block;
        height: auto;
        padding: 0;
    }

    .drop__menu-title {
        margin: 10px 0;
        font-size: 20px;
        line-height: 14px;
        text-transform: none;
        color: #000;
    }

    .menu__col ul{
        padding: 0;
    }
    .drop__menu .drop__menu-title{
        font-weight: lighter;
        text-transform: uppercase;
        color: #9b208a;
    }

    .drop__menu .menu__col {
        display: block;
        width: 100%;
        padding: 0px 25px 10px;
    }

    .drop__menu .menu__col + .menu__col {
        border: 0;
    }

    .drop__menu .menu__col a {
        font-size: 14px;
        margin: 0 0 5px 0;
        color: #000;
        display: inline-block;
        text-decoration: underline;
        text-decoration-style: dashed;
    }
    .drop__menu .menu__col.order_mobile_menu a {
        text-decoration: none;
    }

    .drop__menu .menu__col.order_mobile_menu .morder-ico{
        vertical-align: middle;
        padding-right: 10px;
    }

    .drop__menu .menu__col.order_mobile_menu .name{
        vertical-align: middle;
        font-size: 14px;
    }

    .drop__menu.desktop_menu .menu__col ul li:hover a,
    .drop__menu .menu__col ul li.hover a {

    }

    .page-header {
        /*padding-top: 98px;*/
        padding-top: 50px;
    }

    .top_white_panel {
        /*height: auto;*/
        height: 50px;
        line-height: 50px;
    }

    .menu__trigger {
        vertical-align: middle;
    }

    .top_block {
        padding: 0 35px;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
    }

    .top_logo {
        height: auto;
        vertical-align: middle;
        width: 45%;
        margin: 0;
        max-width: 240px;
        min-width: 150px;
        max-height: 96px;
        text-align: center;
    }

    .top_logo img {
        max-width: 100%;
        height: auto;
        max-height: 35px;
    }

    .top_block_item{
        padding: 0;
    }
    .top_block_ico{
        font-size: 30px;
        width: 35px;
        height: 40px;
        line-height: 40px;
        margin-right: 7px;
    }


    .top_basket .top_block_ico,
    .top_basket .text{
        font-size:29px;
    }

    .tovar_detail .prices-list-block{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .tovar_detail .prices-list{
        font-size: 14px;
    }

    .tovar_detail {
        padding-top: 0 !important;
    }

    .tovar_detail .title {
        font-size: 20px;
    }

    .tovar__detail-price span {
        font-size: 18px;
    }

    .tovar__detail-price .new__price:after {
        font-size: 19px;
    }

    .tovar_detail select {
        width: 100%;
        margin-bottom: 10px;
    }

    .a__submit {
        width: 100%;
    }

    .drop__block {
        background: #eaeaea;
        border-radius: 10px;
        padding: 10px;
    }

    .drop__block.expand {

    }
    .drop__block .h2-title:after {
        content: "";
        background: url("../images/template/menu__arrow.png") center 0 no-repeat;
        width: 50px;
        height: 21px;
        top: 20px;
        right: 20px;
        position: absolute;
    }

    .drop__block.expand .h2-title:after {
        background-position: center bottom;
    }

    .drop__block .h2-title {
        margin-bottom: 0;
        cursor: pointer;
    }

    .drop__block .drop__block-inner {
        display: none;
    }
    .drop__block.expand .drop__block-inner {
        display: block;
    }

    .drop__block.expand .h2-title {
        margin-bottom: 38px;
    }

    .specifications {
        margin-bottom: 40px;
        text-align: left;
    }
    .specifications li {
        font-size: 14px;
        padding: 5px 0 15px;
    }

    .specifications li span.right {
        text-align: left;
    }

    #technical .popup__inner {
        padding: 75px 0;
    }

    .table__title {
        font-size: 18px;
    }

    .text_center_mob p {
        text-align: center;
    }

    .edit__list .edit__list-item {
        width: 100%;
        /*text-align: center;*/
        margin-bottom: 25px;
        height: auto;
    }

    .edit__list-img {
        text-align: center;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;

    }

    .edit__list .editor_advantages {
        margin-top: 10px;
    }

    .edit__list .a__create {
        position: relative;
        margin-top: 20px;
        margin-left: 5%;
        width: 100%;
    }

    .edit__list-icon {
        right: 35%;
    }

    .shop_items_wrapper {
        text-align: center;
    }

    .white_info_block .title_more_mb {
        font-size: 24px;
        margin-bottom: 0;
    }

    .big_bg_block, .quality {
        text-align: center;
    }
    .quality .white_info_block,
    .big_bg_block .big_content {
        width: 90%;
        margin: 0 auto;
    }

    .big_bg_block .big_content h2, .quality h2{
        margin-bottom: 0;
        font-size: 28px;
    }

    .simple_info_block {
        text-align: left;
        padding-right: 180px;
    }

    .simple_info_block > div {
        margin-top: 20px;
    }

    .block_girl:before {
        background: url(../images/bg/img4_mobile.png) no-repeat 0 0;
        content: '';
        height: 239px;
        margin-right: 0px;
        margin-top: -115px;
        position: absolute;
        right: 17px;
        top: 50%;
        width: 237px;
        z-index: 1;
    }

    .block_iphone:after {
        background: url(../images/bg/phone_mobile.png) no-repeat 0 0;
        background-size: cover;
        content: '';
        height: 319px;
        margin-right: 0;
        margin-top: -155px;
        position: absolute;
        right: 5px;
        top: 50%;
        width: 176px;
    }

    .np-banner-slider .owl-buttons {
        display: none;
    }

    .np-banner-slider .owl-pagination {
        position: absolute;
        bottom: 10px;
        width: 100%;
        z-index: 1;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-page span{
        width: 15px;
        height: 15px;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-buttons div {
        top: -50px;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 40px;
        right: auto;
    }
    .np-banner-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: auto;
        left: 80px;
    }

    /* сбросим набор изменяемых свойств у вспомогательных классов*/
    .custom_slider_item .mobile-left,
    .custom_slider_item .mobile-center,
    .custom_slider_item .mobile-right{
        text-align: inherit;
        right: auto;
        left: auto;
        z-index: auto;
        margin: 0;
    }
    .custom_slider_item .mobile-left{
        left: 15px;
        z-index: 1;
    }
    .custom_slider_item .mobile-center{
        left: 5%;
        right: 5%;
        text-align: center;
        margin: auto;
        z-index: 3;
    }
    .custom_slider_item .mobile-right{
        right: 15px;
        z-index: 2;
    }
    .custom_slider_item .mobile-hidden{
        display: none !important;
    }

    .delivery_terminal .li__detail li {
        width: 33%;
    }

    .grey__info p {
        width: 100%;
    }

    .table .table__info > ul li {
        font-size: 18px;
    }

    .visible768 {
        display: block;
    }

    .hidden768 {
        display: none;
    }

    .bonus_basket{
        padding-bottom: 15px;
        border-bottom: 3px solid #eaeaea;
    }

    .bonus_basket .item_title{
        margin-bottom: 10px;
    }
    /*main page countdown*/
    .action-countdown .action-counter-holder {
        text-align: center;
    }
    .action-countdown .action-countdown-details{
        text-align: center;
    }

    .propsWidgetBlock .select2-container--default {
        width: 100% !important;
    }

    .bg_block .title_more_mb{
        margin-bottom: 10px;
    }
    .teaser-banner{
        max-width: 100%;
    }
    .dialog-popup-caption{
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
    }

    .product-block-calculator .block-calc-alternative-item {
        height: 180px;
    }

    .product-block-calculator .block-calc-footer .a__butt {
        min-width: 135px;
    }

    .product-block-calculator .block-calc-blank-item {
        width: 100%;
        text-align: center
    }
    .product-block-calculator .block-calc-products .select2-results__option {
        width: 50%;
    }



    .ph-lead-form-overlay{
        /*display: none !important;*/
    }

    .ph-lead-form-popup {
        width: 100%;
    }

    .load-photo-method{
        margin-bottom: 30px;
    }
    .load-photo-popup .load-type-text{
        margin: 15px 0 15px;
        min-height: auto;
    }

    .product-inline-calculator .inline-calculator-item {
        min-height: 0;
    }

    .product-inline-calculator  .inline-calculator-price {
        padding-top: 0;
    }

    .action-countdown-fit-dummy {
        display: none;
    }

    .action-countdown-fit-dummy + .top_white_panel {
        margin-top: 0;
    }

    .template-maket {
        min-height: 150px;
    }
    .tovar_detail .title{
        margin-bottom: 0;
    }
    .tovar__detail-price {
        border-bottom: none;
        margin-top: 15px;
    }

    .new__price {
        font-size: 24px;
    }
    .old__price {
        font-size: 14px;
    }

    .bonus_block {
        float: right;

    }
    .inline-mobile{
        display: inline-block;
        margin-bottom: 10px;
    }
    .fotorama__nav-wrap{
        display: none;
    }

    .propsWidgetBlock.propsCropProp .fare-radio {
        margin-bottom: 56px;
    }

    .propsWidgetBlock.propsCropProp span {
        width: 200%;
    }
}

/* Extra Small Devices, Phones */

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

    .tovar_detail .col-xs-4, .tovar_detail .col-xs-8 {
        width: 100%;
    }

    .tovar_detail select {
        width: 100%;
        margin-bottom: 30px;
    }

    .a__submit {
        width: 100%;
        font-size: 22px;
    }

    .border_block {
        border: 1px solid #d8d1cd;
        padding: 20px 10px;
        margin: 30px;
    }

    .owl-theme-np .owl-pagination,
    .owl-theme-np .owl-controls {
        height: 0;
        position: initial;
        position: static;
        margin: 0;
        padding: 0;
    }
    .owl-theme-np .owl-pagination .owl-page {
        display: none;
    }

    .owl-theme-np {
        overflow: visible;
    }

    .owl-theme-np .prev-owl, .owl-theme-np .next-owl {
        border-radius: 0;
        width: 42px;
        height: 42px;
        background-color: #fff;
        background-image: url("../images/template/slider__arrow.png");
    }

    .owl-theme-np .next-owl {
        right: -48px;
        background-position: -40px 0;
    }

    .owl-theme-np .next-owl:hover {
        background-position: -40px -43px;
    }

    .owl-theme-np .prev-owl {
        left: -48px;
        background-position: 0 0;
    }
    .owl-theme-np .prev-owl:hover {
        background-position: 0 -43px;
    }

    #order_editer_slider .owl-controls .owl-buttons div.owl-next {
        right: -15px;
    }
    #order_editer_slider .owl-controls .owl-buttons div.owl-prev {
        left: -15px;
    }

    .txt__content .left__pic {
        min-height: auto;
    }

    .jq-selectbox__select {
        max-width: 100%;
    }

    .tovar_detail select {
        max-width: 100%;
    }

    .order_edit_modal .title {
        width: 80%;
        margin: 0 auto 10px;
    }

    .edit__list .a__create{
        margin-left: 0;
    }
}
@media only screen and (max-width : 480px) {
    .owl-theme .owl-controls .owl-buttons div {
        /*top: -110px;*/
    }

    .top_block {
        padding: 0 1px;
    }

    .inner_slider_content .slider__icon {
        position: absolute;
        bottom: -50px;
        right: 10px;
        width: 45%;
    }
    .inner_slider_content .info p {
        line-height: 1.4;
        font-size: 12px;
        margin-bottom: 20px;
        color: #ffffff;
    }
    .title, .inner_slider_content .slider_title .title {
        font-size: 20px;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        left: 50px;
    }
    .big_bg_block .big_content h2, .quality h2 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .simple_info_block {
        padding: 40px 120px 40px 0;
    }

    h5 {
        font-size: 20px;
    }

    .order__format-title {
        font-size: 20px;
    }

    h2, .h2-title {
        font-size: 22px;
        line-height: 36px;
    }

    .title_more_mb {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .formats .title_more_mb {
        font-size: 19px;
    }

    .block_girl:before {
        background-size: cover;
        height: 139px;
        width: 137px;
    }
    .block_iphone:after {
        width: 121px;
        height: 219px;
        margin-top: -110px;
    }
    .apps_mob li a {
        width: auto;
    }
    .apps_mob li img {
        width: 125px;
    }

    .grey__info .a__app {
        margin-left: 14px;
    }

    .open_menu_scroller .main_nav .mob_block a {
        font-size: 14px;
        padding: 0px 10px;
    }

    .main_nav ul > li a {
        font-size: 16px;
    }

    .drop__menu .menu__col a {
        font-size: 14px;
        width: 80%;
        vertical-align: middle;
        text-decoration: underline;
    }

    .drop__menu-title {
        font-size: 16px;
    }

    .drop__block h2:after {
        /*top: 12px;*/
    }

    .tabs_container .tab_title_contain {
        font-size: 18px;
    }

    .tovar_detail select, .jq-selectbox select {
        z-index: 10;
    }

    .grey__info .a__app,
    .grey__info .a__google {
        width: 115px;
    }

    .specifications li span {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
    }

    .delivery_terminal .li__detail li {
        width: 50%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .li__detail li p {
        font-size: 9px;
        margin-top: 8px;
    }

    .formats .title_more_mb {
        font-size: 16px;
    }

    .inner_slider_content .slider__icon {
        position: absolute;
        bottom: -50px;
        right: 10px;
        width: 45%;
    }
    .inner_slider_content .info p {
        line-height: 1.4;
        font-size: 12px;
        margin-bottom: 20px;
        color: #ffffff;
    }
    .title, .inner_slider_content .slider_title .title {
        font-size: 20px;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        left: 50px;
    }
    .big_bg_block .big_content h2, .quality h2 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .simple_info_block {
        padding: 40px 130px 40px 0;
    }

    .a__butt {
        /*width: 150px;*/
    }
    .a__butt.propsWidgetButton {
        width: 100%;
    }

    h2, .h2-title {
        font-size: 16px;
        line-height: 36px;
    }
    .white_info_block .title_more_mb {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .block_girl:before {
        background-size: cover;
        height: 139px;
        width: 137px;
    }
    .block_iphone:after {
        width: 121px;
        height: 219px;
        margin-top: -110px;
    }
    .apps_mob li a {
        width: auto;
    }
    .apps_mob li img {
        width: 125px;
    }

    .open_menu_scroller .main_nav .mob_block a {
        font-size: 14px;
        padding: 0px 10px;
    }

    .main_nav ul > li a {
        font-size: 16px;
    }

    .drop__menu .menu__col a {
        font-size: 12px;
    }

    .drop__menu-title {
        font-size: 16px;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .bonus_basket .bonus_price{
        line-height: 50px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .bonus_basket .bonus_price{
        line-height: 50px;
    }
    .list-actual-orders .button-title{
        padding-right: 15px;
    }
}


@media only screen and (min-width : 768px) and (max-width: 992px) {
    .main_nav ul.menu_list{
        height: 37px;
    }
    .main_nav.desktop_menu .menu_list > li {
        line-height: 35px;
        height: 37px;
    }
    .drop__menu .menu__col {
        width: 32%;
    }
    .order_menu {
        right: 0px;
    }
    .edit__list .edit__list-item {
        height: 375px;
    }
    /*main page countdown*/
    .action-countdown .action-countdown-details{
        text-align: center;
    }

    .propsWidgetBlock .select2-container--default {
        width: 100% !important;
    }

    .a__butt.propsWidgetButton {
        width: 100%;
    }

    /* сбросим набор изменяемых свойств у вспомогательных классов*/
    .custom_slider_item .tablet-left,
    .custom_slider_item .tablet-center,
    .custom_slider_item .tablet-right{
        text-align: inherit;
        right: auto;
        left: auto;
        z-index: auto;
        margin: 0;
    }
    .custom_slider_item .tablet-left{
        left: 35px;
        z-index: 1;
    }
    .custom_slider_item .tablet-center{
        left: 35px;
        right: 35px;
        text-align: center;
        margin: auto;
        z-index: 3;
    }
    .custom_slider_item .tablet-right{
        right: 35px;
        z-index: 2;
    }
    .custom_slider_item .tablet-hidden{
        display: none !important;
    }

    .product-block-calculator .block-calc-products .select2-results__option {
        width: 25%;
        min-height: 190px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .bonus_basket .bonus_price{
        line-height: 28px;
    }

    .main_nav.desktop_menu .menu_list > li:hover > a{
        color: #A33091;
        background-color: #fff;
    }

    .main_nav.desktop_menu .menu_list > li:hover {
        margin: 0px -13px;
    }

    .main_nav.desktop_menu .menu_list > li:hover > a {
        padding: 0px 11px;
        margin-left: 7px;
        margin-right: 7px;
    }
    .main_nav.desktop_menu ul > li:hover > .drop__menu {
        display: block;
        height: auto;
        padding: 28px 0px;
    }

    .np-banner-slider .owl-pagination {
        position: absolute;
        bottom: 10px;
        width: 100%;
        z-index: 1;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .bonus_basket .bonus_price {
        line-height: 50px;
    }

    .main_nav ul.menu_list{
        height: 50px;
    }
    .main_nav.desktop_menu .menu_list > li {
        height: 50px;
    }

    .white_info_block .title_more_mb {
        font-size: 24px;
        margin-bottom: 30px;
    }
}


@media only screen and (min-width : 992px) and (max-width: 1200px) {
    /* сбросим набор изменяемых свойств у вспомогательных классов*/
    .custom_slider_item .desktop-left,
    .custom_slider_item .desktop-center,
    .custom_slider_item .desktop-right{
        text-align: inherit;
        right: auto;
        left: auto;
        z-index: auto;
        margin: 0;
    }
    .custom_slider_item .desktop-left{
        left: 35px;
        z-index: 1;
    }
    .custom_slider_item .desktop-center{
        left: 35px;
        right: 35px;
        text-align: center;
        margin: auto;
        z-index: 3;
    }
    .custom_slider_item .desktop-right{
        right: 35px;
        z-index: 2;
    }
    .custom_slider_item .desktop-hidden{
        display: none !important;
    }

    .item_list.bottom_space {
        margin-bottom: 40px;
    }

    .top_block_item.some_help {
        display: none !important;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /* сбросим набор изменяемых свойств у вспомогательных классов*/
    .custom_slider_item .large-left,
    .custom_slider_item .large-center,
    .custom_slider_item .large-right{
        text-align: inherit;
        right: auto;
        left: auto;
        z-index: auto;
        margin: 0;
    }
    .custom_slider_item .large-left{
        left: 35px;
        z-index: 1;
    }
    .custom_slider_item .large-center{
        left: 35px;
        right: 35px;
        text-align: center;
        margin: auto;
        z-index: 3;
    }
    .custom_slider_item .large-right{
        right: 35px;
        z-index: 2;
    }
    .custom_slider_item .large-hidden{
        display: none !important;
    }

    .slider__block__new {
        padding: 10px 0px 40px;
    }
}

@media only screen and (min-width : 1680px) {
    .top_block_item.some_help {
        display: inline-block !important;
    }
}


/* Grouped query from main.css */

@media screen and (max-width: 700px) {
    #fancybox__reg .popup__inner,
    #fancybox__auth .popup__inner,
    #fancybox__open__id .popup__inner,
    #fancybox__restore .popup__inner {
        padding: 0;
        padding-top: 50px;
    }
    .popup__inner {
       /* padding-top: 50px;*/
    }
    #fancybox__reg .text__center,
    #fancybox__auth .text__center,
    #fancybox__open__id .text__center,
    #fancybox__restore .text__center {
        font-size: 7vw;
        margin-bottom: 3.125vw;
    }
    #fancybox__reg .reg__auth__restore__content,
    #fancybox__reg .text__center,
    #fancybox__open__id .reg__auth__restore__content,
    #fancybox__open__id .text__center,
    #fancybox__restore .reg__auth__restore__content,
    #fancybox__restore .text__center {
        width: 96%;
    }
    .input__parent {
        width: 100%;
        margin-bottom: 3.3vw;
    }
    .reg__auth__restore__content .custom__input {
        font-size: 3.3vw;
        padding: 2.56vw 3.9vw 2.56vw 2.34vw;
        width: 100%;
        line-height: normal;
    }
    .reg__auth__restore__content .input__parent.checkbox label {
        display: block;
        font-size: 3.8vw;
        margin-left: 0px;
        line-height: 1.2;
        padding-left: 30px;
    }
    #fancybox__auth .input__parent.checkbox label {
        padding: 0;
    }
    .reg__auth__restore__content .input__parent.submit .a__butt {
        font-size: 4vw;
        padding: 3vw 0;
        width: 45vw;
    }
    #fancybox__auth .input__parent.submit.links .a__butt {
        display: block;
        margin: 0 auto;
    }
    #fancybox__auth .input__parent.submit.links {
        padding-bottom: 40px;
        margin-bottom: 30px;
        position: relative;
    }
    #fancybox__auth .input__parent.submit.links a {
        color: #a02f8f;
        font-size: 3.5vw;
    }
    #fancybox__auth .input__parent.submit.links a {
        position: absolute !important;
        bottom: 0;
    }
    #fancybox__auth .input__parent.submit.links a.fancybox__reg {
        right: 0;
    }
    #fancybox__auth .input__parent.submit.links a.fancybox__restore__openid {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        left: 0;
        position: relative;
    }
    #fancybox__auth .text__center {
        font-size: 5vw;
    }
    .bottom__content {
        min-height: auto;
    }
    .bottom__content h3 {
        font-size: 4vw;
        padding-top: 4.8vw;
    }
    .socials__auth li {
        width: 15%;
    }
    .socials__auth li a img {
        max-width: 100%;
        height: auto;
    }
    .bottom__content .with__us {
        padding: 0 0 3.9vw 0;
    }
    .bottom__content .with__us p {
        font-size: 4vw;
    }
    .reg__fancy,
    .auth__fancy,
    .restore__fancy {

        /*width: auto !important;*/

        /*padding-right: 20px;*/
    }
    .reg__fancy .fancybox-inner,
    .auth__fancy .fancybox-inner,
    .restore__fancy .fancybox-inner {

        /*width: auto !important;*/
        height: auto !important;
    }
}

@media  (min-width: 991px){
    .ph-overlay .ph-popUp {
        width: 80%;
        max-width: 720px;
    }

    .ph-overlay .ph-popUp.ph-popUp-width-80 {
        width: 80%;
        max-width: 80%;
    }

    .ph-overlay .ph-popUp.ph-popUp-width-100 {
        max-width: 98%;
        width: 98%;
    }

}
@media (max-width: 992px) and (min-width: 767px){
    .ph-overlay .ph-popUp{
        width: 80%;
        max-width: 720px;
    }

    .ph-overlay .ph-popUp.ph-popUp-width-80 {
        width: 98%;
        max-width: 98%;
    }

    .ph-overlay .ph-popUp.ph-popUp-width-100 {
        max-width: 98%;
        width: 98%;
    }

}
@media (max-width: 767px){

    .ph-overlay .ph-popUp{
        width: 95%;
        max-width: 95%;
    }

    .ph-overlay .ph-popUp.ph-popUp-width-80 {
        width: 98%;
        max-width: 98%;
    }

    .ph-overlay .ph-popUp.ph-popUp-width-100 {
        max-width: 98%;
        width: 98%;
    }

    .ph-overlay .ph-popUp .ph-buttons .ph-btn-item {
        flex: 1 0 100%;
    }
}
@media (max-width: 390px) {
    .mobile__tabs li.title:after, .mobile__tabs.expand li.title:after {
        right: 10px;
    }
}
@media (max-width: 375px) {
    .mobile__tabs li.title:after, .mobile__tabs.expand li.title:after {
        right: 5px;
    }
}
@media (max-width: 360px) {
    .mobile__tabs li.title:after, .mobile__tabs.expand li.title:after {
        right: 1px;
    }
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #9b2289; }
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 5px;
    background-color: #9b2289;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }


.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge.is-active{
    background-color: #9b2289;
}

.delivery-time {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 300px;
    padding: 16px;
    position: relative;
    width: 100%;
    border-radius: 6px;
    margin-top: 24px;
    background: #FDFDFC;
    box-shadow: 0 1px 3px 0 rgba(15, 20, 30, 0.08);
    margin-bottom: 3rem;
}

@media all and (min-width: 992px) {
    .delivery-time {
        margin-bottom: 0;
    }
}

.delivery-header {
    display: flex;
    flex-direction: column;

}

.delivery-header_title {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #141928;
    letter-spacing: 0.2px;
}
.delivery-header_text {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #646D7E;
    letter-spacing: 0;
}

.delivery-warnings {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.delivery-warning {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px dashed #FF324B;
    gap: 8px;
}

.delivery-warning_icon svg path{
    width: 16px;
    height: 16px;
}

.delivery-warning_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3D445B;
}

.delivery-tabs {
    display: flex;
    align-items: center;
    width: 100%;
    font: inherit;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    gap: 12px;
}

.delivery-tab {
    display: block !important;
    cursor: pointer !important;
    text-wrap: nowrap;
    all: unset;
    background-color: #EEEEED;
    color: #646D7E;
    border: none;
    border-radius: 20px;

    overflow: hidden;
    padding: 8px 16px;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
}

.delivery-tab-active {
    text-wrap: nowrap;
    background-color: #910AD2;
    color: #FDFDFC;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.delivery-providers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.delivery-provider {
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-color: #FFFFFC;
    justify-content: center;
    padding: 12px;
    transition: border .15s ease-in-out;
    box-sizing: border-box;
    border: 2px solid #FFFFFC;
    cursor: pointer !important;
    box-shadow: 0 1px 3px 0 rgba(15, 20, 30, 0.08);
    gap: 8px;

    @media (min-width: 768px) {
        padding: 16px;
    }
}

.delivery-provider:hover {
    box-shadow: 0 2px 6px 0 rgba(15, 20, 30, 0.14);

    .delivery-provider_text {
        color: #AA14F0;
    }
}

.delivery-provider:active {
    box-shadow: none;

    .delivery-provider_text {
        color: #910AD2;
    }
}

.delivery-provider_icon {
    display: flex;
    align-items: center;
}
.delivery-provider_text {
    color: #141928;
}

.delivery-provider-active {
    box-sizing: border-box;
    border: 2px solid #D98CFF;
    box-shadow: 0 2px 6px 0 rgba(15, 20, 30, 0.14);
}

.delivery-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #5a5a5a;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 2px 0 0;
}

.delivery-price_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #646D7E;
}

.delivery-price_value {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #141928;
}

.delivery-nocity-link {
    color: #2747ae;
    text-decoration: none;
}


