.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_no-wrap {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hidden {
  display: none !important;
}
.b-link {
  text-decoration: none;
}
.b-link_green {
  color: #0a7559;
}
.b-link_bold {
  font-weight: bold;
}
.b-link:hover {
  text-decoration: underline;
}
.b-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin: 10px 0;
}
.b-title_green {
  color: #0a7559;
}
.b-title_no-tp-mrgn {
  margin-top: 0;
}
.b-title_small {
  font-size: 16px;
  line-height: 18px;
}
.b-p-simple {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 20px;
}
.b-p-simple_green {
  color: #0a7559;
}
.b-p-simple_italic {
  font-style: italic;
}
.b-p-simple_bold {
  font-weight: bold;
}
.mrgn-top-aut {
  margin-top: auto;
}
.b-page-nav {
  margin-top: 20px;
}
.button {
  background-color: #3064a4;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  color: #fff;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.button:hover {
  box-shadow: none;
  background-color: #4e5a6b;
  color: #fff;
}
.button-green {
  background-color: #078866;
  padding: 0 15px;
}
.button-grey {
  background-color: #f8f8f8;
  color: #4e5a6b;
  border: 1px solid rgba(78, 90, 107, 0.2);
  box-shadow: none;
  padding: 0 15px;
}
.button-grey:hover {
  color: #fff;
  border: 1px solid #4e5a6b;
}
.button_white {
  background-color: #fff;
  color: #4e5a6b;
  margin: 20px 0;
}
.button_white:hover {
  color: #4e5a6b;
  background-color: #fff;
}
.button-left-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-right-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-wtht-radius {
  border-radius: 0;
}
.button-nav {
  position: relative;
}
.button-nav_next {
  padding-right: 20px;
}
.button-nav_next:after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 10px;
  top: calc(50% - 6px);
}
.button-nav_prev {
  padding-left: 20px;
}
.button-nav_prev:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  left: 10px;
  top: calc(50% - 6px);
}
.with-arrow {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4e5a6b;
  margin-bottom: 20px;
}
.with-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #078866;
  left: -10px;
  top: calc(50% - 8px);
}
.with-arrow_advantage {
  padding-left: 25px;
  font-size: 18px;
  line-height: 23px;
}
.with-arrow_advantage:before {
  left: 5px;
  top: 4px;
}
.with-arrow_small-list {
  font-size: 15px;
  line-height: 19px;
  text-indent: 20px;
  text-transform: none;
  font-weight: normal;
}
.with-arrow_small-list:before {
  top: 2px;
  left: 8px;
}
.with-arrow_bold {
  font-weight: bold;
}
.with-arrow_green {
  color: #0a7559;
}
.with-arrow.news-label {
  margin-top: 30px;
}
.margin {
  margin-left: 15px;
}
.sprite {
  margin-left: 20px;
  position: relative;
}
.sprite:before {
  content: '';
  background-image: url('/static/user/img/base-sprite.png');
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: -20px;
}
.b-content {
  color: #4e5a6b;
}
.b-content__header {
  border-bottom: 1px solid #078866;
  text-transform: uppercase;
}
.b-content__header_title {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.b-content__header_banner {
  margin-bottom: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.b-content__main {
  margin-top: 30px;
  margin-bottom: 75px;
}
.with-item {
  position: relative;
}
.with-item:before {
  content: '';
  position: absolute;
  display: block;
}
.with-item_bold {
  font-weight: bold;
}
.with-item_green {
  color: #078866;
}
.with-item_italic {
  font-style: italic;
  font-weight: normal;
}
.with-item_ex-change {
  font-size: 18px;
  line-height: 23px;
  padding-left: 50px;
  font-weight: bold;
  padding-bottom: 20px;
}
.with-item_ex-change:before {
  left: 0;
  top: 0;
  width: 45px;
  height: 53px;
  background-repeat: no-repeat;
  background-image: url('/static/user/img/ex-change-with-itm.png');
}
.with-item_replanning {
  padding-left: 70px;
  margin-bottom: 30px;
  line-height: 20px;
}
.with-item_replanning:before {
  top: 0;
  left: 0;
  width: 60px;
  height: 80px;
  background-repeat: no-repeat;
  background-image: url('/static/user/img/replanning-with-itm.png');
}
.with-item_mortgage-coins {
  padding-left: 90px;
  line-height: 19px;
  font-size: 15px;
}
.with-item_mortgage-coins:before {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url('/static/user/img/coins.png');
}
.with-item_mortgage-mother {
  padding-left: 90px;
  line-height: 23px;
  font-size: 18px;
  padding-right: 110px;
  margin-bottom: 30px;
}
.with-item_mortgage-mother:before {
  top: 0;
  left: 0;
  width: 72px;
  height: 74px;
  background-repeat: no-repeat;
  background-image: url('/static/user/img/mother.png');
}
.with-item_psp {
  padding-left: 65px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.with-item_psp:before {
  top: 0;
  left: 0;
  width: 48px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url('/static/user/img/psp-with-item.png');
}
.row-with-bottom-border {
  border-bottom: 1px solid rgba(78, 90, 107, 0.2);
}
.row-with-bottom-border.b-input {
  padding-bottom: 30px;
}
.row-start {
  align-items: flex-start;
}
.row-center {
  align-items: center;
}
.row-s-between {
  justify-content: space-between;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-left {
  padding-left: 0;
}
.no-gutter-right {
  padding-right: 0;
}
.column {
  flex-direction: column;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.left-padding {
  padding-left: 30px;
}
.right-padding {
  padding-right: 30px;
}
.search__name-b-add-ad {
  font-size: 14px;
  line-height: 19px;
  color: #0a7559;
  margin: 0;
  padding: 0;
}
.b-dropdown {
  position: relative;
}
.b-dropdown_ultra-small {
  width: 63px;
}
.b-dropdown_small {
  width: 83px;
}
.b-dropdown_middle {
  width: 95px;
}
.b-dropdown_large {
  width: 144px;
}
.b-dropdown_extra {
  width: 186px;
}
.b-dropdown:hover .b-dropdown__current {
  border-color: #4e5a6b;
  box-shadow: none;
}
.b-dropdown__name {
  display: block;
}
.b-dropdown__current {
  width: 100%;
  position: relative;
  display: block;
  padding: 0 20px 0 10px;
  line-height: 33px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
  color: #4e5a6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  overflow: hidden;
}
.b-dropdown__current:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #4e5a6b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 5px;
  top: calc(50% - 3px);
}
.b-dropdown__current-grey {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}
.b-dropdown__menu {
  display: none;
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  padding: 10px;
  margin-top: 2px;
  white-space: nowrap;
}
.b-dropdown__menu_grey {
  background-color: #f2f1f1;
}
.b-dropdown__menu label {
  display: block;
  line-height: 19px;
  font-size: 15px;
  cursor: pointer;
}
.b-dropdown__menu label input {
  display: none;
}
.b-attention {
  text-indent: 25px;
  position: relative;
  line-height: 19px;
  font-size: 15px;
  margin-top: auto;
}
.b-attention a {
  color: #0a7559;
}
.b-attention:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/static/user/img/attention.png');
}
.b-attention-add-ad {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.b-attention-form-sbmt {
  margin-bottom: 15px;
}
.b-attention_form {
  text-align: left;
  margin-top: 30px;
}
.b-attention_top-aut {
  margin-top: auto;
}
.b-attention_mrgn-bot {
  margin-bottom: 10px;
}
.b-attention_green {
  color: #0a7559;
}
.b-form {
  width: 100%;
  color: #4e5a6b;
  padding: 15px 6% 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  text-align: center;
  background-color: #f2f1f1;
  background-image: url(/static/user/img/call-back.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
  background-position-x: calc(100% - 8px);
  margin-top: 10px;
  margin-bottom: 10px;
  /*&_hght-full {
		height: 100%;
	}*/
}
.b-form__header {
  /*position: relative;*/
  /*text-align: center;*/
}
.b-form__header_p {
  margin-bottom: 15px;
}
.b-form__header_title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.b-form__header_img {
  position: absolute;
  right: -50px;
  top: 0;
}
.b-form-call-back {
  align-self: flex-end;
}
.b-form-call-back_title {
  margin-left: -10px;
}
.b-form-call-back .b-input {
  margin-top: 30px;
}
.b-form_consultation {
  padding-top: 30px;
  padding-bottom: 40px;
  /*
		&_img {
			top: -10px;
		}
		*/
}
.b-form_consultation .b-input {
  margin-top: 30px;
}
.b-form_consultation_title {
  /*	margin-left: -10px;*/
}
.b-input {
  width: 100%;
}
.b-input_extra-small {
  width: 60px;
}
.b-input_small {
  width: 80px;
}
.b-input_middle {
  width: 90px;
}
.b-input_extra {
  width: 186px;
}
.b-input_extra-large {
  width: 211px;
}
.b-input_full {
  width: 100%;
}
.b-input_file {
  width: 110px;
  margin-left: auto;
}
.b-input_name {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  padding-left: 10px;
}
.b-input_name_textarea {
  color: #4e5a6b;
}
.b-input_delete-file {
  color: #4e5a6b;
  font-size: 14px;
  text-decoration: none;
  margin-left: 5px;
}
.b-input_text {
  width: 100%;
  border-radius: 10px;
  line-height: 33px;
  font-size: 15px;
  padding-left: 10px;
  border: 1px solid transparent;
}
.b-input_text:hover {
  border-color: #4e5a6b;
}
.b-input_text:focus {
  outline: none;
  background-color: #fcfaeb;
  border-color: #4e5a6b;
}
.b-input__file-add {
  display: block;
}
.b-input__file-add img {
  margin: 10px 0 0;
  width: 110px;
  height: 110px;
}
.b-input__textarea {
  resize: none;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  background-color: #f2f1f1;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 10px;
}
.b-input__textarea:focus {
  outline: none;
}
.b-input__sbmt {
  width: 160px;
  line-height: 35px;
  color: #fff;
  background-color: #078866;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  cursor: pointer;
  margin-left: auto;
}
.b-input__sbmt:hover {
  background-color: #4e5a6b;
  box-shadow: none;
}
.b-input__sbmt_blue {
  background-color: #3064a4;
}
.b-input_txt-rght {
  text-align: right;
  width: 100%;
}
.b-input__forgot {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #d8d8d8;
  text-decoration: none;
  margin-left: 10px;
}
.b-checkbox {
  margin-top: 10px;
  align-self: center;
}
.b-checkbox input {
  display: none;
}
.b-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 15px;
  color: #4e5a6b;
  cursor: pointer;
}
.b-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  right: 10px;
  top: -5px;
}
.b-checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #4e5a6b;
  background-color: #fff;
  right: 15px;
  top: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.b-checkbox label:hover:after {
  box-shadow: none;
  border: 1px solid #000;
}
.b-checkbox input:checked + label:before {
  visibility: visible;
  opacity: 1;
}
.b-checkbox input:checked + label:after {
  box-shadow: none;
}
.b-checkbox-ad-form {
  margin-top: 26px;
}
.b-checkbox-ad-form label:after {
  background-color: #f2f1f1;
}
.b-checkbox-ad-form label:before {
  background-color: #f2f1f1;
  border: 2px solid #3064a4;
}
.b-checkbox_column {
  width: 70px;
  text-align: center;
}
.b-checkbox_column label {
  padding: 0 0 50px;
  font-size: 14px;
}
.b-checkbox_column label:after {
  background-color: #f2f1f1;
  left: calc(50% - 12px);
  top: 25px;
}
.b-checkbox_column label:before {
  background-color: #f2f1f1;
  border: 2px solid #3064a4;
  left: calc(50% - 7px);
  top: 30px;
}
label.b-checkbox-m {
  color: #4e5a6b;
  margin-right: 20px;
  height: 26px;
  display: flex;
}
label.b-checkbox-m span {
  height: 26px;
}
label.b-checkbox-m .cb-text {
  padding-right: 8px;
  padding-top: 4px;
}
label.b-checkbox-m input {
  display: none;
}
label.b-checkbox-m input:checked + .new-radio {
  background-image: url(/static/img/cb-on.png);
}
label.b-checkbox-m .new-radio {
  width: 26px;
  border: 0 solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  background-image: url(/static/img/cb-off.png);
  background-position-x: 2px;
  background-position-y: 2px;
  background-repeat: no-repeat;
}
label.b-checkbox-m label:hover .new-radio {
  background-color: #c0ffc0;
}
.b-checkbox-group {
  display: flex;
}
.b-checkbox-group_green label {
  color: #0a7559;
}
.b-checkbox-group_green label:after {
  background-color: #f2f1f1;
}
.b-checkbox-group_green label:before {
  border-color: #0a7559;
}
.b-checkbox-group__name {
  align-self: flex-end;
  margin-bottom: 18px;
  width: 120px;
}
.b-input-group {
  display: flex;
  flex-wrap: nowrap;
}
.b-input-group__name {
  align-self: flex-end;
  margin-bottom: 10px;
  margin-right: 20px;
  white-space: nowrap;
}
.b-advantage {
  display: flex;
  align-items: flex-start;
  /*height: 87px;*/
  margin-bottom: 20px;
}
.b-advantage__img {
  flex-basis: 68px;
}
.b-advantage__img img {
  margin: 0 auto;
  display: block;
}
.b-advantage__dscrpt {
  padding-left: 15px;
  font-size: 15px;
  line-height: 19px;
}
.b-advantage__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.b-advantage_hght-auto {
  height: auto;
}
.b-video {
  text-align: center;
}
.b-video__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.b-video__title_margin-top {
  margin-top: 20px;
}
.b-video__gag {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.b-video__iframe {
  width: 630px;
  height: 355px;
}
@media (min-width: 320px) {
  .b-video__iframe {
    width: 270px;
    height: 164px;
  }
  .main-top-slider {
    padding: 4px 0;
  }
}
@media (min-width: 576px) {
  .b-video__iframe {
    width: 506px;
    height: 285px;
  }
}
@media (min-width: 768px) {
  .b-video__iframe {
    width: 370px;
    height: 224px;
  }
  .main-top-slider {
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  .b-video__iframe {
    width: 520px;
    height: 305px;
  }
}
.b-list {
  line-height: 23px;
  font-size: 18px;
  text-indent: 15px;
}
.b-list__item {
  position: relative;
}
.b-list__item_no-txt-ind {
  text-indent: 0;
}
.b-list__item_with-dot:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4e5a6b;
  top: 8px;
  left: 0;
}
.b-icon {
  display: inline-block;
}
.b-icon_bonus {
  width: 25px;
  height: 25px;
  background-image: url('/static/user/img/bonus.png');
  background-size: cover;
  vertical-align: middle;
}
.b-access {
  width: 100%;
  /*justify-content: center;*/
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.b-access__button {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 80px;
  color: #0a7559;
  border-radius: 10px;
  border: 1px solid #0a7559;
  text-decoration: none;
}
.b-access__button:hover {
  background-color: #f2f1f1;
  border-color: #4e5a6b;
}
.b-access__button span {
  text-decoration: underline;
}
.b-soc-net {
  background-color: #fff;
  display: inline-block;
  border-radius: 30px;
}
.b-soc-net .b-soc-net__item {
  line-height: 0;
}
.b-soc-net__item {
  margin: 5px;
  display: inline-block;
}
.b-soc-net__item img {
  width: 25px;
  height: 25px;
}
.b-soc-net_with-mrgn {
  margin: 5px 0;
}
.b-last-news {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 0;
  line-height: 18px;
  color: #4e5a6b;
  border-radius: 3px;
}
.b-last-news .b-news-item:nth-last-child(2) {
  margin-bottom: 0;
}
.b-last-news .b-news-item__img {
  width: 100%;
}
.b-last-news .show-all {
  text-align: center;
  padding: 10px 0;
}
.b-last-news .show-all a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  text-decoration: none;
  color: #4e5a6b;
}
.b-last-news .show-all a:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e5a6b;
  border-right: 2px solid #4e5a6b;
  transform: rotate(135deg);
  top: calc(50% - 5px);
  right: 10px;
}
.b-news-item {
  margin-bottom: 10px;
}
.b-news-item__title {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.b-news-item__img {
  width: inherit;
  height: 128px;
  margin: 10px 0;
}
.b-news-item__announce {
  font-size: 14px;
  line-height: 18px;
}
.b-news-item__more {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #4e5a6b;
}
.b-news-item__more:hover {
  text-decoration: underline;
}
.b-news-item__more:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: 5px;
  border-top: 2px solid #4e5a6b;
  border-right: 2px solid #4e5a6b;
  transform: rotate(45deg);
}
.b-feedback-full {
  padding: 10px 10px 15px 10px;
  background-color: #f2f1f1;
  border-radius: 10px;
  margin: 10px 0;
}
.b-feedback-full__user-name {
  font-size: 14px;
  font-weight: bold;
  color: #3064a4;
  margin-bottom: 10px;
}
.b-feedback-full__photo {
  position: relative;
}
.b-feedback-full__photo img {
  width: 110px;
  height: 110px;
  margin-right: 10px;
  border-radius: 5px;
}
.b-feedback-full__photo .i-img {
  position: absolute;
  display: block;
  background-image: url('/static/user/img/photo-show.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 15px;
  top: calc(100% + 7px);
}
.b-feedback-full__video {
  position: relative;
  margin-right: 10px;
}
.b-feedback-full__video .video-link {
  display: block;
  width: 110px;
  height: 110px;
  opacity: .4;
  background-image: url('/static/user/img/client.png');
  border-radius: 5px;
}
.b-feedback-full__video .i-video-play {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/static/user/img/video-play.png');
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.b-feedback-full__video .i-video {
  position: absolute;
  display: block;
  background-image: url('/static/user/img/video-show.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 15px;
  top: calc(100% + 7px);
}
.b-feedback-full__text {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 15px;
}
.b-feedback-full__date {
  text-align: right;
  display: inline-block;
  margin-left: auto;
  margin-top: 10px;
  color: #0a7559;
}
.b-feedback-full__date:before {
  background-position: -65px -5px;
}
.b-litebox {
  width: 400px;
  border-radius: 10px;
  padding: 20px 30px;
  z-index: 20;
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  display: none;
  box-shadow: 10px 16px 16px rgba(0, 0, 0, 0.4);
  text-align: center;
  background-color: #f2f1f1;
  color: #4e5a6b;
}
.b-litebox a.button {
  padding: 0 20px;
}
.b-litebox .links {
  margin-top: 14px;
}
.b-litebox .b-input {
  margin-bottom: 20px;
}
.b-litebox .b-input-group {
  justify-content: space-between;
  align-items: center;
}
.b-litebox .b-input-group .b-input {
  width: 160px;
  margin-bottom: 0;
}
.b-litebox .close-lite-box {
  cursor: pointer;
  right: -10px;
}
.b-litebox .b-form__header_title {
  padding-left: 40px;
  position: relative;
}
.b-litebox .b-form__header_title:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/static/user/img/login.svg');
  background-size: cover;
  left: 0;
  top: 0;
}
.b-litebox .b-reg {
  position: relative;
  color: #3064a4;
  font-size: 16px;
  padding-left: 50px;
  line-height: 35px;
  font-weight: bold;
  text-decoration: none;
}
.b-litebox .b-reg:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url('/static/user/img/user-blue.svg');
  background-size: cover;
  left: 0;
  top: calc(50% - 20px);
}
.b-litebox .row-with-bottom-border {
  margin: 30px 0 20px;
}
.b-litebox .row-with-bottom-border.b-input {
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .b-litebox {
    width: 300px;
    padding: 20px 15px;
    left: calc(50% - 150px);
  }
  /*
	.b-input__sbmt 	{
		width: 100px!important;
	}
	*/
  .b-input {
    width: 100%!important;
    text-align: center;
  }
  .b-input.register-regions {
    width: 100%!important;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .hidden-md {
    display: none!important;
  }
}
.overlay {
  position: fixed;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.b-bread {
  background-color: #fff;
  margin: 10px -15px;
}
.b-bread__link {
  position: relative;
  color: #4e5a6b;
  font-size: 15px;
  text-decoration: none;
  padding-right: 25px;
}
.b-bread__link:after {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e5a6b;
  border-right: 2px solid #4e5a6b;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  right: 10px;
}
.b-bread__link_current {
  cursor: default;
}
.b-bread__link_current:after {
  display: none;
}
.l-right {
  text-align: right;
}
div.b-content__header.row {
  display: block;
}
.paginator-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.paginator-block > div {
  padding-bottom: 15px;
  display: inline-block;
}
.errorlist li {
  color: #d00000;
}
.agree-box {
  font-size: 14px;
  margin-top: 16px;
  text-align: left;
}
.agree-box * {
  cursor: pointer;
}
.agree-box span {
  padding-left: 8px;
}
.agree-box input[type=checkbox] {
  height: 15px!important;
  width: 15px!important;
  margin: 0!important;
}
.for-right-button {
  display: block;
  width: 100%;
  text-align: right;
}
.youtube-cnt {
  text-align: center;
}
.vertical-middle {
  margin-top: auto;
  margin-bottom: auto;
}
.grey-hr {
  width: 100%;
  height: 2px;
  background-color: #4e5a6b;
  margin: 10px 0;
}
.have-read-cnt-calc a,
.have-read-cnt-calc a:visited {
  color: #00B0E8;
}
.have-read-cnt-calc span {
  color: #ffffff;
}
.have-read-cnt a,
.have-read-cnt a:visited {
  color: #0d6aad;
}
.have-read-cnt span {
  color: #4e5a6b;
}
.combo-box input {
  height: 24px;
}
.show-list-btn {
  width: 26px;
  height: 26px;
  display: inline-block;
  border: 1px solid #b0b0b0;
  background-color: #e0e0e0;
  cursor: pointer;
}
.show-list-btn > div {
  border: 6px solid transparent;
  border-top: 6px solid #000000;
  display: block;
  width: 0;
  height: 0;
  margin: auto auto;
  margin-top: 10px;
}
.combo-list {
  width: 200px;
  border: 1px solid #000000;
  display: none;
}
.combo-list > div {
  color: #0000a0;
  background-color: #ffffff;
}
.combo-list > div:hover {
  color: #ffffff;
  background-color: #0000a0;
}
.combo-list > div.selected {
  color: #ffffff;
  background-color: #0000a0;
}
/*
@import 'colorVariables.less';
.feedback {
	background-color: #fff;
	margin: 60px auto;
	&__list {
		border-top: 1px solid rgba(0,0,0,.16);
		border-bottom: 1px solid rgba(0,0,0,.16);
		margin: 15px auto;
		justify-content: space-between;
		&__item {
			margin: 10px 0;
			background-color: #f2f1f1;
			display: flex;
			flex-wrap: wrap;
			padding: 15px;
			border-radius: 5px;
			width: 360px;
			&__name {
				width: 100%;
				color: @mainBlue;
				font-size: 14px;
				font-weight: bold;
				margin-bottom: 10px;
			}
			&__photo {
				width: 120px;
				img {
					width: 110px;
					height: 110px;
					border-radius: 5px;
					margin: 0 10px 5px 0;
				}
				a {
					width: 18px;
					height: 15px;
					display: inline-block;
					margin-right: 10px;
				}
				.show-photo {
					background-image: url('/static/user/img/photo-show.png');
				}
				.show-video {
					background-image: url('/static/user/img/video-show.png');
				}
			}
			&__quote {
				width: 210px;
				color: @mainGreyColor;
				p {
					font-size: 14px;
					border-bottom: 1px solid rgba(0,0,0,.16);
					padding: 5px 0;
				}
				p&__date {
					text-align: right;
					border-bottom: none;
					margin-top: 5px;
					padding: 0;
					color: @greenFontColor;
				}
			}
		}
	}
	&__see-all {
		a {
			text-align: center;
			margin-left: auto;
			width: 165px;
		}
	}
}
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'PT-sans';
  src: url('/static/user/fonts/PtSansBold/PtSansBold.eot');
  src: url('/static/user/fonts/PtSansBold/PtSansBold.eot') format('embedded-opentype'), url('/static/user/fonts/PtSansBold/PtSansBold.woff') format('woff'), url('/static/user/fonts/PtSansBold/PtSansBold.woff2') format('woff2'), url('/static/user/fonts/PtSansBold/PtSansBold.ttf') format('truetype'), url('/static/user/fonts/PtSansBold/PtSansBold.svg#PT-sans') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PT-sans';
  src: url('/static/user/fonts/PtSansBoldItalic/PtSansBoldItalic.eot');
  src: url('/static/user/fonts/PtSansBoldItalic/PtSansBoldItalic.eot') format('embedded-opentype'), url('/static/user/fonts/PtSansBoldItalic/PtSansBoldItalic.woff') format('woff'), url('/static/user/fonts/PtSansBoldItalic/PtSansBoldItalic.woff2') format('woff2'), url('/static/user/fonts/PtSansBoldItalic/PtSansBoldItalic.ttf') format('truetype'), url('/static/user/fonts/PtSansBoldItalic/PtSansBoldItalic.svg#PT-sans') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'PT-sans';
  src: url('/static/user/fonts/PtSansItalic/PtSansItalic.eot');
  src: url('/static/user/fonts/PtSansItalic/PtSansItalic.eot') format('embedded-opentype'), url('/static/user/fonts/PtSansItalic/PtSansItalic.woff') format('woff'), url('/static/user/fonts/PtSansItalic/PtSansItalic.woff2') format('woff2'), url('/static/user/fonts/PtSansItalic/PtSansItalic.ttf') format('truetype'), url('/static/user/fonts/PtSansItalic/PtSansItalic.svg#PT-sans') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PT-sans';
  src: url('/static/user/fonts/PtSansNarrow/PtSansNarrow.eot');
  src: url('/static/user/fonts/PtSansNarrow/PtSansNarrow.eot') format('embedded-opentype'), url('/static/user/fonts/PtSansNarrow/PtSansNarrow.woff') format('woff'), url('/static/user/fonts/PtSansNarrow/PtSansNarrow.woff2') format('woff2'), url('/static/user/fonts/PtSansNarrow/PtSansNarrow.ttf') format('truetype'), url('/static/user/fonts/PtSansNarrow/PtSansNarrow.svg#PT-sans') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'PT-sans';
  src: url('/static/user/fonts/PtSansNarrowBold/PtSansNarrowBold.eot');
  src: url('/static/user/fonts/PtSansNarrowBold/PtSansNarrowBold.eot') format('embedded-opentype'), url('/static/user/fonts/PtSansNarrowBold/PtSansNarrowBold.woff') format('woff'), url('/static/user/fonts/PtSansNarrowBold/PtSansNarrowBold.woff2') format('woff2'), url('/static/user/fonts/PtSansNarrowBold/PtSansNarrowBold.ttf') format('truetype'), url('/static/user/fonts/PtSansNarrowBold/PtSansNarrowBold.svg#PT-sans') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'PT-sans';
  src: url('/static/user/fonts/PtSansRegular/PtSansRegular.eot');
  src: url('/static/user/fonts/PtSansRegular/PtSansRegular.eot') format('embedded-opentype'), url('/static/user/fonts/PtSansRegular/PtSansRegular.woff') format('woff'), url('/static/user/fonts/PtSansRegular/PtSansRegular.woff2') format('woff2'), url('/static/user/fonts/PtSansRegular/PtSansRegular.ttf') format('truetype'), url('/static/user/fonts/PtSansRegular/PtSansRegular.svg#PT-sans') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'PT-sans';
}
figure {
  margin: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
header .header {
  padding: 10px 0;
}
header .header .row {
  align-items: center;
}
header .header .row > div {
  /*	height: 80px; */
  text-align: left;
}
header .header .row > div.reg-login {
  height: 28px!important;
  margin-top: 4px;
}
header .header__logo-auth a {
  text-decoration: none;
  color: #545454;
}
header .header__logo img {
  width: 166px;
}
header .header__logo p {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 15px;
}
header .header__auth {
  margin-top: 10px;
}
header .header__auth img {
  width: 16px;
  display: inline-block;
  vertical-align: top;
}
header .header__auth p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
header .header__auth .registration {
  margin-left: 10px;
}
header .header .show-add {
  padding-bottom: 2px;
  margin-left: auto;
  align-items: flex-end;
}
header .header .show-add > div {
  display: inline-block;
  padding-top: 19px;
  text-align: center;
}
header .header__short-info {
  font-size: 14px;
  padding-top: 24px;
}
header .header__short-info span {
  color: #0a7559;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
header .header__short-info p:nth-child(2) {
  font-weight: bold;
}
header .header__more-ex {
  align-self: start;
}
header .header__more-ex img {
  width: 160px;
  margin-top: 24px;
}
header .header__more-ex p {
  font-size: 12px;
  color: #545454;
  text-transform: uppercase;
}
header .main-nav {
  background: #078866;
  font-size: 15px;
}
header .main-nav .row {
  align-items: center;
}
.show-add {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 15px;
}
.show-add img {
  height: 26px;
}
.show-add a {
  color: #545454;
  text-decoration: none;
}
.show-add span {
  display: block;
  width: 100px;
}
.show-add__add img {
  margin-right: 8px;
}
.b-main-nav {
  justify-content: flex-end;
}
.b-main-nav__item {
  position: relative;
  display: inline-block;
}
.b-main-nav__item_dropdown:hover .b-main-nav__dropdown {
  display: block;
}
.b-main-nav__item_dropdown:hover .b-main-nav__link {
  background-color: #4e5a6b;
}
.b-main-nav__link {
  padding: 25px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.b-main-nav__link:hover {
  background-color: #4e5a6b;
  color: #fff;
}
.b-main-nav__link_dropdown {
  padding-right: 25px;
  position: relative;
}
.b-main-nav__link_dropdown:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.b-main-nav__dropdown {
  display: none;
  position: absolute;
  padding: 10px;
  z-index: 10;
  top: 100%;
  left: 0;
  background-color: #4e5a6b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
}
.b-dropdown__link {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
}
.b-dropdown__link:hover {
  text-decoration: underline;
  color: #fff;
}
.b-dropdown__menu_main-nav {
  background-color: #4e5a6b;
  color: #fff;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-dropdown_main-nav {
  max-width: 100%;
}
.b-dropdown_main-nav:hover {
  background-color: #4e5a6b;
  color: #fff;
}
.b-dropdown_main-nav .b-dropdown__current {
  border-radius: 0;
  padding: 25px 25px 25px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  line-height: 15px;
}
.b-dropdown_main-nav .b-dropdown__current:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.container-margin {
  margin-top: 40px;
  margin-bottom: 50px;
}
.main-nav .v-main-nav .b-main-nav__dropdown {
  display: none;
}
.main-nav .v-main-nav:hover > .b-main-nav__dropdown {
  display: block;
}
.main-nav .v-main-nav .b-main-nav__item {
  display: block;
}
.main-nav .v-main-nav .second-level {
  left: 100%;
  top: -8px;
  border-top-right-radius: 10px;
  border: 1px solid #fff;
  border-top-left-radius: 10px;
}
.main-nav .v-main-nav .second-level a {
  white-space: nowrap;
}
.main-nav .v-main-nav .b-main-nav__link:not(.top-level) {
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.main-nav .v-main-nav .b-dropdown__link:not(.top-level) {
  padding-top: 4px;
  padding-bottom: 4px;
}
.main-nav .v-main-nav .b-main-nav__item_dropdown:hover > .b-main-nav__dropdown {
  display: block;
}
.main-nav .v-main-nav .b-main-nav__link_dropdown:not(.top-level):after {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 4px solid transparent;
}
.wait-overlay {
  z-index: 3001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 1200px) {
  .b-main-nav__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .main-nav .v-main-nav .second-level a {
    white-space: normal;
  }
  .main-nav .v-main-nav .b-main-nav__link:not(.top-level) {
    white-space: normal;
  }
  .with-arrow {
    font-size: 18px;
  }
  .start-page .object__base__sale {
    text-align: left!important;
  }
  .container {
    /*		width: 320px!important; */
    width: 95%!important;
  }
}
@media (min-width: 576px) {
  header .header .row > div {
    height: 80px;
  }
}
@media (min-width: 320px) {
  header .header .row > div {
    height: initial;
  }
  header .header .row img {
    margin-top: 0;
  }
  header .header .header__short-info {
    padding-top: 4px;
  }
  header .header .show-add > div {
    padding-top: 0;
  }
  header .header .header__short-info > p {
    padding-top: 0;
  }
}
.footer {
  padding: 10px 0;
}
.footer .container {
  background: #4e5a6b;
}
.footer a {
  text-decoration: none;
  line-height: 20px;
  font-size: 15px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a,
.footer h3,
.footer p {
  color: #fff;
}
.footer h3 {
  text-transform: uppercase;
}
.footer h3 > a {
  font-size: 18px;
  line-height: 28px;
}
.footer__top {
  flex-wrap: wrap;
}
.footer__top__page-list {
  padding-bottom: 20px;
}
.footer__top__show-add > div {
  display: inline-block;
  margin-top: 5px;
}
.footer__top__show-add span {
  font-size: 12px;
  line-height: 15px;
}
.footer__top__social {
  text-align: left;
}
.footer__top__social h3 {
  text-transform: none;
  font-size: 20px;
}
.footer__top__social p {
  font-size: 14px;
  line-height: 19px;
}
.footer__bottom .row {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}
.footer__bottom__logo {
  height: 74px;
}
.footer__bottom__logo img {
  width: 206px;
}
.footer__bottom__logo p {
  font-size: 14px;
}
.footer__bottom__rules {
  height: 74px;
  text-align: center;
}
.footer__bottom__rules > div {
  /* position: absolute;
				bottom: 0; */
  margin-top: 37px;
}
.footer__bottom__rules a {
  font-size: 14px;
  margin-right: 10px;
}
.footer__bottom__more-ex {
  height: 74px;
}
.footer__bottom__more-ex img {
  width: 236px;
  /*    			position: absolute;
    			bottom: 0;
				display: block; */
  padding-bottom: 4px;
  margin-top: 21px;
}
.document {
  margin-top: 30px;
}
.document p {
  margin-bottom: 17px;
}
.document h2 {
  font-size: 20pt;
  margin-bottom: 17px;
}
.document h3 {
  font-size: 14pt;
  margin-bottom: 17px;
}
