html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: black;
  background: #4c537d;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

* {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: white;
}

*,
*:before,
*:after {
  -webkit-text-size-adjust: 100%;
}

script {
  display: none !important;
}

a {
  color: white;
  text-decoration: none;
}

.cols,
.rows {
  display: table !important;
  width: 100%;
  height: 100%;
}

.cols > *,
.rows > * > * {
  display: table-cell;
  vertical-align: top;
  font-size: 0px;
}

.cols > * > *,
.rows > * > * > * {
  display: inline-block;
  font-size: auto;
}
.cols > *.center,
.rows > * > *.center {
  text-align: center;
}
.cols > *.right,
.rows > * > *.right {
  text-align: right;
}

.cols > *.left,
.rows > * > *.left {
  text-align: left;
}
.cols > * > * {
  display: inline-block;
}

.rows > * {
  display: table-row;
}

/* -----------------------CALENDAR----------------------- */
.cal {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

.cal > .jscal-mon {
  display: inline-block;
  position: relative;
  width: 243px;
  text-align: left;
  vertical-align: top;
  padding-left: 12px;
}

.cal > .jscal-mon:nth-child(odd) {
  background-color: rgb(25 65 109);
  margin: 0 10px;
  border-radius: 4px;
}

.cal > .jscal-mon > .jscal-mon-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  z-index: 0;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.cal > .jscal-mon > .jscal-day {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 28px;
  z-index: 1;
  cursor: pointer;
}

.cal > .jscal-mon > .jscal-day > .jscal-day-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.cal > .jscal-mon > .jscal-day > .jscal-day-wrap > .jscal-day-val {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cal > .jscal-mon > .jscal-day.jscal-day-active {
  background: #e41f21;
}

.cal > .jscal-mon > .jscal-day.jscal-day-today {
  outline: 1px solid #e41f21;
}

.cal > .jscal-mon > .jscal-day.jscal-day-active * {
  color: white;
}

.cal > .jscal-mon > .jscal-day.jscal-day-disabled * {
  color: #555;
  cursor: auto;
}

.cal > .jscal-mon > .jscal-day.jscal-day-disabled2 * {
  color: #888;
  cursor: auto;
}

.cal > .jscal-mon > .jscal-day.jscal-day-week * {
  text-transform: capitalize;
}

.cal > .jscal-mon > .jscal-day.jscal-day-week:nth-child(7) *,
.cal > .jscal-mon > .jscal-day.jscal-day-week:nth-child(8) * {
  color: #e41f21;
}

.cal > .jscal-month-wrap {
  display: inline-block;
  width: 230px;
  height: 100%;
  text-align: right;
}
.cal > .jscal-month-wrap > .jscal-month-btn {
  display: inline-block;
  width: 188px;
  margin: 0 0 10px;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #e41f21;
}
.cal > .jscal-month-wrap > .jscal-month-btn:last-child {
  margin: 0;
}
.cal > .jscal-month-wrap > .jscal-month-btn:nth-child(5) {
  margin-bottom: 0;
}
.cal > .jscal-month-wrap > .jscal-month-btn.active,
.cal > .jscal-month-wrap > .jscal-month-btn:hover,
.cal > .jscal-month-wrap > .jscal-month-btn:focus {
  background-color: #e41f21;
}
.cal > .jscal-month-wrap > .jscal-month-btn.active,
.cal > .jscal-month-wrap > .jscal-month-btn.active:hover {
  cursor: default;
}
/*------------------------CALENDAR------------------------*/

.head .btn-search,
.head .route .btn-route {
  width: 500px;
  border: 1px solid #e41f21;
  margin: 0px 20px;
  padding: 10px 0px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
}
.head .btn-search.active,
.head .btn-search:hover,
.head .route .btn-route.active,
.head .route .btn-route:hover {
  background-color: #e41f21;
}

.head {
  max-height: 680px;
  padding-top: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

.head.bg1 {
  background-image: url(https://so-cdn.ruszd.ru/pub/img/bg_1_1.jpg);
}

.head .slogan {
  color: white;
}

.head .slogan h1,
.head .slogan h2,
.head .slogan h3,
.head .slogan .h1,
.head .slogan .h2,
.head .slogan .h3,
.body h1,
.body h2,
.body h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 100px;
}
.head .slogan h1 {
  font-size: 16px;
  font-weight: 400;
}
.head .slogan span {
  font-size: 24px;
  font-weight: 600;
}
.head .slogan h1,
.head .slogan h3 {
  margin-top: 23px;
}

.head .slogan .h3 {
  margin-bottom: 16px;
}

.head .slogan h2,
.head .slogan .h2,
.body h2 {
  font-size: 20px;
}

.head .btn-search {
  margin-bottom: 40px;
  padding: 16px 40px;
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 4px;
}
.head .cal {
  padding: 40px 0px;
  height: 240px;
}
.body .rules {
  text-align: left;
  margin: 20px 0px;
}

.body .rules .rule {
  padding: 20px 0px;
}

.body .rules .rule .number {
  font-size: 48px;
  font-weight: 600;
  width: 60px;
}

.body .rules .rule .rule-text {
  font-size: 16px;
  vertical-align: middle;
  text-align: left;
}
.jscal-mon * {
  pointer-events: none;
}
.jscal-mon .jscal-day-active {
  background-color: transparent !important;
}

.cont1100 {
  max-width: 1100px;
  min-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.cont900 {
  max-width: 900px;
  min-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.schedule_page {
  background: #4c537d;
  height: unset;
  padding-top: 20px;
}
.schedule_page__header nav {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}

.schedule_page__list_cont {
  padding-top: 40px;
}
.schedule_page__list_h {
  border-radius: 16px;
  color: #fff;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.dir_switch_block {
  display: flex;
}
.dir_switch_block > * {
  border: 1px solid #c3c3c3;
  background: #fff;
  color: #333;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
}
.dir_switch_block__switch {
  width: 23px;
}
.schedule_page__list_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}
.schedule_page__list_item {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.schedule_page__list_item .item_cell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.schedule_page__list_item .item_cell:first-child .item_cell__val {
  color: #e41f21;
}
.schedule_page__list_item .item_cell .item_cell__h {
  font-size: 14px;
  color: #555;
}
.schedule_page__list_item .item_cell .item_cell__val {
  font-size: 18px;
  color: #333;
}

.schedule_page__text_block {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
}
.seo-text * {
  font-size: 16px;
  color: #333;
}

.schedule_page .info-page {
  width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  box-sizing: border-box;
}

.schedule_page .info-page p {
  font-size: 20px;
}
.schedule_page .info-page .no-main_container {
  font-size: 20px;
}

.info-page {
  width: 1060px;
  text-align: left;
  color: #5e6166;
  background: white;
  margin: 40px 0px;
  padding: 20px;
  border-radius: 4px;
}

.info-page * {
  color: black;
}

.info-page .tree_dir .tree_item_title {
  color: #262626;
}

.info-page .tree_main_title {
  border-bottom: 1px solid #e41f21;
}
.info-page .tree_main_title .tree_item_title {
  font-size: 24px;
}
.info-page .tree_main_item .tree_item_title {
  font-size: 24px;
  margin-top: 0;
  color: #000;
}
.info-page .tree_item_arr {
  margin-top: 10px;
}
.info-page .tree_item_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}

.info-page b {
  font-weight: 600;
}

.info-page .no-main_title {
  font-size: 24px;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #e41f21;
  font-weight: 600;
}

.info-page .no-main_subtitle {
  font-size: 20px;
  margin: 30px 0px 10px 0px;
  font-weight: 600;
}

footer {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}
.footer p {
  font-size: 16px;
}