/*

html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%
}

body {
    font-size: clamp(1.4rem, 0.191vw + 1.339rem, 1.6rem)!important;
}


    
  h1 {
      font-size: clamp(2rem, 3.346vw + 0.929rem, 5.5rem)!important;
      line-height: 1.2!important;
  }  
  
*/    
    
.t-container, .t967__maincontainer.t967__c12collumns {
    max-width: 1366px!important;
}

.t-store__card .t-store__card__price_old {
    font-size: 16px!important;
    margin-left: 5px!important;
}

.t-store__card__mark {
    background-color: #58b900!important;
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}