@font-face {
  font-family: 'Stolzl';
  src: local('Stolzl Book'), local('Stolzl-Book'), url('/fonts/Stolzl-Book/Stolzl-Book.woff2') format('woff2'), url('/fonts/Stolzl-Book/Stolzl-Book.woff') format('woff'), url('/fonts/Stolzl-Book/Stolzl-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/fonts/Stolzl-Regular/Stolzl-Regular.eot");
  src: url("/fonts/Stolzl-Regular/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Stolzl-Regular/Stolzl-Regular.woff") format("woff"), url("/fonts/Stolzl-Regular/Stolzl-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Stolzl";
  src: url("/fonts/Stolzl-Bold/Stolzl-Bold.eot");
  src: url("/fonts/Stolzl-Bold/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Stolzl-Bold/Stolzl-Bold.woff") format("woff"), url("/fonts/Stolzl-Bold/Stolzl-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
:root {
  --fancybox-accent-color: #0096FF;
  --fancybox-thumbs-border-radius: 0px;
}
.fw400 {
  font-weight: 400;
}
* {
  outline: none;
}
a {
  color: #0096FF;
}
a:hover {
  color: #0096FF;
}
input,
select,
textarea {
  outline: none;
  box-shadow: none;
}
body {
  font-family: 'Stolzl', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #272727;
  background: #F4F6FB;
}
.text-right {
  text-align: right;
}
.color-gray {
  color: #88919D;
}
.block_margin_small {
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .block_margin_small {
    margin: 0 0 30px 0;
  }
}
.block_margin {
  margin: 0 0 70px 0;
}
@media (max-width: 767px) {
  .block_margin {
    margin: 0 0 50px 0;
  }
}
.block_margin_big {
  margin: 0 0 100px 0;
}
@media (max-width: 991px) {
  .block_margin_big {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 767px) {
  .block_margin_big {
    margin: 0 0 50px 0;
  }
}
h2,
.h2,
.page_title,
.page_header {
  font-size: 32px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 35px 0;
}
h2 h1,
.h2 h1,
.page_title h1,
.page_header h1,
h2 h2,
.h2 h2,
.page_title h2,
.page_header h2 {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2,
  .h2,
  .page_title,
  .page_header {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  h2 h1,
  .h2 h1,
  .page_title h1,
  .page_header h1,
  h2 h2,
  .h2 h2,
  .page_title h2,
  .page_header h2 {
    font-size: 22px;
  }
}
.cabinet_alert > *:last-child {
  margin-bottom: 0;
}
/*Окна fancybox.*/
.fancy_block .fancybox__content {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
.fancybox__content :focus,
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
  box-shadow: none;
}
/*Модальные окна Bootastrap.*/
.modal-header {
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .modal-header {
    padding: 15px;
  }
}
.modal-body {
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 20px 15px;
  }
}
.modal-footer {
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .modal-footer {
    padding: 15px;
  }
}
/*КНОПКИ.-START-*/
.btn-def {
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #0096FF;
  padding: 0px 22px;
  height: 42px;
  text-decoration: none;
  color: #0096FF;
  background: none;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-shadow: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .btn-def {
    padding: 0px 15px;
    height: 38px;
  }
}
.btn-def:hover {
  border-color: #0096FF;
  color: #fff;
  background: #0096FF;
}
.btn-def.btn-big {
  font-size: 16px;
}
@media (max-width: 576px) {
  .btn-def.btn-big {
    font-size: 14px;
  }
}
.btn-def.btn-small {
  font-size: 12px;
  border-width: 1px;
  padding: 0px 12px;
  height: 32px;
}
.btn-def.btn-small.btn-arrow svg {
  width: 6px;
  height: 10px;
  margin-left: 10px;
}
.btn-def.btn-map {
  padding: 0px 22px 0px 18px;
}
.btn-def.btn-map svg.icon-map-border {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.btn-def.btn-fill {
  background: #0096FF;
  color: #fff;
  border-color: #0096FF;
}
.btn-def.btn-fill:hover {
  background: #007BFB;
  border-color: #007BFB;
  color: #fff;
}
.btn-def.btn-gray {
  border: 1px solid #D5DBE0;
  color: #88919D;
  background: none;
}
.btn-def.btn-gray:hover {
  color: #0096FF;
  background: none;
  border-color: #0096FF;
}
.btn-def.btn-gray.active {
  border-color: #0096FF;
  color: #0096FF;
}
.btn-def.btn-white {
  border: 1px solid;
  color: #ffffff;
  background: none;
}
.btn-def.btn-white:hover {
  color: #272727;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-def.btn-white.active {
  color: #272727;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-def.btn-gray-back {
  background: #88919D;
  color: #fff;
  border-color: #88919D;
}
.btn-def.btn-gray-back:hover {
  background: #c2cde4;
  border-color: #c2cde4;
  color: #fff;
}
.btn-def.btn-only-text {
  background: none;
  border: none;
  padding: 0;
}
.btn-def.btn-only-text:hover {
  color: #0096FF;
}
.btn-def.btn-with-icon {
  background: none;
  border: none;
  padding: 0;
  color: #272727;
}
.btn-def.btn-with-icon:hover {
  color: #0096FF;
}
.btn-def.btn-with-icon .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  color: #0096FF;
}
.btn-def.btn-inline {
  background: none;
  border: none;
  padding: 0;
  height: auto;
}
.btn-def.btn-inline:hover {
  color: #0096FF;
}
.btn-def.change_photo {
  background: none;
  border: none;
  padding: 0;
  height: auto;
}
.btn-def.change_photo:hover {
  color: #0096FF;
}
.btn-def.btn-full {
  width: 100%;
}
.btn-def.btn-arrow svg {
  width: 7px;
  height: 13px;
  margin-left: 10px;
}
.btn-def.btn-shadow {
  box-shadow: 0px 1px 2px rgba(3, 18, 33, 0.3);
}
.btn-with-spinner {
  position: relative;
}
.btn-with-spinner::after {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(0);
  background-image: url('/img/loading_blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation-duration: 2s;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.btn-with-spinner::hover::after {
  background-image: url('/img/loading_white.svg');
}
.btn-with-spinner.btn-fill::after {
  background-image: url('/img/loading_white.svg');
}
.loading .btn-with-spinner::after,
.btn-with-spinner.loading::after {
  display: block;
}
@keyframes spin {
  0% {
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    transform: translate(0, -50%) rotate(360deg);
  }
}
/*КНОПКИ.-END-*/
.container-max-width {
  max-width: 1366px;
}
@media (max-width: 1199px) {
  .container-max-width.lg-full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .container-max-width.md-full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .container-max-width {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-max-width.sm-full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .container-max-width.xs-full {
    padding-right: 0;
    padding-left: 0;
  }
  .container-max-width.xs-full h2,
  .container-max-width.xs-full .h2,
  .container-max-width.xs-full .page_title,
  .container-max-width.xs-full .page_header {
    padding: 0 15px;
  }
}
/*Для открытия карты в fancybox.*/
.fancy-map .fancybox__content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.simple-map {
  width: 100%;
  height: 100%;
}
.header_empty {
  display: block;
  height: 190px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .header_empty {
    height: 88px;
  }
}
body.no_header_margin .header_empty {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: top 0.3s;
}
.header_main_container {
  background: #FFFFFF;
  position: relative;
  height: 72px;
}
@media (max-width: 767px) {
  .header_main_container {
    height: 58px;
  }
}
/*Телефон в шапке.*/
.header_phone {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #272727;
  text-decoration: none;
  margin: 0 40px 0 0;
}
@media (max-width: 991px) {
  .header_phone {
    font-size: 14px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 360px) {
  .header_phone {
    font-size: 12px;
  }
}
/*Уведомления в шапке.*/
.header_notifications {
  position: relative;
  display: inline-block;
  margin: 0 35px 0 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header_notifications {
    margin: 0 20px 0 0;
  }
}
.header_notifications.has_unseen::after {
  content: '';
  display: block;
  background: #FC427A;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: absolute;
  top: 0px;
  right: -4px;
}
.header_notifications.opened .notifications_popup {
  display: block;
}
.header_notifications .notifications_popup {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  padding: 10px 0 0 0;
  cursor: auto;
}
@media (max-width: 480px) {
  .header_notifications .notifications_popup {
    right: -60px;
  }
}
.header_notifications .notifications_popup .wrapper {
  background: #ffffff;
  border-radius: 20px;
  width: 240px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.header_notifications .notifications_popup .notifications_list {
  max-height: 400px;
  background: #ffffff;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-color: #CDD4FF transparent;
  scrollbar-width: thin;
}
.header_notifications .notifications_popup .notifications_list::-webkit-scrollbar {
  width: 4px;
}
.header_notifications .notifications_popup .notifications_list::-webkit-scrollbar-track {
  background: transparent;
}
.header_notifications .notifications_popup .notifications_list::-webkit-scrollbar-thumb {
  background-color: #CDD4FF;
}
.header_notifications .notifications_popup .notifications_list .notification {
  border-bottom: 1px solid #D5DBE0;
  padding: 10px 15px;
  font-size: 12px;
}
.header_notifications .notifications_popup .notifications_list .notification .time {
  color: #88919D;
  margin: 0 0 4px 0;
}
.header_notifications .notifications_popup .notifications_list .notification .indicator {
  display: none;
  vertical-align: middle;
  background: #FC427A;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 0 4px 0;
}
.header_notifications .notifications_popup .notifications_list .notification .title {
  font-weight: 400;
  margin: 0 0 4px 0;
}
.header_notifications .notifications_popup .notifications_list .notification .link {
  margin: 4px 0 0 0;
  font-size: 10px;
}
.header_notifications .notifications_popup .notifications_list .notification .link a {
  text-decoration: none;
}
.header_notifications .notifications_popup .notifications_list .notification.unseen .indicator {
  display: inline-block;
}
.header_notifications .notifications_popup .notifications_list .notification:first-child {
  padding-top: 15px;
}
.header_notifications .notifications_popup .notifications_list .notification:last-child {
  padding-bottom: 15px;
  border-bottom: none;
}
.header_notifications .notifications_popup .notifications_list .page_ref {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0 13px 0;
  font-size: 12px;
}
/*Страница со списком уведомлений.*/
.page_notifications_list {
  border-radius: 20px;
  overflow: hidden;
}
.page_notifications_list .notification {
  background: #ffffff;
  border-bottom: 1px solid #D5DBE0;
  padding: 30px;
  font-size: 16px;
}
.page_notifications_list .notification .time {
  font-size: 14px;
  color: #88919D;
  margin: 0 0 8px 0;
}
.page_notifications_list .notification .indicator {
  display: none;
  vertical-align: middle;
  background: #FC427A;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 3px;
}
.page_notifications_list .notification .title {
  font-weight: 400;
  margin: 0 0 8px 0;
}
.page_notifications_list .notification .link {
  margin: 8px 0 0 0;
  font-size: 12px;
}
.page_notifications_list .notification .link a {
  text-decoration: none;
}
.page_notifications_list .notification.unseen .indicator {
  display: inline-block;
}
.page_notifications_list .notification:last-child {
  border-bottom: none;
}
.page_notifications_list .notification_empty {
  font-size: 18px;
}
/*Страница со списком сообщений пользователя.*/
.page_messages_list .message {
  background: #ffffff;
  padding: 30px;
  font-size: 16px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.page_messages_list .message .time {
  font-size: 14px;
  color: #88919D;
  margin: 0 0 8px 0;
}
.page_messages_list .message .time a {
  color: inherit;
}
.page_messages_list .message .subject {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.page_messages_list .message .info > *:last-child {
  margin-bottom: 0;
}
.page_messages_list .message:last-child {
  margin: 0;
}
.page_messages_list .message_empty {
  font-size: 18px;
}
/*Кнопка-гамбургер для вызова меню.*/
.hambuger_button {
  display: inline-block;
  width: 34px;
  padding: 10px 8px;
  cursor: pointer;
}
.hambuger_button .line {
  width: 100%;
  height: 2px;
  margin: 0 0 4px 0;
  background: #272727;
  opacity: 1;
  transition: width 0.2s, transform 0.2s, opacity 0.2s;
}
.hambuger_button .line.three {
  width: 12px;
  margin: 0 0 0 auto;
}
.hambuger_button.active .line.one {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hambuger_button.active .line.two {
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
}
.hambuger_button.active .line.three {
  width: 18px;
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
/*Логотип в шапке.*/
.header_logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #272727;
}
.header_logo:hover {
  color: #272727;
}
.header_logo a {
  text-decoration: none;
}
.header_logo .logo-cabinet-newdon {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.header_logo .logo-icon {
  margin: 0 10px 0 0;
  width: 43px;
  height: 28px;
  color: #0096FF;
}
.header_logo .logo-text {
  max-width: 151px;
  margin: 0 20px 0 0;
}
.header_logo .logo-cabinet-text {
  margin: 5px 0 0 0;
  color: inherit;
}
svg.icon-user {
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
svg.icon-bell {
  display: inline-block;
  width: 16px;
  height: 20px;
  color: #B2C8DA;
}
.header_menu_container {
  color: #ffffff;
  background: #0096FF;
  padding: 10px 0;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
@media (max-width: 767px) {
  .header_menu_container {
    position: fixed;
    top: 58px;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 0;
    transition: left 0.3s;
  }
  .header_menu_container.active {
    left: 0;
  }
}
/*Всплывашка о профиле.*/
.cabinet_top_links {
  display: inline-block;
  position: relative;
}
.cabinet_top_links .profile_link {
  display: block;
  font-size: 14px;
  color: #0096FF;
  text-decoration: none;
  max-width: 170px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cabinet_top_links .profile_link svg {
  margin: 0 8px 0 0;
}
.cabinet_top_links .profile_link .icon-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.cabinet_top_links .cabinet_popup {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  right: 0;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.cabinet_top_links .cabinet_popup a {
  display: inline-block;
  font-size: 16px;
  color: #272727;
  text-decoration: none;
  margin: 0 0 24px 0;
}
.cabinet_top_links .cabinet_popup a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 8px 0 0;
  color: #0096FF;
}
.cabinet_top_links .cabinet_popup a:last-child {
  margin-bottom: 0;
}
.cabinet_top_links:hover .cabinet_popup {
  display: block;
}
/*Главное меню.*/
.cabinet_main_menu {
  display: flex;
  justify-content: center;
}
.cabinet_main_menu .nav-item {
  margin: 0 25px;
  letter-spacing: 0.02em;
}
.cabinet_main_menu .nav-item:first-child {
  margin-left: 0;
}
.cabinet_main_menu .nav-item:last-child {
  margin-right: 0;
}
.cabinet_main_menu .nav-link {
  height: 50px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.cabinet_main_menu .nav-link.active {
  font-weight: 700;
}
@media (max-width: 991px) {
  .cabinet_main_menu .nav-item {
    margin: 0 20px;
  }
  .cabinet_main_menu .nav-link {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .cabinet_main_menu {
    display: block;
  }
  .cabinet_main_menu .nav-item {
    margin: 0 0 10px 0;
  }
  .cabinet_main_menu .nav-link {
    display: inline-flex;
    height: auto;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
  }
}
/*Иконка сердца избранного.*/
.favorite-icon {
  width: 20px;
  height: 20px;
  color: #007BFB;
  fill: transparent;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-property: transform;
}
.favorite-icon.favorite-icon__big {
  width: 25px;
  height: 25px;
}
.favorite-btn {
  background: none;
  border: 0px;
  padding: 0;
  margin: 0;
}
.favorite-btn:hover .favorite-icon {
  transform: scale(1.1);
}
.favorite-btn.active .favorite-icon {
  fill: #0096FF;
  color: #0096FF;
}
/*Иконка сравнения.*/
.compare_circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #F7F8FC;
  border: none;
  padding: 0;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .compare_circle {
    width: 26px;
    height: 26px;
  }
}
.compare_circle .inner {
  width: 2px;
  height: 12px;
  background: #88919D;
  position: relative;
  transition: all 0.3s;
}
.compare_circle .inner::before {
  content: "";
  width: 2px;
  height: 9px;
  background: #88919D;
  position: absolute;
  left: -4px;
  bottom: 0;
  transition: all 0.3s;
}
.compare_circle .inner::after {
  content: "";
  width: 2px;
  height: 6px;
  background: #88919D;
  position: absolute;
  left: 4px;
  bottom: 0;
  transition: all 0.3s;
}
.compare_circle:hover {
  background: #eeeeee;
}
.compare_circle.active {
  background: #0096FF;
}
.compare_circle.active .inner {
  background: #ffffff;
}
.compare_circle.active .inner::before {
  background: #ffffff;
}
.compare_circle.active .inner::after {
  background: #ffffff;
}
/*Всплывашка для текстов иконок.*/
.with_popup_icon {
  position: relative;
}
.with_popup_icon .popup_cont {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translatex(-50%);
  max-width: 210px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 10px 0;
  z-index: 1;
  font-weight: normal;
}
.with_popup_icon .popup_cont.wide {
  max-width: 340px;
}
@media (max-width: 576px) {
  .with_popup_icon .popup_cont.wide {
    max-width: 300px;
  }
}
.with_popup_icon .popup_cont .text_cont {
  padding: 7px 15px;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  color: #4E525E;
  text-align: center;
  box-shadow: 0px 3px 8px -6px rgba(24, 39, 75, 0.05), 0px 10px 36px -4px rgba(17, 24, 41, 0.1);
}
.with_popup_icon .popup_cont .text_cont span {
  color: #000000;
}
.with_popup_icon .popup_cont .text_cont a {
  text-decoration: none;
}
.with_popup_icon .popup_cont .text_cont::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin: 0 0 0 -10px;
  border-top: 8px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.with_popup_icon:hover .popup_cont,
.with_popup_icon.hovered .popup_cont {
  display: block;
}
.with_popup_icon.active:hover .popup_cont {
  display: none;
}
.with_popup_icon.left_side .popup_cont {
  transform: translateX(-20%);
}
.with_popup_icon.left_side .popup_cont .text_cont::after {
  left: 20%;
}
.with_popup_icon.right_side .popup_cont {
  transform: translateX(-85%);
}
.with_popup_icon.right_side .popup_cont .text_cont::after {
  left: auto;
  right: 11%;
}
/*Страница клуба привелегий.*/
.club_page_block {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.club_page_block h1 {
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 36px 0;
}
.club_page_block .text_cont {
  font-size: 16px;
  line-height: 1.5;
  color: #4E525E;
}
.club_page_block .title_image {
  border-radius: 20px;
  margin: 0 0 0 50px;
}
/*Просто баннер.*/
.simple_banner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
}
.simple_banner img {
  display: block;
  max-width: 100%;
}
.simple_banner .title {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #1C2021;
  color: #ffffff;
  font-size: 22px;
  padding: 20px 40px;
  border-radius: 0px 0px 0px 20px;
}
/*Страница профиля пользователя.*/
.profile_block {
  max-width: 690px;
}
.profile_block .profile_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px 0;
}
.profile_block h1 {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}
.profile_block .profile_edit_button {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 14px;
  color: #88919D;
  margin: 0 0 0 20px;
  text-decoration: none;
}
.profile_block .profile_edit_button .icon-pencil {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.profile_block .profile_form {
  max-width: 400px;
}
.user_avatar {
  display: block;
  text-align: center;
  margin: 0 50px 0 0;
}
@media (max-width: 576px) {
  .user_avatar {
    margin: 0 0 30px 0;
  }
}
.user_avatar .image {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.user_avatar .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_avatar .change_photo {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 300;
  color: #0096FF;
}
.user_info {
  width: 100%;
  flex: 0 1 auto;
  font-size: 14px;
}
.user_info .user_params .param {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #E2E8F0;
  font-size: 14px;
}
.user_info .user_params .param-no-hr {
  border-bottom: none;
  padding-bottom: 0px;
}
.user_info .user_params .alert {
  line-height: 21px;
}
/* Мероприятия */
a.event-item {
  text-decoration: unset;
  color: unset;
}
.img-event {
  width: 100%;
}
.event-type {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #88919D;
}
.event-title h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
.event-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding-right: 15px;
}
.event-location .icon-geo,
.event-dates .icon-dates {
  width: 14px;
  margin-right: 2px;
  max-height: 17px;
}
.event-location {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
}
.event-dates {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
}
/* */
.btn-def.disabled {
  background: #B9B9B9;
  cursor: not-allowed;
}
.phone_confirm_wrapper .error {
  color: #842029;
}
.phone_confirm_bottom {
  font-size: 14px;
  line-height: 17px;
  color: #88919D;
}
/*Мини блок про акцию.*/
.promo_tag {
  display: inline-block;
  margin: 0 0 2px 5px;
  color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  background: #ff2355;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 20px;
  /*background: @color-blue;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 12px;

    &:hover {
        background: @color-blue-dark;
        color: #ffffff;
    }*/
}
.promo_tag:hover {
  color: #ffffff;
}
/*Блок с фоновым изображением для верха страницы.*/
.full_width_page_top {
  height: 500px;
  background-color: #aaa;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 50px 0;
  padding: 50px 0 60px 0;
  text-shadow: 0px 1px 2px rgba(3, 18, 33, 0.3);
  background-image: var(--header-bg);
}
.full_width_page_top h1 {
  font-size: 48px;
}
.full_width_page_top .odometer {
  position: relative;
  top: -0.1rem;
}
.full_width_page_top .description {
  font-size: 18px;
  max-width: 600px;
  margin: 30px 0 0 0;
}
.full_width_page_top .breadcrumb {
  margin: 0;
}
@media (max-width: 991px) {
  .full_width_page_top h1 {
    font-size: 32px;
  }
  .full_width_page_top .description {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .full_width_page_top {
    margin: 0 0 35px 0;
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 576px) {
  .full_width_page_top {
    height: 350px;
    margin: 0 0 30px 0;
    padding: 20px 0 30px 0;
    background-image: var(--header-bg-mobile);
  }
  .full_width_page_top h1 {
    font-size: 22px;
  }
  .full_width_page_top .description {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
}
/*НОВОСТИ/АКЦИИ. -START-*/
.main_page_news {
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .main_page_news .header {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
/*Список новостей.*/
.news_list .news_card {
  margin: 0 0 40px 0;
}
/*Карточки.*/
.news_card {
  position: relative;
}
.news_card .image {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.news_card .image img {
  display: block;
  max-width: 100%;
}
@media (max-width: 576px) {
  .news_card .image img {
    max-height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.news_card .image .no_photo {
  width: 100%;
  padding: 0 0 100% 0;
  display: block;
  position: relative;
  background: #eeeeee;
  color: #cccccc;
}
.news_card .image .no_photo span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_card .image .no_photo .no_photo_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 56px;
}
.news_card .date {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #88919D;
}
.news_card .title {
  font-size: 16px;
  margin: 15px 0 0 0;
  font-weight: 400;
}
.news_card .title a {
  color: inherit;
  text-decoration: none;
}
.news_card .intro {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
/*Страница новостей.*/
.article_page {
  margin: 0 0 50px 0;
}
.article_page .article_image {
  max-width: 100%;
  margin: 0 0 20px 0;
  display: inline-block;
  border-radius: 15px;
}
.article_page .article_title {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}
.article_page .article_text {
  font-size: 16px;
  line-height: 1.5;
  color: #4E525E;
  margin: 0 0 50px 0;
}
.article_page .article_text img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .article_page .article_text img {
    height: auto !important;
  }
}
.article_page .article_date {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: #88919D;
}
/*НОВОСТИ/АКЦИИ. -END-*/
.voyager-x::before {
  content: "x";
}
[class*=" voyager-"]::before,
[class^="voyager-"]::before,
[data-icon]::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: voyager !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none !important;
}
/*Часто задаваемые вопросы*/
.faq_categories-list {
  margin: 0 0 30px 0;
}
.faq_categories-list .menu-item {
  color: #272727;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .faq_categories-list .menu-item {
    margin: 0 0 20px 0;
  }
}
.faq_categories-list .menu-item a {
  color: inherit;
  text-decoration: none;
}
.faq_categories-list .menu-item.active {
  color: #0096FF;
}
.faq-list .faq-list-item {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(25, 30, 45, 0.05);
}
.faq-list .faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
}
@media (max-width: 991px) {
  .faq-list .faq-item {
    padding: 30px 25px;
  }
}
.faq-list .faq-item-title {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faq-list .faq-item-title {
    font-size: 16px;
  }
}
.faq-list .faq-info {
  color: #4E525E;
  padding: 0px 50px;
}
@media (max-width: 991px) {
  .faq-list .faq-info {
    padding: 0 25px;
  }
}
.faq-list .faq-info-descr {
  font-size: 14px;
  line-height: 1.5;
  color: #4E525E;
  padding: 0px;
  padding-bottom: 50px;
}
.faq-list .faq-info-descr > * {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .faq-list .faq-info-descr {
    padding-bottom: 18px;
  }
}
.faq-list .faq-item-znak {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  position: relative;
}
.faq-list .faq-item[aria-expanded="false"] .faq-item-znak::before {
  display: block;
}
.faq-list .faq-item-znak::before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(50% - 1px);
  height: 100%;
  width: 3px;
  background: #0096FF;
  display: none;
}
.faq-list .faq-item-znak::after {
  content: '';
  height: 3px;
  width: 100%;
  background: #0096FF;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}
/*Часто задаваемые вопросы. -END-*/
/*Обращения*/
.section-description {
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #88919D;
}
.support-message-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.support-message-item.not-last {
  border-bottom: 1px solid #B2C8DA;
}
.support-message-ico {
  position: absolute;
  top: 0px;
  left: 0px;
}
.support-message-ico svg {
  display: block;
  width: 20px;
  height: 20px;
}
.support-message-params {
  padding-left: 30px;
}
.support-message-date {
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: #88919D;
  margin-bottom: 10px;
}
.support-message-question {
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #272727;
}
.support-message-answer-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 14px;
  line-height: 125%;
  color: #27AE60;
}
.support-message-answer {
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: #4E525E;
}
.support-buttons {
  position: sticky;
  top: 160px;
}
/*Обращения. -END-*/
/* Кнопки "На печать", "Отправить на почту"... */
.estate-panel__links {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.estate-panel__links a,
.estate-panel__links button {
  display: flex;
  align-items: center;
  margin: 0 12px 20px 12px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  background: none;
  border: 0px;
  font-weight: 300;
  padding: 0;
}
@media (max-width: 576px) {
  .estate-panel__links a span,
  .estate-panel__links button span {
    display: none;
  }
}
.estate-panel__links a .icon-box,
.estate-panel__links button .icon-box {
  margin: -2px 5px 0 0;
  color: #0096FF;
  width: 25px;
  text-align: center;
}
.estate-panel__links a svg.icon-pdf,
.estate-panel__links button svg.icon-pdf,
.estate-panel__links a svg.icon-print,
.estate-panel__links button svg.icon-mail,
.estate-panel__links a svg.icon-share {
  width: 16px;
  height: 18px;
}
/* Кнопки "На печать", "Отправить на почту"... -END-*/
/*Футер.-START-*/
.footer {
  background: #ffffff;
}
.footer .footer_top {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .footer .footer_top {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .footer .footer_top {
    padding: 15px 0;
  }
}
.footer .footer_phone {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer .footer_phone {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer .footer_phone {
    font-size: 14px;
  }
}
.footer .footer_phone:hover {
  color: #0096FF;
}
.footer .footer_bottom {
  padding: 0 0 50px 0;
}
.footer .footer_bottom .copyright {
  font-size: 10px;
  line-height: 1.5;
  color: #88919D;
}
/*Логотип в футере.*/
.footer_logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer_logo .logo-icon {
  margin: 0 10px 0 0;
  width: 43px;
  height: 28px;
}
@media (max-width: 576px) {
  .footer_logo .logo-icon {
    width: 30px;
    height: 22px;
  }
}
.footer_logo .logo-text {
  max-width: 151px;
}
@media (max-width: 576px) {
  .footer_logo .logo-text {
    max-width: 100px;
  }
}
/*Соц.сети.*/
.social_icons {
  display: flex;
  justify-content: flex-start;
}
.social_icons .social_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #F1F1F1;
  margin: 0 10px 0 0;
}
@media (max-width: 576px) {
  .social_icons .social_icon {
    height: 35px;
    width: 35px;
  }
}
.social_icons .social_icon:last-child {
  margin-right: 0px;
}
.social_icons .social_icon svg {
  color: #0096FF;
}
.social_icons .social_icon:hover .icon_vk {
  color: #0073F6;
}
.social_icons .social_icon:hover .icon_max {
  color: #0a0b0b;
}
.social_icons .social_icon:hover .icon_ok {
  color: #F7941F;
}
.social_icons .social_icon:hover .icon_youtube {
  color: #ff0000;
}
.social_icons .social_icon:hover .icon_telegram {
  color: #23A0DC;
}
.social_icons .social_icon:hover .icon_instagram {
  color: #833AB4;
}
svg.icon_vk {
  display: inline-block;
  width: 23px;
  height: 13px;
}
@media (max-width: 576px) {
  svg.icon_vk {
    width: 19px;
    height: 11px;
  }
}
svg.icon_max {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 576px) {
  svg.icon_max {
    width: 18px;
    height: 18px;
  }
}
svg.icon_ok {
  display: inline-block;
  width: 13px;
  height: 23px;
}
@media (max-width: 576px) {
  svg.icon_ok {
    width: 11px;
    height: 18px;
  }
}
svg.icon_youtube,
svg.icon_youtube_blue {
  display: inline-block;
  width: 23px;
  height: 15px;
}
@media (max-width: 576px) {
  svg.icon_youtube,
  svg.icon_youtube_blue {
    width: 19px;
    height: 13px;
  }
}
svg.icon_telegram {
  display: inline-block;
  width: 22px;
  height: 19px;
}
@media (max-width: 576px) {
  svg.icon_telegram {
    width: 19px;
    height: 16px;
  }
}
/*Футер.-END-*/
.mortgage_lines_list .line {
  background: #ffffff;
  border: 1px solid #D5DBE0;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mortgage_lines_list .line {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .mortgage_lines_list .line {
    flex-wrap: wrap;
    padding: 30px 15px 15px 15px;
  }
}
.mortgage_lines_list .line .cell {
  width: 50%;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .mortgage_lines_list .line .cell.title {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .mortgage_lines_list .line .cell.title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .mortgage_lines_list .line .cell.title {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .mortgage_lines_list .line .cell.info {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .mortgage_lines_list .line .cell.info {
    width: 50%;
  }
}
.mortgage_lines_list .line .last_cell {
  width: 120px;
  flex: 0 0 auto;
  text-align: right;
}
@media (max-width: 767px) {
  .mortgage_lines_list .line .last_cell {
    width: 105px;
  }
}
.mortgage_lines_list .line .image {
  display: inline-block;
  width: 60px;
  height: 45px;
  border-radius: 10px;
  background: #c2cde4;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.mortgage_lines_list .line .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*Большие белые блоки с ссылками.*/
.big_white_blocks {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .big_white_blocks {
    gap: 0 15px;
  }
}
@media (max-width: 767px) {
  .big_white_blocks {
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
}
@media (max-width: 360px) {
  .big_white_blocks {
    gap: 10px 0;
  }
}
.big_white_blocks .item {
  flex: 1 1 auto;
  width: 230px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 30px 40px 30px;
  background: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  color: #272727;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .big_white_blocks .item {
    flex: 0 1 auto;
    width: 49%;
    height: 180px;
    padding: 40px 20px 30px 20px;
  }
}
@media (max-width: 360px) {
  .big_white_blocks .item {
    width: 100%;
    height: 140px;
    padding: 20px;
  }
}
.big_white_blocks .item .icon {
  height: 50px;
  color: #c2cde4;
  transition: all 0.3s;
}
.big_white_blocks .item .icon svg {
  max-height: 100%;
}
.big_white_blocks .item .icon .text {
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
}
.big_white_blocks .item .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.big_white_blocks .item .title a {
  text-decoration: none;
  color: inherit;
}
.big_white_blocks .item:hover {
  background: #0096FF;
  color: #ffffff;
}
.big_white_blocks .item:hover .icon {
  color: #ffffff;
}
.big_white_blocks svg.icon-mail {
  width: 50px;
  height: 40px;
}
.big_white_blocks svg.icon-heart {
  width: 46px;
  height: 38px;
  fill: none;
}
.big_white_blocks svg.icon-faq {
  width: 50px;
  height: 50px;
}
/*Формы в профиле.*/
.profile_form .field_cont {
  margin: 0 0 30px 0;
}
.profile_form .field_cont label {
  font-size: 13px;
  line-height: 16px;
  color: #88919D;
  margin: 0 0 10px 0;
}
.profile_form .field_cont input,
.profile_form .field_cont select {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #272727;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 20px;
}
.profile_form .field_cont textarea {
  width: 100%;
  min-height: 90px;
  padding: 15px 30px;
  line-height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #272727;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 20px;
}
.phone_confirm_wrapper input,
.phone_confirm_wrapper select {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #272727;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 20px;
}
.phone_confirm_wrapper #phone_confirm_code {
  margin-right: 10px;
}
/*Обычная галерея слайдером.-START-*/
.gallery_container {
  margin: 0 0 50px 0;
}
.gallery_carousel {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  height: 430px;
  border-radius: 10px;
}
.gallery_carousel .item {
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .gallery_carousel .item {
    height: auto;
  }
}
.gallery_carousel .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_carousel .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_carousel .slick-prev,
.gallery_carousel .slick-next {
  top: auto;
  bottom: 10px;
  width: 50px;
  height: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_carousel .slick-prev::before,
.gallery_carousel .slick-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(135deg);
  margin: 0 4px 0 0;
  transition: all 0.3s;
}
.gallery_carousel .slick-prev {
  left: auto;
  right: 120px;
}
.gallery_carousel .slick-prev::before {
  margin: 0 0 0 4px;
  transform: rotate(-45deg);
}
.gallery_carousel .slick-next {
  right: 50px;
}
/*Обычная галерея слайдером.-END-*/
/*Кнопки типов недвижимости избранного.*/
.simple_controls_panel .square_button {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  font-weight: 300;
  height: 42px;
  background: #ffffff;
  color: #88919D;
  padding: 0 16px;
  border-radius: 4px;
  margin: 0 16px 14px 0;
  border: none;
  text-decoration: none;
}
.simple_controls_panel .square_button.active {
  color: #ffffff;
  background: #0096FF;
}
@media (max-width: 991px) {
  .simple_controls_panel .square_button {
    height: auto;
    padding: 10px 16px;
    line-height: 1.5;
  }
}
/*Оформление страницы ошибки 404.*/
.page404 {
  text-align: center;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page404 {
    padding: 70px 0;
  }
}
.page404-title {
  font-size: 122px;
  font-weight: 500;
  color: #0096FF;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404-title {
    font-size: 100px;
  }
}
.page404-subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404-subtitle {
    font-size: 22px;
  }
}
.btn_phone_confirm.disabled {
  padding: 5px 10px !important;
  color: white !important;
  margin: 7px 0px;
}
.btn_phone_confirm_code {
  margin-top: 10px;
}
.visits_list .item {
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid #D5DBE0;
  border-radius: 20px;
  margin: 0 0 15px 0;
}
.alert-warning {
  --bs-alert-color: #272727;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-dismissible .close {
  color: inherit;
}
.close {
  font-size: 1.5rem;
  font-weight: inherit;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*Знак вопроса в кружке.*/
.circle_question {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid;
  font-size: 10px;
  line-height: 14px;
  color: #AAABAC;
  text-decoration: none;
  text-align: center;
  padding: 0 1px 0 0;
  font-weight: 400;
}

