@media screen and (min-width: 660px) {

/*
*******************************************************************************/

.box {
  max-width: 640px;
}
.card_title,
.page_title {
  font-size: 26px;
}

/*
*******************************************************************************/

.head_mob_panel {
  display: none !important;
}
header.main > .box {
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin-top: 10px;
}
header.main .contact {
  height: 60px;
  text-align: left;
  padding: 0 0 0 30px;
}
.head_mobile_space {
  display: none;
}
.head_email {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.head_contacts {
  grid-column: 2 / 4;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: right;
}
.head_contact_city {
  font-size: 15px;
}
.head_contact_tel {
  font-size: 15px;
}
.head_contact_text {
  line-height: 17px;
  font-size: 13px;
}
header.main .menu {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
}
header.main .menu .trigger {
  padding: 1px 10px 0;
  border: 1px solid transparent;
  /*border-top: 0;*/
  box-sizing: border-box;
}
header.main .menu .trigger.active {
  z-index: 100;
  border-color: #ddd;
  border-bottom-color: transparent;
}
header.main .menu .popup {
  padding: 10px 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  box-shadow: 10px 10px 10px rgba(0,0,0,.2);
}
header.main .menu .popup .col {
  width: 50%;
  float: left;
}
header.main .search {
  grid-column: 1 / 4;
  display: block;
  margin: 10px 0 0;
  padding: 0;
}
header.main .search form {
  z-index: 13;
}
header.main .cart {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}
header.main .cart a {
  float: right;
}
header.main .cart .amount {
}
header.main .cart .summ {
  float: left;
  display: block;
  height: 35px;
  padding: 0 10px 0 0;
  line-height: 35px !important;
}

@media (min-width: 1024px) {
  header.main .menu .trigger {
    line-height: 44px !important;
    border-top: 0 !important;
  }
}

/*
*******************************************************************************/

footer.main {
  font-size: 14px;
}

.footer_logo {
  width: 220px;
}
.footer_logo .name {
  font-size: 32px;
}

.footer_contact {
  position: relative;
  margin: 20px 0 0;
}
.footer_contact .time {
  font-size: 13px;
}
.footer_contact_msc,
.footer_contact_spb {
  float: left;
  width: 50%;
  margin: 0;
}

/*
*******************************************************************************/

.masonry_text {
  font-size: 22px;
}

/*
*******************************************************************************/

.masonry_5_col_2,
.masonry_5_col_3 {
  float: left;
  width: 50%;
}
.masonry_5_col_1 .masonry_cell {
  padding: 0;
}
.masonry_5_col_2 .masonry_cell {
  padding: 30px 15px 0 0;
}
.masonry_5_col_3 .masonry_cell {
  padding: 30px 0 0 15px;
}
.masonry_5_col_1 .masonry_img {
  height: 450px;
}
.masonry_5_col_2 .masonry_img,
.masonry_5_col_3 .masonry_img {
  height: 209px;
}

/*
*******************************************************************************/

.masonry_6_col_1,
.masonry_6_col_2,
.masonry_6_col_3,
.masonry_6_col_4 {
  float: left;
  width: 50%;
}
.masonry_6_col_1,
.masonry_6_col_3 {
  padding: 0 15px 0 0;
}
.masonry_6_col_2,
.masonry_6_col_4 {
  padding: 0 0 0 15px;
}
.masonry_6_col_3 .masonry_cell,
.masonry_6_col_4 .masonry_cell {
  padding: 30px 0 0;
}
.masonry_6_col_1 .masonry_img,
.masonry_6_col_2 .masonry_img {
  height: 453px;
}
.masonry_6_col_3 .masonry_img,
.masonry_6_col_4 .masonry_img {
  height: 210px;
}

/*
*******************************************************************************/

.masonry_4 .masonry_cell {
  padding: 0;
}
.masonry_4_col_2,
.masonry_4_col_3 {
  float: left;
  width: 50%;
}
.masonry_4_col_2 .masonry_cell {
  padding: 30px 15px 0 0;
}
.masonry_4_col_3 .masonry_cell {
  padding: 30px 0 0 15px;
}
.masonry_4_col_1 .masonry_img {
  height: 450px;
}
.masonry_4_col_2 .masonry_img {
  height: 450px;
}
.masonry_4_col_3 .masonry_img {
  height: 210px;
}

/*
*******************************************************************************/

.masonry_3 .masonry_cell {
  padding: 0;
}
.masonry_3_col_2 .masonry_cell {
  float: left;
  width: 50%;
  padding: 30px 15px 0 0;
}
.masonry_3_col_2 .masonry_cell + .masonry_cell {
  padding: 30px 0 0 15px;
}
.masonry_3_col_1 .masonry_img {
  height: 450px;
}
.masonry_3_col_2 .masonry_img {
  height: 210px;
}
/*
*******************************************************************************/

.masonry_7 .masonry_cell {
  padding: 0;
}
.masonry_7_col_2,
.masonry_7_col_3 {
  float: left;
  width: 50%;
}
.masonry_7_col_2 .masonry_cell {
  padding: 30px 15px 0 0;
}
.masonry_7_col_3 .masonry_cell {
  padding: 30px 0 0 15px;
}
.masonry_7_col_1 .masonry_img {
  height: 450px;
}
.masonry_7_col_2 .masonry_img {
  height: 450px;
}
.masonry_7_col_3 .masonry_img {
  height: 210px;
}

/*
*******************************************************************************/

.brands_row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*
*******************************************************************************/

.promo_slider .v1_text p {
  font-size: 20px;
}
.promo_slider .v1_imgs img {
  max-height: 90px;
}

/*
*******************************************************************************/

.help_call .box {
  padding: 10px 20px;
}
.help_call .text {
  float: left;
  width: 50%;
}
.help_call .text p {
  margin: 10px 0 0;
  padding: 0 10px 0 0;
  line-height: 1.3;
}
.help_call form {
  position: relative;
  float: left;
  width: 50%;
  /*padding: 0 0 0 80px;*/
}
.help_call form input {
  float: left;
  width: 170px;
}
.help_call form button {
  margin: 0 0 0 15px;
}
/*.help_call form input {
  float: none;
}
.help_call_question {
  margin: 5px 0;
}
.help_call form input.help_call_question_field {
  float: none;
}
.help_call form button {
  float: left;
  margin: 0;
}
.help_call_question {
  clear: both;
}*/

/*
*******************************************************************************/

.panel_title {
  font-size: 14px;
}

.panel_total {
  font-size: 14px;
}

.panel_sort {
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
}

.panel_options {
  float: right;
  clear: none;
  padding: 0;
}

.panel_pages {
  clear: both;
  margin: 0 0 15px;
  padding: 15px 0 0;
}

/*
*******************************************************************************/

.offers .offer {
  float: left;
  width: calc(100% / 2);
  height: 570px;
  margin-bottom: 0;
}
.offers .offer + .offer {
  margin-top: 0;
}
.offers.table .offer:nth-child(n+3) {
  margin-top: -1px;
}
.offers.table .offer:nth-child(2n) {
  /*margin-left: -1px;*/
  border-left-width: 0;
}
.offers .offer_name {
  height: 70px;
}
.offers .offer_buy form button:before,
.offers .offer_buy form .in_cart:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 1px;
  height: 40px;
  background: #dcdcdc;
}
.offers .offer_buy form .in_cart:before {
  background: #dcdcdc;
}

/*
*******************************************************************************/

.slider_offers .offer {
  height: 440px;
  border-left-color: #fff;
}
.slider_offers .offer.slick-current {
  border-left-color: #dcdcdc;
}
.slider_offers .offer.free_delivery {
  padding: 30px 10px 50px;
}
.slider_offers .offer.free_delivery .label_in_stock {
  float: left;
  line-height: 30px;
}
.slider_offers .offer.free_delivery .label_delivery_days {
  float: left;
  line-height: 30px;
  font-size: 11px;
}
.slider_offers .offer.free_delivery .label_delivery_days:before {
  display: none;
}
.slider_offers .offer.free_delivery .label_free_delivery {
  float: right;
  line-height: 30px;
}

/*
*******************************************************************************/

.hero_banner_text {
  font-size: 28px;
}

/*
*******************************************************************************/

.card_cheaper {
  float: left;
  margin: 0 0 0 40px;
}
.card_buy form {
  float: right;
  clear: none;
}

.card_params table {
  float: left;
  width: 280px;
}
.card_params table + table {
  margin: 0 0 0 20px;
}
.card_params table th {
  width: 90px;
  height: 40px;
  padding-right: 5px;
}
.card_params table td {
  width: 190px;
}
.card_params_limit {
  width: 190px;
}

/*
*******************************************************************************/

.yousaw_items a {
  width: 100px;
  margin: 0 8px 0 0;
  font-size: 12px;
}

/*
*******************************************************************************/

.offer_kit_title {
  font-size: 22px;
}
.offer_kit .tabs .panes {
  height: 260px;
}
.kit_slider .slick-active {
  margin-left: -1px;
}
.kit_slider .slick-current {
  margin-left: 0;
}
.kit_offer_img img {
  height: 121px;
}
.offer_kit .slick-list {
  margin: 0 30px 0 31px;
}

.offer_kit_checked_name {
  width: 525px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.offer_kit_checked_cost {
  width: 525px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.offer_kit_sum {
  line-height: 50px;
  font-size: 30px;
  text-align: left;
}
.offer_kit_buy button {
  width: auto;
  margin-top: 6px;
}

/*
*******************************************************************************/

.formed_order {
  padding: 10px 20px;
}
.formed_order_title {
  height: 89px;
  margin: 0 0 30px;
  padding: 10px 0 0 90px;
}
.formed_order_title:before {
  width: 76px;
  height: 76px;
  top: 13px;
  left: 0;
  background: url(../img/sprite.png) -50px -250px no-repeat;
}
.formed_payment,
.formed_customer {
  padding: 0 50px 0 90px;
}
.formed_thanks {
  margin: 20px 0;
}

.formed_offers_name a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.formed_offers_cost_act {
  height: 35px;
  line-height: 35px;
}
.formed_offers_cost_old {
  height: 35px;
  line-height: 37px;
}

.formed_offers_total {
  padding: 10px 0 0;
}

/*
*******************************************************************************/

.ordering {
  padding: 10px 20px;
}

/*
*******************************************************************************/

.e404 .box {
  padding: 50px 10px;
  background: url(../img/bg_404.jpg) -120px 50% no-repeat;
}
.e404_text {
  width: 345px;
  font-size: 16px;
}
.e404_number {
  margin: 50px 0 -20px;
  font-size: 150px;
}

}
