<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Involve-Bold*/
@font-face {
	font-family: 'Involve';
	src: url('../fonts/Involve-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Involve';
	src: url('../fonts/Involve-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Involve';
	src: url('../fonts/Involve-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}

/*Proxima Nova*/
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova_bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova_regular.ttf');
	font-weight: 400;
	font-style: normal;
}

html, body
{
    height: 100% !important;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    color: var(--text) !important;
    background-color: #f3f3f3;
}

body
{
    padding: 0;
    --text: #414141;
    --yellow: #df9d1d;
    --green: #6d7e5e;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.back_to_site
{
    font-family: Involve;
    font-weight: 700;
    font-size: 12px;
    color: #888;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 0;
    text-decoration: none;
}

.back_to_site:hover
{
    color: var(--yellow);
}

/* РџР&nbsp;Р•Р›РћРђР”Р•Р&nbsp;*/
.load_booking_modal
{
    position: fixed;
    z-index: 999999999999;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    display: block;
    opacity: 100;
}

.preloader_center
{
    max-width: 160px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
}

.preloader_center img
{
    width: 150px;
    margin: 0 auto;
}

.text_preloader
{
    position: relative;
    top: 18px;
    left: 0px;
    width: 160px;
    display: inline-block;
    text-align: center;
    font-family: Involve;
    font-weight: 700;
    font-size: 14px;
}

/* РљРћРќРўР•Р™РќР•Р&nbsp; */
.wrapper
{
    text-align: center;
    height: 100%;
    white-space: nowrap;
    padding: 0 10px;
}

.wrapper:before,
.load_booking_modal:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.main_booking__inner
{
    max-width: 350px;
    max-height: 650px;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    border-radius: 35px;
    /*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09);
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;*/
    padding: 10px;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    background-color: #fff;
}

.main_booking__inner .error
{
    max-width: 304px;
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin: 10px;
    font-family: Proxima Nova;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #cc0000;
    color: #cc0000;
    background-color: #fff0f0;
    display: none;
}

.main_booking__inner .error
{
    border: 2px solid #cc0000;
    color: #cc0000;
    background-color: #fff0f0;
}

.main_booking__inner .error a
{
    color: #cc0000;
}

.main_booking__inner .error.successful
{
    border: 2px solid #1fb301 !important;
    color: #1fb301 !important;
    background-color: #f8faf5 !important;
}

.main_booking__inner .error.successful a
{
    color: #1fb301 !important;
}

.main_booking__inner__middle
{
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 250px !important;
    max-height: 420px !important;
    height: 100% !important;
}

.main_booking__inner__top 
{
    min-width: 300px;
    width: 100%;
    text-align: left;
    color: #333;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 10px 10px 0px 10px;
}

.main_booking__inner__top img
{
    width: 145px;
}

.main_booking__inner__top a
{
    text-decoration: none !important;
    outline: none !important;
}

.main_booking__inner__bottom___button
{
    border-radius: 17.5px;
    background-color: var(--yellow);
    height: 50px;
    max-width: 330px;
    width: 100%;
    margin: 20px 10px 10px 10px;
    z-index: 9999;
    color: #fff;
    font-family: Involve;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    display: block;
}

.botom_button_disabled
{
    background-color: #c9c9c9;
}

.botom_button_disabled:hover
{
    
    cursor: not-allowed;
}

.botom_button_enabled
{
    background-color: var(--yellow);
}

.botom_button_enabled:hover
{
    cursor: pointer;
    background-color: var(--green);
}

.logo_booking
{
    position: relative;
}

.label_booking
{
    position: absolute;
    display: inline-block;
    text-align: right;
    top: 1px;
    font-family: Involve;
    font-weight: 700;
    font-size: 12px;
    color: #414141;
    right: 35px;
}

h2
{
    font-family: Involve;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    margin: 0 10px 10px 10px;
    display: inline-block;
}

/* РЎРџРРЎРћРљ РЈРЎР›РЈР“ */
.list_services,
.list_services *
{
    list-style-type: none;
}

.list_services
{
    margin: 0px 0 0 0;
    padding: 5px 10px 10px 10px;
}

.list_services li
{
    font-family: Involve;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px 5px 5px;
}

.list_services li ul {
    padding: 10px 0 10px 0;
}

.list_services li ul li
{
    padding: 10px 10px 10px 10px;
}

.list_services li ul li:hover
{
    cursor: pointer;
    background-color: #f1f1f1;
}

.list_services li ul li.active
{
    background-color: #fdffa9;
}

.list_services li ul li span
{
    display: inline-block;
    width: 100%;
}

.list_services li ul li span:last-child
{
    font-family: Involve;
    font-weight: 700;
}

.list_services li ul li *
{
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 500;
}

/* РЎРџРРЎРћРљ РРЎРџРћР›РќРРўР•Р›Р•Р™ */
.list_staff,
.list_staff *
{
    list-style-type: none;
}

.list_staff
{
    padding: 0 10px;
    margin: 0;
}

.list_staff li
{
    height: 70px;
    padding: 15px;
}

.list_staff li:hover
{
    cursor: pointer;
    background-color: #f1f1f1;
}

.list_staff li.active
{
    background-color: #fdffa9;
}

.list_staff li span,
.booking_confirmation__specialist span
{
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px !important;
}

.list_staff img,
.booking_confirmation__specialist img
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

/* РЎРџРРЎРћРљ Р”РђРў Р Р’Р&nbsp;Р•РњР•РќР */
.list_datetime,
#datepicker,
.staff_booktimes
{
    display: none;
}

.list_datetime &gt; div:last-child
{
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}

.list_datetime &gt; div:last-child span:not(.no-free-time)
{
    border: 2px solid var(--green);
    color: var(--green);
    padding: 5px 0;
    width: 60px;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0 7px 11px 0;
}

.list_datetime &gt; div:last-child span:not(.no-free-time):hover
{
    cursor: pointer;
    background-color: var(--green);
    color: #fff;
}

.list_datetime &gt; div:last-child span:not(.no-free-time).active
{
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    color: #fff;
}

.no-free-time
{
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-weight: 700;
}

#datepicker
{
    padding: 0 20px 0 10px;
}

.back_step
{
    opacity: 0.5;
    position: relative;
    top: 2.0px;
    left: 11px;
    display: none;
}

.back_step img
{
    width: 20px;
}

.back_step.active
{
    display: inline-block !important;
}

.back_step:hover
{
    cursor: pointer;
    opacity: 1;
}

/* РџРћР”РўР’Р•Р&nbsp;Р–Р”Р•РќРР• Р‘Р&nbsp;РћРќРР&nbsp;РћР’РђРќРРЇ */
.booking_confirmation
{
    display: none;
}

.booking_confirmation input
{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    font-family: Involve;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 10px;
    max-width: 315px;
    width: 100%;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    -ms-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    padding-left: 0;
}

.booking_confirmation textarea
{
    margin: 10px;
    max-width: 304px;
    height: 150px;
    width: 100%;
    resize: none;
    font-size: 16px;
    font-family: Proxima Nova;
    font-weight: 500;
    border: 2px solid #ddd;
    border-radius:  0;
    padding: 5px;
}

.booking_confirmation input:first-of-type
{
    margin-top: 20px !important;
}

.booking_confirmation input:nth-of-type(2)
{
    margin-bottom: 2px;
}

.booking_confirmation input:last-of-type
{
    margin-bottom: 10px;
}

.booking_confirmation h3
{
    font-family: Involve;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px 0px 10px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.booking_confirmation h3:first-child
{
    margin-top: 10px;
}

.booking_confirmation h3:not(:first-child)
{
    margin-top: 15px;
}

.booking_confirmation h3 img
{
    opacity: 0.3;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    left: 5px;
}

.booking_confirmation h3 img:hover
{
    cursor: pointer;
    opacity: 1;
}

.block-agree
{
    display: inline-block;
    font-family: Proxima Nova;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}

.booking_confirmation__info
{
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 20px;
    display: inline-block;
    width: 100%;
}

.bk_conf_serv__price span
{
    padding-top: 5px !important;
    font-family: Involve;
    font-weight: 500;
    font-size: 20px;
}

.booking_confirmation__specialist
{
    padding: 12px 20px 10px 20px;
}

.booking_confirmation__specialist span
{
    font-size: 16px;
    font-family: Involve;
}

.booking_confirmation__specialist img
{
    width: 60px;
    height: 60px;
}

.block-agree a
{
    font-weight: 700 !important;
    color: var(--text) !important;
}

*:active
{
    outline: 0;
    outline-offset: 0;
}

*:hover
{
    outline: 0;
    outline-offset: 0;
}

*:focus
{
    outline: 0;
    outline-offset: 0;
}

*:focus-visible
{
    outline: 0;
    outline-offset: 0;
}

.booking_confirmation input.incorrect
{
    color: #cc0000 !important;
    border-color: #cc0000;
}

input.incorrect::-webkit-input-placeholder
{
    color: #cc0000 !important;
    opacity: 1 !important;
}

input.incorrect::-moz-placeholder
{
    color: #cc0000 !important;
    opacity: 1 !important;
}

input.incorrect::-ms-input-placeholder
{
    color: #cc0000 !important;
    opacity: 1 !important;
}

input.incorrect::-ms-placeholder
{
    color: #cc0000 !important;
    opacity: 1 !important;
}

input.incorrect::placeholder
{
    color: #cc0000 !important;
    opacity: 1 !important;
}

.booking_confirmation__info_input
{
    display: inline-block;
    font-family: Proxima Nova;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
}

#dialog,
#dialog p
{
    font-size: 15px !important;
    font-family: Proxima Nova !important;
}

/* РђРќРРњРђР¦РР */
.list_services li ul li,
.list_staff li,
.main_booking__inner__bottom___button,
.list_datetime &gt; div:last-child span:not(.no-free-time)
{
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -ms-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}</pre></body></html>