:root {
  --blue: #71adda;
  --indigo: #6610f2;
  --purple: #0f0046;
  --pink: #e25697;
  --red: #ff0027;
  --orange: #fd9f00;
  --yellow: #ffe800;
  --green: #449b23;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #3c3c3b;
  --gray-dark: #161615;
  --primary: #00367a;
  --secondary: #3c3c3b;
  --success: #449b23;
  --info: #17a2b8;
  --warning: #ffe800;
  --danger: #ff0027;
  --light: #f5f5f5;
  --dark: #161615;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


#header .btn-opener {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.429;
  color: #00367a;
}

#header .btn-opener::before {
  content: '';
  display: block;
  margin-right: 14px;
  width: 37px;
  height: 40px;
  background: url("../images/ico-clock-red.svg") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37px;
          flex: 0 1 37px;
  max-width: 37px;
}

#header #extra-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  margin-right: -380px;
  width: 380px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #303030;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.429;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: margin;
  transition-property: margin;
}

.opened-extra-menu #header #extra-menu {
  margin-right: 0;
}

#header #extra-menu .holder {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 25px 10px 15px 30px;
}

@media (max-width: 1024px) {
  #header #extra-menu .holder {
    padding-top: 13px;
  }
}

#header #extra-menu .btn-opener {
  color: inherit;
}

@media (max-width: 1024px) {
  #header #extra-menu .btn-opener:hover {
    text-decoration: none;
  }
}

#header #extra-menu .btn-opener::before {
  background-image: url("../images/ico-clock-white.svg");
  margin-right: 20px;
}

#header #extra-menu .btn-opener .close-item {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 160px;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32px;
  height: 32px;
  padding: 4px 5px;
  border: 0;
  color: #fff;
}

@media (min-width: 768px) {
  #header #extra-menu .btn-opener .close-item {
    margin-right: 93px;
  }
}

@media (min-width: 1025px) {
  #header #extra-menu .btn-opener .close-item {
    display: none;
  }
}

#header #extra-menu .btn-opener .close-item .icon-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  border-bottom: 2px solid;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity, margin, top;
  transition-property: opacity, margin, top;
}

#header #extra-menu .btn-opener .close-item .icon-bar:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header #extra-menu .btn-opener .close-item .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  #header #extra-menu .btn-opener .close-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 374px) {
  #header #extra-menu .btn-opener .close-item {
    margin-left: 100px;
  }
}

#header #extra-menu .work-days {
  color: #71adda;
}

#header #extra-menu .work-days ul {
  list-style: none;
  margin: 36px 0 29px;
  padding: 0;
  font-weight: 500;
}

#header #extra-menu .work-days ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 22px;
}

#header #extra-menu .work-days ul li > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

#header #extra-menu .work-days ul li time {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36px;
          flex: 0 1 36px;
  min-width: 36px;
  max-width: 36px;
  margin-right: 21px;
  background: url("../images/ico-date-blue.svg") no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Roboto Mono", monospace;
}

#header #extra-menu .work-days ul li p {
  margin-bottom: 0;
}

#header #extra-menu .work-days .hold {
  text-align: center;
  margin-bottom: 41px;
  padding-right: 38px;
}

#header #extra-menu .work-days .more {
  display: inline-block;
  vertical-align: top;
}

#header #extra-menu .work-days .more i {
  margin-right: 10px;
  font-size: 1.2em;
  vertical-align: middle;
}

#header #extra-menu .contact-info {
  margin-bottom: 75px;
}

#header #extra-menu .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 29px;
}

#header #extra-menu .contact-info-item::before {
  content: '';
  display: block;
  width: 0;
  max-width: 1px;
  min-height: 40px;
}

#header #extra-menu .contact-info-item > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

#header #extra-menu .contact-info-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  max-width: 38px;
  margin-right: 20px;
  margin-bottom: 0;
}

#header #extra-menu .contact-info-item figure.circle-img {
  border: 1px solid;
  border-radius: 50%;
}

#header #extra-menu .contact-info a {
  color: inherit;
}

#header #extra-menu .contact-info p {
  margin-bottom: 0;
}

#header #extra-menu .str {
  display: block;
}

#header #extra-menu address {
  font-weight: 500;
}
