@charset "UTF-8";
.workarea .content .in_content p.table_month {
  text-align: center;
  color: #ff6900;
  font-size: 19px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.schedule_cont {
  width: 100%;
}

.schedule_cont table {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 18px;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 5px;
  color: #444;
  letter-spacing: 0.03em;
}

.schedule_cont table.table_cutuzov tr td:nth-of-type(3), .schedule_cont table.table_cutuzov tr th:nth-of-type(3) {
  width: 65px;
  white-space: nowrap;
}

.schedule_cont table.table_cutuzov tr th:nth-of-type(4), .schedule_cont table.table_cutuzov tr td:nth-of-type(4) {
  width: 100%;
}

.schedule_cont table.table_cutuzov tr td:nth-of-type(5) {
  text-align: center;
}

.schedule_cont table.table_cutuzov tr th:nth-of-type(4), .schedule_cont table.table_cutuzov tr td:nth-of-type(4) {
  width: 100%;
}

.schedule_cont table td, .schedule_cont table th {
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}

.schedule_cont table th {
  padding-top: 9px;
  color: #444;
  background: #d9edf7;
  font-weight: 400;
}

.schedule_cont table td:last-child, .schedule_cont table th:last-child {
  border-right: 1px solid #ccc;
}

.schedule_cont table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.schedule_cont table tr:hover {
  background-color: #f2f2f2;
}

@media (max-width: 920px) {
  br {
    clear: both;
    display: block;
    width: 100%;
  }
  p > ymaps {
    width: 100% !important;
    height: 220px !important;
  }
}

.mobile_el {
  display: none;
}

@media (max-width: 920px) {
  .mobile_el {
    display: block;
  }
}

.tbl_standart_centr {
  text-align: center;
}

.sp:after {
  content: '';
  display: block;
  clear: both;
}

.sp_link {
  cursor: pointer;
  color: #4e81bc;
}

.sp_link_click {
  cursor: pointer;
  text-align: center;
  float: right;
  display: inline-block;
  margin-top: 7px;
  color: #fff;
  background: #0aa8d7;
  padding: 5px 25px;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
}

.sp_link_click:hover {
  background: #fff;
  color: #2eb8e5;
  border: 1px solid #2eb8e5;
}

@media (max-width: 450px) {
  .sp_link_click {
    padding: 5px 10px;
    display: block;
    margin-top: 15px;
    float: none;
  }
}

.sp_link_click:before {
  content: '';
  display: block;
  clear: both;
}

.sp_body {
  display: none;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.red_text {
  color: #ff6900 !important;
}

.blue_text {
  color: #4e81bc;
}

.r_content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 920px) {
  .r_content {
    display: block;
  }
}

.r_content .r_left:first-child {
  -ms-flex-preferred-size: 298px;
      flex-basis: 298px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 920px) {
  .r_content .r_left {
    width: 100% !important;
  }
  .r_content .r_left:after {
    content: '';
    display: block;
    clear: both;
  }
}

.r_content .r_right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  text-align: right;
}

@media (max-width: 920px) {
  .r_content .r_right {
    margin-top: 15px;
    width: 100% !important;
  }
}

@-webkit-keyframes move {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 767px) {
  table {
    display: block;
    max-width: 100%;
    overflow-x: scroll;
    border: 4px #ddd solid;
    position: relative;
  }
  table:before {
    content: '';
    font-family: FontAwesome;
    font-size: 55px;
    font-weight: bold;
    position: absolute;
    top: 5%;
    color: #f17920;
    right: 30px;
    z-index: 400;
    -webkit-animation-name: move;
            animation-name: move;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.flex-block {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width: 451px) {
  .flex-block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-block .col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  border: 0;
}

@media (min-width: 921px) {
  .flex-block .col-3 {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.flex-block .col-3 img {
  margin-bottom: 7px;
}

.flex-block .col-3 span {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #00a4d5;
  display: block;
  padding: 7px 0 5px 0;
}

.flex-block .col-3 .text_in_flex {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 16px;
  margin-top: 5px;
}

.flex-block .col-3 a {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #00a4d5;
  font-size: 20px;
}

.flex-block .col-3 a:hover {
  color: #6cb5ff;
}

.sect_block {
  display: table-cell;
  margin: 0;
  list-style: none;
  padding: 0px 30px 30px 0;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .sect_block {
    padding: 0px 10px 10px 0;
  }
}

@media (max-width: 767px) {
  .sect_block {
    display: block;
    width: 50%;
    float: left;
    white-space: normal;
  }
  .sect_block:nth-of-type(2n+3) {
    clear: both;
  }
}

.sect_block li {
  list-style-image: none !important;
  margin: 0 !important;
}

.sect_block a {
  text-decoration: none;
  color: #333 !important;
  font-size: 15px;
  background: url(images/check.png) no-repeat 0 1px;
  padding-left: 20px;
  line-height: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 450px) {
  .sect_block a {
    /* font-size: 13px; */
    background-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    display: block;
    padding-left: 19px;
  }
}

.sect_block li:hover a, .sect_block li.active a {
  background: url(images/check2.png) no-repeat 0 1px;
  color: #2eb8e5 !important;
}

@media (max-width: 450px) {
  .sect_block li:hover a, .sect_block li.active a {
    background-size: 13px;
  }
}

@media (min-width: 800px) {
  .sect_block--line li {
    float: left;
    padding-right: 30px;
  }
}

.block_2 {
  display: inline;
  float: left;
  border: 1px solid DodgerBlue;
  border-radius: 10px;
  padding: 12px 25px;
  position: relative;
  margin: 1.4em 2em 1em 1em;
}

.block_2::before, .block_2::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid DodgerBlue;
}

.block_2::after {
  border-top: 10px solid white;
  bottom: -19px;
}

.open_bron {
  cursor: pointer;
  background: #63cfff;
  border-radius: 3px;
  padding: 3px 44px 6px 44px;
  display: inline-block;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open_bron_bottom {
  margin-top: 15px;
}

.open_bron:hover {
  background: #6699cc;
}

@media (max-width: 767px) {
  .open_bron {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .text-right {
    text-align: right;
  }
}
.overlay_bron {
  position: fixed;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.message_ok {
  position: fixed;
  width: 320px;
  color: #f17920;
  font-weight: bold;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  left: 50%;
  margin-left: -160px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  height: 140px;
  top: 50%;
  margin-top: -70px;
}
.close_bron {font-size: 22px;position: absolute;width: 46px;
  height: 46px;
  background: #338CD9;
  color: #fff;
  text-align: center;
  line-height: 46px;
  padding: 0;
  border-radius: 100%;
  right: -23px;
  top: -23px;cursor: pointer}
/*# sourceMappingURL=styles.css.map */