@media screen and (min-width: 1024px) {
	
	#menu, #filter, .mobile_header, .fake_bread, .mobile_header_fake {
		display: none!important;
	}

  a:hover{
      text-decoration: underline;
  }
  .btn:hover{
      opacity: .9;
      text-decoration: none;
  }
  .slick-dots li:hover button {
      background: #284AC1;
  }
  .catalog-menu__link:hover {
    opacity: .8;
    text-decoration: none;
  }
  .img_action:hover div{
    background: #C1284D;
  }
  .goods__img:hover .img_action div{
    display: block;
  }
  .goods__item:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  }
  .goods-tabs__item:hover {
    color: #C1284D;
    font-weight: 700;
  }
  .goods-actions__btn.btn:hover {
    background: #284AC1;
    color: #fff;
  }
  .goods-actions__btn--fav:hover svg {
    stroke: #C1284D;
  }
  .favourite_delete:hover{
    color: #CBD2E4 !important;
  }
  .favourite_delete:hover svg path{
    stroke: #CBD2E4;
  }
  .goods__box-plus span:hover{
      transition: 1s;
      -moz-transform: rotate(180deg);
  }
  .wrap-slider .slick-arrow:hover {
    color: #284AC1;
  }
  .tech__item--blue .tech__title a:hover {
    text-decoration: none;
    opacity: .9;
  }
  .tech__link:hover {
    text-decoration: none;
    opacity: .9;
  }
  .compare__item--title:hover .compare__td {
    color: inherit;
  }
  .compare__item:hover .compare__img {
      -moz-transform: scale(1.2);
  }
  .map-list__link:hover {
    text-decoration: none;
    background: #2849BE;
    color: #fff;
  }
  .map-btn:hover {
    opacity: .9;
  }
  .map-btn:hover span {
    text-decoration: underline;
  }
  .show_more_category:hover{
      cursor: pointer;
      background: #3964FB;
  }
  .category__link:hover {
    text-decoration: none;
    background: #c1284d;
    color: #fff;
  }
  .sort__filter:hover {
    color: #0C1E2F;
    text-decoration: none;
  }
  .sort__filter:hover .sort__icon {
    color: #0C1E2F;
  }
  .data-actions__mtr:hover {
    opacity: 1;
  }
  .fotos-main__mirror:hover {
    color: #284AC1;
  }
  .msg-btn:hover{
    text-decoration: none;
  }
  .goods-price__btn.btn--gray:hover {
    background: #284ac1;
    color: #fff;
  }
    .goods-price__btn.btn--green:hover {
    background: #6EBB49;
    color: #fff;
  }
    .goods-price__btn.btn--gray2:hover {
    background: #ECEEF3;
    color: #004d61;
  }
  .up_action:hover{
    background: var(--var-primary_color5);
    cursor: pointer;
  }
  #modal_quiz .quiz_step_block:hover{
    color: var(--var-primary_color5);
  }
  #modal_quiz .quiz_step_block:hover:after{
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    background: var(--var-primary_color5);
  }
  #modal_quiz .quiz_back_step:hover{
    color: var(--var-primary_color5);
  }
  #modal_quiz .quiz_form button:hover{
    opacity: 0.75;
  }
  .first_menu a:hover{
    text-decoration: none;
    color: #9CA5BA;
  }
  .catalog-menu__item:hover .first_menu{
    display: block;
    animation: menuOpen  0.4s ease-in-out;
    z-index: -2;
  }
  .first_menu_li:hover .second_menu{
    display: block;
    animation: menuOpen  0.5s ease-in-out;
    z-index: -3;
  }
  .filter_button .reset:hover{
    color: #fff;
    background: #284AC1;
  }
  .filter_button .button_filter_active:hover{
    background: #3964FB;
  }
}
@media only screen and (min-width: 1700px){
  .fotos__main{
    width: calc(100% - 720px);
  }
  .fotos__imgs{
    width: 720px;
    margin-left: 0;
  }
  .fotos-imgs__item{
    margin-left: 20px;
    width: calc(50% - 20px);
    float: left;
  }
  .fotos__imgs .fotos-imgs__item{
    display: block !important;
  }
  .fotos__imgs .fotos-imgs__item:nth-child(n+5){
    display: none !important;
  }
  .goods__item {
    width: calc(25% - 15px);
    margin-right: 20px !important;
  }
  .goods__item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .container_slider{
    width: calc(25% - 15px);
  }
  .no_slider_cat{
    width: 100%;
    margin-bottom: 50px;
  }
  .goods--slider .goods__item{
    margin-right: 20px !important;
  }

}
