.hidden-lg-screen, .mob-search-input {
  display: none;
}

.news-content .right_col {
  float: right;
}


#policyBlockForFirstVisitButton {
  background: #50ccff;
  text-transform: none;
}

@media (max-width: 767px){
  #policyBlockForFirstVisitInner a {
    color: #50ccff;
    border: 1px solid #50ccff;
    text-transform: none;
  }
}

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

  #footer p.copy {
    position: relative;
  }

  .hidden-lg-screen {
    display: inline-block;
    position: relative;
  }

  .hidden-sm-screen {
    display: none !important;
  }

  html, body, #wrapper, #header, #banner, #footer, #footer .col.first, .content, .new #header_inner {
    min-width: 1px;
    display: block;
    position: relative;
    max-width: 100%;
    width: auto;
    margin: 0 0;
    /*overflow: hidden;*/
  }

  .menu-icon {
    float: left;
    margin-top: 19px;
    padding-left: 20px;
  }


  .new #banner {
    height: 450px;
    top: 0;
  }

  .slider, .slides, .slick-track, li.slide, .slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
  }
  .slick-dots {
    bottom: 5%;
    left: 35%;
  }

  div.link.menu.close .second_level {
    display: none !important;
  }

  div.link.menu.active .second_level, .link.menu:hover .second_level, .new #header div.link.hover .second_level,   .new #header div.link.hover .second_level {
    display: block !important;
  }

  .new.mainpage #header, .left_col, .filter, .right_catalog, .item.plate:not(.item-products-in-group), .left_catalog, .max,
  .item_left, .item_right, #item_big_photo {
    max-width: 100%;
    width: 100%;
    margin: 0 0;
    display: block !important;
    position: relative;
  }

  #w {
    max-width: 100%;
    min-width: 320px;
  }

  .rediz .cols, .rediz .news_col, .rediz .reviews_col {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .rediz .cols {
    top: 0;
    background: #ffffff;
  }

  .news_col article, .reviews_col article {
    width: 48%;
  }

  .news_col a {
    font: 400 0.8em/1.3 "Open Sans", tahoma !important;
  }


  .slide a {
    height: 100% !important;
  }

  .slide img {
    max-height: 370px !important;
  /*  max-height: 200px !important;*/
  }

  .slide .figure {
    display: block;
    position: relative;
    height: 200px;
    margin-top: 50px;
  }

  .slide .gradient {
    height: 100%;
    width: 100%;
  }

  #footer .col {
    width: 49%;
    min-width: 1px;
    margin: 20px 0;
  }

  #footer .col.last {
    float: left;
    width: 100%;
  }

  #footer {
/*    height: 100%;
    max-height: 900px;*/
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
    width: auto;
    display: table-cell;
  }

  .logo_white {
    margin-bottom: 30px;
  }

  .social {
    display: inline-block;
    position: relative;
  }

  .news_col.scrolled a.h3, .news_col a.h3, .reviews_col a.h3 {
    padding: 0 20px;
    font-size: 1.2em !important;
    letter-spacing: 0.13em;
    border-bottom: none;
    text-decoration: underline;
    width: 100%;
  }

  .reviews_col a.h3 {
    padding: 0 0;
  }

  .news_col span {
    padding: 30px 20px 10px;
  }

  .news_col h2 {
    padding: 0 20px;
  }

  .news_col p {
    padding: 10px 20px 50px;
    color: #323232;
    text-align: left;
    font: 400 1em/18px "Open Sans", tahoma !important;
  }

  .reviews_col .news {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .reviews_col a {
    font: 400 1em/22px "Open Sans", tahoma;
    color: #383838;
    text-align: left;
  }

  .social-icons {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
  }

  .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  h1 {
    text-align: center;
  }

  .container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .hamburger {
    margin: 0 auto;
    width: 30px;
    height: 20px;
    position: relative;
  }

  .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    transition: all 0.4s ease-in-out;
    position: absolute;
  }

  .bar1 {
    top: 0;
  }

  .bar2,
  .bar3 {
    top: 8.5px;
  }

  .bar3 {
    right: 0;
  }

  .bar4 {
    bottom: 0;
  }

  #checkbox2:checked + label > .hamburger2 > .bar1, .jq-checkbox.checkbox2.visuallyHidden.checked + label > .hamburger2 > .bar1 {
    transform: translateX(40px);
    background-color: transparent;
  }

  #checkbox2:checked + label > .hamburger2 > .bar2, .jq-checkbox.checkbox2.visuallyHidden.checked + label > .hamburger2 > .bar2 {
    transform: rotate(45deg);
  }

  #checkbox2:checked + label > .hamburger2 > .bar3, .jq-checkbox.checkbox2.visuallyHidden.checked + label > .hamburger2 > .bar3 {
    transform: rotate(-45deg);
  }

  #checkbox2:checked + label > .hamburger2 > .bar4, .jq-checkbox.checkbox2.visuallyHidden.checked + label > .hamburger2 > .bar4 {
    transform: translateX(-40px);
    background-color: transparent;
  }


  .new #header_inner {
    padding: 0 20px;
    background: #353537;
  }

  .new #menu {
/*    height: 100vh;*/
    width: 100%;
    background-color: #212121;
    margin: 11px 0 0 0;
/*    overflow-x: hidden;
    overflow-y: scroll;*/
    z-index: 99999;
    position: absolute;
  }

  .new #menu div.link {
    background-color: #212121;
    border-bottom: 1px solid #3d3d3d;    
  }

  .new #menu div.link p, .new #menu div.link p a {
    height: 100%;
    /*height: 60px;*/
    line-height: 65px;
    text-align: left;
    padding-left: 20px;
/*    border-bottom: solid 1px #2d2d2d;*/
    display: block;
    max-width: 100%;
  }

  .new #menu div.link p a:not(.lnk){
    pointer-events: none; 
  }

  .new #menu div.link, .new #menu div.link:nth-child(4), .new #menu div.link p a {
    width: 100%;
    display: block;
    padding-left: 0;
  }

  .link.menu:before {
    content: url(https://static.oklick.ru/img/mobile-img/arrow-right.svg);
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 19px 20px 0 0;
    float: right;
  }

  .link.menu:nth-of-type(4):before {
    content: none;
  }

  div.link.menu.close .second_level {
    display: none !important;
  }

  div.link.menu.active .second_level, div.link.menu.active.hover .second_level, .link.menu:hover .second_level, .new #header div.link.hover .second_level, .new #header div.link.hover .second_level {
    display: block !important;
  }   


  @keyframes arrow-rotate {
    100% {
      transform: rotate(-90deg);
    }
  }


  .link.menu.active:before {
    animation: arrow-rotate 0.7s ease-in-out;
    animation-fill-mode: forwards;
  }

  .new #menu .second_level a {
    border-bottom: 1px solid #393939;
    font: 500 1rem/1 'open sans', tahoma;
    color: #9c9c9c;
        margin: 0 0;
    /*padding: 15px 10%;*/
    text-align: left;
  }


  .new #header_inner, .new #header {
    background: #353537;
    height: 60px;
  }


  .new #header_inner {
    padding: 0 0;
    text-align: center;
  }

  .new #header .second_level {
/*    top: 65px;*/
    background-color: #212121;
    z-index: 500;
  }

  .new #search {
    display: block;
    position: relative;
    background: url(https://static.oklick.ru/img/mobile-img/search.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 19px 0 0 0;
    padding-right: 20px;
  }

  .new a#logo {
    max-width: 100px;
    width: 100px;
    margin-top: 19px;
    float: none;
    display: inline-block;
    padding: 0;
    min-width: 1px;
    margin-right: 0;
  }

  a#logo img {
    width: 100px;
  }

  input.long, input:focus, .config-form select:focus {
    border: 1px solid #50ccff;
    width: 100%;
    outline: #50ccff auto 1px;
  }

  input {
    margin-bottom: 30px;
  }

  input.small[type="submit"], input[type="submit"] {
    background: #50ccff;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0;
  }

  .mob-search-input, #menu, .new #search form, .social a:nth-child(2), .mainpage .reviews_col .clear15, .slider-nav, .new_box div.image, .news-content .right_col .box, .mob-search-input, .charfilter {
    display: none;
  }

  .mob-search-input.open-search {
    position: absolute;
    width: 100%;
  }

  .mob-search-input form {
    background: none repeat scroll 0 0 #ffffff;
    color: #676767;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    margin-top: 13px;
  }

  .mob-search-input input[type="submit"] {
    background-image: url(https://static.oklick.ru/img/mobile-img/search.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    width: 15%;
    height: 50px;
    display: block;
    position: relative;
    float: right;
    background-position: center center;
    padding: 0 0;
    margin-left: -5px;
    border-radius: 0 0;
    border-width: 0;
  }

  .mob-search-input form input[type="text"] {
    width: 80%;
    margin: 0 0;
    height: 50px;
    float: left;
    border-radius: 0 0;
    padding: 0 0 0 15px;
    border-width: 0;
  }


  .right_col h3 {
    background: #ffffff;
    text-transform: uppercase;
  }

  #footer .col.first {
    width: 100%;
  }

  .rediz#wrapper {
    width: 100%;
  }

  #search.search-close {
    background: url(https://static.oklick.ru/img/mobile-img/x.svg);
    background-repeat: no-repeat;
  }

  .slide h2 {
    font-size: 20px;
    padding: 0 20px;
    text-align: center;
  }

  .slide .caption {
    height: auto !important;
  }

}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .new #menu div.link p, .new #menu div.link p a {
    text-align: left;
  }

  .slide .figure {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 80px;
  }

  .slide .gradient {
    bottom: 66%;
    top: 126px;
    height: 900px;
  }

  .new #menu .second_level a {
    font: 500 12px/1 'open sans', tahoma;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 600px) {
  .news_col article, .reviews_col article {
    width: 100%;
  }
}
