/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.search .search-input-div {
    width: 50%;
    margin-left: 175px;
}

.btn-search {
 visibility: hidden;
}

.basket-link.basket.big {
display:none;
}

.player-video {
  display: flex;

}

.player-video-left {
  padding: 0 15px;
  width: 50%;
}

.player-video-right {
  padding: 0 15px;

  width: 50%;
}
.logo_and_menu-row .phone a{
color:#12218b;
}
.map_info_store .property .title-prop{
color: #252525;
    font-size: 1.2rem;
    font-weight: 700;
}
.map_info_store {
    font-size: 16px;
}
.top_slider_wrapp .flexslider .slides > li .banner_bg {
background-size:cover;
}

.sections_wrapper .button-block .callback-block {
    background: #555;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
.front.wide_page .adv_list.small_banners {
    padding: 15px 0px 30px;
}
.catalog-sections-top-table{
margin: 0 auto;
}
.catalog-sections-top-table .thead-dark{
background: #555;

}
.catalog-sections-top-table .thead-dark th {
padding:10px;border-radius: 5px 5px 0 0;
font-size: 1.7rem;
    line-height: 1.2;
font-weight:700;
}
.catalog-sections-top-table .thead-dark th a {
color:#fff;
}
div.catalog-sections-top .catalog-sections-top-table td {
padding:0;
}
div.catalog-sections-top .catalog-sections-top-table .table {
margin-bottom:0;
background:#fbfbfb;
}
div.catalog-sections-top .catalog-sections-top-table .table td {
padding:10px;
}
div.catalog-sections-top .catalog-sections-top-table .table tr td:nth-child(2) {
width:170px;
}
.item-stock .icon{
background: url(../images/svg/catalog/presence_list.svg) 4px no-repeat;
}
.item-stock .icon.stock_range_2, .item-stock .icon.stock_range_3, .item-stock .icon.stock_range_1 {
background-image: url(../images/svg/ai.svg);
background-repeat:no-repeat;
}
@media (max-width: 620px) {
  .player-video-right {
    width: 100%;

  }

  .player-video {
    flex-wrap: wrap;

  }

  .player-video-left {
    width: 100%;
    margin-bottom: 20px;
  }
.top_slider_wrapp.view_3 .flexslider .slides > li .tablet_img > div {
    background-position: 100% center;
}
}
.form-control .inputtext[data-sid="CITY"] {display:none;}
.form-control:has(.inputtext[data-sid="CITY"]) {display:none;}
/*translate styles*/
@media (min-width:1920px) {
/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* language */

.language {
    position: fixed;
    left: 10px;
    top: 130px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index:999;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}
}
/*end translate styles*/