@import '../fonts/museosanscyrl/museosanscyrl.css';
/* backgrounds */
/* fonts */
/* borders colors */
/* other */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Museo Sans Cyrl', sans-serif;
}
html,
body {
  background-color: #fff;
  height: 100%;
  font-family: 'Museo Sans Cyrl', sans-serif;
  line-height: 1.3em;
  font-size: 14px;
  color: #444;
}
a,
.a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.a:hover {
  text-decoration: none;
  color: #2f99cc;
}
a_bolder,
.a_bolder {
  font-weight: bold;
}
a_no-decor,
.a_no-decor {
  text-decoration: none;
}
h1 {
  font-weight: normal;
}
/* skelet */
.wr {
  max-width: calc(100% - 50px);
  margin: 0 auto;
  overflow: hidden;
}
.wr_over-off {
  overflow: visible;
}
.wr_min-width {
  min-width: 1200px;
}
.wr-inner {
  max-width: 1200px;
}
.center {
  display: flex;
  justify-content: center;
}
.capsula {
  background-color: #fff;
  position: relative;
  min-height: 100%;
}
header {
  width: 100%;
  height: 60px;
  background-color: #5dbce1;
  background: linear-gradient(to bottom, #5dbce1 0, #5aaed5 100%);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #5dbce1;
}
.middle {
  padding-bottom: 40px;
}
.middle_full-v {
  padding-bottom: 0;
}
.middle__colmn {
  display: flex;
  justify-content: space-between;
}
.middle__colmn .middle__content {
  flex-basis: calc(100% -  240px  - 43px);
}
.middle__sidebar {
  flex-basis: 240px;
  width: 240px;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px solid #5dbce1;
}
/* buttons */
.button {
  display: block;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
.button_small {
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.button_big {
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
}
.button_square {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.button_green {
  background-color: #4cae4c;
  color: #fff;
}
.button_olive {
  background-color: #8fbc8f;
  color: #fff;
}
.button_blue {
  background-color: #5dbce1;
  color: #fff;
}
.button_light-blue {
  background-color: #c1e7f5;
  color: #fff;
}
.button_grey {
  background-color: #eaeaea;
  color: #444;
}
.button_white {
  background-color: #fff;
  color: #444;
}
.button_joinleft {
  border-radius: 0 5px 5px 0;
}
.button_hmar {
  padding: 0 30px;
}
.button_rc {
  width: 280px;
}
.button_220 {
  width: 220px;
}
.button_320 {
  width: 320px;
}
.button_edit {
  background-image: url("../images/i_edit.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
}
.button_delete {
  background-image: url("../images/i_trash.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
}
select,
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/arrow_down.png") no-repeat scroll right 10px center;
  overflow: hidden;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  padding: 0 25px 0 10px;
}
select_small,
.select_small {
  height: 25px;
  line-height: 25px;
}
select_big,
.select_big {
  height: 35px;
  line-height: 35px;
}
select::-ms-expand {
  display: none;
}
input,
.input {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 5px;
  width: calc(100% - 2 * 6px);
  font-size: 14px;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
input_small,
.input_small {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  width: calc(100% - 2 * 6px);
}
input_big,
.input_big {
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  width: calc(100% - 2 * 9px);
}
textarea,
.textarea {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 5px;
  width: calc(100% - 2 * 6px);
  font-size: 14px;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.3em;
  height: 130px;
  width: 100%;
}
textarea_small,
.textarea_small {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  width: calc(100% - 2 * 6px);
}
textarea_big,
.textarea_big {
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  width: calc(100% - 2 * 9px);
}
textarea_nopad,
.textarea_nopad {
  padding: 0 5px;
}
.checkbox {
  cursor: default;
  height: 27px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkbox__box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.checkbox_check .checkbox__box {
  border: 0;
  background: #eaeaea url("../images/check.png") no-repeat scroll 7px center;
  height: 27px;
  width: 27px;
}
.pt20 {
  padding-top: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr10 {
  margin-right: 10px;
}
.mar30 {
  margin: 30px 0;
}
.w250 {
  width: 250px;
}
.w150 {
  width: 150px;
}
.w100 {
  width: 100px;
}
.w50 {
  width: 50px;
}
.radius {
  border-radius: 5px;
}
.radius_big {
  border-radius: 5px;
}
.radius-leftjoin {
  border-radius: 0 5px 5px 0;
}
.circle {
  border-radius: 50%;
}
.has-error {
  border: 1px solid red;
}
.result_error {
  color: red;
}
.result_ok {
  color: green;
}
.resf {
  color: red;
}
.imgf {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.noshadow {
  box-shadow: none;
}
.progress-bar {
  margin: 5px 0 5px;
  padding: 2px 0 2px;
  background-color: #f9f7a2;
  width: 0%;
  text-align: center;
}
.progress-tape {
  padding: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.preloader {
  height: 70px;
}
.external:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
@media (min-width: 1281px) {
  .wr {
    min-width: 1400px;
  }
  .wr-inner {
    max-width: 1400px;
  }
}
/* header */
.header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  font-size: 27px;
  line-height: 27px;
  display: flex;
  color: #fff;
}
.header__search {
  flex-basis: auto;
  flex-grow: 1;
  padding: 0 35px;
}
.menu {
  display: flex;
  height: 20px;
  line-height: 20px;
  color: #fff;
}
.menu__elm {
  text-transform: uppercase;
  padding: 0 20px;
  border-right: 1px solid #ccc;
}
.menu__elm:last-child {
  border-right: 0;
  padding-right: 0;
}
.menu__title {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.footer__elem {
  color: #fff;
  padding-left: 37px;
  border-left: 1px solid #ccc;
}
.footer__elem:first-child {
  border-left: 0;
  padding-left: 0;
}
.eform {
  /* search and follow form */
  overflow: auto;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
.eform__right {
  flex-basis: 120px;
  flex-shrink: 0;
  margin-left: 0;
}
.eform__right button {
  width: 100%;
  height: 30px;
}
.eform_no-height {
  height: auto;
}
.eform__left {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.eform__left > select,
.eform__left > input {
  border: 0;
  padding-left: 10px;
}
.eform__label {
  flex-shrink: 0;
  flex-basis: 60px;
  color: #444;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
.eform__label_two {
  flex-basis: 90px;
}
.eform__sel {
  flex-basis: 145px;
  flex-shrink: 0;
}
.eform__input {
  width: 100%;
}
.eform_ex .eform__input {
  border-radius: 0;
  border-right: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.title {
  /* universal title */
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 18px;
}
.title h1 {
  border-left: 3px solid #ccc;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
}
.title h1 span {
  color: #5e6977;
}
.title h2 {
  border-left: 2px solid #ccc;
  padding-left: 7px;
  font-size: 18px;
  line-height: 18px;
}
.title_big h1 {
  font-size: 22px;
  line-height: 22px;
}
.title__sub {
  border-left: 2px solid #ccc;
  padding-left: 7px;
  font-size: 18px;
  line-height: 18px;
}
.title__sub span {
  color: #5e6977;
}
.title_start {
  justify-content: flex-start;
}
.title__star {
  margin-left: 20px;
}
.title__all {
  padding-right: 20px;
  cursor: pointer;
}
.title__all_up {
  background: url("../images/arrow_up.png") no-repeat center right;
}
.title__all_down {
  background: url("../images/arrow_down.png") no-repeat center right;
}
.title__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title__melem {
  border-right: 1px solid #5e6977;
  padding: 0 20px;
}
.title__mtxt {
  display: block;
  font-size: 14px;
  color: #5e6977;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dashed #5e6977;
}
.title__melem_item .title__mtxt {
  color: #444;
  border-bottom: none;
}
.title__button {
  padding-left: 20px;
  width: 220px;
}
.title__icon-act {
  cursor: pointer;
  width: 30px;
  text-align: center;
}
.crumbs {
  font-size: 13px;
}
.side-menu__elem {
  margin: 5px 0 5px 10px;
}
.side-menu__elem_active {
  font-weight: bold;
}
.table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
.table_no-w {
  width: auto;
}
.table.table_align-top td {
  vertical-align: top;
}
.table.table_align-middle td {
  vertical-align: middle;
}
.table_zebra > tbody > tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table td,
.table th {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}
.table td.table__action-col,
.table th.table__action-col {
  width: 30px;
  float: right;
}
.table_border td {
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
.table_noborder td {
  border: 0;
  padding: 0;
}
.table th {
  padding: 2px 5px;
  white-space: nowrap;
  height: 25px;
}
.table__head {
  background-color: #eaeaea;
  border-bottom: 2px solid #ddd;
}
.table__head_lite {
  background-color: #c1e7f5;
}
.table__footer {
  background-color: #eaeaea;
}
.table__footer_lite {
  background-color: #c1e7f5;
}
.table__line {
  border-bottom: 3px solid #ccc;
}
.table__sort {
  cursor: pointer;
}
.table__inner {
  padding-left: 20px;
}
.table__tr_zebra {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.table__tr_zebra:nth-child(even) {
  background-color: #fff;
}
.table__tr_mark {
  background-color: #f5f5f5;
}
.table__tr_our {
  background-color: #ffffb8;
}
.table__tr_middle td {
  vertical-align: middle;
}
.table__preview {
  width: 30px;
  height: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.table__preview img {
  height: 30px;
}
.table__select-row {
  background-color: #f5f5f5;
}
.table_lite .table__footer,
.table_lite .table__head {
  background-color: #c1e7f5;
}
.table_lite-grey .table__footer,
.table_lite-grey .table__head {
  background-color: #f5f5f5;
}
.product__offers {
  max-width: 1200px;
}
.product__title {
  border-left: 2px solid #ccc;
  padding-left: 7px;
  font-size: 18px;
  line-height: 18px;
}
.product__title span {
  color: #5e6977;
}
.options__title {
  font-weight: bold;
}
.tabs {
  max-width: 1200px;
}
.tabs__handles {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.tabs__sep {
  border-bottom: 1px solid #5dbce1;
  flex-basis: 25px;
}
.tabs__sep_full {
  flex-basis: 100%;
}
.tabs__handle {
  padding: 10px;
  border-color: #5dbce1;
  cursor: pointer;
  border-bottom: 1px solid #5dbce1;
  border-radius: 5px 5px 0 0 ;
}
.tabs__handle_active {
  border-style: solid;
  border-width: 0;
  border-width: 1px 1px 0px 1px;
}
.tabs__val {
  padding: 20px;
}
.tabs__val p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 920px;
}
.filter__box {
  margin: 5px 0 10px 0;
  flex-basis: 440px;
}
.filter__name {
  font-size: 13px;
}
.filter__radio {
  display: flex;
  justify-content: flex-start;
}
.filter__radio div {
  margin-right: 20px;
}
.justform {
  height: calc(100vh -  60px );
  display: table;
  width: 100%;
  background-color: #cde9f4;
}
.justform__frame {
  display: table-cell;
  vertical-align: middle;
}
.justform__frame .form {
  margin: auto;
}
.framed {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 20px;
}
.form {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 20px;
}
.form_reg,
.form_login,
.form_restore-access,
.form_feedback {
  box-sizing: border-box;
  width: 380px;
}
.form__columns {
  display: flex;
}
.form__f_linkc {
  text-align: center;
  color: #5e6977;
}
.form__f_linkc a {
  color: #5e6977;
}
.form__f span {
  color: #5e6977;
}
.form__f_column {
  display: flex;
  justify-content: space-between;
}
.form__f_map {
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 350px;
}
.form__f_hide {
  display: none;
}
.form__msel {
  display: flex;
  justify-content: space-between;
}
.form__mul {
  font-size: 18px;
  color: #444;
  cursor: pointer;
  border-bottom: 1px dashed #949494;
  padding: 5px;
}
.form__mul_sel {
  background-color: #5dbce1;
  border-bottom: 0;
}
.form__button-bar {
  display: flex;
  justify-content: center;
}
.form__button-bar div {
  margin-left: 20px;
}
.form__button-bar div:first-child {
  margin-left: 0;
}
.gallery {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gallery__view {
  border-right: 1px solid #ccc;
  flex-basis: 100%;
  margin-right: 20px;
}
.gallery__photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.gallery__photo {
  margin-right: 10px;
}
.gallery__info {
  flex-basis: 240px;
  flex-shrink: 0;
}
.button-bar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.button-bar__one {
  margin-left: 10px;
}
.button-bar__one:first-child {
  margin-left: 0;
}
.links-bar {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.links-bar__one {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #5dbce1;
}
.links-bar__one:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.search_indicator {
  display: inline-block;
  width: 15px;
  height: 7px;
}
.search_indicator_1 {
  background: #F06E58;
}
.search_indicator_2 {
  background: #FEA45D;
}
.search_indicator_3 {
  background: #FDF569;
}
.search_indicator_4 {
  background: #B9EA7B;
}
.search_indicator_5 {
  background: #B9ECFE;
}
.search_indicator_6 {
  background: #5DBCE1;
}
.my-v-select .dropdown-toggle {
  background: #fff !important;
  border: 1px solid #ccc !important;
  padding: 0 !important;
}
.my-v-select input[type=search],
.my-v-select input[type=search]:focus {
  margin: 0 !important;
}
.my-v-select .dropdown-menu {
  min-width: 360px !important;
}
.modal {
  position: relative;
  padding: 60px 65px;
  width: 430px;
  max-width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
}
.modal__close {
  position: absolute;
  right: 16px;
  top: 21px;
  background: none;
  border: none;
  fill: #797D92;
  stroke: #797D92;
  cursor: pointer;
  transition: all 0.1s ease;
}
.modal__close:hover,
.modal__close:focus {
  fill: #0088C2;
  stroke: #0088C2;
}
.modal__title {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #20243C;
  text-align: center;
}
.modal__title--thanks {
  margin: 0;
}
.modal__input {
  margin-bottom: 10px;
}
.modal__input:last-child {
  margin-bottom: 0;
}
.modal__notice {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal__control {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (max-width: 940px) {
  .modal {
    width: 320px;
    padding: 40px 15px;
  }
}
[data-tooltip]::before {
  /* needed - do not touch */
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;
  /* customizable */
  transition: all 0.15s ease;
  padding: 10px;
  color: #444;
  border-radius: 10px;
  box-shadow: 2px 2px 1px #ccc;
}
[data-tooltip]:hover::before {
  /* needed - do not touch */
  opacity: 1;
  /* customizable */
  background: #ffffb8;
  margin-top: -50px;
  margin-left: 20px;
}
[data-tooltip]:not([data-tooltip-persistent])::before {
  pointer-events: none;
}
