@media only screen and (min-width: 940px) and (max-width: 1240px) {

.adaptive {
    width: 900px;
}

header nav .main_menu ul li {
    margin: 0 20px 0 0;
}

header .search form input {
    width: 340px;
}

section.images .grid .photoBlock {
    width: 435px;
}

section.images .grid .photoBlock img {
    display: block;
    width: 100%;
}

.f_menu {
    width: 160px;
}

.f_info {
    width: 340px;
}

.articleBlock {
    width: 210px;
}

.articleBlock img {
    display: block;
    width: 100%;
}

body.product_list section.container .adaptive .content, body.home_page section.container .adaptive .content {
    width: 660px;
}

section.container .adaptive .left {
    width: 240px;
}

.productBlock.ms2_product {
    width: 200px;
}

.productBlock .info button {
    font-size: 11px;
}

.productBlock:nth-child(4n) {
    margin: 0 20px 20px 0;
}

.productBlock:nth-child(3n) {
    margin: 0 0 20px !important;
}

.productContainer .information {
    width: 440px;
}

body.home_page section.container .adaptive .left {
    width: 240px;
}

.orderBlock {
    width: 25% !important;
}
    
}

@media only screen and (min-width: 640px) and (max-width: 939px) {
    
.adaptive {
    width: 600px;
}

header nav .main_menu {
    display: none;
}

header nav a.mobile_btn_menu {
    height: 56px;
    width: 56px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
}

header .search form input {
    width: 210px;
    padding: 0 65px 0 15px;
    font-size: 14px;
}

header .logotype img {
    width: 160px;
}

header .contacts a {
    font-size: 20px;
}

header .contacts {
    padding: 0 0 0 20px;
}

header .search form button {
    width: 60px;
    font-size: 12px;
}

section.container .adaptive .left {
    display: none;
}

.productBlock.ms2_product {
    margin: 0 10px 10px 0;
    width: 193.333px;
}

.productBlock:nth-child(4n) {
    margin: 0 10px 10px 0;
}

.productBlock:nth-child(3n) {
    margin: 0 0 10px;
}

.productBlock .info button {
    font-size: 11px;
}

.productBlock .image {
    height: auto;
}

.f_menu:nth-child(2), .f_menu:nth-child(3) {
    display: none;
}

.f_menu {
    width: 200px;
}

.f_info {
    width: 300px;
}

body.product_list section.container .adaptive .content, body.home_page section.container .adaptive .content {
    padding: 0;
}

.mobile_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 325;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

body.open_mobile_menu .mobile_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_panel {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    background: #fff;
    display: flex !important;
    z-index: 330;
    flex-direction: column;
    overflow: auto;
    transition: 0.3s;
}

body.open_mobile_menu .mobile_panel {
    left: 0;
}

.mobile_panel_title {
    padding: 20px 15px;
    background: #2a5ba2;
    line-height: 20px;
    color: #fff;
}

.mobile_panel .menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile_panel .menu ul li a {
    text-decoration: none;
    color: inherit;
    padding: 12px 15px;
    display: flex;
    font-weight: 500;
}

.mobile_panel h3 {padding: 10px 15px;background: #2a5ba2;line-height: 20px;color: #fff;}

body.open_mobile_menu {
    overflow: hidden;
}

.mobile_panel .menu ul ul li a {
    background: rgb(207 207 207);
    padding-left: 25px;
}

.mobile_panel .menu ul ul li {
    border-top: 1px solid rgb(177 177 177);
}

section.images .grid .photoBlock {
    margin: 0 0 20px;
}

section.images .grid .photoBlock img {
    display: block;
    width: 100%;
}

.articleBlock:nth-child(2n) {
    margin: 0 0 20px;
}

.articleBlock {
    width: 290px;
}

.articleBlock img {
    width: 100%;
}

article a.swipebox {
    float: none;
    width: 100%;
    display: block;
}

article a.swipebox img {
    width: 100%;
}

.productContainer {
    display: flex;
    flex-direction: column;
}

.productContainer .images {
    width: 100%;
}

.productContainer .information {
    width: 100%;
    padding: 30px 0 0;
}

.productContainer .images .product_images .swipebox img {
    width: 100%;
    display: block;
}

.big_table_cart .table_row.head {
    display: none;
}

.big_table_cart .table_row {
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
}

.big_table_cart .table_row .count {
    width: auto;
}

.big_table_cart .table_row .rinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.big_table_cart .table_row .title {
    padding: 0 0 10px;
    width: 100%;
}

.big_table_cart .table_row .title a {
    font-size: 18px;
    line-height: 22px;
}

.orderBlock {
    width: 50% !important;
    padding: 0 20px 20px;
}

.order .cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    
}

@media only screen and (max-width: 639px) {
    
.adaptive {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

header nav .main_menu {
    display: none;
}

header nav a.mobile_btn_menu {
    height: 56px;
    width: 56px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
}

header .search form input {
    width: 100%;
    padding: 0 65px 0 15px;
    font-size: 14px;
}

header .logotype img {
    width: 160px;
}

header .contacts a {
    font-size: 20px;
}

header .contacts {
    padding: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
}

header .search form button {
    width: 60px;
    font-size: 12px;
}

section.container .adaptive .left {
    display: none;
}

.productBlock.ms2_product {
    margin: 0 0 20px !important;
    width: 100%;
}

.productBlock:nth-child(4n) {
    margin: 0 10px 10px 0;
}

.productBlock:nth-child(3n) {
    margin: 0 0 10px;
}

.productBlock .info button {
    font-size: 11px;
}

.productBlock .image {
    height: auto;
}

.f_menu:nth-child(2), .f_menu:nth-child(3) {
    display: none;
}

.f_menu {
    width: auto;
    padding: 40px 0;
}

.f_info {
    width: auto;
}

body.product_list section.container .adaptive .content, body.home_page section.container .adaptive .content {
    padding: 0;
}

.mobile_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 325;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

body.open_mobile_menu .mobile_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_panel {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    background: #fff;
    display: flex !important;
    z-index: 330;
    flex-direction: column;
    overflow: auto;
    transition: 0.3s;
}

body.open_mobile_menu .mobile_panel {
    left: 0;
}

.mobile_panel_title {
    padding: 20px 15px;
    background: #2a5ba2;
    line-height: 20px;
    color: #fff;
}

.mobile_panel .menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile_panel .menu ul li a {
    text-decoration: none;
    color: inherit;
    padding: 12px 15px;
    display: flex;
    font-weight: 500;
}

.mobile_panel h3 {padding: 10px 15px;background: #2a5ba2;line-height: 20px;color: #fff;}

body.open_mobile_menu {
    overflow: hidden;
}

.mobile_panel .menu ul ul li a {
    background: rgb(207 207 207);
    padding-left: 25px;
}

.mobile_panel .menu ul ul li {
    border-top: 1px solid rgb(177 177 177);
}

section.images .grid .photoBlock {
    margin: 0 0 20px;
}

section.images .grid .photoBlock img {
    display: block;
    width: 100%;
}

.articleBlock:nth-child(2n) {
    margin: 0 0 20px;
}

.articleBlock {
    width: 100%;
    margin: 0 0 20px !important;
}

.articleBlock img {
    width: 100%;
}

article a.swipebox {
    float: none;
    width: 100%;
    display: block;
}

article a.swipebox img {
    width: 100%;
}

.productContainer {
    display: flex;
    flex-direction: column;
}

.productContainer .images {
    width: 100%;
}

.productContainer .information {
    width: 100%;
    padding: 30px 0 0;
}

.productContainer .images .product_images .swipebox img {
    width: 100%;
    display: block;
}

.big_table_cart .table_row.head {
    display: none;
}

.big_table_cart .table_row {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
}

.big_table_cart .table_row .count {
    width: auto;
}

.big_table_cart .table_row .rinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.big_table_cart .table_row .title {
    padding: 0 0 10px;
    width: 100%;
}

.big_table_cart .table_row .title a {
    font-size: 18px;
    line-height: 22px;
}

.orderBlock {
    width: 100% !important;
    padding: 0 0 20px;
}

.order .cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

header .adaptive {
    display: flex;
    flex-direction: column;
}

header nav .adaptive {
    display: flex;
    flex-direction: row;
    padding: 0 20px 0 0;
}

header {
    height: auto;
    position: relative;
    padding: 56px 0 0;
}

header .cont .right {
    display: flex;
    flex-direction: column-reverse;
}

header .cont {
    height: auto;
}

header .top {
    display: none;
}

header .cont .adaptive {
    padding: 30px 0;
}

header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

hr.clear.header {
    height: 0;
}

.orderBottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.orderBottom .txt {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}

.orderBottom .txt div {
    margin: 0 0 10px;
}

.order {
    padding: 30px 20px;
}

form#msOrder {
    margin: 0;
}

.big_table_cart .table_row .price {
    width: auto;
    padding: 12px 0;
}

.f_cont {
    height: auto;
}

footer .adaptive {
    display: flex;
    flex-direction: column;
}

body.home_page section.container .adaptive {
    padding: 0;
}

body.home_page section.container {
    padding: 0;
}

body.home_page section.container .adaptive .popular_products {
    padding: 0px 20px;
}

body.home_page section.container .adaptive .home_article {
    padding: 0 20px 50px;
}

body.home_page section.container .adaptive .section_title {
    padding: 30px 20px 10px;
}

body.home_page section.container .adaptive .home_slider .lSAction {
    display: none !important;
}
 
}