@media screen and (max-width: 1700px ) {
#logo {
    max-width: 260px;
}
#scheme .wrapper {
    gap: 10em;
}
#main_menu > ul {
    gap: 30px;
}
.main_header .buttons2 a {
    width: 40px;
    height: 40px;
}
#main_banner .img {
    max-width: 750px;
}
#main_banner .text {
    padding-left: 70px;
}
#main_banner h1 {
    font-size: 32px;
}
#main_banner h1::before {
    width: 90px;
    height: 103px;
    background-image: url(../img/banner_logo.svg);
    background-size: 100%;
    top: -55px;
    left: -16px;
}
#main_banner .img .catalog {
    font-size: 14px;
    width: 130px;
    height: 130px;
}
.two-col {
    grid-template-columns: minmax(360px, 1fr) 4fr;
}
.two-col-rt {
    grid-template-columns: 4fr minmax(360px, 1fr);
}
#column-left {
    max-width: 360px;
}
#product_block .thumbnails {
    max-width: 680px;
}
.cat_list.small {
    grid-template-columns: repeat(3, 1fr);
}
.imgz img:nth-child(2) {
    width: 190px;
    right: 110px;
}
.imgz img:nth-child(3) {
    left: 10px;
    bottom: 120px;
}
}












@media screen and (max-width: 1600px ) {
#search {
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
#search .btns {
    height: 40px;
    width: 40px;
    padding: 0;
}
#search .small_search {
    z-index: 1;
    height: 22px;
    background-color: #f3f3f3;
    top: 26%;
}
#search .small_search img {
    width: 85%;
}
#search .small_search.hidden {
    z-index: -1;
}
#search input[type=text] {
    width: 0;
    padding: 0;
}
#search input[type=text].open {
    width: 300px;
    position: absolute;
    right: 20px;
    background: #F3F3F3;
    padding: 11.5px 0 11.5px 20px;
}
#search.open {
    border-radius: 0;
}
footer .heading {
    padding-top: 4px;
}
#main_banner .text {
    padding-left: 40px;
    min-width: 550px;
}
#main_banner h1 {
    font-size: 28px;
}
#main_banner h1::before {
    width: 80px;
    height: 92px;
    top: -49px;
    left: -14px;
}
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading {
    font-size: 36px;
    line-height: 44px;
}
.catalog-list .catalog_block {
    padding: 40px;
}
.catalog-list .catalog_block .heading {
    gap: 20px;
    margin-bottom: 20px;
}
.catalog-list .catalog_block .heading a {
    font-size: 12px;
}
.catalog-list .catalog_block .heading span {
    font-size: 20px;
    line-height: 26px;
}
.catalog-list .catalog_block a {
    font-size: 14px;
}
.catalog-list .catalog_block ul {
    gap: 7px;
}
.two-col {
    grid-template-columns: minmax(340px, 1fr) 4fr;
}
.two-col-rt {
    grid-template-columns: 4fr minmax(340px, 1fr);
}
#column-left {
    max-width: 340px;
}
.product-list {
    grid-template-columns: repeat(3, 1fr);
}
#oop_ul_cats a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
}
#product_block .wrapper {
    gap: 3em;
}
#product_block .thumbnails {
    max-width: 560px;
}
#product_block .thumbnails li:first-child .thumbnail {
    padding: 0 40px;
    height: 450px;
}
#scheme .step {
    font-size: 64px;
    line-height: 78px;
}
#scheme .desc {
    margin: 20px 0 15px;
}
.simplecheckout-left-column {
    max-width: 750px;
}
.cat_list a {
    font-size: 16px;
}
}







@media screen and (max-width: 1500px) {
footer .info {
    max-width: 200px;
}
footer .menu ul li {
    margin-bottom: 15px;
}
footer .menu a {
    font-size: 14px;
}
footer .qa {
    max-width: 230px;
}
#category-3 .item span {
    font-size: 18px;
    line-height: 22px;
}
#product_block .thumbnails {
    max-width: 500px;
}
table.attrs thead td {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 10px 0;
}
table.attrs td {
    padding: 10px 20px;
}
table.attrs {
    font-size: 14px;
}
#scheme .wrapper {
    gap: 5em;
}
#scheme .step {
    font-size: 48px;
    line-height: 56px;
}
#scheme .desc {
    margin: 10px 0 15px;
        font-size: 15px;
}
#scheme .text {
    font-size: 14px;
}
#account-login #content .flex {
    flex-direction: column-reverse;
}
#account-login .flex > div {
    width: 100%;
}
#account-login h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
}
#account-login form {
    padding: 20px 30px;
}
#account-login form input:not([type=submit]) {
    padding: 15px 20px;
}
.cat_list.small {
    grid-template-columns: repeat(2, 1fr);
}
.imgz {
    flex-basis: 350px;
    flex-shrink: 0;
}
.imgz img:first-child {
    width: 240px;
    top: 0;
}
.imgz img:nth-child(2) {
    width: 205px;
    top: 135px;
    right: unset;
}
.imgz img:nth-child(3) {
    left: unset;
    bottom: 40px;
    right: 15px;
}
}













@media screen and (max-width: 1400px) {
#logo {
    max-width: 210px;
}
#logo img {
    padding-top: 7px;
}
#main_menu > ul {
    gap: 20px;
}
#main_menu a {
    font-size: 12px;
}
.main_header .buttons2 {
    margin-left: auto;
    margin-right: 5px;
}
footer .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
footer .info, footer .menu, footer .sales {
    grid-row: 1/3;
}
footer .qa {
    grid-column: 4/5;
    grid-row: 2/3;
}
footer .qa .heading {
    margin-bottom: 0;
}
#main_banner .wrapper {
    max-height: 400px;
}
#main_banner .text {
    min-width: 490px;
}
#main_banner h1 {
    font-size: 26px;
}
#main_banner p {
    font-size: 14px;
}
#main_banner .text::after {
    border-top: 200px solid transparent;
    border-bottom: 200px solid transparent;
    border-left: 100px solid #ffc107;
    right: -100px;
}
#category-3 .item span {
    font-size: 17px;
    line-height: 22px;
}
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading {
    font-size: 32px;
    line-height: 40px;
    margin: 80px 0 25px;
}
#module .caption a, #related_slider .caption a {
    font-size: 16px;
    line-height: 20px;
}
footer {
    margin-top: 120px;
}
p {
    font-size: 15px;
}
h1 {
    font-size: 32px;
    line-height: 40px;
}
.caption a {
    font-size: 15px;
}
#product_block {
    margin-bottom: 80px;
}
#button-cart {
    padding: 15px 45px;
}
.product-list .button-group button.btn, #product .btn-group button.btn, .number-spinner .btn {
    width: 45px;
    height: 45px;
}
#product_block .thumbnails {
    max-width: 460px;
}
.simplecheckout-cart td.name a {
    font-size: 14px;
}
.simplecheckout-cart .number-spinner #input-quantity {
    max-width: 50px;
    font-size: 14px;
}
form, .simplecheckout-right-column,
.simple-content .buttons > div {
    padding: 30px;
}
.simplecheckout-step {
    gap: 20px;
}
form input:not([type=submit]), .simplecheckout-right-column input:not([type=submit]), .simplecheckout-right-column select {
    padding: 12px 15px;
    font-size: 12px;
}
.simplecheckout-right-column fieldset.form-horizontal > div {
    margin-bottom: 15px;
}
form label, .simplecheckout-right-column label {
    margin-bottom: 10px;
}
#product-search .product-list {
    grid-template-columns: repeat(4, 1fr);
}
.req_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}




















@media screen and (max-width: 1300px ) {
header .top_info {
    padding: 15px 0;
}
header .top_info .wrapper div:first-child {
    max-width: 280px;
    display: flex;
    gap: 3px;
}
header .top_info .wrapper div:nth-child(2) {
    display: flex;
    flex-direction: column;
}
#main_banner h1 {
    font-size: 22px;
}
#main_banner h1::before {
    width: 60px;
    height: 70px;
    top: -38px;
    left: -10px;
}
#main_banner .text {
    min-width: 430px;
}
#main_banner .img {
    max-width: 550px;
}
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading {
    font-size: 30px;
    line-height: 38px;
}
.catalog-list .catalog_block {
    padding: 30px;
}
.catalog-list .catalog_block .heading span {
    font-size: 18px;
    line-height: 24px;
}
.product-list {
    grid-template-columns: repeat(2, 1fr);
}
#product_block .wrapper {
    gap: 2em;
}
#product_block .thumbnails {
    max-width: 440px;
}
.simplecheckout-step {
    flex-direction: column;
}
.simplecheckout-left-column {
    max-width: unset;
}
.simplecheckout-right-column {
    max-width: unset;
    width: 100%;
}
.simple-content .buttons {
    max-width: unset;
    width: 100%;
}
.alert {
    width: 40vw;
}
}












@media screen and (max-width: 1280px ) {
.container {
    padding-left: 130px;
    padding-right: 130px;
}
.main_header .wrapper {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 7fr 9fr 5fr minmax(47px, 1fr);
}
#main_menu {
    grid-row: 2/3;
    grid-column: 1/5;
}
#main_menu > ul {
    padding-left: 0;
    margin: 15px 0 0 0;
}
.main_header #buttons {
    grid-column: 3/4;
}
#search {
    grid-column: 4/5;
}
footer .info {
    padding-right: 10px;
}
header .top_info .phones {
    gap: 20px;
}
#main_banner .img .catalog {
    font-size: 12px;
    width: 110px;
    height: 110px;
}
#main_banner .img .catalog span::after {
    width: 10px;
    height: 10px;
    background-size: 100%;
}
#category-3 .item span {
    width: 100%;
    text-align: center;
}
.catalog-list .wrapper {
    flex-direction: column;
}
.catalog-list .catalog_block ul {
    column-count: 2;
    display: block;
}
.catalog-list .catalog_block .heading {
    justify-content: space-between;
    padding-right: 60px;
    margin-bottom: 30px;
}
.catalog-list .catalog_block {
    width: 100%;
}
.catalog-list .catalog_block a {
    font-size: 16px;
    line-height: 2.4em;
}
#scheme .step {
    font-size: 40px;
    line-height: 46px;
}
.cat_list {
    grid-template-columns: repeat(3, 1fr);
}
}









@media screen and (max-width: 1200px ) {
#open_btn {
    display: flex;
}
.two-col {
    grid-template-columns: 1fr;
}
.two-col-rt {
    grid-template-columns: 1fr;
}
.product-list {
    grid-template-columns: repeat(3, 1fr);
}
#column-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    background: #fff;
    z-index: 9;
    max-width: 400px;
    width: 100%;
    overflow-y: auto;
    transition: .2s;
}
#column-left.open {
    left: 0;
}
#oop_ul_cats #zerocat {
    border-radius: 0;
    padding: 16px 20px 16px 20px;
}
#oop_ul_cats #zerocat:before {
    top: 1px;
    left: unset;
    right: 11px;
    width: 40px;
    height: 50px;
    background-size: 100%;
}
#product_block .thumbnails {
    max-width: 400px;
}
#product_block .thumbnails li:first-child .thumbnail {
    padding: 0 30px;
    height: 360px;
}
table.attrs thead td {
    font-size: 16px;
}
table.attrs {
    font-size: 13px;
}
table.attrs td {
    padding: 8px 18px;
}
#button-cart {
    padding: 12px 36px;
    font-size: 10px;
    max-width: 128px;
}
.product-list .button-group button.btn, #product .btn-group button.btn, .number-spinner .btn {
    width: 39px;
    height: 39px;
    background-size: 50%;
}
.number-spinner #input-quantity {
    font-size: 16px;
    line-height: 20px;
    max-width: 50px;
}
#product .form-group {
    gap: 20px;
}
.nav-tabs a {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 2px solid transparent;
}
#scheme .wrapper {
    gap: 2em;
}
#scheme .text {
    font-size: 13px;
}
#scheme .desc {
    margin: 10px 0 10px;
    font-size: 14px;
}
#scheme .step {
    font-size: 36px;
    line-height: 42px;
}
table.attrs tr {
    display: flex;
    flex-direction: column;
}
table.attrs td {
    padding: 0;
}
table.attrs .name {
    font-weight: bold;
    background: none;
    margin-bottom: 5px;
}
table.attrs tr:not(:first-child) .name {
    margin-top: 10px;
}
#product .form-group {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
#product .form-group .btn-group {
    grid-column: 2/3;
    grid-row: 1/2;
}
#product_block .right {
    width: 100%;
}
#column-right {
    grid-row: 1/2;
}
.account_menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.account_menu hr {
    display: none;
}
.account_menu a {
    padding: 5px 15px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.req_block {
    grid-template-columns: 1fr;
}
.req_block iframe {
    width: 100%;
}
}





@media screen and (max-width: 1024px ) {
.container {
    padding-left: 100px;
    padding-right: 100px;
}
.main_header .buttons2 a {
    width: 35px;
    height: 35px;
}
header .top_info span {
    display: none;
}
header .top_info .callback {
    display: none;
}
#search .btns {
    height: 35px;
    width: 35px;
}
#search .small_search {
    top: 20%;
}
#search {
    height: 35px;
    width: 35px;
}
#search input[type=text].open {
    padding: 9px 0 9px 20px;
}
#search .btns button img {
    width: 85%;
}
#main_banner .img .catalog:hover span:after {
    width: 10px;
    height: 10px;
    background-size: cover;
    left: 79%;
    z-index: -1;
}
footer .info .social a {
    display: inline-flex;
    width: 35px;
    height: 35px;
}

footer .wrapper {
    grid-template-columns: 1fr 1fr;
}
footer .info {
    padding-right: unset;
}
footer .info, footer .menu {
    grid-row: 1/2;
}
footer .sales {
    grid-row: unset;
}
footer .snab {
    grid-column: 2/3;
    grid-row: 2/3;
}
footer .qa {
    grid-column: 1/3;
    grid-row: unset;
    display: flex;
    min-width: 100%;
    align-items: center;
    justify-content: space-between;
}
footer .qa form {
    width: 50%;
}
#main_banner .wrapper {
    position: relative;
}
#main_banner .text {
    position: absolute;
    bottom: 0;
    min-width: unset;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
}
#main_banner .img {
    max-width: unset;
    width: 100%;
}
#main_banner .img img {
    height: unset;
    width: 100%;
}
#main_banner .img .catalog {
    z-index: 2;
    font-size: 14px;
    width: 100%;
    max-width: 200px;
    height: unset;
    background-image: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 30px;
    transform: unset;
    left: unset;
    right: 40px;
    bottom: 40px;
}
#main_banner .text::after {
    display: none;
}
#main_banner h1, #main_banner p {
    max-width: 65%;
}
#main_banner p {
    font-size: 13px;
    line-height: 130%;
}
#main_banner h1::before {
    width: 140px;
    height: 170px;
    top: -10px;
    left: unset;
    right: -50%;
}
#category-3 .item span {
    bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
}
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading {
    font-size: 26px;
    line-height: 32px;
    margin: 60px 0 25px;
}
.catalog-list .catalog_block a {
    font-size: 14px;
    line-height: 2em;
}
h1 {
    font-size: 26px;
    line-height: 34px;
}
#scheme .wrapper {
    gap: 1em;
}
#scheme .step {
    font-size: 32px;
    line-height: 38px;
}
#scheme .desc {
    font-size: 13px;
}
#scheme .text {
    font-size: 12px;
}
#product-search .product-list {
    grid-template-columns: repeat(3, 1fr);
}
.cat_list {
    grid-template-columns: repeat(2, 1fr);
}
.alert {
    width: 50vw;
    padding: 20px 30px 20px 60px;
}
#information-information .flex {
    flex-direction: column-reverse;
        gap: 30px;
}
.imgz {
    flex-basis: unset;
    max-width: unset;
    height: 400px;
}
.imgz img:first-child {
    width: 300px;
}
.imgz img:nth-child(3) {
    width: 270px;
    right: 35%;
}
.imgz img:nth-child(2) {
    width: 300px;
    top: 50px;
}
}




@media screen and (max-width: 908px ) {
#main_banner h1 {
    font-size: 20px;
    max-width: 70%;
}
#main_banner h1::before {
    width: 110px;
    height: 130px;
    top: 0px;
    right: -37%;
}
#main_banner .img .catalog {
    max-width: 170px;
}
#main_banner .text {
    gap: 10px;
}
#main_banner p {
    max-width: 63%;
}
#product_block .wrapper {
    flex-direction: column;
}
#product_block .thumbnails {
    max-width: unset;
}
#product_block .thumbnails li:first-child .thumbnail {
    padding: 30px;
    height: 450px;
}
table.attrs tr {
    display: table-row;
}
table.attrs td {
    padding: 10px 20px;
}
table.attrs .name {
    background: #F3F3F3;
    width: 45%;
}
table.attrs {
    font-size: 14px;
    width: 100%;
}
#product .form-group {
    display: flex;
}
#scheme .wrapper {
    grid-template-columns: 1fr;
    gap: 2em;
}
#scheme .step {
    font-size: 30px;
    line-height: 36px;
}
#scheme .desc {
    font-size: 16px;
}
#scheme .text {
    font-size: 14px;
}
.simplecheckout-cart td.name a img {
    max-width: 100px;
}
.remove_prod {
    width: 100%;
    justify-content: flex-end;
}
#account-order .two-col-rt {
    display: flex;
    flex-direction: column-reverse;
}
.order-info-table {
    min-width: 600px;
    font-size: 14px;
}
.order-info-table thead td {
    font-size: 14px;
}
small {
    line-height: 1.4;
}
.order-info-table tbody td {
    font-size: 12px;
}
.box-karley ul li.catfirst .catright .inner-catright {
    padding: 15px 20px;
}
#desktop-multilevel-menu li .firstmenu > .catfirst .rdlevel li > a {
    font-size: 14px;
}
.box-karley ul li .catright {
    width: 620px;
}
}








@media screen and (max-width: 800px ) {
header .top_info .wrapper div:nth-child(2) {
    display: none;
}
.product-list {
    grid-template-columns: repeat(2, 1fr);
}
#main_menu {
    position: fixed;
    background: #343a40;
    right: -100%;
    top: 0;
    bottom: 0;
    padding: 80px 40px 60px 40px;
    transition: .2s;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50vw;
    background-image: url(/image/logow.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 5px;
    background-size: 55%;
}

.imgz img:first-child {
    width: 40%;
}
.imgz img:nth-child(3) {
    width: 35%;
}
.imgz img:nth-child(2) {
    width: 40%;
}

#main_menu .phone {
    margin-top: auto;
    font-size: 2em;
    margin-bottom: 30px;
    color: #ffc720;
    display: block;
    align-self: flex-end;
}

#main_menu.open {
    right: 0;
}
#main_menu > ul {
    display: flex;
    flex-direction: column;
}
.main_header .buttons2 {
    justify-content: space-between;
    width: 100%;
}
#menu_btn,
#close {
    display: flex;
}
#menu_btn {
    align-items: center;
    justify-content: center;
}
#main_menu a {
    position: relative;
    color: #fff;
    padding: 0;
}
#desktop-multilevel-menu li:hover .catright {
    display: none;
}
.main_header .buttons2 a span {
    display: block;
    position: absolute;
    bottom: -25px;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 12px;
}
.main_header .wrapper {
    grid-template-columns: 4fr 50px 50px;
    gap: 10px;
}
#search,
.main_header #buttons {
    grid-column: unset;
}
#buttons:not(.simplecheckout-button-block) {
    display: none;
}
#search, #menu_btn {
    width: 47px;
    height: 47px;
}
#search .small_search img,
#search .btns button img {
    width: unset;
}
#search .btns {
    height: 47px;
    width: 47px;
}
#search .small_search {
    top: 50%;
    transform: translateY(-50%);
}
#search input[type=text].open {
    padding: 15px 0 15px 20px;
}
#main_banner .wrapper {
    max-height: 270px;
}
#main_banner .img .catalog {
    color: #212529;
    background: #ffc107;
    border-color: #ffc107;
    bottom: 15px;
    right: 15px;
}
#main_banner h1::before {
    width: 160px;
    height: 185px;
    top: -80px;
    right: -12%;
}
#main_banner .text {
    background: #c27336;
    background: -webkit-linear-gradient(to top, #c27336, transparent);
    background: linear-gradient(to top, #c27336, transparent);
    top: 0;
    padding-bottom: 40px;
}
#main_banner h1, #main_banner p {
    color: #fff;
    max-width: 85%;
}
#category-3 .wrapper {
    flex-direction: column;
}
#category-3 .item {
    max-width: unset;
    max-height: 180px;
}
#category-3 .item span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    max-width: 90%;
}
.catalog-list .catalog_block ul {
    column-count: 1;
    display: flex;
}
#product_block .thumbnails li:first-child .thumbnail {
    padding: 20px;
    height: 420px;
}
.image-additional a {
    padding: 5px 10px;
}
.simplecheckout-cart td.name a img,
#account-wishlist table img {
    max-width: 75px;
}
.simplecheckout-cart td.name .flex {
    gap: 10px;
}
.simplecheckout-cart td.name a {
    font-size: 12px;
}
.simplecheckout-cart th {
    font-size: 14px;
}
.simplecheckout-cart th.remove {
    font-size: 0;
}
#product-compare table a, #account-wishlist table a {
    font-size: 14px;
}
}




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

}






@media screen and (max-width: 660px ) {
.container {
    padding-left: 50px;
    padding-right: 50px;
}
header .top_info {
    display: none;
}
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading, h1 {
    font-size: 24px;
    line-height: 30px;
}
p {
    font-size: 14px;
}
.imgz img:nth-child(3) {
    bottom: 20%;
}
#product-search .product-list {
    grid-template-columns: repeat(2, 1fr);
}
#main_menu .phone {
    font-size: 1.5em;
}
.alert {
    top: 0;
    width: 100%;
    right: 0;
    padding: 20px 50px 20px 60px
}
.alert .close {
    top: 50%;
    transform: translateY(-50%);
    height: 62px;
    width: 30px;
}
}















@media screen and (max-width: 600px ) {
#main_banner h1 {
    font-size: 18px;
}
#main_banner h1, #main_banner p {
    max-width: 95%;
}
#main_banner .text {
    justify-content: flex-start;
}
#main_banner .img .catalog {
    color: #fff;
    background: transparent;
    border-color: #fff;
    right: 5%;
    max-width: 90%;
}
#main_banner h1 span {
    color: #ffc107;
    animation-name: flash;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
}
@keyframes flash {
    0% { color: #ffc107; }
    50% { color: #fff; }
}
#main_banner h1::before {
    top: -30px;
    right: 0%;
    opacity: .7;
}
#main_menu {
    width: 65vw;
}
#product_block .thumbnails li:first-child .thumbnail {
    height: 400px;
}
table.attrs tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: baseline;
}
table.attrs td {
    padding: 0;
}
table.attrs .name {
    background: none;
    display: flex;
    white-space: nowrap;
    width: 100%;
}
table.attrs .name:after {
    content: '';
    width: 100%;
    display: block;
    min-height: 1px;
    border-bottom: 1px dotted #cacaca;
    margin: 0 10px;
}
table.attrs .value {
    white-space: nowrap;
}
.account_menu a {
    font-size: 14px;
}
.account_menu {
    gap: 15px;
}
#main_menu .phone {
    font-size: 2em;
}
.cat_list.small {
    grid-template-columns: 1fr;
}
.imgz img:nth-child(3) {
    bottom: 35%;
}
}





@media screen and (max-width: 545px ) {
.container {
    padding-left: 30px;
    padding-right: 30px;
}
#main_banner .wrapper {
    min-height: 250px;
}
#main_banner .img img {
    height: 100%;
}
#main_banner h1 {
    font-size: 16px;
}
#main_banner p {
    font-size: 12px;
}
.catalog-list .catalog_block .heading {
    flex-wrap: wrap;
}
#module h3 a {
    display: none;
}
.product-list {
    grid-template-columns: 1fr;
}

#product-search .product-list {
    grid-template-columns: 1fr;
}
#product-search input[type=text], #product-search select {
    width: 100%;
}
.product-list .product-layout {
    max-width: unset;
}
.product-list img {
    width: 70%;
}
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading, h1 {
    font-size: 22px;
    line-height: 28px;
}
#main_menu {
    width: 100%;
}
#product_block .thumbnails li:first-child .thumbnail {
    height: 360px;
}
.nav-tabs a {
    font-size: 18px;
    line-height: 24px;
}
.breadcrumb li:not(:last-child):after {
    margin: 0 10px;
}
.breadcrumb a {
    text-decoration: none;
}
table.attrs {
    font-size: 13px;
}
table.attrs .name {
    font-weight: 600;
    margin: 0;
}
#button-cart {
    padding: 12px 15px;
    max-width: 110px;
}
#product .form-group {
    gap: 15px;
}
.remove_prod {
    font-size: 0;
    gap: 0;

}
.simplecheckout-cart .name,
.simplecheckout-cart th.quantity {
    font-size: 12px;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
#main_menu .phone {
    align-self: center;
}
.cat_list {
    row-gap: 30px;
}
.cat_list a {
    font-size: 14px;
    line-height: 18px;
}
}












@media screen and (max-width: 450px ) {
#search input[type=text].open {
    width: unset;
}
#open_btn.active {
    right: 0;
    top: 0;
    border-left: 1px solid #212526;
}
#column-left {
    max-width: unset;
    width: 100%;
    left: -100%;
}
.imgz img:first-child {
    width: 60%;
}
.imgz img:nth-child(2) {
    width: 50%;
    top: 30%;
}
.imgz img:nth-child(3) {
    bottom: -15%;
    right: 12%;
    width: 60%;
    z-index: -1;
}
}







@media screen and (max-width: 425px ) {
.catalog-list .header, #module h3, #partners .heading, #scheme .heading, #related .heading, h1 {
    font-size: 20px;
    line-height: 26px;
}
#product_block .thumbnails li:first-child .thumbnail {
    height: 290px;
}
#product_block .thumbnails li:first-child .thumbnail {
    height: 270px;
}
.account_menu a {
    font-size: 12px;
}
.account_menu {
    gap: 10px;
}
footer .wrapper {
    grid-template-columns: 1fr;
}

footer .info, footer .menu {
    grid-row: unset;
}
footer .snab,
footer .qa {
    grid-column: unset;
    grid-row: unset;
}
.cat_list {
    grid-template-columns: 1fr;
}
}








@media screen and (max-width: 390px ) {
#product .form-group {
    flex-wrap: wrap;
}
#main_banner .text {
    /*padding-bottom: 30px;*/
    padding-top: 15px;
    padding-left: 15px;
}
#main_banner h1 {
    font-size: 14px;
}
.imgz img:nth-child(3) {
    bottom: 10%;
    right: 12%;
    width: 60%;
    z-index: -1;
}


}