@media (max-width: 820px) {
  .header .navigation .menu li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .promo .slider_wrap .promo_slider .slick-active .item .info span.description {
    top: 236px;
  }
  .promo .slider_wrap .promo_slider .slick-active .item .info span.head {
    bottom: 220px;
  }
  .main_catalog{
    width: 40%;
  }
  .main_calculator {
    width: calc(60% - 20px);
  }
  .main_calculator .controls {
    width: 100%;
  }
  .main_calculator .calculator_wrap .scheme{
    display: none;
  }
  .main_calculator.inner .calculator_wrap .scheme{
    display: block;
  }
  footer.footer .info .copyright {
    width: 50%;
  }
  .header .sub_navigation {
    padding: 7px;
  }
  .header .sub_navigation ul li {
    border-left: none !important;
    padding-left: 0;
    padding-right: 2px;
  }
  .header .sub_navigation ul li a {
    font-size: 14px;
  }
  .advantages .item {
    width: calc(50% - 5px);
  }
  .advantages .item:nth-child(3n+3){
    margin-right: 10px
  }
  .advantages .item:nth-child(2n+2){
    margin-right: 0px
  }
  .catalog_section_tile .items .item {
    width: 49%;
    margin-bottom: 15px
  }
  .catalog_section_tile .items .item .wrap {
    width: 100%;
  }
  .colors_gallery .thumbs ul li {
    margin-bottom: 10px;
  }
  .instructions .item {
    width: 50%;
  }
  .dealers .filter .controls .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .dealers .views .wrap .btn {
    width: 49%;
  }
  .dealers_list .item {
    width: 32%;
  }
  .manufacturers .manufacturers_map {
    display: none !important;
  }
  .top_links a {
    width: 49%;
    margin-bottom: 5px;
  }
  .education {
    padding-top: 20px;
  }
  .education .items .item .controls .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .top .top_wrap .search{
    display: none
  }
  .top .top_wrap .city_select {
    width: 50%;
  }
  .top .top_wrap .city_select .btn{
    display: none;
  }
  .top .top_wrap .user_area {
    width: 50%;
  }
  .header .navigation {
    height: 60px;
  }
  .header .navigation .logo {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .navigation .logo img {
    max-width: 60px;
    max-height: 50px;
  }
  .header .navigation .menu_burger {
    position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-right: 10px;
    cursor: pointer
  }
  .header .navigation .menu_burger span, .header .navigation .menu_burger:after, .header .navigation .menu_burger:before{
    height: 4px;
    width: 100%;
    position: absolute;
    background: #fff;
    margin: 0 auto;
  }
  .header .navigation .menu_burger span{
    top: 16px;
  }
  .header .navigation .menu_burger:after, .header .navigation .menu_burger:before{
    content: '';
  }
  .header .navigation .menu_burger:after{
    bottom: 5px;
  }
  .header .navigation .menu_burger:before{
    top: 5px;
  }
  .header .navigation .menu_burger.open span {
      opacity:0;
      transition: 0.5s;
      background: #f5d328;
  }
  .header .navigation .menu_burger.open:before {
      transform: rotate(45deg);
      top: 16px;
      transition: 0.4s;
      background: #f5d328;
  }
  .header .navigation .menu_burger.open:after {
      transform: rotate(-45deg);
      bottom: 16px;
      transition: 0.4s;
      background: #f5d328;
  }
  .header .navigation .menu {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 60px;
    background: #656565;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.17);
    left: -100%;
    transition: all 0.4s ease;
  }
  .header .navigation .menu.open{
    left: 10px;
  }
  .header .navigation .menu li{
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
    border-left: 2px solid #fff;
    border-bottom: none;
    text-align: left;
    padding-left: 20px;
  }
  .header .navigation .menu li.dropdown > a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    transition: all .5s;
  }
  .header .navigation .menu li.dropdown > a:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/ico/up.png) center center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
  }
  .header .navigation .menu li.dropdown.open > a:after {
    transform: rotate(0deg);
  }
  .header .navigation .menu li.dropdown.open .sub_menu{
    display: block;
  }
  .header .navigation .menu li .sub_menu li {
    border-left: none;
    padding-left: 10px;
    line-height: 30px;
  }
  .header .sub_navigation{
    display: none;
  }
  .promo {
    margin-top: -85px;
  }
  .promo .slider_wrap .promo_slider .slick-active .item .info span.description {
    top: 136px;
    max-width: 100%;
  }
  .promo .slider_wrap .promo_slider .item .info span.head{
    font-size: 50px;
  }
  .promo .promo_link .items .item {
    width: 50%;
    padding: 15px;
  }
  .promo .promo_link .items .item span.name {
    margin: 12px 0;
  }
  .main_catalog {
    width: 100%;
  }
  .main_calculator {
    width: 100%;
  }
  .main_calculator.inner .calculator_wrap .controls {
    width: 100%;
  }
  .main_calculator.inner .calculator_wrap .scheme{
    display: none;
  }
  .main_info .items .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .main_links .items .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .column_wrap .wrapper {
    width: 100%;
  }
  .content .column_wrap .sidebar {
    width: 100%;
    padding-top: 30px
  }
  .advantages .item, .advantages.double .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .catalog_section .item {
    width: 49%;
    margin-bottom: 5px;
  }
  .catalog_element .element_gallery .type ul li{
    margin-bottom: 15px;
  }
  .catalog_element .element_description table thead {
    display: none
  }
  .catalog_element .element_description table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .catalog_element .element_description table td {
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .catalog_element .element_description table td span {
    display: block;
    background: #464646;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .questions .btn{
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .catalog_section_tile .items{
    margin-top: 20px
  }
  .catalog_section_tile .items .item {
    width: 100%;
  }
  .interesting .wrap .image {
    width: 100%;
    order: 0;
  }
  .interesting .wrap .text {
    width: 100%;
    order: 1;
  }
  .colors_gallery .thumbs {
    width: 100%;
    order: 1;
    margin-top: 10px
  }
  .colors_gallery .result_view {
    width: 100%;
    order: 0;
    margin-top: 10px
  }
  .text_page .img_left{
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 100%;
    width: 100% !important;
  }
  .text_page .img_right {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 100%;
    width: 100% !important;
  }
  .instructions .item {
    width: 100%;
  }
  .nav_tabs .item {
    display: block;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }
  .nav_tabs .item .title, .nav_tabs .item a {
    font-size: 19px;
  }
  .compare .item {
    margin-bottom: 30px
  }
  .compare .item .info {
    width: 100%;
    align-items: center;
  }
  .compare .item .image {
    width: 100%;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    background-position: center top;
  }
  .seo_text.white {
    padding: 20px;
  }
  .manufacturers .items .item {
    width: 100%;
    flex-direction: column;
  }
  .manufacturers .items .item .image {
    width: 100%;
    text-align: center;
  }
  .manufacturers .items .item .info {
    width: 100%;
  }
  .dealers .filter > div {
    width: 49%;
  }
  .dealers .filter .controls, .dealers .filter .jq-selectbox:nth-child(3){
    margin-top: 10px;
  }
  .dealers .buttons {
    margin-top: 0px;
  }
  .dealers .buttons .btn {
    width: 100%;
    margin-top: 5px;
  }
  .dealers .views {
    margin-top: 5px;
  }
  .dealers .views .empty{
    display: none;
  }
  .dealers .views .wrap{
    width: 100%;
  }
  .dealers_list .item{
    width: 49%;
  }
  .content .dealer_wrap .sidebar{
    width: 100%;
  }
  .dealer_wrap .sidebar .image img {
    max-height: 150px;
  }
  .dealer_wrap .sidebar .contacts span {
    margin-bottom: 5px;
  }
  .content .dealer_wrap .wrapper {
    width: 100%;
  }
  .catalog_section_tile.third .items .item {
    width: 100%;
  }
  .manufacturers .manufacturers_list .item .info {
    flex-direction: column;
  }
  .manufacturers .manufacturers_list .item .info .image, .manufacturers .manufacturers_list .item .info .description {
    width: 100%;
  }
  .manufacturers .manufacturers_list .item .info .image {
    justify-content: center;
    margin-bottom: 15px;
  }
  .manufacturers .manufacturers_list .item .contacts span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .manufacturer_wrap .controls {
    flex-direction: column;
  }
  .manufacturer_wrap .controls .btn{
    width: 100%;
    text-align: center;
  }
  .manufacturer_wrap .info {
    margin-bottom: 10px;
  }
  .manufacturer_wrap .info .banner{
    height: 180px;
  }
  .manufacturer_wrap .info .logo {
    width: 138px;
    height: 100px;
    padding: 5px;
  }
  .manufacturer_wrap .contact_us .contact {
    width: 100%;
  }
  .top_links a {
    width: 100%;
  }
  .gallery .big_slider .item {
    height: 300px;
  }
  .gallery .small_slider {
    margin-top: 0px;
  }
  .gallery .small_slider .item {
    height: 50px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .education .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .education .items .item .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order .order_form .types .show_type, .order .order_form .types .show_thubs .lbl {
    display: none;
  }
  .order .order_form .types .show_thubs ul {
    width: 100%
  }
  .order .order_form .types .show_thubs ul li a img {
    height: 40px;
  }
  .order .order_form .calc {
    flex-direction: column;
  }
  .order .order_form .calc .lbl {
    display: flex;
    order: 0;
    width: 50%;
    font-size: 15px;
  }
  .order .order_form .calc .lbl b {
    display: inline-block;
    font-weight: 300;
    padding-right: 5px;
  }
  .order .order_form .calc .number_wrap {
    display: flex;
    order: 1;
  }
  .order .order_form .calc .quatro {
    width: 100%;
    padding-right: 0;
    padding-left: 20px;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .order .order_form .calc .quantity {
    width: 100%;
    padding-left: 20px;
  }
  .order .order_form .calc .quantity::before {
    display: none;
  }
  .order .order_form .calc .quantity .lbl {
    padding-left: 0px;
    padding-right: 30px;
  }
  .order .order_form .form {
    flex-direction: column;
  }
  .order .order_form .form .wrap {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .order .order_form .form .wrap .line label {
    width: 100%;
    text-align: left;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .order .order_form .form .wrap .line input {
    width: 100%;
  }
  .order .order_form .form .description {
    width: 100%;
  }
  .docs ul li a {
    hyphens: auto;
  }
  .docs ul li a span {
    padding-left: 0px;
    padding-top: 10px
  }
  .search_page .search_form input{
    width: 100%;
    margin-bottom: 5px;
  }
  .search_page .search_form .btn {
    width: 100%;
  }
  .page_404 {
    padding-top: 40px;
    font-size: 18px;
  }
  footer.footer .menu ul {
    line-height: 30px;
  }
  footer.footer .menu ul li:last-child {
    border-left: 1px solid transparent;
    padding-left: 0;
    width: 100%;
  }
  footer.footer .menu ul li a{
    font-size: 13px;
  }
  footer.footer .info {
    padding-bottom: 0;
  }
  footer.footer .info .copyright {
    width: calc(100% - 73px);
  }
  footer.footer .info .copyright p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
  }
  footer.footer .info .socials {
    width: 100%;
    padding-top: 20px;
  }
  footer.footer .info .socials ul {
    text-align: center;
  }
}

@media (max-width: 700px) {

}

@media (max-width: 650px) {

}

@media (max-width: 600px) {

}

@media (max-width: 550px) {

}

@media (max-width: 500px) {

}

@media (max-width: 400px) {

}

@media (max-width: 365px) {

}

@media (max-width: 350px) {

}
