@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');


* {
  margin: 0;
  outline: none
}

article, aside, figure, footer, header, nav, main, section, details, summary {
  display: block
}

body, p, ul, li, ol, pre, caption, h1, h2, h3, h4, h5, h6, form, div, fieldset, legend {
  padding: 0
}

html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  display: block;
  position: relative;
  min-height: 100%;
  width: 100%;
  font: 400 .625em/1.5 'Roboto', sans-serif;
  line-height: 1.5;
  color: #262626;
  background: #fff;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar
}

img, fieldset {
  border: 0
}

input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input::-moz-focus-inner, textarea::-moz-focus-inner, select::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0
}

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

a, button {
  transition: color 250ms, background 250ms, border 250ms, opacity 250ms
}

[fill] {
  transition: fill 250ms
}

[stroke] {
  transition: stroke 250ms
}

iframe {
  border: none
}

.num_toggl {
    background: #8785c0!important;
    padding: 3px 10px;
    color: #fff!important;
    font-size: 20px!important;
    content: counter(list)!important;
    border-radius: 50%;
}

.disable-hover, .disable-hover * {
  pointer-events: none !important
}

.disable-transition, .disable-transition *, .disable-transition *:after, .disable-transition *:before {
  transition-property: none !important
}

html:not(.domIsReady), html:not(.domIsReady) *, html:not(.domIsReady) *:after, html:not(.domIsReady) *:before {
  transition-property: none !important
}

.g-hidden {
  display: none;
  visibility: hidden
}

.g-invisible {
  opacity: 0;
  visibility: hidden
}

.g-relative {
  position: relative;
  z-index: 5
}

@media (min-width: 750px) {
  .g-pull-left {
    float: left;
    margin: 0 24px 26px 0 !important
  }

  .g-pull-right {
    float: right;
    margin: 0 0 26px 24px !important
  }

  .g-pull-left:first-child + p, .g-pull-right:first-child + p {
    margin-top: auto
  }

  .g-pull-wrapper {
    overflow: hidden
  }
}

.g-left {
  text-align: left
}

.g-center {
  text-align: center
}

.g-right {
  text-align: right
}

.g-justify {
  text-align: justify
}

@media (max-width: 479px) {
  .g-left-xs {
    text-align: left !important
  }

  .g-center-xs {
    text-align: center !important
  }

  .g-right-xs {
    text-align: right !important
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .g-left-sm {
    text-align: left !important
  }

  .g-center-sm {
    text-align: center !important
  }

  .g-right-sm {
    text-align: right !important
  }
}

@media (min-width: 750px) and (max-width: 1169px) {
  .g-left-md {
    text-align: left !important
  }

  .g-center-md {
    text-align: center !important
  }

  .g-right-md {
    text-align: right !important
  }
}

@media (min-width: 1170px) {
  .g-left-lg {
    text-align: left !important
  }

  .g-center-lg {
    text-align: center !important
  }

  .g-right-lg {
    text-align: right !important
  }
}

.g-nowrap {
  white-space: nowrap
}

.g-underline {
  text-decoration: underline
}

.g-dashed {
  line-height: 1;
  text-decoration: none !important;
  border-bottom-width: 1px;
  border-bottom-style: dashed !important;
  transition: all 250ms;
  cursor: pointer
}

.g-dashed:hover {
  border-bottom-color: transparent !important
}

.g-solid {
  line-height: 1;
  text-decoration: none !important;
  border-bottom-width: 1px;
  border-bottom-style: solid !important;
  transition: all 250ms
}

.g-solid:hover {
  border-bottom-color: transparent !important
}

.i-svg {
  position: relative;
  top: 0.125em;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill 400ms
}

.i-svg-block {
  display: block;
  top: 0
}

.g-purple {
  color: #8785c0 !important
}

.g-crimson {
  color: #e767a2 !important
}

.m-vp-100 {
  height: 100vh
}

.e-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid transparent;
  color: inherit;
  background: transparent;
  box-sizing: border-box;
  transition: all 500ms;
  outline: none;
  cursor: pointer
}

.e-btn_md {
  padding: 15px 40px 13px;
  font: 700 18px/1 'Roboto', sans-serif;
  text-transform: uppercase;
  border-width: 2px;
  border-radius: 25px
}

.e-btn_sm {
  padding: 11px 40px 9px;
  font: 700 18px/1 'Roboto', sans-serif;
  text-transform: uppercase;
  border-width: 2px;
  border-radius: 21px
}

@media (max-width: 749px) {
  .e-btn_md {
    padding: 11px 30px 9px;
    font: 700 15px/1 'Roboto', sans-serif
  }

  .e-btn_border {
    padding: 11px 16px 9px !important;
  }
}

.e-btn_purple {
  color: #fff !important;
  background-color: #8785c0;
  border-color: #8785c0
}

.e-btn_cpurple:hover {
  color: #fff !important;
  background-color: #7472a6;
  border-color: #7472a6
}

.e-btn_crimson {
  color: #fff !important;
  background-color: #e767a2;
  border-color: #e767a2
}

.e-btn_crimson:hover {
  color: #fff !important;
  background-color: #cf5d92;
  border-color: #cf5d92
}

.e-btn_border {
  color: #e767a2 !important;
  background-color: #fff;
  border-color: #fff;
  padding: 15px 16px 13px;
}

.e-btn_border:hover {
  color: #e767a2 !important;
  background-color: #f7f7f7;
  border-color: #f7f7f7
}

.e-btn[disabled] {
  cursor: default !important;
  pointer-events: none;
  opacity: .75
}

.e-btn_block {
  display: block;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

@media (max-width: 479px) {
  .e-btn_block_xs {
    display: block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .e-btn_block_sm {
    display: block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}

@media (min-width: 750px) and (max-width: 1169px) {
  .e-btn_block_md {
    display: block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}

@media (min-width: 1170px) {
  .e-btn_block_lg {
    display: block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}

.b-page {
  position: relative;
  min-width: 320px;
  min-height: 100%;
  color: #262626;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box
}

.b-page_content {
  position: relative;
  padding: 28px 0 80px;
  font: 400 16px/1.5 'Roboto', sans-serif
}

.b-page_content__top {
  padding-top: 0 !important
}

.b-page_content__discharge {
  padding-top: 50px
}

@media (max-width: 1169px) {
  .b-page_content {
    padding: 28px 0 80px
  }

  .b-dentists,
  .b-contacts_page {
    /*padding: 110px 0 0 0;*/
  }

  .b-page_content__discharge {
    padding-top: 50px
  }
}

@media (max-width: 749px) {
  .b-page_content {
    padding: 80px 0 60px
  }

  .b-dentists,
  .b-contacts_page {
    padding: 0;
  }

  .b-page_content__discharge {
    padding-top: 30px
  }
}

@supports (display:flex) {
  .b-page {
    display: flex;
    flex-direction: column
  }

  .b-page_content {
    flex: 1 0 auto
  }
}

.b-section {
  position: relative;
  font: 400 16px/1.5 'Roboto', sans-serif
}

.b-section_content {
  /* display: contents; */
  position: relative;
  z-index: 1
}

.b-section_top, .b-section_bottom {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px
}

.b-section_bottom {
  top: auto;
  bottom: 0
}

@media (min-width: 1920px) {
  .b-section_top, .b-section_bottom {
    height: auto;
    width: 108vw;
    margin-left: -57vw;
  }
}

.b-header {
  z-index: 1000;
  min-width: 320px;
  padding: 16px 0 8px;
  font: 400 1.6em 'Roboto', sans-serif;
  color: #8785c0;
  background: #fff;
  box-shadow: 0 17px 26px rgba(0, 0, 0, 0);
  transition: box-shadow 400ms;
  cursor: default
}

.b-header.noShadow {
  box-shadow: 0 17px 26px rgba(0, 0, 0, 0) !important
}

@media (min-width: 1170px) {
  .b-header.scroll {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: -75px;
    right: 0;
    box-shadow: 0 17px 26px rgba(0, 0, 0, .07);
    backface-visibility: hidden;
    transform: translateZ(0px);
    transition: top 400ms, box-shadow 400ms
  }

  .b-header.scroll + * {
    border-top: 130px solid transparent
  }

  .b-header.scroll .b-header_top {
    opacity: 0;
    visibility: hidden
  }

  .b-header.scroll.showMenu {
    top: 0
  }

  .b-header.scroll.showMenu .b-header_top {
    opacity: 1;
    visibility: visible
  }
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    padding: 16px 0 20px;
    transition: padding 400ms, box-shadow 400ms
  }

  .b-header_bottom {
    max-height: 37px;
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0px);
    transition: opacity 400ms, margin 600ms, max-height 600ms
  }

  .b-header.scroll {
    padding: 10px 0 14px;
    box-shadow: 0 17px 26px rgba(0, 0, 0, .07)
  }

  .b-header.scroll .b-header_bottom {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden
  }
}

@media (max-width: 749px) {
  .b-header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    padding: 14px 0;
    backface-visibility: hidden
  }

  .b-header.showMenu {
    background: #f3f6fb
  }
}

.b-header_search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  padding: 11px 11px 10px;
  color: #8785c0;
  background: none;
  border: none;
  transition: all 400ms;
  cursor: pointer
}

.b-header_search svg {
  display: block;
  position: relative;
  fill: currentColor
}

.m-mouse .b-header_search:hover {
  color: #e767a2
}

.b-header_sandwich {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  margin: 0 0 0 -5px;
  padding: 10px 5px;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  box-sizing: border-box;
  transition: all 250ms;
  cursor: pointer
}

.b-header_sandwich_icon {
  display: block;
  position: relative;
  margin: 10px 0;
  width: 34px;
  height: 4px;
  background: #8785c0;
  border-radius: 2px;
  box-sizing: border-box
}

.b-header_sandwich_icon span:first-child {
  position: absolute;
  left: 0;
  top: 10px;
  width: 34px;
  height: 4px;
  transform-origin: 50% 50%
}

.b-header_sandwich_icon span:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #8785c0;
  border-radius: 2px;
  transform-origin: 50% 50%;
  content: ''
}

.b-header_sandwich_icon span:last-child {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 34px;
  height: 4px;
  transform-origin: 50% 50%
}

.b-header_sandwich_icon span:last-child:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #8785c0;
  border-radius: 2px;
  transform-origin: 50% 50%;
  content: ''
}

.b-header_sandwich_icon, .b-header_sandwich_icon span, .b-header_sandwich_icon span:after, .b-header_sandwich_icon span:before {
  transition: border 250ms, background 250ms, transform 250ms
}

.m-mouse .b-header_sandwich:hover .b-header_sandwich_icon, .m-mouse .b-header_sandwich:hover .b-header_sandwich_icon span:first-child:before, .m-mouse .b-header_sandwich:hover .b-header_sandwich_icon span:last-child:before {
  background: #e767a2
}

@media (max-width: 749px) {
  .b-header.showMenu .b-header_sandwich_icon {
    background: transparent !important;
    transform: rotate(180deg)
  }

  .b-header.showMenu .b-header_sandwich_icon span:first-child {
    width: 34px;
    height: 3px;
    transform: translate(3px, -9.5px)
  }

  .b-header.showMenu .b-header_sandwich_icon span:first-child:before {
    transform: rotate(-45deg)
  }

  .b-header.showMenu .b-header_sandwich_icon span:last-child {
    width: 34px;
    height: 3px;
    transform: translate(3px, 9.5px)
  }

  .b-header.showMenu .b-header_sandwich_icon span:last-child:before {
    transform: rotate(45deg)
  }
}

.b-header_top {
  position: relative;
  transition: opacity 300ms, visibility 300ms
}

.b-header_top_logo {
  display: table;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  text-decoration: none;
  color: inherit
}

.b-header_top_logo img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  margin-top: -5.4px;
  margin-right: -11px
}

.b-header_top_contacts {
  margin-top: 5px;
  font: 700 1.125em 'Roboto', sans-serif
}

.b-header_top_contacts p ~ p {
  color: #bbb
}

.b-header_top_contacts small {
  font: 400 .777777777777778em 'Roboto', sans-serif
}

.b-header_top_contacts a {
  text-decoration: none;
  color: inherit
}

.b-header_top_contacts a:hover {
  text-decoration: underline
}

.b-header_top_phone {
  margin-top: 5px;
  font: 700 1.125em 'Roboto', sans-serif;
  text-align: right
}

.b-header_top_phone p ~ p {
  color: #bbb
}

.b-header_top_phone small {
  font: 400 .777777777777778em 'Roboto', sans-serif
}

.b-header_top_phone a {
  text-decoration: none;
  color: inherit
}

.b-header_top_phone a:hover {
  text-decoration: underline
}

.b-header_top_lang {
  position: relative;
  margin-top: 5px;
  text-align: right
}

.b-header_top_lang_toggle {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font: 700 1.125em 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #dbdbdb;
  transition: all 400ms;
  cursor: pointer
}

.b-header_top_lang_toggle:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  border-top: 8px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: ''
}

.b-header_top_lang_toggle:hover {
  color: #8785c0
}

@media (max-width: 1169px) {
  .b-header_top .b-header_search {
    margin: 5px 0 0 15px
  }

  .b-header_top .b-header_sandwich {
    margin-top: 5px
  }

  .b-header_top_phone {
    margin-top: 11px
  }
}

@media (max-width: 749px) {
  .b-header_top {
    z-index: 12000
  }

  .b-header_top_logo img {
    max-width: 158px;
    height: auto
  }

  .b-header_top_phone {
    float: right;
    margin: 0 -11px 0 0;
    height: 44px
  }

  .b-header_top_phone_number {
    display: inline-block;
    position: relative;
    padding: 11px 11px 10px 10px;
    color: #8785c0;
    background: none;
    border: none;
    transition: all 400ms;
    cursor: pointer
  }

  .b-header_top_phone_number svg {
    display: block;
    position: relative;
    fill: currentColor
  }

  .m-mouse .b-header_top_phone_number:hover {
    color: #e767a2
  }

  .b-header_top .b-header_sandwich {
    margin: 0 0 0 -5px
  }

  .b-header_top .flex {
    margin: 0 -5px;
    align-items: center
  }

  .b-header_top .flex > [class*="col-"] {
    vertical-align: middle;
    padding: 0 5px
  }
}

.b-header_bottom {
  position: relative;
  margin-top: 4px
}

.b-header_bottom_account {
  position: relative
}

.b-header_bottom_account_icon {
  display: inline-block;
  position: relative;
  float: right;
  margin-right: -12px;
  padding: 11px 12px 10px;
  color: #8785c0;
  background: none;
  border: none;
  transition: all 400ms;
  cursor: pointer
}

.b-header_bottom_account_icon svg {
  display: block;
  position: relative;
  fill: currentColor
}

.m-mouse .b-header_bottom_account_icon:hover {
  color: #e767a2
}

.b-header_bottom_menu {
  list-style: none;
  margin: 16px 0 0;
  font: 700 1.125em 'Roboto', sans-serif;
  text-align: center
}

.b-header_bottom_menu > li {
  display: inline-block;
  position: relative;
  margin: 0 13px
}

.b-header_bottom_menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #8785c0
}

.b-header_bottom_menu > li:hover > a {
  color: #e767a2
}

.b-header_bottom_menu > li.hasChild > a {
  padding-right: 16px;
  position: relative
}

.b-header_bottom_menu > li.hasChild > a:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-top: 7px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: ''
}

.b-header_bottom_menu_sub {
  list-style: none;
  position: absolute;
  z-index: 10;
  left: -30px;
  top: 100%;
  margin-top: 25px;
  padding: 22px 20px 30px 30px;
  width: 280px;
  font: 400 16px 'Roboto', sans-serif;
  text-align: left;
  color: #434343;
  background: #f3f6fb;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms
}

.b-header_bottom_menu_sub:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  height: 25px;
  content: ''
}

.b-header_bottom_menu_sub > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit
}

.b-header_bottom_menu_sub > li > a:hover {
  color: #e767a2
}

.b-header_bottom_menu_sub > li ~ li {
  margin-top: 20px
}

.b-header_bottom_menu > li:hover > .b-header_bottom_menu_sub {
  opacity: 1;
  visibility: visible
}

.b-header_bottom_menu_sub li {
  position: relative
}

.b-header_bottom_menu_sub li > .b-header_bottom_menu_sub {
  position: absolute;
  left: 100%;
  opacity: 1;
  top: 0;
  margin-top: -23px;
  min-width: 240px
}

.b-header_bottom_menu_sub li:hover > .b-header_bottom_menu_sub {
  visibility: visible
}

.b-header_bottom_menu_highlight-first {
  margin-top: 40px !important
}

.b-header_bottom_menu_highlight {
  font-weight: bold;
  color: #8785c1
}

@media (max-width: 1169px) {
  .b-header_bottom {
    margin-top: 9px
  }

  .b-header_bottom_menu {
    margin: 16px 0 0;
    height: 21px;
    text-align: justify
  }

  .b-header_bottom_menu:after {
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    content: ''
  }

  .b-header_bottom_menu > li {
    margin: 0
  }
}

.b-header_nav {
  position: absolute;
  z-index: 11000;
  left: 0;
  top: 80px;
  right: 0;
  padding: 14px 0 36px;
  min-height: 500px;
  background: #f3f6fb;
  box-sizing: border-box
}

.b-header .b-header_nav {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms
}

.b-header.showMenu .b-header_nav {
  opacity: 1;
  visibility: visible
}

.b-header_nav_close {
  display: inline-block;
  position: relative;
  float: left;
  margin: 2px 0 0 -12px;
  padding: 11px
}

.b-header_nav_close svg {
  display: block;
  position: relative;
  fill: currentColor
}

.m-mouse .b-header_nav_close:hover {
  color: #e767a2
}

.b-header_nav_search {
  position: relative;
  margin: 0 66px 0 102px
}

.b-header_nav_search_btn {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  color: #c4c4c4;
  background: none;
  border: none
}

.b-header_nav_search_btn:hover {
  color: #e767a2
}

.b-header_nav_search_btn svg {
  display: block;
  margin: 0;
  fill: currentColor
}

.b-header_nav_search_field {
  position: relative;
  padding: 0
}

.b-header_nav_search_field input[type="text"] {
  display: block;
  position: relative;
  width: 100%;
  height: 47px;
  padding: 6px 0 0 46px;
  font: 300 14px 'Roboto', sans-serif;
  color: #333;
  background: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  transition: all 250ms
}

.b-header_nav_search_field input[type="text"]:focus {
  border-color: #8785c0
}

.b-header_nav_search_field input[type="text"]:focus ~ .b-header_nav_search_btn {
  color: #8785c0
}

.b-header_nav_search_field input[type="text"]:focus ~ .b-header_nav_search_btn:hover {
  color: #e767a2
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-header_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    /*right: -40px;*/
    right: 0;
    /*padding: 14px 40px 36px 0;*/
    padding: 14px 0 36px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  .b-header_nav .container {
    padding: 0 47px
  }

  .b-header_nav_close {
    margin: 0 0 0 -12px
  }
}

@media (max-width: 749px) {
  .b-header_nav {
    position: fixed;
    top: 66px;
    bottom: 0;
    /*right: -40px;*/
    right: 0;
    /*padding: 0 40px 60px 0;*/
    padding: 0 0 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  .b-header_nav_close {
    display: none
  }

  .b-header_nav_search {
    margin: 0
  }
}

@media (max-width: 749px) {
  .b-header_nav_menu {
    margin-top: 8px
  }

  .b-header_nav_menu_list {
    list-style: none;
    /*margin: 0 -25vw;*/
    margin: 0;
    font: 400 14px 'Roboto', sans-serif;
    color: #434343;
    border-bottom: 1px solid #d8dadd
  }

  .b-header_nav_menu_list > li {
    /*padding: 0 25vw;*/
    padding: 0;
    border-top: 1px solid #d8dadd
  }

  .b-header_nav_menu_list > li:first-child {
    border-top: none
  }

  .b-header_nav_menu_list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit
  }

  .b-header_nav_menu_list a:hover {
    color: #e767a2
  }

  .b-header_nav_menu_list > li > a {
    padding: 9px 0 9px 40px;
    font: 400 20px 'Roboto', sans-serif;
    color: #8785c0
  }

  .b-header_nav_menu_list > li > a > span.js-accordion-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 42px;
    cursor: pointer
  }

  .b-header_nav_menu_list > li > a > span.js-accordion-trigger:before {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -3px;
    border-top: 8px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: transform 400ms;
    content: ''
  }

  .b-header_nav_menu_list > li.opened > a {
    color: #e767a2
  }

  .b-header_nav_menu_list > li.opened > a > span.js-accordion-trigger:before {
    transform: rotate(-180deg)
  }

  .b-header_nav_menu_list > li > ul {
    list-style: none;
    /*margin: 0 -25vw 22px;*/
    margin: 0 0 22px;
    /*padding: 20px 25vw 0;*/
    padding: 20px 0 0;
    border-top: 1px solid #d8dadd
  }

  .b-header_nav_menu_list > li > ul > li {
    padding-left: 40px
  }

  .b-header_nav_menu_list > li > ul > li ~ li {
    margin-top: 20px
  }
}

@media (min-width: 750px) {
  .b-header_nav_menu {
    margin-top: 50px
  }

  .b-header_nav_menu_list {
    list-style: none;
    font: 400 14px 'Roboto', sans-serif;
    color: #434343
  }

  .b-header_nav_menu_list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit
  }

  .b-header_nav_menu_list a:hover {
    color: #e767a2
  }

  .b-header_nav_menu_list > li ~ li {
    margin-top: 14px
  }

  .b-header_nav_menu_list > li > a {
    font: 700 18px 'Roboto', sans-serif;
    color: #8785c0
  }

  .b-header_nav_menu_list > li > a svg {
    vertical-align: -3px;
    margin-right: 8px;
    fill: currentColor
  }

  .b-header_nav_menu_list > li > ul {
    list-style: none;
    margin-top: 20px
  }

  .b-header_nav_menu_list > li > ul li ~ li {
    margin-top: 20px
  }
}

.b-header_nav_account {
  margin: 32px 0 20px;
  font: 700 18px 'Roboto', sans-serif
}

.b-header_nav_account a {
  float: left;
  position: relative;
  font: 700 18px 'Roboto', sans-serif;
  text-decoration: none;
  color: #8785c0
}

.b-header_nav_account a svg {
  vertical-align: -2px;
  margin-right: 16px;
  fill: currentColor
}

.b-header_nav_account a:last-child {
  float: right;
  color: #e767a2
}

.m-mouse .b-header_nav_account a:hover {
  color: #bbb
}

.b-header_nav_contacts {
  margin-top: 5px;
  font: 700 1.125em 'Roboto', sans-serif;
  text-align: center
}

.b-header_nav_contacts ~ .b-header_nav_contacts {
  margin-top: 14px
}

.b-header_nav_contacts p ~ p {
  color: #bbb
}

.b-header_nav_contacts small {
  font: 400 .777777777777778em 'Roboto', sans-serif
}

.b-header_nav_contacts a {
  text-decoration: none;
  color: inherit
}

.b-header_nav_contacts a:hover {
  text-decoration: underline
}

.b-header_nav_banners {
  display: block;
  position: relative;
  margin-top: 18px;
  margin-left: -30px
}

.b-header_nav_banners .b-carousel_arrow {
  bottom: 14px;
  top: auto;
  margin: 0;
  height: auto;
  color: #fff
}

.b-header_nav_banners .b-carousel_arrow svg {
  width: 10px;
  height: 12px
}

.b-header_nav_banners .b-carousel_arrow:hover {
  color: #e767a2
}

.b-header_nav_banners .b-carousel_arrow__prev {
  left: 16px
}

.b-header_nav_banners .b-carousel_arrow__next {
  right: auto;
  left: 56px
}

.b-header_nav_banner {
  display: block;
  position: relative;
  text-decoration: none;
  color: #262626;
  background: #bfdcf3
}

.b-header_nav_banner:before {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 30.9451219512195%;
  content: ''
}

.b-header_nav_banner_pic {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden
}

.b-header_nav_banner_content {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  font: 400 18px 'Roboto', sans-serif
}

.b-header_nav_banner_content_more {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  font: 700 17px 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #e767a2
}

.b-header_nav_banner_content_more:before {
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 12px;
  border-left: 8px solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: transform 400ms;
  content: ''
}

.b-header_nav_banner:hover .b-header_nav_banner_content_more {
  color: #7e84c1
}

.b-header_nav_banner:hover .b-header_nav_banner_content_more:before {
  transform: translate(5px, 0)
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-header_nav_banners {
    margin-top: 40px;
    margin-left: 0
  }

  .b-header_nav_banners .b-carousel_arrow {
    bottom: 36px
  }

  .b-header_nav_banners .b-carousel_arrow__prev {
    left: 36px
  }

  .b-header_nav_banners .b-carousel_arrow__next {
    left: 70px
  }

  .b-header_nav_banner_content {
    padding: 26px 36px;
    font: 400 24px 'Roboto', sans-serif
  }

  .b-header_nav_banner_content_more {
    margin-top: 26px;
    font-size: 18px
  }

  .b-header_nav_banner_content_more:before {
    top: 5px
  }
}

@media (max-width: 749px) {
  .b-header_nav_banners {
    margin-top: 26px;
    margin-left: 0
  }

  .b-header_nav_banners .b-carousel_arrow {
    bottom: 10px
  }

  .b-header_nav_banners .b-carousel_arrow__prev {
    left: 14px
  }

  .b-header_nav_banners .b-carousel_arrow__next {
    left: 42px
  }

  .b-header_nav_banner_content {
    padding: 10px 14px;
    font: 400 13px 'Roboto', sans-serif
  }

  .b-header_nav_banner_content_more {
    margin-top: 4px;
    font: 400 13px 'Roboto', sans-serif
  }

  .b-header_nav_banner_content_more:before {
    top: 1px
  }
}

.b-header_nav_form {
  position: relative;
  margin-top: 12px;
  margin-left: -30px;
  padding: 28px 10px 30px;
  font: 400 14px 'Roboto', sans-serif;
  color: #262626;
  background: #fff
}

.b-header_nav_form_head {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
  color: #818181
}

.b-header_nav_form_head_title {
  margin-bottom: 13px;
  font: 400 18px 'Roboto', sans-serif;
  color: #262626
}

.b-header_nav_form_wrap {
  margin: 0 auto;
  max-width: 294px
}

.b-header_nav_form_wrap .b-form_bottom {
  margin-top: 8px !important
}

.b-header_nav_form .b-form_message_balloon {
  font: 300 16px/1.5 'Roboto', sans-serif;
  color: #262626
}

.b-header_nav_form .b-form_message_balloon h6 {
  font: 400 28px 'Roboto', sans-serif !important
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-header_nav_form {
    margin-top: 28px;
    margin-left: 0;
    padding: 0;
    background: none
  }

  .b-header_nav_form_head {
    margin-bottom: 28px
  }

  .b-header_nav_form_wrap {
    margin: 0 16px;
    max-width: none
  }

  .b-header_nav_form_wrap .b-form_box_field input[type="text"], .b-header_nav_form_wrap .b-form_box_field input[type="tel"] {
    background: none
  }
}

@media (max-width: 749px) {
  .b-header_nav_form {
    margin-top: 16px;
    margin-left: 0;
    padding: 18px 10px 22px
  }

  .b-header_nav_form_wrap {
    max-width: 236px
  }
}

.b-footer {
  position: relative;
  z-index: 10;
  min-width: 320px;
  font: 400 1.6em 'Roboto', sans-serif;
  color: #434343;
  background: #bedff5;
  cursor: default
}

.b-footer_curve {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -960px
}

@media (min-width: 1920px) {
  .b-footer_curve {
    height: auto;
    width: 108vw;
    margin-left: -57vw
  }
}

.b-footer_main {
  position: relative;
  padding: 154px 0 32px
}

.b-footer_main_info {
  position: relative;
  margin-left: -30px
}

.b-footer_main_info_payment {
  position: relative;
  margin-bottom: 20px
}

.b-footer_main_info_payment_caption {
  position: relative;
  margin-bottom: 20px;
  font: 400 1.125em 'Roboto', sans-serif;
  color: #434343
}

.b-footer_main_info_payment_list {
  margin: 0 -13px
}

.b-footer_main_info_payment_icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px
}

.b-footer_main_info_payment_online {
  margin-top: 22px
}

.b-footer_main_info_subscribe {
  font: 400 1.125em 'Roboto', sans-serif;
  color: #434343
}

.b-footer_main_info_subscribe_title {
  margin-bottom: 16px;
  font: 400 1.111111111111111em 'Roboto', sans-serif
}

.b-footer_main_info_subscribe_label {
  margin-bottom: 13px;
  font-size: 16px
}

.b-footer_main_info_subscribe_field {
}

.b-footer_main_info_subscribe_field .b-form_box_field input[type="text"] {
  height: 42px;
  border-color: transparent
}

.b-footer_main_info_subscribe_btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding-top: 3px;
  width: 42px;
  height: 42px;
  color: #e767a2;
  background: none;
  border: none
}

.b-footer_main_info_subscribe_btn:hover {
  color: #8785c0
}

.b-footer_main_info_subscribe_btn svg {
  display: block;
  margin: 0 auto;
  fill: currentColor
}

.b-footer_main_menu_list {
  list-style: none;
  font: 400 1.125em 'Roboto', sans-serif;
  color: #434343
}

.b-footer_main_menu_list > li > a {
  font: 400 1.333333333333333em 'Roboto', sans-serif
}

.b-footer_main_menu_list > li > ul {
  list-style: none;
  margin-top: 14px
}

.b-footer_main_menu_list > li > ul > li ~ li {
  margin-top: 16px
}

.b-footer_main_menu_list a {
  text-decoration: none;
  color: inherit;
  font-size: 16px
}

.b-footer_main_menu_list a:hover {
  color: #8785c0
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-footer_main {
    padding: 104px 0 38px
  }

  .b-footer_main_info {
    margin-top: 36px;
    margin-left: 62px;
    margin-right: 30px
  }

  .b-footer_main_info_payment {
    margin-bottom: 34px
  }

  .b-footer_main_info_payment:after {
    display: table;
    clear: both;
    content: ''
  }

  .b-footer_main_info_payment_caption {
    margin-bottom: 18px
  }

  .b-footer_main_info_payment_list {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 2px 0 0
  }

  .b-footer_main_info_payment_online {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
    width: 235px
  }

  .b-footer_main_info_subscribe:after {
    display: table;
    clear: both;
    content: ''
  }

  .b-footer_main_info_subscribe_title {
    margin-bottom: 18px;
    text-align: center
  }

  .b-footer_main_info_subscribe_label {
    display: inline-block;
    vertical-align: middle;
    float: left;
    max-width: 260px
  }

  .b-footer_main_info_subscribe_field {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
    width: 235px
  }

  .b-footer_main_menu {
    margin-left: -32px;
    margin-right: -32px
  }
}

@media (max-width: 1169px) {
  .b-footer_main_menu .flex > [class*="col-"]:first-child .b-footer_main_menu_list {
    border-top: 2px solid #d4e8f8
  }

  .b-footer_main_menu_list > li {
    border-bottom: 2px solid #d4e8f8
  }

  .b-footer_main_menu_list > li > a {
    display: block;
    position: relative;
    padding: 12px 0 10px 94px;
    font: 400 1.333333333333333em 'Roboto', sans-serif
  }

  .b-footer_main_menu_list > li > a > span.js-accordion-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 100%;
    color: #434343;
    transition: color 400ms
  }

  .b-footer_main_menu_list > li > a > span.js-accordion-trigger:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -5px;
    border-top: 7px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: transform 400ms;
    content: ''
  }

  .b-footer_main_menu_list > li > a > span.js-accordion-trigger:hover {
    color: #8785c0
  }

  .b-footer_main_menu_list > li.opened > a > span.js-accordion-trigger:before {
    transform: rotate(-180deg)
  }

  .b-footer_main_menu_list > li > ul {
    margin-top: 0;
    padding: 16px 0 20px 94px;
    border-top: 2px solid #d4e8f8
  }
}

@media (max-width: 749px) {
  .b-footer_main_info {
    margin: 32px 0 0;
    text-align: center
  }

  .b-footer_main_info_payment {
    margin-bottom: 34px
  }

  .b-footer_main_info_payment:after {
    display: table;
    clear: both;
    content: ''
  }

  .b-footer_main_info_payment_caption {
    margin-bottom: 22px;
    font-size: 14px
  }

  .b-footer_main_info_payment_online {
    margin: 24px 0 0
  }

  .b-footer_main_info_subscribe {
    margin: 0 auto;
    max-width: 246px
  }

  .b-footer_main_info_subscribe_title {
    margin-bottom: 6px;
    font: 400 18px 'Roboto', sans-serif
  }

  .b-footer_main_info_subscribe_label {
    margin-bottom: 16px;
    font: 400 14px 'Roboto', sans-serif
  }

  .b-footer_main_menu {
    margin: 0 auto;
    max-width: 290px
  }

  .b-footer_main_menu .flex > [class*="col-"]:first-child .b-footer_main_menu_list {
    border-top: 1px solid #d4e8f8
  }

  .b-footer_main_menu_list {
    margin-left: -25vw;
    margin-right: -25vw
  }

  .b-footer_main_menu_list > li {
    padding: 0 25vw;
    border-bottom: 1px solid #d4e8f8
  }

  .b-footer_main_menu_list > li > a {
    padding: 10px 0 8px 40px;
    font: 400 20px 'Roboto', sans-serif
  }

  .b-footer_main_menu_list > li > a > span.js-accordion-trigger {
    width: 28px
  }

  .b-footer_main_menu_list > li > ul {
    margin: 0 -25vw;
    padding: 16px 25vw 20px;
    font-size: 14px;
    border-top: 1px solid #d4e8f8
  }

  .b-footer_main_menu_list > li > ul > li {
    padding-left: 40px
  }
}

.b-footer_bottom {
  position: relative;
  padding: 34px 0 40px;
  font: 400 16px 'Roboto', sans-serif;
  background: #afd0e9
}

.b-footer_bottom a {
  text-decoration: none;
  color: inherit
}

.b-footer_bottom a:hover {
  color: #8785c0
}

.b-footer_bottom p ~ p {
  margin-top: 16px
}

.b-footer_bottom_social {
  margin: 0 -11px -20px;
  text-align: right
}

.b-footer_bottom_social a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 11px 20px;
  text-decoration: none;
  color: #fff
}

.b-footer_bottom_social a:hover {
  color: #8785c0
}

.b-footer_bottom_social a svg {
  display: block;
  position: relative;
  fill: currentColor
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-footer_bottom {
    padding: 28px 0 30px
  }

  .b-footer_bottom_social {
    margin: 0 -11px 11px;
    text-align: center
  }
}

@media (max-width: 749px) {
  .b-footer_bottom {
    padding: 28px 0 32px;
    font: 400 .875em 'Roboto', sans-serif;
    text-align: center
  }

  .b-footer_bottom p ~ p {
    margin-top: 8px
  }

  .b-footer_bottom_social {
    margin: 0 -11px 6px;
    text-align: center
  }

  .b-footer_bottom [class*="col-"]:nth-child(2) {
    margin-bottom: 24px
  }
}

.b-path {
  margin: 0 0 28px;
  font: 400 18px 'Roboto', sans-serif;
  color: #bbb;
  cursor: default
}

.b-path li {
  display: inline;
  margin-right: 6px;
  white-space: nowrap
}

.b-path a {
  text-decoration: none;
  color: #818181
}

.b-path a:hover {
  color: #e767a2
}

.b-path li a:after {
  display: inline-block;
  margin-left: 14px;
  width: 0;
  height: 0;
  border-left: 7px solid #bbb;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: ''
}

.b-path li:last-child a:after {
  content: none
}

.b-heading {
  position: relative;
  margin: 0 0 34px;
  font: 700 16px 'Roboto', sans-serif;
  color: #262626
}

.b-heading_title {
  position: relative;
  margin-bottom: 18px;
  font: 400 30px 'Roboto', sans-serif
}

.b-heading_title a {
  text-decoration: none;
  color: inherit
}

@media (max-width: 749px) {
  .b-heading {
    margin: 0 0 22px
  }

  .b-heading_title {
    font: 400 20px 'Roboto', sans-serif
  }
}

.b-heading:first-child {
  margin-top: auto
}

.b-heading:last-child {
  margin-bottom: auto
}

.b-pagination {
  position: relative;
  clear: both;
  margin: 50px -14px 0;
  font: 400 18px/1.5 'Roboto', sans-serif;
  text-align: right;
  color: #818181;
  cursor: default
}

.b-pagination:first-child {
  margin-top: auto
}

.b-pagination a, .b-pagination span {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  padding: 0;
  min-width: 30px;
  height: 35px;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: inherit;
  background: transparent;
  border-bottom: 2px solid transparent;
  transition: all 250ms;
  box-sizing: border-box
}

.b-pagination span {
  color: #e767a2;
  border-bottom-color: #e767a2;
  text-decoration: none
}

.b-pagination a:hover {
  color: #e767a2
}

.b-pagination svg {
  display: inline-block;
  position: relative;
  top: -2px;
  fill: currentColor
}

@media (max-width: 749px) {
  .b-pagination {
    margin: 20px -14px 0;
    font: 400 14px/1.5 'Roboto', sans-serif;
    text-align: center
  }

  .b-pagination a, .b-pagination span {
    margin: 0 5px;
    min-width: 22px;
    height: 26px
  }

  .b-pagination svg {
    height: 6px
  }
}

.b-carousel {
  position: relative;
  width: auto
}

.b-carousel__padding {
  padding-left: 36px;
  padding-right: 36px
}

.b-carousel {
  display: block
}

.b-carousel > .b-carousel_item {
  display: block
}

.b-carousel > .b-carousel_item ~ .b-carousel_item {
  display: none
}

.b-carousel.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.b-carousel.flex > .b-carousel_item {
  display: inline-block
}

.b-carousel.flex > .b-carousel_item ~ .b-carousel_item {
  display: inline-block
}

.b-carousel.owl-carousel.owl-drag .owl-stage {
  cursor: move
}

.b-carousel.owl-carousel.flex {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto !important
}

.b-carousel.owl-carousel.flex .b-carousel_item[class*="col-"] {
  display: block;
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0
}

.b-carousel__barrel .owl-stage-outer {
  overflow: visible
}

.b-carousel__barrel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms, visibility 250ms
}

.b-carousel__barrel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible
}

.b-carousel__with_shadows.owl-carousel, .b-carousel__with_shadows.owl-carousel.flex {
  margin: -6px -5px
}

.b-carousel__with_shadows.owl-carousel .b-carousel_item, .b-carousel__with_shadows.owl-carousel .b-carousel_item[class*="col-"] {
  padding: 6px 5px
}

.b-carousel__height, .b-carousel__height .owl-stage, .b-carousel__height .owl-stage-outer, .b-carousel__height .owl-item, .b-carousel__height .owl-item .b-carousel_item {
  height: 100%
}

.b-carousel.owl-carousel {
  letter-spacing: normal
}

.b-carousel.owl-carousel .owl-nav.disabled, .b-carousel.owl-carousel .b-carousel_arrow.disabled, .b-carousel.owl-carousel .b-carousel_paging.disabled {
  display: none
}

.b-carousel_arrow {
  position: absolute;
  z-index: 25;
  top: 0;
  margin-top: 0;
  padding: 0;
  width: 14px;
  height: 100%;
  color: #e767a2;
  background: none;
  border: none;
  transition: all 250ms;
  cursor: pointer
}

.b-carousel_arrow svg {
  display: block;
  position: absolute;
  z-index: 25;
  left: 50%;
  top: 50%;
  margin: -9.5px 0 0 -7px;
  width: 14px;
  height: 19px;
  font-size: 19px;
  line-height: 1;
  fill: currentColor
}

.b-carousel_arrow:hover {
  color: #8785c0
}

.b-carousel_arrow__prev {
  left: 0
}

.b-carousel_arrow__next {
  right: 0
}

.b-carousel_arrow.disabled {
  opacity: 0 !important;
  visibility: hidden !important
}

.b-carousel_paging {
  position: relative;
  margin-top: 10px;
  line-height: 7px;
  white-space: nowrap;
  text-align: center;
  counter-reset: pagination;
  margin: 0 auto;
}

.b-carousel_paging_bullet {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: none;
  border: none;
  margin: 0 9px;
  transition: all 250ms
}

.b-carousel_paging_bullet span {
  display: block;
  width: 7px;
  height: 7px;
  background: #bbb;
  border: none;
  border-radius: 50%;
  transition: all 250ms;
  cursor: pointer
}

.b-carousel_paging_bullet span:hover {
  background: #e767a2
}

.b-carousel_paging_bullet.active span {
  background: #e767a2;
  transform: scale(1.28571428571429)
}

.js-tabs-wrapper {
  position: relative;
  transform: translateZ(0px)
}

.js-tabs-page {
  display: block;
  position: absolute;
  z-index: -5;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none
}

.js-tabs-page.opened {
  position: static;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  opacity: 1;
  pointer-events: auto
}

.js-transition .js-tabs-page {
  transition: height 300ms, visibility 300ms ease, opacity 300ms ease
}

.js-pocket.active .js-pocket-box {
  position: relative;
  margin-bottom: 12px
}

.js-pocket.active .js-pocket-toggle {
  display: inline
}

.js-pocket.active.faded .js-pocket-box:before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 30px;
  pointer-events: none;
  transition: all 250ms;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  content: ''
}

.js-pocket.active.faded.opened .js-pocket-box:before {
  opacity: 0;
  visibility: hidden
}

.b-widget, .b-widget > *, .b-widget iframe {
  width: 100% !important
}

.e-more {
  display: inline-block;
  position: relative;
  font: 700 18px 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #e767a2
}

.e-more:before {
  position: absolute;
  left: 100%;
  top: 5px;
  margin-left: 12px;
  border-left: 8px solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: transform 400ms;
  content: ''
}

.e-more:hover {
  color: #7e84c1
}

.e-more:hover:before {
  transform: translate(5px, 0)
}

@media (max-width: 1169px) {
  .b-mp-intro_text {
    max-width: 440px
  }

  .b-mp-intro_text_title {
    margin-bottom: 14px
  }
}

@media (max-width: 749px) {
  .e-more {
    font: 700 14px 'Roboto', sans-serif
  }

  .e-more:before {
    top: 2px
  }
}

.b-tabs_nav {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  font: 400 18px 'Roboto', sans-serif;
  text-align: center;
  color: #818181;
  cursor: default
}

.b-tabs_nav__left {
  text-align: left
}

.b-tabs_nav > li {
  display: inline-block;
  margin: 0 15px 40px
}

.b-tabs_nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit
}

.b-tabs_nav a:before {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 10px;
  border-top: 2px solid;
  transform: scale(0, 1);
  transition: transform 400ms;
  content: ''
}

.b-tabs_nav a:hover {
  color: #e767a2
}

.b-tabs_nav a.current {
  color: #e767a2;
  pointer-events: none;
  cursor: default
}

.b-tabs_nav a.current:before {
  transform: none
}

@media (min-width: 750px) and (max-width: 1169px) {
  .b-tabs_nav {
    margin-left: -15px;
    text-align: left
  }
}

@media (max-width: 749px) {
  .b-tabs_nav {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    font: 400 14px 'Roboto', sans-serif
  }

  .b-tabs_nav > li {
    /*display: block;*/
    margin: 0 0 22px
  }

  .b-tabs_nav a:before {
    margin-top: 8px;
    border-top: 1px solid
  }
}

.b-anchors_nav_wrap {
  position: relative;
  margin: 0 -35vw 95px;
  height: 47px;
  margin-bottom: 40px
}

.b-anchors_nav {
  position: relative;
  z-index: 100;
  padding: 4px 0 0;
  margin: 0 auto;
  width: 100vw;
  height: 47px;
  font: 400 18px/1 'Roboto', sans-serif;
  color: #818181;
  background: #fff;
  border-top: 1px solid transparent;
  box-shadow: 0 17px 26px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0px);
  transition: box-shadow 400ms, border-color 400ms;
  cursor: default
}

.b-anchors_nav_inner {
  position: relative;
  margin-bottom: -40px;
  padding-bottom: 40px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap
}

.b-anchors_nav_inner a {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
  transition: all 400ms
}

.b-anchors_nav_inner a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #e767a2;
  opacity: 0;
  transition: all 400ms;
  content: ''
}

.b-anchors_nav_inner a:hover {
  color: #e767a2
}

.b-anchors_nav_inner a.active {
  color: #e767a2;
  cursor: default
}

.b-anchors_nav_inner a.active:before {
  opacity: 1
}

.b-anchors_nav:not(.m-float) .b-anchors_nav_inner a:first-child {
  color: #e767a2;
  cursor: default
}

.b-anchors_nav:not(.m-float) .b-anchors_nav_inner a:first-child:before {
  opacity: 1
}

.b-anchors_nav.m-top {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0
}

.b-anchors_nav.m-float {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 51px;
  right: 0;
  border-top-color: #e5e5e5;
  box-shadow: 0 17px 26px rgba(0, 0, 0, .07)
}

@media (max-width: 1199px) {
  .b-anchors_nav_wrap {
    margin: 0 -35vw 54px
  }

  .b-anchors_nav.m-float {
    /* top: 82px */
    top: 79px
  }
}

@media (max-width: 749px) {
  .b-anchors_nav_wrap {
    margin: 0 -35vw 36px
  }

  .b-anchors_nav_wrap .container {
    padding: 0
  }

  .b-anchors_nav_inner a {
    margin: 0 12px;
    padding: 14px 0;
    font-size: 14px
  }

  .b-anchors_nav.m-float {
    top: 72px
  }
}

.b-video {
  display: block;
  position: relative;
  margin: 60px 0;
  text-decoration: none;
  color: inherit;
  cursor: default
}

.b-video:first-child {
  margin-top: auto
}

.b-video:last-child {
  margin-bottom: auto
}

.b-video_player {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 48.1927710843373%;
  overflow: hidden;
  background: #000
}

.b-video_player iframe {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none
}

.b-video_player.ratio-4-3 {
  padding-bottom: 75%
}

.b-video_player.ratio-16-9 {
  padding-bottom: 56.25%
}

.b-video_player_preview {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 400ms, visibility 400ms
}

.b-video_player_preview_cover {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.b-video_player_preview_play {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  width: 48px;
  height: 48px;
  color: #e767a2;
  border-radius: 50%;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms
}

.b-video_player_preview_play svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  fill: currentColor
}

.b-video_player_preview ~ iframe {
  opacity: 0;
  transition: opacity 400ms
}

.b-video_player.ready {
  cursor: pointer
}

.b-video_player.ready .b-video_player_preview_play {
  opacity: 1;
  visibility: visible
}

.b-video_player.ready .b-video_player_preview:hover:before {
  opacity: .4
}

.b-video_player.ready .b-video_player_preview:hover .b-video_player_preview_play {
  transform: scale(1.25)
}

.b-video__play .b-video_player_preview {
  opacity: 0;
  visibility: hidden
}

.b-video__play .b-video_player_preview ~ iframe {
  opacity: 1
}

.b-video__play .b-video_player_preview_play {
  opacity: 0 !important;
  visibility: hidden !important
}

.b-pic, .b-pic img {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden
}

.b-pic {
  margin: 42px 0
}

@media (max-width: 749px) {
  .b-pic {
    margin: 26px 0
  }
}

.b-pic:first-child {
  margin-top: 0
}

.b-pic:last-child {
  margin-bottom: 0
}

.b-spotPic {
  display: block;
  position: relative;
  float: left;
  width: 570px;
  margin: 0 82px 42px 0;
  text-decoration: none;
  color: inherit
}

.b-spotPic__right {
  float: right;
  margin: 0 0 42px 42px
}

.b-spotPic ~ p {
  position: relative;
  z-index: 1
}

.b-spotPic:first-child {
  margin-top: -12px
}

.b-spotPic_spot {
  position: absolute;
  left: 80px;
  top: -58px;
  fill: #f3f6fb
}

.b-spotPic img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  backface-visibility: hidden
}

.b-spotPic img[data-href] {
  cursor: pointer
}

@media (max-width: 1169px) {
  .b-spotPic {
    margin: 0 30px 10px 0;
    width: 342px
  }

  .b-spotPic__right {
    float: right;
    margin: 0 0 10px 30px
  }

  .b-spotPic_spot {
    left: 48px;
    top: -36px;
    width: 364px;
    height: 332px
  }
}

@media (max-width: 749px) {
  .b-spotPic {
    margin: 0 0 24px;
    width: auto
  }

  .b-spotPic_spot {
    left: auto;
    top: -30px;
    right: -50px;
    width: 310px;
    height: 280px
  }
}

.b-important {
  position: relative;
  margin: 42px 0;
  padding: 30px 50px 44px;
  font: 400 18px 'Roboto', sans-serif;
  color: #818181;
  background: #f3f6fb
}

.b-important_caption {
  margin-bottom: 20px;
  font: 400 30px 'Roboto', sans-serif;
  color: #262626
}

.b-important p {
  margin: 0
}

.b-important p ~ p {
  margin-top: 1em
}

@media (max-width: 749px) {
  .b-important {
    margin: 24px 0;
    padding: 22px 26px 32px;
    font: 400 14px 'Roboto', sans-serif
  }

  .b-important_caption {
    margin-bottom: 16px;
    font: 400 20px 'Roboto', sans-serif
  }
}

.b-map_marker {
  position: relative;
  height: 0;
  width: 0
}

.b-map_marker svg {
  position: absolute;
  z-index: 6;
  left: -21px;
  bottom: -2px;
  width: 42px;
  height: 54px
}

.b-map_balloon {
  position: absolute;
  z-index: 1010;
  top: 0;
  padding: 30px 30px;
  width: 100vw;
  max-width: 320px;
  font: 400 13px/1.384615384615385 'Roboto', sans-serif;
  color: #3f3f3f;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1.5px 2.598px 5.88px 0.12px rgba(0, 0, 0, 0.32);
  box-sizing: border-box
}

.b-map_balloon_content {
  width: 100vw;
  max-width: 260px
}

.b-map_balloon_close {
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
  padding: 8px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  background: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
  box-sizing: border-box
}

.b-map_balloon_close:hover {
  color: #e767a2
}

.b-map__noExternal [class*="ymaps-2"][class*="copyrights-promo"] {
  opacity: 0;
  visibility: hidden
}

.b-map__noCopyright [class*="ymaps-2"][class*="-copyright"] {
  opacity: 0;
  visibility: hidden
}

.b-map_cluster {
  display: block;
  position: relative;
  width: 37px;
  height: 37px
}

.b-map_cluster svg {
  display: block;
  position: relative
}

.b-map_cluster_content {
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 7px;
  width: 23px;
  height: 23px;
  font: 400 12px/23px 'Roboto', sans-serif;
  text-align: center;
  color: #000
}

@media (max-width: 749px) {
  .b-map_marker svg {
    left: -14px;
    bottom: -2px;
    width: 28px;
    height: 28px
  }
}

.b-share {
  display: inline-block;
  position: relative
}

.b-share .ya-share2__list {
  list-style: none;
  margin: 0 -12px
}

.b-share .ya-share2__list > li {
  display: inline-block;
  margin: 0 12px
}

.b-share .ya-share2__link .ya-share2__icon {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden
}

.b-share .ya-share2__link .ya-share2__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 112px;
  background: url('../img/icons/share.png') left bottom / 112px 56px no-repeat;
  opacity: 0;
  transition: all 400ms;
  content: ''
}

.b-share .ya-share2__link .ya-share2__icon:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 112px;
  background: url('../img/icons/share.png') left top / 112px 56px no-repeat;
  content: ''
}

.b-share .ya-share2__link:hover .ya-share2__icon:after {
  opacity: 1
}

.b-share .ya-share2__link .ya-share2__title {
  display: none
}

.b-share .ya-share2__list > li[class*="vkontakte"] .ya-share2__icon:after, .b-share .ya-share2__list > li[class*="vkontakte"] .ya-share2__icon:before {
  left: -56px
}

.b-share .ya-share2__list > li[class*="facebook"] .ya-share2__icon:after, .b-share .ya-share2__list > li[class*="facebook"] .ya-share2__icon:before {
  left: -84px
}

.b-share .ya-share2__list > li[class*="twitter"] .ya-share2__icon:after, .b-share .ya-share2__list > li[class*="twitter"] .ya-share2__icon:before {
  left: 0
}

.b-share .ya-share2__list > li[class*="telegram"] .ya-share2__icon:after, .b-share .ya-share2__list > li[class*="telegram"] .ya-share2__icon:before {
  left: -28px
}

.b-filter .flex {
  margin-bottom: -28px
}

.b-filter .flex > [class*="col-"] {
  margin-bottom: 28px
}

.b-filter .b-form_box {
  position: relative;
  margin-bottom: 0
}

.b-filter .b-form_box svg {
  position: absolute;
  top: 12px;
  right: 8px;
  fill: #8785c0;
  pointer-events: none
}

.b-filter .b-form_box_field input[type="text"], .b-filter .b-form_box_field .e-select, .b-filter .b-form_box_field .selectric, .b-filter .b-multiSelect_field {
  padding: 0 20px 0 0;
  height: 40px;
  font: 400 18px 'Roboto', sans-serif;
  color: #8785c0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8dadd;
  border-radius: 0
}

.b-filter .b-form_box_field .e-select span, .b-filter .b-form_box_field .selectric .label, .b-filter .b-multiSelect_field {
  line-height: 39px
}

.b-filter .b-form_box_field .e-select:before, .b-filter .b-form_box_field .selectric:before {
  right: 0
}

.b-filter .b-multiSelect_field:after {
  right: 0;
  margin-top: -2px;
  border-top: 8px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent
}

.b-filter .b-form_box_field input:focus, .b-filter .b-form_box_field .e-select.focus, .b-filter .b-form_box_field .selectric-open .selectric {
  border-color: #8785c0 !important
}

.b-filter .b-form_box_field input::-webkit-input-placeholder {
  color: #8785c0
}

.b-filter .b-form_box_field input:-moz-placeholder {
  color: #8785c0
}

.b-filter .b-form_box_field input:-ms-input-placeholder {
  color: #8785c0
}

.b-filter .b-form_box_field .e-select .placeholder, .b-filter .b-form_box_field .selectric .placeholder {
  color: #8785c0
}

.b-filter .b-form_box_field > select {
  height: 40px
}

.b-filter .b-multiSelect.opened .b-multiSelect_field {
  color: #e767a2
}

.b-filter_label {
  display: inline-block;
  vertical-align: top;
  margin: 8px 18px 0 0;
  font: 400 18px 'Roboto', sans-serif;
  color: #818181
}

.b-filter_label ~ * {
  display: inline-block
}

.b-filter_element {
  display: inline-block;
  vertical-align: top
}

.b-filter_element ~ .b-filter_element {
  margin-left: 40px
}

.b-filter_element.half {
  max-width: 49%
}

@media (max-width: 749px) {
  .b-filter {
    margin-bottom: 20px
  }

  .b-filter > [class*="col-"] {
    margin-bottom: 15px
  }

  .b-filter .flex {
    margin-bottom: -18px
  }

  .b-filter .flex > [class*="col-"] {
    margin-bottom: 18px
  }

  .b-filter .b-form_box_field input[type="text"], .b-filter .b-form_box_field .e-select, .b-filter .b-form_box_field .selectric, .b-filter .b-multiSelect_field {
    height: 34px;
    font: 400 14px 'Roboto', sans-serif
  }

  .b-filter .b-form_box_field .e-select span, .b-filter .b-form_box_field .selectric .label, .b-filter .b-multiSelect_field {
    line-height: 33px
  }

  .b-filter .b-form_box_field .e-select:before, .b-filter .b-form_box_field .selectric:before {
    top: 16px
  }

  .b-filter_label {
    margin: 8px 14px 0 0;
    font: 400 14px 'Roboto', sans-serif
  }

  .b-filter_element ~ .b-filter_element {
    margin-left: 20px
  }
}

.b-filter_reset {
  padding: 5px 30px 5px 10px;
  font: 700 18px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #e767a2
}

.b-filter_reset:hover {
  color: #8785c0
}

.b-filter_reset svg {
  position: absolute;
  right: 4px;
  top: 8px;
  width: 14px;
  height: 14px;
  fill: currentColor
}

.b-filter_tags {
  margin-top: 28px;
  font: 400 14px 'Roboto', sans-serif;
  color: #818181
}

.b-filter_tags_label {
  display: inline-block;
  float: left
}

.b-filter_tags_list {
  margin-left: 96px
}

.b-filter_tags_list a {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 12px;
  text-decoration: none;
  color: #e767a2
}

.b-filter_tags_list a:hover {
  color: #8785c0
}

@media (max-width: 749px) {
  .b-filter_tags {
    margin-top: 28px
  }
}

.b-header_bottom_account .header_logout {
  margin: 16px 0 0;
  font: 700 1.125em 'Roboto', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #8785c0;
  float: right;
  margin-right: 12px
}

.b-page_price tr.b-table_price-row:hover td {
  background: #bedff547
}

.b-page_price td:last-child {
  text-align: right
}

.b-page_price td:first-child {
  width: 80%;
  text-align: left
}

.b-table_price_value {
  text-align: right;
  text-decoration: none;
  padding-right: 16px
}

.b-table_price_value a {
  text-decoration: none
}

.b-table_price-name {
  padding-left: 16px
}

.b-table_price-name a {
  font-weight: 500
}

.b-table_price-name-description {
  font-size: 14px;
  line-height: 18px;
  padding-top: 4px
}

/* b-mp-services_tabs-accor START */
#b-mp-services_tabs__mob {
  display: none;
}

.b-mp-services_tabs-accor__wrap {
  width: 450px;
  max-width: 450px;
  margin-bottom: 50px;
}

.b-mp-services_tabs-accor {
  width: 450px;
}

.b-mp-services_tabs-accor-btn {
  position: relative;
  display: block;
  width: calc(100% - 50px);;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #818181;
  padding: 24px 40px 24px 15px;
  /*background: rgba(255, 180, 38, 0.08);*/
  border-bottom: 2px rgba(0, 0, 0, 0.12) solid;
  transition: all 0.3s ease;
}

.b-mp-services_tabs-accor-btn:hover {
  color: #e767a2;
}

.b-mp-services_tabs-accor-btn:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  border-top: 7px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  /*transition: transform 400ms;*/

  /*content: "\21E7";*/
  /*font-size: 25px;*/
  /*position: absolute;*/
  /*top: calc(50% - 13px);*/
  /*right: 12px;*/
  /*width: 25px;*/
  /*height: 25px;*/
  transform: rotate(0deg);
  /*transform: rotateX(180deg);*/
  transition: all 0.3s ease;
}

.b-mp-services_tabs-accor-btn.is-open:after {
  /*content: "\21E7";*/
  /*transform: rotate(0deg);*/
  transform: rotateX(180deg);
}

.b-mp-services_tabs-accor-btn.is-open {
  border-bottom: 2px #e767a2 solid;
}

.b-mp-services_tabs-accor-btn.is-open {
  color: #e767a2;
}

.b-mp-services_tabs-accor-cont {
  display: none;
  width: calc(100% - 50px);;
  font-size: 15px !important;
  line-height: 25px;
  color: #222222;
  padding: 24px 15px 24px 15px;
}

.b-mp-services_tabs-accor-cont.is-open {
  border-bottom: 2px #e767a2 solid;
}

@media (max-width: 749px) {
  #b-mp-services_tabs {
    display: none;
  }

  #b-mp-services_tabs__mob {
    display: block;
  }
}

@media (max-width: 479px) {
  .b-mp-services_tabs-accor__wrap {
    width: 100%;
    max-width: 100%;
  }

  .b-mp-services_tabs-accor {
    width: 100%;
  }

  .b-mp-services_tabs-accor-btn {
    width: calc(100% - 50px);
  }

  .b-mp-services_tabs-accor-cont {
    width: calc(100% - 50px);
  }
}

/* b-mp-services_tabs-accor END */
.b-blocks_list-num__small span {font-weight: normal;}