@media only screen and (max-width: 1350px) {
  .call, .pin {
    font-size: 11px;
    padding: 0px 10px 6px;
  }

  .slider_body p {
    font-size: 16px;
  }

  .mnu > li, .mnu > li:first-child {
    padding: 19px 8px;
  }

  .mnu > li > a {
    letter-spacing: .5px;
  }

  #basket_items .it {
    width: 575px;
  }

  footer .img_fcall {
    margin-right: 0px;
  }

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

  .flex_cart {
    width: 67px !important;
    margin: 0;
    right: 10px;
  }

  .cart_img .quant {
    display: inline-block;
  }

  .slider_body p {
    font-size: 14px;
  }

  .mnu > li, .mnu > li:first-child {
    padding: 19px 8px 19px 4px;
  }

  .mnu > li > a {
    letter-spacing: 0px;
    font-size: 12px;
  }

  .cart {
    width: auto;
    float: none;
    display: block;
    margin-left: -25px;
  }

  .cart span:first-child {
    display: none;
  }

  .cart a {
    width: 100%;
    text-align: center;
  }

  .cart_img {
    margin: 14px auto;
  }

  .mnu > li:first-child, .mnu > li:nth-child(3) {
    background-size: 7px;
  }

  .logo_text {
    font-size: 11px;
    padding: 10px 0px;
  }

  .call, .pin {
    font-size: 12px;
    padding: 0px 20px 6px;
    margin-left: 15px;
  }

/*  .pin span:first-child {
    display: block;
    border: 1px solid #fff;
    padding: 5px 7px;
    border-radius: 50%;
  }

  .pin span:nth-child(2) {
    display: none;
  }*/

  .pin span img {
    margin: 0;
    cursor: pointer;
  }

  footer .wrap_fcont {
    margin: 0px;
  }

  footer .fnetwork, footer .wr_info {
    margin: 0 auto;
  }

  footer .fcall span:first-child, footer .femail span:first-child, footer .fpin span:first-child {
    max-width: 60px;
  }

  footer .fnetwork img {
    margin-right: 5px;
  }

  .pin span:first-child.active {
    border: 1px solid #f9530a;
  }

  .pin span:nth-child(2).active {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    z-index: 10;
    padding: 15px;
    line-height: 1.4;
    max-width: 300px;
    width: 100%;
    min-width: 200px;
    right: 10px;
    background-color: #eff2f6;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.6);
    color: #3b3e4a;
    text-align: center;
  }

  form[name="buy_form"] {
    padding: 15px 0;
  }
  
  .monument_material {
    width: 270px;
    max-width: 100%;
    display: block;
    float: right;
  }

  select[name="variants"] {
    width: 215px;
  }

  .wrap_sku {
    display: block;
    text-align: right;
  }

  .item_buttons {
    width: auto;
    padding: 0 5px 0 15px;
  }

  .item_buy_block span {
    display: none;
  }

  .item {
    margin: 0px 13px 15px 0px;
  }

  #basket_items .price, #basket_items .custom {
    width: 130px;
  }

  .slider_body h1.sld_h1, .slider_body .sld_h1.h1 {
    width: 650px;
    margin-right: 0px;
  }

  .slider_body h1.sld_h2, .slider_body .sld_h2.h {
    font-size: 22px;
  }

  .slider_body h1.sld_h3, .slider_body .sld_h3.h1 {
    font-size: 30px;
  } 

  .slider_body h1.sld_h4, .slider_body .sld_h4.h1 {
    font-size: 40px;
  }

}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 992px) {

  .slider_body h1 {
    margin-top: 20px;
    font-size: 16px;
  }
  .slider_body h1.sld_h1, .slider_body .sld_h1.h1 {
    font-size: 23px;
    width: auto;
  }
  .slider_body h1.sld_h2, .slider_body .sld_h2.h1 {
    font-size: 16px;
  }
  .slider_body h1.sld_h3, .slider_body .sld_h3.h1 {
    font-size: 23px;
  } 
  .slider_body h1.sld_h4, .slider_body .sld_h4.h1 {
    font-size: 30px;
  }


  .toggle_mnu {
    pointer-events: auto;
  }

  .toggle_mnu.on span {
    background-color: transparent;
  }

  .toggle_mnu.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }

  .toggle_mnu.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }

  .breadcrumb {
    padding-left: 15px;
  }

  .call span:first-child.active, .envelope span:first-child.active {
    border: 1px solid #f9530a;
  }

  .call span:nth-child(2).active, .envelope span:nth-child(2).active {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    z-index: 10;
    padding: 15px;
    line-height: 1.4;
    max-width: 300px;
    width: 100%;
    min-width: 200px;
    right: 10px;
    background-color: #eff2f6;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.6);
    color: #3b3e4a;
    text-align: center;
  }

  .call, .pin, .envelope {
    padding: 9px 20px;
  }

  .envelope {
    padding-left: 0;
  }

  .logo_text {
    padding: 20px 0px 10px 13px;
  }

  .s_call .question, .s_feed .question {
    text-align: center;
    padding: 20px;
  }

  .s_call .callback, .s_feed .callback {
    background-position: center right 20px;
  }

  .call span:first-child, .envelope span:first-child {
    display: block;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
  }

  .envelope span:first-child {
    padding: 7px 6px;
  }

  .call span:nth-child(2), .envelope span:nth-child(2) {
    display: none;
  }

  .call span img, .envelope span img {
    margin: 0;
    cursor: pointer;
  }

  .network {
    display: none;
  }

  .menu {
    display: none;
  }

  .word_mnu {
    display: block;
  }

  footer .img_fcall {
    margin: -65px auto 10px;
    display: block;
    float: right;
  }

  footer .img_fcall a {
    display: inline-block;
  }

  footer .wrap_fcont {
    padding-left: 20px;
  }

  footer .wr_info {
    padding: 20px;
  }

  .lt {
    width: auto;
    display: block;
    text-align: center;
  }
  .rt {
    width: 100%;
    display: block;
  }
  .item_slider {
    width: auto;
    margin: auto;
  }

  #basket_items .price, #basket_items .custom {
    width: 95px;
  }

  .gallery {
    text-align: center;
  }

  #reviews.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  #reviews.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }

  .wr_search {
    right: 25px;
    left: auto;
  }

  .form_search {
    right: 0;
    left: auto;
  }

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

  .slider_body h1, .slider_body h1.sld_h1, .slider_body h1.sld_h2, .slider_body h1.sld_h3, .slider_body h1.sld_h4, 
  .slider_body .sld_h1.h1, .slider_body .sld_h2.h1, .slider_body .sld_h3.h1, .slider_body .sld_h4.h1 {
    padding: 70px 35px 12px;
    float: none;
    text-align: center;
    margin: auto;
    display: block;
    background-color: rgba(59, 62, 74, 0.6);
  }
  .slider_body h1.sld_h2, .slider_body h1.sld_h1, .slider_body .sld_h1.h1, .slider_body .sld_h2.h1 {
    font-size: 18px;
    color: #eff2f6;
  }
  .slider_body h1.sld_h1 span, .slider_body .sld_h1.h1 span {
    letter-spacing: 3px !important;
  }
  .slider_body h1.sld_h3, .slider_body .sld_h3.h1 {
    font-size: 24px;
  } 
  .slider_body h1.sld_h4, .slider_body .sld_h4.h1 {
    font-size: 24px;
  }

  .wrap_call {
    text-align: right;
  }

  .cart {
    margin: 0;
  }

  .cart a {
    width: auto;
    margin-left: 7px;
  }

  .call, .pin, .envelope {
    border: none;
    font-size: 12px;
    padding: 0px 20px 0px;
    margin-left: 0px;
    margin-top: 30px;
  }

  .slider_body p {
    width: calc(100% - 20px);
  }

  .s_call .callback, .s_feed .callback {
    background-position: center right 40px;
  }

  footer .img_fcall a {
    padding: 10px;
  }

  footer .fnetwork, footer .wr_info {
    margin: 0 auto;
    padding: 20px;
    float: none;
    width: 100%;
    max-width: 100%;
  }

  footer .hidden_network {
    display: block;
  }

  .s_call .callback, .s_call .feedback, .s_feed .callback, .s_feed .feedback {
    max-width: 100%;
  }

  .serv {
    width: 100%;
    max-width: 442px;
    margin: 0px auto 8px;
  }

  .hidden_mnu, .in_menu {
    width: 100%;
  }

  .hidden_mnu > li, .in_menu > li {
    width: 100%;
  }

  .hidden_mnu > li > a, .in_menu > li > a {
    display: block;
  }

  .feedback_form input:first-child {
    margin: 0 auto 20px;
  }  

  .feedback_form input {
    width: calc(100% - 40px);
    margin: auto;
    display: block;
  }

  .feedback_form textarea {
    width: calc(100% - 40px);
  }

  .note_form_feedback {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .feedback_form .captcha {
    margin: 0 auto 27px;
    width: calc(100% - 40px);
  }

  .feedback_form .captcha input {
    width: calc(100% - 111px);
    display: inline-block;
    margin-left: 20px;
  } 

  .form_feedback input[type="submit"] {
    width: 100%;
  }

  .nav-tabs {
    margin: 0 5px;
  }

  .nav-tabs li, .nav-tabs li:last-child {
    width: calc(50% - 10px);
    margin: 5px;
  }

  form[name="buy_form"] {
    padding: 10px;  
  }

  .rt {
    width: calc(100% - 20px);
    display: block;
    margin: 10px 10px 5px;
  }

  .tab-content {
    width: calc(100% - 20px);
    margin: 5px 10px 0px;
  }

  select[name="variants"] {
    width: 265px;
  } 

  .wrap_sku {
    text-align: left;
  }

  .monument_material {
    width: 100%;
    max-width: 360px;
    float: none;
  }

  .item_current_sku {
    padding: 7px;
  }

  .wrap_aside {
    width: 100%;
    display: none;
  }

  .content_products {
    padding: 0px 10px;
    width: 100%;
    display: block;
  }

  #worker_results {
    text-align: center;
  }

  #basket_items {
    width:100%;
    text-align:center;
  }

  #basket_items tbody tr.even {
    background:#fff;
  }

  #basket_items tbody tr.odd {
    background:#f3f5f8;
  }

  #basket_items tbody tr {
    padding:10px 0;
  }

  #basket_items .item {
    width:350px !important;
    max-width:100%;
  }

  #basket_items .item .item_desc
  {
    text-align:center;
    display:block;
    color: #f9530a;
    font-family: 'ArialBold';
  }

  #basket_items .price,
  #basket_items .custom {
    width:350px;
    max-width:100%;
  }

  #basket_items .price div,
  #basket_items .custom div {
    width: auto;
    max-width:100%;
  }

  #basket_items .result .name {
    text-align: left;
  }

  #basket_items .result .price {
    width:100%;
  }

  #basket_items .price {
    width:350px;
    max-width:100%;
  }

  #basket_items .control {
    width:750px;
    max-width:100%;
  }

  .item_desc_wrap {
    margin-top:10px;
  }

  #basket_items .itemphoto {
    float:none;
  } 

  #basket_items .itemphoto img {
    width:60px;
  }

  #basket_items .item img {
    float: none;
  }

  #basket_form_container, .s_order, .s_reviews, .page_body {
    padding: 0 15px;
  }

  #map_1, #map_2 {
    width: 100%;
  }

  .question_answer h2 {
    font-size: 18px;
  }

  .question_answer .on_answer p, .question_answer .on_answer ul, .question_answer .on_answer ol {
    font-size: 14px;
  }

  #reviews.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }

  #reviews.owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }

  .wr_search {
    right: 0px;
  }


/*  .desk_slider .slide_img {
    background-position: top right -1000px !important;
  }*/

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

  h1 {
    font-size: 36px;
  }

  .wrap_header {
    width: 100%;
  }

  .logo {
    display: none;
  }

  .logo_mob {
    display: inline-block;
    position: absolute;
  }

  .wrap_call {
    text-align: right;
  }

  .call, .pin, .envelope {
    padding: 0px 0px 0px 15px;
  }

  .slider_body p {
    font-size: 12px;
    color: #fff;
  }

  .s_call .callback, .s_feed .callback {
    background-position: center right 10px;
    font-size: 16px;
  }

  footer .flogo div {
    display: block;
    margin-left: 0;
    margin-top: -18px;
    max-width: 100%;
    width: 100%;
  }

  footer .img_fcall {
    margin: 10px auto;
    float: none;
  }

  footer .flogo img {
    display: block;
    margin: -48px auto 0;
    position: relative;
  }

  .nav-tabs li, .nav-tabs li:last-child {
    width: calc(100% - 10px);
  }

  .tab-content > .tab-pane {
    padding: 20px 10px;
  }

  .cost_calc_item {
    padding: 10px;
  }

  .cost_calc_item span:first-child {
    width: 60px;
  }

  .slick-prev.slick-arrow, .slick-next.slick-arrow {
    display: block !important;  
  }

  .item_slider .slider-for-one {
    width: 300px;
  }

  .item_slider .slider-for-one .slick-track {
    width: auto !important;
  }

  .item_slider .slider-for-one .item_slick, .item_slider .slider-for-one .item_slick div {
    width: 300px !important;
  }

  .item_slider .slider-for {
    margin-bottom: 10px;
  }

  #basket_form_container, .s_order, .s_reviews, .page_body {
    padding: 0 10px;
  }

  .order_wr input[type="text"] {
    width: 100%;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .prod_sort {
    width: 265px;
    float: none;
    margin: 10px 0;
  }

  .content_products h1 {
    padding: 33px 0 15px;
  }

  .callback-form, .feedback-form {
    max-width: 400px;
    width: 100%;
    padding: 30px;
  }

  .gall_img {
    width: 300px;
    height: 300px;
  }

  .wr_search {
    position: relative;
    float: right;
    margin: 0;
  }
  
  .wr_search.search_active {
    float: none;
    position: absolute;
    left: 0;
  }

  .autocomplete-suggestions {
    width: 308px !important;
    margin-left: -38px;
  }

  .form_search {
    left: 0;
    right: auto;
    width: 320px;
  }

  .form_search input[type="text"] {
    width: 265px;
  }

  .slider_body h1, .slider_body h1.sld_h1, .slider_body h1.sld_h2, .slider_body h1.sld_h3, .slider_body h1.sld_h4, 
  .slider_body .sld_h1.h1, .slider_body .sld_h2.h1, .slider_body .sld_h3.h1, .slider_body .sld_h4.h1 {
    padding: 50px 35px 12px;
    font-size: 16px;
  }
  .slider_body h1.sld_h3, .slider_body h1.sld_h4, .slider_body .sld_h3.h1, .slider_body .sld_h4.h1 {
    padding: 90px 35px 12px;
  } 
  .desk_slider .slide_img {
    background-position: top right -1070px !important;
  } 

  .desk_slider {
    display: none;
  }
/*  .mob_slider {
    display: block;
  }*/
  .mob_slider2 {
    display: block;
  }

}