.contacts {
  margin-bottom:25px;
}
.contacts .shop-title {
  color:#b1b382;
  font-weight:400;
  font-size:34px;
}
.contacts [class*="icon-uni"] {
  display:block;
}
.contacts .phone_container [class*="icon-uni"] {
  color:#b1b382;
  font-size:clamp(24px,4vw,48px);
  margin-right:5px;
}
.contacts.mobile .shop-title {
  font-size:18px;
}
.contacts .green{
  color:#b1b382;
}
.contacts .navigator{
  display:none;
}
/* телефоны, почта */
.contacts .phone_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top:25px;
  margin-bottom:15px;
  margin-left:5px;
}
.contacts .phone_container .socials,
.contacts .phone_container .phone,
.contacts .phone_container .email{
  display:flex;
  align-items:center;
  margin-bottom:3px;
}
.contacts .phone_container .socials .cntnt,
.contacts .phone_container .phone .cntnt{
  font-size:clamp(11px,2vw,22px);
  font-weight:bold;
  color:black;
}
.contacts .phone_container .phone .cntnt .info{
  font-weight:300;
  font-size:clamp(7px,1.2vw,18px);
}
.contacts .phone_container .email .cntnt{
  font-size:clamp(9px,1.2vw,18px);  
  color:black;
  margin-right:20px;
}
/* доп инфо магазина */
.contacts .misc_info{
  margin-bottom:15px;  
}
.contacts .misc_info .misc_info_group {
  display:flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f5f9;
}
.contacts .misc_info .block_name .icon-close {
  padding:15px;
}
.contacts .misc_info .title_container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.contacts .misc_info .title_container i {
  margin-right:10px;
  color:#b1b382;
}
.contacts .misc_info .title_container .message{
  display:none;
  font-size:clamp(11px,1vw,18px);
}
.contacts .misc_info .block_name .message_container {
  height:40px;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.contacts .misc_info .description_container {
  margin:10px 0px 15px 10px;
}
.contacts .misc_info .description_container .title{
  margin-bottom:5px;
}
.contacts .misc_info .description_container .description{
  margin-left:2%;
  margin-bottom:14px;
  font-size:14px;
}
/* стили плитки магазина */
.contacts .shops_container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(0,1fr));
}
.contacts .shops_container .shop{
  background:#f4f5f9;
  padding:10px;
  border:1px solid #f4f5f9;
  margin:1%;
  border-radius:10px;
}
.contacts .shops_container .shop:hover{
  cursor:pointer;
  border:1px solid #eaeee4;
  background:#f7f9f4;
}
/* стили контекста в плитке магазина */
.contacts .shops_container .shop .shop_flex{
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  height:170px;
}
.contacts .shops_container .shop .city{
  font-size:clamp(10px,1.2vw,17px);
  font-weight:400;
  padding:5px 0px;
}
.contacts .shops_container .shop .place{
  font-size:clamp(8px,1vw,15px);
}
.contacts .shops_container .shop .metro {
  display:flex;
  align-items:center;
  font-size:clamp(7px,1vw,11px);
  font-weight:bold;
  padding:5px 0px;
}
.contacts .shops_container .shop .schedule{
  display:flex;
  align-items:center;
  font-size:clamp(7px,1vw,11px);
}
.contacts .shops_container .shop .metro i {
  font-size:clamp(15px,1.7vw,20px);
  margin-right:3px;
  color:#ff0000;
}
.contacts .shops_container .shop .schedule i {
  font-size:clamp(12px,1.7vw,16px);
  margin-right:3px;
  color:#d8d8d8;
}
.contacts .shops_container .shop .status{
  font-size:clamp(7px,1vw,11px);
}
.contacts .shops_container .shop .status.red{
  color:red;
}
/* блок с реквизитами и с пунктами выдачи */
.requisites{
  margin-top:15px;
  margin-bottom:10px;
}
.contacts .block_name{
  display:flex;
  position:relative;
  cursor:pointer;
  padding:10px 0px 10px 45px;
  background:#f4f5f9;
  align-items:center;
  justify-content:space-between;
  height:40px;
  border-radius:10px;
}
.contacts .block_name:before{
  font-family:'ico-kamo-uniforma-02';
  content:'\e901';
  font-size:15px;
  position:absolute;
  left:15px;
  top:calc(50% - 8px);
  transition:0.3s;
}
.contacts .block_name.active:before{
  transform:rotate(180deg);
}
.contacts .block_context{
  display:none;
}
.contacts .block_context .requisites_container,
.contacts .block_context .pickup_points_container{
  display:flex;
  justify-content:space-between;
  margin:20px;
  flex-wrap:wrap;
}
.contacts .block_context .requisites_container span,
.contacts .block_context .pickup_points_container span{
  padding:5px;
}
/* блок с формой обратной связи */
.contacts .feedback{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-top:20px;
}
.contacts .feedback .buttons_container{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:4px;
}
.contacts .feedback .buttons_container img{
  width:48px;
}
.contacts .feedback .buttons_container .button{
  background:#b1b382;
  line-height: 48px;
  color:white;
  padding:0px 15px;
}
.contacts .feedback .buttons_container .tg i,
.contacts .feedback .buttons_container .max i,
.contacts .phone_container .socials .max i,
.contacts .phone_container .socials i.icon-telegram-3{
  display:inline-block;
  line-height: 48px;
  padding:0px 10px;
  color:#ffffff;
  background:#b1b382;
  font-size:30px;
}
.contacts .phone_container .socials i.icon-telegram-3,
.contacts .phone_container .socials .max i {
  font-size:clamp(14px,2.6vw,30px);
  padding:clamp(5.9px,0.7vw,9.2px) clamp(5.5px,0.7vw,10px);
  line-height:normal;
  margin-right:4px;
}
.contacts .feedback > div{
  margin-right:10px;
}
/* детальная карточка магазина */
/* шапка карточки магазина */
.contacts .shop_details .shop_header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#f4f5f9;
  margin-bottom:30px;
  border-radius:10px;
}
.contacts .shop_details .shop_header .shop_info{
  display:flex;
  align-items:center;
}
.contacts .shop_details .shop_header .shop_info div{
  padding:15px 45px 15px 45px;
}
.contacts .shop_details .shop_header .shop_info .status{
  border:1px solid grey;
  padding:5px 10px;
  font-size:14px;

}
.contacts .shop_details .shop_header .shop_info .status.red{
  color:red;
  border-color:red;
}
.contacts .shop_details .shop_header .shop_info .shop_placement .place{
  font-size:20px;
}
.contacts .shop_details .shop_header .shop_info .shop_placement .city{
  font-size:14px;
}
.contacts .shop_details .shop_header .icon-close{
  padding:0px 25px;
}
.contacts .shop_details .shop_header .icon-close:hover{
  cursor:pointer;
  color:#b1b382;
}
/* детальн. карточка магазина */
.contacts .shop_details{
  display:none;
  padding-bottom:30px;
}
.contacts .shop_details .shop_details_info{
  display:flex;
  justify-content: space-between;
  gap:20px;
}
.contacts .shop_details .shop_details_info .info_left,
.contacts .shop_details .shop_details_info .info_right{
  width:100%;
}
.contacts .shop_details .shop_details_info .info_right iframe {
  border-radius:10px;
}
.contacts .shop_details .shop_details_info .title{
  display:flex;
  align-items:center;
}
.contacts .shop_details .shop_details_info .info{
  padding:10px 0px 10px 45px;
  font-size:14px;
}
.contacts .shop_details .shop_details_info .title img{
  padding-right:10px;
}
/* для мобильной версии */
.contacts.mobile .navigator{
  display:block;
}
@media (max-width:610px){

  .contacts .shops_container{
    display:block;
  }
  .contacts .shops_container .shop .city{
    font-size:17px;
  }
  .contacts .shops_container .shop .place{
    font-size:15px;
  }
  .contacts .shops_container .shop .metro{
    font-size:11px;
  }
  .contacts .shops_container .shop .schedule{ 
    font-size:11px;
  }
  .contacts .shops_container .shop .metro i {
    font-size:18px;
  }
  .contacts .shops_container .shop .schedule i{
    font-size:15px;
  }
  .contacts .shops_container .shop .status{
    font-size:11px;
  }

  /**/  
  .contacts .shop_details .shop_header .shop_info .status{
    font-size:11px;
  }
  .contacts .shop_details .shop_header .shop_info .shop_placement .place{
    font-size:15px;
  }
  .contacts .shop_details .shop_header .shop_info .shop_placement .city{
    font-size:11px;
  }
  .contacts .shop_details .shop_details_info{
    flex-direction: column;    
  }
  .contacts .shop_details .shop_details_info .info_right{
    height:350px;
  }
}
@media (max-width:515px){
  .contacts .shop_details .shop_header .shop_info{
    display:block;
  }
  .contacts .shop_details .shop_header .shop_info .status{
    margin:0px 0px 15px 45px;;
  }
}
@media (max-width:440px){
  .contacts .block_name .requisites_container,
  contacts .block_name .pickup_points_container{
    font-size:11px;
  }
}
@media (max-width:400px){
  .contacts .shops_container .shop{
    width:auto;
  }
}