.top-menu-switcher {
  display: none;
}

@media (max-width: 1260px) {
  .faq-pagenavigation__wrapper .pager_content {
    display: block;
  }
}

@media (max-width: 766px) {
  body {
    max-width: 100vw;
    /*
     overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    */
  }

  #page_wrap header,
  #banners,
  #main_news,
  .page_width {
    width: 320px;
  }

  /*HEADER*/
  header {
    text-align: center;
    position: relative;
  }

  header #logo {
    float: none;
    display: inline-block;
  }

  header .search {
    display: block;
    margin: 0;
    float: none;
  }

  header .search .search_icon {
    right: 25px;
  }

  header #phone {
    display: block;
    float: none;
    margin-top: 20px;
    width: 250px;
  }

  header #call_us {
    float: none;
    display: block;
    margin: 10px 0 0 0;
    width: 250px;
  }

  header #call_us span {
    display: none;
  }

  #crumbs {
    display: none;
  }

  /*HEADER*/
  /* TOP_MENU */
  .top-menu-switcher {
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 180px;
    right: 17px;
    background: #00a0e3;
    transition: background .1s linear, transform .3s linear;
  }

  .top-menu-switcher:before {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 10px;
    transition: background .3s linear, top .3s linear;
  }

  .top-menu-switcher:after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 30px;
    transition: background .3s linear, transform .3s linear;
  }

  .open-top-menu .top-menu-switcher {
    background: #fff;
    transform: rotate(45deg);
  }

  .open-top-menu .top-menu-switcher:before,
  .open-top-menu .top-menu-switcher:after {
    background: #00a0e3;
  }

  .open-top-menu .top-menu-switcher:before {
    top: 20px;
  }

  .open-top-menu .top-menu-switcher:after {
    top: 20px;
    transform: rotate(90deg);
  }

  header #menu {
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    border: none;
    position: relative !important;
  }

  .open-top-menu header #menu {
    max-height: 1500px;
    transition: max-height 1s linear;
    box-shadow: 0 0 1px 1px #e0e0e0;
    margin-bottom: 20px;
  }

  header #menu .menu-item {
    display: block;
    height: auto;
    border: none;
    overflow: hidden;
  }

  header #menu .menu-item a.menu-url {
    position: relative;
    display: block;
    height: 30px;
    vertical-align: top;
    line-height: 30px;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 !important;
  }

  header #menu .menu-item:first-of-type a.menu-url {
    border-top: none;
  }

  header #menu .menu-item:nth-child(1) .sub-menu-item {
    display: none !important
  }

  header #menu .menu-item:nth-child(2) .sub-menu-item,
  header #menu .menu-item:nth-child(3) .sub-menu-item,
  header #menu .menu-item:nth-child(4) .sub-menu-item,
  header #menu .menu-item:nth-child(5) .sub-menu-item,
  header #menu .menu-item:nth-child(6) .sub-menu-item {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }


  header #menu .menu-item .sub-menu-item:after {
    display: none;
  }

  header #menu .sub-url {
    width: 50%;
    float: left;
  }

  #menu .sub-url:last-child a.sub-m,
  header #menu .sub-url a.sub-m {
    border-left: none !important;
    border-bottom: none !important;
    text-align: center !important;
    padding: 0;
    height: 30px;
    line-height: 30px;
  }

  /*
  header #menu .sub-url:nth-child(1) a.sub-m,
  header #menu .sub-url:nth-child(2) a.sub-m{
  border-top: none !important;
  }
*/
  header #menu .sub-url:nth-child(even) a.sub-m {
    border-right: none !important;
  }

  header #menu .sub-url:first-child a.sub-m,
  header #menu .sub-url:last-child a.sub-m {
    border-radius: 0 !important;
  }

  /* #TOP_MENU */
  /* MAIN_PAGE */
  #banners .wrap_ban {
    width: 100%;
    padding: 45px 10px 10px 138px;
  }

  #main_news .wrap_news {
    width: 100%;
    height: 100px;
  }

  #main_news .wrap_news .img_news {
    width: 68px;
    height: 100%;
  }

  #main_news .wrap_news .info_news {
    width: calc(100% - 68px);
  }

  #main_news .wrap_news .text_news {
    width: 100%;
    height: 54px;
    padding: 15px;
  }

  #main_news .wrap_news .date_news {
    width: 100%;
    height: 20px;
    line-height: 20px;
  }

  #main_ban {
    display: none;
  }

  /* #MAIN_PAGE */
  /* GOOD_ITEM */
  .ctlg_it {
    width: 320px;
    margin-bottom: 20px;
  }

  .ctlg_it .ctlg_it_name {
    text-align: center;
    padding: 5px;
  }

  .ctlg_it .ctlg_it_name .ctlg_it_name_title {
    height: auto;
    display: inline;
  }

  .ctlg_it .ctlg_it_inf {
    padding: 5px;
  }

  .ctlg_it .ctlg_it_inf .ctlg_it_inf_text {
    display: block;
    height: auto;
    /*white-space: nowrap;*/
    overflow: hidden;
    padding: 5px;
    /*text-overflow: ellipsis;*/
    margin-bottom: 0;
    font-size: 12px;
  }

  .ctlg_it .ctlg_it_name_title + p {
    display: inline;
  }

  /* #GOOD_ITEM */
  /* MODAL_CV */
  .req-body-sum {
    width: 100%;
  }

  .req-body-sum .sam-form .sam-f-left,
  .req-body-sum .sam-form .sam-form-right {
    position: relative;
    float: none;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .req-body-sum .sam-form .sam-f-left .field-entry:nth-child(1),
  .req-body-sum .sam-form .sam-f-left .field-entry:nth-child(4),
  .req-body-sum .sam-form .sam-form-right .field-entry:nth-child(1) {
    display: none;
  }

  .req-body-sum .sam-form .image-control,
  .req-body-sum .sam-form .control {
    width: 100%;
  }

  .req-body-sum .field-entry .field-name {
    line-height: 34px;
  }

  /* #MODAL_CV */
  /* CALCULATORS */
  #page .helper-box .left_side,
  #page .helper-box .right_side {
    width: 100%;
  }

  #page .helper-box .right_side .pin-layout {
    display: none;
  }

  #page .helper-box .right_side .helper-block {
    margin-top: 25px;
  }

  .helper-box .success-box,
  .helper-box .success-box-item {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #page .helper-box .right_side .helper-block {
    display: none;
  }

  /* #CALCULATORS */
  /* CATALOG */
  .detail-info .left-block-nav {
    width: 100%;
    float: none;
  }

  .detail-info .left-block-nav .group-products {
    margin-top: 25px;
  }

  .detail-info .left-block-nav .group-products .item-gr {
    padding: 5px 10px;
    text-align: center;
  }

  .left-block-nav .group-products .subcategory-block a.subcategory {
    padding: 5px 10px;
    text-align: center;
  }

  .detail-info .left-block-nav .group-products .item-gr.parent {

  }

  #content {
    width: 100%;
  }

  #content #pager {
    text-align: center;
    /*white-space: nowrap;*/
  }

  #content #pager .pager_content {
    float: none;
  }

  #content #pager a[rel="nofollow"] {
    display: none;
  }

  .no-colors #content {
    width: 100%;
  }

  /*#calc_call{
    display: none;
  }*/
  /* #CATALOG */
  /* FAQ */
  .width {
    width: 320px;
  }

  #content .faq_news-block {
    width: 100%;
  }

  .faq_news-block .tags-url {
    display: flex;
    flex-flow: wrap row;
    align-content: space-between;
    height: 190px;
    padding: 10px 0;
  }

  .faq_news-block .tags-url .item-tag {
    margin: auto;
    padding: 5px 10px;
  }

  #content .faq_news .faq_itm:nth-last-child(1) {
    margin-top: 0;
  }

  .right-block-nav {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }

  .right-block-nav .comment {
    height: auto;
  }

  .comment-body {
    width: 100%;
  }

  .comment-body .field-entry .field-input textarea {
    height: 90px;
  }

  .comment-body .field-entry.textarea + .field-entry {
    height: 110px;
  }

  .comment-body .image-control,
  .comment-body .com-form-body .control {
    width: 100%;
  }

  #content .faq_news {
    width: 100%;
  }

  .right-block-nav .comment .sotial {
    position: relative;
  }

  /*	#comment-form .com-form-body .field-entry:nth-child(2){
      display:none;
    }*/
  .comment-body .bottom {
    width: 100%;
    padding: 20px;
  }

  .faq_news-block .comment,
  .faq_news .comment {
    margin-bottom: 20px;
  }

  .faq_news .comment p,
  .faq_news .comment .sotial {
    display: none;
  }

  /* #FAQ */
  /* WHERE TO BUY */
  .left_top_inf,
  .right_top_inf {
    float: none;
    width: 100%;
  }

  #content .content_map {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  #content .content_map .gmnoprint {
    display: none !important;
  }

  #content .content_map #map_canvas {
    height: 300px !important;
  }

  #content .content_map #map_canvas #pac-input {
    left: -5px !important;
  }

  #content .select_content {
    border-top: none;
  }

  #content .select_content select {
    width: 100%;
    float: none;
    margin: 5px 0 !important;
  }

  #content .list_table,
  #content .list_table_range {
    display: block;
  }

  #content .list_table tr,
  #content .list_table td,
  #content .list_table tbody,
  #content .list_table_range tr,
  #content .list_table_range td,
  #content .list_table_range tbody {
    display: block;
    width: 100% !important;
  }

  #content .list_table tr,
  #content .list_table_range tr {
    border-bottom: 1px solid #dadada;
  }

  #content .list_table tr:last-of-type,
  #content .list_table_range tr:last-of-type {
    border-bottom: none;
  }

  #content .list_table tr td,
  #content .list_table_range tr td {
    border: none;
  }

  /* #WHERE_TO_BUY */
  /* NEWS */
  #content .wrap_act {
    float: none !important;
    height: 100px;
  }

  #content .wrap_act .img_act {
    width: 70px !important;
    height: 100% !important;
  }

  #content .wrap_act .info_act {
    width: calc(100% - 70px)
  }

  #content .wrap_act {
    width: 100%;

  }

  #content .wrap_act .text_act {
    width: 100%;
  }

  #content .wrap_act .text_act h4,
  #content .wrap_act .text_act p {
    display: block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #content .left_col,
  #content .right_col {
    width: 320px;
    float: none;
  }

  .galleria-info {
    border-bottom: none;
  }

  #content h1 {
    line-height: 1em;
  }

  #content .left_col h3 {
    line-height: 1em;
  }

  #content .news_img_wrap {
    height: 300px;
    line-height: 300px;
  }

  #main_news .wrap_news .text_news {
    height: 100% !important;
  }

  #content .wrap_act.light .text_act h4,
  #content .wrap_act .text_act h4 {
    height: 100% !important;
    white-space: normal !important;
  }

  /* #NEWS */
  /* ARTICELS */
  #content .left_col img {
    max-width: 100%;
    height: auto;
  }

  #last_articles {
    display: none;
  }

  /* #ARTICELS */
  /* PHOTOS */
  #galleria .galleria-container {
    margin-top: 10px;
  }

  #galleria .galleria-thumbnails-container.galleria-carousel {
    display: none;
  }

  #galleria .galleria-info {
    display: none !important;
  }

  /* #PHOTOS */
  /* VIDEOS */
  .wrap_act .video-prew {
    width: 70px;
  }

  .wrap_act .video-prew img {
    width: 70px;
    height: 100%;
  }

  .left_col .video-content {
    padding: 0;
    height: auto;
  }

  .left_col .video-content iframe {
    width: 100% !important;
    padding: 0 !important;
  }

  .left_col .title-video,
  .left_col .video-blocks {
    display: none;
  }

  .right_col .detail_condit {
    width: 100%;
  }

  /* #VIDEOS */
  /* CERT */
  .cert_items a {
    margin-right: 0;
  }

  .cert_items .cert_item {
    width: 100%;
  }

  .cert_items .cert_item img {
    width: 258px;
  }

  /* #CERT*/
  /* CONTACTS */
  #page .detail_cont,
  #page .detail_condit {
    width: 100%;
    float: none;
  }

  #page .detail_cont table,
  #page .detail_cont table tbody,
  #page .detail_cont table tr,
  #page .detail_cont table td {
    display: block;
    width: 100%;
  }

  #page .detail_cont table td {
    border-left: none !important;
    border-right: none !important;
  }

  #page .detail_condit {
    height: auto;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  #page .detail_condit .item_cond {
    position: relative;
  }

  /* #CONTACTS */
  /* DEALER */
  #content .dealer_table,
  #content .dealer_table caption,
  #content .dealer_table tbody,
  #content .dealer_table tr,
  #content .dealer_table td {
    display: block;
    width: 100% !important;
  }

  #content .dealer_table tbody tr td {
    border: 1px solid #dadada;
    border-top: none;
  }


  #content .succes_table,
  #content .succes_table caption,
  #content .succes_table tbody,
  #content .succes_table tr,
  #content .succes_table td {
    display: block;
    width: 100% !important;
  }

  #content .succes_table td {
    border: 1px solid #dadada !important;
    border-bottom: none !important;
    border-radius: 0 !important;
  }

  #content .succes_table td:last-of-type {
    border-bottom: 1px solid #dadada !important;
  }

  #content .succes_table tr td span {
    display: none;
  }

  #content .contact_table tr td span {
    display: block;
  }

  /* #DEALER */
  /* ORDER_CALL */
  #req-call.req-body {
    width: 100%;
  }

  /*#req-call.req-body .select.more-data.js_req{
    display: none;
  }*/
  #req-call .field-entry:nth-child(3) {
    display: none;
  }

  #req-call .call-form {
    height: 390px;
  }

  .bottom-send .bottom-send-l {
    display: none;
  }

  .bottom-send .bottom-send-r {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }

  .bottom-send .bottom-send-r .send-but {
    display: inline-block;
  }

  .call-form .field-entry .field-input textarea {
    height: 80px;
  }

  /* ORDER_CALL */
  /*FOOTER*/
  footer {
    width: 100%;
  }

  #footer_links {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #footer_links .footer_about,
  #footer_links .footer_menu,
  #footer_links .footer_socials {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0 0 0;
  }

  .footer_about > div,
  .footer_menu > div,
  .footer_socials > div {
    margin-bottom: 5px !important;
  }

  .footer_menu > div,
  .footer_socials > div {
    border-top: 1px solid #dadada;
    padding-top: 5px !important;
  }

  footer .quick-link-phone {
    display: none;
  }

  #footer_links .footer_socials a {
    display: inline-block;
    width: 180px;
    text-align: left;
  }

  #footer_bottom {
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  #footer_bottom .mst {
    display: none;
  }

  /*#FOOTER*/
  .prompt {
    left: -30px;
  }

  .prompt .uniTipTop .ugol div {
    left: 60px;
  }

  .prompt .uniTipTop {
    width: 250px;
  }

  .prompt .text {
    width: 100%;
  }
}


@media (min-width: 767px) AND (max-width: 1260px) {
  body {
    max-width: 100vw;
    /*
     overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    */
  }

  html > body #page_wrap,
  html > body #page_wrap header,
  html > body #banners,
  html > body #main_news,
  html > body .page_width,
  html > body #main_ban,
  html > body .width {
    width: 720px;
  }

  html > body #page_wrap {
    margin: 0 auto;
  }

  #belinka_rcmd {
    background-color: transparent;
  }

  /* MAIN */
  .search {
    margin: 36px 0 0 10px;
  }

  .search input.text {
    width: 260px;
  }

  #call_us {
    display: none;
  }

  #menu {
    position: relative !important;
  }

  #menu .menu-item:nth-child(2) a,
  #menu .menu-item:nth-child(3) a {
    line-height: 25px;
    padding-top: 10px;
  }

  #menu .sub-url a.sub-m {
    /*white-space: nowrap;*/
  }

  #banners .wrap_ban {
    width: 100%;
  }

  #main_news .wrap_news {
    width: 100%;
  }

  #main_news .info_news {
    width: calc(100% - 130px);
  }

  #main_news .text_news,
  #main_news .date_news {
    width: 100%;
  }

  #belinka_rcmd .owl-stage-outer .ctlg_it {
    width: 290px;
  }

  #owl-index-small .owl-item a {
    margin-left: 35px;
  }

  #footer_links .footer_about {
    width: 18%;
  }

  #footer_links .footer_menu {
    width: 50%;
  }

  #footer_links .footer_socials {
    width: 24%;
  }

  #footer_links .footer_menu a {
    width: 215px;
  }

  /* #MAIN */
  /* CALCULATOR */
  .helper-box .left_side {
    width: 100% !important;
    height: auto !important;
  }

  .helper-box .right_side {
    display: none;
  }

  .helper-box .success-box,
  .helper-box #council,
  .helper-box #tips {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .ctlg_it {
    width: 225px;
    margin-right: 21px;
  }

  #belinka_rcmd .ctlg_it {
    width: 176px;
  }

  .ctlg_it .ctlg_it_name {
    display: table;
    padding: 0;
    width: 100%;
  }

  .ctlg_it .ctlg_it_name .ctlg_it_name_title {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }

  .ctlg_it .ctlg_it_inf {
    padding: 10px;
  }

  .ctlg_it .ctlg_it_inf .ctlg_it_inf_text {
    display: block !important;
    height: auto;
  }

  /* #CALCULATOR */
  /* MAP */
  #content .content_map {
    width: 100%;
  }

  #content .select_content select {
    width: 338px;
  }

  #content .list_table {
    width: 720px !important;
    max-width: 720px !important;
    overflow: hidden;
  }

  #content .list_table tr td + td + td {
    /*display: none;*/
  }

  /* #MAP */
  /* NEWS */
  #content .left_col,
  #content .right_col {
    float: none;
    width: 100%;
  }

  /* #NEWS */
  /* CATALOG */
  .detail-info .left-block-nav {
    width: 100%;
    margin-right: 10px;
  }

  .pictograph .pict-item {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-right: 5px;
  }

  .detail-info #content {
    width: calc(100% - 0px);
  }

  .right-block-nav {
    width: 100%;
    margin-left: 0;
    height: auto;
  }

  .prompt {
    left: -17%;
  }

  .pictograph {
    margin: 0;
    text-align: center;
  }

  .ctlg_it_name .ctlg_it_name_title + p {
    display: none;
  }

  /* #CATALOG */
  /* FAQ */
  #content .faq_news,
  #content .faq_news-block {
    width: 100%;
  }

  .right-block-nav .comment {
    height: auto;
  }

  .right-block-nav .comment .sotial {
    position: relative;
  }

  /* #FAQ */
  /* NEWS_ETC*/
  #content .wrap_act {
    width: 100%;
  }

  #content .wrap_act .info_act {
    width: calc(100% - 168px);
  }

  #content .wrap_act .video-prew + .info_act {
    width: calc(100% - 170px);
  }

  #content .wrap_act .text_act {
    width: 100%;
  }

  /* #NEWS_ETC*/
  /* CERT */
  .cert_items a {
    margin: 10px;
  }

  .cert_items .cert_item {
    width: 340px
  }

  .cert_items .cert_item img {
    width: 278px;
    height: 383px;
  }

  /* #CERT */
  /*JOB#*/
  #content .v_list .v_item .v_item_head h4 {
    font-size: 14px;
  }

  /* CONTACTS */
  .detail_cont {
    width: 720px;
  }

  .detail_condit {
    display: none;
  }

  .detail_cont table td {
    font-size: 12px;
  }

  /* #CONTACTS */
  /*.exps_link.modal,
  #banners .wrap_ban.bnr_3{
    display: none;
  }
  */
  #belinka_rcmd .page_width .ctlg_it {
    margin-right: 4px;
  }

  .faq_news .comment p,
  .faq_news .comment .sotial {
    display: none;
  }

  .faq_news .comment {
    margin-bottom: 20px;
  }
}

/* ---------- */

@media (max-width:766px) {
  .ctlg_it .ctlg_it_inf .ctlg_it_inf_text {
    display: block !important;
  }
}

/* ---------- */