@charset "UTF-8";
/*618*/
[id ^= sandbox_theme_panel] {
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
/**
 * reg_id: 
 * staff_id:618 
 * поиск
**/
.headerMenu > li > a {
  padding: 14px 8px 13px;
}
.gr-search__form {
  padding: 0;
  margin: 0;
  -moz-box-shadow: 0px 0px 0px 1px #e5e5e5;
  -webkit-box-shadow: 0px 0px 0px 1px #e5e5e5;
  box-shadow: 0px 0px 0px 1px #e5e5e5;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 190px;
  font-family: "Exo 2", Arial, Helvetica, sans-serif;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 8px;
}
.gr-search__form .gr-search__text {
  padding: 5px 5px 5px 5px;
  background: #fff;
  border: none;
  outline: none;
  color: #333;
  font-size: 15px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gr-search__form .gr-search__button {
  padding: 5px 3px 5px 3px;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 0;
  line-height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226%22%20height%3D%2226%22%20%20viewBox%3D%220%200%2026%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%20d%3D%22M21.2%2019.8a1%201%200%200%201-1.4%201.4l-4-4-.1-.1a7%207%200%201%201%201.4-1.4l4%204zM11.5%206.5a5%205%200%201%200%200%2010%205%205%200%200%200%200-10z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #3bb677;
}
.gr-search__form .gr-search__button:hover {
  background-color: #55d493;
}
.gr-search__form .gr-search__button:active {
  background-color: #31a068;
}
.block-search {
  display: none;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .block-search {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .block-search {
    margin-top: 10px;
    margin-bottom: 0px;
    display: none;
  }
}
.block-search.w767 {
  display: none;
}
@media (max-width: 767px) {
  .block-search.w767 {
    display: block;
    padding-left: 0;
  }
}
.site-versions-wrap {
  display: flex;
  position: relative;
  margin: 0px 0 0 0px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  align-items: baseline;
}
@media (max-width: 640px) {
  .site-versions-wrap {
    /*justify-content: center;*/
    margin-bottom: 20px;
  }
}
.site-versions-title {
  color: #3bb677;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  font-weight: 500;
  border: 2px solid #3bb677;
}
.site-versions-title em, .site-versions-title i {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.site-versions-title em svg, .site-versions-title i svg {
  fill: #3bb677;
  width: 100%;
  height: 100%;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-list {
  position: absolute;
  z-index: 16;
  left: 0;
  top: 105%;
  width: 100%;
  margin: 2px 0 0;
  background: #fff;
  border: 2px solid #3bb677;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 0px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.site-versions-list a:hover {
  text-decoration: underline;
  color: #3bb677;
}
