body.no-scroll {
    overflow: hidden;
}
.hiderpice {
  width: 0;
  visibility: hidden;
  z-index: -1;
  display: none !important;
}
.choices__group {
    display: none;
}
.k_body_head .k_body_addr:hover {
    letter-spacing: normal;
}
.choicesbar .choices .choices__inner {
  margin-bottom: 0;
  border: 2px solid #11101D;
  border-width: 2px;
  color: #11101D;
  background-color: transparent;
  border-radius: 14px;
  padding: 0;
  font-size: 17px;
  display: flex;
  align-content: center;
  align-items: center;
}
.choicesbar .choices .choices__item.choices__item--choice {
    padding-right: 0;
    text-align: left;
    word-break: break-word;
    display: flex;
    position: relative;
    align-content: center;
    align-items: flex-end;
    border: 1px solid #fff;
    border-width: 0px 0px 1px 0px;
    border-color: var(--main-bg-color);
}
.choicesbar .choices {
  margin: 0 10px;
  margin-bottom: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: 'Muller';
}
.choicesbar .choices__list.choices__list--dropdown.is-active {
  /* border: 3px solid; */
  /* border-width: 0px 3px 3px 3px; */
  border-radius: 0px 0px 14px 14px;
}
.choicesbar .choices.is-open.is-flipped .choices__list.choices__list--dropdown.is-active {
  /* border: 3px solid; */
  /* border-width: 3px 3px 0px 3px; */
  border-radius: 0px 0px 14px 14px;
}

.choicesbar .choices.is-open .choices__inner {
  border-radius: 14px 14px 0px 0px;
}
.choicesbar .choices.is-open.is-flipped .choices__inner {
  border-radius: 0px 0px 14px 14px;
}
.choicesbar .choices__list--single {
  display: inline-block;
  padding: 9px 36px 9px 20px;
  width: 100%;
}
.choices__inner.option {
  margin: 0;
}
.choicesbar .choices[data-type*=select-one]::after {
  content: url(/components.php?type=icons&file=strelka.svg);
  height: auto;
  width: 8px;
  border-style: solid;
  border: none;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 14.5px;
  top: 0;
  bottom: 3px;
  margin-top: 4px;
  pointer-events: none;
  display: flex;
  align-items: center;
  align-content: center;
  transform: rotate(-90deg);
}
.choicesbar .choices[data-type*=select-one].is-open::after {
  margin-top: 4px;
  transform: rotate(-90deg);
}
.choicesbar .choices__list--dropdown, .choicesbar .choices__list[aria-expanded] {
    z-index: 10000000;
}
.k_h_grafic_top_block .choicesbar .k_h_grafic_top_block_left {
    margin-bottom: 5px;
}
.choicesbar .choices__item span.icon-wrapper {
    position: relative;
    display: flex;
    bottom: -1px;
    height: 20px;
    width: 25px;
    align-content: center;
    align-items: center;
}
.choicesbar .choices__item span.icon-wrapper img {
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
}
.choicesbar .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0px;
}
.choicesbar .choices__list--single .choices__item {
    display: flex;
    align-items: center;
    align-content: center;
}
.choicesbar span.label-wrapper {
    display: flex;
    align-items: flex-end;
    align-content: center;
    box-sizing: initial;
    /* margin: auto; */
    min-height: 20px;
}
.choicesbar .choices__list--dropdown .choices__item--selectable[data-select-text], .choicesbar .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 10px;
}

/*Стили календаря*/
span.ui-datepicker-month {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.ui-datepicker-calendar thead span {
    color: #333;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    filter: invert(1);
}
.ui-datepicker-prev span.ui-icon {
    transform: rotate(180deg);
}
.mesinfof {
    display: none;
}
/*Стили отзывов*/
.rating-area {
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-bottom: 15px;
    border: 2px solid #555555ba;
    border-width: 0px 0px 1px 0px;
    margin-bottom: 38px;
}
.rating-area.norating {
    position: relative;
}
.text_otziv {
    width: 100%;
    height: 100%;
    min-width: 704px;
    min-height: 132px;
    height: auto;
    max-height: 500px;
    border: 2px solid #555555ba;
    border-radius: 10px;
    padding: 33px 26px;
    font-size: 18px;
}
.text_otziv::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A7A7A7;
}
.text_otziv:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #A7A7A7;
}
.text_otziv::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #A7A7A7;
}
.text_otziv:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #A7A7A7;
}
.text_otziv::-ms-input-placeholder { /* Microsoft Edge */
   color: #A7A7A7;
}
.text_otziv::placeholder { /* Most modern browsers support this now. */
   color: #A7A7A7;
}
.otz-area {
    position: relative;
}
.solutiong {
    position: absolute;
    right: 5px;
    top: 5px;
}

.rating-area:not(:checked) > input {
	display: none;
}
.k_popup_add_otziv .k_form_ok_content {
    margin-top: 25px;
}
.k_popup_add_otziv .k_form_exit_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    margin: 0px 0 34px;
}
.k_popup_add_otziv .k_form_kzup_button {
    padding: 14px 150px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.7s;
    background: linear-gradient(90.11deg, #FFE713 -42.54%, #FF7628 223.98%);
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    border: none;
    justify-content: center;
}
.rating-area:not(:checked) > label {
    content: url(/components.php?type=icons&file=raiting_off.svg);
    height: 35px;
	float: right;
	width: 35px;
	padding: 5px;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
}
.rating-area:not(:checked) > label:before {
	content: url(/components.php?type=icons&file=raiting_off.svg);
}
.rating-area > input:checked ~ label {
	color: #FFB11E;
    content: url(/components.php?type=icons&file=raiting_on.svg);
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    content: url(/components.php?type=icons&file=raiting_on.svg);
	color: #FFB11E;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    content: url(/components.php?type=icons&file=raiting_on.svg);
	color: #FFB11E;
}
.rate-area > label:active {
	position: relative;
    content: url(/components.php?type=icons&file=raiting_on.svg);
}
.rating-result {
	width: 265px;
	margin: 0 auto;
}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
}
.rating-result > span:before {
	content: url(/components.php?type=icons&file=raiting_on.svg);
}
.rating-result > span.active {
	color: #FFB11E;
    content: url(/components.php?type=icons&file=raiting_on.svg);
}

.rating-mini {
	display: flex;
    position: relative;
    font-size: 0;
    align-items: center;
    align-content: center;
}
.rating-mini span {
	padding: 5px;
    font-size: 30px;
    width: 42px;
    height: 42px;
    display: flex;
    line-height: 0;
    color: lightgrey;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.rating-mini > span:before {
	content: url(/components.php?type=icons&file=raiting_off.svg);
}
.rating-mini > span.active:before {
	content: url(/components.php?type=icons&file=raiting_on.svg);
}
.rating-mini > span.active {
	color: #FFB11E;
}
/* ----------------------------- */
.k_work_control {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    background: #00000050;
    top: 50%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 999999999;
    cursor: pointer;
    border: 2px solid #00000000;
    border-radius: 62%;
}
.k_work_control.k_work_control_left {
    left: 5px;
}
.k_work_control.k_work_control_right {
    right: 5px;
}
#k_work_view .k_popup_content {
    padding-left: 40px;
    padding-right: 40px;
}
.k_work_control.k_work_control_right img.nav_work {
    position: relative;
    left: 1px;
}
.k_work_control.k_work_control_left img.nav_work {
    position: relative;
    right: 1px;
}
div#k_blkuser {
    z-index: 99999;
}
.noverf {
  /* border: 2px solid transparent !important; */
  -webkit-animation: pulsen 1s !important;
  -webkit-animation-iteration-count: 5 !important;
  animation: pulsen 1s !important;
  animation-iteration-count: 5 !important;
}
.k_message_button_right_smile .emoji-menu:has(div:empty) {
    display: none !important;
}
.cvetpassnt {
    margin: -10px 0px 10px;
    display: flex;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 0.65px;
    justify-content: center;
}
a.k_main_bar_item.copy-text.k_left_bar_item {
    font-size: 14px;
}
.message_say_admin:hover .message_say_admin_status.say_okt, .message_say_user:hover .message_say_admin_status.say_okt {
    display: flex;
}
.message_say_admin_status.say_okt {
    display: none;
    margin-top: -5px;
    margin-right: auto;
    left: 0;
    width: fit-content;
    padding: 20px 0px;
    border-radius: 7px 7px 7px 7px;
    background: #fdfdfd;
    border: 1px solid #ffb51d;
    z-index: 99;
    height: 0px;
    top: 100%;
    bottom: 0;
}
.message_say_user {
    width: fit-content;
    position: relative;
    margin-left: auto;
}
.message_say_user .message_say_admin_status.say_okt {
    margin-right: 25px;
    margin-left: auto;
    right: 0;
}
.message_say_admin {
    position: relative;
    padding-right: 25px;
    /* float: right; */
    margin-right: auto;
    left: auto;
    right: auto;
    cursor: pointer;
    width: fit-content;
}
.sett_mess {
    padding: 5px 20px;
    cursor: pointer;
    font-family: 'Commissioner';
    border: 1px solid #00000061;
    border-radius: 10px;
    line-height: normal;
    margin: 0px 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.message_say_admin_status.say_okt .sett_mess:hover {
    /* background: linear-gradient(270deg, rgb(255, 196, 32) -42.54%, rgb(255, 255, 232) 223.98%); */
    opacity: 0.6;
}
.k_form_text_danger.msizm {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.msizm .emoji-wysiwyg-editor {
    border: 1px solid;
    border-radius: 15px;
    height: 60px;
    padding: 10px 40px 10px 10px;
    text-align: left;
    width: -moz-available;
    width: -webkit-fill-available;
    max-width: 100%;
    margin-bottom: 20px !important;
}
.k_form_text_danger.msizm .k_message_button_right_smile {
    position: absolute;
    top: 10px;
    right: -6px;
    z-index: 99999;
}
div#k_popup_bg_msg_izmen {
    z-index: 9999;
}
/* .message_say_quote {
    margin: 0 0px 0 10px;
    padding: 10px 40px 10px 10px;
    border: 1px solid #000;
    border-width: 0 0px 0 2px;
} */
.message_quote {
    margin: 0 0px 15px 0px;
    padding: 5px 40px 5px 10px;
    border: 1px solid #000;
    border-width: 0px 0px 0px 2px;
    border-radius: 0px 10px 10px 0px;
    background: #00000036;
}
.title_quote_preview {
    display: flex;
    flex-direction: column-reverse;
    height: 0px;
}
.k_ctit_content img {
    width: 25px;
    height: 25px;
}
.title_quote_preview .message_say_admin_message {
    background: #f0f0f0;
    padding: 10px 15px 10px 15px;
    margin-bottom: -15px;
    border: 1px solid;
    border-width: 0px 0px 0px 2px;
    border-radius: 0px 10px 0px 0px;
    /* position: absolute; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.k_ctit_content {
    width: -moz-available;
    width: -webkit-fill-available;
}
div#k_popup_bg_okay_zayavka .title_quote_preview .k_popup_content_exit {
    position: relative;
    font-size: 0;
    background: url(/admin/img/icon_close.svg);
    width: 20px;
    height: 20px;
    padding: 10px;
    padding-top: 0px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    top: -10px;
    right: -20px;
    margin: 10px;
}
.message_say_admin_message {
    width: fit-content;
}
.works_delete_st .k_popup_content {
    max-width: 406px;
    min-width: 406px;
}
#k_popup_bg_danger_delete h3, .works_delete_st h3 {
    font-size: 22px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-botom: 1em;
    text-align: center;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
}
.k_form_text_danger.msizm {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.works_delete_st .k_form_text_danger {
    font-size: 14px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.65px;
    color: rgba(82, 82, 82, 0.85);
}
.works_delete_st .k_block {
    display: flex;
    justify-content: space-evenly;
}
.msizm .emoji-wysiwyg-editor {
    border: 1px solid;
    border-radius: 15px;
    height: 60px;
    padding: 10px 40px 10px 10px;
    text-align: left;
    width: -moz-available;
    width: -webkit-fill-available;
    max-width: 100%;
    margin-bottom: 20px !important;
}
.k_form_text_danger.msizm .k_message_button_right_smile {
    margin: auto;
    margin-right: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -6px;
    z-index: 99999;
}
.works_delete_st .k_block_accept {
    background: linear-gradient(90.11deg, #FFE713 -42.54%, #FF7628 223.98%);
    border-radius: 10px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #000000;
    margin: 0;
    padding: 10px 25px;
    width: 45%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.works_delete_st .k_block_pod_accept {
    border: 2px solid #ffab1e;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 10px 25px;
    width: 45%;
    cursor: pointer;
}
.k_body_mobile_content img.imglogo {
    filter: none;
}
.message_date_label {
    display: block;
    position: relative;
    margin: auto;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    padding: 5px 10px;
    background: #0000000d;
    border: 1px solid #ffb51d;
    border-radius: 10px;
    text-align: center;
    width: fit-content;
    margin-top: 60px;
    margin-bottom: 10px;
    /* top: 20px; */
}
.k_message_content .message_date_label:nth-child(-n+2) {
    margin-top: 10px;
}
.message_date_label:nth-child(1) {
    margin-top: 0px;
}
a.ymaps-2-1-79-gototech {
    display: none;
}
ymaps [class*="-gototech"] {
    display: none;
}
ymaps.ymaps-2-1-79-gototaxi__text {
    color: #00000000;
}
ymaps [class*="-gototaxi__text"] {
    display: none;
}
ymaps.ymaps-2-1-79-gotoymaps__text {
    color: #00000000;
}
ymaps [class*="-gotoymaps__text"] {
    display: none;
}
.k_popup_content_form .k_logo_top img {
    max-width: 115px;
}
.message_say_user .message_say_admin_message_images {
    cursor: pointer;
}
body.swal2-shown.swal2-height-auto {
    padding: 0px !important;
}
.tlv_bcru {
    background: linear-gradient(90.11deg, #FFE713 -42.54%, #FF7628 223.98%);
    color: black;
    padding: 10px;
    text-decoration: none;
    font-family: 'Commissioner';
    border-radius: 8px;
}
.swal2-header {
    font-family: 'Gilroy';
    font-size: 14px;
}
.swal2-footer {
    margin-top: 0px;
}
.novm {
    color: #999; /* Серый текст */
    background-color: #f5f5f5; /* Светлый фон */
    cursor: not-allowed;
    pointer-events: none;
}
.loadg:after {
    content: '';
    display: grid;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #f5f5f59c;
    background-image: url(/components.php?type=css&file=load.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 150px !important;
    background-position: center;
    align-items: stretch;
    border-radius: 50%;
    border-radius: 10px;
    justify-content: center;
    z-index: 9999;
    align-content: center;
    pointer-events: none;
}
.k_message_button_right_smile .emoji-menu {
    position: absolute;
    margin-top: 0px;
    right: 0px !important;
    bottom: 0;
}
.message_say_admin:not(.observed) .message_say_admin_message {
  box-shadow: -7px 7px 1px -2px #ffb11d;
  border-radius: 7px;
  transition: all 1s;
  margin-bottom: 10px;
}
.message_say_admin.observed .message_say_admin_message {
  box-shadow: 0px 0px 0px 0px #ffffff00;
  transition: all 1s;
}
.message_say_user .message_say_admin_message, .message_say_admin .message_say_admin_message, .k_message_pp_body {
  transition: box-shadow 1s;
}
.k_blocks_grafic_days.loadg {
    position: relative;
}
.k_h_grafic_bg, k_popup_bg, seconeb, seconemb, sectwob, sectwomb, sectreeb, sectreemb, secfourb, secfourmb, secsixb, secsixmb {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.emoji-wysiwyg-editor {
    font-family: Manrope;
    font-size: 14px;
}
.k_blocks_grafic_days.loadg:after {
    background-color: #fcfcfc;
    height: 100%;
}
button.next, button.prev, .k_blocks_grafic_control_right, .k_blocks_grafic_control_left {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h2#swal2-title {
    color: #000;
    font-size: 26px;
    line-height: 36px;
}
.swal2-footer a.tlv_bcru {
    font-size: 18px;
    padding: 15px 10px;
}
.no_log_ok.loading::after {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 0px;
    /* right: -25px; /* расстояние от текста */
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #feac36;
    border-radius: 50%;
    animation: spinl 0.6s linear infinite;
}
.no_log_ok.not_ok.loading {
    position: relative;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 19px;
}
input, textarea, select, [contenteditable="true"]:focus {
  outline: none !important; 
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  box-shadow: none !important;
}
.ui-widget-content .ui-state-highlight {
    border: 2px solid #f39b69;
    background: linear-gradient(292deg, #ff7628 -42.54% -20.54%, #ffe713 106.98%);
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  font-weight: 700;
  opacity: 1;
}
.k_popup_podtitle {
    position: absolute;
    display: flex;
    top: auto;
    bottom: 2px;
    left: 14px;
    right: auto;
    width: 86px;
    height: 34px;
    color: #a7a7a7;
    font-size: 14px;
    font-family: 'Commissioner';
    padding: 5px 5px 5px;
    padding-left: 0px;
    z-index: 9999999999;
    align-content: center;
    align-items: center;
}
#k_popup_bg_new_mm .k_form_exit_flex {
    flex-direction: column;
    align-items: center;
}
#k_popup_bg_new_mm .k_form_close_mm_button {
    max-width: 400px;
    width: 90%;
    margin-bottom: 10px;
}

@media (min-width: 1550px) {
  .sliderreview .rating-title {
    max-width: 770px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .k_message_button_content .k_message_images_send {
    margin-bottom: -19px;
  }
}
/*  ========================== Мобильная смартфон адаптация =========================================== */
@media (max-width: 821px) {
    body::-webkit-scrollbar {
        width: 0px;
    }
    .slide.slick-slide.slick-current.slick-center {
        filter: none;
    }
    .k_body_mobile_content img.imglogo {
        margin-top: 35px;
    }
    .onebr .k_body_top_text_desc.opis .opis_text {
        font-size: 12.7px;
        word-break: normal;
    }
    .fivembe .k_body_top_text_desc.opis .opis_text {
        font-size: 15.7px;
        word-break: normal;
    }
    .k_blocks_grafic_days.closes {
        position: relative;
        overflow: hidden;
    }
    .k_message_button_right_smile .emoji-menu {
        position: absolute;
        margin-top: 0px;
        right: 0px !important;
        bottom: 114px;
    }
    div#k_popup_bg_okay_zayavka .k_popup_content.k_form_add_info {
        min-height: auto;
        max-height: calc(100% - 0px);
    }
    footer {
        height: 100%;
        max-height: fit-content;
    }
    .nextCircle {
        left: 89%;
        width: 34px;
        height: 34px;
    }
    .prevCircle {
        right: 89%;
        width: 34px;
        height: 34px;
    }
    .fa-chevron-right:before {
        left: 35%;
        top: 30%;
    }
    .fa-chevron-left:before {
        left: 30%;
        top: 30%;
    }
    button.slick-arrow svg {
        color: var(--main-bg-color);
        fill: var(--main-bg-color);
    }
    #treemb .k_body_top_text_desc.opis {
        opacity: 1;
        /* display: flex; */
        /* margin: 0; */
        /* width: 100vw; */
        /* justify-content: center; */
        /* margin-top: -20px; */
    }
    .tree_section.k_mob_top_text .k_body_top_text_desc .slider-container {
        margin-top: 20px;
    }
    .slider.sliderworkm .slick-list {
        /* display: flex; */
        /* justify-content: flex-start; */
    }
    .sliderworkm .slick-track {
        /* display: flex; */
        /* width: calc(100vw + 140px) !important; */
        /* width: calc(100vw - 160px) !important; */
        /* max-width: calc(100vw + 68px); */
        /* flex-direction: row; */
        /* align-content: center; */
        /* align-items: center; */
        /* justify-content: flex-start; */
    }
    .sliderworkm .slide.slick-slide img.k_min_works_img {
        min-height: 200px;
        min-width: 200px;
        height: auto;
        width: -moz-available;
        width: -webkit-fill-available;
        max-height: 260px;
        max-width: 260px;
        object-fit: contain;
        padding: 0;
        margin: auto 8px;
    }
    .sliderworkm .slide.slick-slide {
        margin-top: 0px;
    }
    .k_popup_content .k_popup_content_exit:not(.two_ex) {
        background-position: right 10px center;
        top: auto;
        bottom: 2px;
        left: auto;
        right: 15px;
        padding: 22px 20px 10px;
        padding-left: 70px;
        z-index: 9999999999;
        /* right: auto;
        left: calc(50% - 15px); */
        /* margin: auto; */
    }
    .k_popup_content .k_popup_message_body .k_popup_content_exit:not(.two_ex)::before {
        content: none; 
    }
    .k_popup_content .k_popup_content_exit:not(.two_ex)::before, .k_h_grafic_close:before {
        content: 'Закрыть'; 
        position: relative;
        display: flex;
        top: auto;
        bottom: 15px;
        left: auto;
        right: 65px;
        width: 50px;
        height: 20px;
        color: #a7a7a7;
        font-size: 14px;
        font-family: 'Commissioner';
    }
    .k_h_grafic_close:before {
        bottom: 10px;
    }
    .scrwmb .sliderreviewmb .slick-slide {
        transition: transform 0.45s ease, opacity 0.45s ease;
        will-change: transform, opacity;
        opacity: 0.6;
        border: 0px solid transparent;
    }
    #k_popup_price .k_popup_content {
        height: auto !important;
        max-height: 100%;
        padding-top: 20px;
    }
    .pricepr .k_popup_content_form {
        display: flex;
    }
    .pricepr .sliderContainer .slideWrapper {
        height: calc(100% - 0px);
        overflow: hidden;
    }
    .scrwmb .sliderreviewmb .slick-current { opacity: 1; }
    .scrwmb .sliderreviewmb { position: relative; overflow: hidden; }
    .slick-forward.sliderreviewmb .slide.slick-slide.slick-cloned, .slick-forward.sliderreviewmb .slide.slick-slide {
        transform: translateY(-100%);
    }
    .slick-backward.sliderreviewmb .slide.slick-slide.slick-cloned, .slick-backward.sliderreviewmb .slide.slick-slide {
        transform: translateY(-100%);
    }
    .sliderreviewmb .slide.slick-slide.slick-active {
        transform: translateY(0%);
    }
    .k_blocks_grafic_days.loadg:after {
        z-index: 9999999999;
        border-radius: 0px;
        position: sticky;
        pointer-events: none;
    }
    .k_h_grafic_top_block_text .demo_p {
        width: fit-content;
    }
    .k_engine_grafic_day_slides button.slick-next, .k_engine_grafic_day_slides button.slick-prev {
        display: none !important;
    }
    .k_engine_grafic_day_slides .slick-track {
        min-width: 100%;
        justify-content: space-between;
    }
    .otz-area .text_otziv, .emoji-wysiwyg-editor {
        font-size: 16px;
        font-size-adjust: 0.42;
    }
    .k_message_pp_body_info_tr_right.ysnme {
        text-align: right;
    }
    #k_popup_bg_new_mm .k_popup_content {
        max-height: 100%;
        position: static;
        overflow: hidden;
        height: calc(100% - 0px);
    }
    #k_popup_bg_new_mm .k_popup_content_form {
        height: fit-content;
        width: calc(100% + 10px);
        max-height: calc(100% - 0px);
        overflow: auto;
    }
    img.mob_image_push_block {
        margin: auto;
        text-align: center;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}


/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 17em;
  max-width: 17em;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}
.placeholder-waveform {
    background: linear-gradient(to right, #ddd 25%, #ccc 50%, #ddd 75%);
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='64px' height='64px' viewBox='0 0 24.00 24.00' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M13,4V20a1,1,0,0,1-2,0V4a1,1,0,0,1,2,0ZM8,5A1,1,0,0,0,7,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,8,5ZM4,7A1,1,0,0,0,3,8v8a1,1,0,0,0,2,0V8A1,1,0,0,0,4,7ZM16,5a1,1,0,0,0-1,1V18a1,1,0,0,0,2,0V6A1,1,0,0,0,16,5Zm4,2a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,20,7Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-position: 0px center;
    background-size: contain;
    animation: shimmer 10.5s infinite;
    height: 22px;
    border-radius: 4px;
}
.waveform.placeholder-waveform:before {
    content: '';
    display: flex;
    height: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M0 7.998h0.5v1h-0.5v-1zM2.383 8.999h0.941v-1h-0.941v1zM5.206 8.999h0.941v-1h-0.941v1zM10.854 9h0.941v-1h-0.941v1zM8.030 8.999h0.94v-0.999h-0.94v0.999zM13.677 9h0.941v-1h-0.941v1zM16.5 8v1h0.5v-1h-0.5z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    width: -moz-available;
    width: -webkit-fill-available;
}

/* KEYFRAMES */
@keyframes shimmer {
    0%   { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}
@keyframes spinl {
    100% { transform: translateY(-50%) rotate(360deg); }
}
/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
/*-----------------------Адаптация-----------------------------*/
@media screen  and (max-height: 768px) and (min-width: 1023px) {
    .fotr .container.cont_flex {
        zoom: 84%;
    }
}
@media screen and (max-width: 1023px) {
header.k_body_head {
    display: block;
    box-shadow: none;
}
.k_body_head .container.cont_flex {
    display: flex;
    align-content: center;
    align-items: center;
}
header.k_body_head img {
    width: auto;
    margin-right: auto;
    max-height: 95%;
    position: relative;
    padding: 10px 5px 5px;
    left: 2%;
}
.k_body_head .cont_flex .k_body_head_pr {
    display: none;
}
.k_body_head .cont_flex .k_body_addr.pc_address {
    display: none;
}
.k_body_head .cont_flex a.k_body_phone.pc_phone {
    display: none;
}
.k_body_head .cont_flex .mobile_address_phone {
    display: none;
}
.container.cont_flex > div {
    width: 25%;
    margin: auto 0;
    top: 0;
    display: block;
    float: none;
    right: 5%;
}
.k_body_mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.k_logo_foot_right {
    height: auto;
}
.container.cont_flex {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px 5px 0 5px;
    flex-flow: initial;
    flex-direction: inherit;
}
.k_body_mobile header {
    display: none;
}
.k_body_mobile_content img.imglogo {
    display: none;
}
.k_body_mobile_content .k_body_head_pr {
    margin: 15px auto;
}
.k_body_mobile_butt {
    margin-top: 0vw;
    display: flex;
    margin-bottom: 100%;
    justify-content: center;
}
.k_body_mobile_butt .k_body_top_text_button.kbot {
    margin-top: 16px !important;
    margin-right: 12px;
}
.k_body_price.mob_price {
    margin-left: 12px;
}
.k_body_mobile_content a.k_body_phone {
    margin-bottom: 15px;
}
.k_body_mobile_content .k_body_addr {
    margin-bottom: 15px;
}
.k_body_bg_all_mobile {
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -3;
    position: absolute;
    right: 0;
    top: 112%;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 120vw;
}
.k_body_bg {
    height: 90%;
}
.mesinfof {
    display: flex;
    width: auto;
    min-width: 145px;
    margin: 10px 0 0px 0;
    height: auto;
    position: relative;
    align-content: center;
    align-items: stretch;
}
.k_h_grafic_vrema_zant {
    margin: -45px 0 0px 0;
    font-family: 'Manrope';
    position: relative;
    left: 6%;
    top: 24%;
    font-size: 12px;
    padding: 14px;
    z-index: 999999;
}
.k_logo_top .reloadblock {
    opacity: 0;
    transition: opacity 1s;
}
.k_logo_top i.bx.reloadblock {
    position: absolute;
    top: -20px;
    right: auto;
    left: 10px;
    font-size: 23px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    display: block;
    opacity: 1;
    transition: opacity 1s;
}
}
/*Меньше планшет*/
@media screen and (max-width: 768px) {
header.k_body_head {
    display: block;
    box-shadow: none;
}
.message_say_admin:hover .message_say_admin_status.say_okt, .message_say_user:hover .message_say_admin_status.say_okt {
    display: flex;
    gap: 0px;
    margin-top: -10px;
    max-width: 216px;
    height: fit-content;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px;
    flex-direction: row;
}
.message_quote {
    padding: 5px 10px 5px 10px;
    width: max-content;
}
.message_say_admin_message {
    width: fit-content;
    max-width: 100%;
}
.title_quote_preview .message_say_admin_message {
    margin-bottom: 10px;
}
.text_otziv {
    width: 100%;
    height: 100%;
    min-width: auto;
    width: -moz-available;
    width: -webkit-fill-available;
    max-width: 350px;
    min-height: 150px;
    height: auto;
    max-height: 500px;
    border: 2px solid #555555ba;
    border-radius: 10px;
    padding: 20px 12px;
    font-size: 13px;
}

.k_popup_add_otziv .k_form_kzup_button {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.7s;
    background: linear-gradient(90.11deg, #FFE713 -42.54%, #FF7628 223.98%);
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    border: none;
    justify-content: center;
}
.k_popup_add_otziv .k_popup_content {
    padding: 20px;
    width: calc(100% - 20px);
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
.k_body_head .container.cont_flex {
    display: flex;
    align-content: center;
    align-items: center;
}
header.k_body_head img {
    width: auto;
    margin-right: auto;
    max-height: 95%;
    position: relative;
    padding: 10px 5px 5px;
    left: 2%;
}
.k_body_head .cont_flex .k_body_head_pr {
    display: none;
}
.k_body_head .cont_flex .k_body_addr.pc_address {
    display: none;
}
.k_body_head .cont_flex a.k_body_phone.pc_phone {
    display: none;
}
.k_body_head .cont_flex .mobile_address_phone {
    display: none;
}
.container.cont_flex > div {
    width: 25%;
    margin: auto 0;
    top: 0;
    display: block;
    float: none;
    right: 5%;
}
.k_body_mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.k_logo_foot_right {
    height: auto;
}
.container.cont_flex {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px 5px 0 5px;
    flex-flow: initial;
    flex-direction: inherit;
    margin-bottom: 3px;
}
.k_blocks_grafic_days.notclose:before, .k_blocks_grafic_days.notclose.closes:before {
    position: sticky;
    left: 0;
    right: 0;
    opacity: 1;
    top: calc(0%);
    bottom: 0;
    height: calc(100%);
    width: calc(100% - 60px);
    display: block;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.395px;
    margin: auto;
    display: flex;
    content: 'НЕТ СВОБОДНЫХ ОКОШЕК';
    content: attr(data-text);
    z-index: 999999;
    color: #ff0000ba;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    white-space: pre;
    text-align: center;
    transition: opacity 1s;
}
.k_body_mobile header {
    display: none;
}
.k_body_mobile_content img.imglogo {
    display: none;
}
.k_body_mobile_content .k_body_head_pr {
    margin: 15px auto;
}
.k_body_mobile_butt .k_body_top_text_button.kbot {
    margin-top: 16px !important;
    margin-right: 12px;
}
.k_body_price.mob_price {
    margin-left: 12px;
}
.k_body_mobile_content a.k_body_phone {
    margin-bottom: 15px;
}
.k_body_mobile_content .k_body_addr {
    margin-bottom: 15px;
}
.k_body_bg {
    height: 90%;
}
div#k_popup_bg_okay_zayavka .k_popup_content.k_form_add_info:has(.emoji-wysiwyg-editor:focus, .emoji-wysiwyg-editor:active) {
    /* min-height: 50vh !important; */
    min-width: -moz-available;
    min-height: -webkit-fill-available;
}

}
/*Смартфон*/
@media screen and (max-width: 600px) {
div#ui-datepicker-div {
    margin: auto !important;
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    height: fit-content;
}    
header.k_body_head {
    display: none;
    box-shadow: none;
}
.k_body_mobile {
    display: block;
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: center;
}
.k_logo_foot_right {
    height: auto;
}

.k_body_mobile header {
    display: block;
}
.k_body_mobile_content img.imglogo {
    display: block;
}
.k_body_mobile_content .k_body_head_pr {
    margin: 15px auto;
}
.k_body_mobile_butt {
    margin-top: 105vw;
    display: grid;
    margin-bottom: auto;
    justify-content: center;
    justify-items: center;
}
.k_body_mobile_butt .k_body_top_text_button.kbot {
    margin-top: 4vw !important;
    margin-right: 0px;
}
.k_body_price.mob_price {
    margin-left: 0px;
}
.k_body_mobile_content a.k_body_phone {
    margin-bottom: 35px;
}
.k_body_mobile_content .k_body_addr {
    margin-bottom: 35px;
}
.k_body_bg {
    height: auto;
}
.container.cont_flex {
    display: flow-root;
    padding: 24px;
    flex-flow: initial;
    flex-direction: inherit;
}
.container.cont_flex > div {
    width: 50%;
    margin: auto;
    top: 0;
    display: block;
    float: none;
    right: 5%;
}
}
/*Анимации*/
@-webkit-keyframes pulsen {
  from { border-color: white; }
  50% { border-color: red; }
  to { border-color: white; }
}
@keyframes pulsen {
  from { border-color: white; }
  50% { border-color: red; }
  to { border-color: white; }
}