

/* Start:/local/templates/landing/styles.css?17748618603063*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFUZ0e.ttf) format('truetype')
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UNirkOVuhs.ttf) format('truetype')
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN7rgOVuhs.ttf) format('truetype')
}

* {
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 21px;
  box-sizing: border-box;
  position: relative;
}

header {
  display: flex;
  gap: 10px;
  padding: 25px 20px 20px;
  align-items: center;
}

.logo {
  display: block;
  width: 165px;
  height: auto;
  margin-right: auto;
  margin-left: 10px;
}

.calendar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
  max-width: 400px;
  margin: 0 auto;
}
.calendar br {
  display: none;
}

.calendar__item {
  background: linear-gradient(to bottom,#f52d45,#cc060d);
  padding: 7px 10px 30px;
}

.calendar__item-day {
  width: fit-content;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #d21826;
  text-transform: uppercase;
}

.mainCal {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  padding: 30px 20px 20px;
  box-sizing: border-box;
}

.mainCal-sh1 {
  width: calc(100% - 20px);
  height: 8px;
  background: rgba(255, 255, 255, .8);
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
}

.mainCal-sh2 {
  width: calc(100% - 50px);
  height: 8px;
  background: rgba(255, 255, 255, .5);
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 25px;
  right: 25px;
}

.mainCal-date {
  color: #d21826;
  margin-bottom: 5px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  margin-top: 13px;
}
.mainCal-date a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.mainCal-date .day {
  font-size: 93px;
  line-height: 1;
  font-weight: 600
}

.mainCal-date .month {
  font-size: 45px;
  line-height: 1;
}

.calendar__item-body {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #578649;
}

.calendar__item-body a {
  color: inherit;
}

.calendar__item-body > div:nth-last-child(-n + 2){
  display: none;
}

.calendar__item-body > div:nth-last-child(-n + 1){
  display: block;
}

.mainCal:before {
  content: '';
  width: 212px;
  height: 53px;
  background: url(/upload/img/main-cal-holes.png) no-repeat;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%)
}

/* End */
/* /local/templates/landing/styles.css?17748618603063 */
