@media (min-width: 240px) and (max-width: 479px) {
  .content_block {
    padding: 20px 10px;
  }
  #index_slider {
    width: 100%;
    float: none;
    clear: both;
  }
  .left_b {
    display: none;
  }
  .first_index .banner {
    width: 100%;
    padding: 10px 0 0;
    margin: 0 auto;
    float: none;
  }
  .first_index .banner a img {
    width: 100%;
  }
  .carousel {
    width: 200px;
    margin: 0 auto;
  }
  header#header {
    border-bottom: 1px solid #333;
  }
  header#header > div {
    margin: 0 auto;
    padding: 0 10px;
  }
  header#header > div .social_lang {
    display: none;
  }
  header#header > div .logo {
    left: 10px;
    margin: 0;
  }
  .balance_check {
    display: none;
  }
  .main_nav {
    display: none;
  }
  .second_nav {
    display: none;
  }
  .toggler {
    display: block;
  }
  footer#footer {
    height: 30px;
    line-height: 30px;
  }
  footer#footer nav {
    display: none;
  }
  .main_wrapper {
    padding: 0 0 30px;
  }
  .subscribe_block {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    background: none;
  }
  .subscribe_block header p {
    float: none;
    padding: 0 0 15px;
  }
  .subscribe_block header .checkboxes {
    float: none;
    padding: 0 0 15px;
    overflow: hidden;
  }
  aside#aside_block > div .social_lang {
    width: 140px;
    float: none;
    margin: 0 auto;
  }
  aside#aside_block > div .balance_check {
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding: 15px 10px;
  }
  /* Current Action begin */
  .current_action {
    width: 100%;
  }
  .current_action .product_info {
    max-width: 100%;
    padding: 0;
  }
  .product_image {
    width: 100%;
  }
  .subscribe_right {
    width: 100%;
  }
  .subscribe_right .subscribe_inner {
    width: 100%;
    float: none;
  }
  .vote_block {
    width: 100%;
    float: none;
    border: none;
    padding: 0 20px;
    clear: right;
  }
  .action_list figure {
    width: 100%;
    margin: 0 0 2%;
    padding: 0;
  }
  .action_list figure:nth-child(3n-2) {
    margin: 0 0 2%;
  }
  .action_list figure:nth-child(2n-1) {
    margin: 0 0 2%;
  }
  /* Current Action end */
  /* Product list begin */
  .product_side {
    width: 100%;
  }
  .product_grid article .image {
    min-height: 100px;
  }
  .current_brand .product_grid.long article {
    min-height: 240px;
  }
  .current_brand .product_grid article {
    min-height: 290px;
  }
  .product_grid article, .product_grid.long article {
    width: 48%;
    height: auto;
    min-height: 290px;
    margin: 0 0 4% 4% !important;
    float: right;
    clear: right;
    padding: 10px 10px 50px;
  }
  .product_grid article:nth-child(2n-1), .product_grid.long article:nth-child(2n-1) {
    margin: 0 0 4% !important;
    float: left;
    clear: left;
  }
  .product_grid article .price em, .product_grid article .price span {
    font-size: 12px;
  }
  .filter_by {
    width: 259px;
    background: #fff;
    border: 1px solid #DFDFDF;
    padding: 10px;
    position: fixed;
    left: -259px;
    top: 10px;
    margin: 0 0;
    z-index: 2;
  }
  .filter_by section .checkboxes label span {
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .filter_by section .checkboxes label span::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .filter_by section .checkboxes label span::after {
    top: 3px;
    left: 0px;
  }
  a.filtre_toggler {
    display: block;
  }
  /* Product list end */
  /* News begin */
  .news_list ul li {
    width: 100%;
    float: none;
  }
  .news_list ul li .image {
    width: 100%;
    padding: 0 0 20px;
  }
  .news_list ul li .image img {
    width: 100%;
  }
  .photo_gallery figure {
    width: 100%;
  }
  /* News end */
  /* Events begin */
  .event_list .list::before {
    left: 10px;
  }
  .event_list .list > div article {
    width: 100%;
    float: none;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .event_list .list > div article h3 a::before {
    left: -26px;
  }
  .event_list .list > div article h3 a::after {
    left: -16px;
  }
  .event_list .list > div article h3 a:hover {
    padding: 0 0 0 10px;
  }
  .event_list .list > div article h3 a.active {
    padding: 2px 6px 4px 10px;
    margin-left: -8px;
  }
  .event_list .list > div article h3 a.active::before {
    left: -18px;
  }
  .event_list .list > div article h3 a.active::after {
    left: -8px;
  }
  /* Events end */
  /* Current product begin */
  .two_side .banners {
    display: none;
  }
  .current_product {
    width: 100%;
  }
  .product_gallery {
    float: none;
    width: 300px;
    margin: 0 auto 40px;
  }
  .product_gallery .big_image a {
    width: 300px;
    height: 300px;
  }
  .product_gallery .big_image a img {
    display: block;
    width: 100%;
  }
  .product_info {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .product_info .info dl dt {
    width: auto;
    padding: 0 15px 8px 0;
  }
  .product_info .info dl dd {
    width: auto;
  }
  /* Current product end */
  /* Brand begin */
  .current_brand .info .image {
    width: 100%;
    padding: 0 0 30px;
  }
  .current_brand .info .image img {
    width: 100%;
  }
  .brands_list figure {
    width: 100%;
  }
  /* Brand end */
  /* Contacts begin */
  .contacts .adress_list {
    width: 100%;
  }
  .contacts .adress_list ul {
    display: none;
  }
  .contacts .adress_list select {
    display: block;
  }
  .contacts .map_block {
    width: 100%;
  }
  .contacts .map_block .tabs {
    height: 120px;
    margin: -100px 0 0;
  }
  /* Contacts end */
  /* Cabinet begin */
  .cabinet_page .tabs ul li {
    width: 100%;
  }
  .cabinet_page .inner > div dl dt {
    padding: 0 0 5px;
  }
  .cabinet_page .inner > div dl dd {
    padding: 0 0 20px;
  }
  /* Cabinet end */
}

@media (min-width: 480px) and (max-width: 639px) {
  .content_block {
    padding: 20px 10px;
  }
  .left_b {
    display: none;
  }
  #index_slider {
    width: 100%;
  }
  .first_index .banner {
    width: 400px;
    padding: 10px 0 0;
    margin: 0 auto;
    float: none;
  }
  .carousel {
    width: 400px;
    margin: 0 auto;
  }
  header#header {
    border-bottom: 1px solid #333;
  }
  header#header > div {
    margin: 0 auto;
    padding: 0 10px;
  }
  header#header > div .social_lang {
    display: none;
  }
  header#header > div .logo {
    left: 10px;
    margin: 0;
  }
  .balance_check {
    display: none;
  }
  .main_nav {
    display: none;
  }
  .second_nav {
    display: none;
  }
  .toggler {
    display: block;
  }
  footer#footer {
    height: 30px;
    line-height: 30px;
  }
  footer#footer nav {
    display: none;
  }
  .main_wrapper {
    padding: 0 0 30px;
  }
  /* Current Action begin */
  .current_action {
    width: 100%;
  }
  .current_action .product_info {
    max-width: 100%;
    padding: 0;
  }
  .product_image {
    width: 100%;
  }
  .subscribe_right {
    width: 100%;
  }
  .subscribe_right .subscribe_inner {
    width: 100%;
    float: none;
  }
  .vote_block {
    width: 100%;
    float: none;
    border: none;
    padding: 0 20px;
    clear: right;
  }
  .action_list figure {
    width: 48%;
    margin: 0 0 2% 2%;
    padding: 0;
  }
  .action_list figure:nth-child(3n-2) {
    margin: 0 0 2% 2%;
  }
  .action_list figure:nth-child(2n-1) {
    margin: 0 0 2%;
  }
  /* Current Action end */
  /* Product list begin */
  .product_side {
    width: 100%;
  }
  .product_grid article, .product_grid.long article {
    width: 48%;
    height: 360px;
    margin: 0 0 4% 4%;
  }
  .product_grid article:nth-child(3n-2), .product_grid.long article:nth-child(3n-2) {
    margin: 0 0 4% 4%;
  }
  .product_grid article:nth-child(2n-1), .product_grid.long article:nth-child(2n-1) {
    margin: 0 0 4%;
  }
  .product_grid article, .product_grid.long article .image {
    min-height: 10px;
  }
  .filter_by {
    width: 259px;
    background: #fff;
    border: 1px solid #DFDFDF;
    padding: 10px;
    position: fixed;
    left: -259px;
    top: 10px;
    margin: 0 0;
    z-index: 2;
  }
  .filter_by section .checkboxes label span {
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .filter_by section .checkboxes label span::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .filter_by section .checkboxes label span::after {
    top: 3px;
    left: 0px;
  }
  a.filtre_toggler {
    display: block;
  }
  /* Product list end */
  /* News begin */
  .news_list ul li {
    width: 100%;
    float: none;
  }
  .photo_gallery figure {
    width: 50%;
  }
  /* News end */
  /* Events begin */
  .event_list .list::before {
    left: 10px;
  }
  .event_list .list > div article {
    width: 100%;
    float: none;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .event_list .list > div article h3 a::before {
    left: -26px;
  }
  .event_list .list > div article h3 a::after {
    left: -16px;
  }
  .event_list .list > div article h3 a:hover {
    padding: 0 0 0 10px;
  }
  .event_list .list > div article h3 a.active {
    padding: 2px 6px 4px 10px;
    margin-left: -8px;
  }
  .event_list .list > div article h3 a.active::before {
    left: -18px;
  }
  .event_list .list > div article h3 a.active::after {
    left: -8px;
  }
  /* Events end */
  /* Current product begin */
  .two_side .banners {
    display: none;
  }
  .current_product {
    width: 100%;
  }
  .product_gallery {
    float: none;
    margin: 0 auto 40px;
  }
  .product_info {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .product_info .info dl dt {
    width: auto;
    padding: 0 15px 8px 0;
  }
  .product_info .info dl dd {
    width: auto;
  }
  /* Current product end */
  /* Brand begin */
  .current_brand .info .image {
    width: 100%;
    padding: 0 0 30px;
  }
  .current_brand .info .image img {
    width: 100%;
  }
  .brands_list figure {
    width: 50%;
  }
  /* Brand end */
  /* Contacts begin */
  .contacts .adress_list {
    width: 100%;
  }
  .contacts .adress_list ul {
    display: none;
  }
  .contacts .adress_list select {
    display: block;
  }
  .contacts .map_block {
    width: 100%;
  }
  .contacts .map_block .tabs {
    height: 120px;
    margin: -100px 0 0;
  }
  /* Contacts end */
}

@media (min-width: 640px) and (max-width: 839px) {
  .content_block {
    padding: 20px 10px;
  }
  #index_slider {
    width: 100%;
  }
  .left_b {
    display: none;
  }
  .first_index .banner {
    width: 400px;
    padding: 10px 0 0;
    margin: 0 auto;
    float: none;
  }
  .carousel {
    width: 600px;
    margin: 0 auto;
  }
  header#header {
    border-bottom: 1px solid #333;
  }
  header#header > div {
    margin: 0 auto;
    padding: 0 10px;
  }
  header#header > div .social_lang {
    display: none;
  }
  header#header > div .logo {
    left: 10px;
    margin: 0;
  }
  .balance_check {
    display: none;
  }
  .main_nav {
    display: none;
  }
  .second_nav {
    display: none;
  }
  .toggler {
    display: block;
  }
  .content_block {
    max-width: 800px;
  }
  .current_product {
    width: 395px;
  }
  .product_gallery .carousel {
    width: 395px;
  }
  /* Current Action begin */
  .current_action {
    width: 100%;
  }
  .current_action .product_info {
    max-width: 100%;
  }
  .product_image {
    width: 100%;
  }
  .subscribe_right {
    width: 100%;
  }
  .subscribe_right .subscribe_inner {
    width: 48%;
    float: left;
  }
  .vote_block {
    width: 48%;
    float: right;
    border: none;
    padding: 0 20px;
    clear: right;
  }
  .action_list figure {
    width: 32%;
    margin: 0 0 2% 2%;
    padding: 0;
  }
  .action_list figure:nth-child(3n-2) {
    margin: 0 0 2%;
  }
  /* Current Action end */
  /* Product list begin */
  .product_side {
    width: 100%;
  }
  .product_grid article, .product_grid.long article {
    width: 32%;
    height: 320px;
    margin: 0 0 2% 2%;
  }
  .product_grid.long article:nth-child(4n-3), .product_grid article:nth-child(4n-3) {
      margin: 0 0 2% 2%;
  }
  .product_grid article:nth-child(3n-2), .product_grid.long article:nth-child(3n-2) {
    margin: 0 0 2%;
  }
  .product_grid article, .product_grid.long article .image {
    min-height: 10px;
  }
  .filter_by {
    width: 259px;
    background: #fff;
    border: 1px solid #DFDFDF;
    padding: 10px;
    position: fixed;
    left: -259px;
    top: 10px;
    margin: 0 0;
    z-index: 2;
  }
  .filter_by section .checkboxes label span {
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .filter_by section .checkboxes label span::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .filter_by section .checkboxes label span::after {
    top: 3px;
    left: 0px;
  }
  a.filtre_toggler {
    display: block;
  }
  /* Product list end */
  /* News begin */
  .news_list ul li {
    width: 100%;
    float: none;
  }
  .photo_gallery figure {
    width: 33.333%;
  }
  /* News end */
  /* Current product begin */
  .two_side .banners {
    display: none;
  }
  .current_product {
    width: 100%;
  }
  .product_gallery {
    float: none;
    margin: 0 auto 40px;
  }
  .product_info {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .product_info .info dl dt {
    width: auto;
    padding: 0 15px 8px 0;
  }
  .product_info .info dl dd {
    width: auto;
  }
  /* Current product end */
  /* Contacts begin */
  .contacts .adress_list {
    width: 100%;
  }
  .contacts .adress_list ul {
    display: none;
  }
  .contacts .adress_list select {
    display: block;
  }
  .contacts .map_block {
    width: 100%;
  }
  .contacts .map_block .tabs {
    height: 120px;
    margin: -100px 0 0;
  }
  /* Contacts end */
  /* Brand begin */
  .brands_list figure {
    width: 33.333%;
  }
  /* Brand end */
}

@media (min-width: 840px) and (max-width: 1023px) {
  .content_block {
    padding: 20px 10px;
  }
  #index_slider {
    width: 100%;
  }
  .first_index .banner {
    width: 400px;
    padding: 10px 0 0;
    margin: 0 auto;
    float: none;
  }
  .carousel {
    width: 800px;
    margin: 0 auto;
  }
  header#header > div {
    max-width: 800px;
    margin: 0 auto;
  }
  header#header > div .social_lang {
    padding: 35px 0 0 0px;
  }
  .content_block {
    max-width: 800px;
  }
  .current_product {
    width: 395px;
  }
  .product_gallery .carousel {
    width: 395px;
  }
  /* Current Action begin */
  .current_action {
    width: 100%;
  }

  .product_image {
    width: 320px;
  }
  .subscribe_right {
    width: 100%;
  }
  .subscribe_right .subscribe_inner {
    width: 48%;
    float: left;
  }
  .vote_block {
    width: 48%;
    float: right;
    border: none;
    padding: 0 20px;
    clear: right;
  }
  .action_list figure {
    width: 32%;
    margin: 0 0 2% 2%;
    padding: 0;
  }
  .action_list figure:nth-child(3n-2) {
    margin: 0 0 2%;
  }
  /* Current Action end */
  /* Product list begin */
  .product_side {
    width: 540px;
  }
  .product_grid article, .product_grid.long article {
    width: 48%;
    height: 380px;
    margin: 0 0 4% 4%;
  }
  .product_grid article:nth-child(3n-2), .product_grid.long article:nth-child(3n-2) {
    margin: 0 0 4% 4%;
  }
  .product_grid article:nth-child(2n-1), .product_grid.long article:nth-child(2n-1) {
    margin: 0 0 4%;
  }
  .product_grid.long article {
    height: 480px;
  }
  /* Product list end */
  /* News begin */
  .news_list ul li {
    width: 100%;
    float: none;
  }
  .photo_gallery figure {
    width: 25%;
  }
  /* News end */
  /* Current product begin */
  .two_side .banners {
    display: none;
  }
  .current_product {
    width: 790px;
  }
 
  .product_info .info dl dt {
    width: auto;
    padding: 0 15px 8px 0;
  }
  .product_info .info dl dd {
    width: auto;
  }
  /* Current product end */
  /* Contacts begin */
  .contacts .adress_list {
    width: 100%;
  }
  .contacts .adress_list ul {
    display: none;
  }
  .contacts .adress_list select {
    display: block;
  }
  .contacts .map_block {
    width: 100%;
  }
  .contacts .map_block .tabs {
    height: 120px;
    margin: -100px 0 0;
  }
  /* Contacts end */
  /* Brand begin */
  .brands_list figure {
    width: 33.333%;
  }
  /* Brand end */
}

@media (min-width: 1024px) and (max-width: 1200px) {
  header#header > div {
    max-width: 1000px;
  }
  .content_block {
    max-width: 1000px;
    padding: 20px 0;
  }
  /* Current Actiob begin */
  .current_action {
    width: 680px;
  }
  .product_image {
    width: 320px;
  }
  /* Current Actiob end */
  /* Product list begin */
  .product_side {
    width: 760px;
  }
  .product_grid article, .product_grid.long article {
    width: 32%;
    height: 380px;
    margin: 0 0 2% 2%;
  }
  .product_grid.long article:nth-child(4n-3) {
      margin: 0 0 2% 2%;
  }
  .product_grid article:nth-child(3n-2), .product_grid.long article:nth-child(3n-2) {
    margin: 0 0 2%;
  }
  /* Product list end */
  /* Current product begin */
  .current_product {
    width: 790px;
  }
  
  .product_info .info dl dt {
    width: auto;
    padding: 0 15px 8px 0;
  }
  .product_info .info dl dd {
    width: auto;
  }
  /* Current product end */
  /* Contacts begin */
  .contacts .adress_list {
    width: 240px;
  }
  .contacts .map_block {
    width: 740px;
  }
  /* Contacts end */
  /* Brand begin */
  .brands_list figure {
    width: 25%;
  }
  /* Brand end */
}
