img {
  max-width: 100%;
  height: auto;
}
img.js_shop_img{
  object-fit: cover;
}

@media only screen and (min-width: 960px) {
 
}

@media only screen and (max-height: 1000px) {
   .content{
    padding: 0 15px;
  }
}

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

  img {
    max-width: 100%;
    height: auto;
  }

  #top-menu > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
    font-size: 14px;

  }

  #top-menu > li:first-child {
    align-items: center;
    padding-right: 13px;
  }

  #top-menu > li:first-child .hamburger {
    align-items: center;
    padding: 5px;
  }

  #top-menu > li:first-child a {
    letter-spacing: normal;
    line-height: 1;
  }

  .form_els {
    display: flex;
    align-items: center;
  }

  .shop-item .shop_img img {
    object-fit: cover;
  }

  .big_shop_item .shop_img, .med_shop_item .shop_img {
    /*padding-top: 69.84%;*/
  }

  .price {
    /*height: 43px;*/
    min-height: 30px;

  }

  .photo_images .iso_item {
    position: relative;
    z-index: 3;
    /*width: calc(33.33% - 30px);*/
    /*height: auto;*/
  }

  /*.photo_images .iso_item::before {*/
  /*content: '';*/
  /*display: block;*/
  /*!*padding-top: 100%;*!*/
  /*}*/
  .photo_images .iso_item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*.photo_images .iso_item > a img {*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*}*/
  .photo_images .iso_item.horizont {
    /*height: 190px;*/
    /*height: auto;*/
  }

  /*.photo_images .iso_item.horizont::before {*/
  /*padding-top: calc(66% - 15px);*/
  /*}*/
  .photo_images .iso_item.vertical {
    /*height: 434px;*/
    /*height: auto;*/
  }

  /*.photo_images .iso_item.vertical::before {*/
  /*!*padding-top: calc(100% - 10px);*!*/
  /*padding-top: 132%;*/
  /*}*/
  .deliv-t-wrap, .delivery-table, .cart-form-wrap {
    width: 100%;
  }

  .cart_order .cart_form {
    width: 100%;
  }

  .cart_form input[type=text], .cart_form input[type=email], .cart_form input[type=tel], .cart_form textarea {
    width: 100%;
  }

  .swiper-container_0 .shop-item .shop_img {
    height: auto;
  }

  .swiper-container_0 .shop-item .shop_img a, .swiper-container_0 .shop-item .shop_img img {
    position: static;
    width: auto;
    height: auto;
  }

  .iso-wrap {
    justify-content: center;
  }

  .photo_list .photo_item, .photo_list .photo_cat {
    margin: 0;
  }

  .photo_list .photo_images .photo_item {
    margin-bottom: 30px;
  }

  .photo_list .photo_images {
    margin-left: auto;
    margin-right: auto;
  }

  .photo_first_page {
    justify-content: center;
  }

}

/*1200*/

@media only screen and (max-width: 992px) {
  .top_right_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .top_right_block__group {
    margin-top: 14px;
  }

  .top-menu-open {
    display: flex;
    align-items: center;
    cursor: pointer;
    /*background: #f8f9fb;*/
  }

  #top-menu {
    display: none;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: #f8f9fb;
  }

  #top-menu > li:first-child {
    padding-top: 10px;
  }

  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #000;
  }

  /*#top-menu > li:first-child{*/
  /*position: relative;*/
  /*z-index: 5;*/
  /*}*/
  #top-menu > li:first-child .hamburger-inner, #top-menu > li:first-child .hamburger-inner:after, #top-menu > li:first-child .hamburger-inner:before {
    background-color: #fff;
  }

  #top-menu > li {
    height: auto;
    position: relative;
    z-index: 0;
  }

  #top-menu > li.parent {
    z-index: 10;
  }

  #top-menu > li > a {
    display: block;
    width: 100%;
  }

  #top-menu .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
  }

  .mobile-dropdown-js + .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .left_33p {
    width: 100%;
  }

  .banner_content_wrap {
    width: 100%;
    max-width: 386px;
    background: rgba(255, 255, 255, 0.4);
  }

  .banner_content_wrap p {
    font-size: 40px;
    white-space: normal;
    word-break: break-word;
  }

  .slider_name {
    left: 0;
    right: 0;
    top: 12px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .slider_name:before, .slider_name:after {
    position: static;

  }

  .slider_name:before {
    margin-right: 40px;
  }

  .slider_name:after {
    margin-left: 40px;
  }

  .dinamic-pic_slider .site_dynamic .block_header {
    position: relative;
    left: 0;
    right: 0;
    top: 33px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .site_dynamic .block_header:before, .site_dynamic .block_header:after {
    position: static;
  }

  .site_dynamic .block_header:before {
    margin-right: 40px;
  }

  .site_dynamic .block_header:after {
    margin-left: 40px;
  }

  .subscription {
    flex-direction: column;
  }

  .form_els {
    margin-top: 20px;
    /*flex-direction: column;*/
  }

  .footer_menu .left_menu_level_1 li {
    width: 50%;
    margin-bottom: 10px;
  }

  .footer_menu .left_menu_level_1 li a, .footer_menu .left_menu_level_1 li > span {
    display: block;
    width: 100%;
  }

  .shop-pane.for_flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .shop_list .first_page .shop-item {
    width: calc(50% - 30px);
  }

  /*.shop-pane .iso_item, .shop-pane .grid-sizer {*/
  /*width: calc(50% - 15px);*/
  /*}*/
  /*.shop-pane .iso_item.med_shop_item, .shop-pane .iso_item.big_shop_item {*/
  /*width: calc(50% - 15px);*/
  /*height: auto;*/
  /*}*/
  .photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
    /*width: calc(50% - 30px);*/
  }

  .photo_images .iso_item {
    /*width: calc(50% - 30px);*/
    /*height: auto;*/
  }

  .addr_wrap, .map_wrap {
    width: 100%;
  }

  .feedback_form form div.form_part_wrap:nth-of-type(1) {
    width: 100%;
    flex-basis: 100%;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    border-right: none
  }

  .feedback_form form div.form_part_wrap:nth-of-type(2) {
    width: 100%;
    flex-basis: 100%;
  }

  .sale_block .shop-item {
    width: calc(50% - 30px);
  }

  .form_theme_nsv {
    flex-wrap: wrap;
  }

  .wrap_filter_block {
    width: 100%;
    flex-wrap: wrap;
    /*background: red;*/
  }

  .wrap_filter_block .js_shop_search_param {
    width: calc(33.33% - 30px)
  }

  .shop-item-container {
    flex-direction: column;
  }

  .shop-item-left, .shop-item-right {
    width: 100%;
  }

  .shop-item-right {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-item-container .shop-item-price .price {
    justify-content: flex-start;
  }

  /*.shop-item-left{*/
  /*flex-direction: column;*/
  /*}*/
  .shop-item-left {
    flex-direction: column;
    max-width: 670px;
  }

  .shop-item-left .shop-item-big-images {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .js_shop_preview_img.item {
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .shop-item-left .swiper-container-01 .swiper-button-prev_01 {
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: auto;
    background-image: url(../img/left_sl_mb.svg);
  }

  .shop-item-left .swiper-container-01 .swiper-button-next_01 {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 35px;
    height: auto;
    background-image: url(../img/right_sl_mb.svg);
  }

  .swiper-container-01 .js_shop_preview_img.item {
    width: 100%;
  }

  .wishlist_table .wishlist {
    font-size: 13px;
  }

  .wishlist_table td {
    font-size: 13px;
  }

  #top-menu li:not(:first-child) .menu {
    width: 100%;
  }

  /*.shop-item .shop_img {*/
  /*height: 450px;*/
  /*}*/
  #top-menu > li:first-child {
    flex-wrap: wrap;
  }

  #top-menu > li:first-child > a {
    width: calc(100% - 85px);
  }

  #top-menu > li:first-child .menu {
    position: static;
    display: block;
    width: 100%;
  }

  .down-menu-item {
    align-items: center;
    padding-right: 10px !important;
  }

  .down-menu-item:hover svg {
    fill: #fff;
  }

  .down-menu-item svg {
    z-index: 10;
    width: 15px;
    height: 15px;

  }

  .main-slider-wrap .swiper-pagination {
    display: block;
  }

  .main-slider-wrap .swiper-button-next, .main-slider-wrap .swiper-button-prev {
    display: none;
  }

  #top-menu > li:first-child {
    padding-left: 10px;
  }

  #top-menu > li:first-child .hamburger {
    display: none;
  }

  #top-menu > li:first-child .menu {
  }

  .mobile-dropdown-js {
    display: flex !important;
    align-items: center;
    justify-content: space-between;

  }

  .sub_text_wrap {
    text-align: center;
  }

  .bottom_right_block > a {
    flex-shrink: 0;
  }

  #top-menu > li:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  #top-menu > li:last-child a {
    padding-left: 5px;
    padding-right: 5px;
  }

}

/*992*/

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

  .brand_block video {
    margin-top: 30px;
  }

  .bottom_right_block {
    transform: translateY(24px);
  }

  .right_side {
    height: auto;
  }

  .photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
    /*width: calc(100% - 30px);*/
  }

  .photo_cat_img {
    text-align: center;
  }

  .photo_images .iso_item img {
    /*width: calc(33.33% - 30px);*/
    width: auto;
    max-width: 100%;
    /*height: auto !important;*/
  }

  .photo_images .iso_item {
    /*width: calc(50% - 30px);*/
  }

  .wrap_filter_block .js_shop_search_param {
    width: calc(50% - 30px);
  }

  .shop_block_coupon form {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .shop_block_coupon input[type="text"] {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .shop_block_coupon
  .error_message, .error {
    top: 54px;
    font-size: 12px;
    color: red;
  }

  /*.shop-item-left .swiper-container-01 {*/
  /*flex-shrink: 0;*/
  /*width: 90px;*/
  /*}*/
  .wishlist_first_th, .wishlist_img {
    display: none;
  }

  .row--header {

  }

  .row--header .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
    order: 3;
  }

  .row--header .col-4:nth-child(2) {
    order: 1;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .price {
    /*flex-direction: column;*/
  }

  .price_wrap {
    width: 100%;
  }

  .price .price-old {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .swiper-container_0 .shop-item {
    padding: 10px;
  }

  .celebrities_m .seleb_album_wrap {
    margin-bottom: 30px;
  }

  .wishlist_count {
    display: none;
  }

  .wishlist tr th:nth-child(2) {

    padding-left: 10px;
    text-align: left;
  }

  .wishlist tr th:nth-child(3) {
    display: none;
  }

  .site_dynamic .block_header:before, .site_dynamic .block_header:after {
    display: none;
  }

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

}

/*768*/
@media only screen and (max-width: 640px) {

  /*.wishlist_price, .wishlist_table .wishlist th:nth-child(4) {*/
    /*display: none;*/
  /*}*/

  .wishlist_table .wishlist .wishlist_count {
    width: 20px;
  }

  .wishlist_table .wishlist .wishlist_count nobr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  /*.wishlist_last_tr td:nth-child(2), .wishlist_last_tr td:nth-child(3), .wishlist_last_tr td:nth-child(4) {*/
    /*display: none;*/
  /*}*/

}

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

  .subscription {
    /*flex-direction: column;*/
  }

  .form_els {
    /*margin-top: 20px;*/
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .form_els input[type="email"] {
    margin-top: 20px;
    margin-left: 0;
    max-width: 330px;
    width: 100%;
  }

  .form_els input[type='submit'] {
    margin-top: 20px;
    margin-left: 0;
  }

  .col--copyright {
    pointer-events: none;
  }

  .shop_list .first_page .shop-item {
    width: calc(100% - 30px);
  }

  .shop_list .first_page .shop-item > a {
    text-align: center;
  }

  .answer {
    padding: 15px;
  }

  .wishlist_table .wishlist {
    padding: 0;
  }

  .wishlist_table .wishlist_buy, .wishlist_table .wishlist_last_th {
    display: none !important;
  }

  .shop-pane .iso_item.med_shop_item, .shop-pane .iso_item.big_shop_item {
    width: 100%
  }

}

@media only screen and (max-width: 480px) {
  .wrap_filter_block .js_shop_search_param {
    width: calc(100% - 30px);
  }

  .media_link {
    flex-shrink: 0;
    margin-right: 5px;
  }

  .slider_name:before, .slider_name:after {
    display: none;
  }

}

@media only screen and (max-width: 460px) {
  .iso_item {
    width: calc(100% - 20px);
  }

  .photo_images .iso_item {
    /*width: calc(100% - 30px);*/
  }

  .addr_block {
    padding-left: 10px;
  }

  .block_text {
    font-size: 16px;
  }

  .sale_block .shop-item {
    width: calc(100% - 30px);
  }

  .cart_table .cart {
    padding: 4px;
  }

  .cart_table th {
    font-size: 12px;
  }

  .cart_name a {
    font-size: 11px;
  }

  .cart_count nobr .number {
    width: 15px;
    font-size: 12px;
  }

  td.cart_summ, td.cart_count {
    font-size: 12px;
  }

  .cart_last_tr td {
    padding: 11px;
  }

  .cart_total {
    font-size: 13px;
  }

  td.cart_delivery {
    padding: 4px;
  }

  /*.delivery-table tbody tr td{*/
  /*font-size: 13px;*/
  /*}*/
  td.cart_delivery .cart_delivery_text {
    font-size: 12px;
    margin: 5px 5px 0;
  }

  td.cart_delivery .cart_delivery_name {
    font-size: 14px;
  }

  .shop-pane .iso_item, .shop-pane .grid-sizer {
    width: 100%
  }

  .shop-item .shop_img img {
    object-fit: contain;
  }

  /*.shop-item .shop_img {*/
  /*height: auto;*/
  /*height: 0;*/
  /*!*padding-top: 100%;*!*/
  /*}*/
}

@media only screen and (max-width: 400px) {
  .photo_list .photo_images {
    width: 290px !important;
  }

  .photo_images .iso_item {
    max-width: 290px !important;
    width: 100%;
    height: auto !important;
  }

  .photo_list .photo_images .photo_item {
    position: static !important;
  }

  .photo_images .iso_item > a {
    position: static !important;
  }

  /*.iso_item.vertical {*/
  /*max-width: 370px;*/
  /*width: 100%;*/
  /*height: 555px;*/
  /*}*/
}

@media only screen and (max-width: 380px) {
  .top_right_block a[href*="tel"] {
    font-size: 14px;
  }

  .slider_name:before {
    margin-right: 15px;
  }

  .slider_name:after {
    margin-left: 15px;
  }

  /*.slider_name {*/
  /*font-size: 15px;*/
  /*}*/
  .bottom_right_block .lang-container {
    display: none;
  }

  .banner_content_wrap p {
    font-size: 38px;
    white-space: normal;
    word-break: break-word;
  }

}
