/* reset styles */
/* line 5, ../sass/reset.scss */
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
/* line 30, ../sass/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 35, ../sass/reset.scss */
body {
  line-height: 1; }

/* line 39, ../sass/reset.scss */
ol, ul {
  list-style: none; }

/* line 43, ../sass/reset.scss */
blockquote, q {
  quotes: none; }

/* line 47, ../sass/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 53, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 58, ../sass/reset.scss */
td {
  vertical-align: top; }

/* line 62, ../sass/reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* line 68, ../sass/reset.scss */
small {
  font-size: 85%; }

/* line 70, ../sass/reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 71, ../sass/reset.scss */
sup {
  top: -0.5em; }

/* line 72, ../sass/reset.scss */
sub {
  bottom: -0.25em; }

/* line 74, ../sass/reset.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-left: 0;
  *width: 13px;
  *height: 13px; }

/* line 82, ../sass/reset.scss */
select {
  margin: 0; }

/* line 86, ../sass/reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 93, ../sass/reset.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 97, ../sass/reset.scss */
button, input {
  line-height: normal; }

/* line 101, ../sass/reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: default;
  -webkit-appearance: button;
  *overflow: visible; }

/* line 107, ../sass/reset.scss */
button[disabled], input[disabled] {
  cursor: default; }

/* line 111, ../sass/reset.scss */
.clear {
  clear: both;
  height: 1px; }

/* line 116, ../sass/reset.scss */
.cl:after, .radio:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0; }

/* line 128, ../sass/reset.scss */
.cl {
  display: inline-block; }

/* line 132, ../sass/reset.scss */
.rel {
  position: relative; }

/* line 136, ../sass/reset.scss */
.fl {
  float: left; }

/* line 140, ../sass/reset.scss */
.ov {
  overflow: hidden; }

/* line 145, ../sass/reset.scss */
.side_left {
  float: left; }

/* line 149, ../sass/reset.scss */
.side_right {
  float: right; }

/* line 153, ../sass/reset.scss */
.inline {
  display: inline-block; }

/* line 157, ../sass/reset.scss */
html[xmlns] .cl, html[xmlns] .radio {
  display: block; }

/* line 161, ../sass/reset.scss */
* html .cl, * html .radio {
  height: 1%; }

/* line 165, ../sass/reset.scss */
.hidden {
  display: none; }

/* line 169, ../sass/reset.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
  -moz-box-sizing: content-box; }

/* line 175, ../sass/reset.scss */
a:active, a:focus, button:active, button:focus {
  outline: none; }

/* line 179, ../sass/reset.scss */
::-webkit-validation-bubble-message {
  display: none; }

@font-face {
  font-family: 'et-line';
  src: url("../fonts/et-line.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.b-dropdown {
  font-size: 21px;
  position: relative;
  z-index: 1;
  height: 54px;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(138, 188, 90, 0.3);
  border-radius: 6px;
  color: #d55c43; }
  .b-dropdown.b-dropdown__scroll .b-dropdown__text {
    height: 54px; }
  .b-dropdown.b-dropdown__scroll .b-dropdown__sub {
    max-height: 260px;
    overflow-y: scroll;
    margin-top: 1px; }
    .b-dropdown.b-dropdown__scroll .b-dropdown__sub li:first-child {
      border-top: none; }

.b-steps_have_height .b-dropdown {
  min-height: 52px;
  height: auto; }

.b-feedback__item .b-dropdown {
  font-size: 19px; }

.b-dropdown__fluid {
  display: inline-block;
  margin-bottom: 7px;
  margin-top: 5px;
  margin-right: 18px;
  line-height: 52px;
  vertical-align: top; }

.b-dropdown__fluid .b-dropdown {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  height: 37px;
  line-height: 34px;
  vertical-align: middle;
  border-radius: 4px; }

.b-dropdown_open {
  z-index: 2;
  border-radius: 6px 6px 0 0; }

.b-dropdown.b-dropdown_open.first-open {
  z-index: 2;
  border-radius: 6px; }
  .b-dropdown.b-dropdown_open.first-open .b-dropdown__sub {
    opacity: 1;
    visibility: visible;
    height: auto;
    top: 0;
    border-radius: 6px; }

.b-steps_have_height .b-dropdown_open {
  border-radius: 6px; }

.b-dropdown__fluid .b-dropdown_open {
  border-radius: 4px 4px 0 0; }

.b-dropdown__label {
  font-size: 15px; }

.b-dropdown__sub {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  margin-top: -1px;
  margin-left: -1px;
  min-width: 100.5%;
  background: #fff;
  border: 1px solid rgba(138, 188, 90, 0.3);
  border-top: none;
  border-radius: 0 0 6px 6px; }

.b-steps_have_height .b-dropdown__sub {
  position: relative;
  margin-left: 0;
  border: none; }

.b-dropdown_open .b-dropdown__sub {
  opacity: 1;
  visibility: visible;
  height: auto; }

.b-dropdown__item,
.b-dropdown__text {
  display: block;
  padding: 14px 18px 15px;
  line-height: 24px;
  background: transparent;
  border-top: 1px solid rgba(138, 188, 90, 0.3);
  color: #d55c43;
  transition: background .2s; }

.b-feedback__item .b-dropdown__item,
.b-feedback__item .b-dropdown__text {
  padding: 11px 18px; }

.b-dropdown__text {
  border: none;
  border-radius: 6px 6px 0 0;
  height: 54px;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative; }
  .b-dropdown__text:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    height: 9px;
    background: url("../i/i-dropdown-arrow.svg") no-repeat; }

.b-dropdown > .b-dropdown__text {
  overflow: hidden;
  padding-right: 45px;
  text-overflow: ellipsis; }

.b-dropdown__fluid .b-dropdown__text {
  padding-right: 33px;
  min-width: 35px;
  height: 37px;
  line-height: 16px; }

.b-dropdown_month .b-dropdown__text {
  min-width: 118px; }

.b-dropdown__fluid .b-dropdown__item {
  height: 37px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  line-height: 34px; }

.b-dropdown__item:last-child {
  border-radius: 0 0 6px 6px; }

.b-dropdown__item:hover,
.b-dropdown_open .b-dropdown__text:hover {
  color: #a83e28; }

.b-dropdown__arrow {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 22px;
  height: 12px;
  pointer-events: none;
  background-size: 102px 33px;
  background-position: -80px 0; }

.b-dropdown__fluid .b-dropdown__arrow {
  top: 13px;
  right: 2px;
  transform: scale(0.5); }

.b-dropdown_deployed.b-dropdown_open .b-dropdown__arrow {
  display: none; }

@media screen and (max-width: 768px) {
  .b-dropdown {
    height: 44px;
    font-size: 16px; }

  .b-dropdown__text {
    height: 43px; }

  .b-dropdown__sub {
    width: 100.7%; }

  .b-dropdown__item, .b-dropdown__text {
    padding: 7px 4% 12px; } }
.u-clear-fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html {
  height: 100%; }

sup {
  font-size: 70%; }

body {
  position: relative;
  font-family: "PT Serif", serif;
  font-size: 21px;
  line-height: 33px;
  color: #221F20;
  min-height: 100%;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }
  body.overflow {
    overflow: hidden;
    height: 100%; }

.hidden {
  display: none !important; }

a {
  color: #d55c43;
  text-decoration: none; }
  a:hover {
    color: #a83e28; }
  a:active {
    color: #db3917; }

.b-link {
  transition: color .25s; }

.b-main-box {
  position: relative;
  width: 60%; }

.b-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  font-size: 16px;
  line-height: 60px;
  color: rgba(35, 31, 32, 0.4); }
  .b-footer .b-footer__l {
    float: left;
    vertical-align: top; }
  .b-footer .b-footer__r {
    float: right;
    vertical-align: top; }

.b-sidebar-link {
  position: fixed;
  width: 40%;
  top: 0;
  bottom: 0;
  transition: background .25s;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  z-index: 50; }
  .b-sidebar-link.b-sidebar-link__one {
    background: #d55c43;
    right: 40%; }
    .b-sidebar-link.b-sidebar-link__one .b-sidebar-link__icon:before {
      background: url("../i/sidebar-icon-1.svg") no-repeat; }
  .b-sidebar-link.b-sidebar-link__two {
    background: #d55c43;
    right: 0; }
    .b-sidebar-link.b-sidebar-link__two .b-sidebar-link__icon:before {
      background: url("../i/sidebar-icon-2.svg") no-repeat; }
  .b-sidebar-link:hover {
    background: #a83e28 !important;
    color: #fff; }
  .b-sidebar-link:active {
    background: #db3917 !important;
    color: #fff; }
  .b-sidebar-link .b-sidebar-link__block {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    display: block; }
  .b-sidebar-link .b-sidebar-link__icon {
    width: 118px;
    height: 118px;
    display: block;
    margin: 0 auto 17px;
    position: relative;
    border-radius: 50%;
    background: #fff; }
    .b-sidebar-link .b-sidebar-link__icon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 58px;
      height: 58px; }

.b-wrapper {
  position: relative;
  padding: 0 5.5%; }

.b-button__box {
  position: relative; }

.b-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 64px;
  border-radius: 6px;
  color: #F4F8EF;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 63px;
  padding: 0 22px;
  transition: background .25s;
  outline: none;
  cursor: pointer;
  border: none;
  background: #d55c43; }
  .b-button[disabled=disabled] {
    background: rgba(0, 0, 0, 0.06) !important;
    color: rgba(0, 0, 0, 0.17) !important;
    cursor: default; }
  .b-button:hover {
    background: #a83e28;
    color: #fff; }
  .b-button:active {
    background: #db3917;
    color: #fff; }
  .b-button.b-button_go {
    padding-right: 72px; }
    .b-button.b-button_go:before {
      content: "";
      position: absolute;
      right: 19px;
      top: 50%;
      width: 40px;
      height: 40px;
      margin-top: -18px;
      background: url("../i/i-go-button.svg") no-repeat; }

.slick-slider .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  line-height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  background: #d55c43;
  transition: background .25s;
  z-index: 5;
  cursor: pointer; }
  .slick-slider .slick-arrow:hover {
    background: #a83e28; }
  .slick-slider .slick-arrow:active {
    background: #db3917; }
  .slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 29px;
    transform: translate(-50%, -50%); }
  .slick-slider .slick-arrow.slick-prev:before {
    left: 48%;
    background: url("../i/slider-arrow-left.svg") no-repeat; }
  .slick-slider .slick-arrow.slick-next:before {
    left: 52%;
    background: url("../i/slider-arrow-right.svg") no-repeat; }

.b-table-cell {
  display: table-cell;
  vertical-align: middle; }

h1,
h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 30px; }

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 30px; }

.b-big-list {
  position: relative;
  counter-reset: big-list; }
  .b-big-list.b-big-list__order .b-big-list__item:nth-child(odd) {
    background: #fff; }
  .b-big-list.b-big-list__order .b-big-list__item:nth-child(even) {
    background: rgba(35, 31, 32, 0.08); }
  .b-big-list .b-big-list__item {
    position: relative;
    padding: 60px 0 50px;
    min-height: 465px;
    width: 100%;
    box-sizing: border-box;
    display: table;
    overflow: hidden;
    background: #fff; }
    .b-big-list .b-big-list__item:before {
      content: counter(big-list);
      counter-increment: big-list;
      color: #221F20;
      position: absolute;
      right: 10%;
      bottom: -60px;
      opacity: .08;
      font-size: 498px;
      line-height: 500px;
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }
    .b-big-list .b-big-list__item h3 {
      margin-bottom: 45px; }
    .b-big-list .b-big-list__item ul {
      position: relative; }
      .b-big-list .b-big-list__item ul.b-big-list__column-2 li {
        float: left;
        width: 50%; }
      .b-big-list .b-big-list__item ul.b-big-list__column-1 {
        float: left;
        vertical-align: top;
        width: 50%; }
        .b-big-list .b-big-list__item ul.b-big-list__column-1 li {
          padding-left: 20px;
          position: relative; }
          .b-big-list .b-big-list__item ul.b-big-list__column-1 li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 15px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #221F20; }
        .b-big-list .b-big-list__item ul.b-big-list__column-1 + .b-big-list__column-1 li {
          margin-bottom: 38px; }
      .b-big-list .b-big-list__item ul li {
        margin-bottom: 7px;
        padding-right: 10%;
        box-sizing: border-box; }
    .b-big-list .b-big-list__item:nth-child(odd) {
      background: rgba(35, 31, 32, 0.08); }

.b-menu__call {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  z-index: 10;
  background: #d55c43;
  transition: background .25s, transform .5s; }
  .b-menu__call:hover {
    background: #a83e28; }
  .b-menu__call:active {
    background: #db3917; }
  .b-menu__call:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 38px;
    background: url("../i/menu-icon.svg") no-repeat;
    transition: opacity 0.25s .4s; }

.b-menu__overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #d55c43;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s;
  color: #fff;
  box-sizing: border-box;
  z-index: 30;
  overflow-y: scroll; }
  .b-menu__overlay .b-menu__wrapper {
    position: relative;
    min-height: 100%;
    padding: 70px 8%; }
  .b-menu__overlay .b-menu__list li {
    margin-bottom: 35px; }
    .b-menu__overlay .b-menu__list li:last-child {
      margin-bottom: 0; }
  .b-menu__overlay .b-menu__list a {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    transition: color .25s; }
    .b-menu__overlay .b-menu__list a:hover {
      color: #a83e28; }
  .b-menu__overlay .b-menu__tel {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-top: 70px; }
    .b-menu__overlay .b-menu__tel a {
      font-size: 69px;
      line-height: 80px;
      color: #fff; }
    .b-menu__overlay .b-menu__tel p {
      font-size: 18px;
      line-height: 23px;
      opacity: .6;
      margin-top: 6px; }
  .b-menu__overlay .b-button__box {
    margin-top: 80px; }
  .b-menu__overlay .b-button {
    background: #fff;
    color: #d55c43;
    font-size: 35px;
    height: 88px;
    line-height: 84px;
    padding: 0 30px;
    transition: color .25s, background .25s; }
    .b-menu__overlay .b-button:hover {
      background: #a83e28;
      color: #fff; }
  .b-menu__overlay .b-menu__close {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    z-index: 10;
    width: 62px;
    height: 62px;
    background: #fff;
    transition: background .25s; }
    .b-menu__overlay .b-menu__close:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 26px;
      height: 22px;
      background: url("../i/menu-cicon-close.svg") no-repeat; }
    .b-menu__overlay .b-menu__close:hover {
      background: #a83e28; }
      .b-menu__overlay .b-menu__close:hover:before {
        background: url("../i/menu-cicon-close-hover.svg") no-repeat; }

html.open {
  overflow: hidden;
  height: 100%;
  position: relative; }

body.open {
  overflow: hidden;
  height: 100%;
  position: relative; }
  body.open .b-menu__overlay {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s .25s; }
  body.open .b-menu__call {
    background: #d55c43 !important;
    transform: scale(100, 100);
    transition: background .25s, transform 1s; }
    body.open .b-menu__call:before {
      opacity: 0;
      transition: opacity 0s 0s; }

html.order-open {
  position: relative;
  overflow: hidden;
  height: 100%; }

body.order-open {
  overflow: hidden;
  height: 100%; }
  body.order-open .b-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 100; }

.b-overlay {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  overflow-y: scroll;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s 0s; }
  .b-overlay .b-overlay__close {
    position: absolute;
    width: 32px;
    height: 31px;
    top: 20px;
    right: 20px;
    background: url("../i/i-form-close.svg") no-repeat;
    z-index: 10; }
  .b-overlay .b-form-order {
    width: 510px;
    padding-top: 80px;
    padding-bottom: 60px;
    margin: auto;
    position: relative; }
    .b-overlay .b-form-order .b-form-order__error {
      padding-top: 20px; }
    .b-overlay .b-form-order .b-form-order__form {
      position: relative;
      margin-left: 90px; }

.b-input__box {
  position: relative;
  margin-bottom: 14px;
  float: left;
  vertical-align: top;
  width: 100%; }
  .b-input__box .b-input__label {
    position: absolute;
    right: 100%;
    top: 3px;
    margin-right: 17px;
    font-size: 21px;
    line-height: 48px;
    white-space: nowrap; }
  .b-input__box.b-input__box_amount {
    float: right;
    width: auto; }
  .b-input__box.b-input__box_checkbox {
    margin: 4px 0 11px; }
    .b-input__box.b-input__box_checkbox .b-input__label {
      top: 1px; }

.b-amount-input {
  width: 118px;
  position: relative; }
  .b-amount-input .b-input {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px; }
  .b-amount-input .b-amount-input__i {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 3;
    border-radius: 6px;
    background: transparent;
    transition: background .25s; }
    .b-amount-input .b-amount-input__i:hover {
      background: rgba(138, 188, 90, 0.5); }
    .b-amount-input .b-amount-input__i:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%; }
    .b-amount-input .b-amount-input__i.b-amount-input__i_minus {
      left: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .b-amount-input .b-amount-input__i.b-amount-input__i_minus:before {
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -9px;
        background: url("../i/i-amount-minus.svg") no-repeat; }
    .b-amount-input .b-amount-input__i.b-amount-input__i_plus {
      right: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .b-amount-input .b-amount-input__i.b-amount-input__i_plus:before {
        width: 18px;
        height: 18px;
        margin: -9px 0 0 -9px;
        background: url("../i/i-amount-plus.svg") no-repeat; }

.b-input {
  display: block;
  width: 100%;
  position: relative;
  height: 54px;
  line-height: 33px;
  border-radius: 6px;
  background: rgba(139, 210, 70, 0.2);
  border: 1px solid transparent;
  padding: 10px 18px 11px;
  font-family: "PT Serif", serif;
  box-sizing: border-box;
  outline: none;
  font-size: 21px;
  color: #d55c43;
  -moz-appearance: textfield; }
  .b-input:focus {
    border-color: rgba(138, 188, 90, 0.3);
    background: none;
    color: #221F20; }

.b-checkbox__box {
  position: relative;
  margin-top: 8px; }
  .b-checkbox__box .b-checkbox__input {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    opacity: 0; }
    .b-checkbox__box .b-checkbox__input:checked + .b-checkbox:before {
      opacity: 1;
      background: #d55c43 url("../i/i-check-box-checked.svg") no-repeat center; }
    .b-checkbox__box .b-checkbox__input:checked + .b-checkbox:hover:before {
      background: #a83e28 url("../i/i-check-box-checked.svg") no-repeat center; }
    .b-checkbox__box .b-checkbox__input:checked ~ .b-calculator__dop-field {
      display: block; }
  .b-checkbox__box .b-checkbox {
    position: relative;
    padding-left: 35px;
    color: #d55c43;
    transition: color .25s;
    cursor: pointer; }
    .b-checkbox__box .b-checkbox:before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width: 26px;
      height: 26px;
      border-radius: 6px;
      border: 1px solid #d55c43;
      box-sizing: border-box;
      opacity: .4;
      transition: background-color .25s, border-color .25s, opacity .25s; }
    .b-checkbox__box .b-checkbox:hover {
      color: #a83e28; }
      .b-checkbox__box .b-checkbox:hover:before {
        border-color: #a83e28; }

.b-calculator__dop-field {
  position: relative;
  margin-top: 18px;
  padding-bottom: 6px;
  display: none; }
  .b-calculator__dop-field .b-input__label {
    line-height: 25px;
    text-align: right;
    top: 0; }

textarea.b-input {
  height: 164px;
  resize: none; }

.b-form__list-town {
  padding-top: 14px;
  position: relative; }
  .b-form__list-town li {
    float: left;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
    margin-top: 25px; }
    .b-form__list-town li:nth-child(-n+2) {
      margin-top: 0;
      padding-right: 0; }

.b-input__box_radio {
  float: right;
  vertical-align: top;
  width: auto; }

.b-radio__container {
  padding-top: 1px; }
  .b-radio__container .b-radio__box {
    float: left;
    vertical-align: top;
    position: relative;
    overflow: hidden; }
    .b-radio__container .b-radio__box:last-child .b-radio {
      border-right: 1px solid rgba(138, 188, 90, 0.3);
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .b-radio__container .b-radio__box:first-child .b-radio {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .b-radio__container .b-radio__box .b-radio__input {
      position: absolute;
      top: -100%;
      left: -100%;
      width: 0;
      height: 0;
      opacity: 0; }
      .b-radio__container .b-radio__box .b-radio__input:checked + .b-radio {
        background: #7BA84F;
        border-color: #7BA84F !important;
        color: #fff;
        cursor: default; }
    .b-radio__container .b-radio__box .b-radio {
      display: block;
      height: 52px;
      line-height: 30px;
      color: #d55c43;
      border: 1px solid rgba(138, 188, 90, 0.3);
      border-right: none;
      font-size: 21px;
      font-family: "PT Serif", serif;
      padding: 8px 21px 13px;
      box-sizing: border-box;
      cursor: pointer; }
      .b-radio__container .b-radio__box .b-radio:hover {
        color: #a83e28; }

.b-franchaizing__top {
  padding: 125px 15%;
  position: relative;
  background: url("../i/franchaizing-bg.jpg") no-repeat;
  background-size: auto 100%;
  background-position: left center;
  overflow: hidden; }

.b-tel-block {
  position: absolute;
  right: 5.5%;
  top: 13px;
  text-align: right;
  z-index: 10; }
  .b-tel-block.b-tel-block__white a {
    color: #fff; }
  .b-tel-block.b-tel-block__white p {
    color: rgba(255, 255, 255, 0.5); }
  .b-tel-block a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #221F20;
    text-decoration: none; }
  .b-tel-block p {
    font-size: 18px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 4px; }

.b-question__block {
  position: relative;
  padding: 60px 0 110px;
  background: #F3F2F3;
  margin-bottom: -60px; }
  .b-question__block .b-question__item {
    margin-bottom: 15px; }
    .b-question__block .b-question__item.open .b-question__info {
      display: block; }
    .b-question__block .b-question__item .b-question__link {
      margin: 0 30px 15px;
      font-size: 18px;
      line-height: 31px;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }
    .b-question__block .b-question__item .b-question__info {
      background: #fff;
      padding: 25px 30px 30px;
      border-radius: 6px;
      position: relative;
      margin-bottom: 45px;
      display: none; }
      .b-question__block .b-question__item .b-question__info:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 12px;
        bottom: 100%;
        left: 60px;
        background: url("../i/i-accardion-tile.png") no-repeat; }

.b-metro__top {
  background: #e3e3e3;
  position: relative;
  min-height: 500px; }
  .b-metro__top h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 473px;
    height: 297px;
    background: url("../i/vita-top.svg") no-repeat;
    background-size: cover; }

.b-metro__list {
  position: relative;
  padding: 60px 5.5% 50px; }
  .b-metro__list .b-metro__list_item {
    position: relative;
    padding-left: 180px;
    padding-bottom: 100px;
    min-height: 160px; }
    .b-metro__list .b-metro__list_item:last-child {
      padding-bottom: 0; }
    .b-metro__list .b-metro__list_item .b-metro__list_icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 160px;
      height: 160px; }
      .b-metro__list .b-metro__list_item .b-metro__list_icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0); }
      .b-metro__list .b-metro__list_item .b-metro__list_icon.b-metro__list_icon-1:before {
        background: url("../i/metro/i-metro-1.svg") no-repeat;
        width: 109px;
        height: 140px; }
      .b-metro__list .b-metro__list_item .b-metro__list_icon.b-metro__list_icon-2:before {
        background: url("../i/metro/i-metro-2.svg") no-repeat;
        width: 159px;
        height: 144px; }
      .b-metro__list .b-metro__list_item .b-metro__list_icon.b-metro__list_icon-3:before {
        background: url("../i/metro/i-metro-3.svg") no-repeat;
        width: 133px;
        height: 117px; }
      .b-metro__list .b-metro__list_item .b-metro__list_icon.b-metro__list_icon-4:before {
        background: url("../i/metro/i-metro-4.svg") no-repeat;
        width: 132px;
        height: 120px; }

.b-lobna {
  min-height: 760px;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  background: url("../i/metro/mytischi.jpg") left top fixed no-repeat;
  margin-bottom: -60px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px; }
  .b-lobna .b-lobna__wrapper {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    margin: auto; }
  .b-lobna .b-lobna__top {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px; }
    .b-lobna .b-lobna__top span {
      border-bottom: 1px solid #d55c43; }
  .b-lobna .b-lobna__title {
    width: 500px;
    text-align: center;
    margin: 90px auto 0; }
  .b-lobna .b-lobna__bottom {
    position: relative; }

.b-main-box__metro ~ .b-footer {
  color: rgba(255, 255, 255, 0.5); }

.b-lobna__side {
  position: absolute;
  width: 130px;
  text-align: center;
  padding-top: 45px;
  top: 20px; }
  .b-lobna__side:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    font-family: 'et-line';
    transform: translate(-50%, 0);
    font-size: 40px; }
  .b-lobna__side.b-lobna__side_1 {
    left: 0; }
    .b-lobna__side.b-lobna__side_1:before {
      content: "\e031"; }
  .b-lobna__side.b-lobna__side_2 {
    right: 0; }
    .b-lobna__side.b-lobna__side_2:before {
      content: "\e02f"; }
  .b-lobna__side .b-lobna__side_count {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold; }
    .b-lobna__side .b-lobna__side_count span {
      display: inline-block;
      width: 70px;
      text-align: left; }
  .b-lobna__side .b-lobna__side_text {
    text-transform: uppercase; }

.b-lobna__list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px; }
  .b-lobna__list .b-lobna__list_item {
    float: left;
    vertical-align: top;
    width: 25%;
    text-align: center;
    padding-top: 45px;
    position: relative; }
    .b-lobna__list .b-lobna__list_item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 40px;
      color: #fff;
      font-family: 'et-line'; }
    .b-lobna__list .b-lobna__list_item:nth-child(1):before {
      content: "\e027"; }
    .b-lobna__list .b-lobna__list_item:nth-child(2):before {
      content: "\e03e"; }
    .b-lobna__list .b-lobna__list_item:nth-child(3):before {
      content: "\e023"; }
    .b-lobna__list .b-lobna__list_item:nth-child(4):before {
      content: "\e00e"; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea, input[type="text"] {
  -webkit-appearance: none; }

@media screen and (max-width: 1350px) {
  .b-lobna .b-lobna__title {
    font-size: 25px;
    line-height: 32px;
    width: 350px;
    padding-top: 20px; } }
@media screen and (max-width: 1175px) {
  .b-lobna {
    padding-top: 60px;
    min-height: 0;
    padding-bottom: 120px; }
    .b-lobna .b-lobna__title {
      font-size: 35px;
      line-height: 46px;
      width: 500px;
      margin-top: 20px;
      margin-bottom: 50px; }

  .b-lobna__side {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    width: 49%; }

  .b-lobna__list {
    position: relative;
    bottom: auto;
    margin-top: 0px; }
    .b-lobna__list .b-lobna__list_item {
      float: none;
      display: inline-block;
      vertical-align: top;
      width: 49%;
      margin-top: 40px; } }
@media screen and (min-width: 900px) and (max-width: 1175px) {
  .b-menu__overlay .b-menu__tel a {
    font-size: 60px;
    line-height: 60px; } }
@media screen and (min-width: 1025px) and (max-height: 880px) {
  body {
    font-size: 18px;
    line-height: 28px; }

  h1,
  h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px; }

  h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px; } }
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .b-form__list-town {
    padding-top: 11px; } }
@media screen and (min-width: 900px) and (max-width: 1025px) {
  body {
    padding-bottom: 140px; }

  .b-lobna {
    margin-bottom: -140px;
    padding-bottom: 200px; }

  .b-footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 40px; }
    .b-footer .b-footer__l,
    .b-footer .b-footer__r {
      float: none;
      width: 100%; }

  .b-menu__overlay .b-menu__wrapper {
    padding: 80px 4%; }

  .b-question__block {
    margin-bottom: -140px;
    padding-bottom: 190px; } }
@media screen and (max-width: 900px) {
  .b-tel-block {
    text-align: right; }
    .b-tel-block a {
      font-size: 21px;
      line-height: 33px; }
    .b-tel-block p {
      font-size: 14px;
      line-height: 23px;
      margin-top: -3px;
      text-align: right; }

  .b-sidebar-link {
    position: relative;
    float: left;
    vertical-align: top;
    width: 50%;
    height: 250px;
    left: 0;
    z-index: 1;
    display: none; }

  .b-main-box {
    width: 100%; }

  .b-menu__call {
    top: 15px !important;
    position: fixed !important; }

  .b-footer {
    width: 100%; }

  .b-menu__overlay {
    width: 100%; }
    .b-menu__overlay .b-sidebar-link {
      position: absolute;
      bottom: 0;
      top: auto;
      display: block;
      height: 195px;
      font-size: 15px;
      line-height: 22px;
      display: block; }
      .b-menu__overlay .b-sidebar-link .b-sidebar-link__icon {
        width: 90px;
        height: 90px; }
        .b-menu__overlay .b-sidebar-link .b-sidebar-link__icon:before {
          width: 42px;
          height: 42px;
          background-size: cover !important; }
      .b-menu__overlay .b-sidebar-link.b-sidebar-link__one {
        left: 0; }
      .b-menu__overlay .b-sidebar-link.b-sidebar-link__two {
        left: 50%; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 140px;
    background: #fff; }
    body.open .b-menu__call {
      transform: scale(1, 1);
      opacity: 0; }
      body.open .b-menu__call:before {
        opacity: 1; }
    body.open .b-menu__overlay {
      transition: opacity .25s; }

  .b-amount-input .b-amount-input__i {
    background: transparent !important; }

  .b-footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 40px;
    font-size: 14px; }
    .b-footer .b-footer__l,
    .b-footer .b-footer__r {
      float: none;
      width: 100%; }

  .b-sidebar-link {
    height: 230px;
    font-size: 15px;
    line-height: 22px; }
    .b-sidebar-link .b-sidebar-link__icon {
      width: 90px;
      height: 90px; }
      .b-sidebar-link .b-sidebar-link__icon:before {
        width: 42px;
        height: 42px;
        background-size: cover !important; }

  .b-wrapper {
    padding: 0 6%; }

  .b-button {
    height: 44px;
    line-height: 43px;
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    text-align: center; }
    .b-button.b-button_go {
      padding-right: 10px; }
      .b-button.b-button_go:before {
        display: none; }

  .slick-slider .slick-arrow {
    width: 44px;
    height: 44px; }
    .slick-slider .slick-arrow:before {
      width: 9px;
      height: 17px;
      background-size: cover !important; }

  h1, h2 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 18px; }

  h3,
  .b-lobna .b-lobna__title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 18px; }

  .b-lobna .b-lobna__title {
    width: 100%; }

  .b-big-list .b-big-list__item {
    min-height: 0; }
    .b-big-list .b-big-list__item:before {
      right: -10%; }
    .b-big-list .b-big-list__item h3 {
      margin-bottom: 30px; }
    .b-big-list .b-big-list__item ul.b-big-list__column-1 {
      width: 100%; }
      .b-big-list .b-big-list__item ul.b-big-list__column-1 li {
        padding-left: 15px; }
        .b-big-list .b-big-list__item ul.b-big-list__column-1 li:before {
          width: 4px;
          height: 4px; }
      .b-big-list .b-big-list__item ul.b-big-list__column-1 + .b-big-list__column-1 li {
        margin-bottom: 7px; }
    .b-big-list .b-big-list__item ul li:nth-child(even) {
      padding-right: 0; }

  .b-menu__call {
    width: 44px;
    height: 44px;
    transition: opacity .25s; }
    .b-menu__call:before {
      width: 23px;
      height: 15px;
      background: url("../i/menu-cicon-mobile.svg") no-repeat; }

  .b-menu__overlay {
    background: #fff;
    color: rgba(0, 0, 0, 0.4);
    transition: opacity .25s; }
    .b-menu__overlay .b-menu__wrapper {
      padding: 67px 9% 220px; }
    .b-menu__overlay .b-menu__list li {
      margin-bottom: 6px; }
    .b-menu__overlay .b-menu__list a {
      font-size: 16px;
      line-height: 22px;
      color: #d55c43; }
    .b-menu__overlay .b-menu__tel {
      margin-top: 14px; }
      .b-menu__overlay .b-menu__tel p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 0; }
      .b-menu__overlay .b-menu__tel a {
        font-size: 35px;
        line-height: 47px;
        color: #d55c43; }
    .b-menu__overlay .b-button__box {
      margin-top: 25px; }
      .b-menu__overlay .b-button__box .b-button {
        height: 44px;
        line-height: 43px;
        text-align: center;
        width: 100%;
        padding: 0;
        background: #d55c43;
        color: #fff;
        font-size: 16px; }
    .b-menu__overlay .b-menu__close {
      width: 44px;
      height: 44px;
      background: none !important; }
      .b-menu__overlay .b-menu__close:before {
        width: 17px;
        height: 17px;
        background: url("../i/i-close-green.svg") no-repeat !important; }

  .b-overlay {
    overflow: scroll; }
    .b-overlay .b-overlay__close {
      width: 24px;
      height: 24px;
      background-size: cover; }
    .b-overlay .b-form-order {
      width: 100%;
      padding: 50px 4% 60px; }
      .b-overlay .b-form-order h2 {
        font-size: 30px;
        padding: 0 3%; }
      .b-overlay .b-form-order .b-form-order__form {
        margin-left: 0; }
      .b-overlay .b-form-order .b-radio__container .b-radio__box {
        width: 50%; }
        .b-overlay .b-form-order .b-radio__container .b-radio__box .b-radio {
          text-align: center; }

  .b-calculator__dop-field .b-input__label {
    text-align: left; }

  .b-checkbox__box .b-checkbox {
    padding-top: 5px; }

  .b-input__box .b-input__label {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 4% 4px 4%;
    display: block;
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    white-space: normal; }

  .b-form__list-town {
    padding-top: 0;
    margin: 0 4%; }
    .b-form__list-town li {
      margin-top: 10px; }
      .b-form__list-town li:nth-child(even) {
        padding-right: 0;
        width: 45%; }
      .b-form__list-town li:nth-child(odd) {
        width: 55%; }

  .b-input {
    height: 44px;
    font-size: 16px;
    line-height: 29px;
    padding: 7px 4% 8px; }

  .b-input__box {
    margin-bottom: 15px; }

  .b-input__box_radio {
    float: left;
    vertical-align: top;
    width: 100%; }

  .b-radio__container .b-radio__box .b-radio {
    height: 44px;
    font-size: 16px;
    padding: 5px 13px 9px; }

  textarea.b-input {
    height: 100px; }

  .b-form-order__error,
  .b-form-order__success {
    margin: 0 4%; }

  .b-lobna {
    margin-bottom: -140px;
    padding-bottom: 200px;
    background: url(../i/metro/lobna.jpg) left top no-repeat; }

  .b-metro__list {
    padding-left: 6%;
    padding-right: 6%; }

  .b-metro__list .b-metro__list_item {
    padding-left: 0;
    padding-top: 90px;
    min-height: 0;
    padding-bottom: 50px; }
    .b-metro__list .b-metro__list_item .b-metro__list_icon {
      zoom: .6;
      left: 50%;
      margin-left: -80px; }

  .b-metro__top h1 {
    max-width: 473px;
    width: 88%;
    height: 100%;
    background-size: 100% auto;
    background-position: center; }

  .b-lobna {
    font-size: 11px;
    line-height: 20px;
    background-position: center; }
    .b-lobna .b-lobna__wrapper {
      padding: 0 6%; }

  .b-lobna__side .b-lobna__side_count {
    font-size: 22px;
    line-height: 30px; }
    .b-lobna__side .b-lobna__side_count span {
      width: 50px; }

  .b-franchaizing__top {
    padding: 125px 6% 0; }
    .b-franchaizing__top h1 {
      font-size: 30px;
      line-height: 45px; }

  .b-question__block {
    margin-bottom: -140px;
    padding-bottom: 190px; }
    .b-question__block .b-question__item .b-question__link {
      margin-left: 0;
      margin-right: 0;
      font-size: 14px;
      line-height: 24px; }
    .b-question__block .b-question__item .b-question__info {
      padding: 15px 6% 10px; } }
.b-index-top {
  position: relative;
  z-index: 21; }
  .b-index-top .b-index-top__block {
    height: 100%; }
    .b-index-top .b-index-top__block .b-tel-block {
      right: auto;
      left: 5.5%;
      text-align: left; }
      .b-index-top .b-index-top__block .b-tel-block a, .b-index-top .b-index-top__block .b-tel-block p {
        color: #fff;
        display: inline-block;
        vertical-align: top; }
      .b-index-top .b-index-top__block .b-tel-block p {
        margin-top: 13px;
        opacity: .6;
        margin-left: 11px; }
    .b-index-top .b-index-top__block .b-index-top__logo {
      position: absolute;
      top: 47%;
      transform: translate(0, -50%);
      height: 45%;
      left: 0;
      right: 0;
      z-index: 3;
      background: url("../i/vita-logo.svg") no-repeat center;
      background-size: auto 100%; }

.b-index-top__bottom {
  position: relative; }
  .b-index-top__bottom .b-sale-block {
    padding: 45px 5.5% 50px;
    display: block;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box; }
    .b-index-top__bottom .b-sale-block p {
      padding-left: 145px;
      position: relative; }
      .b-index-top__bottom .b-sale-block p:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 101px;
        height: 101px;
        margin-top: -50px;
        background: url("../i/index/i-sale.svg") no-repeat; }
  .b-index-top__bottom .b-index-top__bottom_wrapper {
    position: relative;
    padding-bottom: 120px; }
  .b-index-top__bottom .b-index-top__metro-logo {
    position: absolute;
    right: 5.5%;
    bottom: 46px;
    width: 160px;
    height: 46px;
    background: url("../i/index/metro-logo.png") no-repeat; }
  .b-index-top__bottom .b-scroll-down {
    position: absolute;
    bottom: 28px;
    left: 5.5%;
    height: 82px;
    padding: 29px 0 0 103px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
    .b-index-top__bottom .b-scroll-down:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 82px;
      border-radius: 50%;
      background: #d55c43;
      transition: background-color .25s; }
    .b-index-top__bottom .b-scroll-down:after {
      content: "";
      position: absolute;
      top: 21px;
      bottom: 0;
      left: 21px;
      width: 40px;
      height: 40px;
      background: url("../i/index/i-scoll-down.svg") no-repeat; }
    .b-index-top__bottom .b-scroll-down:hover:before {
      background: #a83e28; }
  .b-index-top__bottom .b-index-top__column-box {
    position: relative;
    padding-top: 24px;
    display: table; }
  .b-index-top__bottom .b-index-top__column {
    display: table-cell;
    width: 33.333%;
    padding: 105px 3% 35px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 19px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    .b-index-top__bottom .b-index-top__column .b-index-top__column_pic {
      position: absolute;
      top: 0;
      left: 50%; }
      .b-index-top__bottom .b-index-top__column .b-index-top__column_pic.b-index-top__column_pic-1 {
        top: 9px;
        width: 108px;
        height: 84px;
        margin-left: -54px;
        background: url("../i/index/index-top-1.svg") no-repeat; }
      .b-index-top__bottom .b-index-top__column .b-index-top__column_pic.b-index-top__column_pic-2 {
        top: 6px;
        width: 97px;
        height: 85px;
        margin-left: -48px;
        background: url("../i/index/index-top-2.svg") no-repeat; }
      .b-index-top__bottom .b-index-top__column .b-index-top__column_pic.b-index-top__column_pic-3 {
        top: 10px;
        width: 103px;
        height: 94px;
        margin-left: -51px;
        background: url("../i/index/index-icons-9.svg") no-repeat; }
    .b-index-top__bottom .b-index-top__column:last-child {
      border-right: none; }

.b-index-top__video-block {
  position: relative;
  height: 60%;
  overflow: hidden; }
  .b-index-top__video-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .b-index-top__video-block .b-index-top__full-bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: -2; }

.b-index-top__menu {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center; }
  .b-index-top__menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px; }
    .b-index-top__menu li a {
      color: #fff; }
      .b-index-top__menu li a:hover {
        color: #d55c43; }

.b-index__franchise {
  position: relative;
  background: #E3E3E3;
  padding: 90px 0;
  color: #000; }
  .b-index__franchise p {
    margin-bottom: 39px;
    max-width: 800px; }
  .b-index__franchise .b-index__franchise_logo {
    width: 393px;
    height: 200px;
    background: url("../i/vita-logo2.svg") no-repeat center center;
    margin-bottom: 36px; }

.b-index__slider {
  position: relative; }
  .b-index__slider .b-index__slider_item {
    position: relative; }
    .b-index__slider .b-index__slider_item img {
      width: 100%;
      height: auto; }
  .b-index__slider .slick-arrow.slick-prev {
    left: 2.75%; }
  .b-index__slider .slick-arrow.slick-next {
    right: 2.75%; }

.b-index__decision {
  position: relative;
  overflow: hidden;
  padding: 100px 10%; }
  .b-index__decision:before {
    content: "";
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url("../i/index/vita-bg.jpg") no-repeat;
    background-size: auto 140%;
    background-position: left center;
    transform: scale(0.5);
    opacity: 0;
    transform-origin: right;
    transition: transform 1s, opacity .35s; }
  .b-index__decision.active:before {
    opacity: 1;
    transform: scale(1); }
  .b-index__decision h2 {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }

.b-index__program {
  position: relative;
  padding: 100px 10%; }
  .b-index__program:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../i/index/programm-pic.png") no-repeat right bottom;
    transform: scale(0.5);
    opacity: 0;
    transform-origin: right;
    transition: transform 1s, opacity .35s;
    z-index: 1; }
  .b-index__program.active:before {
    opacity: 1;
    transform: scale(1); }
  .b-index__program h2 {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }

.b-decision-list {
  position: relative; }
  .b-decision-list li {
    float: left;
    vertical-align: top;
    width: 33.333%;
    box-sizing: border-box;
    padding: 28px 3.5%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    border-top: none;
    font-size: 19px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    min-height: 415px;
    max-height: 415px;
    overflow: hidden; }
    .b-decision-list li:nth-child(-n+3) {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .b-decision-list li:nth-child(3n) {
      border-right: none; }
  .b-decision-list .b-decision-list__wrapper {
    max-width: 300px;
    margin: auto;
    position: relative; }
  .b-decision-list .b-decision-list__pic {
    position: relative;
    display: block;
    width: 100%;
    height: 140px; }
    .b-decision-list .b-decision-list__pic:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_1:before {
      width: 111px;
      height: 94px;
      background: url("../i/index/index-icons-1.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_2:before {
      width: 102px;
      height: 102px;
      background: url("../i/index/index-icons-2.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_3:before {
      width: 47px;
      height: 118px;
      background: url("../i/index/index-icons-3.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_4:before {
      width: 111px;
      height: 98px;
      background: url("../i/index/index-icons-4.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_5:before {
      width: 102px;
      height: 106px;
      background: url("../i/index/index-icons-5.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_6:before {
      width: 102px;
      height: 102px;
      background: url("../i/index/index-icons-6.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_7:before {
      width: 106px;
      height: 96px;
      background: url("../i/index/index-icons-7.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_8:before {
      width: 80px;
      height: 91px;
      background: url("../i/index/index-icons-8.svg") no-repeat; }
    .b-decision-list .b-decision-list__pic.b-decision-list__pic_9:before {
      width: 81px;
      height: 70px;
      background: url("../i/index/index-icons-9.svg") no-repeat; }

.b-partners__block {
  padding-top: 83px; }

.b-partners {
  position: relative; }
  .b-partners .b-partners__item {
    float: left;
    vertical-align: top;
    width: 33.333%;
    min-height: 277px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    border-top: none;
    display: table;
    text-align: center; }
    .b-partners .b-partners__item div {
      display: table-cell;
      height: 275px;
      vertical-align: middle; }
    .b-partners .b-partners__item img {
      display: inline-block; }
    .b-partners .b-partners__item:nth-child(-n+3) {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .b-partners .b-partners__item:nth-child(3n) {
      border-right: none; }

.b-index-page .b-menu__call {
  position: absolute; }
  .b-index-page .b-menu__call.fixed {
    position: fixed;
    top: 15px !important; }

.b-index-top__video_scroll {
  display: none; }

@media screen and (min-width: 1650px) {
  .b-decision-list li {
    min-height: 340px; } }
@media screen and (min-width: 1950px) {
  .b-decision-list li {
    min-height: 305px; } }
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .b-index-top__menu {
    font-size: 15px; } }
@media screen and (max-width: 1024px) {
  .b-index-top__bottom .b-sale-block {
    display: none; }

  .b-index__decision:before,
  .b-index__program:before {
    opacity: 1;
    transform: scale(1); } }
@media screen and (min-width: 900px) and (max-width: 1025px) {
  .b-decision-list li {
    width: 50%;
    min-height: 360px;
    max-height: 360px; }
    .b-decision-list li:last-child {
      display: none; }
    .b-decision-list li:nth-child(3) {
      border-top: none; }
    .b-decision-list li:nth-child(3n) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .b-decision-list li:nth-child(2n) {
      border-right: none; }

  .b-partners .b-partners__item {
    width: 50%; }
    .b-partners .b-partners__item:nth-child(3) {
      border-top: none; }
    .b-partners .b-partners__item:nth-child(3n) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .b-partners .b-partners__item:nth-child(2n) {
      border-right: none; }

  .b-index__program:before {
    background-position: 260% bottom; } }
@media screen and (max-width: 900px) {
  .b-index-top {
    height: auto !important;
    z-index: 2; }
    .b-index-top .b-sidebar-link {
      display: block; }
    .b-index-top .b-index-top__video_scroll {
      display: block;
      position: absolute;
      bottom: 16px;
      left: 50%;
      margin-left: -22px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(139, 189, 90, 0.7) url("../i/index/i-video-down.svg") no-repeat center; }
    .b-index-top .b-index-top__video-block {
      background: url("../i/index/video-preview.jpg") no-repeat center;
      background-size: cover; }
    .b-index-top .b-index-top__full-bg-video {
      display: none; }
    .b-index-top .b-index-top__block .b-index-top__logo {
      left: 6%;
      right: 6%;
      height: 50%;
      transform: none;
      background-size: 50% auto;
      background-position: center bottom;
      top: 0; }
    .b-index-top .b-index-top__block .b-tel-block {
      top: 50%;
      left: 6%;
      right: 6%;
      text-align: center; }
      .b-index-top .b-index-top__block .b-tel-block a, .b-index-top .b-index-top__block .b-tel-block p {
        display: block;
        text-align: center; }
      .b-index-top .b-index-top__block .b-tel-block p {
        margin: 0; }

  .b-index-top__bottom .b-index-top__bottom_wrapper {
    padding-bottom: 0; }
  .b-index-top__bottom .b-index-top__column-box {
    padding-top: 0;
    display: block; }
    .b-index-top__bottom .b-index-top__column-box .b-index-top__column {
      float: left;
      vertical-align: top;
      width: 50%;
      height: 215px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 14px;
      line-height: 22px;
      display: block;
      padding-top: 133px;
      padding-bottom: 0; }
      .b-index-top__bottom .b-index-top__column-box .b-index-top__column .b-index-top__column_pic {
        zoom: .92;
        top: 40px !important; }
      .b-index-top__bottom .b-index-top__column-box .b-index-top__column p {
        width: 120px;
        margin: auto; }
      .b-index-top__bottom .b-index-top__column-box .b-index-top__column:nth-child(2) {
        border-right: none; }
      .b-index-top__bottom .b-index-top__column-box .b-index-top__column:nth-child(3) {
        border-bottom: none; }
      .b-index-top__bottom .b-index-top__column-box .b-index-top__column:nth-child(2n+1) {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .b-index-top__bottom .b-index-top__metro-logo {
    display: none; }
  .b-index-top__bottom .b-scroll-down {
    right: 0;
    bottom: 0;
    height: 215px;
    width: 50%;
    padding: 133px 0 0;
    left: auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px; }
    .b-index-top__bottom .b-scroll-down:before {
      height: 62px;
      width: 62px;
      top: 60px;
      left: 50%;
      margin-left: -31px; }
    .b-index-top__bottom .b-scroll-down:after {
      width: 28px;
      height: 28px;
      background-size: cover;
      top: 77px;
      left: 50%;
      margin-left: -14px; }

  .b-index-top__menu {
    display: none; } }
@media screen and (max-width: 768px) {
  .b-index__franchise {
    padding: 50px 0; }
    .b-index__franchise .b-index__franchise_logo {
      width: 100%;
      background-size: 100% auto;
      margin-bottom: 20px;
      max-width: 393px; }

  .b-index__slider .slick-list,
  .b-index__slider .slick-track {
    height: 100%; }
  .b-index__slider .b-index__slider_item img {
    width: auto;
    height: 100%; }

  .b-index__decision {
    padding: 70px 6%;
    background-size: 100% auto;
    background-position: right 50%; }

  .b-decision-list li {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    min-height: 325px;
    max-height: 325px;
    padding-left: 5%;
    padding-right: 5%; }
    .b-decision-list li p {
      max-height: 168px;
      overflow: hidden; }
    .b-decision-list li .b-decision-list__pic {
      height: 100px; }
      .b-decision-list li .b-decision-list__pic:before {
        background-size: cover !important; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_1:before {
        width: 89px;
        height: 75px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_2:before {
        width: 79px;
        height: 79px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_3:before {
        width: 33px;
        height: 83px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_4:before {
        width: 82px;
        height: 72px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_5:before {
        width: 77px;
        height: 80px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_6:before {
        width: 77px;
        height: 77px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_7:before {
        width: 80px;
        height: 72px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_8:before {
        width: 62px;
        height: 70px; }
      .b-decision-list li .b-decision-list__pic.b-decision-list__pic_9:before {
        width: 81px;
        height: 70px; }
    .b-decision-list li:last-child {
      display: none; }
    .b-decision-list li:nth-child(3) {
      border-top: none; }
    .b-decision-list li:nth-child(3n) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .b-decision-list li:nth-child(2n) {
      border-right: none; }

  .b-partners .b-partners__item {
    width: 50%; }
    .b-partners .b-partners__item:nth-child(3) {
      border-top: none; }
    .b-partners .b-partners__item:nth-child(3n) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .b-partners .b-partners__item:nth-child(2n) {
      border-right: none; }

  .b-index__program {
    padding: 70px 6%; }
    .b-index__program:before {
      background-size: 100% auto;
      background-position: 70px 50%; }

  .b-partners__block {
    padding-top: 55px; }

  .b-partners .b-partners__item {
    min-height: 165px; }
    .b-partners .b-partners__item div {
      height: 163px; }
      .b-partners .b-partners__item div img {
        max-width: 80%; } }
.b-shop-page h1, .b-shop-page h2 {
  margin-left: auto;
  margin-right: auto;
  width: 830px;
  padding-left: 6%; }
.b-shop-page .b-main-box {
  width: 80%; }
  .b-shop-page .b-main-box h1 {
    padding-top: 90px; }
  .b-shop-page .b-main-box .b-tel-block {
    right: auto;
    left: 100%;
    text-align: left;
    white-space: nowrap; }
.b-shop-page .b-menu__overlay {
  width: 100%; }
.b-shop-page .b-wrapper {
  padding: 0 8.5%; }
.b-shop-page .b-footer {
  width: 100%; }
  .b-shop-page .b-footer .b-wrapper {
    padding: 0 2.6%; }

.b-shop-sidebar {
  position: fixed;
  width: 20%;
  right: 0;
  top: 50%;
  transform: translate(0, -60%);
  padding-left: 40px;
  z-index: 3; }
  .b-shop-sidebar .b-button__box {
    padding-top: 5px; }
    .b-shop-sidebar .b-button__box span:last-child {
      display: none; }

.b-shop-sidebar__nav {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px; }
  .b-shop-sidebar__nav li {
    min-height: 30px;
    position: relative;
    margin-bottom: 30px; }
    .b-shop-sidebar__nav li a {
      display: block;
      position: relative;
      transition: color .25s; }
      .b-shop-sidebar__nav li a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        border-radius: 4px;
        background: #d55c43;
        opacity: 0;
        transition: opacity .25s; }
      .b-shop-sidebar__nav li a.active {
        color: #221F20;
        cursor: default; }
        .b-shop-sidebar__nav li a.active:after {
          opacity: 1; }

.b-shop-steps__container {
  position: relative;
  overflow: hidden;
  box-sizing: content-box; }
  .b-shop-steps__container.b-shop-steps__container_x5 {
    padding-bottom: 1200px; }
  .b-shop-steps__container.b-shop-steps__container_x4 {
    padding-bottom: 900px; }
  .b-shop-steps__container.fixed .b-shop-steps__container_wrapper {
    position: fixed;
    top: 0;
    width: 80%; }
  .b-shop-steps__container.absolute .b-shop-steps__container_wrapper {
    position: absolute;
    bottom: 0; }
  .b-shop-steps__container .b-shop-steps__container_wrapper {
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    width: 100%; }
  .b-shop-steps__container .b-shop-steps__box {
    position: relative;
    height: 100%; }
  .b-shop-steps__container .b-shop-steps__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility .25s, opacity .25s; }
    .b-shop-steps__container .b-shop-steps__item.active {
      opacity: 1;
      visibility: visible; }
  .b-shop-steps__container .b-wrapper {
    padding-top: 140px; }
    .b-shop-steps__container .b-wrapper .b-shop-steps__text {
      width: 830px;
      margin: auto;
      padding-bottom: 120px;
      padding-left: 6%;
      position: relative; }
      .b-shop-steps__container .b-wrapper .b-shop-steps__text .b-shop-steps__text_wrapper {
        position: relative; }
      .b-shop-steps__container .b-wrapper .b-shop-steps__text .b-shop-steps__text_time {
        position: absolute;
        right: 100%;
        top: 12px;
        white-space: nowrap;
        margin-right: 25px;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.35); }
      .b-shop-steps__container .b-wrapper .b-shop-steps__text h3, .b-shop-steps__container .b-wrapper .b-shop-steps__text p {
        width: 600px; }
  .b-shop-steps__container .b-shop-steps__pic {
    position: relative;
    text-align: center;
    width: 90%;
    margin: auto; }
    .b-shop-steps__container .b-shop-steps__pic img {
      display: none; }
    .b-shop-steps__container .b-shop-steps__pic.b-shop-steps__pic_1 {
      background: url("../i/shops/steps-pic/1.svg") bottom center no-repeat;
      background-size: contain; }
    .b-shop-steps__container .b-shop-steps__pic.b-shop-steps__pic_2 {
      background: url("../i/shops/steps-pic/2.svg") bottom center no-repeat;
      background-size: contain; }
    .b-shop-steps__container .b-shop-steps__pic.b-shop-steps__pic_3 {
      background: url("../i/shops/steps-pic/3.svg") bottom center no-repeat;
      background-size: contain; }
    .b-shop-steps__container .b-shop-steps__pic.b-shop-steps__pic_4 {
      background: url("../i/shops/steps-pic/4.svg") bottom center no-repeat;
      background-size: contain; }
    .b-shop-steps__container .b-shop-steps__pic.b-shop-steps__pic_5 {
      background: url("../i/shops/steps-pic/5.svg") bottom center no-repeat;
      background-size: contain; }

.b-shop-steps__dots_wrapper {
  position: absolute;
  top: 700px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 830px;
  text-align: center;
  z-index: 5; }

.b-shop-steps__dots {
  position: relative;
  margin-top: 48px; }
  .b-shop-steps__dots.b-shop-steps__dots_5 li {
    width: 20%; }
  .b-shop-steps__dots.b-shop-steps__dots_4 li {
    width: 25%; }
  .b-shop-steps__dots li {
    float: left;
    vertical-align: top;
    position: relative; }
    .b-shop-steps__dots li:first-child:before, .b-shop-steps__dots li:last-child:after {
      display: none; }
    .b-shop-steps__dots li:before {
      left: 0; }
    .b-shop-steps__dots li:after {
      left: 50%; }
    .b-shop-steps__dots li:before, .b-shop-steps__dots li:after {
      content: "";
      position: absolute;
      height: 2px;
      top: 50%;
      transform: translate(0, -50%);
      background: #DCEBCD;
      width: 50%;
      transition: background .25s; }
    .b-shop-steps__dots li.active:before, .b-shop-steps__dots li.active:after {
      background: #d55c43; }
    .b-shop-steps__dots li.active a {
      color: #fff;
      cursor: default; }
      .b-shop-steps__dots li.active a:before {
        background: #d55c43;
        transform: scale(0.75); }
    .b-shop-steps__dots li.active-current a:before {
      transform: scale(1) !important; }
  .b-shop-steps__dots a {
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 54px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 52px;
    position: relative;
    transition: color .25s; }
    .b-shop-steps__dots a:hover:before {
      transform: scale(0.85) !important; }
    .b-shop-steps__dots a span {
      position: relative;
      z-index: 2; }
    .b-shop-steps__dots a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 50%;
      background: #DCEBCD;
      z-index: 1;
      transform: scale(0.75);
      transition: background .25s, transform .25s; }

.b-examples__slider {
  position: relative; }
  .b-examples__slider .b-examples__slider_item {
    height: 560px;
    overflow: hidden;
    position: relative; }
    .b-examples__slider .b-examples__slider_item img {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      transform: translate(0, -50%);
      object-fit: cover; }
  .b-examples__slider .slick-prev {
    right: 100%;
    margin-right: 10px; }
  .b-examples__slider .slick-next {
    left: 100%;
    margin-left: 10px; }
  .b-examples__slider .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    .b-examples__slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 4px; }
      .b-examples__slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border: none;
        font-size: 0;
        padding: 0;
        line-height: 0;
        border-radius: 50%;
        background: #d55c43;
        transition: background .25s;
        cursor: pointer; }
        .b-examples__slider .slick-dots li button:hover {
          background: #a83e28; }
      .b-examples__slider .slick-dots li.slick-active button {
        cursor: default;
        background: rgba(255, 255, 255, 0.7); }

.b-examples__desc_box {
  position: relative;
  padding-top: 13px; }

.b-examples__desc {
  width: 70%;
  padding-bottom: 25px; }
  .b-examples__desc h3 {
    margin-bottom: 6px; }
  .b-examples__desc p {
    color: rgba(35, 31, 32, 0.4); }
    .b-examples__desc p span:first-child {
      padding-right: 20px;
      border-right: 1px solid #A7A5A6;
      margin-right: 19px; }

.b-examples__comment {
  position: relative;
  padding-right: 300px;
  display: none;
  padding-top: 22px;
  background-image: linear-gradient(to right, rgba(35, 31, 32, 0.4) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 3px 2px;
  background-repeat: repeat-x;
  z-index: 3; }
  .b-examples__comment b {
    font-weight: bold; }

.b-examples__comment_box {
  position: relative; }
  .b-examples__comment_box .b-examples__comment_link {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 25px;
    height: 78px;
    border: 1px solid #d55c43;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 22px 85px 22px 20px;
    z-index: 2; }
    .b-examples__comment_box .b-examples__comment_link:before {
      content: "";
      position: absolute;
      right: 28px;
      top: 50%;
      width: 24px;
      height: 13px;
      transform: translate(0, -50%) rotate(180deg);
      background: url("../i/shops/comments-arrow.svg") no-repeat;
      transition: transform .25s; }
    .b-examples__comment_box .b-examples__comment_link:after {
      content: "";
      position: absolute;
      width: 31px;
      height: 19px;
      left: 24px;
      top: 100%;
      background: url("../i/shops/comments-tile.jpg") no-repeat; }
    .b-examples__comment_box .b-examples__comment_link span + span {
      position: absolute;
      left: 20px;
      top: 22px;
      opacity: 0; }
    .b-examples__comment_box .b-examples__comment_link.open span {
      opacity: 0; }
      .b-examples__comment_box .b-examples__comment_link.open span + span {
        opacity: 1; }
    .b-examples__comment_box .b-examples__comment_link.open:before {
      transform: translate(0, -50%) rotate(0deg); }
    .b-examples__comment_box .b-examples__comment_link.open .b-examples__comment_icon {
      transform: scale(1) translate(0, 121px); }
    .b-examples__comment_box .b-examples__comment_link .b-examples__comment_icon {
      position: absolute;
      right: 14px;
      top: 14px;
      transform-origin: right top;
      width: 150px;
      height: 150px;
      transform: scale(0.333);
      border-radius: 50%;
      background-size: cover;
      transition: transform .25s; }

.b-examples__box {
  padding-bottom: 65px; }
  .b-examples__box .b-examples__slider_wrapper {
    position: relative; }
    .b-examples__box .b-examples__slider_wrapper .b-examples__3d {
      position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #d55c43;
      transition: background .25s;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      padding-top: 19px;
      right: 20px;
      bottom: 20px;
      z-index: 10; }
      .b-examples__box .b-examples__slider_wrapper .b-examples__3d span {
        display: block;
        font-size: 35px;
        margin-bottom: -1px; }
      .b-examples__box .b-examples__slider_wrapper .b-examples__3d:hover {
        background: #a83e28; }

.b-examples__container {
  padding-bottom: 0; }

.b-conditions__container {
  padding-top: 80px;
  background: rgba(0, 0, 0, 0.04);
  position: relative;
  margin-right: -25%;
  padding-right: 25%; }
  .b-conditions__container .b-conditions__column_box {
    position: relative;
    padding-top: 12px;
    display: table; }
    .b-conditions__container .b-conditions__column_box .b-conditions__column {
      display: table-cell;
      width: 33.333%;
      box-sizing: border-box;
      padding: 160px 5% 50px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      position: relative; }
      .b-conditions__container .b-conditions__column_box .b-conditions__column .b-conditions__pic {
        position: absolute;
        left: 50%; }
        .b-conditions__container .b-conditions__column_box .b-conditions__column .b-conditions__pic.b-conditions__pic_1 {
          top: 8px;
          width: 208px;
          height: 135px;
          margin-left: -129px;
          background: url("../i/shops/conditions-1.svg") no-repeat;
          background-size: cover; }
        .b-conditions__container .b-conditions__column_box .b-conditions__column .b-conditions__pic.b-conditions__pic_2 {
          top: 5px;
          width: 124px;
          height: 124px;
          margin-left: -62px;
          background: url("../i/shops/conditions-2.svg") no-repeat;
          background-size: cover; }
        .b-conditions__container .b-conditions__column_box .b-conditions__column .b-conditions__pic.b-conditions__pic_3 {
          top: 2px;
          width: 111px;
          height: 139px;
          margin-left: -55px;
          background: url("../i/shops/conditions-3.svg") no-repeat;
          background-size: cover; }
      .b-conditions__container .b-conditions__column_box .b-conditions__column:last-child {
        border-right: none; }

.b-shop-form__success {
  margin-top: 10px; }
  .b-shop-form__success p {
    white-space: nowrap; }

.b-calculator__container {
  position: relative;
  padding: 80px 0; }
  .b-calculator__container .b-calculator__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 830px;
    padding-left: 6%; }
    .b-calculator__container .b-calculator__wrapper h2 {
      padding-left: 0;
      width: 100%; }

.b-shop-form {
  margin-left: 250px;
  position: relative;
  width: 300px;
  padding-top: 75px;
  min-height: 600px; }
  .b-shop-form .b-dropdown__sub {
    width: 100.7%; }
  .b-shop-form .b-shop-form__faq {
    position: absolute;
    left: 100%;
    font-size: 16px;
    line-height: 27px;
    width: 195px;
    color: rgba(0, 0, 0, 0.3);
    margin-left: 36px;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s; }
    .b-shop-form .b-shop-form__faq:before {
      content: "";
      position: absolute;
      bottom: 100%;
      margin-bottom: 5px;
      left: -25px;
      width: 29px;
      height: 28px;
      background: url("../i/shops/i-form-faq-arrow.svg") no-repeat; }
  .b-shop-form .b-input__box_amount:hover .b-shop-form__faq {
    opacity: 1;
    visibility: visible; }
  .b-shop-form .b-dropdown:hover ~ .b-shop-form__faq {
    opacity: 1;
    visibility: visible; }
  .b-shop-form .b-shop-form__bottom {
    float: left;
    margin-top: 26px;
    padding-top: 37px;
    position: relative;
    width: 300px; }
    .b-shop-form .b-shop-form__bottom:before {
      content: "";
      position: absolute;
      top: 0;
      left: -190px;
      right: -190px;
      border-top: 1px dashed rgba(0, 0, 0, 0.3); }
    .b-shop-form .b-shop-form__bottom .b-button {
      width: 100%;
      text-align: center;
      padding: 0 15px;
      white-space: nowrap;
      margin-top: 4px; }
    .b-shop-form .b-shop-form__bottom .b-input__box_result h3 {
      margin-bottom: 0;
      white-space: nowrap;
      font-size: 25px; }
      .b-shop-form .b-shop-form__bottom .b-input__box_result h3 .b-shop-form__text {
        font-size: 35px; }
        .b-shop-form .b-shop-form__bottom .b-input__box_result h3 .b-shop-form__text span {
          position: relative; }
          .b-shop-form .b-shop-form__bottom .b-input__box_result h3 .b-shop-form__text span:last-child:before {
            content: "\2013\00a0"; }
    .b-shop-form .b-shop-form__bottom .b-shop-form__send {
      position: relative;
      margin-top: 21px; }
      .b-shop-form .b-shop-form__bottom .b-shop-form__send.open .b-link {
        display: none; }
      .b-shop-form .b-shop-form__bottom .b-shop-form__send.open .b-input, .b-shop-form .b-shop-form__bottom .b-shop-form__send.open .b-button {
        display: block; }
      .b-shop-form .b-shop-form__bottom .b-shop-form__send .b-input {
        height: 64px;
        padding-top: 15px;
        padding-bottom: 16px;
        display: none; }
      .b-shop-form .b-shop-form__bottom .b-shop-form__send .b-button {
        width: 64px;
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 16px;
        display: none;
        margin-top: 0; }
        .b-shop-form .b-shop-form__bottom .b-shop-form__send .b-button:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 35px;
          height: 41px;
          margin: -20px 0 0 -17px;
          background: url("../i/shops/i-send-email.svg") no-repeat; }

@media screen and (min-width: 900px) and (max-width: 1250px) {
  .b-shop-sidebar .b-button__box span:first-child {
    display: none; }
  .b-shop-sidebar .b-button__box span:last-child {
    display: inline; } }
@media screen and (max-width: 1150px) {
  .b-shop-page .b-main-box .b-tel-block {
    left: auto;
    right: -25%;
    margin-right: 15px; }

  .b-examples__slider .slick-next {
    margin-left: -30px; }
  .b-examples__slider .slick-prev {
    margin-right: -30px; } }
@media screen and (max-width: 1025px) {
  .b-shop-steps__container {
    padding-bottom: 0 !important;
    height: auto !important; }
    .b-shop-steps__container .b-wrapper .b-shop-steps__text .b-shop-steps__text_time {
      position: relative;
      right: auto;
      top: 0;
      margin-right: 0;
      display: block; }
    .b-shop-steps__container.b-shop-steps__container_x5 .b-shop-steps__box .slick-dots li {
      width: 20%; }
    .b-shop-steps__container.b-shop-steps__container_x4 .b-shop-steps__box .slick-dots li {
      width: 25%; }
    .b-shop-steps__container .b-shop-steps__box {
      height: auto; }
      .b-shop-steps__container .b-shop-steps__box .slick-dots {
        position: absolute;
        top: 43%;
        left: 5%;
        right: 5%; }
        .b-shop-steps__container .b-shop-steps__box .slick-dots li {
          float: left;
          vertical-align: top;
          position: relative;
          text-align: center; }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li:first-child:before, .b-shop-steps__container .b-shop-steps__box .slick-dots li:last-child:after {
            display: none; }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li:before {
            left: 0; }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li:after {
            left: 50%; }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li:before, .b-shop-steps__container .b-shop-steps__box .slick-dots li:after {
            content: "";
            position: absolute;
            height: 2px;
            top: 50%;
            transform: translate(0, -50%);
            background: #d55c43;
            width: 50%;
            transition: background .25s; }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li.slick-active button:before {
            background: #d55c43;
            transform: scale(1); }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li.slick-active ~ li:before, .b-shop-steps__container .b-shop-steps__box .slick-dots li.slick-active ~ li:after {
            background: #DCEBCD; }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li.slick-active ~ li button {
            color: #d55c43; }
            .b-shop-steps__container .b-shop-steps__box .slick-dots li.slick-active ~ li button:before {
              background: #DCEBCD;
              transform: scale(0.75); }
          .b-shop-steps__container .b-shop-steps__box .slick-dots li button {
            display: inline-block;
            vertical-align: top;
            font-size: 21px;
            width: 54px;
            height: 54px;
            font-family: "Open Sans", sans-serif;
            border: none;
            background: none;
            font-weight: bold;
            line-height: 48px;
            position: relative;
            transition: color .25s;
            color: #fff; }
            .b-shop-steps__container .b-shop-steps__box .slick-dots li button span {
              position: relative;
              z-index: 2; }
            .b-shop-steps__container .b-shop-steps__box .slick-dots li button:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              border-radius: 50%;
              background: #d55c43;
              z-index: 1;
              transform: scale(0.75);
              transition: background .25s, transform .25s; }
    .b-shop-steps__container .b-shop-steps__container_wrapper {
      height: auto !important;
      position: relative !important;
      top: 0 !important;
      bottom: auto !important;
      width: 100% !important; }
    .b-shop-steps__container .b-shop-steps__pic {
      background: none !important; }
      .b-shop-steps__container .b-shop-steps__pic.absolute img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
      .b-shop-steps__container .b-shop-steps__pic img {
        display: block;
        width: 100%; }
    .b-shop-steps__container .b-shop-steps__item {
      position: relative;
      visibility: visible;
      outline: none; }

  .b-shop-steps__dots_wrapper {
    display: none; } }
@media screen and (min-width: 1025px) and (max-height: 880px) {
  .b-shop-steps__container .b-wrapper .b-shop-steps__text {
    padding-bottom: 50px; } }
@media screen and (min-width: 901px) and (max-width: 1025px) {
  .b-shop-steps__container .b-wrapper .b-shop-steps__text {
    padding-bottom: 50px; }

  .b-examples__slider .b-examples__slider_item img {
    min-width: 100%;
    min-height: 100%; }

  .b-examples__comment {
    padding-right: 230px; }

  .b-shop-page .b-wrapper.b-wrapper__columns {
    padding: 0; }

  .b-conditions__container .b-conditions__column_box .b-conditions__column {
    padding-left: 3%;
    padding-right: 3%; }

  .b-examples__desc {
    width: 60%; }
    .b-examples__desc h3 {
      font-size: 30px;
      line-height: 40px; }
    .b-examples__desc p {
      font-size: 18px;
      line-height: 28px; }
      .b-examples__desc p span:first-child {
        padding-right: 15px;
        margin-right: 10px; } }
@media screen and (max-width: 900px) {
  .b-examples__container {
    padding-bottom: 0;
    position: relative;
    z-index: 1; }

  .b-shop-page .b-menu__call {
    position: absolute !important; }
  .b-shop-page .b-main-box {
    width: 100%; }
    .b-shop-page .b-main-box h1 {
      padding-top: 40px;
      padding-bottom: 18px;
      margin-bottom: 0; }
    .b-shop-page .b-main-box .b-tel-block {
      right: 5.5%;
      margin-right: 0; }
  .b-shop-page .b-wrapper {
    padding: 0 6%; }
  .b-shop-page h1, .b-shop-page h2 {
    width: 100%;
    padding-left: 0; }

  .b-shop-sidebar {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    padding: 90px 6% 0; }
    .b-shop-sidebar .b-button__box {
      padding-top: 15px; }

  .b-shop-sidebar__nav_box {
    position: relative; }
    .b-shop-sidebar__nav_box.fixed .b-shop-sidebar__nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      background: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11); }
      .b-shop-sidebar__nav_box.fixed .b-shop-sidebar__nav:before {
        content: "";
        position: absolute;
        right: 6%;
        top: 20px;
        width: 19px;
        height: 9px;
        background: url("../i/shops/i-nav-arrow.svg") no-repeat;
        transition: transform .25s; }
      .b-shop-sidebar__nav_box.fixed .b-shop-sidebar__nav li a {
        padding-left: 6%;
        padding-right: 6%;
        display: none; }
        .b-shop-sidebar__nav_box.fixed .b-shop-sidebar__nav li a.active {
          display: block;
          color: #d55c43; }
    .b-shop-sidebar__nav_box.fixed.open .b-shop-sidebar__nav:before {
      transform: rotate(180deg); }
    .b-shop-sidebar__nav_box.fixed.open .b-shop-sidebar__nav li a {
      display: block; }
      .b-shop-sidebar__nav_box.fixed.open .b-shop-sidebar__nav li a.active {
        color: #221F20; }

  .b-shop-sidebar__nav {
    font-size: 16px;
    line-height: 24px; }
    .b-shop-sidebar__nav li {
      min-height: 0;
      margin-bottom: 0; }
      .b-shop-sidebar__nav li:last-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .b-shop-sidebar__nav li a {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 11px 0; }
        .b-shop-sidebar__nav li a:after {
          display: none; }

  .b-shop-steps__container {
    padding-top: 20px; }
    .b-shop-steps__container .b-shop-steps__container_wrapper {
      padding-top: 0; }
    .b-shop-steps__container .b-shop-steps__box .slick-dots {
      left: 0;
      right: 0;
      margin-top: -10px; }
      .b-shop-steps__container .b-shop-steps__box .slick-dots li button {
        width: 32px;
        height: 32px;
        line-height: 28px;
        font-size: 16px;
        text-align: center;
        padding: 0; }
        .b-shop-steps__container .b-shop-steps__box .slick-dots li button:before {
          transform: none !important; }
    .b-shop-steps__container .b-wrapper {
      padding-top: 86px; }
      .b-shop-steps__container .b-wrapper .b-shop-steps__text {
        width: 100%;
        padding: 0 0 60px;
        font-size: 16px;
        line-height: 29px; }
        .b-shop-steps__container .b-wrapper .b-shop-steps__text .b-shop-steps__text_time {
          font-size: 16px;
          line-height: 29px; }
        .b-shop-steps__container .b-wrapper .b-shop-steps__text h3, .b-shop-steps__container .b-wrapper .b-shop-steps__text p {
          width: 100%; }
        .b-shop-steps__container .b-wrapper .b-shop-steps__text p {
          font-size: 16px;
          line-height: 29px; }

  .b-examples__box .b-examples__slider_wrapper .b-examples__3d {
    right: 0;
    bottom: 15px;
    display: none; }

  .b-examples__slider {
    margin-left: -7.5%;
    margin-right: -7.5%; }
    .b-examples__slider .slick-dots {
      display: none !important; }
    .b-examples__slider .slick-prev {
      margin-right: -44px;
      right: 97%; }
    .b-examples__slider .slick-next {
      margin-left: -44px;
      left: 97%; }
    .b-examples__slider .b-examples__slider_item img {
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: none;
      object-fit: cover; }
    .b-examples__slider .b-examples__slider_item {
      height: 400px; }

  .b-examples__desc_box {
    padding-top: 15px; }

  .b-examples__desc {
    width: 100%;
    padding-bottom: 18px; }
    .b-examples__desc p span {
      display: block; }
      .b-examples__desc p span:first-child {
        padding: 0;
        margin: 0;
        border-right: none; }

  .b-examples__comment_box .b-examples__comment_link {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    padding: 18px 67px 20px 16px;
    height: 72px; }
    .b-examples__comment_box .b-examples__comment_link span + span {
      left: 16px;
      top: 18px; }
    .b-examples__comment_box .b-examples__comment_link .b-examples__comment_icon {
      width: 40px;
      height: 40px;
      transform: none !important; }

  .b-examples__comment {
    padding-right: 0;
    background: none; }

  .b-conditions__container {
    margin-right: 0;
    padding-right: 0; }
    .b-conditions__container .b-wrapper__columns {
      padding: 0; }

  .b-calculator__container .b-calculator__wrapper {
    width: 100%;
    padding-left: 0; }

  .b-shop-form {
    padding-top: 50px; }

  .b-shop-form__faq {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .b-calculator__container {
    padding-bottom: 40px; }

  .b-shop-form {
    width: 100%;
    padding-top: 20px;
    margin: auto; }
    .b-shop-form .b-shop-form__bottom {
      width: 100%; }
      .b-shop-form .b-shop-form__bottom:before {
        left: 0;
        right: 0; }
      .b-shop-form .b-shop-form__bottom .b-input__box_result h3 {
        font-size: 18px; }
        .b-shop-form .b-shop-form__bottom .b-input__box_result h3 .b-shop-form__text {
          font-size: 26px; }
      .b-shop-form .b-shop-form__bottom .b-shop-form__send {
        margin-right: 60px; }
        .b-shop-form .b-shop-form__bottom .b-shop-form__send .b-input {
          height: 44px;
          padding: 7px 4% 8px; }
        .b-shop-form .b-shop-form__bottom .b-shop-form__send .b-button {
          width: 44px; }
          .b-shop-form .b-shop-form__bottom .b-shop-form__send .b-button:before {
            width: 26px;
            height: 31px;
            background-size: cover;
            margin: -15px 0 0 -13px; }

  .b-input__box.b-input__box_amount {
    float: left;
    width: 100%; } }
@media screen and (max-width: 550px) {
  .b-conditions__container .b-conditions__column_box {
    display: block; }
    .b-conditions__container .b-conditions__column_box .b-conditions__column {
      display: block;
      width: 100%;
      border-right: none; }

  .b-shop-page .b-main-box h1 {
    font-size: 30px; } }
.b-contact__top {
  position: relative;
  max-width: 830px;
  padding: 90px 6% 40px;
  margin: auto; }

.b-main-box__contact {
  overflow: hidden; }

.b-contact__column-box {
  position: relative;
  display: table;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  table-layout: fixed; }
  .b-contact__column-box .b-contact__column {
    display: table-cell;
    width: 33.333%;
    padding: 20px 5.5% 15px;
    position: relative;
    z-index: 2; }
    .b-contact__column-box .b-contact__column:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: -16px;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .b-contact__column-box .b-contact__column:last-child {
      z-index: 1; }
      .b-contact__column-box .b-contact__column:last-child:after {
        display: none; }
    .b-contact__column-box .b-contact__column .b-contact__column_arrow {
      position: absolute;
      width: 45px;
      height: 28px;
      top: 100%;
      left: 50%;
      margin-left: -22px;
      z-index: 2; }
      .b-contact__column-box .b-contact__column .b-contact__column_arrow span {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../i/contact-arrow.png") no-repeat;
        z-index: 2;
        position: relative; }
      .b-contact__column-box .b-contact__column .b-contact__column_arrow:before, .b-contact__column-box .b-contact__column .b-contact__column_arrow:after {
        content: "";
        position: absolute;
        top: 0;
        height: 16px;
        background: #fff;
        width: 100000%;
        box-shadow: 0 6px 10px rgba(61, 50, 50, 0.15);
        z-index: 1; }
      .b-contact__column-box .b-contact__column .b-contact__column_arrow:after {
        left: 100%; }
      .b-contact__column-box .b-contact__column .b-contact__column_arrow:before {
        right: 100%; }
    .b-contact__column-box .b-contact__column .b-contact__column_label {
      font-family: "Open Sans", sans-serif;
      opacity: .4;
      font-size: 16px;
      line-height: 28px; }
    .b-contact__column-box .b-contact__column .b-tel-block {
      position: relative;
      text-align: left;
      right: auto;
      top: 0;
      margin-top: 2px; }
      .b-contact__column-box .b-contact__column .b-tel-block a {
        font-size: 21px;
        line-height: 31px;
        white-space: nowrap; }
      .b-contact__column-box .b-contact__column .b-tel-block p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 0;
        text-align: left; }
    .b-contact__column-box .b-contact__column .b-contact__order {
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }

.b-map {
  height: 450px; }

.b-tooltip-init .close {
  position: absolute;
  right: 27px;
  top: 27px;
  width: 22px;
  height: 22px;
  background: url("../i/i-tooltip-close.svg") no-repeat;
  transition: transform .25s;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  color: transparent; }
  .b-tooltip-init .close:hover {
    transform: scale(1.2); }

.b-tooltip {
  width: 450px;
  z-index: 2;
  font-size: 19px;
  line-height: 31px;
  box-sizing: border-box;
  padding: 27px 27px 25px;
  position: relative;
  margin: 12px 12px 25px; }
  .b-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 41px;
    height: 25px;
    background: url("../i/i-tooltip-arrow.png") no-repeat;
    margin-left: -20px;
    z-index: 2; }
  .b-tooltip .b-tooltip__skew {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transform: skewX(-1.5deg);
    z-index: 1; }
  .b-tooltip .b-tooltip__wrapper {
    position: relative;
    z-index: 2; }
  .b-tooltip .b-tooltip__address {
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
  .b-tooltip .b-tooltip__contacts {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    margin-top: 23px; }
    .b-tooltip .b-tooltip__contacts li {
      padding-top: 4px; }
      .b-tooltip .b-tooltip__contacts li + li {
        padding-top: 14px; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_l {
      float: left;
      vertical-align: top;
      width: 40%;
      box-sizing: border-box;
      padding-right: 17px; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_r {
      float: right;
      vertical-align: top;
      width: 60%; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_tel {
      display: block;
      white-space: nowrap;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      color: #221F20; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_name {
      font-size: 19px;
      color: #221F20;
      opacity: .3; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_email {
      float: left;
      width: 100%;
      margin-top: -3px; }

@media screen and (max-width: 1920px) {
  .b-contact__column-box .b-contact__column {
    padding-left: 3%;
    padding-right: 3%; width:60%;} }
@media screen and (max-width: 1400px) {
  .b-contact__column-box .b-contact__column {
    padding-left: 3%;
    padding-right: 3%; width:100%;} }
@media screen and (max-width: 900px) {
  .b-contact__top {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%; width:100%; } }
@media screen and (max-width: 650px) {
  .b-contact__column-box {
    display: block; width:100%;}
    .b-contact__column-box .b-contact__column {
      display: block;
      width: 100%;
      padding-left: 6%;
      padding-right: 6%;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .b-contact__column-box .b-contact__column:last-child {
        border-bottom: none; }
      .b-contact__column-box .b-contact__column:after {
        display: none; } }
@media screen and (max-width: 550px) {
  .b-tooltip {
    width: 300px;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 15px 15px; }
    .b-tooltip .b-tooltip__address {
      width: 95%; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_r,
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_l {
      float: left;
      width: 100%; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_l {
      margin-top: 2px; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_tel {
      float: left;
      vertical-align: top; }
      .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_tel + .b-tooltip__contacts_tel {
        padding-left: 10px;
        position: relative; }
        .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_tel + .b-tooltip__contacts_tel:before {
          content: ",";
          position: absolute;
          left: 0;
          top: 0; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_email {
      margin-top: 0; }
    .b-tooltip .b-tooltip__contacts .b-tooltip__contacts_name {
      font-size: 14px;
      float: left; } }

/*# sourceMappingURL=style.css.map */
