.yataclock--day {
  display: block;
  margin: 40px 0 0;
  padding: 0 !important;
}
.yataclock--day .yataclock--day--item {
  margin: 0 0 20px;
  padding: 0 !important;
  text-align: center;
}
.yataclock--day .yataclock--day--item .yataclock--day--name {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}
.yataclock--day .yataclock--day--item:last-child {
  margin: 0;
}
.yataclock--day .yataclock--day--lnk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.yataclock--day .yataclock--day--lnk a {
  margin: 0;
}
.yataclock--full {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 20px;
}
.yataclock--full h2 {
  margin: 0 0 30px;
}
.yataclock--full h3 {
  margin: 0 0 20px;
}
.yataclock--full .yataclock--full--item {
  margin-bottom: 40px;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 40px;
}
.yataclock--full .yataclock--full--item .fromTo,
.yataclock--full .yataclock--full--item .titleDaysoff {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.yataclock--full .yataclock--full--item .row {
  margin-left: -20px;
  margin-right: -20px;
}
.yataclock--full .yataclock--full--item .yataclock--full--grid {
  padding: 0 20px;
}
.yataclock--full .yataclock--full--item .yataclock--full--grid ul {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}
.yataclock--full .yataclock--full--item .yataclock--full--grid ul li {
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
.yataclock--full .yataclock--full--item .yataclock--full--grid ul li .day {
  font-weight: 500;
}
.yataclock--full .yataclock--full--item .yataclock--full--grid ul li:nth-child(odd) {
  background: #f5f5f5;
}
.yataclock--full .yataclock--full--item .yataclock--full--daysoff {
  padding: 0 20px;
  margin-top: 30px;
}
.yataclock--full .yataclock--full--item .yataclock--full--daysoff .titleDaysoff {
  margin: 0 0 10px;
}
.yataclock--full .yataclock--full--item .yataclock--full--daysoff p {
  margin: 0;
}
.yataclock--full .yataclock--full--item .yataclock--full--daysoff .dayofshut .comma:last-child {
  display: none;
}
.yataclock--full .yataclock--full--item:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}
