/*общие настройки у кнопок*/
.js-store-prod-text a {
  display: inline-block;
  margin-right: 15px; /*отступ от второй до третьей кнопки, если третьей нет, то не работает*/
  margin-top: 10px; /*отступ от текста*/
  border-radius: 0px; /*скругление углов*/
  font-weight: 500; /*толщина шрифта*/
  font-size: 14px; /*размер шрифта*/
}

/*настройки цвета и фона первой кнопки*/
.js-store-prod-text a:first-of-type {
     background-color: #ffffff;
    color: #1B5099 !important;
    border: 1px solid #1B5099;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;
    
}

/*настройки цвета и фона второй кнопки*/
.js-store-prod-text a:nth-of-type(2) {
          background-color: #ffffff;
    color: #24282B !important;
    border: 1px solid #24282B;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;

}

/*настройки цвета и фона третьей кнопки*/
.js-store-prod-text a:nth-of-type(3) {
         background-color: #007B82;
    color: #ffffff !important;
    border: 1px solid #007B82;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;
}


/*настройки цвета и фона последней кнопки*/
.js-store-prod-text a:last-of-type {
      background-color: #1B5099;
    color: #ffffff !important;
    border: 1px solid 1B5099;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;
}

.js-store-prod-text a + br {
    display: none;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #1B5099;
    color: #ffffff!important;
    border:1px solid #1B5099 !important;
   
}
.js-store-prod-text a:nth-of-type(2):hover {
  background: #24282B;
  color: #ffffff !important;
  border:1px solid #24282B !important;
  
}
.js-store-prod-text a:nth-of-type(3):hover {
  background: #24282B;
  color: #ffffff !important;
  border:1px solid #24282B !important;
  
}

.js-store-prod-text a:last-of-type:hover {
  background: #A4B9D6;
  color: #ffffff !important;
  border:1px solid #A4B9D6 !important;
  
}
@media screen and (max-width: 640px) {
.js-store-prod-text a:first-of-type  {
    width: 226px;
    height: 48px;
  }
  
}

@media screen and (max-width: 640px) {
.js-store-prod-text a:nth-of-type(2) {
    width: 226px;
    height: 48px;
  }
  
}

@media screen and (max-width: 640px) {
.js-store-prod-text a:nth-of-type(3) {
    width: 226px;
    height: 48px;
  }
  
}

@media screen and (max-width: 640px) {
.js-store-prod-text a:last-of-type {
    width: 226px;
    height: 48px;
  }
  
}

.t-store__filter__custom-sel.active {
    background-color: #ffe000!important;
}

@media screen and (min-width: 960px) {
    .t-store__filter__custom-sel:hover {
        background-color: #ffe000!important;
    }
}

@media screen and (min-width: 961px) {
    .t951__sidebar .t-store__filter__custom-sel {
        padding-left: 5px;
    }
}

.t585__text {
    padding: 20px;
    background-color: #EAF0F5;
}

@media screen and (max-width: 980px) {
    .t-menusub__menu {
        border-bottom: 1px solid rgba(0, 0, 0, 0);

    }
}
.t886 {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}