@import url(https://fonts.googleapis.com/css?family=Roboto2:400,100,300,500,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);

.h1 {
  font-weight: 100
}


.h1 {
  opacity: .85;
  color: #000
}

.b_header,
.wide_block--bg_header {
  font-family: Roboto2, sans-serif
}

.h1 {
  font-size: 36px;
  line-height: 32px;
  position: relative;
  margin: 0;
  padding: 0
}



.h1.m_icon_6 {
  padding-left: 0;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(234, 234, 234, .2)
}

@media (max-width:481px) {
  .h1 {
    font-size: 24px
  }
}


.page-home .b_navbar_nav li:hover a {
  color: #b78c71
}

.page-home .b_navbar_nav,
.page-home .b_navbar_nav li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none
}

.page-home .b_header {
  background: rgba(0, 0, 0, .8)
}

.page-home .b_navbar_nav {
  display: table !important;
  width: 100%
}

.page-home .b_navbar_nav li {
  display: table-cell;
  text-align: center
}

.page-home .b_navbar_nav li ul {
  display: none
}

.page-home .b_navbar_nav li:hover {
  background: rgba(0, 0, 0, .5)
}

.page-home .b_navbar_nav li:hover>ul {
  display: block;
  background: rgba(0, 0, 0, .9);
  list-style: none;
  position: absolute;
  top: 75px;
  margin: 0;
  padding: 10px 0 16px;
  width: 286px
}

@media (max-width:991px) {
  .page-home .b_navbar_nav li:hover>ul {
    padding-left: 13px
  }
}

.page-home .b_navbar_nav li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.page-home .b_navbar_nav li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b78c71
}

.page-home .b_navbar_nav li:hover>ul>li:hover a {
  background-color: #040404;
  color: #b78c71
}

.page-home .b_navbar_nav li:hover>ul>li:hover>ul {
  background: rgba(0, 0, 0, .8);
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 286px;
  margin: 0;
  width: 286px;
  padding: 22px 0 16px
}

@media (max-width:991px) {
  .page-home .b_navbar_nav li:hover>ul>li:hover>ul {
    padding-left: 13px
  }
}

.page-home .b_navbar_nav li:hover>ul>li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.page-home .b_navbar_nav li:hover>ul>li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b78c71
}

.page-home .b_navbar_nav li:hover>ul>li:hover>ul>li a {
  background: 0 0;
  color: #fff
}

.page-home .b_navbar_nav li:hover>ul>li:hover>ul>li:hover a {
  background-color: #040404;
  color: #b78c71
}

.page-home .b_navbar_nav li:hover>ul>li a,
.page-home .b_navbar_nav li:hover>ul>li:hover>ul>li a {
  color: #fff;
  text-decoration: none;
  height: 54px;
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 0 16px 0 42px
}

.page-home .b_navbar_nav li:hover>ul>li.highlight a:before {
  content: "New!";
  position: absolute;
  background-color: #ce2828;
  color: #fff !important;
  font-size: 14px;
  display: block;
  padding: 3px 5px;
  right: 8px;
  border-radius: 6px;
  top: 10px
}

.page-home .b_navbar_nav li span {
  display: block
}

.page-home .b_navbar_nav li:nth-child(6):hover {
  background: rgba(0, 0, 0, .5)
}

.page-home .b_navbar_nav li:nth-child(6):hover a {
  color: #b78c71
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul {
  display: block;
  background: rgba(0, 0, 0, .9);
  list-style: none;
  position: absolute;
  top: 75px;
  right: 0;
  margin: 0;
  padding: 22px 0 16px;
  width: 286px
}

@media (max-width:991px) {
  .page-home .b_navbar_nav li:nth-child(6):hover>ul {
    padding-left: 13px
  }
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b78c71
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover a {
  background-color: #040404;
  color: #b78c71
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul {
  background: rgba(0, 0, 0, .8);
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 286px;
  margin: 0;
  width: 286px;
  padding: 22px 0 16px
}

@media (max-width:991px) {
  .page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul {
    padding-left: 13px
  }
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b78c71
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li a {
  background: 0 0;
  color: #fff
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li:hover a {
  background-color: #040404;
  color: #b78c71
}

.page-home .b_navbar_nav li:nth-child(6):hover>ul>li a,
.page-home .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li a {
  color: #fff;
  text-decoration: none;
  height: 48px;
  display: block;
  line-height: 48px;
  padding: 0 16px 0 42px
}

.page-home .b_navbar_nav a {
  color: #fff;
  text-decoration: none;
  height: 75px;
  display: block;
  line-height: 75px
}

@media (max-width:991px) {

  .page-home .b_navbar_nav {
    display: block !important;
    height: 0;
    overflow: hidden;
    transition: .3s linear;
    width: 286px;
    margin: 75px auto 0
  }

  .page-home .b_navbar_nav.open {
    width: 286px;
    margin: 75px auto 0;
    background: rgba(0, 0, 0, .9);
    height: auto
  }

  .page-home .b_navbar_nav.open li {
    display: block;
    text-align: left
  }

  .page-home .b_navbar_nav.open li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 16px;
    top: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b78c71
  }

  .page-home .b_navbar_nav.open a {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 30px
  }

  .page-home .b_navbar_nav li:hover>ul {
    position: relative;
    top: 0;
    padding-left: 0
  }

  .page-home .b_navbar_nav li:hover>ul>li {
    padding-left: 13px
  }

  .page-home .b_navbar_nav li:hover>ul>li:before {
    left: 29px
  }
}

@media (max-width:569px) {

  .page-home .b_navbar_nav,
  .page-home .b_navbar_nav.open {
    width: 286px;
    margin: 51px auto 0
  }

  .page-home .b_navbar_nav.open {
    background: rgba(0, 0, 0, .9);
    height: auto
  }

  .page-home .b_navbar_nav.open li {
    display: block;
    text-align: left
  }

  .page-home .b_navbar_nav.open li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 16px;
    top: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b78c71
  }

  .page-home .b_navbar_nav.open a {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 30px
  }
}

.page-home .e_navbar_toggle {
  display: none
}

.page-home .e_navbar_toggle.open {
  background: rgba(0, 0, 0, .5)
}

@media (max-width:991px) {
  .page-home .e_navbar_toggle {
    display: block;
    box-sizing: border-box;
    width: 120px;
    padding: 0 40px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -60px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 101
  }

  .page-home .e_navbar_toggle a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0
  }

  .page-home .e_navbar_toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 36px;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 40px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }
}

.page-home .e_navbar_toggle span:nth-child(1) {
  top: 25px
}

.page-home .e_navbar_toggle span:nth-child(2),
.page-home .e_navbar_toggle span:nth-child(3) {
  top: 34px
}

.page-home .e_navbar_toggle span:nth-child(4) {
  top: 43px
}

.page-home .e_navbar_toggle.open span {
  background: #b78c71
}

.page-home .e_navbar_toggle.open span:nth-child(1) {
  top: 34px;
  width: 0%;
  left: 50%
}

.page-home .e_navbar_toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.page-home .e_navbar_toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.page-home .e_navbar_toggle.open span:nth-child(4) {
  top: 34px;
  width: 0;
  left: 50%
}

@media (max-width:667px) {
  .page-home .e_navbar_toggle {
    height: 51px
  }

  .page-home .e_navbar_toggle span:nth-child(1) {
    top: 17px
  }

  .page-home .e_navbar_toggle span:nth-child(2),
  .page-home .e_navbar_toggle span:nth-child(3) {
    top: 26px
  }

  .page-home .e_navbar_toggle span:nth-child(4) {
    top: 35px
  }

  .page-home .e_navbar_toggle.open span {
    background: #fff
  }

  .page-home .e_navbar_toggle.open span:nth-child(1) {
    top: 26px;
    width: 0%;
    left: 50%
  }

  .page-home .e_navbar_toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .page-home .e_navbar_toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .page-home .e_navbar_toggle.open span:nth-child(4) {
    top: 26px;
    width: 0;
    left: 50%
  }
}

.b_header,
.b_header.m_scroll_background {
  background: #b78c71
}

.page-home .b_navbar_phone {
  display: none
}

.page-home .e_navbar_logo {
  display: block;
  opacity: 0;
  transition: all 2.1s ease 0s;
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -16px
}

.page-home .e_navbar_logo.showme {
  opacity: 1
}

@media (max-width:991px) {
  .page-home .e_navbar_logo {
    display: block;
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -16px
  }
}

.e_navbar_logo,
.e_navbar_toggle {
  display: none
}

.b_header {
  height: 75px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  transition: all 2.1s ease 0s;
  min-width: 320px
}

@media (max-width:1024px) {

  .b_header .b_navbar_header,
  .b_header .inner {
    width: 100%;
    padding: 0
  }
}

@media (max-width:667px) {
  .b_header {
    height: 51px
  }
}

@media (max-width:557px) {
  .b_header {
    height: 51px
  }
}

.b_header.m_scroll_background .b_navbar_nav li:hover,
.e_navbar_toggle.open {
  background-color: #b78c71
}

.b_header.m_scroll_background .b_navbar_nav li:hover a {
  color: #e8c0a7
}

@media (max-width:991px) {
  .e_navbar_toggle {
    display: block;
    box-sizing: border-box;
    width: 95px;
    padding: 0 30px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -60px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 101
  }

  .e_navbar_toggle a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0
  }

  .e_navbar_toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 36px;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }
}

.b_navbar_nav,
.b_navbar_nav li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none
}

.e_navbar_toggle span:nth-child(1) {
  top: 25px
}

.e_navbar_toggle span:nth-child(2),
.e_navbar_toggle span:nth-child(3) {
  top: 34px
}

.e_navbar_toggle span:nth-child(4) {
  top: 43px
}

.e_navbar_toggle.open span {
  background: #fff
}

.e_navbar_toggle.open span:nth-child(1) {
  top: 34px;
  width: 0%;
  left: 50%
}

.e_navbar_toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.e_navbar_toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.e_navbar_toggle.open span:nth-child(4) {
  top: 34px;
  width: 0;
  left: 50%
}

@media (max-width:667px) {
  .e_navbar_toggle {
    left: 0;
    margin-left: 0;
    height: 51px
  }

  .e_navbar_toggle span:nth-child(1) {
    top: 17px
  }

  .e_navbar_toggle span:nth-child(2),
  .e_navbar_toggle span:nth-child(3) {
    top: 26px
  }

  .e_navbar_toggle span:nth-child(4) {
    top: 35px
  }

  .e_navbar_toggle.open span {
    background: #fff
  }

  .e_navbar_toggle.open span:nth-child(1) {
    top: 26px;
    width: 0%;
    left: 50%
  }

  .e_navbar_toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .e_navbar_toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .e_navbar_toggle.open span:nth-child(4) {
    top: 26px;
    width: 0;
    left: 50%
  }
}

.b_navbar_header {
  padding: 0
}

.b_navbar_nav {
  display: table !important;
  width: 100%
}

.b_navbar_nav li {
  display: table-cell;
  text-align: center
}

.b_navbar_nav li ul {
  display: none
}

.b_navbar_nav li:hover {
  background-color: #b78c71
}

.b_navbar_nav li:hover a {
  color: #fff
}

.b_navbar_nav li:hover>ul {
  display: block;
  background: #b78c71;
  list-style: none;
  position: absolute;
  top: 75px;
  margin: 0;
  padding: 10px 0 16px;
  width: 286px
}

@media (max-width:991px) {
  .b_navbar_nav li:hover>ul {
    padding-left: 13px
  }
}

.b_navbar_nav li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.b_navbar_nav li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff
}

.b_navbar_nav li:hover>ul>li:hover a {
  background-color: #b78c71;
  color: #fff
}

.b_navbar_nav li:hover>ul>li:hover>ul {
  background: #b78c71;
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 286px;
  margin: 0;
  width: 286px;
  padding: 22px 0 16px
}

@media (max-width:991px) {
  .b_navbar_nav li:hover>ul>li:hover>ul {
    padding-left: 13px
  }
}

.b_navbar_nav li:hover>ul>li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.b_navbar_nav li:hover>ul>li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff
}

.b_navbar_nav li:hover>ul>li a,
.b_navbar_nav li:hover>ul>li:hover>ul>li a {
  height: 54px;
  display: flex;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}

.b_navbar_nav li:hover>ul>li:hover>ul>li a {
  background: 0 0;
  align-items: center;
  padding: 0 16px 0 42px
}

.b_navbar_nav li:hover>ul>li:hover>ul>li:hover a {
  background-color: #b78c71;
  color: #fff
}

@media (max-width:991px) {
  .b_navbar_nav li:hover>ul>li:hover>ul>li a {
    padding-left: 30px
  }
}

.b_navbar_nav li:hover>ul>li a {
  align-items: center;
  padding: 0 16px 0 42px
}

@media (max-width:991px) {
  .b_navbar_nav li:hover>ul>li a {
    padding-left: 30px
  }
}

.b_navbar_nav li:hover>ul>li.highlight a:before {
  content: "New!";
  position: absolute;
  background-color: #ce2828;
  font-size: 14px;
  display: block;
  padding: 3px 5px;
  right: 8px;
  border-radius: 6px;
  top: 10px
}

.b_navbar_nav li span {
  display: block
}

.b_navbar_nav li:nth-child(6):hover {
  background-color: #b78c71
}

.b_navbar_nav li:nth-child(6):hover a {
  color: #fff
}

.b_navbar_nav li:nth-child(6):hover>ul {
  display: block;
  background: #b78c71;
  list-style: none;
  position: absolute;
  top: 75px;
  right: 0;
  margin: 0;
  padding: 22px 0 16px;
  width: 286px
}

@media (max-width:991px) {
  .b_navbar_nav li:nth-child(6):hover>ul {
    padding-left: 13px
  }
}

.b_navbar_nav li:nth-child(6):hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.b_navbar_nav li:nth-child(6):hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff
}

.b_navbar_nav li:nth-child(6):hover>ul>li:hover a {
  background-color: #b78c71;
  color: #fff
}

.b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul {
  background: #b78c71;
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 286px;
  margin: 0;
  width: 286px;
  padding: 22px 0 16px
}

@media (max-width:991px) {
  .b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul {
    padding-left: 13px
  }
}

.b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff
}

.b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li a {
  background: 0 0;
  color: #fff
}

.b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li:hover a {
  background-color: #b78c71;
  color: #fff
}

.b_navbar_nav li:nth-child(6):hover>ul>li a,
.b_navbar_nav li:nth-child(6):hover>ul>li:hover>ul>li a {
  color: #fff;
  text-decoration: none;
  height: 48px;
  display: block;
  line-height: 48px;
  padding: 0 16px 0 42px
}

.b_navbar_nav a {
  color: #fff;
  text-decoration: none;
  height: 75px;
  display: block;
  line-height: 75px
}

@media (max-width:480px) {
  .b_navbar_nav.open {
    overflow: auto !important;
    height: 100vh !important
  }
}

@media (max-width:991px) {
  .b_navbar_nav {
    display: block !important;
    height: 0;
    overflow: hidden;
    transition: .3s linear;
    width: 286px;
    margin: 75px auto 0
  }

  .b_navbar_nav.open {
    width: 286px;
    margin: 75px auto 0;
    background: #b78c71;
    height: auto
  }

  .b_navbar_nav.open li {
    display: block;
    text-align: left
  }

  .b_navbar_nav.open li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 16px;
    top: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff
  }

  .b_navbar_nav.open a {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 30px
  }

  .b_navbar_nav li:hover>ul {
    position: relative;
    top: 0;
    padding-left: 0
  }

  .b_navbar_nav li:hover>ul>li {
    padding-left: 13px
  }

  .b_navbar_nav li:hover>ul>li:before {
    left: 29px
  }
}

@media (max-width:569px) {

  .b_navbar_nav,
  .b_navbar_nav.open {
    width: 286px;
    margin: 51px 0 0
  }

  .b_navbar_nav.open {
    background: #b78c71;
    height: auto
  }

  .b_navbar_nav.open li {
    display: block;
    text-align: left
  }

  .b_navbar_nav.open li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 16px;
    top: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b78c71
  }

  .b_navbar_nav.open a {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 30px
  }
}


.e_btn {
  transition: background-color .5s ease 0s
}

.b_navbar_phone {
  display: none
}

@media (max-width:667px) {

  .b_navbar_nav,
  .b_navbar_nav.open {
    margin: 51px 0 0
  }

  .b_navbar_phone {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 51px;
    top: 0;
    right: 13px;
    padding-left: 30px;
    text-decoration: none;
    outline: 0;
    width: 235px
  }

  .b_navbar_phone:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 24px;
    left: 0;
    top: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAkUlEQVQ4T+2UwQ3CQAwEZxuAIsKTmuBJBaGIUAHfUBc9EBrYyAo5IUDB8D5/Tid5vNbqbmV7C+yANbkagF62ux+gefQQ4Plx6yRdl0Rtb4A2egoo6ZDZdBaq4Ae3qjkLT6iaA9g+xiHp9OzVV3NKw8s/zYChiKSIllJvIJCJjgaYBv4ZVvcAIx73wCqTOcANuIwLe7oy+9qIrgAAAABJRU5ErkJggg==)
  }

  .b_navbar_phone a {
    display: inline-block
  }
}

@media (max-width:567px) {
  .b_navbar_phone {
    width: 235px
  }

  .b_navbar_phone a {
    display: block
  }
}

@media (max-width:415px) {
  .b_navbar_phone {
    padding-left: 0;
    text-align: right
  }

  .b_navbar_phone:before {
    left: 25px
  }
}

.m_scroll_background .b_navbar_nav {
  display: table;
  width: 100%;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0
}

.m_scroll_background .b_navbar_nav li {
  display: table-cell;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center
}

.m_scroll_background .b_navbar_nav li ul {
  display: none
}

.m_scroll_background .b_navbar_nav li:hover {
  background-color: #b78c71
}

.m_scroll_background .b_navbar_nav li:hover a {
  color: #b78c71
}

.m_scroll_background .b_navbar_nav li:hover>ul {
  display: block;
  background: #b78c71;

}

.m_scroll_background .b_navbar_nav li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b78c71
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:hover a {
  background-color: #b78c71;
  color: #fff
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:hover>ul {
  background: #b78c71;
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 286px;
  margin: 0;
  width: 286px;
  padding: 22px 0 16px
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:hover>ul>li {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:hover>ul>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b78c71
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:hover>ul>li a {
  background: 0 0;
  color: #fff
}

.m_scroll_background .b_navbar_nav li:hover>ul>li:hover>ul>li:hover a {
  background-color: #b78c71;
  color: #fff
}

.m_scroll_background .b_navbar_nav li:hover>ul>li a,
.m_scroll_background .b_navbar_nav li:hover>ul>li:hover>ul>li a {
  color: #fff;
  text-decoration: none;
  height: 48px;
  display: block;
  line-height: 48px;
  padding: 0 16px 0 42px
}

.m_scroll_background .b_navbar_nav li span {
  display: block
}


.m_scroll_background .b_navbar_nav a {
  color: #fff;
  text-decoration: none;
  height: 75px;
  display: block;
  line-height: 75px
}

@media (max-width:991px) {
  .m_scroll_background .b_navbar_nav {
    width: 286px;
    margin: 75px auto 0
  }

  .m_scroll_background .b_navbar_nav.open {
    display: block
  }

  .m_scroll_background .b_navbar_nav.open li {
    display: block;
    text-align: left
  }

  .m_scroll_background .b_navbar_nav.open a {
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 30px
  }
}

@media (max-width:991px) and (max-width:667px) {
  .m_scroll_background .b_navbar_nav {
    margin: 51px 0 0
  }
}

.m_scroll_background.open {
  background: rgba(0, 131, 127, .98)
}


.m_scroll_background .e_navbar_toggle.open {
  background: #b78c71
}

.m_scroll_background .e_navbar_toggle.open span {
  background: #fff
}

.m_scroll_background .b_navbar_nav.open {
  background: #b78c71
}


.e_header--phone {
  color: #fff;
  text-decoration: none;
  display: block
}

.wide_block--bg_header {
  background: url(../assets/46f1f47d/img/header_bg3.png) no-repeat;
  height: 100%;
  position: relative;
  margin: auto;
  background-size: cover;
  display: block
}

.wide_block--bg_header:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 0;
  background-color: #b78c71
}

@media (max-width:991px) {
  .wide_block--bg_header {
    background-position: 23% 0
  }
}

@media (max-width:569px) {
  .wide_block--bg_header {
    height: 787px;
    background-position: 25% 0;
    background-size: cover
  }
}

@media  (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
  .wide_block--bg_header {
    height: 560px;
    background-position: 25% 0;
    background-size: cover
  }
}

@media  (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
  .wide_block--bg_header {
    height: 450px
  }
}

@media  (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
  .wide_block--bg_header {
    height: 500px
  }
}

@media  (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
  .wide_block--bg_header {
    height: 500px
  }
}

@media (max-width:481px) {
  .wide_block--bg_header {
    background-position: 23% 0;
    background-size: cover;
    height: 560px
  }
}

.b_info_butons {
  position: absolute;
  top: 125px;
  z-index: 45
}

.b_info_butons .e_btn_apply {
  margin-left: 20px
}

@media (max-width:1025px) {
  .b_info_butons {
    position: absolute;
    right: 2%
  }
}

@media (max-width:991px) {
  .b_info_butons {
    top: 18.6%;
    position: absolute;
    right: 1%
  }
}

@media  (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
  .b_info_butons {
    top: 35%;
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -102px
  }

  .b_info_butons .e_header--phone {
    margin-left: 0
  }
}

@media  (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
  .b_info_butons {
    top: 38%;
    right: 2%
  }
}

@media  (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
  .b_info_butons {
    top: 35%;
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -102px
  }
}

@media  (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
  .b_info_butons {
    top: 34%;
    position: absolute;
    right: 2%
  }

  .b_info_butons .e_header--phone {
    margin-left: -37px
  }
}

@media  (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
  .b_info_butons {
    right: 2%;
    top: 34%;
    position: absolute
  }

  .b_info_butons .e_header--phone {
    margin-left: -37px
  }
}

@media (max-width:481px) {

  .b_info_butons {
    top: 32%;
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -102px
  }

  .b_info_butons .e_header--phone {
    margin-left: -10px
  }

  .wide_block--page_inner .b_info_butons {
    right: 2% !important
  }
}

@media (max-width:376px) {
  .b_info_butons {
    top: 35%
  }
}

.e_header--phone {
  font-size: 23px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  outline: 0;
  width: 235px;
  margin-left: -42px
}

.e_header--phone:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 24px;
  left: 0;
  top: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAkklEQVQ4T+2UwQ0CMQwEZxvgioAnNXFPKoAiuAr4Hm1RBEcDiyxIhAAdhnf8i+SJo1U8sr0GNkBHriZglO3DD1C5egrw+DgNks5zQ22vgF30VFDSNvPSMqiBH9Jq4cx8oRYOYPu+d9LwnNXXcGrDy55mwJgoSaGWWm8gkFHHEtgXdfwjq2uoI/TYA4uMc4ALcLoB1V25MlOik+kAAAAASUVORK5CYII=)
}

.wide_block--page_inner .b_info_butons {
  text-align: right
}

.e_btn_apply {
  font-size: 19px;
  font-weight: 300;
  line-height: 32px
}

.j_fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0)
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -140%, 0);
    transform: translate3d(0, -140%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -140%, 0);
    transform: translate3d(0, -140%, 0)
  }
}

.j_fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -140%, 0);
    transform: translate3d(0, -140%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -140%, 0);
    transform: translate3d(0, -140%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.j_fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

._get_feedback.j_fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  animation-delay: .2s
}

._get_request.j_fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-delay: 0s
}

.b_navbar_phone a,
.e_header--phone a {
  color: #fff;
  text-decoration: none
}

.e_btn {
  border-radius: 17px;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 173px;
  height: 36px;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0
}

.e_btn_apply {
  background-color: #ce2828;
  border: 2px solid #ce2828;
  color: #fff
}

.e_btn_apply:active,
.e_btn_apply:hover {
  background-color: #ef4545;
  border: 2px solid #ef4545
}

@media (max-width:991px) {

  .inner,
  body.page-home .inner {
    max-width: 100%
  }
}

.b_box--row_col {
  display: table-cell;
  margin: 0;
  min-height: 0;
  padding-left: 0;
  text-align: left;
  width: 50%;
  vertical-align: middle
}

.b_box--row_col img {
  width: 100%
}

.b_box--row_col {
  position: relative
}

.calculator-app-wrapper {
  display: block;
  position: relative
}

@media (max-width:975px) {
  .calculator-app-wrapper {
    margin: 0 auto
  }
}

.b_countdown {
  display: table-cell;
  width: 276px;
  height: 132px;
  vertical-align: middle;
  padding: 0 10px 0 22px;
  position: relative
}

.b_list_post--item {
  max-width: 590px;
  margin: 0 15px 29px
}

.b_popular_posts {
  background-color: #edfdfa;
  position: relative;
  padding: 30px 30px 39px
}

.b_popular_posts:after,
.b_popular_posts:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background: url(../assets/46f1f47d/img/bg_waves_white.png) repeat-x
}

.b_popular_posts:before {
  height: 4px;
  top: -4px
}

.b_popular_posts:after {
  height: 5px;
  bottom: -4px;
  transform: rotate(-180deg)
}

.e_posts--content span,
a.toggle span {
  opacity: .8;
  font-family: 'Open Sans', sans-serif
}

.e_posts--head {
  margin-bottom: 30px
}

.e_posts--head_photo {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden
}

.e_posts--head_photo img {
  width: 100%;
  display: block
}

.e_posts--head_name {
  display: table-cell;
  vertical-align: middle;
  padding: 0 22px
}

.e_posts--head_name h5 {
  margin: 0 0 5px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px
}

.e_posts--head_name p {
  margin: 0;
  color: #b78c71;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px
}

.e_posts--content {
  padding: 0 30px
}

.e_posts--content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: #000;
  max-height: 385px;
  overflow: hidden;
  margin: 0;
  word-wrap: break-word
}

.e_posts--content span span {
  color: #000;
  text-decoration: none;
  line-height: 12px
}

.e_posts--content a,
a.toggle span {
  color: #b78c71;
  text-decoration: underline
}

.e_posts--content a {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px
}

a.toggle span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px
}

@media (max-width:991px) {
  .b_box--row_col {
    vertical-align: top
  }

  .b_popular_posts {
    padding: 15px 15px 39px
  }

  .e_posts--head {
    margin-bottom: 15px
  }

  .e_posts--head_photo {
    width: 120px;
    height: 120px
  }

  .e_posts--head_name {
    padding: 0 0 0 15px
  }

  .e_posts--head_name h5 {
    font-size: 18px
  }

  .e_posts--head_name p {
    font-size: 14px
  }

  .e_posts--content {
    padding: 0 15px
  }

  .e_posts--content p {
    font-size: 14px;
    line-height: 26px
  }
}

@media (max-width:481px) {
  .b_list_post--item {
    margin: 0 auto 29px
  }

  .b_box--row_col {
    display: block;
    width: 100%
  }

  a.toggle span {
    line-height: 18px
  }

  .e_posts--head_photo {
    width: 85px;
    height: 85px
  }

  .e_posts--content p {
    max-height: 415px
  }
}

.footer {
  width: 100%;
  background-color: #333;
}

.footer .inner {
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px
}

.footer_navbar {
  list-style: none;
  
}

.footer_navbar li a {
  text-decoration: none;
}

.footer_navbar li a:hover span {
  color: white;
}



.footer--logo {
  width: 200px;
}

@media (max-width:767px) {
  .footer--content {
    font-size: 13px
  }
}

.footer--content span {
  color: #b78c71
}

.footer--content span.e_footer_phone {
  display: inline-block;
  
  padding-left: 24px;
  position: relative;
  color: #fff;
  font-size: 16px
}

.footer--content span.e_footer_phone:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 24px;
  opacity: .6;
  left: 0;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAkElEQVQ4T+2UwQ3CQAwEZxuAIsKTmpInFUARoQK+iLZSQ5QKFlkhJwQoGPE9f04nebzW6m5lew+0wJZcTcBVtvsfoGX0FODlceslDWuitnfAMXoKKOmQ2XQRquAHt6o5K0+omgPYPsUh6fzs1VdzSsPLP82AoYikiJZSbyCQiY4GmAf+E1YRjx2wyWQOMAK3Ows9ujH4T4AtAAAAAElFTkSuQmCC)
}


.footer--content .e_footer_email {
  display: inline-block;
  position: relative;
  margin-left: -24px;
  padding-left: 24px;
  color: #fff;
  font-size: 16px;
  text-decoration: none
}

.e_footer_phone {
  color: #b78c71;
  text-decoration: none;
}

.e_footer_phone:hover {
  color: #fff;
}

.footer--content .e_footer_email:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  opacity: .6;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-size: cover;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAACj0lEQVRIS7WW24tOURjGfw/K+ZRTueDC+cINLv0L/gHFjeJKOcshIsUMQo3InZB75UaJhgs3DlHImQuSTHJhholH71jftOzZ33x75vtm1W7XWnu972+9h2cv2V4PrAK6+DdGpfdIvQzEMx74JttbgaUj5a2B3e4A2AIsyz7sBG4B89Jc0DY7RgOfganABmBMMlgK8B04KqmWkmad9++3vQ5YnRnsA6ilIE4+O0vHcUmvWuXd9g5gEdADPAVWAD9zgMuS7tg+BkxPjk9IetksROY8TJ0BvgKHgd4c4Jqk67bD+T5gcnLcLun1cCEKRX5FUqftJcC2UoBwlCD2AlNSywTEm6FC2N4OLE77+iKc7EfXReoHRqDmxPa0FIkaRNRE5UgUnF+SdDez3Rggkc5IEBPT5rYqkSjk/Kqk23n0bFcDyCAiHZOA30Ck411ZOmwLiGpfmNYHOK+cggLxWOAAMBP4kyDeFiFs7wIWpPlzkh7VAa0egUScA8RUQEQ6+iNhO6o6qrs26rZwMymI/g1pjkiEoHQA74HNqdp/AN1A1E6M85IelkSqWgRKOmE/EFLdBkwoCe8FSfdtHwTmpvWzkh4PuQgHa0PbccJNwPxkOKJxUdKDlLL41e4B5qT1DklPKreh7VDBUMNBJdl2/DvC2UdJvYVTRoTCRqQrxmlJzxp2QYnzk5JelFVzoznboR/RwjWIU5Ke1yvCmk4fAWYVqRs5q7duO5Q0IhHKGmM3MA44VJTim+l3vLxVzrOc5xBfgHvAGuBXfiOK9goli1YKtfs03FOX7UsquTMTqvisp+xKFrp9I13JAqhVV7IP6eq3NgP870bUygNXtdUHsBFYmQQmNsap4xmpETIeI9q06y+J/Hh6WJ2qJwAAAABJRU5ErkJggg==)
}




.footer--content .footer--item.social-networks .vk {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  text-indent: 9999px;
  overflow: hidden;
  background: url(../assets/46f1f47d/img/ico-vkontakte.png) 50% 50% no-repeat;
  vertical-align: middle;
  
  margin-top: 20px;
}

.footer--content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.copyright {
  color: #fff;
  max-width: 250px;
  margin-bottom: 20px;
}

.footer--item-3 {
  padding-top: 1em;
  padding-bottom: 1em;
}


.modal_1--inner {
  width: 412px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  padding: 35px;
  position: relative
}

@media (max-width:376px) {
  .modal_1--inner {
    width: 280px;
    padding: 20px
  }
}

.modal_1--close {
  position: absolute;
  top: 47px;
  right: 35px;
  width: 11px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAA3klEQVQYV22RLXICQRCF3xvOktpZCblFFIYDJOD5sXhcwIFIChOHQsEB0ICjFs4BBjGPmtlha3fDuO76vql+3VwBjTdr53Ju3bpctqi9g7Uj32pl2ZRHa5cCPgHc4Vy7LOzTdEhpGnypz0OSfIH8BcCyUAGBq4z58ACi8APABEH6A9mNEwXw/XTaBfiF8GwXoG8UcBDSdAWp8yQJjJtZNinV8ec89XdtGZXQ+cxV8CZgQcDLeYa4JdbAYsZ/oZ1r85gkM5EDxPX41C9CE1KPAvxhJjJmUwYrgr/g+bx8AOpLedUdGMJ2AAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  text-align: center;
  z-index: 2
}


.e_send_form {
  transition: background-color .5s ease 0s
}

@media (max-width:376px) {
  .modal_1--close {
    top: 15px;
    right: 15px
  }
}

.modal_1--close:active,
.modal_1--close:hover {
  opacity: .75
}

.modal_1--h {
  color: #000;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  position: relative;
  padding-left: 46px;
  padding-bottom: 20px;
  margin: 0 0 18px
}

.modal_1--h.m_apply:before,
.modal_1--h:after,
.modal_1--h:before {
  content: "";
  display: block;
  position: absolute;
  left: 0
}

.modal_1--h:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAABbUlEQVRIS+2WsU7CUBSG/wOBtOmiJu6+gY9gSIyEUFecfAOjLg7OTujAhpuLTrgYU0MKvojyDLa6WBqgx1RzTS0297ZgF9vx3nvO/92/57SH0OtV9RXjHOB9AGvI53EAvvFevRPSbasDwnE+unMqbdIH1kuON48TOCEAi1Vvx6Q8nIhqFgCFA4UDUgeiLRO2qGjVtOvR9k7VhmmFks4XAJkd+ItPc6oaKAD+hQNKA8ncrMBM2vDhlIAzAKWMTjnKI9kPANs2dJpcAWhlFBZhbfoaSvULgMKhdDUpoQDQ+v0NKs/uAGwuIO4CfP05lMqSiJ4NAbTB/RahdAtgPRI3CmblXb/ReJLl+m1fGYBABwzuAKiIRMR4rEzQejNNN4t4GKMMEBdgxuW4ahyiVptmFc8KMCXG0Xvd7C4i/O2iLEns9+oGTHt+vTmUxanup3kFo6BEpr/dfFZNrnJOCWAZxZYEIwXQbKu7jGJLAvgAPpUICHaBVTcAAAAASUVORK5CYII=);
  width: 32px;
  height: 30px;
  top: 8px
}

.modal_1--h.m_apply:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAmUlEQVRIS+3XQQ5AMBAFULN0MDYcijtZuRi7CsmIlGlTZn4sxlrm+b9NG1TPU6gUn0A0rE03SiNJG9yhFHqCS9uTRlAOIKFmoJTUFHxCzcEYhYBXFAYyqg5KO513r4MaZ8ExwytVq5IH/a/Sr9dWfPtkE8JB7UXMJoSD8ErhILxSOAivFA7CK3WwtIHb0VY64O37Jn9PqY/ZAG1t8SgiQJDHAAAAAElFTkSuQmCC);
  width: 28px;
  height: 32px;
  top: 1px
}

.modal_1--h:after {
  background-color: #b78c71;
  width: 100%;
  height: 2px;
  bottom: 0
}

.b_popup_question_form {
  width: 100%
}

.e_form_group {
  margin-bottom: 10px;
  position: relative
}

.e_form_group.m_bg {
  background-color: #f3f3f3;
  padding: 15px 0;
  text-align: center
}

.e_form_group.m_border:after,
.e_form_group.m_border:before {
  background-color: #c4c4c4;
  height: 1px;
  opacity: .4;
  position: absolute;
  width: 100%;
  display: block;
  content: ""
}

.e_form_group.m_border {
  padding-top: 24px;
  margin-bottom: 28px
}

.e_form_group.m_border:before {
  top: 11px
}

.e_form_group.m_border:after {
  bottom: -16px
}

.e_form_group.m_border p {
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px
}

.e_form_group label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px
}

.e_form_group label.error {
  color: #cc2424;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block
}

.e_form_group label span {
  opacity: .5;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px
}

.e_form_group input {
  width: 100%;
  height: 42px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 6px 12px !important;
  display: block;
  box-sizing: border-box;
  box-shadow: none;
  outline: 0;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px
}

.e_form_group input.error {
  background-color: #fff6f6;
  color: #404040
}

.e_form_group input.error {
  border: 1px solid red
}

.e_form_group input:-moz-placeholder,
.e_form_group input:-ms-input-placeholder,
.e_form_group input:-webkit-input-placeholder {
  opacity: .5;
  color: #000
}

.e_form_group textarea {
  width: 100%;
  height: 95px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
  resize: none;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px
}

.e_form_group textarea.error {
  border: 1px solid #d33030;
  background-color: #fff6f6
}

.e_form_group .error {
  display: block;
  line-height: 14px;
  padding-top: 3px
}

.e_form_group .e_send_phone {
  width: 100%;
  height: 30px;
  background-color: #b78c71;
  border: 1px solid #b78c71;
  border-radius: 15px;
  cursor: pointer;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px
}

.e_form_group .e_send_phone:focus {
  outline: 0
}

.e_form_group .e_send_phone.disabled,
.e_form_group .e_send_phone[disabled] {
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2
}

.e_form_group .e_send_phone.error {
  -webkit-box-shadow: 0 0 0 3px red;
  -moz-box-shadow: 0 0 0 3px red;
  box-shadow: 0 0 0 3px red
}

.e_form_group .e_cancel {
  opacity: .5;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  padding: 0 15px;
  cursor: pointer;
  background-color: transparent;
  border: none
}

.e_form_group .e_chang_number,
.e_form_group .e_send_again {
  color: #00b591;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 10px;
  background: 0 0;
  border: none;
  outline: 0
}

.e_form_group .e_chang_number.disabled,
.e_form_group .e_chang_number[disabled],
.e_form_group .e_send_again.disabled,
.e_form_group .e_send_again[disabled] {
  color: #e2e2e2;
  cursor: not-allowed
}

.e_form_group .e_phone_confirm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAqCAYAAADxughHAAACnUlEQVRoQ+2Zb0gTYRzHv89tE/9kbrhpZrgSKaayJF8IYdEcxWa9jOxNSAa96E3Qi6CIXtWL3vgiehMxVy+iNxVFCC4yJhVFlnFmrNBoGm5hM8NVp87dxR1tyVkv3POc2+Tu3XH3+9338/0+9zzPccQW9HkJOB8gVSEvDxKVIB4jFUF/JH8hUs6TKKkI9kh5GYRKtA6SaynqieiJaOSAPrQ0MjbjtnoiGVunUWHOJEIA0Gwxsg7CgeBcbTM2F61H17vHGeeVVRCzsQBX6/dgl2Ujjo70IzD9Of9A6kssuN7ohr2wFKdHn+NG5H3GEHJhVhLZb7XjimM3ijkjLk8M4+Kn11QQWQHpqnbgQl0LDCDom55A50g/NcSqg5zd0oyTNU5FeOjnDA686cWPZCJ3QEyEQ0IS/yvISAi6t7Wio7JOuefb4jy8Qw8QFuJMIJgkss5gwi3nPvDxGM6PvYSoWg0KCIdrDS54ymsU0UlI6OADePI9ygyCCYi/oQ3tVrsiqjc2jhOhAcyJSeW8iDPA3+iGy1KdFn0pPITucZ4pBBOQrcVm3G3ywmYqVMQNzk7hyNtHmBeTuOnci51lG9Ki5RQO8YFlqbGgYjL9qmE+CrOILQhoKatMa/yaEND26j6mFgQWupf1YAIid1XDLH2SvIc6PPwQwZlJTSCYDK2lyhwlFtze7oH1zzBLXeuJhHBm9IVmEMxB5IY7Sm240+RRVm35CM/F4Rq8h1/iYn6ByGpbzVXKlCyvLwf5PjxlPNX+yxFm74i6ubyfcpdvwqkPzzRNItVcMxBl3FJ+LK3EAU1BViKE9l4dhNZB1vV6Iqwdpe2nJ0LrIOt6PRHWjtL2W0uJrIXf0/hCbAP+diJJPgB/v0lpc17d+kmJkOO/AUnjA3xXvuf1AAAAAElFTkSuQmCC);
  height: 42px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 50px
}

.e_form_group-avatar {
  position: relative;
  border: 1px dashed #a0a0a0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px
}

.e_form_group-avatar label {
  display: block;
  position: relative;
  height: 150px;
  line-height: 150px;
  text-align: center;
  cursor: pointer
}

.e_form_group-avatar label:hover {
  background: #f0f0f0
}

.e_form_group-avatar .avatar-thumbnail {
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0;
  line-height: 100px;
  text-align: center;
  background: #fff;
  overflow: hidden
}

.e_form_group-avatar .avatar-thumbnail a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 40pt;
  text-decoration: none
}

.e_form_group-avatar .avatar-thumbnail a:after {
  content: '×';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 100
}


.e_send_code_confirm:before {
  content: "";
  right: 14px
}

.e_form_group-avatar .avatar-thumbnail a:hover:after {
  display: inline-block
}

.e_send_code_confirm {
  position: relative;
  background-color: #b78c71;
  border: 1px solid #b78c71;
  width: 52px;
  height: 39px;
  border-radius: 19px;
  top: 0;
  margin-left: 5px;
  text-indent: -9999px;
  cursor: pointer;
  outline: 0
}

.e_send_code_confirm:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABXElEQVQ4T62UvyuFYRTHP19CUQbFH8CmkImiFHKz6MaqLCaZbBaLxGiRwWRSBkohAzabzSRmURYlUnz13B567+v+cC9nfJ5zPs/3/Z5zXvFPYbtGf2XZrgVWgY4/wWy3ADvACDBZNcx2N7APtANzkjargtmeAraBJmBN0mKwq2KY7XlgHQheHQBZSa4IZjs8vALkVABXwICkp68m5pTZrpf0VqyztuuALWAm5jwC/ZJukjWy3QwcAZfAgqT3ZILtBmAXmIjn4T4j6TT9eICFjmTjxR4wLeklKm4EwlkmUbgkabnQVwRYJ3AOtMWEi6jiFTgEhhKFZ8BYWn3aszTwGngABhOge6BX0l0xb79Ho4DCPOuAcUknpdYvb85sdwHB2NZU0YakMF8l48fQ2u6LwDDdIW6BHknPFcNiF4eBYyDM16ikYHzZKLpOcf+CT7NlKTGh5G7mfnjSx29hnzYncQeRc5VkAAAAAElFTkSuQmCC);
  width: 19px;
  height: 16px;
  top: 10px;
  outline: 0
}

.e_send_code_confirm:focus {
  outline: 0
}

.e_send_code_confirm.disabled,
.e_send_code_confirm[disabled] {
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  cursor: not-allowed
}

.successMessage {
  background: rgba(255, 255, 255, .95);
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 5
}

.successMessage .e_send_form {
  margin: 0 auto;
  display: block
}

.successMessage div {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  text-align: center
}

.successMessage p {
  text-align: center;
  margin: 0 50px 15px;
  line-height: 25px
}

.e_send_form {
  width: 180px;
  height: 50px;
  background-color: #da0202;
  border-radius: 25px;
  box-shadow: 0 3px 0 #a11;
  border: 1px solid #da0202;
  cursor: pointer;
  outline: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px
}

.e_send_form:focus,
.e_send_form:hover {
  opacity: .8
}

.e_send_form.disabled,
.e_send_form[disabled] {
  background-color: #e2e2e2;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  cursor: not-allowed
}

.e_send_form.disabled:focus,
.e_send_form.disabled:hover,
.e_send_form[disabled]:focus,
.e_send_form[disabled]:hover {
  opacity: 1
}

@media (max-width:376px) {
  .e_send_form {
    width: 140px
  }
}

.wide_block--page_inner {
  background: url(../assets/46f1f47d/img/page_inner.jpg) no-repeat;
  position: relative;
  margin: auto;
  background-size: cover;
  font-family: Roboto2, sans-serif;
  display: block
}

.wide_block--page_inner .inner {
  position: relative;
  height: 100%
}

.wide_block--page_inner .b_info_butons {
  right: 1.2%;
  top: 88px;
  margin-left: 0;
  position: absolute
}

.wide_block--page_inner .b_info_butons .e_header--phone {
  margin-left: 129px;
  color: #fff;
  width: 235px
}

.wide_block--page_inner .b_info_butons .e_header--phone:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 24px;
  left: 0;
  top: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAkklEQVQ4T+2UwQ0CMQwEZxvgioAnNXFPKoAiuAr4Hm1RBEcDiyxIhAAdhnf8i+SJo1U8sr0GNkBHriZglO3DD1C5egrw+DgNks5zQ22vgF30VFDSNvPSMqiBH9Jq4cx8oRYOYPu+d9LwnNXXcGrDy55mwJgoSaGWWm8gkFHHEtgXdfwjq2uoI/TYA4uMc4ALcLoB1V25MlOik+kAAAAASUVORK5CYII=)
}

.wide_block--page_inner .b_info_butons .e_btn_apply {
  margin-left: 10px
}

.wide_block--page_inner .b_info_butons .e_btn {
  display: inline-block;
  font-size: 17px;
  text-transform: none;
  font-weight: 400
}

@media (max-width:991px) {
  .wide_block--page_inner .b_info_butons {
    right: 2%
  }
}

@media (max-width:667px) {
  .wide_block--page_inner .b_info_butons {
    top: 75px;
    right: 30px;
    left: auto
  }

  .wide_block--page_inner .b_info_butons .e_header--phone {
    display: none
  }

  .wide_block--page_inner .b_info_butons .e_btn {
    display: block;
    margin: 0 0 6px
  }

  .wide_block--page_inner .b_info_butons .e_btn_apply {
    margin: 0
  }
}

@media (max-width:415px) {
  .wide_block--page_inner .b_info_butons {
    right: 5px
  }
}

@media (max-width:376px) {
  .wide_block--page_inner .b_info_butons {
    top: 75px;
    width: 304px;
    right: auto;
    left: 50%;
    margin-left: -152px
  }

  .wide_block--page_inner .b_info_butons .e_header--phone {
    display: none
  }

  .wide_block--page_inner .b_info_butons .e_btn {
    display: inline-block;
    margin: 0;
    width: 148px
  }

  .wide_block--page_inner .b_info_butons .e_btn_apply {
    margin: 0 0 0 3px
  }
}

.page_inner_header {
  position: relative;
  width: auto;
  min-height: 100px;
  text-align: center;
  padding-top: 170px;
  overflow: hidden;
  z-index: 40
}

.page_inner_header .h1 {
  color: #fff;
  padding: 0 0 30px
}

.page_inner_header .h1:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 14px;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAADAklEQVQ4T42Sa2ibVRzGf+e95U2WJk2zLr3YaWNlk0ll1Kqb4BTUbuoHkW0MjAp+0C/CdIoXvEyH+kFB5kBkgjAczguCbg6KAztwq8iUOgadsqSbxTVtktolveRN3vfNOZLIRunm5Xw7/J/z43+e5xEsOZ2fH3hmWsoXEp0JreJ6atZ1eaCtA1dKDueniFkWQcsS2amCClTdvXMPP/rSYoRYfNk8NPTWl+kzLyIEVjiEGY9y/4p2+iPNKKUYLs1wZLqALM5SmV0AWWNTMvnh4N0DT1zkXAK2f3Zg92SxuB3bhloNnAqb1lzPQDJJruIgEKwIBvkmM8Z3o6chFEQYBsopEwtH919IpR6pQ8VrR48au8//sa+Yzz1EMAgoDMtmS08PNzRFmFWSpuZofWkWSnOEJPxSvMDX585S81waA6fMsnh88N01vZvFtuFje4ez2cfDto0mBMr3MYM2vbEWStUqrpLYptl4V3E9TE0jFghwojCNrFYxTBOpFPPVCmtbE4fEvvHMbTnJx2Upk7YQRE2Lg7kJvp3M0hIKIZXEmymCVJgtMTRdY8Zx2NCaYEvHVcx7PhUlMYTIX61bqYaHe9LpyJhbHhJC62s2TMo1n/2T5yl7LvaCA77/t+e6jhdehjB0Um2dtFoBpj0PDZVp0QN3vLxq1cSlUJRS4o0zvx3/0/fWd4RCHCvkGRxLs1w3wdDqdiP8Gnnf487ubu5p6yRbD0TXT9tKu/X51avnGqEs7eFzv44eBnWf5bp8cjZD3vOImGZDtuD7hDWNVPe16MEQFeQP68LNd23t6nIuq81i8LM//fhpCLaNlkocHD9HPGAjhCDvONzbtZK++PK6LUfeuWX9wNKFLtvwomDPqZGPJubLj32RSTNVLqMLjahlsrXnOq6JRr7a3rv2waWwK355sejNkRO7fs4VXjk0/js1JdnYtZJ1ifb3d/bf/OSVYP8JbDTg1MlX3z458vqc67Gz/6b3dtzY99Q/wf4XsC7acfz7XY5UTR/cvuHpf4PVZ38Bnvsxg9Yr1xQAAAAASUVORK5CYII=)
}

.page_inner_header p {
  margin: 0 0 15px;
  padding: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  text-align: center
}

.page_inner_logo {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 86px;
  left: 27px;
  z-index: 50
}

@media (max-width:667px) {
  .page_inner_logo {
    left: 26px;
    top: 82px
  }
}

@media (max-width:415px) {
  .page_inner_header {
    padding-top: 180px
  }

  .page_inner_logo {
    left: 10px
  }

  .page_inner_logo img {
    width: 80%
  }
}

@media (max-width:376px) {
  .page_inner_header {
    padding-top: 215px
  }

  .page_inner_logo {
    left: 50%;
    margin-left: -101px;
    top: 150px
  }

  .page_inner_logo img {
    width: 80%
  }
}

.header_icon {
  min-height: 80px;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 100%
}

@media (max-width:769px) {

  .b_tariff_table.m_desktop {
    display: none
  }
}

@media (max-width:380px) {
  .b_tariff_table {
    margin-left: 0
  }
}

.plan-field-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  display: table;
  transition: transform 1.3s, opacity ease .5s, top 1.3s;
  opacity: 0
}

.plan-field-content.active {
  display: table;
  opacity: 1
}

.plan-field-content:nth-child(1) {
  transform: translateY(-200%);
  top: -200%
}

.plan-field-content:nth-child(1).active {
  top: 0;
  transform: translateY(-50%)
}

.plan-field-content:nth-child(2) {
  transform: translateY(-200%);
  top: -200%
}

.plan-field-content:nth-child(2).active {
  top: 0;
  transform: translateY(-50%)
}

.plan-field-content:nth-child(3) {
  top: -400%;
  transform: translateY(-400%)
}

.plan-field-content:nth-child(3).active {
  top: 0;
  transform: translateY(-50%)
}

.plan-field-content:last-child {
  top: -300%;
  transform: translateY(-300%)
}

.plan-field-content:last-child.active {
  top: 0;
  transform: translateY(-50%)
}

@-webkit-keyframes blink6 {
  10% {
    transform: scale(1, 1) rotate(80deg)
  }

  20% {
    transform: scale(0, 0) rotate(160deg)
  }

  100% {
    transform: scale(0, 0) rotate(0)
  }
}

@keyframes blink6 {
  10% {
    transform: scale(1, 1) rotate(80deg)
  }

  20% {
    transform: scale(0, 0) rotate(160deg)
  }

  100% {
    transform: scale(0, 0) rotate(0)
  }
}

@media (max-width:1025px) {

  .b_branches_wrap {
    overflow: auto
  }
}

@media (min-width:570px) {

  .b_branches_wrap,
  .b_branches_wrap img {
    box-sizing: content-box
  }

  .b_branches_wrap {
    position: relative;
    width: 100%;
    border-top: 2px solid #b78c71;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 50px
  }

  .b_branches_wrap .metro-station-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 100;
    box-sizing: content-box
  }

  .b_branches_wrap .metro-station-list>ul,
  .b_branches_wrap .metro-station-list>ul>li {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: content-box
  }
}

.b_branches_wrap {
  position: relative;
  width: 100%;
  border-top: 2px solid #b78c71;
  font-family: 'Roboto Condensed', sans-serif;
  box-sizing: content-box;
  margin-bottom: 50px
}

@media (max-width:569px) {

  
  .b_branches_wrap img {
    display: none
  }

  .b_branches_wrap .metro-station-list {
    position: relative;
    padding: 20px 0
  }

  .b_branches_wrap .metro-station-list>ul {
    position: relative;
    margin: 0;
    padding: 0
  }

  .b_branches_wrap .metro-station-list>ul li {
    position: relative;
    left: auto !important;
    top: auto !important
  }
}

.e_tooltip_map {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 20px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .18);
  position: absolute;
  width: 230px;
  z-index: 40
}

.e_tooltip_map:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px
}

.e_tooltip_map p {
  margin: 0;
  padding: 0;
  opacity: .85;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px
}

.list_check_icon {
  vertical-align: top
}


.list_check_icon>li:before {
  content: ""
}

.list_check_icon {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0 0 35px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3
}

.list_check_icon>li {
  position: relative;
  opacity: .85;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  padding-left: 28px
}

.list_check_icon>li:before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 14px;
  top: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABdUlEQVQoU52TTS8DURiFz7kaSc3MxkdigS0haRBJw4KEtJp2xMeCBeIH+APsxIp/YC82FhKlU9NWiLWlH2AhsSCxmSmJ9r4yUVJfVe7y5pwn933PucQ/j5k/noNghX/2b2woc3hoU4h1kMt/A7iuYfJ5V4BZkOt+LLVVN8AqHLRo3ZgBEAWx58fspeD1dQHC+aMuJXQB9AC49M3iKEbmH+sCmAWnV7ScANIJ4E6X1OBjMnnztjuGHadDhfQeBavepH1VvVQjl+kHJA+gFUCJwglvMnVRraGRy5wDMgbggcKZN0FT3hmg6MDcUjGs+XF7+3NqtLLZbq3K5yDaATyRWNRluaZiYG5+NTDnx5IJkPIFEFyYJ+k+UeoMQBuAMogiBFZFfC86FCkmErffdeY9BaNwGIFuOK3M+64lueDFUvs/Fe5DjGE3E1WUAGJUIkp7cXu6Vlu/9MB0nXGhzgb70CXVVx1ZzRE+xOceLQphFeNTO7/9lRdZN3wPcsmUtwAAAABJRU5ErkJggg==)
}

@media (max-width:767px) {
  .list_check_icon {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }
}

@media (max-width:420px) {
  .list_check_icon {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
  }
}

@media (max-width:667px) {
  .b_navbar_phone {
    line-height: 1.2 !important
  }
}

.inner,
body,
body.page-home .inner {
  min-width: 320px;
  margin: 0 auto
}

@media (max-width:1600px) {

  @keyframes pulse {

    0%,
    100% {
      -webkit-transform: scale(.9);
      transform: scale(.9);
      opacity: 1
    }

    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
    }
  }

  @-webkit-keyframes pulse {

    0%,
    100% {
      -webkit-transform: scale(.95);
      opacity: 1
    }

    50% {
      -webkit-transform: scale(1);
      opacity: 1
    }
  }

  @keyframes tossing {

    0%,
    100% {
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg)
    }

    50% {
      -webkit-transform: rotate(8deg);
      transform: rotate(8deg)
    }
  }

  @-webkit-keyframes tossing {

    0%,
    100% {
      -webkit-transform: rotate(-8deg)
    }

    50% {
      -webkit-transform: rotate(8deg)
    }
  }

  @-webkit-keyframes circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(.5) skew(1deg);
      -webkit-opacity: .1
    }

    30% {
      -webkit-transform: rotate(0) scale(.7) skew(1deg);
      -webkit-opacity: .5
    }

    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      -webkit-opacity: .1
    }
  }

  @keyframes circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(.5) skew(1deg);
      transform: rotate(0) scale(.5) skew(1deg);
      opacity: .1
    }

    30% {
      -webkit-transform: rotate(0) scale(.7) skew(1deg);
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .5
    }

    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .1
    }
  }

  @-webkit-keyframes circle-fill-anim {

    0%,
    100% {
      -webkit-transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
    }

    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      opacity: .2
    }
  }

  @keyframes circle-fill-anim {

    0%,
    100% {
      -webkit-transform: rotate(0) scale(.7) skew(1deg);
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
    }

    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .2
    }
  }
}

.wide_block,
body {
  position: relative
}

.b_wrapper_page,
body,
html {
  height: 100%
}

*,
:after,
:before {
  box-sizing: border-box
}

body,
html {
  width: 100%
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover {
  outline: 0
}

button::-moz-focus-inner {
  border: 0
}

body {
  font-family: Roboto2, sans-serif;
  display: block;
  padding: 0
}

body.page-home .inner {
  max-width: 1280px;
  padding: 0 20px
}

@media (max-width:376px) {
  body.page-home .inner {
    padding: 0 10px
  }
}

.inner {
  max-width: 1280px;
  padding: 0 20px
}

@media (max-width:376px) {
  .inner {
    padding: 0 10px
  }
}

.wrapper_page_content {
  min-height: calc(100vh - 77px)
}

@media (max-width:567px) {
  .wrapper_page_content {
    min-height: calc(100vh - 125px)
  }
}

.wide_block {
  width: 100%;
  background-color: #fff
}

.wide_block--bg_header {
  background-image: url(../assets/46f1f47d/img/header_bg3.png)
}

body.page-home .wide_block--bg_header .inner {
  height: 100%;
  position: relative
}

.b_info_butons {
  right: 20px
}

@media (max-width:991px) {
  body.page-home .wide_block--bg_header .b_info_butons {
    top: 90px
  }
}

@media (max-width:667px) {
  body.page-home .wide_block--bg_header .b_info_butons {
    top: 70px
  }
}

@media (max-width:1230px) {
  .b_header {
    font-size: 15px
  }
}


#spamfilter-wrapper {
  position: fixed;
  left: 0;
  background: #232121b3;
  right: 0;
  top: 0;
  z-index: 9999;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

#spamvalue {
  width: 100%;
  text-align: center;
}

#spamfilter {
  margin-right: 10px;
}

#spam-input-wrapper {
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#spam-input-wrapper button {
  padding: 5px 16px;
}




.wide_block--question {
  position: relative;
}

.wide_block--question:before {
  content: "";
  position: absolute;
  background-image: url(../assets/46f1f47d/img/bg-1.png);
  background-repeat: repeat-x;
  height: 6px;
  bottom: 0;
  width: 100%;
}

.wide_block--question .inner:before {
  content: "";
  position: absolute;
  background-image: url(../assets/46f1f47d/img/img-1.png);
  -webkit-background-size: cover;
  background-size: cover;
  width: 284px;
  height: 434px;
  left: 28px;
  top: 15px;
  z-index: 2;
}

@media  (max-width: 1348px) {
  .wide_block--question .inner:before {
    left: 10px;
  }
}

@media  (max-width: 991px) {
  .wide_block--question .inner:before {
    width: 150px;
    height: 229px;
    top: 50%;
    margin-top: -115px;
  }
}

@media  (max-width: 767px) {
  .wide_block--question .inner:before {
    display: none;
  }
}

.wide_block--step_2 {
  padding-top: 82px;
  position: relative;
}

@media  (max-width: 479px) {
  .wide_block--step_2 {
    padding-top: 40px;
  }
}

.wide_block--prescription {
  position: relative;
  background-color: #e8ebf1;
}

.wide_block--prescription:before {
  content: "";
  position: absolute;
  background-image: url(../assets/46f1f47d/img/bg-2.png);
  background-repeat: repeat-x;
  height: 5px;
  top: -5px;
  width: 100%;
}

.wide_block--prescription .inner {
  position: relative;
}

.wide_block--prescription .inner:before {
  content: "";
  position: absolute;
  background-image: url(../assets/46f1f47d/img/img-2.png);
  -webkit-background-size: cover;
  background-size: cover;
  width: 359px;
  height: 567px;
  right: -25px;
  top: -124px;
}

@media  (max-width: 1484px) {
  .wide_block--prescription .inner:before {
    right: -35px;
  }
}

@media  (max-width: 1360px) {
  .wide_block--prescription .inner:before {
    width: 250px;
    height: 395px;
    top: -30px;
    right: 0;
  }
}

@media  (max-width: 991px) {
  .wide_block--prescription .inner:before {
    display: none;
  }
}

.b_question {
  padding-left: 320px;
  padding-top: 65px;
  padding-bottom: 50px;
}

.b_question--title {
  position: relative;
  color: #b78c71;
  font-size: 24px;
  font-weight: 700;
  z-index: 3;
}

.b_question--title:before {
  content: "";
  position: absolute;
  background-image: url(../assets/46f1f47d/img/question.png);
  -webkit-background-size: cover;
  background-size: cover;
  width: 39px;
  height: 39px;
  left: -55px;
  top: 50%;
  margin-top: -19px;
}

@media  (max-width: 767px) {
  .b_question--title {
    padding-left: 50px;
    font-size: 1.125rem;
    line-height: 1.1;
  }

  .b_question--title:before {
    left: 0;
  }
}

.b_question--text p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

@media  (max-width: 767px) {
  .b_question--text p {
    font-size: 1rem;
  }
}

@media  (max-width: 991px) {
  .b_question {
    padding-left: 200px;
  }
}

@media  (max-width: 767px) {
  .b_question {
    padding-left: 0;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

.title_icon {
  color: #fd6a54;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  margin-left: 105px;
  padding-left: 60px;
  margin-bottom: 20px;
  z-index: 3;
}

.title_icon:before {
  content: "";
  position: absolute;
  background-image: url(../assets/46f1f47d/img/icon-1.png);
  -webkit-background-size: cover;
  background-size: cover;
  width: 46px;
  height: 40px;
  left: 0;
  top: -10px;
}

@media  (max-width: 767px) {
  .title_icon:before {
    top: 50%;
    margin-top: -20px;
  }
}

@media  (max-width: 479px) {
  .title_icon:before {
    width: 30px;
    height: 26px;
    margin-top: -13px;
  }
}

@media  (max-width: 991px) {
  .title_icon {
    margin-left: 0;
  }
}

@media  (max-width: 479px) {
  .title_icon {
    font-size: 18px;
    padding-left: 40px;
  }
}

.text_icon {
  position: relative;
  margin-left: 165px;
  padding-left: 95px;
  padding-right: 115px;
  margin-bottom: 35px;
  z-index: 3;
}

@media  (max-width: 991px) {
  .text_icon {
    padding-right: 0;
    margin-left: 0;
  }
}

@media  (max-width: 479px) {
  .text_icon {
    padding-left: 55px;
  }
}

.text_icon:before {
  content: "";
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
}

.text_icon p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.text_icon.item_1:before {
  background-image: url(../assets/46f1f47d/img/icon-2.png);
  width: 76px;
  height: 79px;
}

@media  (max-width: 479px) {
  .text_icon.item_1:before {
    width: 40px;
    height: 42px;
  }
}

.text_icon.item_2:before {
  background-image: url(../assets/46f1f47d/img/icon-3.png);
  width: 74px;
  height: 74px;
}

@media  (max-width: 479px) {
  .text_icon.item_2:before {
    width: 40px;
    height: 40px;
  }
}

.text_icon.item_3:before {
  background-image: url(../assets/46f1f47d/img/icon-4.png);
  width: 81px;
  height: 58px;
}

@media  (max-width: 479px) {
  .text_icon.item_3:before {
    width: 40px;
    height: 29px;
  }
}

.text_icon.item_4:before {
  background-image: url(../assets/46f1f47d/img/icon-5.png);
  width: 83px;
  height: 52px;
}

@media  (max-width: 479px) {
  .text_icon.item_4:before {
    width: 40px;
    height: 25px;
  }
}

.text_icon.item_5:before {
  background-image: url(../assets/46f1f47d/img/icon-6.png);
  width: 79px;
  height: 76px;
}

@media  (max-width: 479px) {
  .text_icon.item_5:before {
    width: 40px;
    height: 38px;
  }
}

.b_prescription {
  padding-top: 35px;
  padding-bottom: 75px;
  position: relative;
  z-index: 3;
  padding-right: 260px;
}

@media  (max-width: 1360px) {
  .b_prescription {
    padding-right: 220px;
  }
}

@media  (max-width: 991px) {
  .b_prescription {
    padding-right: 0;
  }
}

@media  (max-width: 479px) {
  .b_prescription {
    padding-bottom: 20px;
  }
}

.b_prescription .row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media  (max-width: 550px) {
  .b_prescription .row {
    margin: 0;
    display: block;
  }
}

.b_prescription .coll {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

@media  (max-width: 550px) {
  .b_prescription .coll {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.b_prescription--big_title {
  color: #000000;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 40px;
}

@media  (max-width: 479px) {
  .b_prescription--big_title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.b_prescription--title {
  color: #b78c71;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media  (max-width: 479px) {
  .b_prescription--title {
    font-size: 20px;
  }
}

.b_prescription--text {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: justify;
}

.b_prescription .list_check_icon {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-bottom: 14px;
}

.b_prescription .list_check_icon li {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.b_prescription .list_check_icon li:before {
  top: 2px;
}

.schedule {
  margin: 20px 0 0 20px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: url(../../../media/content/schedule-icon.png) no-repeat 0 50%;
  padding: 0 0 0 50px;
  cursor: pointer;
  min-height: 40px;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  text-align: left;
}

.schedule {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.schedule.active {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: swing;
  animation-name: swing;

}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.schedule span {
  display: inline-block;
  border-bottom: 1px dashed #fff;
}

.schedule:hover span {
  border-color: rgba(255, 255, 255, 0);
}

.schedule span:last-child {
  display: block;
}

/*@keyframes slidein {*/
/*from {*/
/*background-position: 0 5px;*/
/*}*/

/*to {*/
/*background-position: 0 0;*/
/*}*/
/*}*/

.modal-content.schedule-popup {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-height: 97%;
  overflow: hidden;
  height: 0;
  width: 0;
  transition: 0.5s;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-content.schedule-popup {
  text-align: center;
}

body.schedule-opener .modal-content.schedule-popup {
  overflow: auto;
  height: 560px;
  width: 412px;
  transition: 0.5s;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  padding: 35px;
  z-index: 999;
}

body.schedule-opener .fancybox-schedule {
  display: block;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

body.schedule-opener header {
  z-index: 9;
}

body.schedule-opener .page_inner_logo {
  z-index: 9;
}

body.schedule-opener-special .modal-content.schedule-popup-special {
  display: block;
  overflow: auto;
  height: 560px;
  width: 412px;
  transition: 0.5s;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  padding: 35px;
  z-index: 999;
}

body.schedule-opener-special .fancybox-schedule {
  display: block;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

body.schedule-opener-special header {
  z-index: 9;
}

body.schedule-opener-special .page_inner_logo {
  z-index: 9;
}


.b_info_butons {
  z-index: auto;
}

.modal-content.schedule-popup .modal_1--h {
  padding-left: 0;
  text-align: center;
}

.modal-content.schedule-popup .modal_1--h:before {
  display: none;
}

.modal-content.schedule-popup .modal_logo {
  text-align: center;
  margin-bottom: 20px;
}

.modal-content.schedule-popup-special .modal_1--h {
  padding-left: 0;
  text-align: center;
}

.modal-content.schedule-popup-special .modal_1--h:before {
  display: none;
}

.modal-content.schedule-popup-special .modal_logo {
  text-align: center;
  margin-bottom: 20px;
}

@media  (max-width: 500px) {
  body .page_inner_logo img {
    width: 250px;
  }
}

@media  (max-width: 376px) {
  body .page_inner_logo {
    top: 230px;
  }
}

@media  (max-width: 450px) {
  body.schedule-opener .modal-content.schedule-popup {
    width: 90%;
  }

  body.schedule-opener-special .modal-content.schedule-popup {
    width: 90%;
  }
}

@media  (max-width: 376px) {
  .modal-content.schedule-popup .e_send_form {
    width: 90%;
  }

  body .page_inner_logo {
    margin-left: -75px;
  }
}

.wide_block--page_inner .b_info_butons {
  z-index: 50 !important;
}

/*sga 27.06.18*/
.schedule-popup-description.sga {
  text-align: left;
}

.al-left {
  text-align: left !important;
}


body.schedule-opener .modal-content.schedule-popup.sga-popup {
  height: 780px;
  top: 49%;
}

.sga-popup .modal_1--h {
  font-size: 23px;
  line-height: 32px;
  padding-bottom: 0;
  margin: 0px 0 24px;
}

.sga-popup .modal_1--h:after {
  display: none;
}

.schedule-popup-description.sga p {
  font-size: 15px;
  margin-top: 9px;
  line-height: 18px;
}

.sga-popup .e_send_form {
  width: 238px;
}

.sga-popup .arrow {
  max-width: 100%;
}

@media all and (max-width: 390px) {
  .sga-popup .modal_1--h {
    font-size: 19px;
    line-height: 25px;
    margin: 0px 0 10px;
  }

  .modal_logo img {
    width: 90px;
  }

  .modal-content.schedule-popup.sga-popup .modal_logo {
    margin-bottom: 10px;
  }
}


/*777 начало кода верстки*/
.sw_tab {
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.sw_tab {
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
  text-align: center;
  min-width: 65px;
  margin-bottom: 15px;
}

.sw_tab:last-child {
  margin-right: 0;
}

.sw_tab div {
  display: inline-block;
  vertical-align: top;
}

/*карта по центру*/
.tab_result {
  border-top: 2px solid #b78c71;
}

.tab_result>div {
  width: 1038px;
}

.b_branches_wrap {
  border: 0;
}


/*разукраска станций, переписываем*/

@media (min-width: 570px) {

  /*названия с нескольких слов*/




}


/*подсказка*/

.e_tooltip_map {
  padding: 16px 20px 18px 80px;
  min-width: 280px;
}


@media (max-width: 769px) {
  .plan-field-content:nth-child(2) {
    z-index: 1;
  }
}


.schedule-popup-special {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-height: 97%;
  overflow: hidden;
  height: 0;
  width: 0;
  transition: 0.5s;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: auto;
  height: 560px;
  width: 412px;
  transition: 0.5s;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  padding: 35px;
  z-index: 999;
  display: none;
}

body.schedule-opener .fancybox-schedule {
  z-index: 1;
}


.e_tooltip_map_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 11px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAA3klEQVQYV22RLXICQRCF3xvOktpZCblFFIYDJOD5sXhcwIFIChOHQsEB0ICjFs4BBjGPmtlha3fDuO76vql+3VwBjTdr53Ju3bpctqi9g7Uj32pl2ZRHa5cCPgHc4Vy7LOzTdEhpGnypz0OSfIH8BcCyUAGBq4z58ACi8APABEH6A9mNEwXw/XTaBfiF8GwXoG8UcBDSdAWp8yQJjJtZNinV8ec89XdtGZXQ+cxV8CZgQcDLeYa4JdbAYsZ/oZ1r85gkM5EDxPX41C9CE1KPAvxhJjJmUwYrgr/g+bx8AOpLedUdGMJ2AAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  text-align: center;
  z-index: 2;
}


.e_tooltip_map_btn {
  background-color: #e0422a;
  max-width: 188px;
  width: 100%;
  border-radius: 17px;
  margin: 8px auto 8px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  display: block;
  font-weight: 400;
  font-family: Roboto2, sans-serif;
  text-decoration: none;
  text-align: center;
  margin-left: -28px;
}

.b_branches_wrap a {
  cursor: pointer !important;
}


.e_tooltip_map2 .map-img img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*        height: 72px;*/
  margin-bottom: 5px;
}

.e_tooltip_map2.e_tooltip_map {
  padding: 6px 12px 6px 12px;
  min-width: 280px;
}

.e_tooltip_map2 .e_tooltip_map_btn {
  max-width: 100% !important;
  margin-left: 0 !important;
  border-radius: 12px !important;
  margin-top: 2px !important;
  font-size: 18px;
  font-weight: bold;
}

.e_tooltip_map2.e_tooltip_map p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  font-size: 16px;
  font-family: Roboto2, sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
}

.e_tooltip_map2 .e_tooltip_map_close {
  top: 9px !important;
}

.e_tooltip_map2.e_tooltip_map p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  font-size: 16px;
  font-family: Roboto2, sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
}




/*new*/

.e_tooltip_map3 .map-img img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.e_tooltip_map3.e_tooltip_map {
  padding: 6px 12px 6px 12px;
  min-width: 280px;
}

.e_tooltip_map3 .e_tooltip_map_btn {
  max-width: 100% !important;
  margin-left: 0 !important;
  border-radius: 12px !important;
  margin-top: 2px !important;
  font-size: 18px;
  font-weight: bold;
}

.e_tooltip_map3.e_tooltip_map p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  font-size: 16px;
  font-family: Roboto2, sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
}

.e_tooltip_map3 .e_tooltip_map_close {
  top: 9px !important;
}

.e_tooltip_map3.e_tooltip_map p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  font-size: 16px;
  font-family: Roboto2, sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
}

.e_tooltip_map3.e_tooltip_map {
  padding-top: 10px;
}

@media (max-width: 1280px) {
  .inner {
    max-width: 980px;
  }
}

@media (max-width: 980px) {
  .inner {
    max-width: 768px;
  }
}



@media  (max-width: 376px) {
  body .page_inner_logo {
    top: 160px;
  }
}