.rates-page-main-content {
    margin-top: 70px;
}
.rates-header {
    text-align: center;
}
.rates-list {
    -webkit-padding-start: 0;
    margin: 0 20px 75px;
}
.rates-item {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 16px;
}
.rate-title {
    text-transform: uppercase;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
}
.try-this a {
    color: #3cbc80;
    border-bottom: 1px solid rgba(60,188,128,0.2);
}
.dark-green-one {
    color: #ffffff;
}
.dark-green-one .try-this a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
p.rate-price {
    line-height: 28px;
    font-size: 24px;
    margin-block-start: 15px;
    margin-block-end: 15px;
}
p.rate-interval {
    color: rgba(50,50,50,.7);
    margin-block-start: -10px;
}
p.try-this {
    font-size: 16px;
    line-height: 19px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.rates-facilities:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/static/land/img/gray-arr.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    right: -20px;
    top: 50%;
    transform: translate(0,-70%);
}
.dark-green-one .rates-facilities:after {
    background-image: url(/static/land/img/white-arr.svg);
}
p.rates-item-title {
    text-transform: uppercase;
    color: #323232;
    opacity: .5;
    margin-bottom: 15px;
}
ul.rates-facilities-list {
    -webkit-padding-start: 0;
    list-style-type: none;
}
.rates-facilities {
    text-transform: uppercase;
    display: inline;
    position: relative;
    transition-duration: .3s;
    font-size: 13px;
}
.dark-green-one p.rates-item-title {
    color: #ffffff;
}
.dark-green-one p.rate-interval {
    color: #ffffff;
    opacity: 0.7;
}
.rates-facilities-list {
    display: none;
}
li.inner-rates-item {
    display: none;
}
li.inner-rates-item.filled {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    display: list-item;
}
ul.inner-rates-list {
    -webkit-padding-start: 25px;
    list-style-image: url(/static/land/img/black-tick.svg);
    transition-duration: .3s;
}
.dark-green-one ul.inner-rates-list {
    list-style-image: url(/static/land/img/white-tick.svg);
}
.rates-page-main-content .active-arrow:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    top: 5px;
}

ul.side-rates-facilities-list {
    display: none;
}
.colored-rates-wrapper {
    margin-top: 30px;
}
.month-year-tumbler {
    list-style-type: none;
    text-align: center;
    -webkit-padding-start: 0;
}
.month-year-item {
    display: inline;
    margin: 0 5px;
}
.promo-wrap {
    max-width: 1365px;
    margin: 50px auto;
    padding: 0 20px;
}
.promo-inner-wrap a, .promo-inner-wrap div {
    display: inline-block;
}
.rates-page-main-content .switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    top: 7px;
}
/* Hide default HTML checkbox */
.rates-page-main-content .switch input {display:none;}

/* The slider */
.rates-page-main-content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D8F2E6;
    -webkit-transition: .4s;
    transition: .4s;
}
.rates-page-main-content p.promo {
    font-size: 15px;
    line-height: 18px;
    color: #323232;
    max-width: 430px;
}

.rates-page-main-content .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #3CBC80;
    -webkit-transition: .4s;
    transition: .4s;
}

.rates-page-main-content input:checked + .slider {
    background-color: #D8F2E6;
}
li.inner-rates-item.filled {
    list-style-image: url(/static/land/img/black-tick.svg);
}
.dark-green-one li.inner-rates-item.filled {
    list-style-image: url(/static/land/img/white-tick.svg);
}
.rates-page-main-content .rates-header, .rates-page-main-content .rate-title {
    font-weight: normal;
}

.rates-page-main-content input:focus + .slider {
    box-shadow: 0 0 1px #3CBC80;
}

.rates-page-main-content input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.rates-page-main-content .slider.round {
    border-radius: 34px;
}

.rates-page-main-content .slider.round:before {
    border-radius: 50%;
}
.rates-page-main-content span.checked {
    display: none;
}
.rates-page-main-content a.button.is-light {
    font-size: 13px;
    color: #474a49;
    line-height: 15px;
    padding: 5px 15px 5px 27px;
    box-sizing: border-box;
    background-color: #efefef;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 28px 20px;
    display: inline-block;
    position: relative;
}
.rates-page-main-content a.button.is-light:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url("/static/land/img/left_arrow_rates_table.svg") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0,-50%);
}
.rates-list-item.hidden-li {
    display: none;
}
@media screen and (min-width: 768px){
    .rates-list {
        display: flex;
        text-align: center;
        white-space: nowrap;
    }
    .rates-list-item.hidden-li {
        display: list-item;
    }
    .rate-title {
        display: block;
        margin-top: -60px;
        margin-bottom: 40px;
    }
    .dark-green-one .rate-title {
        color: #323232;
    }
    p.rate-price {
        -webkit-margin-before: 0;
    }
    .rates-facilities {
        display: none;
    }
    p.try-this {
        -webkit-margin-after: 0;
        font-size: 14px;
        -webkit-margin-before: 0;
        margin-top: 1em;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    p.rate-price {
        font-size: 17px;
    }
    .rates-item {
        padding: 20px 0;
        margin:  70px 0 0 16px;
        width: 170px;
        display: inline-block;
    }
    .rates-facilities-list {
        display: inline-block;
        list-style-image: none;
    }
    li.inner-rates-item {
        color: transparent;
        height: 36px;
    }
    ul.inner-rates-list, .dark-green-one ul.inner-rates-list {
        list-style-image: none;
        -webkit-padding-start: 0;
        width: 150px;
    }
    p.rates-item-title {
        width: 0;
        opacity: 0;
    }
    p.rate-interval {
        font-size: 13px;
    }
    .rates-page-main-content .filled {
        background-image: url(/static/land/img/black-tick.svg);
        background-repeat: no-repeat;
        background-position: center 15px;
    }
    .dark-green-one .filled {
        background-image: url(/static/land/img/white-tick.svg);
    }
    li.inner-rates-item {
        display: list-item;
        opacity: 0;
    }
    li.inner-rates-item.filled {
        opacity: 1;
    }
    li.inner-rates-item.filled, .dark-green-one li.inner-rates-item.filled {
        list-style-image: none;
    }
    .rates-header {
        margin-top: 0;
        text-align: left;
        margin-block-start: 0;
    }
    .facilities-wrapper {
        margin-top: 30px;
    }
    ul.side-rates-facilities-list {
        -webkit-padding-start: 0;
        list-style-type: none;
        text-align: left;
        display: block;
        margin-top: 125px;
    }
    ul.inner-side-rates-list {
        -webkit-padding-start: 0;
        list-style-type: none;
    }
    li.inner-side-rates-item {
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        position: relative;
    }
    section.equipment-intro .numeralblock h3 {
        margin-bottom: 60px;
    }
    .month-year-tumbler-wrap {
        -webkit-padding-start: 20px;
        width: 450px;
        display: inline-block;
    }
    .rates-list-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    li.inner-rates-item.filled {
        margin-bottom: 0;
    }
    p.side-rates-item-title {
        opacity: .5;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .colored-rates-wrapper {
        overflow-x: scroll!important;
        width: calc(100vw - 450px);
        max-width: 915px;
    }
    .month-year-tumbler {
        text-align: left;
    }
    .rates-page-main-content {
        margin-top: 140px;
    }
    .booking-main .rates-page-main-content {
        margin-top: 0;
    }
    .colored-rates-wrapper {
        margin-top: -20px;
    }
    .rates-page-main-content p.promo {
        padding: 0;
    }
}
@media screen and (min-width: 1024px) {
    .rates-item {
        text-align: center;
    }
}
@media screen and (min-width: 1280px) {
    .colored-rates-wrapper {
        overflow-x: unset;
    }
    .rates-list-wrapper {
        max-width: 1365px;
        margin: 0 auto;
    }
    .booking-main .rates-list-wrapper {
        max-width: unset;
        margin: 0 auto;
    }
    .inner-side-rates-item:before {
        content: '';
        display: block;
        position: absolute;
        left: -5px;
        top: 50%;
        height: 100%;
        width: 1335px;
        transform: translate(0%, -50%);
        z-index: 1;
        background-color: #323232;
        opacity: 0;
        transition-duration: .3s;
        border-radius: 5px;
    }
    .booking-main .inner-side-rates-item:before {
        width: 1360px;
    }
    .inner-side-rates-item:hover:before {
        opacity: .2;
    }
    p.rate-price {
        font-size: 18px;
    }
}
@media not all and (min-resolution:.001dpcm) { @media {

    .rates-page-main-content .filled {
        background-position: center 7px;
        position: absolute;
    }

}}.navbar{background-color:#fff;min-height:52px;min-height:3.25rem;position:relative}.navbar>.container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:52px;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 3px hsla(0, 0%, 4%, .1)}.navbar-brand{-webkit-overflow-scrolling:touch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:52px;min-height:3.25rem;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:52px;height:3.25rem;position:relative;width:52px;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:#4a4a4a;display:block;height:1px;left:50%;margin-left:-7px;position:absolute;top:50%;transition:none 86ms ease-out;transition-property:background,left,opacity,-webkit-transform;transition-property:background,left,opacity,transform;transition-property:background,left,opacity,transform,-webkit-transform;width:15px}.navbar-burger span:first-child{margin-top:-6px}.navbar-burger span:nth-child(2){margin-top:-1px}.navbar-burger span:nth-child(3){margin-top:4px}.navbar-burger:hover{background-color:#f5f5f5}.navbar-burger.is-active span{background-color:#00d1b2}.navbar-burger.is-active span:first-child{margin-left:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left top;transform-origin:left top}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){margin-left:-5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:8px 16px;padding:.5rem 1rem;position:relative}.navbar-link.is-active,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.navbar-item img{max-height:28px;max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:52px;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#00d1b2}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom:3px solid #00d1b2;color:#00d1b2;padding-bottom:calc(.5rem - 3px)}.navbar-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-dropdown{font-size:14px;font-size:.875rem;padding-bottom:8px;padding-bottom:.5rem;padding-top:8px;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:24px;padding-left:1.5rem;padding-right:24px;padding-right:1.5rem}.navbar-divider{background-color:#dbdbdb;border:none;display:none;height:1px;margin:8px 0;margin:.5rem 0}@media screen and (max-width:1007px){.navbar-brand .navbar-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-menu{box-shadow:0 8px 16px hsla(0, 0%, 4%, .1);padding:.5rem 0}.navbar-menu.is-active{display:block}}@media screen and (min-width:1008px){.navbar,.navbar-end,.navbar-menu,.navbar-start{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.navbar{min-height:3.25rem}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:hover{background-color:transparent}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#00d1b2}.navbar-burger{display:none}.navbar-item,.navbar-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-item.has-dropdown{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-link:after{border:1px solid #00d1b2;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.5em;margin-top:-.375em;right:1.125em;top:50%}.navbar-menu{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.navbar-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}.navbar-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb;box-shadow:0 8px 8px hsla(0, 0%, 4%, .1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:7}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#00d1b2}.navbar-dropdown.is-boxed{border-radius:5px;border-top:none;box-shadow:0 8px 8px hsla(0, 0%, 4%, .1),0 0 0 1px hsla(0, 0%, 4%, .1);display:block;opacity:0;pointer-events:none;top:calc(100% + -4px);-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-divider{display:block}.container>.navbar{margin-left:-1rem;margin-right:-1rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:hover),a.navbar-item.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#f5f5f5}}.is-block{display:block}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1007px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1007px){.is-block-touch{display:block!important}}@media screen and (min-width:1008px){.is-block-desktop{display:block!important}}@media screen and (min-width:1008px) and (max-width:1199px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1200px){.is-block-widescreen{display:block!important}}.is-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.is-flex-mobile{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:769px) and (max-width:1007px){.is-flex-tablet-only{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (max-width:1007px){.is-flex-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1008px){.is-flex-desktop{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1008px) and (max-width:1199px){.is-flex-desktop-only{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1200px){.is-flex-widescreen{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.is-inline{display:inline}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1007px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1007px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1008px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1008px) and (max-width:1199px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1200px){.is-inline-widescreen{display:inline!important}}.is-inline-block{display:inline-block}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1007px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1007px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1008px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1008px) and (max-width:1199px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1200px){.is-inline-block-widescreen{display:inline-block!important}}.is-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:768px){.is-inline-flex-mobile{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1007px){.is-inline-flex-tablet-only{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (max-width:1007px){.is-inline-flex-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1008px){.is-inline-flex-desktop{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1008px) and (max-width:1199px){.is-inline-flex-desktop-only{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1200px){.is-inline-flex-widescreen{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.is-size-1{font-size:48px;font-size:3rem}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem}}@media screen and (max-width:1007px){.is-size-1-touch{font-size:3rem}}@media screen and (min-width:1008px){.is-size-1-desktop{font-size:3rem}}@media screen and (min-width:1200px){.is-size-1-widescreen{font-size:3rem}}@media screen and (min-width:1392px){.is-size-1-fullhd{font-size:3rem}}.is-size-2{font-size:40px;font-size:2.5rem}@media screen and (max-width:768px){.is-size-2-mobile{font-size:2.5rem}}@media print,screen and (min-width:769px){.is-size-2-tablet{font-size:2.5rem}}@media screen and (max-width:1007px){.is-size-2-touch{font-size:2.5rem}}@media screen and (min-width:1008px){.is-size-2-desktop{font-size:2.5rem}}@media screen and (min-width:1200px){.is-size-2-widescreen{font-size:2.5rem}}@media screen and (min-width:1392px){.is-size-2-fullhd{font-size:2.5rem}}.is-size-3{font-size:32px;font-size:2rem}@media screen and (max-width:768px){.is-size-3-mobile{font-size:2rem}}@media print,screen and (min-width:769px){.is-size-3-tablet{font-size:2rem}}@media screen and (max-width:1007px){.is-size-3-touch{font-size:2rem}}@media screen and (min-width:1008px){.is-size-3-desktop{font-size:2rem}}@media screen and (min-width:1200px){.is-size-3-widescreen{font-size:2rem}}@media screen and (min-width:1392px){.is-size-3-fullhd{font-size:2rem}}.is-size-4{font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.is-size-4-mobile{font-size:1.5rem}}@media print,screen and (min-width:769px){.is-size-4-tablet{font-size:1.5rem}}@media screen and (max-width:1007px){.is-size-4-touch{font-size:1.5rem}}@media screen and (min-width:1008px){.is-size-4-desktop{font-size:1.5rem}}@media screen and (min-width:1200px){.is-size-4-widescreen{font-size:1.5rem}}@media screen and (min-width:1392px){.is-size-4-fullhd{font-size:1.5rem}}.is-size-5{font-size:20px;font-size:1.25rem}@media screen and (max-width:768px){.is-size-5-mobile{font-size:1.25rem}}@media print,screen and (min-width:769px){.is-size-5-tablet{font-size:1.25rem}}@media screen and (max-width:1007px){.is-size-5-touch{font-size:1.25rem}}@media screen and (min-width:1008px){.is-size-5-desktop{font-size:1.25rem}}@media screen and (min-width:1200px){.is-size-5-widescreen{font-size:1.25rem}}@media screen and (min-width:1392px){.is-size-5-fullhd{font-size:1.25rem}}.is-size-6{font-size:16px;font-size:1rem}@media screen and (max-width:768px){.is-size-6-mobile{font-size:1rem}}@media print,screen and (min-width:769px){.is-size-6-tablet{font-size:1rem}}@media screen and (max-width:1007px){.is-size-6-touch{font-size:1rem}}@media screen and (min-width:1008px){.is-size-6-desktop{font-size:1rem}}@media screen and (min-width:1200px){.is-size-6-widescreen{font-size:1rem}}@media screen and (min-width:1392px){.is-size-6-fullhd{font-size:1rem}}.has-text-centered{text-align:center!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}.has-text-white{color:#fff}a.has-text-white:focus,a.has-text-white:hover{color:#e6e5e5}.has-text-black{color:#0a0a0a}a.has-text-black:focus,a.has-text-black:hover{color:#000}.has-text-light{color:#f5f5f5}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb}.has-text-dark{color:#363636}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c}.has-text-primary{color:#00d1b2}a.has-text-primary:focus,a.has-text-primary:hover{color:#009e86}.has-text-info{color:#3273dc}a.has-text-info:focus,a.has-text-info:hover{color:#205bbc}.has-text-success{color:#23d160}a.has-text-success:focus,a.has-text-success:hover{color:#1ca64c}.has-text-warning{color:#ffdd57}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324}.has-text-danger{color:#ff3860}a.has-text-danger:focus,a.has-text-danger:hover{color:#ff0537}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1007px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1007px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1008px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1008px) and (max-width:1199px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1200px){.is-hidden-widescreen{display:none!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar{position:fixed!important;top:0;left:0;right:0;z-index:4;border-bottom:1px solid #eaeaea}.navbar .navbar-brand{min-width:205px}.navbar .navbar-hookah-user .navbar-link:after{display:none}.navbar .navbar-hookah-user .navbar-dropdown{right:20px!important;left:auto!important}.navbar .navbar-hookah-user__icon{display:block;width:32px;line-height:32px;background-color:#323232;border-radius:50%;font-size:15px;color:#fff;text-align:center;position:relative}.navbar .navbar-hookah-user__popup{overflow:hidden;width:190px}.navbar .navbar-hookah-user__popup .navbar-hookah-user__icon{float:left}.navbar .navbar-hookah-user__popup .navbar-hookah-user__info{float:right;width:143px}.navbar .navbar-hookah-user__name{font-size:15px;line-height:1.33;color:#323232}.navbar .navbar-hookah-user__rights{font-size:12px;line-height:1.67;color:#9b9b9b;display:block;text-align:left}.navbar .navbar-hookah-user__logout{padding-top:15px;text-align:center}.navbar .navbar-hookah-user__logout a{font-size:13px;color:#474a49;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;text-decoration:none;display:inline-block;padding:5px 15px}.navbar .navbar-hookah-user__logout a:hover{border:1px solid #d3d3d3}@media screen and (max-width:1007px){.navbar .navbar-hookah-user .navbar-link{display:none}}h1{margin:0;padding:0;font-size:24px;color:#323232;font-weight:100}h1 span{color:#3cbc80;text-transform:uppercase}.clearfix{clear:both}a{text-decoration:none}.mt-small{margin-top:20px}.mb-small{margin-bottom:20px}.mt-default{margin-top:40px}.mb-default{margin-bottom:40px}a.youhoo-link{color:#323232}a.youhoo-link:hover{color:#00bc82}.has-text-red{color:#d50000}.has-text-green{color:#00bc82}table.youhoo-table{border-collapse:collapse}table.youhoo-table.full-width{width:100%}table.youhoo-table.half-width{width:60%}table.youhoo-table thead tr th{border-bottom:1px solid #ddd;padding-right:15px;padding-bottom:10px;text-align:left;font-size:12px;font-weight:400;color:#9b9b9b}table.youhoo-table thead tr th:first-child{padding-left:15px}table.youhoo-table thead tr th.has-border-left{border-left:2px solid #ededed;padding-left:15px}table.youhoo-table tbody tr td{border-bottom:1px solid #ddd;padding:15px 15px 15px 0;font-size:13px;color:#323232}table.youhoo-table tbody tr td:first-child{padding-left:15px}table.youhoo-table tbody tr td.has-border-left{border-left:2px solid #ededed;padding-left:15px}table.youhoo-table tbody tr:last-child td{border-bottom:0}.period_picker_box .xdsoft_navigate{top:37px}body,html{height:100%}body{font-family:Roboto,sans-serif;position:relative;-webkit-font-smoothing:antialiased;overflow-x:hidden}*{margin:0;padding:0;list-style:none}.add_overf{overflow:hidden}img{max-width:100%}input:focus{outline:none}input:-webkit-autofill{background-color:#fff;box-shadow:inset 0 0 0 1000px #fff}@-webkit-keyframes a{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@keyframes a{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.disabled-item{opacity:.2}.main-header{width:100%;height:130px;display:table}.main-header-message{display:table;width:100%;height:40px}.close-work-schedule{font-size:15px;color:#9b9b9b;border:1px solid #e1e1e1;background-color:#eee;line-height:36px;box-sizing:border-box;text-align:center;cursor:pointer;padding:0 20px;display:inline-block;text-decoration:none;margin-left:20px;color:#323232;border-radius:3px}.close-work-schedule:hover{background-color:#efefef}.main-header-message-success{background-color:#3cbc80}.main-header-message-error{background-color:#d50000}.main-header-block,.main-header-message-block{display:table-cell;vertical-align:middle}.main-header-message-block{text-align:center}.main-header-message_text{font-family:Roboto;font-size:15px;color:#fff;position:relative;padding-left:35px}.main-header-message_text:before{position:absolute;top:-2px;left:0;background-image:url(../img/complete.svg);background-repeat:no-repeat;background-position:50%;width:24px;height:24px;background-color:#fff;border-radius:50%;content:""}.main-header_logo-text{font-size:24px;color:#323232;text-align:center;font-weight:100}.main-header_logo-text__success{margin-top:65px}.main-header_logo-subtext{color:#3cbc80;text-transform:uppercase}.email-validation-message-error,.email-validation-message-info,.email-validation-message-success{color:#323232}.email-validation-back{border-bottom:1px solid #d8d8d8;color:#9b9b9b;text-decoration:none;text-align:right;float:right}.b-1{width:100%;height:160px;background-color:#3cbc80;display:table}.b-1-block{display:table-cell;vertical-align:middle}.b-1__start-work{height:125px}.b-1-block_title{font-size:24px}.b-1-block_subtext,.b-1-block_title{font-weight:500;text-align:center;color:#fff}.b-1-block_subtext{font-size:15px;margin-top:5px}.b-1_img{margin:0 auto 15px;display:block;-webkit-animation-name:a;animation-name:a;opacity:.7;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.b-2-content{width:100%;max-width:350px;margin:65px auto 0}.b-2_form{margin-bottom:40px}.b-form_block{position:relative;margin-top:40px}.b-form_block:after{display:table;content:"";clear:both}.b-form_blockin{position:relative}.b-st-form_block{margin-top:30px}.b-form_block:first-child{margin-top:0}.b-form_placeholder{position:absolute;font-size:15px;line-height:1.1;color:#9b9b9b;top:50%;margin-top:-8px;z-index:1;transition-duration:.3s}.b-form_placeholder__active{font-size:12px;line-height:1.3;top:-5px;transition-duration:.3s}

/*.b-form_login
{
	width: 100%;
	height: 100%;
	padding: 5px * 7px;
	box-sizing: border-box;
	border: none;
	border-bottom: solid 1px var(--inputborder);
	position: relative;
	z-index: 2;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.1;
	color: var(--fontcolor);
}

.b-form_mail
{
	width: 100%;
	height: 100%;
	padding: 5px * 7px;
	box-sizing: border-box;
	border: none;
	border-bottom: solid 1px var(--inputborder);
	position: relative;
	z-index: 2;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.1;
	color: var(--fontcolor);
}

.b-form_name
{
	width: 100%;
	height: 100%;
	padding: 5px * 7px;
	box-sizing: border-box;
	border: none;
	border-bottom: solid 1px var(--inputborder);
	position: relative;
	z-index: 2;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.1;
	color: var(--fontcolor);
}

.b-form_phone
{
	width: 100%;
	height: 100%;
	padding: 5px * 7px;
	box-sizing: border-box;
	border: none;
	border-bottom: solid 1px var(--inputborder);
	position: relative;
	z-index: 2;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.1;
	color: var(--fontcolor);
}

.b-s-form_login
{
	width: 100%;
	height: 100%;
	padding: 5px * 7px;
	box-sizing: border-box;
	border: none;
	border-bottom: solid 1px var(--inputborder);
	position: relative;
	z-index: 2;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.1;
	color: var(--fontcolor);
}

.b-s-form_password
{
	width: 100%;
	height: 100%;
	padding: 5px * 7px;
	box-sizing: border-box;
	border: none;
	border-bottom: solid 1px var(--inputborder);
	position: relative;
	z-index: 2;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.1;
	color: var(--fontcolor);
}*/.b-form-input__js{transition:all .3s;width:100%;height:100%;padding:5px 0 7px;box-sizing:border-box;border:none;border-bottom:solid 1px #ddd;position:relative;z-index:2;background-color:transparent;font-size:15px;line-height:1.1;color:#323232}.b-form-input__js-active{border-bottom:1px solid #3cbc80;box-shadow:0 1px 0 0 #3cbc80;transition:all .3s}.b-form-input__error{border-bottom:1px solid #d50000;box-shadow:0 1px 0 0 #d50000}.b-form-input__success{border-bottom:1px solid #3cbc80}.b-form_reg_js{border-radius:2px;font-size:15px;background-color:#3cbc80;display:block;text-align:center;color:#fff;text-decoration:none;height:38px;padding:0 20px;border:none;cursor:pointer;box-sizing:border-box;transition-duration:.3s;margin-bottom:15px;margin-top:38px;width:100%}.b-form_reg_js__hidden{color:transparent;background-image:url(../img/loading.svg);background-size:32px;background-position:50%;background-repeat:no-repeat}.b-form_reg_js:focus{outline:none}.b-form_reg_js:hover{background-color:#21b26e;transition-duration:.3s}.b-form_introtext{font-size:13px;color:#323232;width:100%;left:0}.b-content_subtext{font-size:13px;line-height:1.5;color:#9b9b9b}.b-content_link_js{cursor:pointer;border-bottom:1px solid #d8d8d8}a.b-content_link_js{color:#9b9b9b;text-decoration:none}.main-footer{margin-top:40px;width:100%;height:40px;background-color:hsla(0, 0%, 88%, .14);display:table}.main-footer__fixed{position:absolute;bottom:0;margin-top:0}.main-footer-block{display:table-cell;vertical-align:middle}.main-footer_text{font-size:13px;color:#9b9b9b;text-align:center}.b-s_img{margin:0 auto;display:block}.b-s_content{width:100%;max-width:350px;margin:60px auto 0}.b-s-form_rem{position:relative;top:0;left:2px;visibility:collapse}.b-s-form_rem:not(checked)+label{position:relative;padding-left:10px;padding-top:1px}.b-s-form_rem+label{cursor:pointer}.b-s-form_rem:not(checked)+label:before{border-radius:2px;border:1px solid #e0e0e0;background:#fff}.b-s-form_rem:not(checked)+label:after,.b-s-form_rem:not(checked)+label:before{content:"";position:absolute;top:3px;left:-16px;width:16px;height:16px;box-sizing:border-box}.b-s-form_rem:not(checked)+label:after{border-radius:2px;background:#3cbc80;background-image:url(../img/check.svg);background-repeat:no-repeat;background-position:50%;border:1px solid;border-color:#3cbc80;opacity:0}.b-s-form_rem:checked+label:after{opacity:1}.b-s-form_string{position:relative;margin-top:25px}.b-s-form_rem-text{font-size:15px;line-height:1.33;color:#323232}.b-s-form_btn-err{font-size:15px;line-height:1.33;color:#9b9b9b;border-bottom:1px solid #d8d8d8;cursor:pointer;position:absolute;right:0;top:2px;text-decoration:none}.b-s-form_sign__js{display:block;height:40px;border-radius:2px;background-color:#3cbc80;text-decoration:none;color:#fff;text-align:center;font-size:15px;box-sizing:border-box;padding-top:10px;margin-top:35px;transition-duration:.3s}.b-s-form_sign__js:hover{background-color:#21b26e;transition-duration:.3s}.b-s-block-reg{border-top:1px solid #f0f0f0;margin-top:30px;padding-top:30px}.b-s-reg_btn{border:1px solid #e1e1e1;display:block;line-height:38px;border-radius:2px;background-color:#fff;text-decoration:none;text-align:center;font-size:15px;color:#323232;box-sizing:border-box;transition-duration:.3s}.b-s-reg_btn:hover{border:1px solid #d3d3d3;background-color:#fefefe;transition-duration:.3s}.b-st-content{width:350px;margin:75px auto 0}.b-st_select_time{display:inline-block;overflow-x:hidden;width:160px;border-bottom:1px solid #ddd;position:relative}.b-st_select_time:after{content:"";position:absolute;top:33px;right:0;background-image:url(../img/sel_arr.svg);background-repeat:no-repeat;background-size:100%;width:10px;height:5px}.b-st_select_time:first-child{margin-right:26px}select:focus{outline:none}.b-st-select_title{font-size:12px;line-height:1.33;text-align:left;color:rgba(0, 0, 0, .38)}.b-select_hour{font-size:15px;line-height:1.6;text-align:left;width:185px;border:0;background-color:transparent;-webkit-appearance:none;position:relative;padding-bottom:4px}.b-st_start-btn{text-align:center;display:block;line-height:38px;border-radius:2px;background-color:#3cbc80;text-decoration:none;color:#fff;font-size:15px;box-sizing:border-box;margin-top:40px;transition-duration:.3s}.b-st_start-btn:hover{background-color:#21b26e;transition-duration:.3s}.main-w-header{width:100%;height:50px;display:table;border-bottom:1px solid #eaeaea;background-color:#fff;position:fixed;z-index:5;color:red;top:0}.w-header-content{display:table-cell;vertical-align:middle;padding:0 30px;box-sizing:border-box}.w-header_title{display:inline-block;margin-right:30px}.w-header_nav{display:inline-block;position:absolute;bottom:-1px}.layout-portrait{position:relative}.layout-portrait,.w-nav_item{display:inline-block;margin-right:30px}.w-nav_item:last-child{margin-right:0}.w-nav-item_link_js{font-size:15px;color:#9b9b9b;text-decoration:none;padding-bottom:15px;border-bottom:1px solid transparent}.w-nav-item-link__active{border-bottom:1px solid #323232;color:#323232}.w-header_dif-f{float:right}.w-dif-f_search-b,.w-header_dif-f{display:inline-block;position:relative}.w-dif-f_search-b{width:95px;float:left;margin-right:10px;transition-duration:.3s;transition-timing-function:linear}.w-dif-f_search-b:before{content:"";position:absolute;top:8px;left:15px;background-image:url(../img/search.svg);background-repeat:no-repeat;background-size:100%;width:14px;height:15px}.w-dif-f_search__active{width:350px;transition-duration:.3s;transition-timing-function:linear}.w-search-b_input_js{width:100%;height:30px;border-radius:100px;background-color:#f0f0f0;border:none;font-size:15px;line-height:1.33;color:#9b9b9b;box-sizing:border-box;padding-left:35px;transition-duration:.3s}.w-search-b_input_js.w-search-b_input__focus{box-shadow:0 2px 10px 0 #ecf8f3;border:1px solid;border-color:#3cbc80;background-color:#fff;transition-duration:.3s}.w-dif-f_q{display:inline-block;width:32px;height:32px;background-color:#3cbc80;border:3px solid #f1f1f1;box-sizing:border-box;border-radius:50%;float:left;margin-right:10px}.w-dif_link{display:block;text-align:center;color:#fff;text-decoration:none;padding-top:2px}.w-dif-f_user__js{display:inline-block;float:left;width:32px;height:32px;background-color:#323232;box-sizing:border-box;border-radius:50%;font-size:15px;color:#fff;text-align:center;cursor:pointer;padding-top:5px;position:relative}.w-user_menu{position:absolute;right:0;border-radius:2px;background-color:#fff;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;display:none;width:205px;top:40px;padding:20px 0 20px 20px;box-sizing:border-box;cursor:auto}.w-user_menu__active{display:block}.w-user-info_name{display:block;float:left;width:32px;height:32px;background-color:#323232;border-radius:50%;color:#fff;text-align:center;padding-top:5px;box-sizing:border-box;text-transform:uppercase}.w-user-info_data{float:left;display:block;margin-left:10px;position:relative;bottom:3px;width:130px}.w-user-data_n{font-size:15px;line-height:1.33;color:#323232;display:block;text-align:left}.w-user-data_p{font-size:12px;line-height:1.67;color:#9b9b9b;display:block;text-align:left}.w-user-info_exit{font-size:13px;color:#474a49;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;text-decoration:none;display:block;float:left;margin-top:15px;padding:5px 15px;box-sizing:border-box}.w-nav_item-layout{display:none;cursor:pointer;position:relative;padding-left:23px}.w-nav_item-layout:before{content:"";position:absolute;left:0;top:10px;background-image:url(../img/layout.svg);background-size:100%;background-repeat:no-repeat;width:18px;height:4px}.layout-landscape{position:relative}.w-nav-item_link__landscape{display:none;cursor:pointer;position:relative;padding-left:23px}.w-nav-item_link__landscape:before{width:18px;height:4px;position:absolute;top:9px;left:0;background-image:url(../img/layout.svg);background-size:100%;background-repeat:no-repeat;content:""}.w-nav-item_link__portrait{display:none;cursor:pointer;padding-left:23px;position:relative}.w-nav-item_link__portrait:before{width:18px;height:4px;position:absolute;top:9px;left:0;background-image:url(../img/layout.svg);background-size:100%;background-repeat:no-repeat;content:""}.nav_list_landscape{display:inline-block}.layout-inner-list{position:relative}.nav_list_inner-list{display:none;background-color:#fff;width:205px;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;position:absolute;top:30px;left:0;z-index:1}.w-nav-item_link__inner-list{display:inline-block;cursor:pointer;position:relative}.layout-inner-list:hover>.nav_list_inner-list{display:block}.nav_list_inner-list>.w-nav_item{margin-right:0;text-align:left;padding:5px 0 5px 20px;display:block;border-left:1px solid transparent}.nav_list_inner-list>.w-nav_item:hover{background-color:#f0f0f0;border-left:1px solid #323232}.nav_list_inner-list>.w-nav_item .w-nav-item_link_js{color:#323232;display:inline-block;width:100%;padding:0}.nav_list_inner-list>.w-nav_item .nav_list_inner-list{top:20px}.booking-b:after{content:"";display:table;clear:both}.booking-b{height:calc(100% - 54px);padding-top:53px}.booking-menu{width:250px;height:100%;box-shadow:0 2px 40px 0 rgba(0, 0, 0, .1);border-right:1px solid #eaeaea;background-color:#fff;position:fixed;left:-180px;transition-duration:.3s;float:left;z-index:3;max-height:1300px}.booking-menu__active{left:0;transition-duration:.3s}.mono-menu-open .booking-menu-item_link{color:#323232;transition-duration:.5s}.mono-menu-open .booking-menu{left:0;transition-duration:.3s}.mono-menu-open .booking-table-name-content{width:calc(100% - 230px);transition-duration:.3s}.booking-menu-content-block{max-height:1300px;overflow-x:auto;height:100%}.booking-menu-content-block::-webkit-scrollbar{width:5px;background-color:#f0f0f0}.booking-menu-content-block::-webkit-scrollbar-thumb{background-color:#9b9b9b}.booking-menu-content-block a{text-decoration:none}.booking-menu_collapser__js{position:absolute;top:30px;right:30px;width:14px;height:14px;background-image:url(../img/menu_btn.svg);background-repeat:no-repeat;background-size:100%;cursor:pointer;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.booking-menu_collapser__active,.mono-menu-open .booking-menu_collapser__js{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.booking-menu_list{padding-top:95px}.booking-menu_list.report-panel_menu{padding-top:7px}.booking-menu_item{padding:5px 0;border-left:1px solid transparent;padding-left:20px;transition-duration:.3s;position:relative;list-style:none}.booking-menu_item:hover{background-color:#fafafa;border-left:1px solid #9b9b9b;transition-duration:.3s}.booking-menu_bullit{position:absolute;top:10px;right:32px;width:10px;height:10px;background-color:#9b9b9b;border-radius:50px}.booking-menu_bullit__active{background-color:#323232}.booking-menu_bullit__hidden{display:none}.mono-menu-open .booking-menu_bullit{background-color:transparent}.booking-menu__after:after{opacity:0}.booking-menu-item_active,.booking-menu-item_active:hover{border-left:1px solid #323232;background-color:#f0f0f0}.booking-menu-item_link{font-size:15px;line-height:1.33;color:transparent;text-decoration:none;transition-duration:.5s}.booking-table_list{margin-top:70px;margin-bottom:100px}.booking-table_q{position:relative;display:inline-block}.booking-table-q_title{padding-left:20px;font-size:15px;line-height:1.33;color:#9b9b9b;position:relative;display:block;float:left}.booking-table_hint{top:230px;right:-225px;width:305px;height:340px;padding:25px;box-sizing:border-box;border:1px solid #e5e5e5;display:none}.booking-table_hint,.booking-table_hint:before{position:absolute;background-color:#fff;z-index:1}.booking-table_hint:before{content:"";top:10px;left:-7px;width:10px;height:10px;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.booking-table_hint.booking-table_hint__active{display:block}.booking-table-q__bl{width:17px;height:17px;background-color:#f0f0f0;border-radius:50%;font-size:13px;color:#9b9b9b;text-align:center;display:block;float:left;margin:1px 0 0 5px;position:relative}.booking-table-q__bl:hover{background-color:#3cbc80;color:#fff}.booking-table-hint__title{font-size:13px;font-weight:500;color:#494949;margin-top:20px;position:relative;text-align:left}.booking-table-hint__title:first-child{margin-top:0}.booking-table-hint__text{font-size:13px;color:#9b9b9b;display:block;text-align:left}.booking-table-hint__text.boo:after{width:13px;height:13px;content:"";background-image:url(../img/hint_boo.svg);position:relative;float:right;top:3px;right:140px}.booking-table_item{padding-left:20px;position:relative;margin-top:14px}.booking-table_item:first-child{margin-top:0}.booking-table_item:hover{background-color:#fafafa}.booking-item_title__js{font-size:15px;line-height:1.33;color:#323232;cursor:pointer;position:relative;padding-left:24px}.booking-item_title__js:before{content:"";position:absolute;top:7px;left:0;width:14px;height:8px;background-image:url(../img/table_arr.svg);background-repeat:no-repeat;background-size:100%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.booking-item_title__active:before{-webkit-transform:rotate(0deg);transform:rotate(0deg);color:#323232}.booking-item_title__not{color:#9b9b9b;cursor:auto}.booking-item_title__not:before{display:none}.booking-table_count{position:absolute;top:0;right:26px;padding:2px 0;width:22px;height:20px;text-align:center;color:#fff;font-size:12px;display:block;border-radius:2px;box-sizing:border-box}.booking-table_count__reserved{background-color:#89ceae}.booking-table_count__targered{background-color:#67706c}.booking-table_count__expectation{background-color:#a36caf}.booking-table_count__sit{background-color:#3cbc80;color:#fff}.booking-list_register{list-style:none;padding-top:14px;display:none}.booking-list_register,.booking-list_register__active{-webkit-animation-timing-function:linear;animation-timing-function:linear;transition-duration:.3s}.booking-list_register__active{display:block}.booking-register_item{padding-left:50px;font-size:15px;line-height:1.33;color:#323232;position:relative;margin-top:14px}.booking-register_item a{font-size:15px;line-height:1.33;text-decoration:none;color:#323232}.booking-register_item:first-child{margin-top:0}.booking-register_item__wait:after{background-image:url(../img/wait.svg)}.booking-register_item__notwait:after,.booking-register_item__wait:after{content:"";position:absolute;top:3px;left:25px;background-repeat:no-repeat;background-size:100%;width:13px;height:13px}.booking-register_item__notwait:after{background-image:url(../img/notwait.svg)}.booking-main{width:calc(100% - 70px);height:100%;margin-left:70px;padding-top:40px;box-sizing:border-box;transition-duration:.3s}.booking-main__active,.mono-menu-open .booking-main{margin-left:250px!important;transition-duration:.3s}.booking-main_head{padding-left:40px}.booking-main_head:after{clear:both;content:"";display:table}.booking-main-head_title{font-size:20px;color:#323232;display:block;float:left}.booking-main-head_change{border-radius:100px;background-color:#fcfcfc;border:1px solid #e1e1e1;font-size:13px;color:#323232;padding:3px 15px;display:block;float:left;margin-left:15px;margin-top:1px}.booking-main-b_btn{margin-top:25px;padding-left:40px}.booking-main-b_btn:after{clear:both;content:"";display:table}.booking-main-block-table-content_block{overflow-x:auto;height:calc(100% - 90px)}.booking-main-block-table-content_block:after{clear:both;display:table;content:""}.booking-main-b-btn_list{list-style:none;border-radius:2px;border:1px solid #e1e1e1;float:left}.booking-main-b-btn_list:after{clear:both;content:"";display:table}.booking-main-b-btn_item{display:block;float:left;font-size:15px;color:#9b9b9b;border-right:1px solid #e1e1e1;background-color:#f0f0f0;line-height:36px;box-sizing:border-box;text-align:center;cursor:pointer;padding:0 20px}.booking-main-b-btn_item:last-child{border-right:none}.booking-main-b-btn_item a{text-decoration:none;font-size:15px;color:#474a49}.booking-main-b-btn_item__active{background-color:#fff;color:#474a49}.booking-main-podb{line-height:36px;box-sizing:border-box;border:1px solid #e1e1e1;float:left;border-radius:2px;margin-left:20px;position:relative}.booking-main-podb.staff-shedule-podb{margin-left:0}.booking-main-podb:before{position:absolute;top:8px;left:20px;width:20px;height:15px;background-image:url(../img/calendar.svg);background-repeat:no-repeat;background-size:100%;content:""}.booking-main-podb .period_picker_input{width:100%;height:100%;border:none;font-size:15px;color:#323232;box-sizing:border-box}.booking-main-podb .period_picker_input:before{box-shadow:none}.booking-main-podb .period_picker_input:active:before{background-color:#fff;box-shadow:none}.period_picker_holiday{color:#c2202a!important}.period_picker_close,.period_picker_selector_week,.period_picker_selector_week_cap{display:none!important}.period_picker_days{margin-top:35px}.booking-main_date,.booking-main_date-vue{font-size:15px;color:#323232;border:none;width:100%;box-sizing:border-box;padding:6px 0 5px 50px;cursor:pointer;background-color:transparent;text-align:left}.ui-datepicker-month{font-size:15px;font-weight:500;color:#323232}.table-h-sticky{z-index:1;height:60px;position:fixed;padding-top:50px;background-color:#fff}

/*.table-h-sticky__fixed
{

	margin-top: 0px;

	z-index: 99;
}*/.booking-main-desk-list{margin-left:51px;margin-bottom:10px;position:relative;display:table;border-collapse:collapse;background-color:#fff}.booking-main-desk-list:after{clear:both;display:table;content:""}.topMenuStyler{border:1px solid #eaeaea;position:fixed;z-index:1}.booking-main-desk_item{display:table-cell;border:1px solid transparent;width:161px!important;text-align:center;box-sizing:border-box}.booking-main-desk_item div{padding:5px 0;box-sizing:border-box;width:160px}.booking-main-desk_item div.booking-main-desk__active{width:160px}.booking-main-desk_item div.booking-main-desk_item__active{border-radius:2px;background-color:#3cbc80;border-color:#3cbc80}.booking-main-desk_item div.booking-main-desk_item__active p{color:#fff}.booking-main-desk_item__none{width:auto;width:46px}.booking-desk_number{font-size:12px;color:#323232}.booking-desk_count-man{font-size:12px;text-align:center;color:#9b9b9b}.booking-main-block-table{position:relative;float:left;padding-left:40px}.booking-main-table{border-collapse:collapse;margin-top:110px;margin-bottom:50px;position:relative}.booking-main-table .booking-time-rezerve_block__busy{cursor:pointer}.booking-main-table .booking-time-rezerve_block__busy:hover:before{display:none}.booking-main-table .booking-time-rezerve_block:hover:before .booking-time-rezerve_block:hover:before{opacity:0}.timeline{position:absolute;left:0;width:100%;height:1px;z-index:1;border-bottom:1px dashed #4b544e;display:none}.timeline:before{position:absolute;top:-5px;left:-6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:13px;height:13px;background-color:#ed6234;content:""}.booking-main-table td{border:1px solid #eaeaea;width:160px;height:30px}.booking-main-time_rezerve{position:relative;padding:0;box-sizing:border-box}.booking-main-time_rezerve.reserve{padding-right:5px;padding-bottom:5px}.booking-time-rezerve_block{width:160px;height:100%;border:1px solid transparent;position:relative;box-sizing:border-box}.booking-time-rezerve_block.booking-time-rezerve_block__lateness{background-color:#ed6234!important;position:relative}.booking-time-rezerve_block.booking-time-rezerve_block__lateness:after{position:absolute;top:7px;right:21px;width:13px;height:13px;background-image:url(../img/lateness.svg);background-repeat:no-repeat;background-size:100%;content:""}.booking-time-rezerve_block.booking-time-rezerve_block__pay_by_card{position:relative}.booking-time-rezerve_block.booking-time-rezerve_block__pay_by_card:after{position:absolute;top:7px;right:21px;width:13px;height:13px;background-image:url(../img/credit_card.svg);background-repeat:no-repeat;background-size:100%;content:""}.booking-time-rezerve_block:hover{background-color:rgba(60, 188, 128, .2);border-color:#3cbc80;cursor:pointer}.booking-time-rezerve_block:hover:before{content:"";width:17px;height:17px;border:1px solid;border-color:#3cbc80;border-radius:50%;background-image:url(../img/add_order.svg);background-repeat:no-repeat;background-position:50%;position:absolute;left:50%;margin-left:-12px;top:50%;margin-top:-9px}.booking-time-rezerve_block.booking-time-rezerve_block__busy{box-sizing:border-box;height:100%;min-height:100%;opacity:1}.booking-time-rezerve_block.booking-time-rezerve_block__busy:hover{border-color:transparent;opacity:.9}.booking-time-rezerve-table-info{display:none;font-size:12px;color:#fff;padding:8px 16px 18px;word-wrap:break-word}.booking-time-rezerve-table-info li{margin-left:15px}.booking-time-rezerve-table-info.booking-time-rezerve-table-info__active{display:block}.booking-rezerve-services_list{list-style:none;margin-top:22px;border-top:1px solid #fff}.booking-rezerve-services_item{line-height:1.17;margin-top:10px;margin-left:0!important}.booking-rezerve-services_item,.booking-time-rezerve_hour-info,.booking-time-rezerve_hour-info.end,.booking-time-rezerve_hour-info.start{font-size:12px;font-weight:500;color:#fff}.booking-time-rezerve_name-info{font-size:13px;font-weight:500;line-height:1.23;color:#fff;margin-top:10px}.cart-info{margin-top:8px}.booking-time-rezerve_cart-info,.booking-time-rezerve_count-info{font-size:12px;line-height:1.33;color:hsla(0, 0%, 100%, .8)}.booking-time-rezerve_count-info{padding-left:10px}.booking-time-rezerve_phone-info{font-size:13px;font-weight:500;line-height:1.23;color:#fff;margin-top:10px}.booking-main-time-line{position:relative}.booking-main-time_hour{font-size:12px;color:#9b9b9b;width:auto!important;padding:5px 10px 7px 5px}.booking-main-time_hour span{border-radius:2px;padding:2px 5px 0;display:block}.booking-main-time_hour span.booking-main-time_hour__active{background-color:#3cbc80;color:#fff}.booking_overlay,.import_overlay,.question_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, .7);display:none;z-index:5}.guest-client_name-block{display:table;width:100%;height:100%;text-align:center}.guest-client_name-text{display:table-cell!important;vertical-align:middle;color:#fff}.booking-rezerve_form{width:450px;height:100%;position:fixed;background-color:#fff;z-index:5;right:0;top:0;display:none;transition:.3s linear}.booking-rezerve_form.booking-rezerve_form__active{width:900px;margin-left:-450px;transition:.3s linear}.booking-rezerve-form_footer{position:absolute;bottom:0;left:0;width:100%;max-width:450px;z-index:2;border-right:1px solid #eaeaea;box-sizing:border-box}.booking-rezerve-form-footer_info{height:40px;background-color:#f8f8f8;padding:9px 0 9px 50px;box-sizing:border-box}.booking-rezerve-footer_info{font-size:15px;color:#d50000}.booking-rezerve-form-footer_btn{height:74px;background-color:#fff;border-top:1px solid #eaeaea;box-sizing:border-box;padding-left:50px;padding-top:18px}.booking-rezerve-form-total_sum,.rezerve-form_service_sum{display:inline-block;float:right;text-align:right}.booking-rezerve-form-total_sum .total_sale,.booking-rezerve-form-total_sum .total_sum,.rezerve-form_service_sum .total_sale,.rezerve-form_service_sum .total_sum{display:inline-block;text-align:left;position:relative;margin-top:12px;min-width:80px}.booking-rezerve-form-total_sum .total_sale .total_sum_label,.booking-rezerve-form-total_sum .total_sum .total_sum_label,.rezerve-form_service_sum .total_sale .total_sum_label,.rezerve-form_service_sum .total_sum .total_sum_label{position:absolute;font-size:12px;line-height:1.3;top:-13px;color:#9b9b9b}.booking-rezerve-form-total_sum .total_sale .total_sum_number,.booking-rezerve-form-total_sum .total_sum .total_sum_number,.rezerve-form_service_sum .total_sale .total_sum_number,.rezerve-form_service_sum .total_sum .total_sum_number{font-size:15px;line-height:1.33;color:#323232}.rezerve-form_service_sum{display:none}.rezerve-form_guest_service-content .rezerve-form_service_sum{display:inline-block}.rezerve-form_service_sum .total_sum{margin-top:26px}.booking-rezerve-form-btn_link{font-size:15px;color:#fff;padding:0 20px;line-height:36px;text-align:center;border-radius:2px;background-color:#3cbc80;text-decoration:none;display:block;float:left;box-sizing:border-box}.booking-rezerve-form_content{position:relative;z-index:2;width:450px;height:100%;padding:50px 50px 120px;border:1px solid #eaeaea;box-sizing:border-box;overflow-x:hidden;background-color:#fff}.booking-rezerve-form_content::-webkit-scrollbar{width:5px;background-color:#f0f0f0}.booking-rezerve-form_content::-webkit-scrollbar-thumb{background-color:#9b9b9b}.booking-rezerve-form_content::-moz-scrollbar{width:5px;background-color:#f0f0f0}.booking-rezerve-form_content::-moz-scrollbar-thumb{background-color:#9b9b9b}.rezerve-form_delete__js,.rezerve-form_exit__js{display:block;float:right;cursor:pointer;font-size:15px;line-height:1.33;color:#9b9b9b;margin:6px 5px 0}.rezerve-form_title{font-size:20px;color:#474a48}.rezerve-form_block{margin-top:50px}.rezerve-form_block:last-child{margin-top:25px}.rezerve-form_block:after{display:table;clear:both;content:""}.rezerve-form_cell{display:inline-block;width:160px}.rezerve-form_cell:last-child{margin-left:9px}.period_button_content_body{font-size:15px;color:#323232}.rezerve-form-cell_title,.transactions-category_title{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b}.rezerve-form-date_input{width:100%;font-size:15px;line-height:1.33;color:#323232;border:none;border-bottom:solid 1px #ddd;padding:5px 0;box-sizing:border-box}.rezerve-form-date_input~.period_picker_input{border-bottom:1px solid #ddd;border-radius:0;line-height:28px}.rezerve-form-cell_block{width:70px;display:inline-block;position:relative;border-bottom:solid 1px #ddd;margin-right:15px}.rezerve-form-cell_block:last-child{margin-right:0}.rezerve-form-cell_block:after{position:absolute;top:27px;right:0;background-image:url(../img/sel_arr.svg);content:"";background-repeat:no-repeat;width:10px;height:5px;background-size:100%}.rezerve-form-cell_block.end{margin-left:16px}.rezerve-form-cell_block.select_status,.rezerve-form-cell_block.select_table{width:160px}.transactions-select_category{display:inline-block;position:relative;border-bottom:solid 1px #ddd;margin-right:15px;width:360px}.transactions-select_category:after{position:absolute;top:27px;right:0;background-image:url(../img/sel_arr.svg);content:"";background-repeat:no-repeat;width:10px;height:5px;background-size:100%}.rezerve-form-cell_select,.transactions-select{border:none;background-color:#fff;font-size:15px;line-height:1.33;color:#323232;margin:4px 0 5px;text-align:left;position:relative}.rezerve-form-cell_choice__js{cursor:pointer;display:block;height:100%;position:relative}.rezerve-form-cell_choice__js[data-status=reserve] .status-color{background-color:#89ceae}.rezerve-form-cell_choice__js[data-status=reserve] .status-color,.rezerve-form-cell_choice__js[data-status=waiting] .status-color{display:inline-block;width:12px;height:12px;border-radius:50%;float:left;position:relative;top:4px;left:0;content:"";margin-right:10px}.rezerve-form-cell_choice__js[data-status=waiting] .status-color{background-color:#a36caf}.rezerve-form-cell_choice__js[data-status=sat] .status-color{background-color:#00ad5c}.rezerve-form-cell_choice__js[data-status=designed] .status-color,.rezerve-form-cell_choice__js[data-status=sat] .status-color{display:inline-block;width:12px;height:12px;border-radius:50%;float:left;position:relative;top:4px;left:0;content:"";margin-right:10px}.rezerve-form-cell_choice__js[data-status=designed] .status-color{background-color:#67706c}.transactions-select_choice__js{cursor:pointer;display:block;height:100%;position:relative}.rezerve-form-cell_list{display:none;position:absolute;width:100%;height:auto;list-style:none;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;background-color:#fff;z-index:3;max-height:500px;overflow-y:auto}.rezerve-form-cell_list__statustable{height:auto}.rezerve-form-cell_list::-webkit-scrollbar{width:5px;background-color:#f0f0f0}.rezerve-form-cell_list::-webkit-scrollbar-thumb{background-color:#9b9b9b}.transactions-select-list_block{display:none;position:absolute;width:100%;height:180px;list-style:none;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;background-color:#fff;z-index:3;overflow-y:auto}.transactions-select-list_block__active{display:block}.transactions-select-list_block::-webkit-scrollbar{width:5px;background-color:#f0f0f0}.transactions-select-list_block::-webkit-scrollbar-thumb{background-color:#9b9b9b}.choice-cat-transact-list{position:absolute;bottom:-35px}.choice-cat-transact-item{display:inline-block;float:left;font-size:13px;color:#474a49;border-radius:2px;background-color:#f0f0f0;border:1px solid #e1e1e1;line-height:25px;padding-left:15px;padding-right:30px;margin-right:5px;box-sizing:border-box;position:relative}.transactions-main_content{padding-left:40px;box-sizing:border-box;width:100%;padding-right:140px}.transactions-select_list{overflow:auto;padding-top:16px;box-sizing:border-box}.transition-cat-remove{position:absolute;right:15px;width:8px;height:8px;top:10px;cursor:pointer}.rezerve-form-cell_list__active{display:block}.rezerve-form-cell_item{font-size:15px;line-height:1.33;color:#323232;padding:5px 0 5px 20px;cursor:pointer;position:relative}.rezerve-form-cell_item:hover{background-color:#f0f0f0}.rezerve-form-cell_item[data-status=reserve] .status-color{background-color:#89ceae}.rezerve-form-cell_item[data-status=reserve] .status-color,.rezerve-form-cell_item[data-status=waiting] .status-color{display:inline-block;width:12px;height:12px;border-radius:50%;float:left;position:relative;top:4px;left:0;content:"";margin-right:10px}.rezerve-form-cell_item[data-status=waiting] .status-color{background-color:#a36caf}.rezerve-form-cell_item[data-status=sat] .status-color{background-color:#00ad5c}.rezerve-form-cell_item[data-status=designed] .status-color,.rezerve-form-cell_item[data-status=sat] .status-color{display:inline-block;width:12px;height:12px;border-radius:50%;float:left;position:relative;top:4px;left:0;content:"";margin-right:10px}.rezerve-form-cell_item[data-status=designed] .status-color{background-color:#67706c}.transactions-select_item{font-size:15px;line-height:1.33;color:#323232;padding:5px 0 5px 14px;cursor:pointer;position:relative;margin-bottom:12px}.transactions-select_item:hover{background-color:#f0f0f0}.chart-graphic{margin-top:60px}.rezerve-form_guest{width:334px;height:60px;background-color:#3cbc80;cursor:pointer;margin-top:30px;position:relative;padding:5px 15px;box-sizing:border-box}.rezerve-form_guest:after{position:absolute;top:13px;right:-14px;width:26px;height:34px;content:"";background-color:#3cbc80;-webkit-transform:rotate(25deg) skewY(40deg);transform:rotate(25deg) skewY(40deg)}.rezerve-form_add{width:450px;background-color:#fff;position:absolute;top:0;right:0;z-index:0;box-sizing:border-box;opacity:0;padding:50px 50px 0}.rezerve-form_add.rezerve-form_add__active{transition-duration:.3s;opacity:1;z-index:1}.rezerve-form_guest_title{font-size:12px;line-height:1.33;text-align:left;color:#fff}.rezerve-form_guest_name{font-size:15px;line-height:1.33;color:#fff;margin-top:5px}.rezerve-form_guest_count{margin-top:40px}.rezerve-form_guest_service{width:334px;height:60px;position:relative;background-color:#f0f0f0;margin-top:35px;padding:5px 0 5px 15px;box-sizing:border-box}.rezerve-form_guest_service:after{position:absolute;top:13px;right:-14px;width:26px;height:34px;content:"";background-color:#f0f0f0;-webkit-transform:rotate(25deg) skewY(40deg);transform:rotate(25deg) skewY(40deg)}.rezerve-form_guest_service.btn-for-more-form__js,.rezerve-form_guest_service.btn-show-service-complete__js{cursor:pointer}.rezerve-form_service_title{font-size:13px;line-height:1.54;color:#9b9b9b;position:absolute}.rezerve-form_service_name{font-size:15px;line-height:1.33;color:#323232;margin-top:26px;max-width:220px;display:block;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rezerve-form_guest_service__active{opacity:.6}.service_block_hidden,.service_select_block_hidden{display:none}.service_block_hidden.visible,.service_select_block_hidden.visible{display:block}.service-check-block{margin-top:25px}.service-check_price{font-size:15px;line-height:1.33;color:#323232}.service-pay-type{margin-top:15px}.service-pay-type_item:last-child{margin-left:30px}.service-pay-type_item.posechenie{display:inline-block;float:left;clear:both;margin:5px 0}.service-pay-type_item.posechenie:last-child{margin-left:0}.service-add-btn-list{margin-top:30px}.service-add-btn-item{display:inline-block;list-style:none}.service-add-btn-item:first-child{margin-right:10px}.service-add-btn-item .on_new{display:inline}.service-add-btn-item.change .on_new,.service-add-btn-item .on_change{display:none}.service-add-btn-item.change .on_change{display:inline}.service-add-btn-link{font-size:15px;display:block;width:151px;height:38px;border-radius:2px;text-align:center;text-decoration:none;padding-top:8px;box-sizing:border-box}.service-add-btn-link.add{color:#3cbc80;border:1px solid #3cbc80}.service-add-btn-link.del{color:#474a49;background-color:#fff;border:1px solid #e1e1e1}.guest_block_hidden{margin-top:30px;display:none;height:calc(100% - 127px);overflow-x:hidden;clear:both}.guest_block_hidden.visible{display:block}.guest_block_hidden::-webkit-scrollbar{width:5px;background-color:#f0f0f0}.guest_block_hidden::-webkit-scrollbar-thumb{background-color:#9b9b9b}.guest_block_visible_content{padding-right:5px}.guest_block_info:after{display:table;clear:both;content:""}.guest_block_in{float:left}.guest_in_title{font-size:13px;color:#9b9b9b;display:block}.guest_in_name{font-size:15px;color:#323232;display:block;margin-top:5px}.guest_in_name a{text-decoration:none;color:#323232}.guest_block_photo{width:50px;height:50px;border-radius:50%;background-color:#3cbc80;float:right;overflow:hidden}.guest-anket{margin-top:50px}.guest-anket_title{font-size:15px;line-height:1.33;color:#323232;border-bottom:1px solid #d8d8d8;padding-bottom:15px}.guest-about_list{list-style:none;padding-top:30px}.guest-about_list:after{clear:both;display:table;content:""}.guest-about_item{display:block;margin-bottom:20px}.guest-about_item:last-child{margin-bottom:0}.guest-about_item:after{clear:both;display:table;content:""}.guest-about-item_title{width:110px;color:#9b9b9b}.guest-about-item-title_more,.guest-about-item_title{display:block;float:left;font-size:15px;line-height:1.33}.guest-about-item-title_more{color:#323232;width:220px;margin-left:10px}.guest-last-visit{margin-top:50px}.guest-last-visit_title{font-size:15px;line-height:1.33;color:#323232;border-bottom:1px solid #d8d8d8;padding-bottom:15px}.guest-last-visit_list{list-style:none;padding-top:30px;margin-bottom:50px}.guest-last-visit_item{margin-bottom:50px}.guest-last-visit_item:last-child{margin-bottom:0}.guest-last-visit-item_head:after{display:table;clear:both;content:""}.guest-last-visit-item-head_date{font-size:15px;font-weight:500;line-height:1;color:rgba(0, 0, 0, .87);display:block;float:left}.guest-last-visit-item-head_date a{color:#323232;text-decoration:none}.guest-last-visit-item-head_count{font-size:15px;line-height:1;color:rgba(0, 0, 0, .87);display:block;float:right}.guest-last-visit-item_body{margin-top:20px}.guest-last-visit-item-body_title{font-size:12px;line-height:1.25;text-align:left;color:#767676;margin-bottom:10px}.guest-last-visit-item_order{margin-bottom:15px;display:block}.guest-last-visit-item_order:last-child{margin-bottom:0}.guest-last-visit-item_order:after{clear:both;display:table;content:""}.guest-last-visit-item-order_type{float:left;display:block;font-size:15px;line-height:1;text-align:left;color:rgba(0, 0, 0, .87);width:240px}.guest-last-visit-item-order_price{display:block;float:right;font-size:15px;line-height:1;color:rgba(0, 0, 0, .87)}.select_service,.select_service_category{width:100%}.ui-widget-content a.rezerve-form_guest_autocomplete-item .small{font-size:12px;color:#9b9b9b}.rezerve-form_guest_autocomplete__add{height:38px;border-radius:2px;background-color:#fff;border:1px solid #3cbc80;text-decoration:none;box-sizing:border-box;padding:8px 20px 0;text-align:center;display:none;font-size:15px;color:#3cbc80!important;margin-top:115px;float:left;margin-bottom:50px}.employees-main{width:calc(100% - 70px);height:100%;margin-left:70px;padding-top:40px;box-sizing:border-box;transition-duration:.3s}.employees-block-change{margin-top:100px;float:left;position:relative}.employees-block-change:after{clear:both;content:"";display:table}.employees-block-hidden_hour{position:absolute;top:-30px;left:0;z-index:2;height:30px;width:280px;background-color:#fff}.employees-list{width:295px;float:left;border-top:1px solid #f0f0f0;position:relative;z-index:3;background-color:#fff}.employees-item,.employees-list{border-bottom:1px solid #f0f0f0;box-sizing:border-box}.employees-item{padding:13px 0 13px 40px;height:84px;list-style:none}.employees-item.employees-item_notactive{background-color:#fafafa}.employees-item.employees-item_notactive .employees-item_img{background-color:#9b9b9b}.employees-item.employees-item_notactive .employees-item_img:after{display:none}.employees-item.employees-item_notactive .employees-item-info_fine,.employees-item.employees-item_notactive .employees-item-info_name,.employees-item.employees-item_notactive .employees-item-info_title{color:#9b9b9b}.employees-item:last-child{border-bottom:none}.employees-item:after{clear:both;display:table;content:""}.employees-item_img-block{float:left;position:relative}.employees-item_img-block:after{content:"";width:10px;height:10px;background-color:#3cbc80;border:1px solid #fff;border-radius:50%;position:absolute;bottom:1px;right:1px}.employees-item_img{width:50px;height:50px;border-radius:50%;background-color:#636363;position:relative;overflow:hidden
  /*
	&:after
	{
		content: '';
		width: 10px;
		height: 10px;
		background-color: var(--color);
		border: solid 1px #ffffff;
		border-radius: 50%;
		position: absolute;
		bottom: 1px;
		right: 1px;
	}
	 */}.employees-item_info{float:left;margin-left:15px;position:relative;top:-4px}.employees-item-info_title{font-size:12px;color:rgba(50, 50, 50, .7)}.employees-item-info_name{font-size:15px;line-height:1.33;color:#323232;margin:3px 0}.employees-item-info_fine{display:block;cursor:pointer;position:relative;font-size:12px;color:#323232;float:left;padding-left:20px}.employees-item-info_fine.employees-item-info_fine__penalty{color:#d50000}.employees-item-info_fine:before{content:"";width:15px;height:15px;background-image:url(../img/fine.svg);background-color:#f0f0f0;border-radius:50%;background-repeat:no-repeat;background-position:50%;background-size:7px;position:absolute;left:0;top:2px}.employees-overflow{position:relative;right:0;transition-duration:.5s}.employees-overflow:after{content:"";clear:both;display:table}.employees-block_schedule{border-right:1px solid #323232;float:left;position:relative}.employees-prev_btn{display:none;width:25px;height:100%;position:absolute;top:0;left:0;z-index:3;cursor:pointer;background-color:#ededed}.employees-prev_btn.employees-prev_btn__active{display:block}.employees-prev_btn:before{position:absolute;width:6px;height:12px;background-image:url(../img/emp_prev.svg);background-repeat:no-repeat;background-size:100%;top:50%;left:50%;margin-top:-3px;margin-left:-6px;content:""}.employees-next_btn{display:none;width:25px;height:100%;position:absolute;top:0;right:0;z-index:3;cursor:pointer;background-color:#ededed}.employees-next_btn.employees-next_btn__active{display:block}.employees-next_btn:before{position:absolute;width:6px;height:12px;background-image:url(../img/emp_prev.svg);background-repeat:no-repeat;background-size:100%;top:50%;left:50%;margin-top:-3px;margin-left:-3px;content:"";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.employess-schedule{border-collapse:collapse;border:1px solid #f0f0f0;box-sizing:border-box}.employess-schedule_time{position:absolute;top:-30px;left:-17px}.employess-schedule_hour{font-size:13px;color:#767676;display:inline-block;margin-right:13px;float:left;width:30px;border:1px solid transparent}.employess-schedule_hour.employess-schedule_hour__active{color:#323232}.employess-schedule_hour:last-child{margin-right:0}.employess-schedule_content{overflow:hidden;position:relative}.employees_timeline{width:1px;height:100%;position:absolute;border-left:1px dashed #3cbc80;top:0;left:10px;z-index:2}.employees_timeline:before{content:"";width:9px;height:9px;background-color:#3cbc80;transform:rotate(135deg);-webkit-transform:rotate(135deg);position:absolute;top:-4px;left:-5px}.employess-schedule_line{position:relative;box-sizing:border-box}.employess-work{width:50%;height:50px;position:absolute;top:16px;left:-1px;border-left:1px solid #bcbcbc}.employess-work.employess-work__visible{background-color:#bcbcbc;opacity:.5}.employess-work.employess-work__visible__right{left:22px}.employess-work.employess-work__hidden{background-color:transparent;border-left:none}.employess-schedule_item{width:45px!important;height:84px;position:relative;box-sizing:border-box}.employess-schedule_item.employess-schedule_item__borderline,.employess-schedule_item.employess-schedule_item__borderline div:first-child{border-left:1px solid #000}.employees-fine_modal{width:450px;height:445px;background-color:#fff;position:fixed;left:50%;top:50%;margin-top:-222px;margin-left:-225px;z-index:5;display:none;padding:50px;box-sizing:border-box}.employees-modal_title{font-size:20px;color:#474a48}.employees-modal_info{margin-top:25px}.employees-modal_info:after{clear:both;display:table;content:""}.employees-modal_img-block{float:left}.employees-modal-img{width:50px;height:50px;background-color:#636363;border-radius:50%}.employees-modal_ab{float:left;margin-left:15px;position:relative;top:-5px}.employees-about_position{opacity:.7;font-size:12px;color:#323232}.employees-about_name{font-size:15px;line-height:1.33;margin:3px 0;color:#323232}.employees-about_change{font-size:12px;color:#323232}.employees-form_employee_fine{margin-top:50px}.employees-form_employee_comm{margin-top:40px}.employees-form_btn{display:inline-block}.employees-form_btn-list{margin-top:50px}.employees-form_btn-link{text-decoration:none;font-size:15px;height:38px;text-align:center;border-radius:2px;display:block;box-sizing:border-box;padding-top:8px;margin-right:10px}.employees-form_btn-link.employees-form_btn-link__fine{color:#fff;background-color:#3cbc80;padding:0 20px;border:1px solid;border-color:#3cbc80;cursor:pointer}.employees-form_btn-link.employees-form_btn-link__fine:focus{outline:none}.employees-form_btn-link.employees-form_btn-link__exit{background-color:#fff;color:#474a49;width:101px;border:1px solid #e1e1e1}.employees-modal_exit{width:22px;height:22px;position:absolute;top:0;right:-35px;cursor:pointer}.employees-modal_exit:after{top:11px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.employees-modal_exit:after,.employees-modal_exit:before{position:absolute;left:-6px;width:33px;height:1px;background-color:#fff;content:""}.employees-modal_exit:before{bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.staff-shedule-main-block{width:100%;padding-left:110px;padding-top:40px;box-sizing:border-box}.staff-shedule-main-block:after{clear:both;display:table;content:""}.staff-shedule-main_title{font-size:20px;color:#323232}.staff-shedule-main_title span{display:inline-block;width:17px;height:17px;border-radius:50%;background-color:#f0f0f0;font-size:13px;color:#9b9b9b;text-align:center}.staff-shedule-calendar{margin-top:26px}.staff-shedule-calendar:after{clear:both;display:table;content:""}.staff-shedule-before{font-size:15px;color:#9b9b9b;display:block;float:left;margin-left:15px;padding-top:9px}.staff-change-table-block{margin-top:55px;float:left;width:auto}.staff-change-table-block:after{clear:both;display:table;content:""}.staff-change-table_left{float:left}.staff-change-table-head:after{clear:both;display:table;content:""}.staff-change-table-head_list{float:left;margin-left:118px;padding-bottom:12px}.staff-change-table-head_list:after{clear:both;display:table;content:""}.staff-change-table-head_item{float:left;display:inline-block;list-style:none;width:160px;border-left:1px solid transparent;box-sizing:border-box}.staff-change-table-head-item_date{font-size:12px;text-align:center;color:#323232}.staff-change-table-head-item_day{font-size:12px;text-align:center;color:#9b9b9b;margin-top:5px}.staff-change-table-head-item_day.staff-change-table-head-item_day__weekend{color:#c2202a}.staff-change-add{font-size:13px;color:#323232;position:relative;text-decoration:none;display:inline-block;margin-top:12px;float:left}.staff-change-add:after{width:20px;height:20px;border-radius:50%;position:absolute;right:-27px;top:0;content:"+";color:#323232;background-color:#f7f7f7;border:1px solid #e1e1e1;text-align:center}.staff-change{font-size:13px;color:#323232;position:relative;text-decoration:none;display:inline-block;margin-top:12px;float:left;cursor:default}.staff-change-table-body_line{list-style:none;border-top:1px solid #eaeaea}.staff-change-table-body_line:after{clear:both;display:table;content:""}.staff-change-table-body_line:last-child .staff-change-table-body-cell_list{border-bottom:1px solid #eaeaea}.staff-change-table-body-type_smena{float:left;width:160px;padding-top:14px;box-sizing:border-box}.staff-change-table-body-type-smena-title{font-size:12px;color:#989898;cursor:pointer}.staff-change-table-body-type-smena-sub{color:#000;font-size:12px;margin-top:6px}.staff-change-table-body-cell_list{float:left;border-left:1px solid #eaeaea;min-height:63px}.staff-change-table-body-cell_list:after{display:table;clear:both;content:""}.ui-front{z-index:5!important}.ui-autocomplete{max-height:calc(100% - 147px);height:100%!important}.staff-change-table-body-cell_item{display:table-cell;width:160px;border-right:1px solid #eaeaea;padding:15px 15px 25px;box-sizing:border-box;position:relative;cursor:pointer;vertical-align:top}.staff-change-table-body-cell_item:after{position:absolute;top:50%;margin-top:-8px;left:50%;margin-left:-8px;width:17px;height:17px;border-radius:50%;border:1px solid #eaeaea;background-image:url(../img/add-stuff.svg);background-repeat:no-repeat;background-position:5px 5px;background-size:7px;content:""}.staff-change-table-body-cell_item.staff-change-table-body-cell_item__full:after{display:none}.staff-change-table-body-cell_item.staff-change-table-body-cell_item__weekend{background-color:#fefbfb}.employee-staff_list{min-height:63px;box-sizing:border-box}.employee-staff_item{list-style:none;margin-bottom:15px}.employee-staff_item:last-child{margin-bottom:0}.employee-staff-item_title{font-size:12px;color:#323232}.employee-staff-item_name{font-size:12px;color:#767676;display:block;margin-top:6px;position:relative;margin-left:13px}.employee-staff-item-name-delete{display:inline-block;width:10px;height:10px;position:relative;float:left;position:absolute;top:0;left:-15px}.staff-change_new-change{width:450px;height:376px;padding:50px;box-sizing:border-box;position:fixed;top:50%;margin-top:-138px;left:50%;margin-left:-225px;background-color:#fff;display:none;z-index:5}.staff-change-new-change_title{font-size:20px;color:#474a48}.staff-change-new-change_type{margin-top:70px}.staff-change-new-change-time_list{margin-top:24px}.staff-change-new-change-time_list:after{clear:both;display:table;content:""}.staff-change-new-change-time_item{float:left;display:inline-block;list-style:none;width:160px;margin-right:30px}.staff-change-new-change-time_item:last-child{margin-right:0}.staff-change-new-change-time_title{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b}.staff-change-new-change-select_block{border-bottom:1px solid #ddd;padding-bottom:4px;overflow:hidden;position:relative}.staff-change-new-change-select_block:after{background-image:url(../img/select-arr.svg);width:10px;height:5px;background-repeat:no-repeat;background-size:100%;position:absolute;top:11px;right:0;content:""}.staff-change-new-change_select{font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;color:#323232;border:none;background-color:#fff;-webkit-appearance:none;width:100%}.staff-change-new-change-btn_list{margin-top:47px}.staff-change-new-change-btn_list:after{clear:both;display:table;content:""}.staff-change-new-change-btn_item{float:left;display:inline-block;list-style:none}.staff-change-new-change-btn_link{display:block;box-sizing:border-box;text-align:center;text-decoration:none;line-height:38px;border-radius:2px;padding:0 20px;font-size:15px}.staff-change-new-change-btn_link.staff-change-new-change-btn_link__add{background-color:#3cbc80;color:#fff;border:1px solid;border-color:#3cbc80;cursor:pointer}.staff-change-new-change-btn_link.staff-change-new-change-btn_link__add:focus{outline:none}.staff-change-new-change-btn_link.staff-change-edit-btn_link__add{cursor:pointer;border:1px solid #3cbc80;color:#fff;background-color:#3cbc80}.staff-change-new-change-btn_link.staff-change-edit-btn_link__add:focus{outline:none}.staff-change-new-change-btn_link.staff-change-new-change-btn_link__closed{background-color:#fff;border:1px solid #e1e1e1;color:#474a49;margin-left:10px}.staff-change-new-change-btn_link.staff-change-edit-btn_link__delete{border:1px solid #d50000;color:#d50000;background-color:#fff;margin-left:10px}.staff-change_edit{height:376px;padding:50px;margin-top:-138px}.staff-change-add-worker,.staff-change_edit{width:450px;box-sizing:border-box;position:fixed;top:50%;left:50%;margin-left:-225px;background-color:#fff;display:none;z-index:5}.staff-change-add-worker{height:630px;margin-top:-315px;padding:42px 50px 0}.staff-change-add-worker_title{font-size:20px;color:#474a48}.staff-change-add-worker_list{margin-top:53px}.staff-change-add-worker_item{list-style:none;margin-top:24px}.staff-change-add-worker_item:first-child{margin-top:0}.staff-change-add-worker-item_title{font-size:12px;line-height:1.33;color:#9b9b9b}.staff-change-add-worker-select_block{border-bottom:1px solid #ddd;padding-bottom:4px;margin-top:6px;overflow:hidden;position:relative}.staff-change-add-worker-select_block:after{background-image:url(../img/select-arr.svg);width:10px;height:5px;background-repeat:no-repeat;background-size:100%;position:absolute;top:11px;right:0;content:""}.staff-change-add-worker-select{border:none;background-color:#fff;font-size:15px;line-height:1.33;color:#323232;-webkit-appearance:none;width:100%}.staff-change-add-worker_footer{position:relative;margin-top:7px}.staff-change-add-worker-btn{position:absolute;top:0;left:0;font-size:13px;color:#323232;text-decoration:none;padding-left:23px}.staff-change-add-worker-btn:after{width:15px;height:15px;border-radius:50%;position:absolute;left:0;top:0;content:"+";color:#323232;background-color:#f7f7f7;border:1px solid #e1e1e1;text-align:center;-o-object-fit:contain;object-fit:contain}.staff-change-add-worker_delete-btn{position:absolute;top:0;right:0;font-size:13px;color:#9b9b9b;text-decoration:none}.staff-change-add-worker-type{margin-top:65px}.staff-change-add-worker-type_title{font-size:15px;color:#323232}.staff-change-add-worker-type_list{margin-top:20px}.staff-change-add-worker-type_list:after{clear:both;display:table;content:""}.staff-change-add-worker-type_item{list-style:none;margin-top:17px}.staff-change-add-worker-type_item:first-child{margin-top:0}.staff-change-add-worker-type_text{display:inline-block;cursor:pointer;position:relative;padding-left:9px;margin-right:15px;font-size:15px;color:#323232}.staff-change-add-worker-type_text:before{content:"";display:inline-block;width:16px;height:16px;margin-right:10px;position:absolute;left:-17px;bottom:1px;border-radius:2px;border:1px solid #e0e0e0;background-color:#fff}.checkbox .staff-change-add-worker-type_text:before{border-radius:3px}input[type=checkbox]:checked+.staff-change-add-worker-type_text:before{content:"";background-color:#3cbc80;border:1px solid #3cbc80;background-image:url(../img/check.svg);background-repeat:no-repeat;background-position:50%}.staff-change-add-worker-btn_list{margin-top:40px}.staff-change-add-worker-btn_list:after{clear:both;display:table;content:""}.staff-change-add-worker-btn_item{display:inline-block;float:left;list-style:none}.staff-change-add-worker-btn_link{line-height:38px;display:block;text-decoration:none;text-align:center;box-sizing:border-box;border-radius:2px;padding:0 20px}.staff-change-add-worker-btn_link__add{background-color:#3cbc80;border:1px solid #3cbc80;font-size:15px;color:#fff;cursor:pointer}.staff-change-add-worker-btn_link__add:focus{outline:none}.staff-change-add-worker-btn_link.staff-change-add-worker-btn_link__closed{background-color:#fff;border:1px solid #e1e1e1;font-size:15px;color:#474a49;margin-left:10px;display:block}.booking-b{min-height:auto;margin-bottom:0}.booking-main{position:relative}.new-guest-main{box-sizing:border-box}.new-guest-head_title{font-size:12px;color:#9b9b9b}.new-guest-head-title_new{font-size:20px;color:#323232}.add-new-guest-form{width:350px;margin-top:35px;padding-bottom:100px}.add-new-guest-form-block:after{clear:both;display:table;content:""}.add-new-guest-form-block_for-img{float:left;width:50px;height:50px;border-radius:100px;overflow:hidden}.add-new-guest-form-block_for-img div{width:50px;height:50px;border-radius:100px;background-color:#636363;display:table;text-align:center}.add-new-guest-form-block_info{float:left;margin-left:15px}.add-new-guest-form-photo-title{opacity:.42;font-family:Roboto;font-size:15px;color:#323232}.add-new-guest-form-img_input{font-size:15px;color:#323232;border-bottom:none;text-decoration:none;margin-top:11px;display:block;float:left;border-bottom:1px solid #d8d8d8}.add-new-guest-form_data{margin-top:50px}.add-new-guest-form_cart-num{margin-top:46px}.add-new-guest-form_line{margin-top:47px}.add-new-guest-form_line:after{clear:both;display:table;content:""}.add-new-guest-form_item{float:left;width:160px;list-style:none}.add-new-guest-form_item:last-child{margin-left:30px}.add-new-guest-form_date-birth{margin-top:24px}.b-form_block_head{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b}.add-new-guest-form_select-group{margin-top:25px}.add-new-guest-form_select-block{margin-top:10px;border-bottom:1px solid #ddd;padding-bottom:5px;margin-bottom:8px;overflow-x:hidden;position:relative}.add-new-guest-form_select-block:after{position:absolute;width:10px;height:5px;background-image:url(../img/select-arr.svg);background-repeat:no-repeat;background-size:100%;content:"";top:11px;right:0}.add-new-guest-form_select{width:100%;border:none;border-radius:0;font-size:15px;line-height:1.33;color:#323232;background-color:#fff;-webkit-appearance:none}.add-new-guest-form-select_add-new-group{font-size:12px;color:#323232;text-decoration:none}.add-new-guest-form_blacklist{margin-top:46px}.add-new-guest-form-blacklist_title{font-size:15px;line-height:1.07;color:#323232}.add-new-guest-form_gender{margin-top:46px}.add-new-guest-form-gender_title{font-size:15px;line-height:1.07;color:#323232}.view-right-title{font-size:15px;color:#323232;margin-top:20px}.rights-information_title{width:250px!important}.add-new-guest-form_content-block{margin-top:18px}.add-new-guest-form_content-block__newpost{margin-top:30px}[type=radio]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

/* One radio button per line */.add-new-guest-form-blacklist_choice{display:inline-block;cursor:pointer;font-size:15px;line-height:1.07;text-align:left;color:#000;margin-bottom:8px}.add-new-guest-form-blacklist_choice:last-child{margin-left:15px}.add-new-guest-form-blacklist_choice__dif{margin-left:0!important}.add-new-guest-form-blacklist_choice span{font-size:15px;line-height:1.07;text-align:left;color:#000}.add-new-guest-form-blacklist_choice.user-crm{display:block}.add-new-guest-form-blacklist_choice.user-crm:last-child{margin-left:0}.add-new-guest-form-gender_choice{display:inline-block;cursor:pointer;font-size:15px;line-height:1.07;text-align:left;color:#000;margin-bottom:8px}.add-new-guest-form-gender_choice:last-child{margin-left:15px}.add-new-guest-form-gender_choice__dif{margin-left:0!important}.add-new-guest-form-gender_choice span{font-size:15px;line-height:1.07;text-align:left;color:#000}.add-new-guest-form-gender_choice.user-crm{display:block}.add-new-guest-form-gender_choice.user-crm:last-child{margin-left:0}[type=radio]+span{display:block}

/* the basic, unchecked style */[type=radio]+span:before{content:"";display:inline-block;width:16px;height:16px;border:1px solid #ddd;border-radius:50%;margin-right:.75em;transition:all .5s ease;padding:1px;position:relative;top:4px}

/* the checked style using the :checked pseudo class */[type=radio]:checked+span:before{background-color:#3cbc80;border:1px solid rgba(60, 188, 128, .51)}.add-new-guest_footer{position:fixed;bottom:0;width:100%;height:74px;box-sizing:border-box;border:1px solid #ddd;background-color:#fff;z-index:2}.add-new-guest-foot_list{padding-left:40px;padding-top:18px}.add-new-guest-foot_list:after{clear:both;content:"";display:table}.add-new-guest-foot_item{display:inline-block;list-style:none;float:left}.add-new-guest-foot_link__add{border-radius:2px;background-color:#3cbc80;font-size:15px;color:#fff;line-height:38px;text-decoration:none;text-align:center;display:block;box-sizing:border-box;padding:0 20px}.add-new-guest-foot_link__add__btn{padding-top:0;border:none;cursor:pointer}.add-new-guest-foot_link__add__btn:focus{outline:none}.add-new-guest-foot_link__add__btn__hidden{color:transparent;background-image:url(../img/loading.svg);background-size:32px;background-position:50%;background-repeat:no-repeat}.add-new-guest-foot_link__cancel{line-height:36px;border-radius:2px;background-color:#fff;border:1px solid #ddd;font-size:15px;color:#474a49;text-decoration:none;text-align:center;display:block;box-sizing:border-box;padding:0 20px;margin-left:10px}.add-new-guest-info-form{width:350px;margin-top:60px}.add-new-guest-form_address,.add-new-guest-form_deat,.add-new-guest-form_recom,.add-new-guest-form_where{margin-top:47px}.add-new-guest-soc-form_title{font-size:15px;color:#323232;margin-top:68px}.add-new-guest-form_fb,.add-new-guest-form_inst,.add-new-guest-form_vk{margin-top:47px}.add-new-guest-foot_link__delete{font-size:15px;color:#d50000;width:99px;height:38px;border-radius:2px;border:1px solid #d50000;display:block;text-decoration:none;text-align:center;padding-top:8px;box-sizing:border-box;margin-left:10px}.report-change_title{font-size:20px;color:#323232}.report-shift_block{padding-left:40px;width:100%;max-width:1100px}.report-shift_block--bigger{max-width:1300px}.report-change-block{margin-bottom:40px}.report-change-btn_list{margin-top:26px}.report-change-btn_list__finesemployee{margin-top:40px}.report-change-btn_list:after{content:"";clear:both;display:table}.report-change-btn_item{float:left;display:inline-block}.report-change-btn_item:nth-child(2) a{border-left:none;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}.report-change-btn_item:first-child a{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:2px;border-bottom-left-radius:2px}.report-change-btn_item:nth-child(3) a{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px}.report-change-btn_item:nth-child(4) a{border-left:none;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}.report-change-btn_item:nth-child(6) a{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px}.report-change-btn_link{line-height:36px;border-radius:2px;text-decoration:none;text-align:center;box-sizing:border-box;font-size:15px;display:block;padding:0 20px;border:1px solid #ddd;background-color:#f0f0f0;color:#9b9b9b}.report-change-btn_link__active{background-color:#fff;color:#323232;border-radius:0}.report-change-menu{margin-top:40px;width:960px}.report-change-menu_list{border-bottom:1px solid #ddd}.report-change-menu_list:after{clear:both;display:table;content:""}.report-change-menu_item{float:left;display:inline-block;list-style:none;margin-right:30px}.report-change-menu_item__choice-table{float:none;margin-right:0}.report-change-menu_link{font-size:15px;color:#9b9b9b;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:16px;display:block}.report-change-menu_link__active{border-color:#323232;color:#323232}.report-change-print_link{padding:0 15px;line-height:25px;border-radius:2px;background-color:#3cbc80;display:inline-block;box-sizing:border-box;font-size:13px;color:#fff;text-decoration:none;text-align:center;margin-top:40px}.report-shift_title{font-size:15px;color:#323232}.report-shift_title__sublist{cursor:pointer;margin-bottom:40px}.report-shift_storage-list{margin-bottom:20px}.report-shift_storage-category-list{margin-bottom:50px}.report-shift-head_list{border-bottom:1px solid #ddd;padding-left:10px;box-sizing:border-box;margin-top:30px;padding-bottom:15px}.report-shift-head_item{list-style:none;padding-right:20px}.report-shift-head_item:after{clear:both;display:table;content:""}.report-shift-head-item_number{display:inline-block;font-size:12px;color:#9b9b9b;width:45px;margin-right:20px;float:left}.report-shift-head-item_service{width:500px;display:inline-block;font-size:12px;color:#9b9b9b;float:left}.report-shift-head-item_count{width:40px;display:inline-block;font-size:12px;color:#9b9b9b;float:left}.report-shift-head-item_timing{width:100px;min-width:100px;display:inline-block;font-size:12px;color:#9b9b9b;float:left}.report-shift-head-item_summ{width:90px;display:inline-block;font-size:12px;color:#9b9b9b;float:right;text-align:right}.report-shift-body_list{margin-bottom:100px}.report-products-shift-body_list{margin-bottom:60px}.report-shift-body_item-docimentsofficer_delete{position:absolute;top:50%;margin-top:-12px;right:10px;height:25px;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;display:inline-block;box-sizing:border-box;padding:2px 15px 0;font-size:13px;color:#323232;text-decoration:none;display:none}.report-shift-body_item{list-style:none;border-bottom:1px solid #ddd;box-sizing:border-box;padding-top:15px;padding-bottom:15px;padding-right:20px;position:relative}.report-shift-body_item__docimentsofficer:hover{background-color:rgba(60, 188, 128, .11)}.report-shift-body_item__docimentsofficer:hover .report-shift-body-item_comm{color:#3cbc80}.report-shift-body_item__docimentsofficer:hover .report-shift-body_item-docimentsofficer_delete{display:block}.report-shift-body_item.report-shift-body-worker_item{padding-bottom:0}.report-shift-body_item:after{display:table;clear:both;content:""}.report-shift-body-item_number{display:inline-block;font-size:13px;color:#323232;width:45px;margin-right:20px;padding-left:10px;float:left}.report-shift-body-item_service{width:500px;display:inline-block;font-size:13px;color:#323232;position:relative;text-decoration:none}.report-shift-body-item_service.report-shift-body-item_service__submenu{cursor:pointer}.report-shift-body-item_service.report-shift-body-item_service__submenu:before{width:7px;height:7px;border-top:1px solid #323232;border-right:1px solid #323232;position:absolute;top:5px;left:-20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:""}.report-shift-body-item_service.report-shift-body-item_service__submenu.report-shift-body-item_service__submenu__active:before{top:3px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.report-shift-body-item_service.report-shift-body-item__subservice{margin-left:20px;margin-right:-20px;box-sizing:border-box}.report-shift-body-item_service.report-shift-body-item__subproduct{padding-left:40px;box-sizing:border-box;position:relative}.report-shift-body-item_service .report-shift-body-item__image{width:20px;position:relative;top:5px;left:5px}.report-shift-body-item_service .report-shift-body-item__image:hover+.report-shift-body-item__comment{display:block}.report-shift-body-item_service .report-shift-body-item__comment{box-shadow:inset 0 0 2px hsla(0, 0%, 4%, .2);position:absolute;padding:15px;border-radius:5px;text-align:center;background:#fff;display:none;left:140px;top:-10px}.report-shift-body-item_count{width:40px;display:inline-block;font-size:13px;color:#323232}.report-shift-body-item_timing{min-width:100px}.report-shift-body-item_summ,.report-shift-body-item_timing{width:100px;display:inline-block;font-size:13px;color:#323232}.report-shift-body-item_summ{float:right;text-align:right}.report-shift-body-item_summ span{color:#9b9b9b}.report-shift-body-item_summ.report-shift-body-item_summ__highlight span{color:#323232}.report-shift-body-subsection_list{border-top:1px solid #ddd;margin-top:15px;font-size:13px;display:none}.report-shift-body-subsection_list.report-shift-body-subsection_list__active{display:block}.report-shift-body-subsection_list .report-shift-body_submenu-item{padding-top:10px}.report-shift-body-subsection_item{list-style:none;border-top:1px solid #ddd;padding:11px 0 15px}.report-shift-body-subsection_item:first-child{border-top:0}.report-shift-body-subsection_item:last-child{padding-bottom:0}.report-shift-head_worker-number{display:inline-block;width:45px;margin-right:20px;color:#323232;font-size:12px}.report-shift-head_worker-info{width:200px;display:inline-block;font-size:12px;color:#9b9b9b;margin-right:50px}.report-shift-body_line{position:relative;float:left;width:100px;display:none}.report-shift-body_line-painting{border-bottom:1px solid #323232;position:absolute;left:0;bottom:-20px;width:100%}.report-shift-head_worker-summ{font-size:12px;color:#9b9b9b;display:inline-block;width:86px}.report-shift-body_worker-number{display:inline-block;width:45px;margin-right:20px;color:#323232;padding-left:10px;font-size:12px;float:left}.report-shift-body_worker-info{width:200px;display:inline-block;font-size:13px;color:#323232}.report-shift-body_worker-info.report-shift-body_worker__subinfo{padding-left:15px;box-sizing:border-box;float:left;margin-right:50px}.report-shift-body_worker-summ{font-size:12px;color:#323232;display:inline-block;width:86px;float:left}.report-shift-body-worker_sublist{background-color:#fdfdfd;margin-top:15px}.report-shift-body-worker_subitem{list-style:none;border-top:1px solid #ddd;padding-top:15px;padding-bottom:15px}.report-shift-body-worker_subitem:after{display:table;content:"";clear:both}.penalty-worker_content{margin-top:30px}.salary-worker_block{padding-left:40px;width:100%;max-width:960px}.salary-worker_title{font-size:20px;color:#323232}.salary-worker_total{font-size:15px;color:#323232;margin-top:40px}.date-debtors-content-block{margin-top:40px}.salary-worker-personality_block:after{clear:both;display:table;content:""}.salary-worker-personality_photo{width:50px;height:50px;background-color:#636363;border-radius:50%;float:left;overflow:hidden}.salary-worker-personality_buttons{float:right;position:relative}.report-export-salary_link{line-height:25px;border-radius:2px;background-color:#3cbc80;display:inline-block;box-sizing:border-box;font-size:13px;color:#fff;text-decoration:none;text-align:center}.report-export-salary_select{padding:0 35px}.report-export-salary_select:after{display:block;content:" ";border:1px solid #fff;border-right:0;border-top:0;height:.5em;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.5em;margin-top:-1em;right:1.125em;top:20px}.report-export-salary_select+span.export-variants_container{position:absolute;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:25px;left:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.report-export-salary_select+span.export-variants_container .report-export-salary_link:hover{background-color:#2fae73}.report-export-salary_select+span.export-variants_container .report-export-salary_link+.report-export-salary_link{border-top:1px solid #2fae73;border-top-left-radius:0;border-top-right-radius:0}.report-export-salary_select.--opened{background-color:#2fae73}.report-export-salary_select.--opened:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);top:24px}.report-export-salary_select.--opened+span.export-variants_container{display:-webkit-box;display:-ms-flexbox;display:flex}.report-shift-body_item .report-shift-body_accordion-header{cursor:pointer;display:block;width:100%}.report-shift-body_accordion-content table{width:100%;border-collapse:collapse}.report-shift-body_accordion-content table tr{border-top:1px solid #ddd}.report-shift-body_accordion-content table tr td{padding:10px;font-size:13px}.report-shift-body_accordion-content table tr th{padding:10px;font-size:13px;font-weight:400;color:#9b9b9b}.report-shift-body_item.report-shift-body_accordion:after{display:block;content:" ";border:1px solid #000;border-right:0;border-top:0;height:.5em;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.5em;margin-top:-.375em;right:1.125em;top:20px}.report-shift-body_item.report-shift-body_accordion.--opened:after{top:30px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.report-shift-body_item.report-shift-body_accordion .report-shift-body_accordion-content{display:none;padding:10px}.report-shift-body_item.report-shift-body_accordion.--opened .report-shift-body_accordion-content{display:block}.report-shift-body_item.report-shift-body_accordion.--opened .report-shift-body_accordion-content h4{padding:10px;font-weight:400;font-size:15px;color:#323232;margin-top:5px}.report-shift-body_item.report-shift-body_accordion.--opened .report-shift-body_accordion-content img.loader{display:block;margin:auto}.salary-worker-personality_info{float:left;margin-left:15px}.salary-worker-personality_position{opacity:.7;font-size:12px;color:#323232}.salary-worker-personality_name{font-size:12px;line-height:1.67;color:#323232;text-decoration:none}.salary-worker-personality_total{font-size:12px;color:#323232}.report-shift-head-item_change{width:500px;display:inline-block;font-size:12px;color:#9b9b9b}.report-shift-head-item_change-complete,.report-shift-head-item_summ-complete{display:inline-block;font-size:12px;color:#9b9b9b;width:100px}.report-shift-head-item_summ-complete{float:right}.report-shift-body-item_change{font-size:13px;color:#323232;width:500px;display:inline-block}.report-shift-body-item_change-complete,.report-shift-body-item_summ-complete{font-size:13px;color:#323232;width:100px;display:inline-block}.report-shift-body-item_summ-complete{float:right}.report-shift-head_text{float:left}.report-shift-head-item_comm{width:500px;font-size:12px;color:#9b9b9b;display:inline-block;float:left}.report-shift-head-item_summfine{width:100px;font-size:12px;color:#9b9b9b;display:inline-block;float:left}.report-shift-head-item_date{width:110px;font-size:12px;color:#9b9b9b;display:inline-block;float:left}.report-shift-body-item_comm{width:250px;margin-right:150px;font-size:13px;color:#323232;display:inline-block;text-decoration:none;float:left}.report-shift-body-item_comm__intotal{margin-left:75px}.report-shift-body-item__summfine{width:100px;margin-right:150px}.report-shift-body-item__summfine,.report-shift-body-item_date{font-size:13px;color:#323232;display:inline-block;float:left}.report-shift-head-item_date__deborts,.report-shift-head-item_summ-complete__debtors{float:none}.report-shift-head-item_guest{width:160px;font-size:12px;color:#9b9b9b;display:inline-block}.report-shift-body-item_guest{width:160px;font-size:13px;color:#323232;display:inline-block}.report-shift-head-item_count-order,.report-shift-head-item_group{width:100px;font-size:12px;color:#9b9b9b;display:inline-block}.report-shift-body-item_count-order,.report-shift-body-item_group{width:100px;font-size:13px;color:#323232;display:inline-block}.yield-table_list{list-style:none;margin-top:40px}.yield-table_name{font-size:13px;line-height:1.54;color:#323232}.yield-table_count{font-size:13px;line-height:1.54;color:#9b9b9b}.yield-table_total{font-size:13px;color:#323232}.report-panel_title{font-size:15px;line-height:1.33;color:#323232;margin-top:100px;padding-left:20px}.report-panel-section_list{margin-top:28px}.report-panel-section_title{font-size:15px;color:#9b9b9b;padding-left:20px}.report-change-table-number_list:after{content:"";display:table;clear:both}.report-change-table-number_item{float:left;display:inline-block}.report-change-table-number_link{font-size:15px;color:#9b9b9b;text-decoration:none}.guest-main{width:calc(100% - 70px);height:100%;box-sizing:border-box;position:relative}.add-guest_form{width:450px;height:375px;left:50%;top:50%;margin-top:-225px;margin-left:-187px;position:fixed;display:none;background-color:#fff;z-index:5;padding:50px;box-sizing:border-box}.guest-form_title{font-size:20px;color:#474a48}.guest-form_exit{width:22px;height:22px;position:absolute;top:0;right:-35px;cursor:pointer}.guest-form_exit:after{top:11px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.guest-form_exit:after,.guest-form_exit:before{position:absolute;left:-6px;width:33px;height:1px;background-color:#fff;content:""}.guest-form_exit:before{bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.add-guest_btn-list,.guest-form_description-block,.guest-form_name-group{margin-top:50px}.add-guest_btn-list:after{clear:both;content:"";display:table}.add-guest_btn-item{list-style:none;float:left;display:inline-block}.add-guest_btn-item:last-child{margin-left:10px}.add-guest_btn-link{line-height:38px;display:block;text-align:center;text-decoration:none;font-size:15px;border-radius:2px;box-sizing:border-box;padding:0 20px}.add-guest_btn-link.add-guest_btn-link__add{border-top:1px solid;border-color:#3cbc80;background-color:#3cbc80;color:#fff}.add-guest_btn-link.add-guest_btn-link__exit{background-color:#fff;border:1px solid #e1e1e1;color:#474a49}.move-group{width:450px;height:335px;left:50%;top:50%;margin-top:-225px;margin-left:-187px;position:fixed;display:none;background-color:#fff;z-index:5;padding:50px;box-sizing:border-box}.move-group_title{font-size:20px;color:#474a48}.move-group_count{font-size:15px;color:#323232;margin-top:30px}.move-group-form{margin-top:30px}.move-group_list{margin-top:50px}.move-group_list:after{clear:both;display:table;content:""}.move-group_item{float:left;display:inline-block;margin-right:10px}.move-group_item:last-child{margin-right:0}.move-group_link{height:38px;text-align:center;display:block;box-sizing:border-box;font-size:15px;padding-top:8px;border-radius:2px;text-decoration:none}.move-group_link.move-group_link__move{width:135px;background-color:#3cbc80;color:#fff;border:1px solid;border-color:#3cbc80}.move-group_link.move-group_link__exit{color:#474a49;width:100px;background-color:#fff;border:1px solid #e1e1e1}.move-group-select_block{margin-top:7px}.move-group_select{width:100%;border:none;background-color:transparent;font-size:15px;line-height:1.33;color:#323232;border-bottom:1px solid #ddd;-webkit-appearance:none;border-radius:inherit;padding-bottom:3px}.move-group-select_title{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b}.black-list-btn{list-style:none;margin-top:30px;position:relative}.black-list-btn:after{clear:both;display:table;content:""}.black-list-btn_item{display:inline-block;float:left;margin-right:10px}.black-list-btn_link{text-decoration:none;font-size:15px;height:38px;border-radius:2px;display:block;box-sizing:border-box;padding-top:8px;text-align:center}.black-list-btn_link.black-list-btn_link__save{color:#fff;width:115px;background-color:#3cbc80;border:1px solid;border-color:#3cbc80}.black-list-btn_link.black-list-btn_link__exit{width:100px;background-color:#fff;border:1px solid #e1e1e1;color:#474a49}.black-list_exit{width:22px;height:22px;position:absolute;top:0;right:-35px;cursor:pointer}.black-list_exit:after{top:11px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.black-list_exit:after,.black-list_exit:before{position:absolute;left:-6px;width:33px;height:1px;background-color:#fff;content:""}.black-list_exit:before{bottom:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.black-list{width:450px;height:240px;background-color:#fff;left:50%;top:50%;margin-top:-120px;margin-left:-225px;position:fixed;display:none;z-index:5;padding:50px;box-sizing:border-box}.guest-list-item_title{font-size:15px;line-height:1.33;color:#323232;cursor:pointer;margin-left:45px}.guest-main_head{padding-left:40px;padding-bottom:10px;box-sizing:border-box}.guest-main_introtext{font-size:12px;color:#9b9b9b}.guest-main_title{font-size:20px;color:#323232}.guest-main_count{border-radius:100px;background-color:#fcfcfc;border:1px solid #ddd;font-size:13px;color:#323232;padding:5px 15px;margin-left:10px}.guest-main_content{padding-left:40px;padding-bottom:100px;box-sizing:border-box;width:100%;max-width:990px}.guest-main-btn_content{margin-top:25px}.guest-main-btn_content:after{clear:both;display:table;content:""}.guest-main_btn-list{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.guest-main_btn-item{display:inline-block;list-style:none;float:left;margin-right:10px}.guest-main_btn-item__non-right{margin-right:0}.guest-main_btn-link{text-decoration:none;font-size:15px;color:#474a49;line-height:38px;border-radius:2px;border:1px solid #ddd;padding:0 20px;box-sizing:border-box;display:block}.guest-main_btn-link.guest-main_btn-link__active{background-color:#3cbc80;border-color:#3cbc80;color:#fff}.guest-form_data{width:350px;float:right;margin-top:7px}.guest-form-data_input{font-size:15px;line-height:1.33;color:#9b9b9b}.guest_list{margin-top:95px}.guest_list.staff-shedule{margin-top:22px}.guest-table{margin-top:50px}.guest-table.guest-table_vip{margin-top:30px}.guest-table-head_list{padding-left:10px;border-bottom:1px solid #ddd;padding-bottom:15px}.guest-table-head_item{display:table-cell;vertical-align:middle;list-style:none}.guest-table-head_text{font-size:12px;color:#9b9b9b;position:relative}.guest-table-head_text.guest-table-head-cart-decor{color:#21b26e;position:relative;cursor:pointer}.guest-table-head_text__ASC,.guest-table-head_text__DESC{font-size:12px;position:relative;cursor:pointer;color:#21b26e}.guest-table-head_text__ASC:after,.guest-table-head_text__DESC:after{width:10px;height:10px;background:url(../img/triangle.svg);background-repeat:no-repeat;background-size:100%;position:absolute;top:2px;right:-12px;content:""}.guest-table-head_text__ASC:after{top:3px}.guest-table-head_text__DESC:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.guest-table-head_text__sort{color:#21b26e}.guest-table_item{list-style:none}.guest-table-info_list{padding:15px 0;padding-left:10px;display:table;width:100%;border-bottom:1px solid #ddd}.guest-table-info_list:after{clear:both;content:"";display:table}.guest-table-info_list:hover .guest-table-info-evidence_name{color:#21b26e;transition-duration:.3s}.guest-table-info_list:hover .guest-table-info-evidence_img{background-color:#3cbc80}.guest-table-info_list.guest-table-info_list__check{background-color:rgba(60, 188, 128, .15)}.guest-table-info_item{display:table-cell;vertical-align:middle}.guest-table-info_item__check{width:50px}.guest-table-info_item__cart-number{width:100px;padding-right:50px}.guest-table-info_item__cart-number__diff{padding-right:0}.guest-table-info_item__category{width:80px;min-width:80px;padding-right:50px}.guest-table-info_item__comment{width:auto;min-width:110px;max-width:400px;padding-right:50px}.guest-table-info_item__group{width:160px}.guest-table-info_item__standsumm{width:115px}.guest-table-info_item__description{width:380px;margin-right:80px}.client-list_load-csv,.import-list_load-csv{width:450px;background-color:#fff;position:fixed;top:50%;margin-top:-315px;left:50%;margin-left:-225px;z-index:5;display:none;padding:42px 50px;box-sizing:border-box}.client-list_load-csv_title{font-size:20px;color:#474a48}.client-list_load-csv-type_title{font-size:15px;color:#323232}.client-list_load-csv_error-text{color:red;font-size:11px;margin-top:7px;display:block}.client-list_load-csv-btn_list{margin-top:40px;padding-bottom:30px}.client-list_load-csv-btn_list:after{clear:both;display:table;content:""}.client-list_load-csv-btn_item{display:inline-block;float:left;list-style:none}.client-list_load-csv-btn_link,import-list_load-csv-btn_link{line-height:38px;display:block;text-decoration:none;text-align:center;box-sizing:border-box;border-radius:2px;padding:0 20px}.client-list_load-csv-btn_link__add,import-list_load-csv-btn_link__add{background-color:#3cbc80;border:1px solid #3cbc80;font-size:15px;color:#fff;cursor:pointer}.client-list_load-csv-btn_link__add:focus,import-list_load-csv-btn_link__add:focus{outline:none}.client-list_load-csv-btn_link.client-list_load-csv-btn_link__closed,import-list_load-csv-btn_link.client-list_load-csv-btn_link__closed{background-color:#fff;border:1px solid #e1e1e1;font-size:15px;color:#474a49;margin-left:10px;display:block}.client-list_load-csv-btn_link.import-list_load-csv-btn_link__add,import-list_load-csv-btn_link.import-list_load-csv-btn_link__add{background-color:#3cbc80;border:1px solid #3cbc80;font-size:15px;color:#fff;cursor:pointer}.client-list_load-csv-btn_link.import-list_load-csv-btn_link__add:focus,import-list_load-csv-btn_link.import-list_load-csv-btn_link__add:focus{outline:none}.client-list_load-csv-btn_link.import-list_load-csv-btn_link__closed,import-list_load-csv-btn_link.import-list_load-csv-btn_link__closed{background-color:#fff;border:1px solid #e1e1e1;font-size:15px;color:#474a49;margin-left:10px;display:block}.client-list_load-csv_result-load{margin:15px 0;line-height:1.4em;font-size:15px;color:#323232}.client-list_load-csv_result-load_fail-list{margin:10px 30px}.client-list_load-csv_form .error{border-bottom:1px solid red}.client-list_load-csv_result{display:none}.stock-table-head_list{list-style:none;border-bottom:1px solid #ddd;padding-bottom:15px;padding-left:10px}.stock-table-head_list:after{clear:both;content:"";display:table}.stock-table-head_item{display:inline-block;float:left}.stock-table-head_item__check{width:50px;margin-right:25px}.stock-table-head_item__number{width:100px;margin-right:40px}.stock-table-head_item__name{width:200px;margin-right:50px}.stock-table-head_item__receipts{width:150px;margin-right:50px}.stock-table-head_item__write-off{width:100px}.stock-table-body_list{list-style:none}.stock-table-body_list:after{clear:both;content:"";display:table}.stock-table-body-info_list{list-style:none}.stock-table-body-info_list:after{clear:both;content:"";display:table}.stock-table-body_item{border-bottom:1px solid #ddd;padding:15px 0;padding-left:10px}.stock-table-body-info_item{float:left;display:inline-block}.stock-table-body-info_item__check{width:50px;margin-right:25px}.stock-table-body-info_item__number{width:100px;margin-right:40px}.stock-table-body-info_item__name{width:200px;margin-right:50px}.stock-table-body-info_item__receipts{width:150px;margin-right:50px}.stock-table-body-info_item__write-off{width:100px}.guest-check_label{display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:15px;font-size:13px}.guest-check_label:before{content:"";display:inline-block;width:16px;height:16px;border-radius:2px;border:1px solid #ddd;margin-right:10px;position:absolute;left:0;bottom:-4px}.guest-check_input{display:none}.guest-check_input:checked+.guest-check_label:before{content:"";background-color:#3cbc80;border-color:#3cbc80;background-image:url(../img/check.svg);background-repeat:no-repeat;background-position:50%}.guest-table-info-item__number{width:30px;min-width:10px;padding-right:30px}.guest-table-info-item__order{width:150px;min-width:10px;padding-right:30px}.guest-table-info-item__evidence{width:270px;min-width:270px;padding-right:50px}.guest-table-info-item__kitchen{width:230px;min-width:230px;padding-right:50px}.guest-table-info-number_text{font-size:13px;color:#323232}.guest-table-info-item__appellative{width:390px;margin-right:70px}.guest-table-info-appellative_text{font-size:13px;color:#323232;text-decoration:none}.categoryservices-delete-btn{line-height:36px;border-radius:2px;background-color:#fff;box-sizing:border-box;text-decoration:none;display:block;font-size:15px;color:#d50000;border:1px solid #d50000;text-align:center;padding:0 20px;margin-left:10px}.guest-table-info-standsumm_text{font-size:13px;color:#323232}.guest-table-info-item_evidence{width:270px;display:table;height:100%}.guest-table-info-item_evidence:after{clear:both;content:"";display:table}.add-new-guest-form-block{margin-top:25px}.guest-table-info-evidence_block{display:table-cell;vertical-align:middle}.guest-table-info-evidence_img{width:50px;height:50px;background-color:#636363;border-radius:50%;transition-duration:.3s;overflow:hidden;display:table;text-align:center}.guest-table-client_name{display:table-cell;vertical-align:middle;color:#fff}.categoryservices-head_list{border-bottom:1px solid #ddd;padding-bottom:15px;padding-left:10px}.categoryservices-head_list:after{clear:both;display:table;content:""}.categoryservices-head_item{float:left;display:inline-block}.categoryservices-head_item__check{width:50px;margin-right:25px}.categoryservices-head_item__number{width:100px;margin-right:50px}.categoryservices-head_item__name{width:250px;margin-right:25px}.categoryservices-body_list:after{clear:both;display:table;content:""}.categoryservices-body_item{list-style:none}.categoryservices-body-info_item{display:inline-block;float:left}.categoryservices-body-info_item__check{width:50px;margin-right:25px}.categoryservices-body-info_item__number{width:100px;margin-right:50px}.dz-clickable{cursor:pointer;font-size:15px;color:#323232}.guest-table-info-evidence_info{display:table-cell;vertical-align:middle;width:205px;padding-left:15px}.guest-table-info-evidence_info__login{top:7px}.guest-table-info-evidence_info a{text-decoration:none}.guest-table-info-evidence_status{opacity:.6;font-size:13px;color:#323232;text-transform:uppercase}.guest-table-info-evidence_name{font-size:13px;color:#323232;transition-duration:.3s;text-decoration:none}.guest-table-info-evidence_phone{opacity:.6;font-size:13px;color:#323232}.guest-table-info_cart_number,.guest-table-info_category{font-size:13px;color:#323232}.guest-table-info_comment{font-size:13px;line-height:1.15;color:#9b9b9b;word-wrap:break-word}.guest-table-info_cart-decor{font-size:13px;color:#323232}.guest-function_foter{width:100%;height:75px;border:1px solid #ddd;position:fixed;background-color:#fff;bottom:0;box-sizing:border-box}.guest-function_foter.guest-function_foter__active{display:block}.guest-function_list{margin-top:20px}.guest-function_list:after{clear:both;content:"";display:table}.guest-function_item{display:inline-block;float:left;margin-left:10px}.guest-function_item__newright{margin-left:40px}.guest-function_count{display:block;width:25px;height:25px;border-radius:100px;background-color:#3cbc80;text-align:center;color:#fff;font-size:12px;box-sizing:border-box;padding-top:4px;position:relative;top:7px;margin-right:5px;margin-left:30px}.new-right-crm_form{height:100%}.guest-function_btn-group{line-height:38px;border-radius:2px;background-color:#3cbc80;border:1px solid;border-color:#3cbc80;box-sizing:border-box;font-size:15px;text-align:center;text-decoration:none;color:#fff;display:block;padding:0 20px}.guest-function_btn-group__newrights{border:1px solid #3cbc80;padding-top:0;cursor:pointer}.guest-function_btn-group__newrights:focus{outline:none}.guest-function_btn-group.remove-blacklist{width:230px}.guest-function_btn-black-list{width:160px;line-height:38px}.guest-function_btn-black-list,.guest-function_btn-cancel{border-radius:2px;background-color:#fff;box-sizing:border-box;text-decoration:none;display:block;font-size:15px;color:#474a49;border:1px solid #ddd;text-align:center}.guest-function_btn-cancel{line-height:36px;padding:0 20px}.guest-function_btn-delete,.guest-function_btnsub-delete{line-height:38px;border-radius:2px;background-color:#fff;box-sizing:border-box;text-decoration:none;display:block;font-size:15px;color:#d50000;border:1px solid #d50000;text-align:center;padding:0 20px}.guest-function_btnsub-delete{cursor:pointer}.guest-function_btnsub-delete:focus{outline:none}.form-main-contentblock{padding-left:40px;width:100%}.new-right-crm_list{margin-top:60px;width:350px}.new-right-crm_item{list-style:none}.new-right-crm-table_block{margin-top:70px;width:960px}.new-right-crm-table_title{font-size:15px;line-height:1.33;color:#323232}.new-right-crm-head-table_number{width:44px;font-size:12px;color:#67706c;display:inline-block;margin-right:22px;float:left}.new-right-crm-head-table_section{width:250px;font-size:12px;display:inline-block;color:#323232;margin-right:200px;float:left}.new-right-crm-head-table_view{width:160px;font-size:12px;display:inline-block;color:#323232;margin-right:90px;float:left}.new-right-crm-head-table_edit{width:100px;font-size:12px;color:#323232;display:inline-block;float:left}.new-right-crm-body-table_number{font-size:13px;display:inline-block;margin-right:22px;color:#323232;width:44px;padding-left:10px;float:left}.new-right-crm-body-table_section{width:250px;font-size:13px;display:inline-block;color:#323232;margin-right:200px;float:left}.new-right-crm-body-table_view{width:160px;font-size:13px;display:inline-block;color:#323232;margin-right:90px;float:left}.new-right-crm-body-table_edit{width:100px;font-size:13px;color:#323232;display:inline-block;float:left}.new-right-crm-body_access-text{font-size:13px;color:#9b9b9b}.new-right-crm_switch{width:42px;height:22px;border-radius:2px;background-color:hsla(0, 0%, 80%, .18);position:relative}.new-right-crm_switch:after{display:table;content:"";clear:both}.new-right-view-crm-switch__off{float:left}.new-right-view-crm-switch__off,.new-right-view-crm-switch__on{display:inline-block;cursor:pointer;position:relative;font-size:13px}.new-right-view-crm-switch__on{float:right}.new-right-view-crm-switch__off:before{left:2px;background-color:#e2f5ec}.new-right-view-crm-switch__off:before,.new-right-view-crm-switch__on:before{content:"";display:inline-block;width:18px;height:18px;position:absolute;top:2px}.new-right-view-crm-switch__on:before{right:2px}.view-crm-switch-input__off{left:2px}.view-crm-switch-input__off,.view-crm-switch-input__on{border:0;height:18px;width:18px;overflow:hidden;padding:0;position:absolute;top:2px}.view-crm-switch-input__on{right:2px}.view-crm-switch-input__off:checked+.new-right-view-crm-switch__off:before,.view-crm-switch-input__on+.new-right-view-crm-switch__on:before{content:"";background-color:#d3d3d3;font-size:30px;text-align:center;line-height:18px}.view-crm-switch-input__on+.new-right-view-crm-switch__on:before{border-radius:2px}.view-crm-switch-input__on:checked+.new-right-view-crm-switch__on:before{content:"";background-color:#3cbc80;font-size:30px;text-align:center;line-height:18px}.new-right-edit-crm-switch__off{float:left}.new-right-edit-crm-switch__off,.new-right-edit-crm-switch__on{display:inline-block;cursor:pointer;position:relative;font-size:13px}.new-right-edit-crm-switch__on{float:right}.new-right-edit-crm-switch__off:before{content:"";display:inline-block;width:18px;height:18px;position:absolute;left:2px}.new-right-edit-crm-switch__on:before{content:"";display:inline-block;width:18px;height:18px;position:absolute;right:2px;top:2px}.edit-crm-switch_input__off{left:2px}.edit-crm-switch_input__off,.edit-crm-switch_input__on{border:0;height:18px;width:18px;overflow:hidden;padding:0;position:absolute;top:2px}.edit-crm-switch_input__on{right:2px}.edit-crm-switch_input__off:checked+.new-right-edit-crm-switch__off:before{content:"";background-color:#d3d3d3;font-size:30px;text-align:center;line-height:18px}.edit-crm-switch_input__on:checked+.new-right-edit-crm-switch__on:before{content:"";background-color:#3cbc80;font-size:30px;text-align:center;line-height:18px}.warehouse-services-block{padding-bottom:100px}.warehouse-services-block:after{clear:both;content:"";display:table}.warehouse-services_title{font-size:20px;color:#323232}.warehouse-services-btn_list{margin-top:26px}.warehouse-services-btn_list:after{clear:both;content:"";display:table}.warehouse-services-btn_item{float:left;display:inline-block;list-style:none;margin-right:10px}.warehouse-services-btn_item:last-child{margin-right:0}.warehouse-services-btn_link{height:38px;border-radius:2px;background-color:#dfdfdf;border:1px solid #ddd;display:block;box-sizing:border-box;padding:8px 20px 0;text-decoration:none;text-align:center;font-size:15px;color:#afafaf;position:relative}.warehouse-services-btn_link__before{padding-left:48px}.warehouse-services-btn_link__before:before{width:22px;height:15px;background-image:url(../img/service-product.svg);background-repeat:no-repeat;background-size:100%;content:"";position:absolute;top:11px;left:20px}.warehouse-services-btn_link__dif{background-color:#3cbc80;color:#fff;border-color:#3cbc80}.warehouse-services-btn_link__group{color:#474a49;background-color:#fff;border-color:#e1e1e1}.warehouse-services-btn_link__activeleft,.warehouse-services-btn_link__activeright{background-color:#3cbc80;color:#fff;border-color:#3cbc80}.warehouse-services-btn_link__activeright{padding-left:48px}.warehouse-services-btn_link__activeright:before{width:22px;height:15px;background-image:url(../img/service-product-active.svg);background-repeat:no-repeat;background-size:100%;content:"";position:absolute;top:11px;left:20px}.warehouse-services-content_info{margin-top:40px;width:300px}.warehouse-services-info_title{font-size:15px;font-weight:500;color:#323232}.warehouse-services-info_text{font-size:15px;color:#323232;margin-top:15px}.warehouse-services_product-btn-list{margin-top:30px}.warehouse-services_product-btn-list:after{clear:both;content:"";display:table}.warehouse-services_product-btn-item{float:left;display:inline-block;list-style:none}.warehouse-services_product-btn-link{border-radius:2px;background-color:#3cbc80;padding:8px 20px 0;box-sizing:border-box;display:block;font-size:15px;color:#fff;text-decoration:none;text-align:center;height:38px}.arrival-goods-form_block__moveitems{margin-top:47px}.arrival-goods_form{width:350px;margin-top:60px}.arrival-goods_form__moveitems{margin-top:37px}.moveitems_subtitle{font-size:13px;color:#9b9b9b;margin-top:47px;padding-left:40px}.arrival-goods_conclusion{margin-top:39px;font-size:13px;color:#323232}.moveitems_title{font-size:15px;color:#323232}.moveitems-container{margin-top:30px;width:960px;padding-left:40px}.moveitems-table_headlist{list-style:none;border-bottom:1px solid #ddd;padding-bottom:15px}.moveitems-table_headlist:after{clear:both;display:table;content:""}.moveitems-table-groupblock_title{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b;margin-left:10px}.moveitems-table_groupblock{margin-top:25px}.moveitems-table-select-block{border-bottom:1px solid;border-color:#ddd;margin-bottom:10px;margin-top:3px;overflow:hidden;position:relative}.moveitems-table-select-block:after{width:10px;height:5px;position:absolute;top:10px;right:0;background-image:url(../img/select-arr.svg);background-repeat:no-repeat;background-size:100%;content:""}.moveitems-table-form-select{width:100%;border:none;background-color:transparent;font-size:15px;line-height:1.33;color:#323232;-webkit-appearance:none;padding-bottom:5px;padding-left:10px}.moveitems-table_headitem{padding-left:10px}.moveitems-table_headitem:after{clear:both;display:table;content:""}.moveitems-table-headitem_text{float:left;display:inline-block;font-size:12px;color:#323232}.moveitems-table-headitem_text__product{width:250px;margin-right:40px}.moveitems-table_bodylist{list-style:none;padding-bottom:150px}.moveitems-table_bodylist:after{clear:both;display:table;content:""}.moveitems-table_bodyitem{padding-left:10px;border-bottom:1px solid #ddd;padding-top:15px;padding-bottom:15px;box-sizing:border-box;display:table;width:100%}.moveitems-table_bodyitem:after{clear:both;display:table;content:""}.moveitems-table-bodyitem_text{float:left;display:inline-block;font-size:12px;color:#323232;position:relative}.moveitems-table-bodyitem_text__product{width:250px;margin-right:40px}.moveitems-table_input{width:70px;border:none;border-bottom:1px solid #ddd;font-size:15px;line-height:1.33;color:#323232;text-align:center}.moveitems-table-bodyitem_count{font-size:13px;line-height:1.23;text-align:left;color:#323232;display:block;float:left;margin-right:17px}.moveitems-table_btn{width:12px;height:12px;border:none;background-color:#fff;cursor:pointer;position:relative}.moveitems-table_btn.inc{right:18px}.moveitems-table_btn.inc:before{content:"";position:absolute;top:6px;left:0;width:13px;height:1px;background-color:#767676}.moveitems-table_btn.inc:after{content:"";position:absolute;top:0;left:6px;width:1px;height:13px;background-color:#767676}.moveitems-table_btn.dec{left:16px}.moveitems-table_btn.dec:before{content:"";position:absolute;top:6px;left:0;width:13px;height:1px;background-color:#767676}.moveitems-table_btn:focus{outline:none}.moveitems-table-bodyitem_choose{display:block;float:left;position:relative}.moveitems-choice-cell,.moveitems-table-bodyitem_text__choicename{float:none;display:table-cell;vertical-align:middle}.moveitems-choice-cell{padding-left:20px}.moveitems-table-bodyitem_chooselink{font-size:13px;color:#474a49;line-height:25px;border-radius:2px;background-color:#fff;border:1px solid #ddd;display:inline-block;padding:0 15px;text-decoration:none;box-sizing:border-box}.moveitems-table-bodyitem_chooselink__newchoose{position:absolute;right:0;top:-25px}.arrival-goods_btn{height:25px;border-radius:2px;background-color:#3cbc80;padding:3px 15px 0;font-size:13px;color:#fff;border:none;margin-top:15px;text-decoration:none;display:block;text-align:center;float:left;box-sizing:border-box}.arrival-goods_footer{position:fixed;bottom:0;
  /* left: 0; */width:100%;border-top:1px solid;border-color:#ddd;height:110px;background-color:#fff;z-index:1}.arrival-goods-footer_up{background-color:#fafafa}.arrival-goods-footer-up_list{height:35px;box-sizing:border-box;padding-left:40px;padding-top:6px}.arrival-goods-footer-up_list:after{content:"";display:table;clear:both}.arrival-goods-footer-up_item{float:left;display:inline-block;margin-right:30px}.arrival-goods-footer-up_item:last-child{margin-right:0}.arrival-goods-footer-up_text{font-size:15px;color:#323232}.arrival-goods-footer-down_list{margin-top:18px;padding-left:40px}.arrival-goods-footer-down_list:after{content:"";display:table;clear:both}.arrival-goods-footer-down_item{float:left;display:inline-block;margin-right:10px}.arrival-goods-footer-down_item:last-child{margin-right:0}.arrival-goods-footer-down_btn{height:38px;border-radius:2px;background-color:#f1f0f0;border:1px solid #e1e1e1;display:block;text-align:center;padding:0 20px;font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#afafaf;cursor:pointer}.arrival-goods-footer-down_btn:focus{outline:none}.arrival-goods-footer-down_btn__active{background-color:#3cbc80;color:#fff;border-color:#3cbc80}.arrival-goods-footer-down_link{border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;font-size:15px;color:#474a49;display:inline-block;text-decoration:none;text-align:center;box-sizing:border-box;padding:8px 20px 0;height:38px}.arrival-goods-input_clear{width:16px;height:16px;position:absolute;right:0;top:7px;display:none;cursor:pointer;z-index:2;overflow:hidden}.arrival-goods-input_clear:after{top:7px;left:-4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.arrival-goods-input_clear:after,.arrival-goods-input_clear:before{content:"";position:absolute;width:25px;height:1px;background-color:#9b9b9b}.arrival-goods-input_clear:before{bottom:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:-5px}.arrival-goods-input_clear__active{display:block}.services-block_main-content{width:300px;margin-top:30px}.services-block-main-content_text{font-size:15px;color:#9b9b9b;margin-top:15px}.services-block-main-content_text:first-child{margin-top:0}.add-new-service_form{margin-top:60px;width:350px}.add-new-service-form_priceblock{margin-top:50px}.add-new-service-form_priceblock input::-webkit-inner-spin-button,.add-new-service-form_priceblock input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-new-service-form_priceblock input[type=number]{-moz-appearance:textfield}.add-new-service-form_description{margin-top:50px;margin-right:-250px}.add-new-service-form-groupblock_title{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b}.add-new-service-form_groupblock{margin-top:25px}.add-new-service-form-select-block{border-bottom:1px solid;border-color:#ddd;margin-bottom:10px;margin-top:3px;overflow:hidden;position:relative}.add-new-service-form-select-block:after{width:10px;height:5px;position:absolute;top:10px;right:0;background-image:url(../img/select-arr.svg);background-repeat:no-repeat;background-size:100%;content:""}.add-new-service-image-form-block{padding-left:40px;padding-bottom:20px;width:100%}.add-new-service-form-block{margin-top:25px}.add-new-service-form-block:after{clear:both;display:table;content:""}.add-new-service-form-block_for-img{float:left;width:200px;overflow:hidden}.add-new-service-form-block_for-img div{width:50px;height:50px;border-radius:100px;background-color:#636363;display:table;text-align:center}.add-new-service-form-block_info{float:left}.add-new-service-form-photo-title{opacity:.42;font-family:Roboto;font-size:15px;color:#323232}.primary-setting-logo{position:relative;overflow:hidden;width:120px;height:20px;color:#fff;margin-top:7px;display:inline-block;float:left}.primary-setting-logo.question-modal-file-add{border:1px solid #e1e1e1;padding:5px 15px;border-radius:2px}.primary-setting-logo input[type=file]{display:none}.primary-setting-logo label{display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.question-modal-file-add label{left:17px;top:4px}.primary-setting-logo span{font-size:15px;color:#323232}.primary-setting-logo-text{border:none;float:left;margin-top:7px;height:20px;background-color:transparent}.primary-setting-form{width:350px;margin-top:50px}.add-new-service-form-select{width:370px;border:none;background-color:transparent;font-size:15px;line-height:1.33;color:#323232;-webkit-appearance:none;padding-bottom:5px}.add-new-service-form_grouplink{font-size:12px;color:#323232;text-decoration:none;position:relative;padding-left:21px}.add-new-service-form_grouplink:before{width:15px;height:15px;position:absolute;top:50%;margin-top:-7px;left:0;background-color:#f0f0f0;background-image:url(../img/add-group.svg);background-repeat:no-repeat;border-radius:50%;content:"";background-position:50%;background-size:50%}.add-new-service-nextblock{margin-top:76px}.add-new-service-nextblock_title{font-size:15px;line-height:1.33;color:#323232}.add-new-service-form_productblock{margin-top:22px}.primary-setting-blockin{border-bottom:1px solid #ddd;padding-bottom:7px}.primary-setting-blockin:after{clear:both;display:table;content:""}.add-new-service_footer{position:fixed;z-index:2;bottom:0;background-color:#fff;height:75px;border-top:1px solid;border-color:#ddd;width:100%;padding-left:40px}.add-new-service-footer_list{margin-top:18px}.add-new-service-footer_list:after{clear:both;content:"";display:table}.add-new-service-footer_item{float:left;display:inline-block}.add-new-service-footer-item_btn{border-radius:2px;height:38px;background-color:#3cbc80;padding:0 20px;text-align:center;border:none;font-size:15px;color:#fff;margin-right:10px;cursor:pointer}.add-new-service-footer-item_btn:focus{outline:none}.add-new-service-footer-item_link{height:38px;display:block;text-decoration:none;padding:8px 20px 0;box-sizing:border-box;border-radius:2px;border:1px solid #e1e1e1;font-size:15px;color:#474a49}.block-for-left{padding-left:40px;padding-bottom:100px;width:100%}.delete-storage-link{font-size:15px;color:#d50000;line-height:36px;border-radius:2px;border:1px solid #d50000;display:inline-block;text-align:center;background-color:#fff;box-sizing:border-box;text-decoration:none;padding:0 20px;margin-left:10px}.view-services_list{margin-top:27px}.view-services_list:after{clear:both;content:"";display:table}.view-services_item{float:left;display:inline-block;margin-right:10px}.view-services_item:last-child{margin-right:0}.view-services_link{font-size:13px;color:#474a49;display:block;text-decoration:none;box-sizing:border-box;height:25px;border-radius:2px;padding:2px 15px 0;border:1px solid;border-color:#ddd}.view-services_link__back{background-color:#f0f0f0}.debtors-table-head_list{list-style:none;margin-top:40px}.debtors-table-head_item{padding-left:10px;border-bottom:1px solid #ddd;padding-bottom:15px}.debtors-table-head_item:after{clear:both;display:table;content:""}.debtors-table-head-item-text{display:inline-block;float:left;font-size:12px;color:#9b9b9b}.debtors-table-head-item-text__number{color:#323232;width:45px;margin-right:20px}.debtors-table-head-item-text__date{width:150px;margin-right:45px}.debtors-table-head-item-text__summ{width:100px;margin-right:45px}.debtors-table-head-item-text__comm,.debtors-table-head-item-text__service{width:160px;margin-right:45px}.debtors-table-body_list{list-style:none}.debtors-table-body_item{padding:15px 0;border-bottom:1px solid #ddd;padding-left:10px}.debtors-table-body_item:after{clear:both;content:"";display:table}.debtors-table-body-item-text{display:inline-block;float:left;font-size:13px;color:#323232;text-decoration:none}.debtors-table-body-item-text__number{color:#323232;width:45px;margin-right:20px}.debtors-table-body-item-text__date{width:150px;margin-right:45px}.debtors-table-body-item-text__summ{width:100px;margin-right:45px}.debtors-table-body-item-text__comm,.debtors-table-body-item-text__service{width:160px;margin-right:45px}.debtors-table-body-item-text__guest{width:130px}.date-debtors_total{margin-left:75px}.view-services_content{margin-top:50px}.view-services-block{margin-top:60px}.view-services-block:first-child{margin-top:0}.view-services-block_title{font-size:13px;line-height:1.23;color:#323232;position:relative;display:block}.view-services-block_title:after{position:absolute;content:"";top:8px;right:-190px;width:100%;height:1px;background-color:#ddd}.view-services-block_list{list-style:none;margin-top:24px}.view-services-block_list:after{clear:both;display:table;content:""}.view-services-block_item{margin-top:19px}.view-services-block_item:first-child{margin-top:0}.view-services-block-item_title{display:inline-block;width:140px;margin-right:50px;font-size:13px;line-height:1.23;color:#9b9b9b}.view-services-block-item_text{font-size:13px;line-height:1.23;color:#323232}.report-service_list{margin-top:40px;border-top:1px solid;border-color:#ddd}.report-service_list:after{clear:both;display:table;content:""}.report-service_item{list-style:none;border-bottom:1px solid;border-color:#ddd;padding-left:25px;padding-top:15px;padding-bottom:15px}.report-service-item_block:after,.report-service_item:after{clear:both;content:"";display:table}.report-service-item_head{font-size:13px;line-height:1.54;color:#323232;cursor:pointer;float:left;position:relative}.report-service-item_head:before{width:7px;height:10px;background-image:url(../img/emp_next.svg);background-repeat:no-repeat;background-size:100%;position:absolute;top:5px;left:-17px;content:""}.report-service-item_head__active:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.report-service-item_intro{font-size:13px;line-height:1.54;color:#9b9b9b;display:inline-block;float:left;clear:both}.report-service-item-block_more{clear:both;display:none}.report-service-item-block_more__active{display:block}.report-service-item-block-more_list{list-style-type:disc;padding-left:20px}.report-kitchen-service-item-block-more_list{list-style-type:disc;padding-left:20px;margin-top:20px}.report-service-item-block-more_link{font-size:13px;line-height:1.54;color:#323232;text-decoration:none;position:relative;padding-left:20px}.report-service-item-block-more_link:before{content:"\2192";position:absolute;top:0;left:0}.report-service-item-block-more-item_introtext{font-size:13px;line-height:1.54;color:#323232}.report-service-item-block-more_print{display:inline-block;line-height:25px;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;text-decoration:none;text-align:center;box-sizing:border-box;padding:0 15px;font-size:13px;color:#323232;margin-top:15px}.guest-info_block{padding-left:40px;margin-right:30px;box-sizing:border-box;width:960px}.guest-info_data:after,.worker-info_data:after{clear:both;display:table;content:""}.guest-info-data_block{float:left}.guest-info-data_img{width:50px;height:50px;background-color:#636363;border-radius:50%;text-align:center;color:#fff;overflow:hidden}.client-block-text-name{line-height:50px;color:#fff}.human-info-data_img{width:50px;height:50px;background-color:#636363;border-radius:50%;text-align:center;color:#fff;vertical-align:middle;overflow:hidden}.guest-info-data_text{float:left;margin-left:15px;position:relative;top:3px}.guest-info-data-text_status{font-size:12px;color:#9b9b9b}.guest-info-data-text_name{font-size:15px;line-height:1.33;color:#323232}.guest-info-btn_list{margin-top:20px}.guest-info-btn_list:after{clear:both;display:table;content:""}.guest-info-btn_item{display:inline-block;float:left}.guest-info-btn_link{border-radius:2px;text-decoration:none;border:1px solid #ddd;font-size:13px;color:#474a49;display:block;text-align:center;box-sizing:border-box;margin-right:10px;padding:0 15px;line-height:25px}.guest-info-btn_link.all_guest{background-color:#f0f0f0;position:relative;padding-left:25px}.guest-info-btn_link.all_guest:before{width:5px;height:5px;border-top:1px solid #474a49;border-right:1px solid #474a49;position:absolute;top:50%;margin-top:-3px;left:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);content:""}.guest-info-btn_link.edit_guest{background-color:#fff}.guest-info_content{margin-top:50px}.guest-info-content_title{font-size:13px;line-height:1.23;color:#323232;position:relative}.guest-info-content_title:after{width:100%;height:1px;background-color:#ddd;position:absolute;right:-160px;top:8px;content:""}.guest-information-item{list-style:none;margin-top:18px}.guest-information-item:first-child{margin-top:24px}.guest-information-item:after{clear:both;display:table;content:""}.guest-information_title{color:#9b9b9b;width:115px;margin-right:75px}.guest-information_description,.guest-information_title{font-size:13px;line-height:1.23;display:block;float:left}.guest-information_description{color:#323232;width:400px}.guest-information_description__has{color:#3cbc80}.guest-info_count{margin-top:40px}.guest-info-count_text{font-size:15px;color:#323232}.documents-officer-file_block{border-radius:2px;border:1px solid #e1e1e1;width:100%;margin-top:40px;line-height:78px;padding-left:30px;box-sizing:border-box;cursor:pointer}.documents-officer-file_block input{display:none}.doc-error{font-size:15px;color:#323232;padding-left:10px;padding-top:15px;box-sizing:border-box}.documents-officer-file-block_title{font-size:15px;color:#323232;margin-top:30px;margin-left:30px}.number-table-block{width:160px;list-style:none;float:left}.number-table-block_addbtn{height:38px;border-radius:2px;background-color:#f1f0f0;border:1px solid #e1e1e1;text-align:center;padding:0 20px;font-size:15px;color:#afafaf;cursor:pointer;margin-left:15px}.number-table-block_addbtn:focus{outline:none}.new-discount_title{font-size:15px;line-height:1.33;color:#323232;margin-top:67px}.new-discount-choose-type_list{margin-top:15px;list-style:none}.new-discount-choose-type-item_cell{display:inline-block;width:160px;border-bottom:1px solid #f0f0f0;padding-bottom:15px;padding-top:15px;margin-right:25px}.new-discount-choose-type-item_cell:nth-child(2n){margin-right:0}.new-discount-choose-type-item:last-child .new-discount-choose-type-item_cell{border-bottom:none}.config-book-window_list{width:350px;list-style:none;margin-top:16px}.config-book-window-item_cell{width:160px;display:inline-block;margin-right:25px}.config-book-window-item_cell:last-child{margin-right:0}.config-book-window-savelink{line-height:36px;border-radius:2px;background-color:#3cbc80;border:1px solid #3cbc80;font-size:15px;color:#fff;text-decoration:none;display:inline-block;padding:0 20px;box-sizing:border-box;margin-top:30px;cursor:pointer}.config-book-window-savelink:focus{outline:none}.profitability-table-head_list{margin-top:25px;list-style:none}.profitability-table-head_list:after{clear:both;content:"";display:table}.profitability-table-head_item{border-bottom:1px solid #ddd;padding-bottom:15px;padding-left:10px}.profitability-table-head_item:after{clear:both;content:"";display:table}.profitability-table-head-item_text{display:inline-block;float:left;font-size:12px;color:#9b9b9b}.profitability-table-head-item_text__number{width:45px;margin-right:20px}.profitability-table-head-item_text__service{width:450px;margin-right:60px}.profitability-table-head-item_text__count-order{width:100px;margin-right:100px}.profitability-table-head-item_text__summ-complete{width:100px}.profitability-table-body_list{list-style:none}.profitability-table-body_list:after{clear:both;content:"";display:table}.profitability-table-body_item{padding:15px 0;padding-left:10px;border-bottom:1px solid #ddd}.profitability-table-body_item:after{clear:both;content:"";display:table}.profitability-table-body-item_text{display:inline-block;float:left;font-size:13px;color:#323232}.profitability-table-body-item_text__number{width:45px;margin-right:20px}.profitability-table-body-item_text__service{width:450px;margin-right:60px}.profitability-table-body-item_text__count-order{width:100px;margin-right:100px}.profitability-table-body-item_text__summ-complete{width:100px}.profitability-table-body-item_text__total{margin-left:65px;width:450px;margin-right:60px}.new-post-block{width:350px}.new-post-table_body{margin-bottom:100px}.new-post-block-name{margin-top:59px}.new-post-block_titletext,.new-post-type_sub{font-size:15px;line-height:1.33;color:#323232}.new-post-block_titletext{margin-top:40px}.new-post-table_head{border-bottom:1px solid #ddd;margin-top:30px;padding-bottom:12px;padding-left:10px}.new-post-table_head:after{clear:both;display:table;content:""}.new-post-table-head_line{list-style:none;float:left}.new-post-table-head_line:after{content:"";display:table;clear:both}.new-post-table-head-line_text{font-size:12px;color:#9b9b9b;display:inline-block;float:left}.new-post-table-head-line_text__name{width:250px}.new-post-table_body:after{content:"";display:table;clear:both}.new-post-table-body_line{list-style:none;border-bottom:1px solid #ddd;padding:15px 0;display:table;width:100%}.new-post-table-body_line:after{content:"";display:table;clear:both}.new-post-table-body-line_text{font-size:13px;color:#323232;padding-left:10px;display:table-cell;vertical-align:middle}.new-post-table-body-line_text__name{width:250px}.new-post-table-body-line_text__choice{width:250px;position:relative}.new-post-table-body-line_text__choice:after{content:"";width:11px;height:8px;position:absolute;top:5px;left:-16px;background-image:url(../img/new-post.svg);background-repeat:no-repeat;background-size:100%}.new-post-table-body-line_link{height:25px;border-radius:2px;background-color:#fff;border:1px solid #ddd;display:block;float:left;box-sizing:border-box;text-decoration:none;font-size:13px;color:#474a49;padding:3px 15px;margin-left:30px}.new-post-table-body-line_count{width:70px;border:none;border-bottom:1px solid #ddd;background-color:transparent;font-size:15px;line-height:1.33;color:#323232;margin-left:30px}.new-post-block_summ,.new-post-block_summ__hour{margin-top:60px}.transactions-sort_block{margin-top:50px;width:350px}.transactions-container-actual_info{margin-top:60px;border-bottom:1px solid #797878;padding-bottom:20px;padding-left:10px}.transactions-container-actual_info:after{display:table;content:"";clear:both}.transactions-container-actual-info_item{float:left;display:inline-block;list-style:none}.transactions-container-actual-info_item__date{width:105px;margin-right:75px}.transactions-container-actual-info_item__income{width:70px;margin-right:60px}.transactions-container-actual-info_item__debts{width:130px;margin-right:65px}.transactions-container-actual-info_title{font-size:13px;color:#323232;display:block}.transactions-container-actual-info_descrip{font-size:13px;color:#9b9b9b;display:block;margin-top:6px}.transactions-table_head{border-bottom:1px solid #ddd}.transactions-table_head:after{content:"";clear:both;display:table}.transactions-table-head_line{list-style:none;padding:15px 0 15px 10px}.transactions-table-head_line:after{content:"";clear:both;display:table}.transactions-table-head_text{float:left;display:block;font-size:13px;color:#9b9b9b}.transactions-table-head_text__name{width:350px;margin-right:75px}.transactions-table-head_text__comm{width:230px;margin-right:40px}.transactions-table-head_text__summ{width:100px;margin-right:30px;text-align:right}.transactions-table_body:after{content:"";clear:both;display:table}.transactions-table-body_line{list-style:none;padding-left:10px;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ddd}.transactions-table-body_line:after{content:"";clear:both;display:table}.transactions-table-body_text{float:left;display:inline-block;font-size:13px}.transactions-table-body_text__name{width:350px;margin-right:75px;color:#474a49}.transactions-table-body_text__namelink{width:240px;margin-right:75px;color:#474a49;text-decoration:none;border-bottom:1px solid #d8d8d8}.transactions-table-body_text__comm{width:230px;margin-right:40px;color:#9b9b9b}.transactions-table-body_text__summ{width:100px;margin-right:30px;color:#3cbc80;text-align:right}.transactions-table-body_text__check{color:#474a49}.transactions-table-body_text_listdate{font-size:13px;color:#9b9b9b}.transactions-table-body_text__notactive{color:#d0021b}.transactions-table-body_dock{font-size:13px;color:#323232;text-decoration:none}.transactions-table-body_infoblock{float:left;width:350px;margin-right:75px}.transactions-table-body-infoblock_title{font-size:13px;color:#474a49}.transactions-checklist{list-style:none}.transactions-checklist:after{content:"";clear:both;display:table}.transactions-checkitem{float:left;display:inline-block;font-size:13px;color:#474a49;position:relative;margin-right:15px}.transactions-checkitem:after{content:"\2192";position:absolute;top:0;right:-14px}.transactions-checkitem:last-child{margin-right:0}.transactions-checkitem:last-child:after{display:none}.edit-categories-container{margin-top:60px;width:960px}.edit-categories-container_headlist{list-style:none;border-bottom:1px solid #f0f0f0;padding-bottom:15px}.edit-categories-container_headlist:after{content:"";clear:both;display:table}.edit-categories-container_headitem{padding-left:20px}.edit-categories-container_headitem:after{content:"";clear:both;display:table}.edit-categories-container-headitem_text{font-size:12px;color:#9b9b9b;display:block;float:left}.edit-categories-container-headitem_text__categ{width:280px;margin-right:20px}.edit-categories-container_bodylist{list-style:none;margin-bottom:15px}.edit-categories-container_bodylist:after{content:"";clear:both;display:table}.edit-categories-container_bodyitem{padding-left:20px;border-bottom:1px solid #f0f0f0;padding:15px 0 15px 20px;position:relative}.edit-categories-container_bodyitem:after{content:"";clear:both;display:table}.edit-categories-container-bodyitem_text{font-size:13px;color:#323232;display:block;float:left;position:relative}.edit-categories-container-bodyitem_text__categ{width:280px;margin-right:20px;padding-left:23px;box-sizing:border-box}.edit-categories-container-bodyitem_text__categ:before{position:absolute;content:"";top:1px;left:0;background-image:url(../img/folder.svg);width:17px;height:14px;background-repeat:no-repeat;background-size:100%}.add-new-categories{font-size:13px;color:#21b26e;text-decoration:none;position:relative;margin-left:20px;margin-top:15px;padding-left:23px}.add-new-categories:before{position:absolute;content:"";top:1px;left:0;background-image:url(../img/active-folder.svg);width:17px;height:14px;background-repeat:no-repeat;background-size:100%}.edit-categories-container-bodyitem-menulist{position:absolute;top:50%;margin-top:-13px;right:10px;width:70px}.edit-categories-container-bodyitem-menuitem{display:inline-block;float:left;width:27px;height:27px;margin-right:15px;border-radius:50%;background-color:#cfcfcf}.edit-categories-container-bodyitem-menuitem:last-child{margin-right:0}.edit-categories-container-bodyitem-menuitem_link{display:block;width:100%;height:100%}.edit-categories-container-bodyitem-menuitem_link__save{background-image:url(../img/icon-add-folder.svg);background-repeat:no-repeat;background-position:50%}.edit-categories-container-bodyitem-menuitem_link__edit{background-image:url(../img/icon-edit.svg);background-repeat:no-repeat;background-position:50%}.accounts-container{margin-top:30px}.accounts-table_headlist{list-style:none;padding-bottom:15px;border-bottom:1px solid #ddd}.accounts-table_headlist:after{content:"";clear:both;display:table}.accounts-table_headitem{padding-left:10px}.accounts-table_headitem:after{content:"";clear:both;display:table}.accounts-table-headitem_text{display:block;float:left;font-size:13px;color:#9b9b9b}.accounts-table-headitem_text__name{width:400px;margin-right:30px}.accounts-table-headitem_text__state{width:150px;margin-right:50px}.accounts-table-headitem_text__balance{width:100px;margin-right:30px;text-align:right}.accounts-table_bodylist{list-style:none;padding-bottom:15px}.accounts-table_bodylist:after{content:"";clear:both;display:table}.accounts-table_bodyitem{border-bottom:1px solid #ddd;padding:15px 0 15px 10px}.accounts-table_bodyitem:after{content:"";clear:both;display:table}.accounts-table-bodyitem_text{display:block;float:left;font-size:13px;color:#474a49}.accounts-table-bodyitem_text__name{width:400px;margin-right:30px}.accounts-table-bodyitem_text__state{width:150px;margin-right:50px}.accounts-table-bodyitem_text__balance{width:100px;margin-right:30px;text-align:right}.table-load{background-color:#fff;width:960px!important;border-collapse:collapse}.table-head-cell_line{border-bottom:1px solid #f0f0f0}.table-head-cell_day{border-color:transparent!important;font-size:12px;border-bottom:1px solid #ddd!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.58;letter-spacing:normal;color:#323232;padding-bottom:15px!important;text-align:center}.table-load-scale_block{height:14px;border-radius:2px;font-size:13px;line-height:1.46;color:transparent;border:2px solid;border-color:transparent}.table-load-filling-cell{box-sizing:border-box;vertical-align:inherit!important;padding:15px 5px!important;border:1px solid #f0f0f0;width:130px;height:47px}.table-load-filling-cell:hover .table-load-scale_block{color:#323232;background-color:transparent!important}.table-load-scale_text{border-bottom:2px solid;border-radius:2px;display:block;width:100%;opacity:0;position:relative;top:-4px}.table-load-filling-cell:hover .table-load-scale_text{opacity:1}.table-load-filling_hour{width:45px;font-size:13px;color:#323232;padding:15px 0!important;text-align:center;border:1px solid #f0f0f0;border-left-color:transparent!important}.edit-items-block_info{margin-top:40px}.edit-items-block-info_text{font-size:15px;font-weight:500;color:#323232}.edit-items-block-binfo_subtext{font-size:15px;color:#323232;margin-top:5px}.edit-items-block_table{width:960px;overflow:hidden}.edit-items-table_headlist{list-style:none;margin-top:40px;border-bottom:1px solid #ddd;padding-bottom:15px}.edit-items-table_headlist:after{content:"";clear:both;display:table}.edit-items-table_headitem{padding-left:25px}.edit-items-table_headitem:after{content:"";clear:both;display:table}.edit-items-table-headitem_text{font-size:12px;color:#323232;display:block;float:left}.edit-items-table-headitem_text__name{width:270px;margin-right:140px}.edit-items-table-headitem_text__count{width:90px;margin-right:50px}.edit-items-table-headitem_text__unit{width:100px}.edit-items-table-headitem_link{font-size:12px;color:#9b9b9b;text-decoration:none;display:inline-block;margin-right:10px}.edit-items-table-headitem_link:last-child{margin-right:0}.edit-items-table-headitem_link__active{color:#323232}.edit-items-table_bodylist{list-style:none}.edit-items-table_bodylist:after{content:"";clear:both;display:table}.edit-items-table-bodylist_block{position:relative;list-style:none}.edit-items-table_bodyitem{border-bottom:1px solid #ddd;padding:15px 0;position:relative;clear:both}.edit-items-table_bodyitem:after{content:"";clear:both;display:table}.edit-items-table_bodyitem:last-child{border-bottom:none}.edit-items-table_bodyitem:hover .edit-items-table_editmenu{display:block}.edit-items-table_bodyitem div{margin-left:30px}.edit-items-table_bodyitem .crutch{position:absolute;bottom:-1px;height:1px;width:200px;background-color:#ddd}.edit-items-table_bodyitem .crutch.crutch-1{left:-40px}.edit-items-table_bodyitem .crutch.crutch-2{left:-80px}.edit-items-table_bodyitem .crutch.crutch-3{left:-120px}.edit-items-table_bodyitem .crutch.crutch-4{left:-160px}.edit-items-table_bodyitem .crutch.crutch-5{left:-200px}.edit-items-table_bodyitem:last-child .crutch{display:none}.edit-items-table-bodyitem_category{position:relative;padding:15px 0;border-bottom:1px solid #ddd}.edit-items-table-bodyitem_category:after{content:"";clear:both;display:table}.edit-items-table-bodyitem_category:hover .edit-items-table_editmenu{display:block}.edit-items-table-bodyitem_product{padding:15px 0}.edit-items-table-bodyitem_product:last-child{border-bottom:none;padding-bottom:0}.edit-items-table-bodyitem_product:last-child .crutch{display:none}.edit-items-table-bodyitem_product:hover .edit-items-table_editmenu{display:block}.transaction-overview-history{cursor:pointer;font-size:13px;border-bottom:1px solid #ddd;line-height:46px;padding:0 10px}.transaction-overview-history__folder{position:relative;width:600px;display:inline-block;padding-left:50px}.transaction-overview-history__folder:before{position:absolute;top:15px;left:14px;background-image:url(../img/folder.svg);background-repeat:no-repeat;background-size:100%;width:17px;height:14px;content:""}.transaction-overview-history__folder:after{content:"";background-image:url(../img/arr_slide_right.svg);background-repeat:no-repeat;background-size:100%;position:absolute;top:17px;left:0;width:7px;height:11px}.transaction-overview-history__folder__active:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.transaction-overview-history__total{width:90px;display:inline-block;text-align:right}.edit-items-table-bodyitem_text{font-size:13px;color:#474a49;display:inline-block;position:relative}.edit-items-table-bodyitem_text:before{position:absolute;top:1px;left:24px;background-image:url(../img/folder.svg);background-repeat:no-repeat;background-size:100%;width:17px;height:14px;content:""}.edit-items-table-bodyitem_text__name{cursor:pointer;width:270px;margin-right:140px;padding-left:49px}.edit-items-table-bodyitem_text__name:after{content:"";background-image:url(../img/arr_slide_right.svg);background-repeat:no-repeat;background-size:100%;position:absolute;top:2px;left:10px;width:7px;height:11px}.edit-items-table-bodyitem_text__name__active:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.edit-items-table-bodyitem_text__empty{width:270px;margin-right:140px;padding-left:49px}.edit-items-table-bodyitem_text__count{width:90px;margin-right:50px}.edit-items-table-bodyitem_text__count:before{display:none}.edit-items-table-bodyitem_text__unit{width:100px}.edit-items-table-bodyitem_text__unit:before{display:none}.edit-items-table-bodylist-level_two{position:relative;display:none;list-style:none}.edit-items-table-bodylist-level_two:after{content:"";clear:both;display:table}.edit-items-table-bodylist-level_two__active{display:block}.edit-items-table-bodylist-level_three{display:none;list-style:none;margin-top:15px;border-top:1px solid #ddd;position:relative}.edit-items-table-bodylist-level_three:after{content:"";clear:both;display:table}.edit-items-table-bodylist-level_three__active{display:block}.edit-items-table-bodylist-level_three .crutch-top{position:absolute;top:-1px;height:1px;width:200px;background-color:#ddd}.edit-items-table-bodylist-level_three .crutch-top.crutch-top-1{left:-40px}.edit-items-table-bodylist-level_three .crutch-top.crutch-top-2{left:-80px}.edit-items-table-bodylist-level_three .crutch-top.crutch-top-3{left:-120px}.edit-items-table-bodylist-level_three .crutch-top.crutch-top-4{left:-160px}.edit-items-table-bodylist-level_three .crutch-top.crutch-top-5{left:-200px}.edit-items-table-bodyitem_product{position:relative;border-bottom:1px solid #ddd}.edit-items-table-bodyitem_product:after{content:"";clear:both;display:table}.edit-items-table-bodyitem-category-text__name,.edit-items-table-bodyitem-category-text__name__noempty{width:270px;margin-right:115px;padding-left:49px;margin-left:25px;position:relative}.edit-items-table-bodyitem-category-text__name__noempty{cursor:pointer}.edit-items-table-bodyitem-category-text__name__noempty:after{content:"";background-image:url(../img/arr_slide_right.svg);background-repeat:no-repeat;background-size:100%;position:absolute;top:2px;left:10px;width:7px;height:11px}.edit-items-table-bodyitem-category-text__name__noempty__active:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.edit-items-table-bodyitem_text__productname{width:270px;margin-right:100px;padding-left:49px;margin-left:40px;position:relative;clear:both;text-decoration:none}.edit-items-table-bodyitem_text__productname:before{display:none}.edit-items-table_editmenu{position:absolute;top:50%;margin-top:-13px;right:0;display:none}.edit-items-table-editmenu-sec{float:left;display:inline-block;margin-right:15px}.edit-items-table-editmenu-sec:last-child{margin-right:0}.edit-items-table-editmenu_link{width:27px;height:27px;display:block;border-radius:50%;position:relative}.edit-items-table-editmenu_link__add{background-color:#3cbc80}.edit-items-table-editmenu_link__add:after{content:"";width:1px;height:13px;background-color:#fff;position:absolute;top:7px;left:13px}.edit-items-table-editmenu_link__add:before{content:"";width:13px;height:1px;background-color:#fff;position:absolute;top:13px;left:7px}.edit-items-table-editmenu_link__save{background-image:url(../img/icon-add-folder.svg);background-size:18px}.edit-items-table-editmenu_link__edit,.edit-items-table-editmenu_link__save{background-color:#cfcfcf;background-repeat:no-repeat;background-position:50%}.edit-items-table-editmenu_link__edit{background-image:url(../img/icon-edit.svg);background-size:13px}.moveitems-table-bodyitem_dopblock{float:left;display:none;margin-left:0}.moveitems-table-bodyitem_dopblock__active{display:block}.moveitems-table-bodyitem-dopblock_text{font-size:13px;line-height:1.23;text-align:left;color:#323232;display:block;float:left}.transactions-modal_form{position:absolute;width:830px;height:588px;background-color:#fff;display:none;top:50%;left:50%;margin-top:-294px;margin-left:-415px;z-index:5;padding:50px;box-sizing:border-box}.transactions-modal-form_title{font-size:20px;color:#474a48}.transactions-modal-form-btnlist{list-style:none;margin-top:40px}.transactions-modal-form-btnlist:after{content:"";clear:both;display:table}.transactions-modal-form-btnitem{float:left;display:inline-block}.transactions-modal-form-btnitem:not(:first-child) a{border-left:none}.transactions-modal-form-btnlink{display:block;text-decoration:none;font-size:15px;color:#9b9b9b;height:38px;background-color:#e8e8e8;border:1px solid #ddd;padding:8px 15px 0;box-sizing:border-box}.transactions-modal-form-btnlink__active{background-color:#fff;font-size:15px;color:#323232}.edit-delete_form{width:450px;height:334px;position:absolute;top:50%;left:50%;margin-top:-167px;margin-left:-225px;background-color:#fff;z-index:5;display:none}.edit-delete-form_block{display:table;width:100%;height:100%;padding:50px;box-sizing:border-box}.edit-delete-form-block_info{display:table-cell;vertical-align:middle}.edit-delete-form-block-info_title{font-size:15px;color:#323232}.edit-delete-form_deletebtn{font-size:15px;color:#d50000;line-height:38px;border-radius:2px;border:1px solid #d50000;display:block;text-align:center;background-color:#fff;padding:0 15px;margin:20px auto 0;cursor:pointer}.edit-delete-form_deletebtn:focus{outline:none}.transactions-modal-form-selectlist{margin-top:37px}.transactions-modal-form-selectlist:after{content:"";clear:both;display:table}.transactions-modal-form-select_title{font-size:12px;line-height:1.33;text-align:left;color:#9b9b9b;margin-bottom:7px}.transactions-modal-form-selectitem{list-style:none;float:left;display:inline-block;width:350px;border-bottom:1px solid #ddd;padding-bottom:3px;margin-right:30px;position:relative}.transactions-modal-form-selectitem:last-child{margin-right:0}.transactions-modal-form-select{font-size:15px;line-height:1.33;color:#323232;display:block}.transactions-modal-form-select_option{position:relative}.transactions-modal-form-select_option:after{content:"";background-image:url(../img/select-arr.svg);background-repeat:no-repeat;position:absolute;top:10px;right:0;width:10px;height:5px;background-size:100%}.transactions-modal-form-selectoption_type{width:380px;height:180px;background-color:#fff;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;position:absolute;top:30px;left:50%;margin-left:-190px;list-style:none;display:none;z-index:3}.transactions-modal-form-selectoption_type__active{display:block}.transactions-modal-form-selectoption_typeitem{font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;color:#323232;text-decoration:none;display:block}.transactions-modal-summ{width:350px;margin-top:48px}.transactions-modal-comm{margin-top:48px}.transactions-modalfile_block{margin-top:37px}.transactions-modalfile_title{font-size:13px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#323232}.transactions-modal-listlink{margin-top:30px;list-style:none}.transactions-modal-listlink:after{content:"";clear:both;display:table}.transactions-modal-itemlink{float:left;display:inline-block;margin-right:10px}.transactions-modal-itemlink:last-child{margin-right:0}.transactions-modal_link{height:38px;border-radius:2px;display:block;box-sizing:border-box;text-align:center;padding:8px 20px;text-decoration:none;font-size:15px}.transactions-modal_link__add{color:#fff;background-color:#3cbc80;border:1px solid #3cbc80}.transactions-modal_link__cancel{background-color:#fff;border:1px solid #e1e1e1;color:#474a49}.edit-items_addproduct{width:450px;height:448px;background-color:#fff;position:absolute;top:50%;left:50%;margin-top:-224px;margin-left:-225px;z-index:5;display:none;padding:50px;box-sizing:border-box}.edit-items-addproduct_title{font-size:20px;color:#474a48}.edit-items-addproduct_name{margin-top:70px}.edit-items-addproduct-choice{margin-top:25px}.edit-items-addproduct_btn{border:none;border-radius:2px;background-color:#3cbc80;border:1px solid #3cbc80;text-align:center;font-size:15px;color:#fff;padding:0 20px;height:38px;cursor:pointer}.edit-items-addproduct_btn:focus{outline:none}.edit-items-addproduct_btnlist{list-style:none;margin-top:48px}.edit-items-addproduct_btnlist:after{content:"";clear:both;display:table}.edit-items-addproduct_btnitem{float:left;display:inline-block;margin-right:10px}.edit-items-addproduct_btnitem:last-child{margin-right:0}.edit-items-addproduct_link{display:block;text-decoration:none;box-sizing:border-box;height:38px;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;font-size:15px;color:#474a49;padding:8px 20px}.edit-items-modal-form{position:fixed;top:50%;left:50%;width:450px;height:396px;margin-top:-198px;margin-left:-225px;padding:50px;box-sizing:border-box;background-color:#fff;z-index:5;display:none}.edit-items-modal-form_title{font-size:20px;color:#474a48}.edit-items-modal_name{margin-top:70px}.edit-items-modal-form_group{margin-top:25px}.edit-items-modal-form_list{list-style:none;margin-top:48px}.edit-items-modal-form_list:after{clear:both;display:table;content:""}.edit-items-modal-form_item{float:left;margin-right:10px}.edit-items-modal-save{font-size:15px;color:#fff;height:38px;border:1px solid;border-color:#3cbc80;padding:0 20px;border-radius:2px;background-color:#3cbc80;cursor:pointer;box-sizing:border-box}.edit-items-modal-save:focus{outline:none}.edit-items-modal-close{text-decoration:none;line-height:36px;font-size:15px;color:#474a49;padding:0 20px;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;display:block;box-sizing:border-box}.add-items-modal-form{position:fixed;top:50%;left:50%;width:450px;height:480px;margin-top:-240px;margin-left:-225px;padding:50px;box-sizing:border-box;background-color:#fff;z-index:5;display:none}.dz-preview{display:none!important}.documents-officer-file_block{font-size:15px;color:#323232}.rezerve-form_guest_data{margin-top:64px}.rezerve-form_guest_cartnumber{margin-top:46px}.rezerve-form_guest_datalist{margin-top:47px;list-style:none}.rezerve-form_guest_datalist:after{clear:both;content:"";display:table}.rezerve-form_guest_dataitem{width:160px;display:inline-block;float:left;margin-right:30px}.rezerve-form_guest_dataitem:last-child{margin-right:0}.rezerve-form_guest_birth{margin-top:46px}.rezerve-form_guest_group{margin-top:27px}.rezerve-form_guest-text{font-size:15px;line-height:1.33;color:#9b9b9b;margin-top:29px}.rezerve-form-guest-addcartlist{list-style:none;margin-top:27px}.rezerve-form-guest-addcartlist:after{clear:both;content:"";display:table}.rezerve-form-guest-addcartitem{display:inline-block;float:left;margin-right:10px}.rezerve-form-guest-addcartitem:last-child{margin-right:0}.rezerve-form_guest-addcart{height:38px;background-color:#3cbc80;color:#3cbc80;border-radius:2px;border:1px solid;border-color:#3cbc80;font-size:15px;padding:0 20px;color:#fff;box-sizing:border-box;cursor:pointer}.rezerve-form_guest-addcart:focus{outline:none}.rezerve-form_guest-cancel{line-height:36px;border-radius:2px;background-color:#fff;border:1px solid #e1e1e1;padding:0 20px;box-sizing:border-box;font-size:15px;color:#474a49;text-decoration:none;display:block}.add-new-guest-form_socnetwork{margin-top:68px}.add-new-guest-form-socnetwork_title{font-size:15px;color:#323232}.add-new-guest-form_socnetwork_block{margin-top:45px}.attendance-table{margin-top:80px;border-collapse:collapse;width:100%}.attendance-head-table-list{border-bottom:1px solid #ddd}.attendance-head-table-item{font-size:15px;font-weight:500;color:#323232;padding-bottom:25px;text-align:left}.attendance-head-table-item__period{width:225px;padding-left:10px}.attendance-head-table-item__client{padding-left:20px}.attendance-body-table-item{border:1px solid #ddd;color:#323232;font-size:13px;padding:15px 0}.attendance-body-table-item__period{border-left:none;padding-left:10px}.attendance-body-table-item__client{border-right:none;padding-left:20px}.attendance-body-table-item-text__weekend{color:#c2202a}#tree{width:100%;max-width:960px}.warehousegoods-table{border-collapse:collapse;width:100%;border-top:1px solid #ddd;margin-top:15px}.warehousegoods-table-list{border-bottom:1px solid #ddd}.warehousegoods-table-list:after{clear:both;display:table;content:""}.warehousegoods-table-item{font-size:13px;color:#323232;padding:15px 0}.warehousegoods-table-item__name{width:300px;margin-right:65px}.warehousegoods-table-item__count{width:150px;margin-right:50px}.warehousegoods-divide-list{border-top:1px solid #ddd;margin-top:15px}.warehousegoods-divide{font-size:13px;color:#323232;position:relative;padding-top:15px}.warehousegoods-divide_subgroup{cursor:pointer;padding-left:45px;position:relative}.warehousegoods-divide_subgroup:before{top:1px;left:24px;background-image:url(../img/folder.svg);width:17px;height:14px}.warehousegoods-divide_subgroup:after,.warehousegoods-divide_subgroup:before{position:absolute;background-repeat:no-repeat;background-size:100%;content:""}.warehousegoods-divide_subgroup:after{background-image:url(../img/arr_slide_right.svg);top:2px;left:10px;width:7px;height:11px}.owl-item:last-child{margin-right:0!important}.owl-nav{position:absolute;top:5px;width:100%}.owl-prev{float:left;color:transparent;background-image:url(../img/choice-table-arr.svg);background-repeat:no-repeat;background-size:100%;width:8px;height:14px;-webkit-transform:rotate(180deg);transform:rotate(180deg);position:relative;z-index:4}.owl-prev.disabled{display:none}.owl-next{float:right;color:transparent;background-image:url(../img/choice-table-arr.svg);background-repeat:no-repeat;background-size:100%;width:8px;height:14px;position:relative;z-index:4}.owl-next.disabled{display:none}.owl-carousel .owl-stage-outer{z-index:1;top:1px}.report-notcard-head_list:after{clear:both;display:table;content:""}.guest-table_list{margin-bottom:50px}.guest-table-info_cart_visit{font-size:13px;color:#323232}.report-notcard-head_item{padding-bottom:15px;border-bottom:1px solid #ddd;padding-left:10px}.report-notcard-head_item:after{clear:both;display:table;content:""}.report-notcard-head-item_text{display:inline-block;float:left;font-size:12px;color:#9b9b9b}.report-notcard-head-item_text__number{width:50px;margin-right:50px}.report-notcard-head-item_text__name{width:150px;margin-right:50px}.report-notcard-head-item_text__date{width:200px;margin-right:50px}.report-notcard-head-item_text__table{width:50px;margin-right:50px}.report-notcard-head-item_text__summ{width:100px;margin-right:50px}.report-notcard-head-item_text__count{width:100px}.report-notcard-body_list:after{clear:both;display:table;content:""}.report-notcard-body_item{padding:15px 0;padding-left:10px;border-bottom:1px solid #ddd}.report-notcard-body_item:after{clear:both;display:table;content:""}.report-notcard-body-item_text{font-size:13px;color:#323232;display:inline-block;float:left}.report-notcard-body-item_text__number{width:50px;margin-right:50px}.report-notcard-body-item_text__name{width:150px;margin-right:50px}.report-notcard-body-item_text__date{width:200px;margin-right:50px}.report-notcard-body-item_text__table{width:50px;margin-right:50px}.report-notcard-body-item_text__summ{width:100px;margin-right:50px}.report-notcard-body-item_text__count{width:100px}.js-print-check{cursor:pointer;font-size:15px;color:#323232;padding:0 20px;line-height:36px;text-align:center;border-radius:2px;background-color:#fff;border:1px solid #ddd;text-decoration:none;display:inline-block;float:left;box-sizing:border-box;margin-left:10px}.report-content-block-smena{margin-top:30px}.report-content-block-smena:first-child{margin-top:0}.print-report-block{display:none}.table-head-list:after{clear:both;content:"";display:table}.table-head-item{padding-bottom:15px;border-bottom:1px solid #ddd}.table-head-item:after{clear:both;content:"";display:table}.table-head-item_text{display:inline-block;float:left;font-size:12px;color:#9b9b9b}.table-head-item_text__check{width:50px;margin-right:25px}.table-head-item_text__name{width:250px;margin-right:50px}.table-head-item_text__descrip,.table-head-item_text__order{width:150px;margin-right:25px}.table-head-item_text__condition{width:150px;margin-right:50px}.table-body-list:after{clear:both;content:"";display:table}.table-body-item{padding:15px 0;border-bottom:1px solid #ddd}.table-body-item:after{clear:both;content:"";display:table}.table-body-item_text{display:inline-block;float:left;font-size:13px;color:#323232}.table-body-item_text__check{width:50px;margin-right:25px}.table-body-item_text__name{width:250px;margin-right:50px}.table-body-item_text__descrip{width:150px;margin-right:50px}.table-body-item_text__order{width:150px;margin-right:25px}.table-body-item_text__condition{width:150px;margin-right:50px}.b-st_base-btn_js{font-size:15px;color:#fff;line-height:36px;text-decoration:none;border:1px solid;border-color:#3cbc80;padding:0 20px;border-radius:2px;background-color:#3cbc80;cursor:pointer;display:inline-block;margin-right:10px}.edit-services-check-block{margin-top:25px;display:inline-block}.edit-services-check-block__wide{width:320px}.updating-block{padding:50px;box-sizing:border-box}.updating-block-info{width:960px;margin-bottom:25px}.updating-block-info:last-child{margin-bottom:0}.updating-block-info-title{font-size:20px;color:#323232}.updating-block-info-list{margin-top:10px}.updating-block-info-item{font-size:13px;color:#323232}.storehouse-list{padding-bottom:15px;border-bottom:1px solid #ddd;padding-left:53px}.storehouse-list:after{clear:both;content:"";display:table}.storehouse-item{float:left;font-size:12px;color:#9b9b9b}.stokehouse-block{margin-top:40px;overflow:hidden}.stokehouse-item-text-count{font-size:13px;color:#474a49}.stokehouse-item-text-count,.storehouse-item{display:inline-block;width:100px;margin-right:25px;text-align:center}.storehouse-item__group{width:250px;margin-right:170px}.salary-worker-personality_block{margin-top:60px}.dop-block-employee{display:none}.dop-block-employee__active{display:block}.question-modal-from{background-color:#fff;position:fixed;width:830px;max-height:550px;top:50%;margin-top:-275px;left:50%;margin-left:-415px;z-index:6;display:none;padding:50px;box-sizing:border-box}.question-modal-from_title{font-size:20px;color:#474a48}.question-modal-list{margin-top:70px;list-style:none}.question-modal-list:after{clear:both;content:"";display:table}.question-modal-item{float:left;width:350px;margin-right:30px}.question-modal-item:last-child{margin-right:0}.question-modal-problem,.question-modal-theme{margin-top:47px}.question-modal-file{margin-top:37px}.question-modal-file-title{font-size:13px;line-height:1.54;color:#323232}.question-modal-file-text{font-size:13px;line-height:32px;color:#9b9b9b;margin-left:15px;border:none;margin-top:7px;background-color:transparent}.question-modal-btn_list{margin-top:30px}.question-modal-btn_list:after{clear:both;content:"";display:table}.question-modal-btn_item{float:left;display:inline-block}.question-modal-send{border-radius:2px;line-height:38px;background-color:#3cbc80;padding:0 20px;text-align:center;border:none;font-size:15px;color:#fff;margin-right:10px;cursor:pointer}.question-modal-send:focus{outline:none}.question-modal-close{line-height:36px;border-radius:2px;background-color:#fff;border:1px solid #ddd;font-size:15px;color:#474a49;text-decoration:none;text-align:center;display:block;box-sizing:border-box;padding:0 20px;margin-left:10px}.transactions-type-list{position:relative}.transactions-type-list:after{content:"";clear:both;display:table}.transactions-type-item{float:left;display:inline-block}.transactions-type-item:first-child{margin-right:20px}.transactions-type-item__right{float:right}.transactions-check-title{font-size:12px;line-height:1.33;color:#9b9b9b;margin-bottom:4px}.transactions-type-categoty{width:360px}.transactions-check-block{width:160px;border-bottom:1px solid #ddd;padding-bottom:5px;position:relative}.transactions-check-block:after{position:absolute;bottom:10px;right:0;background-image:url(../img/sel_arr.svg);content:"";background-repeat:no-repeat;width:10px;height:5px;background-size:100%}.transactions-check-type{font-size:15px;line-height:1.33;color:#323232;display:block;cursor:pointer}.transactions-check-type_checkbox{display:none}.transactions-check-type_list{background-color:#fff;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;position:absolute;left:50%;margin-left:-95px;height:160px;box-sizing:border-box;overflow:auto;width:190px;padding-top:10px;padding-bottom:10px;display:none}.transactions-check-type_list::-webkit-scrollbar{width:5px;background-color:#f0f0f0}.transactions-check-type_list::-webkit-scrollbar-thumb{background-color:#9b9b9b}.transactions-check-type_list__active{display:block}.transactions-check-type_item{padding:6px 0 6px 15px}.transactions-check-type_item:hover{background-color:#f0f0f0}.checkbox-custom{position:relative;width:16px;height:16px;border-radius:2px;border:1px solid #e0e0e0}.checkbox-custom,.transactions-check-type-label_title{display:inline-block;vertical-align:middle;font-size:15px;line-height:1.33;color:#323232;cursor:pointer}.transactions-check-type-label_title{width:130px}.transactions-check-type_checkbox:checked+.checkbox-custom{border:1px solid #3cbc80}.transactions-check-type_checkbox:checked+.checkbox-custom:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#3cbc80;background-image:url(../img/check.svg);background-repeat:no-repeat;background-position:50%}.transactions-form-cell_list{height:150px;box-sizing:border-box;overflow:auto}.transactions-final-summ-list{list-style:none;margin-top:50px;position:relative}.transactions-final-summ-list:after{content:"";clear:both;display:table}.transactions-final-summ-item{display:inline-block;float:left;margin-right:25px}.transactions-final-summ-item:last-child{position:relative;top:6px}.transactions-final-summ-item_number{font-size:20px;color:#323232;margin-bottom:5px}.transactions-final-summ-item_number__litt{font-size:15px}.transactions-final-summ-item_text{font-size:13px;color:#9b9b9b}.booking-time-left-block{width:50px;height:100%;position:fixed;
  /* top: 290px; */background-color:#fff;border-collapse:collapse}.booking-table{overflow:hidden;height:calc(100% - 86px);margin-left:40px}.booking-table-timeline{float:left;width:50px;margin-top:110px;position:relative;overflow:hidden;height:100%}.booking-main-table-content{position:relative}.booking-table-main-bigcontent{height:100%;overflow:auto}.booking-table-name-content{float:left;width:calc(100% - 50px);height:calc(100% - 110px)}.booking-main-table-name{overflow:hidden}@media print{.report-shift-head-item_comm{margin-right:75px}.report-shift-body_line{display:inline-block}.report-shift-body-item__summfine,.report-shift-body-item_comm,.report-shift-head-item_summfine{margin-right:75px}.salary-worker-personality_photo{display:none}.salary-worker-personality_info{margin-left:0}.print-report-block{display:block;margin-top:50px;font-size:18px}.guest-table-info-evidence_block,.guest-table-info_item__check{display:none}.guest-table-info-evidence_info{padding-left:0}.guest-table-info_item__cart-number,.guest-table-info_item__category{padding-right:25px}.report-notcard-body-item_text__count,.report-notcard-body-item_text__date,.report-notcard-body-item_text__name,.report-notcard-body-item_text__number,.report-notcard-body-item_text__summ,.report-notcard-body-item_text__table,.report-notcard-head-item_text__date,.report-notcard-head-item_text__name,.report-notcard-head-item_text__number,.report-notcard-head-item_text__summ,.report-notcard-head-item_text__table{margin-right:15px}.salary-worker_content{margin-top:25px}.profitability-table-body-item_text__service,.profitability-table-head-item_text__service{width:250px}.report-shift-body_item,.report-shift-head-item_summ{padding-right:50px}.guest-table-info-item__evidence,.guest-table-info_item__category,.guest-table-info_item__comment{padding-right:15px}}@media (max-width:1280px){.booking-main-b_btn,.booking-main_head{display:none}.booking-main{padding-top:30px}.booking-main-desk-list{margin-top:0;background-color:#f9f9f9;margin-bottom:0;padding-bottom:10px}.booking-main-desk_item div{width:100%;border-radius:0}.booking-main-desk_item div.booking-main-desk_item__active{border-radius:0}.bx-wrapper{max-width:100%!important;width:100%;margin:0 auto}.bx-wrapper .bx-viewport{box-shadow:inset 0 0 10px hsla(0, 0%, 98%, 0);border:none;left:0;background:#fff;-webkit-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-pager{display:none}.bx-wrapper .bx-controls-direction a.disabled{display:block}.bx-wrapper .bx-controls-direction a{width:8px;height:14px;margin-top:-7px}.bx-wrapper .bx-next{right:10px;background:url(../img/arr_slide_right.svg) no-repeat 0 0;background-size:100%}.bx-wrapper .bx-prev{right:10px;background:url(../img/arr_slide_left.svg) no-repeat 0 0;background-size:100%}.bx-wrapper .bx-next:hover{background-position:0 0}}@media (max-width:1250px){.nav_list_landscape{display:none;background-color:#fff;width:205px;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;position:absolute;top:30px;left:0}.w-nav-item_link__landscape{display:inline-block}.layout-landscape:hover .nav_list_landscape{display:block}.nav_list_landscape>.w-nav_item{margin-right:0;text-align:left;padding:5px 0 5px 20px;display:block;border-left:1px solid transparent}.nav_list_landscape>.w-nav_item:hover{background-color:#f0f0f0;border-left:1px solid #323232}.nav_list_landscape>.w-nav_item .w-nav-item_link_js{color:#323232;display:inline-block;width:100%;padding:0}.nav_list_landscape>.w-nav_item .nav_list_inner-list{top:20px}}.w-nav-item_link_js:hover{color:#323232;border-bottom:1px solid #323232}@media (max-width:1010px){.nav_list_portrait{display:none;background-color:#fff;width:205px;box-shadow:0 3px 7px 0 rgba(0, 0, 0, .12);border:1px solid #e1e1e1;position:absolute;top:30px;left:0}.nav_list_landscape{display:block;background-color:inherit;width:inherit;box-shadow:inherit;border:inherit;position:inherit;top:inherit;left:inherit}.w-nav-item_link__portrait{display:inline-block}.w-nav-item_link__landscape{display:none}.layout-portrait:hover .nav_list_portrait{display:block}.nav_list_portrait>.w-nav_item{margin-right:0;display:block;padding:5px 0 5px 20px;border-left:1px solid transparent}.nav_list_portrait>.w-nav_item:hover{background-color:#f0f0f0;border-left:1px solid #323232}.nav_list_portrait>.w-nav_item .w-nav-item_link_js{color:#323232;display:inline-block;width:100%;padding:0}.nav_list_portrait>.w-nav_item .nav_list_inner-list{top:20px}}.period_picker_max_min{display:none!important}.demo-container{box-sizing:border-box;width:850px;height:450px;margin-top:35px}.demo-placeholder{width:100%;height:100%;font-size:14px;line-height:1.2em}.legend table{border-spacing:5px}.product-storage-review__block{width:40px}.product-storage-review__block.x2{width:80px}.product-storage-review__block.x3{width:120px}.product-storage-review__block.x4{width:160px}.product-storage-review__block.x5{width:200px}.product-storage-review__link{font-size:13px;color:#474a49}.product-storage-review__category{position:relative;padding-left:50px;cursor:pointer}.product-storage-review__category:before{position:absolute;top:1px;left:24px;background:url(../img/folder.svg) no-repeat;background-size:100%;width:17px;height:14px;content:""}.product-storage-review__category:after{position:absolute;top:0;left:10px;width:10px;height:15px;background-size:100%;background:url(../img/arr_slide_right.svg) no-repeat;content:""}.product-storage-review__category.active:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.notice-message-c{margin-top:40px;border:1px solid #00bc82;background-color:rgba(0, 188, 130, .15);color:#444;padding:10px 15px;display:inline-block}.notice-message-c a{color:#444;text-decoration:underline}.notice-message-c a:hover{text-decoration:none}.days{overflow:auto}.days .day{float:left;margin-right:5px;border:1px solid #efefef;border-radius:3px;height:20px;width:20px;text-align:center;line-height:20px}.days .day.disabled{color:#efefef}.modal{bottom:0;left:0;right:0;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:fixed;z-index:5;display:none}.modal.is-active{display:-webkit-box;display:-ms-flexbox;display:flex}.modal .modal-content{padding:20px 40px;background:#fff;width:345px;margin:0 auto;max-height:calc(100vh - 40px);overflow:auto;position:relative}.modal .modal-content__title{text-align:center;font-size:20px;color:#474a48;padding:10px 0 30px}.modal .modal-content__message{text-align:center;margin-bottom:40px;font-size:14px;color:#686868;line-height:19px}.modal .modal-content img{max-width:100px}.modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background:rgba(0, 0, 0, .6)}.rates-page-main-content ul.rates-facilities-list{margin-top:20px}@media screen and (min-width:768px){.rates-page-main-content ul.rates-facilities-list{margin-top:10px}.rates-page-main-content .colored-rates-wrapper{overflow-x:scroll!important;width:calc(100vw - 700px);max-width:915px}}.error-page-rate-background{background:url(/static/img/rates_screen.png) no-repeat;-ms-background-position-x:left;background-position-x:left;opacity:.2;-webkit-filter:blur(2px);filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');filter:blur(2px);height:calc(100vh - 52px);position:relative;top:52px}@media screen and (min-width:1280px){.error-page-rate-background{-ms-background-position-x:center;background-position-x:center}}.error-page-rate-content{z-index:8;width:280px;padding:40px;background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-sizing:border-box;border:1px solid #eee;text-align:center;box-shadow:0 0 10px #eee}@media screen and (min-width:768px){.error-page-rate-content{width:450px}}.error-page-rate-content__link{font-size:15px;color:#fff;line-height:36px;text-decoration:none;border:1px solid;border-color:#3cbc80;padding:0 20px;border-radius:2px;background-color:#3cbc80;cursor:pointer;display:inline-block;margin-right:10px;margin-top:33px}.error-message{position:relative;margin-left:40px;padding:12px 20px;padding:.75rem 1.25rem;max-width:60%;margin-bottom:16px;margin-bottom:1rem;border-radius:.25rem;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.chose-which-transactions{width:100%;margin-top:15px}.chose-transactions,.chose-which-transactions{display:-webkit-box;display:-ms-flexbox;display:flex}.chose-transactions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:15px}.transaction-alert{position:relative;margin-bottom:16px;margin-bottom:1rem;border-radius:.25rem;border:1px solid transparent}.transaction-alert--paid{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.transaction-alert--non-paid{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.disable-sorting:hover,.guest-table-head_text__NONE:hover{cursor:pointer}