@media (max-width: 1200px) {
    .pr-price {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .modal-dialog.map {
        width: 800px;
        margin: 30px auto;
    }
    .modal-dialog.map .map-wrapper{
        height: 450px;
    }
}
@media (max-width: 767px) {
    .modal-dialog.map .map-wrapper {
        height: 300px;
    }

    .category-item .price-old {
        padding: 0 20px 5px 20px;
    }

    .price-old::after {
        width: auto;
    }

    .f-contact-item-telephone + .f-contact-item-telephone {
        margin-top: 16px;
    }
}
@media (max-width: 992px) {
    .ppk-items{margin-top: 15px;}
    .pp-wrap {
        display: block;
    }
    .pp-left {
        width: 500px;
        padding: 50px;
        padding-bottom: 30px;
        margin: 0 auto;
    }
    .pp-data {
        max-height: unset;
        overflow: visible;
    }
    #callme-popup .close-modal,
    #prlogin-popup .close-modal,
    #product-popup .close-modal,
    #checkout-popup .close-modal,
    #simpleedit-popup .close-modal,
    #address-popup .close-modal,
    #address-success-popup .close-modal,
    #simpleaddress-add-popup .close-modal {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #product-popup .close-modal{
        z-index: 2;
    }
    #callme-popup .close-modal svg,
    #prlogin-popup .close-modal svg,
    #product-popup .close-modal svg,
    #checkout-popup .close-modal svg,
    #simpleedit-popup .close-modal svg,
    #address-popup .close-modal svg,
    #address-success-popup .close-modal svg,
    #simpleaddress-add-popup .close-modal svg {
        width: 18px;
        height: 18px;
    }
    #callme-popup .close-modal svg path,
    #prlogin-popup .close-modal svg path,
    #product-popup .close-modal svg path,
    #checkout-popup .close-modal svg path,
    #simpleedit-popup .close-modal svg path,
    #address-popup .close-modal svg path,
    #address-success-popup .close-modal svg path,
    #simpleaddress-add-popup .close-modal svg path {
        fill: rgb(92, 99, 112);
    }


    .pp-option-item {
        height: auto;
    }
    .pp-option-item-title {
        font-size: 12px;
        margin-top: 8px;
    }
    .pp-option-item-price {
        margin-top: 4px;
    }

    .pp-data {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ppk-items-title {
        padding: 0 40px;
        text-align: center;
        font-size: 18px;
    }
    .ppk-item {
        width: calc(100%/3 - 12px);
        margin-left: 6px;
        margin-right: 6px;
    }
    .ppk-item-img {
        max-width: 100%;
        margin: auto;
        border-radius: 8px;
        border: 1px solid rgb(230, 230, 230);
        height: auto;
        padding: 4px;
    }
    .ppk-item-text {
        font-size: 12px;
        min-height: 0;
    }
    .ppk-item-price {
        font-size: 14px;
        margin-top: 8px;
    }
    .pp-left .save-option::after {
        content: ' ▽';
    }
    .pr-price {
         font-size: 18px;
    }
    .pp-kit .pp-right{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .btn.btn-primary:not(.btn-groups) {
        font-size: 15px;
        font-weight: 500;
        padding: 8px 20px 8px;
        transition: .15s;
    }

    .head-logo,
    .global-nav__header-logo {
        max-width: 150px;
        margin-left: 10px;
        position: relative;
    }
    .global-nav__header-logo {
        margin-left: 15px;
    }
    .head-logo-text {
        font-size: 11px;
        text-align: left;
        margin-top: -10px;
        padding-left: 5px;
    }


    .menu-button {
        margin-left: 0;
    }


    .head-time {
        margin-left: 0;
    }
    .top-items {
        display: none
    }
    .head-friend {
        display: none;
    }
    .head-login {
        margin-left: auto;
    }


    #prlogin-popup .modal-dialog {
        width: calc(100% - 30px) !important;
    }


    .head-logo {
        margin-left: 0;
    }
    #open-button {
        margin-left: auto;
    }


    #open-button {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .head-items {
        padding:5px 0;
    }




    .h-slider {
        margin-top: 10px;
    }
    .h-popular-wrap {
        margin-top: 25px;
    }
    .h-popular-title {
        font-size: 18px;
        margin-bottom: 0;
    }




    .menu-items-cart-wrap {
        display: none;
        height: 60px;
    }
    .nav-mob-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .menu-items-cart {
        padding: 0;
        margin: 0;
    }
    .nav-mob-wrap .container {
        padding: 0;
    }
    .nav-mob-wrap .menu-items {
        margin-left: -15px;
        margin-right: -15px;
        height: auto;
        width: calc(100% + 30px);
        overflow-x: auto;
        background: rgb(255, 255, 255);
        top: 0px;
        z-index: 99;
        will-change: box-shadow;
        transition: box-shadow 150ms ease 0s;
        user-select: none;
        padding: 10px 11px;
    }

    .menu-items-cart-wrap.fixed .menu-items {
        width: 100%;
    }


    .nav-mob-wrap .menu-items-cart-wrap .menu-items {
        transition: .2s;
    }
    .nav-mob-wrap .menu-items-cart-wrap.fixed .menu-items {
        position: fixed;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    }


    .nav-mob-wrap .menu-items ul {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .nav-mob-wrap ul li {
        margin: 4px;
    }
    .nav-mob-wrap ul li:last-of-type {
        padding-right: 15px;
        margin-right: 0;
    }
    .nav-mob-wrap ul li a {
        height: 32px;
        background: rgb(243, 243, 247);
        color: rgb(92, 99, 112);
        font-weight: 500;
        font-size: 14px;
        line-height: 32px;
        padding: 0px 16px;
        border-radius: 16px;
        flex: 0 0 auto;
        white-space: nowrap;
    }




    /* category product */
    .cat-title {
        font-size: 26px;
    }
    .pr-info {
        display: flex;
        align-items: center;
    }
    .pr-image {
        flex: none;
        width: 125px;
        margin-right: 10px;
    }
    .pr-title {
        margin-top: 0;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 500;
        height: auto;
    }
    .pr-description {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 5px;
    }
    .pr-btn {
        margin-top: 12px;
    }
    .pr-btn-show.btn.btn-primary {
        font-size: 14px;
        padding: 6px 20px 6px;
        font-weight: 400;
    }
    /* end category product */




    .f-menu-items {
        display: block;
    }
    .f-menu-item {
        margin-bottom: 35px;
    }


    .f-app-payment-items {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 35px;
        display: flex;
        flex-flow: wrap;
    }
    .f-payment-items {
        order: 1;
        width: 100%;
    }
    .f-payment-item:last-of-type {
        margin-bottom: 0;
    }
    footer .f-contact-item-telephone {
        margin-top: 0;
        margin-bottom: 25px;
    }


    .f-adv-items {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .f-adv-item-1 {
        font-size: 15px;
    }


    .f-b-menu-items {
        display: block;
    }
    .f-b-menu-item ul {
        display: flex;
        flex-flow: wrap;
    }
    .f-b-menu-item ul li {
        width: 100%;
        margin-bottom: 8px;
    }
    .f-b-menu-item ul li:first-of-type {
        order: 2;
        margin-top: 20px;
    }



    .f-b-soc-items {
        margin-bottom: 15px;
    }
    .f-b-soc-item {
        margin-right: 10px;
    }
    .f-b-soc-item a {
        width: 32px;
        height: 32px;
    }
    .f-b-soc-items svg {
        width: 20px;
        height: 20px;
    }



    .h-popular-item-name {
        line-height: 1.2;
        font-size: 13px;
    }
    .h-popular-item-price {
        margin-top: 6px;
    }
    .cat-title {
        margin-bottom: 10px;
    }
    .category-item .product-layout {
        margin-bottom: 0;
        border-bottom: 1px solid rgb(243, 243, 247);
        padding: 10px 10px;
    }
    .pr-image {
        width: 220px;
        margin-right: 8px;
    }

    .pp-option-item-title {
        font-size: 11px;
        margin-top: 6px;
    }
    .pp-option-item-price {
        margin-top: 2px;
    }
    .pp-left {
        padding: 55px 25px 15px;
        max-width: 100%;
    }
    .pp-right {
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .pp-title {
        font-size: 20px;
    }
    .pp-option {
        margin-top: 20px;
    }
    .pp-data {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        min-height: 300px;
    }
    .combo-constructor .pp-data {
        height: auto;
    }
    .button-cart-wrap {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }





    /* popupcart */
    .modal-custom .modal-body {
        padding: 40px 15px 40px;
    }
    .modal-custom .pc-title {
        font-size: 20px;
    }
    .pc-item-name a {
        font-size: 12px;
        line-height: 1;
    }
    .pc-item-name {
        line-height: 1.1;
    }
    .product-group > a > img,
    .pc-item-img {
        width: 70px;
        flex: none;
        margin-right: 10px;
    }
    #popupcart_extended .price-old,
    .pc-item-price {
        width: 65px;
        font-size: 12px !important;
        line-height: 1.2;
        margin-right: 10px;
        flex: none;
    }
    #popupcart_extended .price-old{
        line-height: 18px;
    }
    .pc-item-price.hidden-sm {
        width: auto;
        margin-right: 0;
        margin-top: 5px;
    }
    .pc-item-remove {
        flex: none;
        margin-top: -1px;
    }

    .pc-totals {
        font-size: 13px;
        padding: 12px 0;
        margin-top: 20px;
    }
    .pc-totals_total.pc-totals {
        margin-top: 0;
    }

    .pc-total-text {
        font-size: 13px;
    }
    .pc-total:last-of-type {
        font-size: 15px;
    }
    .pc-total:last-of-type .pc-total-text {
        font-size: 15px;
    }

    .pc-item {
        padding: 15px 5px;
    }

    .pc-item-description {
        font-size: 11px;
        line-height: 1.1;
    }
    .pc-item-info {
        padding-right: 10px;
        width: calc(100% - 120px);
    }
    .pc-item-support-item .pc-item-info {
        margin-right: auto;
    }
    #checkout-popup .modal-body {
        padding: 40px 15px 40px;
    }
    .pc-item-support-item {
        margin-bottom: 25px;
    }
    .pc-btn {
        margin-top: 10px;
    }
    /* end popupcart */



    #simplecheckout_cart {
        padding: 0 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    #simplecheckout_customer .simplecheckout-block-content {
        padding: 0px;
    }
    .simplecheckout-block .pc-item-info {
        /*min-width: 140px;*/
        /*width: 140px;*/
        /*flex: none;*/
    }
    #simplecheckout_cart .pc-item-price {
        width: 82px;
        margin-right: 15px;
        font-size: 14px;
        line-height: 16px;
    }
    #simplecheckout_cart .pc-item-img {
        width: 55px;
    }
    #simplecheckout_cart .pc-item-name {
        line-height: 1.15;
    }
    #simplecheckout_cart .pc-item-name a {
        font-size: 12px;
    }

    .simple-content .buttons {
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
    .s-form-wrap .form-group {
        width: calc(50% - 20px);
    }
    body .simple-content {
        margin-left: 0;
        margin-right: 0;
    }
    body .simplecheckout-left-column,
    body .simplecheckout-right-column {
        margin-left: 0;
        margin-right: 0;
    }
    .simplecheckout {
        padding-bottom: 30px;
    }
    .s-title {
        font-size: 20px;
    }
    .s-login-1 {
        font-size: 15px;
        margin-right: 20px;
    }
    .s-login-2 {
        font-size: 13px;
    }
    .s-login {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }




    .row-customer_norecall_wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }



    .breadcrumb {
        white-space: nowrap;
        overflow: auto;
        margin-right: -15px;
        padding-right: 15px;
    }


    /*.container[id^=account-] #column-left {*/
    /*    display: block !important;*/
    /*}*/
    #account-account #column-left {
        display: block !important;
    }
    #account-account .ac-menu-link {
        justify-content: flex-start;
    }
    .row-address_city select {
        width: 100%;
    }
    #account-account .ac-menu-link {
        font-size: 16px;
        position: relative;
    }


    .ac-order-item-row {
        flex-flow: wrap;
    }
    .ac-order-item-td-ship {
        width: 100%;
        font-size: 13px;
        line-height: 1.2;
        margin-top: 8px;
    }
    .ac-order-item-inner {
        padding: 15px 10px;
    }
    .ac-order-item-td-number {
        width: 30%;
        padding-left: 30px;
        font-size: 16px;
    }
    .ac-order-item-td-date_added {
        width: 35%;
        text-align: left;
        font-size: 14px;
    }
    .ac-order-item-td-total {
        width: 35%;
        text-align: center;
        font-size: 15px;
    }
    #account-account .ac-menu-link {
        padding-left: 10px;
    }
    .ac-menu-link:after {
        right: 10px;
    }

    .ac-order-item-info-products-title {
        font-size: 13px;
    }
    .ac-order-item-info-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ac-order-item-info-products-title > div:nth-of-type(2) {
        width: 15%;
    }
    .ac-order-item-info-product-name {
        position: relative;
        display: block;
        width: 70%;
        font-size: 13px;
        padding-left: 15px;
        line-height: 1.2;
    }
    .ac-order-item-info-product-name .pc-item-name-option {
        font-size: 12px;
    }
    .ac-order-item-info-product-quantity {
        width: 15%;
        font-size: 16px;
    }
    .popup-success {
        font-size: 18px;
    }
    .cat-title.ac-title {
        font-size: 24px;
    }






    #product-popup .modal-dialog,
    #checkout-popup .modal-dialog {
        width: 100%;
        margin: 0;
        margin-left: -4px;
    }
    #product-popup .pp-page-wrap,
    #product-popup .modal-content,
    #checkout-popup .pp-page-wrap,
    #checkout-popup .modal-content {
        border-radius: 0 !important;
    }
    #product-popup.modal.fade .modal-dialog,
    #checkout-popup.modal.fade .modal-dialog {
        transform: translate(0, 50%);
    }
    #product-popup.modal.in .modal-dialog,
    #checkout-popup.modal.in .modal-dialog {
        transform: translate(0, 0);
    }

    #product-popup .close-modal,
    #checkout-popup .close-modal {
        width: 48px;
        height: 48px;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 999;
    }
    #product-popup .close-modal svg,
    #checkout-popup .close-modal svg {
        width: 30px;
        height: 30px;
    }
    #product-popup .close-modal svg path,
    #checkout-popup .close-modal svg path {
        fill: #000;
    }




    .pp-left {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 65px;
    }
    .pp-right {
        padding-bottom: 100px;
    }

    .button-cart-wrap-xs .button-cart-wrap {
        position: fixed;
        z-index: 101;
        width: 100%;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 15px;
    }



    .tooltip__content_bottom {
        margin-bottom: 28px;
    }
    .force-select-half {
        left: 15px;
        width: calc(100% - 30px);
    }




    .ppk-items-title {
        margin-top: 50px;
    }
    .ppk-items {
        max-height: unset;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -6px;
        margin-right: -6px;
        width: calc(100% + 12px);
    }
    .ppk-item[data-side="left"] .ppk-item-img,
    .ppk-item[data-side="right"] .ppk-item-img {
        height: auto;
    }
    .ppk-items-wrap {
        min-height: 670px;
    }


    .ppk-side-items {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        display: flex;
        position: fixed;
        left: 0;
        bottom: 77px;
        margin: 0;
        width: 100%;
        padding: 10px 0 5px;
    }
    .ppk-side-item {
        box-shadow: none !important;
        width: 50%;
        margin: 0;
        padding: 0 15px;
        flex: none;
        min-height: 32px;
    }
    .ppk-side-item-text-placeholder {
        font-size: 13px;
        line-height: 1.2;
    }
    .ppk-side-item-text-name {
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
    }
    .ppk-side-item-text .pp-attr-btn ~ .ppk-side-item-text-name {
        padding: 0;
    }
    .ppk-side-item-text {
        width: 100%;
    }


    .ppk-side-item-img,
    .ppk-side-item-text-description,
    .ppk-side-items .pp-attr-btn {
        display: none;
    }




    .button-cart-wrap-kit {
        justify-content: center;
    }
    .button-cart-wrap-kit #button-cart {
        margin-left: 0;
    }
    .button-cart-wrap-kit .btn-cart-price {
        margin-right: 30px;
    }



    #button-cart.show-kit {
        padding-left: 20px;
        padding-right: 20px;
    }



    .show-kit-wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99;
    }
    .show-kit-wrap .ppk-side-item-img,
    .show-kit-wrap .ppk-side-item-text-description,
    .show-kit-wrap .pp-attr-btn {
        display: block;

    }
    .show-kit-wrap .close-modal {
        z-index: 100;
    }




    .show-kit-wrap .pp-data {
        min-height: 0;
    }
    .show-kit-wrap .ppk-side-item {
        box-shadow: none !important;
        width: 50%;
        margin: 0;
        padding: 0 15px;
        flex: none;
        min-height: 32px;
        margin-top: 15px;
    }
    .show-kit-wrap .ppk-side-items {
        /*! display: block; */
        background: none;
        backdrop-filter: unset;
        position: static;
    }
    .show-kit-wrap .ppk-side-item-text-name {
        text-align: left;
        font-size: 14px;
    }
    .show-kit-wrap .ppk-side-item-text-description {
        text-align: left;
    }
    .show-kit-inner {
        padding-top: 60px;
        overflow: auto;
        height: calc(100% - 78px);
        min-height: 486px;
    }
    .show-kit-wrap .ppk-side-item-text {
        padding-right: 40px;
        position: relative;
    }
    .show-kit-wrap .pp-attr-btn {
        right: 1px;
        top: -8px;
        width: 32px;
        height: 32px;
    }
    .show-kit-wrap .pp-attr-section-wrap {
        right: -8px;
        top:28px;
    }
    .pp-attr-section-wrap{
        min-width: 180px;
    }




    .menu-cart-btn-wrap {
        display: none;
    }




    .cart-mob {
        display: block !important;
        position: fixed;
        z-index: 999;
        right: 20px;
        bottom: 50px;
    }
    .cart-mob .cart-item-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        background: rgb(255, 255, 255) !important ;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px;
        transition: 0.25s;
        user-select: none;
        z-index: 3;
    }
    .cart-mob .cart-button__quantity {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        left: 38px;
        min-width: 21px;
        height: 21px;
        font-size: 13px;
        line-height: 1;
        border-radius: 11px;
        padding-bottom: 2px;
        /*background: rgb(255, 105, 0);*/
        background: var(--temecolor);
        color: rgb(255, 255, 255);
    }
    .cart-mob svg {
        flex: none;
    }



    #checkout-popup .modal-body {
        padding: 10px 15px 30px;
    }


    .pato__item {
        width: calc(100% / 3 - 12px);
    }
    .product-layout.popup{

    }
    .insert-data{
        padding-left: 5px;
        padding-right: 20px;
    }
    .insert-data .pr-image{
        width: auto;
    }
    .insert-data .pr-info {
        display: flex;
        flex-direction: column;
    }
    .category-items .price-old{
        color: #000;
    }
    .product-group .product-item .pc-item-img {
        width: 30px;
    }
    .product-group .product-item .group {
        margin-top: 5px;
    }
    .pp-left .save-option{
        top: 8px;
        left: 8px;
        display: block;
    }
    .ppk-side-item .ppk-side-item-img{
        display: none;
    }
}

@media (max-width: 500px) {
    .s-form-wrap .radio.slide:last-child label:before{
        position: absolute;
        right: 5px;
    }
    .ppk-side-item{
        align-items: start;
    }
    #address-popup.modal-custom .modal-body {
        padding: 35px 15px;
    }
    #simplecheckout_shipping .simplecheckout-block-content .radio.slide {
      margin: 10px;
      flex: 1 0 calc(50% - 20px);
      transition: margin-left 0.4s ease-in;
    }
    #simplecheckout_shipping .simplecheckout-block-content {
        display: flex; 
        flex-flow: wrap;
        justify-content: center;
    }
    #simplecheckout_shipping .radio{
        width: calc(50% - 20px);
        margin: 10px;
    }
    .simplecheckout-block-content.map{
        padding: 0;
    }
    #information-information img{
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
    .combo-constructor .price{
        font-size: 12px;
        font-weight: 600;
    }
    .h-slider{
        margin: 0 -15px;
    }
    .h-slider a{
        border-radius: 0;
    }
    .h-popular-wrap {
        margin-top: -5px;
    }
}