.b-page {
  background: #f7f7f7;
  font-family: "Open Sans", Arial;
  font-size: 13px;
}
/* .wrapper {
  filter: grayscale(100%);
} */
.b-form__input-notice {
  width: 250px !important;
}
.b-text ul,
.faq-item-block ul {
  list-style: none;
  padding: 0 !important;
}
.b-text ul li,
.faq-item-block ul li {
  position: relative;
  padding-left: 30px;
}
.b-text ul li:before,
.faq-item-block ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../../img/star-icon.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
img {
  max-width: 100%;
}
.b-text img {
  width: auto !important;
  height: auto !important;
}
.video-cover {
  position: relative;
}

.video-cover:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video-cover iframe {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.pull {
  display: none;
  position: absolute;
  left: 15px;
  top: 7px;
  width: 20px;
  height: 16px;
  z-index: 902;
}

.pull__icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 902;
}
.pull__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-top: 5px;
}
/* .pull:before {
  content: '';
  display: none;
  width: 50px;
  height: 88px;
  background: #fff;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 901;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}
.pull:after {
  content: '';
  display: none;
  width: 80px;
  height: 15px;
  background: #fff;
  z-index: 902;
  position: absolute;
  left: -15px;
  bottom: -72px;
} */
.pull.active:before,
.pull.active:after {
  display: block;
}
.login-mobile {
  display: none !important;
  width: 22px;
  height: 22px;
  background: url(../../img/icon-user.svg?rnd=12) left top no-repeat !important;
  padding: 0 !important;
  float: right;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.login-mobile-id {
  display: none !important;
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.wrapper__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wrapper__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.b-page-inner {
  position: relative;
  height: auto !important;
}
.b-page-inner__footer-blank {
  padding-top: 70px;
  height: 65px;
}
.b-page-inner_layout_main .b-page-inner__footer-blank {
  padding-top: 0;
}
.b-page-inner_layout_404 {
  padding-top: 120px;
  vertical-align: middle;
  height: auto !important;
  min-height: 0%;
}
.b-page-inner .b-header__logo {
  margin-bottom: 20px;
}
.b-header {
  margin-bottom: 50px;
}
.b-header__phone {
  font-family: "Open Sans", Arial;
  float: left;
  margin-left: 25px;
}
.b-header__time {
  font-size: 11px;
  text-align: center;
}
.b-header__phone-number {
  font-weight: 700;
  font-size: 20px;
}
.b-header__logo {
  width: 281px;
  margin: 0 auto;
}
.b-header__auth {
  float: right;
  margin-right: 25px;
}
.b-header__service-title {
  font-size: 50px;
  line-height: 60px;
  margin-top: 40px;
  font-weight: 300;
  text-align: center;
  padding: 20px;
}
.b-content {
  max-width: 970px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.b-content_layout_page,
.b-content_layout_page p {
  line-height: 20px;
}
.b-content_layout_page h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  margin: 50px 0;
}
.b-content_layout_page h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  margin: 40px 0;
}
.b-content_layout_page p {
  padding: 0;
}
.b-content_layout_page p,
.b-content_layout_page ul {
  width: 750px;
  margin: 0 auto;
}
.b-content_layout_page ol {
  width: 750px;
  margin: 0 auto;
  padding: 0;
}
.b-content_layout_page ul {
  padding: 0 0 0 40px;
}
.b-content_layout_page ol li {
  margin-bottom: 25px;
}
.b-content_layout_page ul li {
  margin-bottom: 1em;
}
.b-content_layout_page ol {
  counter-reset: li;
}
.b-content_layout_page ol > li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.b-content_layout_page ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  color: #9aa1ab;
  left: 0;
  top: 10px;
  font-size: 36px;
  font-weight: 300;
}
.b-content_layout_page li ol,
.b-content_layout_page li ul {
  margin-top: 6px;
}
.b-content_layout_page ol ol li:last-child {
  margin-bottom: 0;
}
.b-content__bold-title {
  font-size: 50px !important;
  font-weight: 700 !important;
  color: #3d4044;
}
.b-link,
a,
.b-link_pseudo_yes .b-link__inner,
.b-link_sub .b-link__inner {
  color: #f06e59;
}
.i-ua_js_yes .b-link_pseudo_yes .b-link__inner,
.i-ua_js_yes .b-link_sub .b-link__inner {
  border-bottom: 1px dashed !important;
}
.b-icon {
  font: 0/0 a;
  border: 0;
  float: left;
  display: block;
  background-repeat: no-repeat;
}
.b-icon_type_copyright {
  width: 32px;
  height: 32px;
  background: url("../../img/copyright-ico.png") no-repeat;
  margin-right: 5px;
}
.b-icon_type_important {
  float: right;
  display: inline-block;
  background: url("../../img/important-icon.png") no-repeat;
  width: 32px;
  height: 30px;
  margin-left: 5px;
}
.b-icon_type_optimism {
  float: none;
  display: inline-block;
  background: url("../../img/optimism.png") no-repeat;
  margin: 0 5px;
  width: 58px;
  height: 30px;
}
.b-icon_type_star {
  width: 10px;
  height: 9px;
  background: url("../../img/star-icon.png") no-repeat;
}
.b-icon_type_like {
  width: 22px;
  height: 20px;
  background: url("../../img/like-icon.png") no-repeat;
}
.b-icon_type_time {
  width: 20px;
  height: 20px;
  background: url("../../img/time-icon.png") no-repeat;
  margin-right: 5px;
}
.b-icon_type_refresh {
  width: 20px;
  height: 20px;
  background: url("../../img/refresh-icon.png");
}
.b-icon_type_form-req {
  width: 15px;
  height: 13px;
  background: url("../../img/form-req-star-icon.png");
}
.b-icon_action_prev-page,
.b-icon_action_next-page {
  width: 30px;
  height: 10px;
  float: none;
  background: url("../../img/pagination-arrow.png") no-repeat;
}
.b-icon_action_next-page {
  background-position: -30px 0;
}
.b-icon_action_next-page:hover {
  background-position: -30px -10px;
}
.b-icon_action_prev-page:hover {
  background-position: 0 -10px;
}
.b-icon_type_search {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../../img/search-icon-sprite.png");
}
.b-icon_type_lang-arrow {
  width: 8px;
  height: 5px;
  background: url("../../img/lang-arrow-icon.png");
}
.b-icon_type_modal-close {
  width: 20px;
  height: 20px;
  background: url("../../img/modal-close-sprite.png") 0 -20px;
  cursor: pointer;
}
.b-icon_type_edit {
  width: 20px;
  height: 20px;
  background: url("../../img/edit-icon-sprite.png") 0 0;
  cursor: pointer;
}
.b-icon_type_modal-close:hover {
  background-position: 0 0;
}
.b-icon_type_edit:hover {
  background-position: 0 -20px;
}
.b-icon_type_button-add {
  width: 20px;
  height: 20px;
  background: url("../../img/button-add-icon.png");
}
.b-icon_type_airpay-logo {
  width: 152px;
  height: 60px;
  background: url("../../img/airpay-logo.png");
}
.b-icon_type_w1-logo {
  width: 75px;
  height: 54px;
  background: url("../../img/w1-logo.png");
}
.b-icon_type_c_uni-logo {
  width: 209px;
  height: 56px;
  background: url("../../img/c_uni-logos.png");
}
.b-icon_type_kiwi-web-ya-logos {
  background: url("../../img/kiwi-web-ya-logos.png");
  width: 184px;
  height: 58px;
}
.b-icon_type_tabao-currency {
  width: 34px;
  height: 38px;
  background: url("../../img/tabao-currency-icon.png");
}
.b-icon_type_checkbox {
  width: 20px;
  height: 20px;
  background: url("../../img/checkbox-icon-sprite.png") 0 -20px;
}
.b-custom-form-control_state_checked .b-icon_type_checkbox {
  background-position: 0 0;
}
.b-icon_type_button-send-post {
  width: 20px;
  height: 20px;
  background: url("../../img/send-post-icon.png");
  margin-top: 1px;
}
.b-icon_type_to-post,
.b-icon_type_post-list {
  width: 20px;
  height: 20px;
  background: url("../../img/to-post-icon.png");
}
.b-icon_type_post-list {
  background: url("../../img/post-list-icon.png");
}
.b-icon_type_green-check {
  width: 20px;
  height: 20px;
  background: url("../../img/green-check-icon.png");
}
.b-icon_type_yellow-cross {
  width: 20px;
  height: 20px;
  background: url("../../img/yellow-cross-icon.png");
}
.b-icon_type_cancel-icon {
  width: 39px;
  height: 39px;
  background: url("../../img/remove-cross.png");
  position: absolute;
  z-index: 123456789;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.b-custom-form-control_state_disabled .b-icon_type_checkbox {
  background: url("../../img/check-disabled.png") !important;
}
.b-logo__descr {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial;
  color: #9aa1ab;
  text-align: center;
  margin-top: 10px;
}
.b-logo .b-link {
  text-decoration: none;
}
.b-page-404__message {
  font-size: 130px;
  color: #d7d9db;
  padding: 0;
  text-align: center;
  font-weight: 300;
}
.b-page-404__text {
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  width: 530px;
  margin: 0 auto 25px;
}
.b-page-404__search {
  width: 530px;
  margin: 0 auto;
}
.b-page-404 .b-search__input {
  height: 30px;
  width: 100%;
}
.b-page-404 .b-form__submit {
  width: 90px;
  height: 30px;
  border-radius: 2px;
}
.b-page-404 .b-search__layout-button {
  padding-left: 10px;
}
.b-page-404__message {
  margin: 0 0 30px;
}
.b-page-404__footer {
  margin-top: 70px;
  text-align: center;
}
.b-search__input {
  width: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-search__button {
  margin: 0;
}
.b-layout-table {
  font-size: 100%;
  width: 100%;
  border-collapse: collapse;
}
.b-layout-table__gap,
.b-layout-table__cell {
  padding: 0;
  vertical-align: top;
}
.b-search__layout-input {
  width: 100%;
  vertical-align: middle;
}
.b-search__layout-button {
  padding-left: 6px;
  vertical-align: middle;
}
.b-form__row {
  position: relative;
  margin-bottom: 20px;
}
/* .b-form input[type="hidden"] + .b-form__row {
  margin-bottom: 80px;
} */
.b-form__input {
  height: 40px;
  border: 1px solid #9aa1ab;
  border-radius: 2px;
  width: 100%;
  /* max-width: 300px; */
  font-size: 14px;
  background: #fcfcfc url("../../img/input-bg.gif") left top repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-form__row_layout_submit {
  margin-top: 35px;
}
.b-form__input__type_text,
.b-form__input__type_textarea {
  color: #3d4044;
}
.b-form__row_position_last {
  margin-bottom: 20px !important;
}
.b-form__submit {
  text-align: center;
  width: 100%;
  background: #f06e59;
  border-bottom: 2px solid #a93c32;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 330px;
  align-items: center;
  justify-content: center;
  display: block;
}

/* start spinner */
.b-form__button-icon-wrap {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* спиннер скрыт по умолчанию */
.loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* состояние загрузки */
.b-form__submit.loading {
  opacity: 0.8; /* визуальный намёк на disabled */
  cursor: default;
  pointer-events: none; /* запрет повторных кликов */
}

.b-form__submit.loading .b-form__button-icon-wrap .b-icon {
  display: none;
}
.b-form__submit.loading .b-form__button-icon-wrap .loader {
  display: inline-block;
}

.b-form__row .b-form__submit {
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px; /* чтобы форма не прыгала */
}

.b-form__row .b-form__button-icon-wrap {
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.b-form__row .loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.b-form__row .b-form__submit.loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
}

.b-form__row .b-form__submit.loading .b-icon {
  display: none;
}
.b-form__row .b-form__submit.loading .loader {
  display: inline-block;
}

/* end spinner */

.b-disabled {
  opacity: 0.5;
}

.b-form__submit_layout_normal {
  height: 35px;
  line-height: 35px;
}
.b-form__row_layout_captcha {
  vertical-align: top;
}
.b-form__row_layout_captcha .b-input {
  width: 120px;
  margin-right: 20px;
  float: left;
}
.b-form__row_layout_captcha .b-icon_type_refresh {
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}
.b-form__submit_layout_small-height {
  height: 40px !important;
  font-size: 12px;
}
.b-form_layout_table .b-form__row {
  margin-bottom: 0;
}
.b-form_layout_table .b-form__label-wrap,
.b-form_layout_table .b-form__req-wrap {
  vertical-align: middle;
}
.b-form__label {
  font-size: 13px;
  color: #3d4044;
}
.b-form_layout_table .b-form__label-wrap {
  padding-right: 20px;
}
.b-form_layout_table .b-form__req-wrap {
  padding-left: 20px;
}
.b-form_layout_table .b-layout-table__cell {
  padding-bottom: 20px;
  position: relative;
}
.b-form_layout_table .b-form__req-wrap {
  padding: 0;
  width: 30px;
  text-align: right;
  overflow: hidden;
}
.b-form_layout_table .b-form__req-wrap img {
  display: block;
  float: right;
  position: relative;
  top: -8px;
}
.b-form_layout_table .b-form__row_layout_captcha .b-layout-table__cell {
  padding-top: 40px;
}
.b-input_type_textarea {
  padding-top: 10px;
  height: 70px;
  resize: none;
}
.b-form__input-notice {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 9999;
}
.b-form__button-icon-wrap {
  float: left;
  padding: 5px;
  border-right: 1px solid #f38b7a;
  margin: 2px;
}
.b-form__input_size_small {
  height: 30px;
}
.b-form__inline {
  float: left;
  margin-right: 19px;
  position: relative;
}
.b-form__inline_state_last {
  margin-right: 0;
}
.b-form__label_layout_top {
  display: block;
  margin-bottom: 5px;
}
.b-form__help-text {
  font-size: 12px;
  text-align: left !important;
  margin-bottom: 0 !important;
  margin-top: 5px;
}
.b-form__title {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.b-form__text {
  font-size: 13px;
  line-height: 20px;
}
.b-scripts {
  display: none;
  position: absolute;
}
.b-menu-horiz_position_top-menu .b-menu-horiz__item_state_active,
.b-menu-horiz_position_top-menu .b-menu-horiz__item_state_active .b-link,
.b-menu-horiz_position_top-menu .b-link:hover {
  color: #a93c32;
}
.b-menu-horiz_layout_normal .b-menu-horiz__layout,
.b-menu-horiz_layout_normal .b-menu-horiz__layout-unit {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-menu-horiz_layout_normal .b-menu-horiz__title,
.b-menu-horiz_layout_normal .b-menu-horiz__layout,
.b-menu-horiz_layout_normal .b-menu-horiz__layout-unit {
  display: inline-block;
}
.b-lang-toggle__inner {
  padding: 13px 10px 4px;
  background-color: #a93c32;
}
.b-lang-toggle__flag {
  margin-bottom: 10px;
}
.b-lang-toggle__inner .b-icon_type_lang-arrow {
  float: none !important;
  margin: 0 auto;
}
.b-lang-toggle__lang-list {
  position: absolute;
  top: 0;
  left: -8px;
  padding-top: 13px;
  width: 55px;
  height: 150px;
  background-image: url("../../img/lang-bg.png");
  background-repeat: no-repeat;
  display: none;
  z-index: 999;
}
.b-lang-toggle__lang-list-item {
  text-align: center;
}
.b-lang-toggle {
  width: 40px;
}
.b-top-line {
  background: url("../../img/top-line-bg.png") 50% -20px no-repeat;
  height: 100px;
}
.b-top-line .b-header__phone {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  padding-top: 8px;
}
.b-top-line .b-header__phone-number {
  font-size: 17px;
}
.b-top-line_state_open,
.b-top-line_layout_search {
  background-position: 50% -5px;
}
.b-top-line_state_open .b-top-line__inner {
  padding-top: 10px;
}
.b-top-line_layout_search .b-top-line__menu,
.b-top-line_layout_search .b-lang-toggle {
  display: none;
}
.b-top-line_layout_search {
  background: url("../../img/top-line-search-bg.png") 50% -5px no-repeat;
}
.b-top-line__menu {
  font-family: "Open Sans", Arial;
  font-size: 13px;
  padding-top: 15px;
  width: 880px;
  margin: 0 auto;
  text-align: center;
}
.b-top-line__menu .b-link {
  color: #fff;
  text-decoration: none;
}
.b-top-line__menu .b-menu-horiz__layout-unit {
  margin: 0 10px !important;
}
.b-top-line__menu .b-menu-horiz__layout-unit_position_last {
  margin-right: 0 !important;
}
.b-top-line__menu .b-menu-horiz__layout-unit {
  text-align: left;
}
.b-top-line__inner {
  max-width: 970px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.b-top-line__search-icon {
  margin-top: 13px;
  margin-left: 10px;
}
.b-top-line__lang-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.b-lang-toggle__arrow {
  width: 40px;
  height: 10px;
  background-image: url("../../img/lang-toggle-arrow.png");
}
.b-top-line .b-search {
  width: 750px;
  margin: 0 auto;
  display: none;
}
.b-top-line .b-search__input {
  height: 30px;
  width: 100%;
}
.b-top-line .b-form__submit {
  height: 30px;
  width: 90px;
  border-radius: 2px;
  line-height: 25px;
}
.b-top-line_layout_search .b-top-line__inner {
  padding-top: 10px;
}
.b-top-line_layout_search .b-search {
  display: block;
  padding-top: 8px;
}
.b-top-line_layout_search .b-icon_type_search {
  background-position: 0 -45px;
}
.b-top-line .b-icon_type_modal-close {
  float: right;
  margin: 13px 0 0;
  display: none;
  cursor: pointer;
}
.b-top-line_layout_search .b-icon_type_modal-close {
  display: block;
}
.b-menu-vert__item-content {
  display: none;
}
.b-menu-vert__item-content_visibility_visible {
  display: block;
}
.b-menu-vert__layout,
.b-menu-vert__separator,
.b-menu-vert__layout-unit {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-menu-vert__separator {
  border-bottom: 1px solid #ccc;
}
.b-user-auth {
  position: relative;
}
.b-user-auth__profile .b-link {
  color: #3d4044;
}
.b-user-auth__profile {
  font-size: 16px;
  margin-bottom: 5px;
}
.b-user-auth__reg {
  text-align: center;
  font-size: 11px;
}
.b-user-auth__profile-id {
  text-align: center;
}
.b-user-auth__profile-id-inner {
  display: inline-block;
  padding-right: 15px;
  background: url("../../img/select-arrow.png") 100% 50% no-repeat;
  cursor: pointer;
}
.b-user-auth__account-money,
.b-user-auth__account-pay-link {
  display: inline-block;
  font-size: 12px;
}
.b-user-auth__account-money {
  margin-right: 5px;
  font-weight: 700;
  color: #9aa1ab;
}
.b-user-auth__account-menu {
  position: absolute;
  width: 216px;
  text-align: center;
  top: 15px;
  right: -45;
  display: none;
  z-index: 999;
}
.b-user-auth__account-menu-arrow {
  background: url("../../img/account-menu-arrow.png") no-repeat;
  width: 225px;
  height: 58px;
}
.b-user-auth__account-menu-body {
  width: 225px;
  background: #fff;
  background: url("../../img/account-menu-bg.png") repeat-y;
  padding: 10px 0;
}
.b-user-auth__account-menu-bottom {
  background: url("../../img/account-menu-bottom.png") repeat-y;
  width: 225px;
  height: 30px;
}
.b-user-auth__account-menu .b-menu-vert__item {
  padding-bottom: 15px;
  font-size: 14px;
}
.b-user-auth__account-menu .b-menu-vert__item sup {
  color: #9aa1ab;
}
.b-user-auth__account-menu .b-link {
  color: #000;
}
.b-user-auth__account-menu .b-menu-vert__item_state_current .b-link {
  color: #a93c32;
  text-decoration: none;
}
.b-user-auth__account-menu .b-link_type_service-link {
  color: #9aa1ab;
  font-size: 12px;
}
.b-user-auth__account-menu .b-menu-vert__separator {
  border-bottom: 1px solid #d7d9db;
  width: 120px;
  margin: 0 auto 15px;
}
.b-user-auth__account-menu .b-icon_type_star {
  margin: 0 auto;
  float: none;
}
.b-user-auth__account-menu .b-user-auth__account-money {
  font-size: 14px;
  margin-left: 3px;
}
.b-link_type_exit {
  color: #f06e59 !important;
  font-size: 12px;
}
.b-link_pseudo_yes,
.b-link_sub {
  color: #1a3dc1;
}
.i-ua_js_yes .b-link_pseudo_yes,
.i-ua_js_yes .b-link_sub {
  text-decoration: none;
  cursor: pointer;
}
.i-ua_js_yes .b-link_pseudo_yes .b-link__inner,
.i-ua_js_yes .b-link_sub .b-link__inner {
  text-decoration: none;
  color: inherit;
}
.b-text__h1,
.b-text__h2 {
  margin: 1.5em 0 0.7em;
  padding: 0;
}
.b-text__h2 {
  font-size: 1.8em;
  font-weight: 400;
}
.b-text__h3 {
  font-weight: 400;
  padding: 0;
  font-size: 1.6em;
  margin: 1em 0 0.5em;
}
.b-text__h4 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0.6em 0 0.5em;
  padding: 0;
}
.b-text__p {
  margin: 0 0 0.8em;
  line-height: 1.4em;
}
.b-text__pre,
.b-text__tt {
  font: 100% Monaco, Consolas, "Courier New", monospace;
}
.b-text__pre {
  margin: 0 0 0.8em;
}
.b-text__ul,
.b-text__ol {
  margin: 0 0 1em;
  padding: 0;
}
.b-text__li {
  margin: 0 0.2em 0.3em 2.5em;
  padding: 0;
}
.b-text__ol .b-text__li {
  list-style: decimal;
}
.b-text__ul .b-text__li {
  list-style: disc;
}
.b-text__h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}
.b-text,
.b-text p {
  line-height: 20px;
}
.b-text p {
  margin-bottom: 25px;
}
.b-footer {
  position: relative;
  height: 65px;
  background-color: #9aa1ab;
  margin-top: 70px;
}
.b-footer__inner {
  padding-top: 15px;
  font-size: 12px;
  font-family: "Open Sans", Arial;
  overflow: hidden;
  zoom: 1;
}
.b-footer__agreement {
  float: right;
  line-height: 30px;
}
.b-footer__agreement a {
  color: #3d4044;
}
.b-footer__copyright {
  float: left;
}
.b-copyright {
  line-height: 32px;
}
.b-copyright__text a {
  color: #3d4044;
}
.b-optimism {
  line-height: 30px;
  width: 280px;
  margin: 0 auto;
  color: #d7d9db;
}
.b-optimism__text {
  display: inline-block;
  vertical-align: top;
}
.b-optimism .b-link__inner {
  color: #d7d9db;
  text-decoration: underline;
}
.b-account {
  width: 750px;
}
.b-account__tabs {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.b-account__tabs .b-menu-horiz__layout-unit {
  margin: 0 13px;
}
.b-account__tabs .b-tabs__tab {
  color: #f06e59 !important;
  border-bottom: 1px dashed;
}
.b-account__tabs .b-tabs__tab_state_active {
  color: #3d4044 !important;
  text-decoration: none !important;
  border: none !important;
  font-weight: 700;
}
.b-account .b-layout-table__cell_position_l {
  padding-right: 60px;
  width: 315px;
}
.b-account .b-layout-table__cell_position_r {
  padding-left: 60px;
  border-left: 1px solid #d7d9db;
}
.b-account__filter {
  margin-bottom: 40px;
}
.b-tabs__item {
  display: none;
}
.b-tabs__item_state_active {
  display: block;
}
.b-tabs__tab {
  cursor: pointer;
  position: relative;
}
.b-tabs__tab_state_active {
  cursor: default !important;
}
.b-tabs__item {
  display: none;
}
.b-tabs__item_state_active {
  display: block;
}
.b-tabs__tab sup {
  color: #9aa1ab;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 100%;
}
.b-layout-table_layout_data th {
  padding: 10px;
  background-color: #d7d9db;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
}
.b-layout-table_layout_data .b-layout-table__cell {
  padding: 10px;
  border-bottom: 1px solid #d7d9db;
}
.b-payment-form__logo {
  margin: 0 auto;
  float: none;
}
.b-payment-form__title {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}
.b-payment-form .b-input_type_radio {
  float: left;
  margin: 12px 7px 0 0;
}
.b-payment-form__row_state_payment-text {
  font-size: 16px;
}
.b-payment-form__row_state_payment-descr {
  font-size: 11px;
  line-height: 20px;
}
.b-payment-form__currency {
  float: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}
.b-payment-form .b-input_type_text {
  float: left;
  width: 270px;
}
.b-payment-form {
  color: #9aa1ab;
}
.b-payment-form__row_layout_form_control {
  display: none;
}
.b-payment-form_state_active {
  color: #3d4044;
}
.b-payment-form_state_active .b-payment-form__row_layout_form_control {
  display: block;
}
.b-payment-form .b-icon_type_c_uni-logo {
  background: url("../../img/c_uni-gray-logos.png");
}
.b-payment-form_state_active .b-icon_type_c_uni-logo {
  background: url("../../img/c_uni-logos.png");
}
.b-payment-form .b-icon_type_w1-logo {
  background: url("../../img/w1-gray-logo.png");
}
.b-payment-form_state_active .b-icon_type_w1-logo {
  background: url("../../img/w1-logo.png");
}
.b-payment-form .b-icon_type_kiwi-web-ya-logos {
  background: url("../../img/kiwi-web-ya-gray-logos.png");
}
.b-payment-form_state_active .b-icon_type_kiwi-web-ya-logos {
  background: url("../../img/kiwi-web-ya-logos.png");
}
.b-payment-form .b-icon_type_airpay-logo {
  background: url("../../img/airpay-gray-logo.png");
}
.b-payment-form_state_active .b-icon_type_airpay-logo {
  background: url("../../img/airpay-logo.png");
}
.i-clearfix {
  zoom: 1;
}
.i-clearfix:after,
.i-clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.i-clearfix:after {
  clear: both;
}
.customSelectText {
  cursor: pointer;
}
.customSelectText .customSelectLeft {
  height: inherit;
}
.customSelectText .customSelectRight {
  height: inherit;
  padding: 0 5px;
}
.customSelectText .customSelectBack {
  height: inherit;
  padding: 0 5px 0 0;
}
.customSelectText .customSelectArrow {
  height: inherit;
  overflow: hidden;
  padding: 2px 15px 3px 0;
}
.customSelectOptions {
  border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 5px 0 #000;
  -o-box-shadow: 0 0 5px 0 #000;
  -webkit-box-shadow: 0 0 5px 0 #000;
  -moz-box-shadow: 0 0 5px 0 #000;
  background: #fff;
  margin: 1px 0 0;
  position: absolute;
  z-index: 500;
}
.customSelectOption {
  cursor: pointer;
  line-height: 15px;
  padding: 2px 10px 3px;
}
.customSelectOptions .hover {
  background: #06f;
  color: #fff;
}
.b-jspPane {
  width: 268px !important;
}
.jspTrack {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane,
.jspVerticalBar {
  position: absolute;
}
.jspVerticalBar {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.customSelectText {
  height: 38px;
  border: 1px solid #9aa1ab;
  border-radius: 2px;
  width: 100%;
  color: #3d4044;
  font-size: 14px;
  padding-left: 10px;
  background: #fcfcfc url("../../img/input-bg.gif") left top repeat-x;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customSelectArrow {
  background: url("../../img/select-arrow.png") 100% 50% no-repeat;
}
.b-filter {
  padding: 35px 45px;
  background-color: #fff;
  border-bottom: 2px solid #d7d9db;
}
.b-filter .b-layout-table__cell {
  vertical-align: middle;
  text-align: center;
}
.b-filter .b-layout-table__cell_layout_submit {
  padding-left: 20px;
}
.b-filter .b-layout-table__cell_layout_submit .b-form__submit_layout_normal {
  height: 36px;
  line-height: 33px;
  font-size: 12px;
}
.b-modal-templates {
  display: none;
  position: absolute;
  top: -9999;
}
.b-customModal-background {
  background-color: #fff;
}
.b-modal {
  width: 330px;
  padding: 60px 45px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(104, 107, 110, 0.7);
}

.b-modal__small {
  width: 400px;
}
.b-modal__title {
  text-align: center;
  margin: 0 0 35px;
  color: #3d4044;
  font-weight: 300;
}
.b-modal__text {
  text-align: center;
  color: #9aa1ab;
  line-height: 20px;
  margin-bottom: 25px;
}
.b-modal__close-button .b-form__submit {
  line-height: 47px;
  cursor: pointer;
  height: 47px !important;
}
.b-modal__auth-link {
  float: right;
}
.b-layout-table.b-search__layout {
  width: 67%;
}
@media (max-width: 999px) {
  .b-layout-table.b-search__layout {
    width: 100%;
  }
  /* .b-form input[type="hidden"] + .b-form__row {
    margin-bottom: 20px;
  } */
  .b-modal__auth-link {
    float: none;
    padding-left: 10px;
  }
}
.b-modal__reg_text {
  text-align: center;
}
.b-modal__close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.b-modal_layout_no-padding {
  padding: 0;
}
.b-modal_size_auto {
  width: auto;
}
.b-modal_layout_add-adress {
  width: 840px;
}
.b-modal_layout_add-adress .customSelectText {
  height: 28px;
  line-height: 25px;
}
.b-modal_layout_add-item .customSelectText {
  height: 31px;
  line-height: 25px;
}
.b-modal_layout_add-adress .b-layout-table__cell {
  width: 50%;
}
.b-modal_layout_add-adress .b-layout-table__cell_position_l {
  padding-right: 70px;
  border-right: 1px solid #d7d9db;
}
.b-modal_layout_add-adress .b-layout-table__cell_position_r {
  padding-left: 70px;
}
.b-modal_layout_add-adress .b-form__row {
  margin-bottom: 10px;
}
.b-modal_layout_add-adress .b-layout-table__gap {
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
}
.remove-item-modal .b-customModal-background {
  background: none !important;
}
.b-modal_layout_delete {
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
}
.b-modal_layout_delete .b-form__input_size_small {
  font-size: 10px;
  font-weight: 700;
  width: 125px;
  margin-bottom: 10px;
}
.b-modal_layout_delete .b-modal__text {
  color: #3d4044;
  margin-bottom: 10px;
}
.b-modal_layout_delete:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.b-modal_width_840 {
  width: 840px;
  box-sizing: border-box;
}
.b-modal .b-posts__slider {
  width: 620px;
  margin: 0 auto 20px;
}
.b-modal .b-posts__slider .b-slider__wrap {
  height: 115px;
}
.b-modal .b-posts__slider .b-slider__item {
  margin-right: 15px;
}
.b-modal_layout_mail {
  width: 640px;
  padding-left: 100px;
  padding-right: 100px;
  background: #fff url("../../img/mail-pattern.png") 0 25px repeat-y;
}
.b-modal_layout_mail .b-modal__close-icon {
  right: 40px;
}
.b-modal_layout_mail .b-input_type_textarea {
  height: 160px;
}
.b-modal_layout_mail:after {
  content: "";
  width: 20px;
  height: 491px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url("../../img/mail-pattern.png") 0 -80px repeat-y;
}
.b-modal_layout_tabao_login .b-layout-table__cell_layout_label {
  width: 145px;
  vertical-align: middle;
}
.b-modal_layout_tabao_login {
  width: 500px;
  padding-left: 150px;
  padding-right: 150px;
}
.b-modal_layout_tabao_login .b-modal__title {
  margin-bottom: 10px;
}
.b-datepicker__input {
  width: 100%;
  box-sizing: border-box;
  height: inherit;
  border: 0;
  background: 0 0;
  background: url("../../img/select-arrow.png") 100% 50% no-repeat;
  outline: none;
  cursor: pointer;
}
.b-datepicker__wrap {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}
.b-history-table__data-head {
  width: 215px;
  font-weight: 700 !important;
}
.b-history-table__value-head {
  width: 110px;
  text-align: right !important;
  padding-right: 20px;
}
.b-history-table__value-cell {
  font-weight: 700;
  text-align: right;
  font-size: 14px;
  padding-right: 20px;
}
.b-history-table__value-head .b-link_pseudo_yes,
.b-history-table__value-head .b-link_sub {
  color: #000;
}
.b-history-table .time {
  color: #9aa1ab;
}
.b-history-table__data-head div {
  display: inline-block;
  padding-right: 13px;
  background: url("../../img/select-arrow.png") 100% 60% no-repeat;
  cursor: pointer;
}
.b-item-list {
  padding-bottom: 50px;
  width: 750px !important;
}
.b-item-list__item-title {
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 400;
  color: #3d4044;
}
.b-item-list__item-text {
  font-size: 13px;
  color: #3d4044;
}
.b-item-list__sep {
  padding: 25px 0;
  text-align: center;
}
.b-item-list__sep .b-icon {
  float: none;
  display: inline-block;
}
.b-item-list__pagination {
  margin-top: 60px;
  text-align: center;
}
.b-item-list__pagination .b-pagination {
  display: inline-block;
}
.b-item-list__select .b-form__submit {
  float: right;
  display: inline-block;
  width: 150px;
}
.b-item-list__select {
  width: 460px;
  margin: 0 auto 60px;
}
.b-item-list__select .customSelectContainer {
  overflow: hidden;
  zoom: 1;
}
.b-item-list__select .b-form__submit_layout_small-height {
  font-size: 12px;
  margin-left: 5px;
}
.b-item-list__select .b-custom-select {
  width: 300px;
}
.b-item-list__select .b-link_pseudo_yes,
.b-item-list__select .b-link_sub {
  color: #f06e59 !important;
}
.b-item-list__select-text {
  margin-top: 20px;
}
.b-item-list__item-title_layout_article-title {
  font-size: 14px;
  margin: 0 0 15px;
}
.b-item-list__item-title_layout_article-title .b-like {
  float: right;
}
.b-item-list__item-title_layout_article-title .b-icon {
  float: right !important;
  margin: 0 0 0 5px;
}
.b-item-list__select .b-form__input {
  height: 37px;
}
.b-articles .b-item-list__item-text {
  font-size: 13px;
  line-height: 20px;
}
.b-like {
  line-height: 20px;
}
.b-like__inner {
  font-size: 11px;
  color: #9aa1ab;
}
.b-like__icon {
  margin-right: 5px;
}
.b-pagination__list {
  overflow: hidden;
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0 75px;
  text-align: center;
  position: relative;
}
.b-pagination__arrow,
.b-pagination__page {
  display: inline-block;
  vertical-align: middle;
}
.b-pagination__page .b-link {
  display: block;
  background: url("../../img/pagination-bg.png") -45px 0 no-repeat;
  text-decoration: none;
  color: #9aa1ab;
}
.b-pagination__page .b-link:hover {
  background-position: -90px 0;
  color: #a93c32;
}
.b-pagination__page {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 5px 3px;
}
.b-pagination__page_state_current {
  background: url("../../img/pagination-bg.png") 0 0 no-repeat;
  color: #fff;
}
.b-pagination__page_state_dots {
  color: #9aa1ab;
}
.b-pagination__arrow_state_prev {
  position: absolute;
  left: 0;
  top: 19px;
}
.b-pagination__arrow_state_next {
  position: absolute;
  right: 0;
  top: 19px;
}
.b-main {
  background: url("../../img/main-bg.png") repeat-x;
}
.b-main .b-text__h1 {
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
.b-main__cols {
  margin-top: 30px !important;
}
.b-cols__sep {
  padding: 40px 0;
  text-align: center;
}
.b-cols__sep .b-icon {
  display: inline;
  zoom: 1;
  display: inline-block;
  float: none !important;
}
@media (max-width: 768px) {
  .b-main__arrow {
    display: none;
  }
}
.b-main__arrow {
  height: 23px;
  background: #fff url("../../img/main-arrow.png") 50% 100% no-repeat;
}
.b-main .b-content {
  max-width: 970px;
}
.b-contacts {
  text-align: center;
  padding-bottom: 60px;
}
.b-contacts__title {
  font-size: 16px;
  font-weight: 300;
}
.b-contacts__phone {
  font-size: 50px;
  font-weight: 700;
  color: #3d4044;
}
.b-contacts__descr {
  font-size: 12px;
  color: #9aa1ab;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .b-feedback {
    background: #f7f7f7;
  }
}

@media (min-width: 768px) {
  .b-feedback {
    padding-top: 70px;
    background: #fff;
  }
}

.b-feedback__left-col,
.b-feedback__right-col {
  width: 200px;
}
.b-feedback__left-col {
  float: left;
}
.b-feedback__right-col {
  float: right;
}
.b-feedback__main-col {
  margin: 0 275px;
}
.b-feedback__title {
  margin-bottom: 35px !important;
}
.b-feedback__form {
  background: #f7f7f7;
  padding: 35px;
}
.b-descr-block__row {
  display: block;
  margin-bottom: 25px;
}
.b-descr-block__title {
  font-size: 16px;
  font-weight: 300;
}
.b-descr-block__text {
  font-size: 13px;
  color: #9aa1ab;
  line-height: 20px;
}
.b-descr-block__row_layout_button {
  margin-bottom: 20px !important;
}
.b-descr-block__title,
.b-descr-block__text {
  text-align: center;
}
.b-tabao-account {
  width: 750px;
}
.b-tabao-account .b-cols__right-col-content {
  width: 375px !important;
}
.b-notice {
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  padding: 0 10px 0 5px;
  display: block;
  white-space: nowrap;
}
.b-notice:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 22px;
  top: 50%;
  margin-top: -22px;
}
.b-notice_type_warn {
  background-color: #ffe34d;
}
.b-notice_type_warn:after {
  border-right-color: #ffe34d;
}
.b-notice_type_message {
  background-color: #b1f362;
}
.b-notice_type_message:after {
  border-right-color: #b1f362;
}
.b-notice_size_small {
  height: 30px;
  line-height: 30px;
}
.b-notice_size_small:after {
  border-width: 15px;
  margin-top: -15px;
}
.b-cols_layout_cols_2_same_height .b-cols__col_position_left {
  width: 50%;
  float: left;
  border-right: 1px solid #d7d9db;
}
.b-cols_layout_cols_2_same_height .b-cols__col_position_right {
  width: 100%;
  float: left;
  margin: 0 0 0 100%;
}
.b-cols_layout_cols_2_same_height .b-cols__left-col-content {
  float: left;
  width: 100%;
  margin: 0 0 0 -100%;
}
.b-cols_layout_cols_2_same_height .b-cols__right-col-content {
  float: left;
  width: 485px;
}
.b-main .b-cols__left-col-content .b-cols__wrap {
  margin-right: 60px;
}
.b-main .b-cols__right-col-content .b-cols__wrap {
  margin-right: 0 !important;
  margin-left: 60px;
}
.b-cols__left-col-content .b-cols__wrap {
  margin-right: 60px;
}
.b-cols__right-col-content .b-cols__wrap {
  margin-right: 0 !important;
  margin-left: 60px;
}
.b-cols__title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.delivery-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
}
.delivery-item:before {
  display: none !important;
}
.b-delivery-list__item {
  height: 120px;
  width: 120px;
  display: inline-block;
  color: #9aa1ab;
  font-size: 18px;
  cursor: pointer;
  margin: 0 5px !important;
  border-radius: 50%;
  border: 3px solid #ddd;
}
.b-delivery-list__item:hover {
  color: #a93c32;
  border: 3px solid #f06e59;
}
.b-delivery-list__item_state_active,
.b-delivery-list__item_state_active:hover {
  color: #fff;
  border: 3px solid #f06e59;
  background: #f06e59;
}
.b-delivery-list {
  width: 970px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 !important;
}
.b-delivery-list__item-content {
  height: 120px;
  width: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.b-delivery-list__item-content .descr {
  font-size: 13px;
}
.b-delivery-calc {
  margin-bottom: 20px;
}
.b-delivery-calc .b-custom-select,
.b-delivery-calc .customSelectContainer {
  float: left;
  width: 300px;
}

.b-delivery-calc .b-custom-mini {
  float: left;
  width: 160px;
  margin-right: 10px;
}
.b-delivery-calc .b-input_type_text {
  float: left;
  width: 100px;
  height: 36px;
  margin: 0 10px;
}
.b-delivery-calc .b-form__submit {
  float: left;
  width: 145px;
}
.b-delivery-calc__mera {
  float: left;
  line-height: 36px;
  color: #9aa1ab;
  margin-right: 10px;
}
.b-delivery-calc__wrap {
  background: #fff;
  height: 80px;
  border-bottom: 2px solid #d7d9db;
  padding: 38px 45px 0;
  position: relative;
  margin-right: 230px;
}
.b-delivery-calc__arrow {
  width: 20px;
  height: 120px;
  position: absolute;
  right: -20px;
  top: 0;
  background: url("../../img/delivery-calc-arrow.png") no-repeat;
}
.b-delivery-calc__price {
  float: right;
  margin-left: 50px;
  font-size: 50px;
  font-weight: 700;
  line-height: 112px;
  color: #3d4044;
}
.b-delivery-calc .b-form__submit {
  margin-left: 10px;
}
.b-faq .b-item-list__item-text {
  font-size: 13px;
  line-height: 20px;
}
.b-slider,
.b-slider__wrap {
  position: relative;
}
.b-slider__wrap {
  overflow: hidden;
}
.b-slider__jcarousel {
  position: absolute;
  width: 20000em;
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-slider__item {
  float: left;
}
.b-slider__prev,
.b-slider__next {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.b-slider__prev {
  left: 0;
}
.b-slider__next {
  right: 0;
}
.b-slider_layout_main .b-slider__item,
.b-slider_layout_main .b-slider__wrap {
  height: 460px;
}
.b-slider_layout_main .b-slider__item {
  width: 1000px;
  text-align: center;
  position: relative;
  background: url("../../img/slider-item-shaddow.png") 50% 386px no-repeat;
}
.b-slider_layout_main .b-slider__prev,
.b-slider_layout_main .b-slider__next {
  background-image: url("../../img/slider-arrows.png");
  background-repeat: no-repeat;
  width: 70px;
  cursor: pointer;
  top: 195px;
  z-index: 1;
  height: 56px;
}
.b-slider_layout_main .b-slider__prev {
  background-position: 0 -56px;
}
.b-slider_layout_main .b-slider__prev:hover {
  background-position: -70px -56px;
}
.b-slider_layout_main .b-slider__next {
  background-position: 0 0;
}
.b-slider_layout_main .b-slider__next:hover {
  background-position: -70px 0;
}
.b-slider__mask {
  width: 880px;
  height: 21px;
  background-position: 50% 0;
  background-image: url("../../img/slider-item-mask.png");
  position: absolute;
  bottom: 39px;
  left: 50%;
  margin-left: -440px;
  z-index: 100;
}
.b-slider__item-shaddow {
  width: 870px;
  height: 73px;
  background-image: url("../../img/slider-item-shaddow.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 90;
}
.b-slider-dots__item {
  display: inline;
  zoom: 1;
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("../../img/slider-dots.png") no-repeat;
  cursor: pointer;
  margin-right: 10px;
}
.b-slider-dots {
  text-align: center;
}
.b-slider-dots__item_position_last {
  margin-right: 0 !important;
}
.b-slider-dots__item_state_active,
.b-slider-dots__item.selected {
  background-position: -30px 0;
  cursor: default;
}
.b-video-item {
  width: 425px;
}

.b-video-item__descr {
  text-align: center;
  font-size: 13px;
  color: #3d4044;
  margin-top: 10px;
}
.b-video-item__title {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}
.b-video-item_layout_modal {
  width: 970px;
}
.b-video-item_layout_modal .b-video-item__video {
  float: left;
}
.b-video-item_layout_modal .b-video-item__descr-wrap {
  overflow: hidden;
  zoom: 1;
  padding-left: 20px;
  padding-top: 50px;
  padding-right: 45px;
  text-align: left !important;
}
.b-video-item_layout_modal .b-video-item__title {
  text-align: left;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.b-video-item_layout_modal .b-video-item__descr {
  text-align: left;
  line-height: 20px;
}
.b-video-item__video .i-frame {
  vertical-align: top;
}
.b-video-item_layout_modal .b-video-item__pagination {
  position: absolute;
  bottom: 25px;
}
.b-video-item_layout_modal
  .b-video-item__pagination
  .b-pagination__arrow_state_prev,
.b-video-item_layout_modal
  .b-video-item__pagination
  .b-pagination__arrow_state_next {
  margin: 0;
}
.b-video-item_layout_modal
  .b-video-item__pagination
  .b-pagination__arrow_state_prev {
  float: left;
}
.b-video-item_layout_modal
  .b-video-item__pagination
  .b-pagination__arrow_state_next {
  float: right;
}
.b-video-item_layout_modal .b-video-item__pagination .b-pagination__counter {
  float: left;
  padding-top: 9px;
  display: inline-block;
  width: 90px;
  text-align: center;
}
.b-video-item_layout_modal
  .b-video-item__pagination
  .b-pagination__counter-num {
  font-size: 14px;
}
.b-video-item_layout_modal
  .b-video-item__pagination
  .b-pagination__counter-text {
  font-size: 12px;
  color: #9aa1ab;
}
.b-main .b-articles-list__title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}
.b-articles-list_type_news .b-article__title {
  font-size: 16px;
  font-weight: 400;
  color: #f06e59;
}
.b-articles-list_type_news .b-article__title .b-link {
  text-decoration: none;
}
.b-articles-list_type_news .b-article__title .b-link:hover {
  text-decoration: underline;
}
.b-main .b-article {
  width: 200px;
  float: left;
  margin-right: 25px;
}
.b-article_position_last {
  margin-right: 0 !important;
}
.b-article__title {
  font-size: 14px;
  margin: 0 0 15px;
  padding: 0;
}
.b-article__text {
  font-size: 12px;
  color: #3d4044;
  line-height: 20px;
}
.b-article__actions {
  margin-top: 10px;
}
.b-auth {
  padding: 40px;
  background-color: #fff;
  border-bottom: 2px solid #d9dbdd;
}
.b-image-decorated {
  position: relative;
}
.b-image-decorated__mask {
  height: 6px;
  width: 200px;
  background: url("../../img/img-decorated-mask.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-image-decorated__image {
  vertical-align: top;
}
.b-image-decorated__image_layout_frame {
  display: inline-block;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 7px rgba(75, 69, 59, 1);
  box-shadow: 0 0 5px rgba(215, 217, 219, 1);
}
.b-news__image_layout_left {
  float: left;
  margin-right: 20px;
}
.b-news__body {
  overflow: hidden;
  zoom: 1;
}
.b-news__title,
.b-news__title .b-link {
  font-size: 17px;
  text-decoration: none;
}
.b-news__title:hover,
.b-news__title .b-link:hover {
  text-decoration: underline;
}
.b-news__title {
  margin-bottom: 15px;
}
.b-news__date {
  margin-top: 13px;
}
.b-news__item {
  margin-bottom: 35px;
}
.b-news__image {
  margin-top: 5px;
}
.b-news__select {
  margin-bottom: 80px;
}
.b-payment-logos {
  padding-bottom: 50px;
}
.b-video .b-cols__left-col-content .b-cols__wrap {
  margin-right: 60px;
}
.b-video .b-cols__right-col-content .b-cols__wrap {
  margin-right: 0 !important;
  margin-left: 60px;
}
.b-video .b-video-item {
  margin-bottom: 50px;
}
.b-video .b-content {
  width: 970px;
}
.b-buy-items__item_image {
  float: left;
  margin-right: 10px;
}
.b-buy-items__variant {
  margin: 15px 0 !important;
}
.b-buy-items__send-button {
  width: 170px !important;
  display: inline-block !important;
  margin: 0 20px !important;
}
.b-buy-items__2-buttons {
  text-align: center;
  margin-bottom: 40px;
}
.b-posts__item {
  font-size: 12px;
  position: relative;
}
.b-posts__item a {
  color: #3d4046;
}
.b-posts__date {
  color: #9aa1ab;
  margin-bottom: 5px;
}
.b-posts__date.b-link {
  color: #f06e59 !important;
}
.b-posts__descr span {
  color: #9aa1ab;
}
.b-posts__row {
  margin-bottom: 5px;
}
.b-posts__2-row {
  margin-bottom: 10px;
}
.b-posts__slider .b-slider__wrap {
  padding-top: 5px;
  height: 115px;
}
.b-posts__slider .b-slider__item {
  width: 100px;
  height: 100px;
  padding: 5px;
}
.b-posts__slider .b-posts__item-image {
  margin-right: 5px;
}
.b-posts__item-image {
  display: block;
  margin-right: 30px;
}
.b-posts__slider {
  width: 455px;
  margin-left: -5px;
}
.b-posts__slider .b-slider__prev,
.b-posts__slider .b-slider__next {
  top: 50%;
  margin-top: -5px;
}
.b-posts__slider .b-slider__prev {
  left: -35px;
}
.b-posts__slider .b-slider__next {
  right: -35px;
}
.b-slider__item_state_last {
  margin-right: 0 !important;
}
.b-posts__item-info-wrap {
  width: 495px;
}
.b-posts__post-info-wrap {
  width: 145px;
  padding-right: 50px;
}
.b-posts__price {
  font-size: 16px;
  font-weight: 700;
}
.b-posts__post-info {
  overflow: hidden;
  zoom: 1;
}
.b-posts__post-info-wrap .b-image-decorated__image {
  float: left;
  margin-right: 10px;
  border-width: 3px;
}
.b-posts__trak-info-wrap .b-link {
  color: #3d4046;
}
.b-link_modify {
  color: #f06e59 !important;
}
.b-posts__packed-tab .b-posts__post-info-wrap {
  width: auto !important;
}
.b-posts .b-custom-form-control {
  position: absolute;
  left: 20px;
  top: 20px;
}
.b-posts__remove-item {
  display: block !important;
}
.b-posts__send-button {
  margin-bottom: 40px !important;
  width: 200px !important;
}
.b-posts__articul {
  font-weight: 700;
  font-size: 13px;
}
.b-list {
  border-top: 1px solid #d7d9db;
}
.b-list__item {
  border-bottom: 1px solid #d7d9db;
  padding: 20px 60px;
}
.b-list__item:hover {
  background-color: #fff;
}
.b-adresses-list {
  border-top: 1px solid #d7d9db;
}
.b-adresses-list__item {
  padding: 20px 100px;
  border-bottom: 1px solid #d7d9db;
}
.b-adresses-list__adress-title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 3px;
}
.b-adresses-list__icon {
  display: none;
  margin-top: 10px;
}
.b-adresses-list__item:hover {
  background-color: #fff;
}
.b-adresses-list__item:hover .b-adresses-list__icon {
  display: block;
}
.b-adresses-list__icon {
  float: right;
  cursor: pointer;
}
.b-adresses-list__close {
  margin-left: 50px;
}
.b-lk-adresses__add {
  width: 200px;
  display: block;
  margin: 0 auto 40px;
}
.b-adresses-list__empty {
  padding-top: 45px;
  color: #9aa1ab;
  font-size: 13px;
  text-align: center;
}
.b-custom-form-control {
  position: relative;
  zoom: 1;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
}
.b-custom-form-control__input {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.b-label {
  overflow: hidden;
  zoom: 1;
  cursor: pointer;
}
.b-label .b-custom-form-control {
  float: left;
  margin-right: 10px;
}
.b-label__inner {
  font-size: 13px;
  color: #3d4044;
}
.b-label__help-text {
  overflow: hidden;
  zoom: 1;
  font-style: 12px;
  color: #9aa1ab;
}
.b-modal_layout_add-item {
  width: 840px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-modal_layout_add-item .b-layout-table_layout_add-params {
  width: 610px;
  margin: 0 auto;
}
.b-modal_layout_add-item .b-layout-table_layout_add-params td {
  padding-top: 10px;
}
.b-modal_layout_add-item .b-form {
  position: relative;
}
.b-modal_layout_add-item .b-modal__wrap-image {
  position: absolute;
  right: 0;
  top: 0px;
}
.b-modal_layout_add-item .b-search__button {
  font-size: 10px;
}
.b-modal_layout_add-item .b-search__layout-input {
  width: auto !important;
}
.b-modal_layout_add-item .b-search__layout-button {
  width: 100px;
}
.b-modal_layout_add-item .b-form__inline {
  width: 180px;
}

.b-modal_layout_add-item .b-form__inline_price {
  width: 150px;
}

.b-modal_layout_add-item .b-form__inline_big {
  /* max-width: 580px; */
  width: 100%;
}
.b-modal_layout_add-package-item {
  width: 930px !important;
}
.b-modal_layout_add-package-item .b-form__row {
  margin-bottom: 30px;
}
.b-modal__modal-delivery {
  margin-top: 30px;
}
.b-modal__modal-delivery .b-text__h2 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 16px;
}
.b-modal__modal-delivery .b-form__row {
  margin: 0 auto 30px;
  width: 330px;
}

/* .b-modal_layout_add-item .b-form__row {
  width: 540px;
} */

.b-modal_layout_add-item .b-form__row__max {
  width: 100%;
}

.b-modal__modal-delivery .b-label {
  font-size: 13px;
}
.b-modal__modal-delivery .b-label__inner,
.b-modal__modal-delivery .b-label .b-custom-form-control {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 10px;
}
.b-modal_layout_show-item {
  width: 840px;
  box-sizing: border-box;
}
.b-modal_layout_show-item .b-layout-table_layout_add-params {
  width: 610px;
  margin: 0 auto;
}
.b-modal_layout_show-item .b-modal__wrap-image {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .b-modal_layout_show-item .b-modal__wrap-image {
    position: unset;
    text-align: center;
    right: 0;
    top: 0;
  }
}
.b-modal_layout_show-item .b-form {
  position: relative;
}
.b-modal_layout_show-item .b-form__text_state_item-value {
  font-size: 16px;
  color: #3d4044;
}
.b-modal_layout_show-item .b-form__row {
  border-bottom: 1px solid #d7d9db;
  padding-bottom: 20px;
}
.b-modal_layout_show-item .b-form__text_state_item-value .b-icon {
  margin-right: 10px;
}
.b-modal_layout_show-item .b-form__row_border_none {
  border: none;
}
.b-modal_layout_show-item .b-modal__title {
  margin-bottom: 20px;
}
.b-modal_layout_show-item .b-posts__descr {
  text-align: center;
  font-size: 11px;
  padding-bottom: 0;
}
.b-modal_layout_show-item a {
  color: #3d4044;
  word-break: break-all;
}
.b-modal_layout_detail-photo {
  min-width: 840px;
  box-sizing: border-box;
}
.b-modal_layout_gallery-photo {
  width: 840px;
  padding: 35px 0 !important;
}
.b-modal_layout_gallery-photo .b-slider__item {
  max-width: 750px;
  width: 750px;
  height: 560px;
  text-align: left;
  vertical-align: top;
}
.b-modal_layout_gallery-photo .b-slider__wrap {
  width: 750px;
  margin-left: 45px;
  height: 560px;
}
.b-modal_layout_gallery-photo .b-slider-dots__item {
  width: auto !important;
  height: auto !important;
  margin-right: 25px;
}
.b-modal_layout_gallery-photo
  .b-slider-dots__item
  .b-image-decorated__image_layout_frame {
  border: 3px solid #fff;
}
.b-modal_layout_gallery-photo
  .b-slider-dots__item_state_active
  .b-image-decorated__image_layout_frame {
  border: 3px solid #a93c32;
}
.b-modal_layout_gallery-photo .b-slider-dots {
  margin-top: 20px;
}
.b-modal_layout_gallery-photo .b-slider_layout_main .b-slider__prev,
.b-modal_layout_gallery-photo .b-slider_layout_main .b-slider__next {
  top: 250px;
}
.js-item-cancel {
  position: relative;
}
.js-item-cancel:hover .b-image-decorated__image_layout_frame {
  border: 5px solid #a93c32;
  cursor: pointer;
}
.tooltipsy {
  padding: 8px 20px;
  max-width: 200px;
  color: #303030;
  background-color: #b1f362;
}
@media (max-width: 999px) {
  .tooltipsy {
    display: none;
  }
}
.tooltipsy:after {
  content: "";
  display: block;
  width: 40px;
  height: 13px;
  background: url("../../img/tip-green-arrow.png") no-repeat;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -20px;
}
.b-reg {
  width: 530px !important;
  padding-bottom: 60px;
}
.b-reg__text {
  text-align: center;
}
.b-reg__submit {
  width: 330px !important;
  margin: 0 auto;
  display: block;
}
.b-req__block-last-row td {
  padding-bottom: 40px !important;
}

.b-content_layout_page ul {
  width: 750px;
}

.b-weight-info {
  position: fixed;
  top: 50%;
  right: 0;
  /*width: 150px;*/
  width: 50px;
  overflow: hidden;
  /*color: #fff;*/
  color: transparent;
  height: 250px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #f06e59;
  margin-top: -90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  border-bottom: 2px solid #a93c32;
  cursor: pointer;
}
.total-weight {
  font-weight: bold;
  font-size: 32px;
  margin: 12px 0;
}

.total-price {
  font-weight: bold;
  font-size: 30px;
  margin: 12px 0;
}

.b-weight-info:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -4px;
  content: "";
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.b-weight-info.opened:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-check-all {
  margin-bottom: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.b-check-all__text {
  margin-left: 18px;
  position: relative;
  top: -5px;
}
.b-check-all.clicked > .b-icon_type_checkbox {
  background-position: 0px 0px;
}

.b-tag {
  background: #f06e59;
  border-radius: 8px;
  margin-top: 5px;
  height: 18px;
  font-size: 11px;
  float: left;
  margin-right: 5px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

.b-modal__wrap-image-thumb {
  top: 155px !important;
}

.b-posts__post-info-wrap {
  width: 155px !important;
}

.b-modal_layout_gallery-photo .b-slider__wrap {
  height: 480px;
  margin-left: 45px;
  width: 750px;
}

.b-slider__item img {
  width: 750px !important;
  height: 422px !important;
}
.slider-main {
  position: relative;
}

.slider-main-list {
  visibility: hidden;
  height: 460px;
  overflow: hidden;
}

.slick-slider {
  display: block !important;
  visibility: visible;
}

.slider-main .slick-arrow {
  position: absolute;
  background-image: url(../../img/slider-arrows.png);
  background-repeat: no-repeat;
  width: 70px;
  cursor: pointer;
  top: 195px;
  z-index: 1;
  height: 40px;
  outline: none;
  border: none;
  padding: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-main .slick-prev {
  background-position: 0 -56px;
  left: 0;
}
.slider-main .slick-next {
  background-position: 0 0;
  right: 0;
}
.slider-main .slick-next:hover {
  background-position: -70px 0;
}
.slider-main .slick-prev:hover {
  background-position: -70px -56px;
}
.slider-main .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slider-main .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 0 6.5px;
  height: 8px;
}
.slider-main .slick-dots li button {
  padding: 0;
  border: 2px solid #d7d9db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  cursor: pointer;
  height: 8px;
  background: none;
  outline: none;
  font-size: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.slider-main .slick-dots li.slick-active button {
  background: #f06e59;
  border-color: #f06e59;
}
.slider-main .b-slider__item img {
  width: 880px !important;
  height: 420px !important;
  outline: none;
}
.slider-main .b-slider__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 40px;
  outline: none;
  position: relative;
  background: url(../../img/slider-item-shaddow.png) 50% 386px no-repeat;
}
.slider-main .b-slider__item .b-slider__mask {
  width: 880px;
  background-position: left top;
  bottom: 39px;
  left: 50%;
  margin-left: -440px;
}
.slider-main .b-slider__item a {
  outline: none;
}
.js-item-cancel img,
.b-posts__item-image img {
  width: auto !important;
  height: auto !important;
}
.b-modal_layout_gallery-photo .b-slider__item {
  padding-top: 50px;
}

.b-slider_layout_main .b-slider__item img {
  width: auto !important;
  height: auto !important;
}

.b-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  text-align: center;
}

.b-photo_gal {
  padding: 5px 15px;
  position: relative;
  background-color: #fff;
  display: table;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}

.b-photo_gal {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.b-photo_gal.loaded:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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);
  margin-top: -16px;
  margin-left: -16px;
}
.b-photo_slider {
  position: relative;
  margin-bottom: 5px;
  min-width: 700px;
  min-height: 350px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b-photo_slider > img {
  display: none;
  max-width: 800px;
  max-height: 480px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.1;
}
.b-photo_slider > img.curr {
  display: inline-block;
  /* width: auto; */
  width: 100%;
}
.b-photo_slider > img.animated {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.b-photo_prev-line {
  position: absolute;
  bottom: -5px;
  padding: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 0;
  z-index: 1;
  width: 100%;
}
.b-photo_prev-line:hover {
  opacity: 1;
}
.b-photo_prev-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  vertical-align: top;
}
.b-photo_prev-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.b-photo_prev-item.curr {
  border: 1px solid #f06e59;
}
.art {
  margin: 0;
  margin-bottom: 5px;
}
.b-photo_prev {
  float: left;
  font-size: 14px;
  text-decoration: underline;
  color: #f06e59;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.b-photo_prev.next {
  float: right;
}
.b-photo_prev:hover {
  text-decoration: none;
}
.b-photo_prev:active {
  color: #c00;
}
.clr {
  clear: both;
}
.b-posts__slider .b-slider__wrap.open {
  height: auto;
}
.b-slider__jcarousel {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-posts__slider .b-slider__wrap.open .b-slider__jcarousel {
  position: relative;
  width: auto;
}
.b-posts__slider .b-slider__wrap.open .b-posts__item-image {
  margin-bottom: 5px;
}

.b-posts__price__icon {
  font-size: 11px;
  color: #f06e59;
}

#up {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  text-align: center;
  padding-top: 100px;
  font-size: 13px;
  background-color: rgba(240, 110, 89, 0.1);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: none;
}
#up:hover {
  background-color: rgba(240, 110, 89, 0.9);
}
.check_item,
.all_ch {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.all_ch {
  cursor: pointer;
  text-decoration: underline;
}
.all_ch:hover {
  text-decoration: none;
}
.check_item > span {
  font-weight: bold;
}

.b-slider.b-slider_layout_main .b-slider__jcarousel {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.b-status-package {
  font-size: 10px;
  color: #a93c32;
}
.b-status-package-confirm {
  color: #38a832;
  border-bottom: 1px dotted;
}
.b-parcel {
  color: #a93c32;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#back-top {
  position: fixed;
  bottom: 0px;
  left: 10px !important;
  width: 108px !important;
}
#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #f06e59 url(/static/youcanbuy/img/up-arrow.png) no-repeat center
    center;
  /* rounded corners */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #a93c32;
}

.b-icon_type_avangard-logo {
  width: 200px;
  height: 60px;
}

.b-icon_type_yandex-logo {
  width: 200px;
  height: 50px;
}

.b-payment-form .b-icon_type_avangard-logo {
  background: url("/static/youcanbuy/img/visa-2.png");
}
.b-payment-form_state_active .b-icon_type_avangard-logo {
  background: url("/static/youcanbuy/img/visa.png");
}

.b-payment-form .b-icon_type_yandex-logo {
  background: url("/static/youcanbuy/img/yandex2015_black.png?rnd=1");
}
.b-payment-form_state_active .b-icon_type_yandex-logo {
  background: url("/static/youcanbuy/img/yandex2015.png?rnd=1");
}

.b-icon_type_webmoney-logo {
  width: 165px;
  height: 50px;
}
.b-payment-form .b-icon_type_webmoney-logo {
  background: url("/static/youcanbuy/img/wmlogo_vector_gray.png");
}
.b-payment-form_state_active .b-icon_type_webmoney-logo {
  background: url("/static/youcanbuy/img/wmlogo_vector_blue.png");
}

.b-icon_type_qiwi-logo {
  width: 165px;
  height: 75px;
}
.b-payment-form .b-icon_type_qiwi-logo {
  background: url("/static/youcanbuy/img/qiwi-logo_gray.png");
}
.b-payment-form_state_active .b-icon_type_qiwi-logo {
  background: url("/static/youcanbuy/img/qiwi-logo.png");
}

.b-modal_layout_return-item .b-slider__item img {
  width: 100px !important;
  height: 100px !important;
}

.b-icon_type_delete-list {
  width: 20px;
  height: 20px;
  background: url("../../img/to-delete-icon.png");
}

.form__input__mini {
  width: 150px;
  margin-left: 40px;
  float: left;
}

.b-posts__item-info-wrap .b-adresses-list__icon {
  display: block !important;
}

.b-modal_layout_add-adress .b-layout-table__cell_position_l {
  border-right: none;
  padding-right: 0;
}

.b-modal_layout_add-adress .j-submit-form {
  display: none;
}

/*
.b-modal_layout_add-adress {
	width: 500px;
}
*/

.b-modal__modal-delivery {
  display: none;
  padding-left: 0;
}

.b-modal_layout_add-adress .b-layout-table__cell_position_l {
  border-right: none;
  padding-right: 0;
}

.b-next-step {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  background: #f06e59;
  border-bottom: 2px solid #a93c32;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  cursor: pointer;
  border-radius: 2px;
  max-width: 250px;
  display: block;
}

.b-modal_layout_add-adress .js-package-create {
  display: none;
  position: absolute;
  right: 10px;
}

.b-form-nopopup .b-modal_layout_add-adress {
  width: 840px;
}

.b-prev-step {
  float: left;
  margin-left: 100px;
}

.b-modal__modal-delivery {
  display: none;
  padding-left: 0;
}

.b-modal_layout_add-adress .b-layout-table__cell_position_l {
  border-right: none;
  padding-right: 0;
}

.b-next-step {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  background: #f06e59;
  border-bottom: 2px solid #a93c32;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 250px;
  display: block;
}

.b-modal_layout_add-adress .js-package-create {
  display: none;
}

.b-form-nopopup .j-submit-form {
  display: block !important;
}

.g-hidden {
  display: none !important;
}

.b-custom-select .g-hidden {
  display: none;
}

#town_idContainer {
  display: none;
}

.b-icon_type_zoom2 {
  width: 22px;
  height: 21px;
  background: url("/static/youcanbuy/img/zoom2.png?rnd=2") 0 0;
  cursor: pointer;
  margin-right: 50px;
}

.b-icon_type_zoom2:hover {
  background-position: 0 -21px;
}

.form-element-modify {
  height: 40px !important;
  border: 1px solid #9aa1ab;
  border-radius: 2px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  background: #fcfcfc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-table-modify .b-form__inline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 20px;
}

.form-table-modify .b-form__inline_state_last {
  padding-right: 0;
}

.form-table-modify {
  margin-left: -70px;
}

.form-table-modify td {
  padding-left: 70px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.element-delivery-form {
  padding-top: 10px;
}

.element-delivery-form__wrap {
  float: left;
  margin-right: 10px;
  padding: 2px 0;
}

.element-delivery-form__wrap .b-custom-form-control_layout_checkbox {
  margin-bottom: 0;
}

.element-delivery-form__input {
  float: left;
}

.element-delivery-form__wrap {
  padding-top: 11p;
}

.element-delivery-form__input-modify {
  height: 25px !important;
}

.filter-faq {
  margin-bottom: 80px;
}

.filter-faq .b-news__select {
  margin-bottom: 0;
}

.filter-faq .b-link__inner {
  color: #f06e59 !important;
}

.b-custom-form-control_layout_checkbox + .b-label__inner,
.b-custom-form-control_layout_checkbox + .b-label__inner + .b-label__help-text {
  margin-left: 30px;
}

.form__input__mini {
  width: 100%;
  margin-top: 10px;
  margin: 0 auto 10px;
}

.gallery-links-hidden {
  display: none;
}
.b-customModal-content {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1000;
  top: 484px;
  margin-left: 0px !important;
}
@media (max-width: 999px) {
  .b-customModal-content {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1000;
    top: 484px;
    margin-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .b-photo_slider > img.curr {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .b-modal__small .form__input__mini {
    width: 100% !important;
  }

  .b-customModal-content {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1000;
    top: 484px;
    margin-left: 0px !important;
  }
}

.b-modal__wrap-image {
  display: inline-block;
}
.b-image-actions {
  margin-top: 6px;
  font-size: 12px;
  text-align: right;
} /* или center */
.b-image-actions a {
  color: #f06e59;
  text-decoration: none;
}
.b-image-actions a:hover {
  text-decoration: underline;
}

.b-modal__wrap-image_clickable {
  cursor: pointer;
}
.b-modal__wrap-image_clickable .b-image-decorated__image {
  outline: 2px dashed rgba(0, 0, 0, 0.08);
}
.b-modal__wrap-image_clickable:hover .b-image-decorated__image {
  outline-color: rgba(0, 0, 0, 0.18);
}
.b-modal__wrap-image_clickable:active .b-image-decorated__image {
  outline-color: rgba(0, 0, 0, 0.28);
}

/** 

Slider main layout


**/
