/*> разбор */
.t7-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;

  list-style: none;
  padding: 0;
  margin: 0;
}
.t7-bottom > li {
  list-style: none;
  padding: 0 0 15px 15px;
  margin: 0;
  min-width: 20%;
}
.t7-bottom > li.t7-bottom-3 {
  min-width: inherit;
  /*min-width: 50%;*/
}
.t7-bottom > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t7-bottom > li ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  text-align: left;
}
.t7-bottom-3 div {
  padding-bottom: 10px;
}
.t7-bottom-3b>span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 10px;
}
.t7-bottom-3b .footer_phone {
    background: url("https://content.europart.ru/img/footer_phone.jpg") no-repeat center;
}
.t7-bottom-3b .footer_mail {
    background: url("https://content.europart.ru/img/footer_mail.jpg") no-repeat center;
}
.t7-bottom-3d img {
    height: 32px;
    width: auto;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
}
.t7-bottom-3d a {
  padding: 3px;
}
.t7-bottom-3d a:first-child {
    margin-left: 10px;
}
@media (max-width: 991px) {
  .t7-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* разбор <*/

.ta-c {text-align: center !important}
.ta-j {text-align: justify !important}
.ta-l {text-align: left !important}
.ta-r {text-align: right !important}
.td-u {text-decoration: underline !important}
.td-n {text-decoration: none !important}
.fw-n {font-weight: normal !important}
.fw-b {font-weight: bold !important}
.fs-i {font-style: italic !important}
.w300 {max-width: 300px; min-width: 300px; width: 300px}
.w450 {max-width: 450px; min-width: 450px; width: 450px}
.w640 {max-width: 640px; min-width: 640px; width: 640px}
.w940 {max-width: 940px; min-width: 940px; width: 940px}

.erRBlock,
.erYBlock,
.erYBlock2,
.erGBlock {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 2px #e6e6e6;
  font-size: 1.15rem;
  margin: 30px 0;
  padding: 10px;
  text-align: center;
}
.erRBlock {
  background-color: #fff4f4;
  border-color: #ff8888;
  color: #ff8888;
}
.erYBlock,
.erYBlock2 {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.erGBlock {
  background-color: #f4fff4;
  border: 1px solid #88bb88;
  color: #008000;
}
.erRBlock * {
  background-color: #fff4f4;
  color: #ff8888;
}
.erYBlock *,
.erYBlock2 * {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.erGBlock * {
  background-color: #f4fff4;
  color: #008000;
}
.erRBlock *,
.erYBlock *,
.erGBlock * {
  font-size: 1.15rem;
}
.erYBlock2, .erYBlock2 * {
  text-align: left;
  font-size: 0.85rem;
}
.erYBlock2 div:nth-child(n+2) {
  margin-top: 10px;
}
.erYBlock2 {
  margin: 20px 0 0 0;
}