/*@import url('https://fonts.googleapis.com/css?family=@font-roboto:300,500,700|@font-ubuntu');*/
a {
  color: #2c2b2a;
}
a:hover {
  color: #e67600;
}
@media (max-width: 991px) {
  a {
    text-decoration: underline;
  }
  footer a,
  header a {
    text-decoration: none;
  }
}
h2 {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body {
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 14px;
}
.b--small {
  font-size: 10pt !important;
}
.b-ovalbutton {
  border-radius: 15px;
  display: block;
  text-align: center;
  height: 29px;
  line-height: 29px;
  padding: 0 12px;
  white-space: nowrap;
}
.b-ovalbutton:hover {
  cursor: pointer;
}
.b-ovalbutton--dark {
  background: #2c2b2a;
}
.b-ovalbutton--ogra {
  background: linear-gradient(45deg, #f69d28 0%, #ea7c19 100%);
  color: #FFFFFF;
}
.b-ovalbutton--ogra:hover {
  background: #e37000;
}
.b-ovalbutton .mi {
  width: 20px;
}
.b-btn {
  font-size: 15px;
  line-height: 21px;
  padding: 15px;
  border: none;
}
a.b-btn {
  display: inline-block;
}
.b-btn,
.b-btn--orange {
  background: #e67600;
  /*background: @color-ogra29;*/
  color: #FFFFFF;
}
.b-btn:hover,
.b-btn--orange:hover,
a.b-btn:hover,
a.b-btn--orange:hover {
  background: #e37000;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.28);
  text-decoration: none;
}
.b-btn--grey {
  background: #d8d8d8;
  color: #2c2b2a;
}
.b-btn--grey:hover,
a.b-btn--grey:hover {
  background: #d8d8d8;
  color: #2c2b2a;
  -webkit-box-shadow: 0 0 7px #000000;
  box-shadow: 0 0 7px #000000;
}
.b-btn--dark {
  background: #2c2b2a;
  color: #FFFFFF;
}
.b-btn--dark:hover,
a.b-btn--dark:hover {
  background: #2c2b2a;
  color: #FFFFFF;
}
.b-btn--slimm {
  padding: 0 1.5em;
  /*margin:0 1ex;*/
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
a.b-btn--slimm {
  line-height: 40px;
}
.b-btn--noborder {
  padding-left: 0;
  padding-right: 0;
}
.b-btn--space {
  background: transparent;
  color: #2c2b2a;
  text-decoration: underline;
}
.b-btn--space:hover,
a.b-btn--space:hover {
  color: #2c2b2a;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e67600;
  text-decoration: underline;
}
.mi-fiber_new:before {
  content: "\e05e";
}
.mi-local_drink:before {
  content: "\e544";
}
.b-title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 0;
  text-align: center;
}
.i-textarea {
  min-height: 34px;
}
.mdl-textfield {
  /*input:not([value=""])+label{
    color: green;
  }*/
}
.mdl-textfield__label {
  font-size: 13px;
  color: #919191;
}
.mdl-textfield__label:after {
  background: #ff9001;
}
.mdl-textfield:not(.is-dirty):hover input[value=""] {
  /**/
  color: transparent;
}
.mdl-textfield.is-focused input,
.mdl-textfield:not(.is-dirty).is-focused:hover input {
  color: #ff9001;
}
div[id^=wait_] {
  background: #e67600b3 !important;
  border-radius: 50%;
  font-size: 0 !important;
  padding: 0px !important;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
div[id^=wait_]:before {
  font: normal normal normal 25px/1 'Material Icons';
  content: "\e863";
  color: #FFFFFF;
  text-shadow: 0 0 1px #000;
}
div.waitwindow,
#wait_window_div {
  width: auto;
}
.mdl-checkbox__input[required] ~ .mdl-textfield__error {
  visibility: visible;
}
.b-price {
  font-size: 1em;
  font-weight: 300;
  color: #252525;
  letter-spacing: 0.35px;
  overflow: auto;
}
.b-price table {
  min-width: 100%;
}
.b-price table tr > * {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
}
.b-price td + td {
  text-align: center;
}
.b-price td,
.b-price th {
  padding: 12px 18px;
}
.b-price th,
.b-price b {
  font-weight: 400;
  color: #2e2e2e;
}
.b-price td[bgcolor] {
  font-weight: bold;
}
.b-price td[bgcolor="#800080"] {
  color: #FFFFFF;
}
.b-price__tab {
  margin: 0 0 15px;
}
.b-price__tab a {
  width: 100%;
}
.b-price__dl {
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 18px;
  color: #e86d00;
  margin: 30px 0;
}
.b-price__dl:hover {
  color: #e67600;
}
@media (max-width: 479px) {
  .b-footer .b-header__logo,
  header .b-header__logo {
    /*background-position: center;*/
  }
  .b-footer .b-header__contact,
  header .b-header__contact {
    padding: 12px 0;
  }
  .b-footer .b-header__contact > *,
  header .b-header__contact > * {
    display: inline-block;
    margin: .5ex 0;
  }
  .b-footer > .container .row,
  header > .container .row {
    display: block;
  }
  .b-footer > .container .row .col-6,
  header > .container .row .col-6 {
    width: 100%;
    max-width: 100%;
  }
  .b-header__contact-item {
    padding: 0 2ex 0 0;
  }
  .b-header__contact-item .mi {
    text-align: left;
    width: auto;
    padding: 0 .5ex 0 0;
  }
  .b-footer {
    padding: 2em 0 0;
  }
  .b-footer__nav.row {
    display: block;
  }
  .b-footer__weakvis {
    margin: 0 0;
  }
  .b-footer__weakvis > * {
    width: 100%;
  }
  .b-footer .b-footer__banner.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-footer .b-footer__banner-item {
    max-width: 50%;
    padding: 0 15px;
  }
  .b-footer .b-footer__banner-item:nth-child(4) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.b-header {
  padding: 27px 15px 28px;
  font-size: 14px;
  font-weight: 500;
}
.b-header > .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b-header__logo-link {
  display: block;
  max-width: 240px;
  height: 65px;
  background: url('../img/logo_240_t.png') no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  padding: 0 0 !important;
}
.b-header__contact {
  display: inline-block;
  text-align: left;
}
.b-header__contact-wrapper {
  text-align: right;
}
.b-header__contact-item {
  display: block;
  color: #000000;
}
.b-header__contact-item .mi {
  display: inline-block;
  /*width:30px;*/
  padding: 0 .5em 0 0;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  color: #e67600;
  vertical-align: top;
}
.b-header__contact-item .mi-fiber_new:before {
  content: "\e05e";
}
.b-header__contact-item .mi-local_drink:before {
  content: "\e544";
}
.b-header__contact small {
  color: #919191;
  /*padding: 0 0 0 7px;*/
}
.b-header__email-wrapper {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  white-space: nowrap;
}
.b-header__email-wrapper .b--small {
  font-size: .85em !important;
}
.b-header__weakvis {
  color: #FFFFFF;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.b-header__weakvis.col-md-3 {
  padding: 0 0 0 15px;
}
.b-header__weakvis-link {
  margin: 0 -15px 0 0;
  display: inline-block;
}
.b-header__weakvis-label {
  line-height: 27px;
  display: inline-block;
}
.b-header__address-street {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font-size: 12px;
}
.b-header__address-street:hover {
  color: #e67600;
  cursor: pointer;
}
.b-header__address .mi {
  font-size: 17px;
  color: #e67600;
  vertical-align: top;
}
.b-header__address .mi-fiber_new:before {
  content: "\e05e";
}
.b-header__address .mi-local_drink:before {
  content: "\e544";
}
.b-header .b-ovalbutton .mi {
  font-size: 21px;
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
  margin: 0 .3ex 0 0;
}
.b-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 0 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-self: flex-end;
}
.b-searchform .mdl-textfield {
  padding: 12px 0 0;
  width: calc(100% - 35px);
}
.b-searchform .mdl-textfield__input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mdl-textfield.is-focused .b-searchform__input {
  border-bottom: 1px solid #ffffff;
}
.b-searchform__input {
  /*background: transparent;
    border-width: 0 0 1px;
    width: 100%; height: 1em;*/
  color: #FFFFFF;
  padding: 1px 1ex;
}
.b-searchform__input:focus {
  color: #e67600;
}
.b-searchform__submit {
  background: transparent;
  border-width: 0;
  /*line-height: 50px;*/
  font-size: 21.5px;
  color: #FFFFFF;
  cursor: pointer;
}
.b-searchform__submit i {
  vertical-align: bottom;
}
.b-searchform__submit:focus {
  outline: none;
}
.b-searchform__results {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
}
.b-searchform__list {
  margin: 0;
  padding: 23px;
  background: #2c2b2a;
  -webkit-box-shadow: 0 0 10px #2c2b2a;
  box-shadow: 0 0 10px #2c2b2a;
}
.b-searchform__list li {
  display: block;
}
.b-searchform__list li a {
  display: inline-block;
  color: #FFFFFF;
  padding: .3em 0;
}
.b-searchform__list li a span {
  color: #e67600;
}
.b-searchform__list--notfound {
  display: none;
}
.b-searchform__results--notfound .b-searchform__list {
  display: none;
}
.b-searchform__results--notfound .b-searchform__list--notfound {
  display: block;
  color: #FFFFFF;
}
.b-popupmenu {
  color: #FFFFFF;
  font-size: 1em;
  /*width: 100%;*/
}
.b-popupmenu__list {
  /*padding: 14px 12px;*/
  padding: 0;
  margin: 0 0;
}
.b-popupmenu__listitem {
  list-style-type: none;
}
.b-popupmenu__link {
  margin: 0;
  padding: 12px 2em;
  display: inline-block;
  color: #FFFFFF;
}
.b-popupmenu__address {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 2em;
  line-height: 26px;
  /*height:76px;*/
}
.b-popupmenu__address i {
  font-size: 20px;
}
.b-popupmenu__address a {
  color: #FFFFFF;
}
.b-popupmenu__address u {
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font-size: .85em;
  vertical-align: super;
}
.b-popupmenu__toggler {
  position: absolute;
  display: none;
}
.b-popupmenu__track {
  background: #2c2b2a;
}
@media (min-width: 768px) {
  .b-header__contact,
  .b-header__address,
  .b-header__weakvis.col-md-3,
  .b-header__email-wrapper {
    padding-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b-header {
    font-size: 12px;
  }
  .b-header__email-wrapper {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) {
  /* сюда закину только позиционирование и спойлер менюхи для мобильных, ну т.е. всё что < 1024 */
  .b-popupmenu {
    position: absolute;
    left: 0;
    top: 59px;
    z-index: 1000;
    padding: 0 15px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .0s ease .5s;
    transition: -webkit-transform .0s ease .5s;
    transition: transform .0s ease .5s;
    transition: transform .0s ease .5s, -webkit-transform .0s ease .5s;
    overflow: hidden;
    /* other levels */
  }
  .b-popupmenu__track {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
    -webkit-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
  }
  .b-popupmenu__toggler:checked ~ .b-popupmenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .0s ease .0s;
    transition: -webkit-transform .0s ease .0s;
    transition: transform .0s ease .0s;
    transition: transform .0s ease .0s, -webkit-transform .0s ease .0s;
  }
  .b-popupmenu__toggler:checked ~ .b-popupmenu .b-popupmenu__track {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .b-popupmenu__toggler:checked ~ .b-searchform-wrapper {
    visibility: hidden;
  }
  .b-popupmenu__list--toplevel {
    overflow: hidden;
  }
  .b-popupmenu__list--toplevel .b-popupmenu__list--popup,
  .b-popupmenu__list--popup .b-popupmenu__list--side {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #2c2b2a;
  }
  .b-popupmenu__listitem:first-child {
    padding-top: 14px;
  }
  .b-popupmenu__listitem:last-child {
    padding-bottom: 14px;
  }
  .b-popupmenu__list {
    -webkit-transition: left .5s ease 0s;
    transition: left .5s ease 0s;
  }
  .b-popupmenu__arrowright .mi {
    /*padding: 0 1ex;*/
    padding: 0 1ex 0 0;
  }
  .b-popupmenu__arrowleft .mi {
    padding: 0 1ex 0 0;
  }
  .b-popupmenu__leveltoggler {
    display: none;
  }
  .b-popupmenu__leveltoggler + .b-popupmenu__list {
    min-width: 100%;
    min-height: 100%;
  }
  .b-popupmenu__leveltoggler:checked + .b-popupmenu__list {
    left: 0;
  }
  .b-popupmenu__link {
    /*padding: 12px 0 12px 2em;*/
  }
  /**/
}
@media (min-width: 992px) {
  .b-navbar-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .b-navbar__toggler-wrapper {
    display: none;
  }
  .b-popupmenu {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .b-popupmenu__list {
    padding: 0;
  }
  .b-popupmenu__list--toplevel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    position: relative;
  }
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem > .b-popupmenu__link {
    line-height: 50px;
  }
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem:hover > .b-popupmenu__list--popup,
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem--open > .b-popupmenu__list--popup {
    display: block;
  }
  .b-popupmenu__list--popup {
    display: none;
    position: absolute;
    top: 100%;
    background: #2c2b2a;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    /*width: 100%;*/
    z-index: 100;
    padding: 0;
  }
  .b-popupmenu__list--popup > .b-popupmenu__listitem {
    position: relative;
  }
  .b-popupmenu__list--popup > .b-popupmenu__listitem:hover > .b-popupmenu__list--side,
  .b-popupmenu__list--popup > .b-popupmenu__listitem--open > .b-popupmenu__list--side {
    display: block;
  }
  .b-popupmenu__list--side {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #2c2b2a;
  }
  .b-popupmenu__list--popup > .b-popupmenu__listitem,
  .b-popupmenu__list--side > .b-popupmenu__listitem {
    text-align: left;
    padding: 12px 24px;
    position: relative;
    white-space: nowrap;
  }
  .b-popupmenu__list--popup > .b-popupmenu__listitem:hover:after,
  .b-popupmenu__list--side > .b-popupmenu__listitem:hover:after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#cb6000), to(#fb9a00));
    background: linear-gradient(180deg, #cb6000 0%, #fb9a00 100%);
  }
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem {
    position: relative;
    height: 59px;
  }
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem:hover:before,
  .b-popupmenu__list--toplevel > .b-popupmenu__listitem.active:before {
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#cb6000), to(#fb9a00));
    background: linear-gradient(180deg, #cb6000 0%, #fb9a00 100%);
  }
  .b-popupmenu__link {
    padding: 0;
  }
  .b-popupmenu__address {
    /*display: none;*/
  }
  .col-6.col-md-3.col-lg-2.b-header__contact-wrapper {
    padding: 0 1ex;
    white-space: nowrap;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-header__contact {
    padding: 7px 0 0;
  }
}
@media (max-width: 767px) {
  .b-header__contact {
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .b-header__logo.col-md-3 {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .b-popupmenu {
    padding: 0;
    top: 50px;
  }
  .b-popupmenu__link {
    padding: 12px 0 12px 1em;
  }
}
.b-navbar {
  margin: 0 0 0;
}
.b-navbar--mobile {
  height: 50px;
  background: #2c2b2a;
  position: relative;
}
.b-navbar__toggler {
  color: #FFFFFF;
  margin: 0 -14px;
}
.b-navbar__toggler i {
  text-align: center;
  height: 50px;
  width: 55px;
  line-height: 45px;
  font-size: 33px;
}
.b-navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.b-navbar--fixed + *:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  margin-top: 50px;
}
.b-popupmenu__track.mm-menu {
  background: #2c2b2a;
}
.b-popupmenu__track.mm-menu a,
.b-popupmenu__track.mm-menu .mm-navbar {
  color: #FFFFFF;
}
.b-popupmenu__link {
  color: #FFFFFF;
}
.b-popupmenu__arrowright {
  float: right;
}
.b-popupmenu__arrowleft {
  background: linear-gradient(45deg, #f69d28 0%, #ea7c19 100%);
  min-width: 100%;
}
.mm-menu {
  background: #2c2b2a;
}
.mm-menu:before {
  display: none;
}
.mm-menu_offcanvas {
  -webkit-transform: translateY(15px) translateX(15px);
  transform: translateY(15px) translateX(15px);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #FFFFFF;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #FFFFFF;
}
.mm-panels > .mm-panel {
  background: #2c2b2a;
}
.mm-panels > .mm-panel:first-child {
  padding: 6px 16px 6px;
}
.mm-panels .b-popupmenu__track .mm-panel_has-navbar {
  padding-top: 0px;
}
.mm-panels .b-popupmenu__track .mm-navbar {
  display: none;
  text-align: left;
}
.mm-panels .b-popupmenu__track .mm-navbar > .b-navbar__toggler {
  display: inline-block;
  padding: 0;
}
.mm-panels .b-popupmenu__track .mm-navbar__title {
  display: none;
}
.mm-panel_has-navbar .mm-navbar {
  background: linear-gradient(45deg, #f69d28 0%, #ea7c19 100%);
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 991px) {
  .b-navbar .container {
    max-width: 100%;
  }
}
.b-pagination {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 88px 0;
}
.b-pagination__item {
  padding: 0 1ex;
  display: inline-block;
  line-height: 36px;
}
.b-pagination__item--active {
  color: #e37000;
  text-decoration: underline;
}
.b-pagination__arrow-title {
  white-space: nowrap;
  line-height: 36px;
  font-size: 1em;
  color: #e67600;
  font-weight: 300;
  text-decoration: underline;
}
.b-pagination__arrow-title:hover {
  color: #e37000;
  font-weight: 400;
}
.b-pagination .b-gallery__arrow {
  position: relative;
  min-width: 65px;
  width: auto;
}
.b-pagination .b-gallery__arrow--prev {
  left: 0;
  text-align: left;
}
.b-pagination .b-gallery__arrow--next {
  right: 0;
  text-align: right;
}
@media (max-width: 479px) {
  .b-pagination .b-gallery__arrow {
    min-width: 40px;
  }
  .b-pagination__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .b-pagination__item {
    padding: 0;
  }
}
.b-breadcrumb {
  margin: 40px auto 40px;
}
.b-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-breadcrumb ul > li {
  display: inline-block;
  font-size: .85em;
  font-weight: 400;
  color: #919191;
}
.b-breadcrumb ul > li:last-child {
  color: #e97a18;
}
.b-breadcrumb ul > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #919191;
}
.b-breadcrumb ul > li a {
  color: #919191;
  /*text-decoration: underline;*/
}
.b-breadcrumb + .container > .row > div > h1:first-child {
  margin-top: 0;
}
.b-topslider__wrapper {
  height: 600px;
  width: 100%;
}
.b-topslider__slide {
  height: 600px;
  width: 100%;
  position: relative;
}
.b-topslider__background {
  height: 100%;
  width: 100%;
}
.b-topslider__background img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.b-topslider__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-topslider__content--color-white {
  color: #FFFFFF;
  background-color: rgba(160, 147, 107, 0.435);
  background-color: rgba(109, 70, 9, 0.37);
}
.b-topslider__content--color-white a,
a.b-topslider__content--color-white {
  color: #FFFFFF;
}
.b-topslider__content > * {
  margin: 18px 0;
}
.b-topslider__title {
  text-align: center;
  line-height: 44px;
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.88px;
}
.b-topslider__subtitle {
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  min-width: 142px;
  letter-spacing: 0.38px;
}
.b-topslider__overlaylink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b-topslider .slick-slide {
  height: 600px;
}
@media (max-width: 479px) {
  .b-topslider__title {
    font-size: 28px;
  }
}
.b-bron {
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.b-bron--overslider {
  margin-top: -48px;
  margin-bottom: 48px;
  /*
      margin-top: 0;
      transform: translateY(-50%);
    */
}
.b-bron--overslider.container {
  max-width: 945px;
}
.b-bron--filter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.b-bron__frame {
  background: linear-gradient(119deg, #e6761c 0%, #f79100 100%);
  padding: 10px 0 18px;
}
.b-bron__title.col-12 {
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 0px;
}
.b-bron__suptitle {
  letter-spacing: 0.45px;
  font-weight: 500;
}
.b-bron__subtitle {
  font-size: 12px;
  letter-spacing: 0.3px;
}
.b-bron__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}
.b-bron__element {
  height: 40px;
  margin: 0 0 0px;
}
.b-bron__element .b-btn {
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 13px;
}
.b-bron__field {
  background: #FFFFFF;
  color: #2c2b2a;
  position: relative;
  padding: 6px 10px 2px;
}
.b-bron__field--submit {
  padding: 0;
}
.b-bron__field--range .mdl-textfield {
  padding: 0;
}
.b-bron__field--range .mdl-textfield__input {
  padding: 11px 0 0px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
div.b-bron__field--range .mdl-textfield__input {
  cursor: pointer;
}
.b-bron__field--range .mdl-textfield__label {
  bottom: auto;
  top: 0;
  font-size: 11px;
  line-height: 11px;
  overflow: visible;
}
.b-bron__field--range .mdl-textfield__label:after {
  bottom: -21px;
}
.b-bron__field--range .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.b-bron__field--range .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  top: 0;
  overflow: visible;
  font-size: 11px;
  line-height: 11px;
}
.b-bron__field--range .mdl-textfield--floating-label.is-focused input,
.b-bron__field--range .mdl-textfield--floating-label.is-dirty input {
  color: #2c2b2a;
}
.b-bron__field--range .mdl-textfield .mdl-button {
  color: #2c2b2a;
}
.b-bron__field--range .mdl-textfield .mdl-button:hover {
  color: #e67600;
}
.b-bron__field--range .mdl-button--icon {
  position: absolute;
  right: -8px;
  top: -2px;
}
.b-bron__field--range .mdl-button--icon .mi {
  line-height: 32px;
  font-size: 18px;
}
.b-bron__label {
  font-size: 11px;
  line-height: 11px;
}
.b-bron__value {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.b-bron__picker.mi {
  position: relative;
  line-height: 28px;
  font-size: 18px;
  float: right;
}
.b-bron__picker.mi:hover {
  color: #e37000;
}
.b-bron__range-title {
  font-size: 13px;
  font-weight: 300;
  margin: -10px 0 10px;
}
.b-bron__range-label {
  background: url("../img/location_man.0.svg") repeat-x 0 50%;
  height: 22px;
  width: 15px;
  cursor: pointer;
  background-size: 15px 22px;
}
.b-bron__range-label[data-value="2"] {
  width: 30px;
}
.b-bron__range-label[data-value="3"] {
  width: 45px;
}
.b-bron__range-label[data-value="4"] {
  width: 60px;
}
.b-bron__range-label[data-value="5"] {
  width: 75px;
}
.b-bron__range-label[data-value="6"] {
  width: 90px;
}
.b-bron__range-label[data-value="7"] {
  width: 105px;
}
.b-bron__range-label[data-value="8"] {
  width: 120px;
}
.b-bron__range-label[data-value="9"] {
  width: 135px;
}
.b-bron__range-label--chi {
  background: url("../img/chi.0.svg") repeat-x 0 50%;
  background-size: 15px 15px;
}
.b-bron__range-value-overlays {
  position: relative;
}
.b-bron__range-value-overlays:hover .b-bron__range-item {
  visibility: hidden;
}
.b-bron__range-value-overlays:hover .b-bron__range-item:hover {
  visibility: visible;
}
.b-bron__range-item {
  display: inline-block;
  margin: 0 .5ex 0 0;
}
.b-bron__range-item--overlay {
  position: absolute;
  left: 0;
  text-align: left;
}
.b-bron__range-item--overlay label {
  position: absolute;
  top: 0;
  left: 0;
}
.b-bron__range-input {
  display: none;
}
.b-bron__range-input:checked + .b-bron__range-label {
  background: url("../img/location_man.1.svg") repeat-x 0 50%;
  background-size: contain;
  cursor: inherit;
}
.b-bron__range-input:checked + .b-bron__range-label--chi {
  background: url("../img/chi.1.svg") repeat-x 0 50%;
  background-size: 15px 15px;
}
.b-bron__textinput {
  border-style: none;
  width: 100%;
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
}
.b-bron--filter .b-bron__frame {
  padding: 0 15px 30px;
}
.b-bron--filter .b-bron__suptitle {
  margin: 30px 0 15px;
}
.b-bron--filter .b-bron__subtitle {
  font-size: 11px;
}
@media (max-width: 767px) {
  .b-bron__title.col-md-3.col-lg-4 {
    padding: 0 7.5px .5em;
  }
  .b-bron__element.col-4.col-md-3 {
    padding: 0 7.5px;
  }
  .b-bron__element.col-4.col-md-3--first {
    padding-left: 0;
  }
  .b-bron__element.col-4.col-md-3--last {
    padding-right: 0;
  }
  .b-bron--filter .b-bron__subtitle {
    margin: 17px 0 -17px;
  }
  .b-bron--filter .b-bron__form > :nth-child(10) input {
    width: 66%;
  }
  .b-bron--filter .b-bron__form > :nth-child(11) {
    margin: 17px 0 0;
    max-width: 42%;
  }
}
@media (max-width: 479px) {
  .b-bron__title.col-md-3.col-lg-4 {
    padding: 0 0 .5em;
  }
  .b-bron__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-bron__element.col-4.col-md-3 {
    padding: 0 0;
    width: 100%;
    max-width: 100%;
  }
  .b-bron__field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-bron__field--submit {
    text-align: center;
    background: transparent;
  }
  .b-bron__field--submit .b-btn {
    width: auto;
    padding: 0 1em;
  }
  .b-bron__picker.mi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 0 0 .5ex;
  }
  .b-bron__label,
  .b-bron__value {
    line-height: 28px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .b-bron__label {
    font-size: 14px;
  }
  .b-bron__label:after {
    content: " :";
  }
  .b-bron__value {
    text-align: right;
  }
  .b-bron--filter .b-bron__form > :nth-child(10) input {
    width: 100%;
  }
  .b-bron--filter .b-bron__form > *,
  .b-bron--filter .b-bron__form > :nth-child(11) {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .b-bron__frame {
    padding: 23px 0 28px;
  }
}
@media (min-width: 768px) {
  .b-bron--filter .b-bron__form > :nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .b-bron--filter .b-bron__form > :nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .b-bron--filter .b-bron__form > :nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .b-bron--filter .b-bron__form > :nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .b-bron--filter .b-bron__form > :nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .b-bron--filter .b-bron__form > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .b-bron--filter .b-bron__form > :nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .b-bron--filter .b-bron__form > :nth-child(8) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .b-bron--filter .b-bron__form > :nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .b-bron--filter .b-bron__form > :nth-child(10) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .b-bron--filter .b-bron__form > :nth-child(11) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media (min-width: 992px) {
  .b-bron--filter .b-bron__frame {
    padding: 0 15px 15px;
  }
  .b-bron--filter .b-bron__form > :nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .b-bron--filter .b-bron__form > :nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .b-bron--filter .b-bron__form > :nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .b-bron--filter .b-bron__form > :nth-child(4) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 2em 0;
  }
  .b-bron--filter .b-bron__form > :nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .b-bron--filter .b-bron__form > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    max-width: 24%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
  .b-bron--filter .b-bron__form > :nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    max-width: 16%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
  }
  .b-bron--filter .b-bron__form > :nth-child(8) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 2em 0;
  }
  .b-bron--filter .b-bron__form > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .b-bron--filter .b-bron__form > :nth-child(10) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .b-bron--filter .b-bron__form > :nth-child(10) input {
    width: 100%;
  }
  .b-bron--filter .b-bron__form > :nth-child(11) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin: 2em 0 0;
  }
  .b-bron__range-value {
    height: 30px;
    margin: 0 0 -8px;
  }
  .b-bron__range-label--chi {
    margin: 0;
    height: 22px;
  }
}
.b-products {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.b-products__item {
  position: relative;
  width: 50%;
}
.b-products__item:hover {
  z-index: 10;
}
.b-products__item:hover .b-products__itembg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
}
.b-products__item:hover .b-products__detail {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.b-products__itembg {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-products__itembg,
.b-products__image {
  width: 100%;
  height: 100%;
}
.b-products__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.b-products__tile {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 10px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-products__tile:hover {
  color: #2c2b2a;
  text-shadow: none;
  text-decoration: none;
}
.b-products__title {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.b-products__detail {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 479px) {
  .b-products__item {
    width: 100%;
    height: 225px;
  }
}
@media (min-width: 480px) {
  .b-products__item {
    height: 225px;
  }
}
@media (min-width: 768px) {
  .b-products__item {
    height: 360px;
  }
  .b-products__title {
    font-size: 20px;
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  .b-products__item {
    width: 25%;
    height: 227px;
  }
  .b-products__item:nth-child(1),
  .b-products__item:nth-child(2) {
    height: 454px;
  }
  .b-products__item:nth-child(1) + .box + .box + .box + .box,
  .b-products__item:nth-child(2) + .box + .box + .box + .box {
    margin-top: -227px;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  .b-products__item:hover .b-products__detail {
    margin: 0;
  }
  .b-products__tile {
    overflow: hidden;
  }
  .b-products__title {
    font-size: 16px;
    padding: 0.5em 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b-products__item:hover .b-products__detail {
    margin: 0;
  }
  .b-products__tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 18px 9px;
  }
  .b-products__detail {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    margin: 30px 0 -80px;
  }
}
@media (min-width: 1200px) {
  .b-products__item {
    height: 293px;
  }
  .b-products__item:nth-child(1),
  .b-products__item:nth-child(2) {
    height: 586px;
  }
  .b-products__item:nth-child(1) + .box + .box + .box + .box,
  .b-products__item:nth-child(2) + .box + .box + .box + .box {
    margin-top: -293px;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  .b-products__title {
    font-size: 20px;
    padding: 0 0.5ex;
  }
}
/*.box::before {
  content: '';
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 100%;
}*/
.b-utp__item {
  padding: 24px 0;
}
.b-utp__sign {
  background-color: #e67600;
  background-image: linear-gradient(-241deg, #e6761c 0%, #f79100 100%);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
  width: 93px;
  height: 93px;
  text-align: center;
  border-radius: 50%;
  margin: 26px auto 26px;
}
.b-utp__sign .mi {
  font-size: 35px;
  color: #FFFFFF;
  line-height: 93px;
}
.b-utp__title {
  font: 20px/22px 'Ubuntu', 'iskra', sans-serif;
  text-align: center;
  white-space: pre-wrap;
  margin: 0 auto 24px;
}
.b-utp__text {
  font: 13px/20px 'Roboto', 'iskra', sans-serif;
  font-weight: 300;
  text-align: center;
  white-space: pre-wrap;
}
@media (max-width: 479px) {
  .b-utp__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  .b-utp .row {
    padding: 50px 0;
  }
}
.b-cert {
  padding: 49px 0 66px;
  background-image: linear-gradient(-31deg, #e97a18 0%, #f7a02a 100%);
}
.b-cert__logo {
  width: 236px;
  height: 64px;
  background-image: url('../img/logo_236_white.png');
  background-size: cover;
  margin: 0px auto;
}
.b-cert__title {
  color: #2c2b2a;
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.7px;
  margin: 37px 0;
}
.b-cert__text {
  text-align: center;
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 46px 0;
}
.b-cert__card {
  width: 450px;
  height: 290px;
  -webkit-box-shadow: 0 0 34px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
}
.b-cert__card:before {
  display: block;
  width: 247px;
  height: 290px;
  content: "";
  background: url("../img/ribbon.png") no-repeat;
  position: absolute;
  top: 0;
  right: -12px;
}
.b-cert__form {
  padding: 21px 19px;
  width: 290px;
  position: relative;
}
.b-cert__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-cert__form .mdl-textfield {
  margin: 0 0 -4px;
}
.b-cert__form .mdl-textfield:not(:first-child) {
  margin: -20px 0 -4px;
}
.b-cert__form .mdl-textfield.is-invalid + .is-focused {
  background: #FFFFFF;
}
.b-cert__form .mdl-checkbox {
  width: 70%;
  line-height: 12px;
}
.b-cert__form .mdl-checkbox__label {
  line-height: 1;
}
@media (max-width: 991px) {
  .b-cert__header,
  .b-cert__title,
  .b-cert__text {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-cert__text {
    max-width: 430px;
  }
}
@media (max-width: 479px) {
  .b-cert__card {
    width: 100%;
    height: auto;
  }
  .b-cert__card:before {
    opacity: .5;
    height: 100%;
    z-index: 10;
    background-size: 247px 100%;
  }
  .b-cert__form {
    position: relative;
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .b-cert__title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .b-cert__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .b-cert__title {
    font-size: 35px;
    margin: 33px 0;
  }
}
.b-reviews__header {
  text-align: center;
}
.b-reviews__title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 0;
  text-align: center;
  color: #e97a18;
}
.b-reviews__subtitle {
  font-size: 13px;
  max-width: 80%;
  margin: 0 auto;
}
.b-reviews__item {
  margin: 28px -15px 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.b-reviews__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.b-reviews__item-avacol {
  background: rgba(255, 0, 0, 0);
  width: 45px;
  padding: 0 11px 0 0;
}
.b-reviews__item-ava {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 400;
  line-height: 34px;
  background-color: #e98918;
  border-radius: 50%;
  text-align: center;
}
.b-reviews__item-name {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin: -2px 0;
}
.b-reviews__item-date {
  color: #919191;
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 38px;
}
.b-reviews__item-text {
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px;
  color: #2c2b2a;
  padding: 20px;
  border-radius: 5px;
  background-color: #d8d8d8;
  position: relative;
}
.b-reviews__item:nth-child(2n+1) {
  padding-right: 15px;
}
.b-reviews__item:nth-child(2n+1) .b-reviews__item-author {
  padding-left: 0;
}
.b-reviews__item:nth-child(2n+1) .b-reviews__item-text {
  left: 15px;
}
.b-reviews__item:nth-child(2n+1) .b-reviews__item-text:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 -20px 0 0;
  border-left: 39px solid transparent;
  border-top: 39px solid #d8d8d8;
}
.b-reviews__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 15px;
}
.b-reviews__item:nth-child(2n) .b-reviews__item-author {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
  padding-right: 0;
}
.b-reviews__item:nth-child(2n) .b-reviews__item-avacol {
  padding: 0 0 0 11px;
}
.b-reviews__item:nth-child(2n) .b-reviews__item-text {
  right: 15px;
}
.b-reviews__item:nth-child(2n) .b-reviews__item-text:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 -20px;
  border-right: 39px solid transparent;
  border-top: 39px solid #d8d8d8;
}
.b-reviews__footer {
  text-align: right;
  margin: 0 0 54px;
}
.b-reviews__showall {
  color: #f7a02a;
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 14px;
}
.b-stock {
  text-align: center;
}
.b-stock .row,
.b-stock__item {
  margin: 25px auto;
}
.b-stock__header {
  padding: 52px 0 0;
  text-align: center;
}
.b-stock__title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 0;
  text-align: center;
}
a.b-stock__title {
  color: #FFFFFF;
}
.b-stock__item {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.b-stock__item-image img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-stock__item-image--nocrop img {
  -o-object-fit: contain;
  object-fit: contain;
}
.b-stock__item-caption {
  background-image: linear-gradient(-243deg, #f7a02a 0%, #e97a18 100%);
  color: #FFFFFF;
  padding: 15px 24px;
}
.b-stock__item-title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 0;
  width: 100%;
}
.b-stock__item-title:hover {
  color: #FFFFFF;
}
.b-stock__item-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0;
  max-width: 100%;
}
.b-stock__item-descr {
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.33px;
  margin: 15px 0 0;
}
.b-stock__item-price {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.45px;
  white-space: nowrap;
  position: relative;
}
.b-stock__item-prices {
  opacity: 0.5;
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 7px;
  text-decoration: line-through;
  letter-spacing: 0.33px;
  position: absolute;
  right: 0;
  bottom: 99%;
}
.b-stock__footer {
  padding: 0 0 52px;
  text-align: center;
}
.b-stock__showall {
  margin: 0 auto;
  font-size: 14px;
}
@media (max-width: 480px) {
  .b-stock__item {
    max-width: 380px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .b-stock__item-caption {
    padding: 11px 16px 11px 11px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .b-stock__item-caption-price {
    padding: 0 0 0 1ex;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .b-stock__item:nth-child(2n+1):last-child {
    display: none;
  }
}
.b-gallery {
  padding: 0px 65px;
  margin: 0 auto 60px;
}
.b-gallery__title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 0;
  text-align: center;
}
.b-gallery__slide {
  width: 350px;
  height: 279px;
  padding: 0 7px;
}
.b-gallery__slide--one a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slick-initialized .slick-slide.b-gallery__slide--tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slick-initialized .slick-slide.b-gallery__slide--tile a {
  margin: 0 0 15px;
  height: calc(50% - 7px);
}
.b-gallery__slide img {
  max-width: 100%;
}
.b-gallery__link img:focus {
  outline: none;
}
.b-gallery__link--tile {
  display: block;
  width: 160px;
}
.b-gallery__link--tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-gallery__link--tile img + img {
  display: none;
}
.b-gallery__link--tile.active {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100% !important;
  height: 100% !important;
}
.b-gallery__link--tile.active img {
  display: none;
}
.b-gallery__link--tile.active img + img {
  display: inline-block;
}
.b-gallery__arrow {
  border-width: 0;
  padding: 0;
  display: inline-block;
  width: 65px;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.b-gallery__arrow--prev {
  left: -65px;
}
.b-gallery__arrow--next {
  right: -65px;
}
.b-gallery__arrow[aria-disabled="true"] {
  opacity: .3;
}
.b-gallery__arrow:focus {
  outline: none;
}
.b-gallery__arrow .mi {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: linear-gradient(45deg, #f69d28 0%, #ea7c19 100%);
  border-radius: 50%;
  text-align: center;
}
.b-gallery__arrow .mi:before {
  line-height: 36px;
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
}
.b-gallery__arrow .mi:hover {
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
}
@media (min-width: 481px) and (max-width: 768px) {
  .b-gallery__slide--tile a {
    width: calc(50% - 7px);
  }
}
@media (max-width: 768px) {
  .b-gallery-block__list {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .b-gallery.container {
    max-width: 768px;
  }
  .b-gallery__slide {
    width: 309px;
  }
  .b-gallery__slide--one img {
    width: 309px;
  }
  .b-gallery__slide--tile a {
    width: calc(50% - 7px);
  }
}
@media (min-width: 992px) {
  .b-gallery.container {
    max-width: 836px;
  }
  .b-gallery__slide {
    width: 402px;
  }
}
@media (min-width: 1200px) {
  .b-gallery.container {
    max-width: 1140px;
  }
  .b-gallery__slide {
    padding: 0;
    padding: 0 15px;
  }
  .slick-initialized .slick-slide.b-gallery__slide--tile a {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
    margin: 0 0 30px;
  }
}
.b-text {
  font-size: 14px;
}
.b-text h1 {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 24px;
  margin: 1.2em 0;
}
.b-text .b-text--title1-o h1,
.b-text .b-text--title1-o h2,
.b-text .b-text--title1-o h3 {
  color: #e97a18;
}
.b-text h2 {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 20px;
  color: #000000;
  margin: 2em 0;
}
.b-text p a {
  color: #e86d00;
  text-decoration: underline;
}
.b-text ol {
  padding: 0 0 0 20px;
  margin: .5em 0 1em;
}
.b-text ul {
  margin: .5em 0 1em;
  padding: 0 0 0 0;
}
.b-text ul li {
  list-style-type: none;
  padding: 0 0 0 20px;
}
.b-text ul li:before {
  display: inline-block;
  width: 20px;
  color: #e97a18;
  content: "\25CF";
  padding-right: 10px;
  margin-left: -20px;
}
@media (min-width: 1200px) {
  .b-text + .b-gallery.container {
    max-width: 1260px;
  }
}
.b-text + .b-gallery .b-gallery__title {
  display: none;
}
.b-files ul li {
  padding: 0;
}
.b-files ul li:before {
  display: none;
}
h1 {
  color: #2c2b2a;
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin: 35px 0 27px;
}
p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.b-personal h1 {
  color: #2c2b2a;
}
.b-personal h2 {
  color: #e97a18;
}
.b-personal__item {
  text-align: center;
  padding: 41px 0 26px;
}
.b-personal__image {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.b-personal__image.mi:before {
  background: linear-gradient(119deg, #e6761c, #f79100);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "\e7ff";
  line-height: 165px;
  font-size: 60px;
  color: #FFFFFF;
  opacity: 0;
}
.b-personal__image--nophoto.b-personal__image.mi:before {
  opacity: 1;
}
.b-personal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px #ffffff;
  box-shadow: 0 0 1px #ffffff;
}
.b-personal__item:hover .b-personal__title {
  color: #e97a18;
}
.b-personal__item:hover .b-personal__image:before {
  opacity: .8;
  z-index: 10;
  content: "\e148";
  font-size: 40px;
}
.b-personal__title {
  display: block;
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 1.35em;
  margin: 15px auto;
}
.b-personal__text {
  display: block;
  font-size: 1.07em;
}
.b-personal__list {
  margin: 60px 0 60px;
}
.b-personal__listitem {
  list-style-type: none;
  margin-bottom: 1em;
}
.b-personal__listitem-link {
  display: block;
  font-size: 17px;
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.b-personal__listitem-descr {
  display: block;
}
.b-personal__detail {
  display: block;
  display: none;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: #2c2b2a;
  color: #FFFFFF;
  padding: 15px 21px;
  text-align: left;
  font-size: 13px;
}
.b-personal__detail-close {
  display: inline-block;
  float: right;
  font-size: 21px;
  cursor: pointer;
}
.b-personal__detail-close .mi {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-personal__detail-image {
  width: 81px;
  height: 81px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
.b-personal__detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-personal__detail-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 81px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 0 0 17px;
}
.b-personal__detail-name {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 1.07em;
  color: #e97a18;
}
.b-personal__detail-role {
  font-size: 14px;
}
.b-personal__detail-text b {
  font-size: 14px;
  margin: 1ex 0;
  display: block;
}
.b-personal__item--opened .b-personal__detail {
  display: block;
}
.b-personal__item--nodescription:hover .b-personal__image--nophoto.mi:before {
  opacity: 1;
  content: "\e7ff";
}
.b-personal__item--nodescription:hover .b-personal__image:before {
  opacity: 0;
}
.b-personal ul li {
  padding: 0;
}
.b-personal ul li:before {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-personal__item:nth-child(2n+1) .b-personal__detail {
    width: calc(200% - 30px);
    left: 15px;
  }
  .b-personal__item:nth-child(2n) .b-personal__detail {
    left: calc(-100% + 15px);
    width: calc(200% - 30px);
  }
}
@media (max-width: 479px) {
  .b-personal__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .b-personal__listitem-link,
  .b-personal__listitem-descr {
    display: inline-block;
    padding: 0 1em 0 0;
  }
}
.b-location__tabs {
  margin-top: 29px;
}
.b-location__tab-link {
  background: linear-gradient(-162deg, #ff8400 0%, #fb9a00 100%);
  display: inline-block;
  width: 100%;
  padding: 18px;
  color: #FFFFFF;
}
.b-location__tab-link:hover {
  background: #dd6800;
  color: #FFFFFF;
}
.b-location__dl a {
  display: block;
  margin: 29px 0;
  color: #e97a18;
}
.b-location__item-image {
  margin: 0 0 29px;
  width: 100%;
}
.b-location__item-image img {
  width: 100%;
}
.b-location__item-noimage {
  width: 100%;
  height: 100%;
  background: linear-gradient(119deg, #e6761c, #f79100);
  text-align: center;
}
.b-location__item-noimage img {
  -o-object-fit: contain;
  object-fit: contain;
}
.b-location__item-noimage:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/if_triple_seat_sofa_2023118_white.png) no-repeat 50% 50%;
  background-size: contain;
}
.b-location__item-title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 19px;
}
.b-location__item-subtitle {
  color: #2c2b2a;
  font-size: .93em;
  font-weight: 400;
}
.b-location__item-prorerties {
  margin: 17px 0;
  font-size: 13px;
  font-weight: 300;
}
.b-location__item .b-room,
.b-location__item--open > .b-location__item--preview {
  height: 0;
  overflow: hidden;
}
.b-location__item--open .b-room {
  height: auto;
}
.b-location__property-price {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e97a18;
}
.b-location__property-capacity {
  background: url("../img/location_man.tiles.svg") repeat-x 0 -44px;
  height: 22px;
  width: 15px;
  background-size: 15px 66px;
}
.b-location__property-capacity[data-count="2"] {
  width: 30px;
}
.b-location__property-capacity[data-count="3"] {
  width: 45px;
}
.b-location__property-capacity[data-count="4"] {
  width: 60px;
}
.b-location__property-capacity[data-count="5"] {
  width: 75px;
}
.b-location__property-capacity[data-count="6"] {
  width: 90px;
}
.b-location__property-capacity[data-count="7"] {
  width: 105px;
}
.b-location__property-capacity[data-count="8"] {
  width: 120px;
}
.b-location__property-capacity[data-count="9"] {
  width: 135px;
}
.b-location__property-capacity:hover {
  background-position: 0 -22px;
}
.b-location__text {
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: .85em;
  margin: 26px 0;
}
.b-location__btns {
  margin: 22px 0 44px;
}
.b-location__features-title {
  font-size: .93em;
  font-weight: 400;
}
.b-location__features-list {
  margin: 16px 0;
  -webkit-column-count: 2;
  column-count: 2;
  font-size: .85em;
  font-weight: 300;
  line-height: 24px;
}
.b-location .b-btn {
  background-color: #f79200;
}
.b-location .b-btn:hover {
  background-color: #e37000;
}
.b-location .b-btn--space {
  background: transparent;
}
.b-location .b-btn--space:hover {
  background: transparent;
}
@media (max-width: 479px) {
  .b-location__tabs {
    margin: 0;
    padding: 0;
  }
  .b-location__tab,
  .b-location__tab:first-child,
  .b-location__tab:last-child {
    padding: 7.5px 15px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .b-location__item-title {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 1ex;
  }
  .b-location__item.col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .b-location__tab {
    padding: 0 7.5px;
  }
  .b-location__tab:nth-child(1) {
    padding: 0 7.5px 0 15px;
  }
  .b-location__tab:nth-child(3n) {
    padding: 0 15px 0 7.5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-location__items.row {
    margin: 0 -15px;
  }
  .b-location__item .b-gallery__link {
    height: 200px;
  }
  .b-location__item-image img,
  .b-location__item .b-gallery__link img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .b-location__item-noimage img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .b-room .b-location__item .b-gallery__slide {
    margin: 0;
  }
  .b-room .b-location__item .b-gallery__slide a.mi {
    top: 0;
  }
}
@media (min-width: 768px) {
  .b-location__item {
    margin: 29px 0 0;
  }
  .b-location__item > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-location__item-image {
    margin: 0;
  }
  .b-location__item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .b-location__tab-link {
    line-height: 15px;
    font-size: 14px;
  }
  .b-location__dl a {
    padding: 18px 0;
    margin: 0;
    line-height: 15px;
    font-size: 14px;
  }
  .b-location__btns {
    margin: 22px 0 0;
  }
}
@media (min-width: 992px) {
  .b-location__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: -6px -15px;
  }
  .b-location__tab {
    margin: 6px 0;
  }
  .b-location__item {
    margin: 0 0 44px;
  }
  .b-location__item-gallery {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .b-location__tabs {
    padding-right: 65px;
  }
}
.b-room__h2 {
  color: #e86d00;
  margin: 44px 0;
}
.b-room__tile {
  margin: 0 0 32px;
}
.b-room__tile-image img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-room__tile-title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 22px 0;
}
.b-room__btns .b-btn--slimm {
  padding-left: 0;
}
.b-room .b-gallery__arrow--prev {
  left: 0;
}
.b-room .b-gallery__arrow--next {
  right: 0;
}
.b-room .b-gallery__slide {
  margin: 15px 0;
  padding: 0px 0;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.b-room .b-gallery__link {
  cursor: pointer;
}
.b-room .b-gallery__link:hover:before,
.b-room .b-gallery__link:hover:after {
  display: block;
}
.b-room .b-gallery__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  font-size: 47px;
  text-align: center;
  vertical-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.b-room .b-gallery__link:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2c2b2a;
  opacity: 0.25;
  display: none;
}
.b-room .b-location__item-title {
  font-size: 21px;
}
.b-room .b-location__item-prorerties {
  margin-bottom: 0;
}
.b-room__radio {
  display: none;
}
.b-room__radio-choosen {
  display: none;
}
.b-room__radio:checked ~ * .b-room__radio-choose {
  display: none;
}
.b-room__radio:checked ~ * .b-room__radio-choosen {
  display: inline-block;
}
@media (max-width: 479px) {
  .b-room__tile {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.b-product {
  margin: 1em auto 0;
}
.b-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-product__item-image {
  width: 100%;
  position: relative;
  justify-self: flex-start;
}
.b-product__item-image img {
  width: 100%;
}
img.b-product__item-imageonhover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.b-product__item-image:hover img.b-product__item-imageonhover {
  opacity: 1;
}
.b-product__item-noimage {
  display: inline-block;
  height: 250px;
  width: 100%;
  background: url(../img/patch.png) no-repeat center #e67600;
  background-size: 50% auto;
}
@media (min-width: 768px) {
  .b-product__item-noimage {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .b-product__item-noimage {
    height: 250px;
  }
}
.b-product__item-title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 17px 0;
  justify-self: flex-start;
}
.b-product__item-descr {
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2c2b2a;
  justify-self: flex-start;
}
.b-product__item-prorerties {
  justify-self: flex-end;
  margin: 17px 0;
  font-size: 13px;
  font-weight: 300;
}
.b-product__item .b-btn {
  font-weight: 400;
}
.b-product__property-price {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e97a18;
}
@media (max-width: 479px) {
  .b-product {
    max-width: 240px;
  }
  .b-product__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.b-footer {
  background-color: #f69d28;
  color: #FFFFFF;
  background: linear-gradient(45deg, #f69d28 0%, #ea7c19 100%);
  padding: 42px 0 42px;
  margin-top: 72px;
  font-size: 1em;
  clear: both;
}
.b-footer .b-header {
  padding: 0 0 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.b-footer .b-header__logo--link {
  background-image: url('../img/logo_236_white.png');
}
.b-footer .b-header__contact-wrapper {
  text-align: center;
}
.b-footer .b-header__contact-item {
  color: #FFFFFF;
}
.b-footer .b-header__contact-item .mi {
  color: #FFFFFF;
}
.b-footer .b-header__contact > small {
  display: none;
}
.b-footer__logo--link {
  background-image: url('../img/logo_236_white.png');
}
.b-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 72px;
  margin: 0;
  padding: 0;
}
.b-footer__nav-item {
  display: block;
  height: 24px;
}
.b-footer__nav-link {
  color: #FFFFFF;
  font-size: .85em;
}
.b-footer__weakvis {
  margin: 0 0 0 -15px;
  text-align: right;
}
.b-footer__weakvis > * {
  display: inline-block;
  min-width: 100%;
  margin: 0 0 1ex;
  text-align: center;
}
.b-footer__addr-link {
  font-size: 0.86em;
  text-align: right;
}
.b-footer__social {
  text-align: right;
}
.b-footer__social-link {
  font-size: 1.29em;
  margin: 0 0 0 13px;
  color: #FFFFFF;
}
.b-footer__social-link:hover {
  text-decoration: none;
  color: #2c2b2a !important;
}
.b-footer__banner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 30px 15px 0;
  margin-bottom: -42px;
}
.b-footer__banner-item {
  margin: 0 0 2em;
}
.b-footer__banner-item img {
  max-width: 100%;
}
.b-footer a:hover {
  color: #FFFFFF;
}
@media (max-width: 479px) {
  .b-footer__weakvis {
    margin: 15px 0;
  }
  .b-footer__weakvis > * {
    width: auto;
  }
}
@media (min-width: 480px) {
  .b-footer__nav-link {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-footer__logo,
  .b-footer__contact {
    padding: 0 0 36px;
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b-footer__weakvis {
    margin: 10px 0 0 -15px;
  }
  .b-footer__addr-link {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  .b-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 36px 0;
  }
  .b-footer__social {
    padding: 36px 1ex;
  }
  .b-footer__banner {
    padding: 0 0px;
  }
}
@media (min-width: 992px) {
  .row.b-footer__banner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .b-footer__banner-item {
    padding: 0 15px;
  }
  .b-footer__weakvis {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .b-footer__weakvis {
    text-align: right;
  }
  .b-footer__weakvis > * {
    width: auto;
  }
}
.b-special {
  display: none;
  font-size: 1.5em;
}
.b-special__column {
  white-space: nowrap;
  padding: 1ex;
}
.b-special__link {
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.b-special__link--square {
  width: 1.5em;
}
.b-special__link--border {
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  padding: 0 0.5ex;
}
.specialVersion-on .b-special {
  display: block;
}
.specialVersion-on .b-header__weakvis {
  display: none!important;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .specialVersion-on .b-header__contact-wrapper,
  .specialVersion-on .b-header__address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.specialVersion-on .b-footer__weakvis {
  display: none!important;
}
.b-callback {
  color: #2c2b2a;
  position: relative;
}
.b-callback__title {
  font-family: 'Ubuntu', 'iskra', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 18px 0;
}
.b-callback__text {
  font-family: 'Roboto', 'iskra', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.35px;
  margin: 18px 0;
}
.b-callback__form-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.b-callback__form-footer .mdl-checkbox,
.b-callback__form-footer .mdl-checkbox__label {
  /*line-height: 14px;*/
  line-height: 1.2em;
  font-size: 0.8em;
  height: auto;
}
.b-callback__form-footer .mdl-checkbox__focus-helper {
  top: 3.5px;
}
.b-callback__form-agree,
.b-callback__form-submitt {
  padding-bottom: 1ex;
}
.b-callback__form-submitt {
  text-align: right;
}
.b-callback__form-submitt .b-btn {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
}
.b-callback__form-submitt .b-btn:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.28);
}
.b-callback__form-submitt .b-btn .d-none {
  display: inline!important;
}
.b-callback__message {
  width: 100%;
  /*~ .b-callback__form-footer{
      display: none;
    }*/
}
.b-callback__message:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.1;
}
.b-callback__message-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  background: #e67600;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 40px 50px;
  -webkit-box-shadow: 0 0 10px #2c2b2a;
  box-shadow: 0 0 10px #2c2b2a;
  color: #FFFFFF;
}
.b-callback .mdl-textfield {
  margin: 0 0 -20px;
  width: 100%;
}
.b-callback .mdl-textfield.is-focused {
  background: #FFFFFF;
}
.b-callback a {
  color: #e86d00;
}
@media (min-width: 768px) {
  .b-callback .i-textarea {
    min-height: 86px;
  }
}
/*.b-files {

  margin-bottom: 30px;

  &__icon{
    vertical-align: middle;
    color: @light_link;
    font-size: 19px;
  }

  &__item{
    margin: 10px 0;

    &:hover{
      .b-files__icon{
        color: @main_hover;
      }
    }
  }

  &__link{
    color:@text_middle;

    &:hover{

    }
  }
}*/
.b-yandexmap {
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;
}
.b-yandexmap__frame {
  width: 100%;
  height: 100%;
}
.b-yandexmap__overlay {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
}
.b-yandexmap__address {
  position: absolute;
  top: 0;
  width: auto;
  margin: 110px -15px 0;
  background: #2c2b2a;
  color: #FFFFFF;
  font-size: 14px;
  padding: 30px 34px;
}
.b-yandexmap__address > * {
  margin: 1ex 0;
}
.b-yandexmap__address .order-1 b {
  font-size: 20px;
}
.b-yandexmap__address .b-header__contact-item,
.b-yandexmap__address .b-header__contact-item .mi {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .b-yandexmap {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .b-yandexmap {
    height: 750px;
  }
  .b-yandexmap__overlay {
    /*padding: 15px;*/
    bottom: 0;
    top: auto;
  }
  .b-yandexmap__address {
    width: calc(100% - 30px);
    margin: 0;
    top: auto;
    bottom: 15px;
    padding: 29px 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .b-yandexmap__address .order-3,
  .b-yandexmap__address .order-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1280px) {
  .b-yandexmap__address {
    width: 320px;
  }
}
.b-gallery-block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .b-gallery-block {
    width: 50%;
    float: right;
    margin: 0 0 50px 50px;
  }
}
.b-gallery-block__count {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  vertical-align: text-bottom;
}
.b-gallery-block__list {
  margin-bottom: 10px;
}
.b-gallery-block__list:not(.slick-initialized) .b-gallery-block__image {
  display: none;
}
.b-gallery-block__list:not(.slick-initialized) .b-gallery-block__item:first-child .b-gallery-block__image {
  display: block;
}
.b-gallery-block__title {
  color: #919191;
  font-size: 12px;
  font-weight: 500;
  line-height: 34px;
}
.b-gallery-block__prev,
.b-gallery-block__next {
  vertical-align: middle;
  color: #2c2b2a;
  cursor: pointer;
}
.b-gallery-block__prev.slick-disabled,
.b-gallery-block__next.slick-disabled {
  color: #7a7875;
}
.b-gallery-block__link:hover,
.b-gallery-block__link:focus {
  outline: none;
}
.b-gallery-block__image {
  margin: auto;
}
.b-gallery-block .b-gallery__arrow {
  width: 34px;
  position: relative;
}
.b-gallery-line {
  margin: 30px 40px;
}
@media (min-width: 576px) {
  .b-gallery-line {
    margin: 30px 0;
  }
}
.b-gallery-line__item {
  padding: 17px;
}
.b-gallery-line__link:hover,
.b-gallery-line__link:focus {
  outline: none;
}
.b-gallery-line__image:hover {
  -webkit-box-shadow: 0 0 8.3px 0.7px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 8.3px 0.7px rgba(0, 0, 0, 0.27);
}
