@media only screen and (min-width: 1060px) and (max-width: 1300px) {

.adaptive {
    width: 960px;
}

section.container .adaptive .left {
    width: 300px;
    padding: 0 30px 0 0;
}

section.container .adaptive .content {
    width: 660px;
}

footer .cont .adaptive .col.f_menu {
    display: none;
}

footer .cont .adaptive .col {
    width: 33.333%;
}

.cnt_row {
    padding: 0;
    flex-direction: column;
}

.cnt_row .cntBlock {
    width: 100%;
    margin: 0 0 30px;
}

.productBlock {
    margin: 0px 20px 20px 0 !important;
    width: 206.5px;
}

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

.product_container .imgs {
    width: 260px;
}

.product_container .imgs a.zoomphoto img {
    width: 100%;
}

.product_container .txt {
    width: 400px;
}

}

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

.mobile_panel {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 103;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
    display: block !important;
}

header {
    padding: 50px 0 0;
}

.h_menu {
    display: none;
}

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

section.container .adaptive .content {
    width: auto;
}

footer .cont .adaptive .col.f_menu {
    display: none;
}

footer .cont .adaptive .col {
    width: 50%;
}

footer .cont .adaptive .col:first-child {
    display: none;
}

footer .bottom {
    height: auto;
    padding: 20px 0;
}

footer {
    margin: 0;
    height: auto;
}

hr.clear.footer {
    height: 0;
}

.mobile_panel a {
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 125;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    padding-top: 20px;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul li a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.mobile_menu ul {
    width: 100%;
}

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

.mobile_menu ul li:first-child {
    border: none;
}

body.menu_open {
    overflow: hidden;
}

section.crumbs {
    height: 1px;
}

section.crumbs * {
    display: none !important;
}

.mobile_menu h3.title {
    padding: 20px 20px;
    background: #000000;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
}

.productBlock {
    margin: 0px 20px 20px 0 !important;
    width: 310px !important;
}

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

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

.cnt_row {
    padding: 0;
}

.cnt_row .cntBlock {
    width: 100%;
    margin: 0 0 40px;
}

.contacts_information .cntBlock p {
    font-size: 16px;
}

.product_container .imgs {
    width: 240px;
}

.product_container .imgs a.zoomphoto img {
    width: 100%;
}

.product_container .txt {
    width: 400px;
}


/* start cart page */

.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;
}

/* end cart page */
    
}

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

.mobile_panel {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 103;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
    display: block !important;
}

header {
    padding: 50px 0 0;
}

.h_menu {
    display: none;
}

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

section.container .adaptive .content {
    width: auto;
}

footer .cont .adaptive .col.f_menu {
    display: none;
}

footer .cont .adaptive .col {
    width: 100%;
    padding: 0 0 30px;
    border: none;
    text-align: center;
}

footer .cont .adaptive .col:first-child {
    display: none;
}

footer .bottom {
    height: auto;
    padding: 20px 0;
}

footer {
    margin: 0;
    height: auto;
}

hr.clear.footer {
    height: 0;
}

.mobile_panel a {
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 125;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    padding-top: 20px;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul li a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.mobile_menu ul {
    width: 100%;
}

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

.mobile_menu ul li:first-child {
    border: none;
}

body.menu_open {
    overflow: hidden;
}

section.crumbs {
    height: 1px;
}

section.crumbs * {
    display: none !important;
}

.mobile_menu h3.title {
    padding: 20px 20px;
    background: #000000;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
}

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

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

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

.cnt_row {
    padding: 0;
}

.cnt_row .cntBlock {
    width: 100%;
    margin: 0 0 40px;
}

.contacts_information .cntBlock p {
    font-size: 16px;
}

.product_container .imgs {
    width: 100%;
    margin: 0 0 40px;
}

.product_container .imgs a.zoomphoto img {
    width: 100%;
}

.product_container .txt {
    width: auto;
    padding: 0;
}

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

header a.logotype {
    height: 70px;
    margin: 10px 0 0;
}

section.new_products .grid {
    display: flex;
    flex-direction: column;
}

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

footer .cont {
    height: auto;
}

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

/* start cart page */

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

.order .cont {
    display: flex;
    flex-direction: column;
}

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

.orderBottom .txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 20px;
}

.orderBottom button {
    width: 100%;
}

.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: column;
    justify-content: space-between;
    width: 100%;
}

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

.big_table_cart .table_row {
    display: flex;
}

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

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

.big_table_cart .table_row.bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.big_table_cart .table_row.bottom .rinfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
}

.big_table_cart .table_row.bottom .rinfo .price {
    width: auto;
}

.big_table_cart .table_row.bottom .title {
    width: auto;
    padding: 0;
}

.big_table_cart .table_row.bottom .rinfo .price {
    padding: 0;
}

.big_table_cart .table_row.bottom .rinfo .count {
    padding: 0 10px;
}

.big_table_cart .table_row.bottom * {
    font-size: 18px !important;
}

/* end cart page */

}