/*start basic*/
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 999999999px;
    margin: 0;
    padding: 0;
}
*:focus
{
    outline: none;
}
.wrapper *
{
    max-width: 100%;
}
html
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
html,
body
{
    overflow-x: hidden;

    width: 100%;
    max-width: 100%;
    min-height: 100%;

    color: #000;
}
body
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;

    background: #fff;
}
p
{
    padding-bottom: 10px;

}
li
{
    padding-bottom: 4px;
}
.wrapper input,
.wrapper select
{
    font-size: 1.2rem;

    position: relative;

    width: 100%;
    padding: .8rem 1rem;

    text-align: center;

    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.wrapper input[type='text'],
.wrapper input[type='number'],
.wrapper input[type='password'],
.wrapper input[type='tel'],
.wrapper textarea,
.wrapper select
{
    -webkit-appearance: none;
}
.wrapper input:disabled
{
    border: 1px solid #e0e0e0;
}
.wrapper select:not(.multiple)
{
    padding-right: 1.8rem;

    background-color: #fff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' class=\'cls-1\' d=\'M8,0L4.141,6.993,0.012,0.156Z\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: right .8125rem center;
}
.wrapper a,
.menu-fly a
{
    color: #612ef7;
}
.ta-c
{
    text-align: center;
}
.wrapper .btn
{
    font-size: 18px;
    line-height: 1.24;

    display: inline-block;
    overflow: hidden;

    width: auto;
    min-width: 224px;
    padding: .625rem 1rem;

    cursor: pointer;
    text-align: center;
    vertical-align: top;
    text-decoration: none;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50rem;
    background-color: transparent;

    -webkit-appearance: none;
}
.wrapper .btn-grey
{
    color: #ccc;
    border-width: 1px;
    border-color: #ccc;
}
.wrapper .btn-lilac
{
    border-color: #612ef7;
    background: #612ef7;
}
.wrapper .btn.active
{
    color: #fff;
    border-color: #612ef7;
    background: #612ef7;
}
.form__label
{
    padding: 0 0 8px;
}
.form__control
{
    position: relative;

    width: 100%;
    margin-bottom: 1rem;
}
.form__btn-control.form__btn-control-empty
{
    height: 0!important;
    margin-bottom: 0!important;
}
.form__control.form__btn-control
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__control.form__group-title
{
    width: 15.125rem;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.group-control--delete
{
    width: 20px;
    height: 20px;
    margin-right: 1rem;

    background: url(/assets/img/elements/delete.png) 50% 50% no-repeat;
}
.group-control__item
{
    width: 20px;
    height: 20px;
    margin-right: 1rem;

    cursor: pointer;
}
.group-control--in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -1rem;
}
.form__row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -1rem;
}
.form__row .form__control
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 1rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.symbol
{
    font-size: 1.6rem;
    font-weight: 600;

    color: #612ef7;
}
.wrapper .form__control-symbol input[type='text'],
.wrapper .form__control-symbol input[type='number']
{
    padding-right: 2rem;
}
.form__control-signature
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    border-radius: 4px;
}
.wrapper .form__control-signature input
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form__control--signature--inp
{
    width: 100%;
}
.form__control--signature--txt
{
    width: 4rem;
    text-align: center;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0 4px 4px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.form__control-symbol-in
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 1.5rem 0 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_footer
{
    padding: .8rem 0 0;
}
.wrapper h1
{
    font-size: 1.5rem;

    padding: 0 0 .5rem;
}
.wrapper h2
{
    font-size: 1.3rem;

    padding: 1.1rem 0;
}
.wrapper h3
{
    font-size: 1.1rem;

    padding: 0 0 1rem;
}
.wrapper h2:first-child,
.wrapper h3:first-child
{
    padding-top: 0;
}
.bbs-dashed
{
    border-bottom-style: dashed!important;
}
.wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.container
{
    width: 100%;
    padding: 0 .8rem;
}
.container p
{
    line-height: 1.8;
}
.container ul
{
    padding-bottom: 10px;
    padding-left: 20px;
}
.bottom-back
{
    padding: 1.5rem 0 0 ;
}
.bottom-back:first-child
{
    padding-top: 0;
}
.bottom-back__link
{
    font-weight: 600;

    text-decoration: none;
}
.add-this
{
    width: 4rem;
    height: 4rem;
    margin: 1rem 0;

    border-radius: 50rem;
    background: url(/assets/img/elements/calculating__add-this.png) 50% 50% no-repeat #612ef7;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.add-this-txt
{
    font-weight: 600;

    padding: 1rem 0 0;

    color: #612ef7;
}
.input-checkbox__input
{
    display: none;
}
.input-checkbox__span
{
    display: inline-block;

    width: 24px;
    height: 24px;

    cursor: pointer;

    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.input-checkbox__input:checked + .input-checkbox__span
{
    background-image: url(/assets/img/elements/checkbox.png);
}
.input-checkbox__label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 14px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.input-checkbox
{
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.js-errors
{
    color: #612ef7;
}
.control__bottom
{
    padding: 1rem 0;

    text-align: center;
}
.wrapper textarea
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;

    width: 100%;
    padding: .8rem 1rem;

    border: none;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.tc-lilac
{
    color: #612ef7;
}
/*end basic*/

.chromeperfectpixel-overlay
{
    width: auto!important;
    height: auto!important;
}

/*start page-auth*/
.page-auth
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block-auth
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin: 0 -5rem 2rem;
    padding: 1.5rem 5rem 2.5rem;

    text-align: center;

    border-radius: 0 0 50rem 50rem;
    background: #612ef7;
    -webkit-box-shadow: 0 0 20px 0 rgb(97, 46, 247);
            box-shadow: 0 0 20px 0 rgb(97, 46, 247);

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-auth .js-errors
{
    color: #fff;
}
.block-auth__in
{
    width: 320px;
    margin: 0 auto;
    padding: 0 .8rem;
}
.block-auth__title
{
    font-size: 1.75rem;
    font-weight: 600;

    padding: 0 0 2.6rem;

    color: #fff;;
}
.block-auth__forgotten-item
{
    padding-top: 1rem;
}
.block-auth a
{
    text-decoration: none;

    color: #fff;
    border-bottom: 1px #fff solid;
}
.block-auth__forgotten
{
    padding: 1rem 0;
}
/*end page-auth*/

/*start copyright*/
.copyright
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 1rem 1rem 2.5rem;

    text-align: center;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*end copyright*/

/*start header*/
.header
{
    margin: 0 0 1.8rem;
    padding: .8rem .8rem 1rem;

    color: #fff;
    border-radius: 0 0 1.25rem 1.25rem;
    background: #612ef7;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.header__title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__control
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -1rem;
    padding: .3rem 0;
}
.header__back-this
{
    display: block;

    width: 1.5rem;
    height: 1.5rem;

    background: url(/assets/img/elements/back.png) 50% 50% no-repeat;
}
.header__dot-this
{
    position: relative;
    z-index: 3;

    width: 1.5rem;
    height: 1.5rem;

    cursor: pointer;

    background: url(/assets/img/elements/dot.png) 50% 50% no-repeat;
}
.header__control-item
{
    width: 50%;
    padding: 0 1rem 0 0;
}
.header__dot
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__dot-list
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    overflow: hidden;

    max-width: none;
    margin: -.5rem -1rem 0 0;
    padding: 1.2rem 5.2rem 1.24rem 1.8rem;

    color: #000;
    border-radius: 1.25rem 0 0 1.25rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.header__dot-item-in
{
    text-decoration: underline;
    color: #612ef7;
}
.header__status
{
    padding: .5rem 0;
}
.header__status-this
{
    display: inline;

    cursor: pointer;
    text-transform: uppercase;

    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
.visible .header__dot-list
{
    display: block!important;
}
.header__dot-item
{
    font-size: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 1.625rem;
    margin: 0 0 .43rem;
    padding: .1rem 0 .1rem 2.45rem;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background-repeat: no-repeat;
    background-position: 0 50%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.visible .header__dot-this
{
    background-image: url(/assets/img/elements/dots-black.png);
}
.header__dot-copy
{
    background-image: url(/assets/img/elements/copy.png);
}
.header__dot-edit
{
    background-image: url(/assets/img/elements/edit.png);
}
.header__dot-delete
{
    background-image: url(/assets/img/elements/delete.png);
}
/*end header*/

/*start breadcrumbs*/
.breadcrumbs__ul
{
    font-size: .88rem;

    padding: 0 0 .3rem;

    list-style: none;
}
.breadcrumbs__li
{
    display: inline;
}
.wrapper .breadcrumbs__link
{
    text-decoration: none;

    color: #fff;
}
.breadcrumbs__link:hover
{
    text-decoration: underline;
}
.breadcrumbs__separator
{
    padding: 0 2px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.edit
{
    width: 1.5rem;
    height: 1.5rem;

    cursor: pointer;

    background: url(/assets/img/elements/edit.png) 50% 50% no-repeat;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.save
{
    width: 1.5rem;
    height: 1.5rem;

    cursor: pointer;

    background: url(/assets/img/elements/save.png) 50% 50% no-repeat;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
/*end breadcrumbs*/

/*start search*/
.search
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 0 2rem;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.search__out
{
    position: relative;

    width: 64rem;
}
.search__in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.search__form
{
    position: relative;

    width: 100%;
}
.wrapper .search__input
{
    padding-left: 50px;

    text-align: left;

    -webkit-box-shadow: none;
            box-shadow: none;
}
.wrapper .search__btn
{
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 100%;

    cursor: pointer;
    text-indent: 500px;

    background: url(/assets/img/elements/search-btn.png) 50% 50% no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.search-by-date
{
    overflow: hidden;

    width: 58px;

    cursor: pointer;

    border-radius: 6px 0 0 6px;
    background: url(/assets/img/elements/search-by-date.png) 50% 50% no-repeat #f3f3f3;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
/*end search*/

/*start statuses*/
.statuses
{
    padding: 0 0 2rem;
}
.statuses__in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;

    padding: 0 .0625rem .0625rem 0;
}
.statuses .btn
{
    min-width: 0;
    margin-right: .8rem;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
/*end statuses*/

/*start listing*/
.listing
{
    position: relative;

    width: 64rem;
    margin: 0 auto;
    padding: 0 0 1rem;
}
.listing__past_date
{

}
.listing__past_date:hover
{

}
.listing__letter-this
{
    padding: 0 0 .5rem;

    color: #666;
}
.listing__letter-fly
{
    font-size: 2rem;
    font-weight: 600;
    line-height: 4.375rem;

    position: absolute;
    top: .8rem;
    left: .8rem;

    width: 4.375rem;
    height: 4.375rem;

    text-align: center;

    color: #fff;
    border-radius: 50rem;
    background: #612ef7;
}
.listing__link
{
    text-decoration: none;

    color: #000;
}
.listing__letter-fly.visible
{
    display: block!important;
}
.listing__element
{
    margin: 0 0 .5rem;
    padding: .6rem 1rem;

    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.listing__title
{
    font-size: 1.125rem;
    line-height: 1.4;
}
.listing__bottom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -1rem;
    padding: .4rem 0 .5rem;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.listing__status
{
    position: relative;

    padding: 0 1rem 0 0;
}
.listing__status-btn
{
    display: inline;

    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;

    color: #612ef7;
    border-bottom: 1px #612ef7 dashed;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.listing__status-close
{
    position: absolute;
    top: .5rem;
    right: .5rem;

    width: .875rem;
    height: .875rem;

    cursor: pointer;

    background: url(/assets/img/elements/close.png) 50% 50% no-repeat;
}
.listing__status-list
{
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: none;

    max-width: none;
    margin: .1rem 0 0;
    padding: 1.25rem .5rem 0;
    background: #fff;

    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);

            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);

    min-width: 165px;
}
.listing__status.view .listing__status-list
{
    display: block;
}
.listing__status-item
{
    padding: 0 0 .75rem;
}
.listing__status-item > .listing__status-this
{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
.listing__status-this
{
    cursor: pointer;
}
.listing__status-item.active .listing__status-this
{
    color: #612ef7;
    border-bottom: 1px #612ef7 dashed;
}
.listing__name
{
    font-size: 14px;

    width: 100%;
    padding: 0 1rem 0 0;

    text-align: right;

    color: #d5d5d5;
}
.listing__date
{
    font-size: 14px;

    padding: .4rem 0 .5rem;
}
/*end listing*/

/*start panel*/
.panel
{
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 1rem .8rem;

    color: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    background: #612ef7;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    z-index: 100;
}
.panel__in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.panel__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 20%;
    padding: 0 .5rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.panel__item-this
{
    position: relative;

    width: 1.3125rem;
    height: 1.3125rem;

    cursor: pointer;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.panel__count
{
    font-size: 13px;

    position: absolute;
    top: -10px;
    right: -20px;

    min-width: 20px;
    max-width: none;
    padding: 2px 4px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    color: #fff;
    border-radius: 50rem;
    background: #f00;
}
.panel-measurings
{
    background-image: url(/assets/img/elements/panel-measurings.svg);
}
.fil0
{
    fill: #fff;
    fill-rule: nonzero;
}
.panel-archive
{
    background-image: url(/assets/img/elements/panel-archive.svg);
}
.panel-users
{
    background-image: url(/assets/img/elements/panel-users.svg);
}
.panel-menu
{
    background-image: url(/assets/img/elements/panel-menu.svg);
}
.panel-add
{
    position: absolute;
    top: -2.5rem;

    overflow: hidden;

    width: 3.75rem;
    max-width: none;
    height: 3.75rem;

    border-radius: 50rem;
    background-color: #fff;
    background-image: url(/assets/img/elements/panel-add.svg);
    background-size: contain;
}
.panel-substrate
{
    height: 8rem;

    pointer-events: none;
}
.panel__item-this:after
{
    font-size: 3rem;
    line-height: 0;

    position: absolute;
    bottom: -6px;
    left: 0;

    display: none;

    width: 100%;
    height: 4px;

    content: '·';
    text-align: center;
}
.panel__item-this.active:after
{
    display: block;

    color: #fff;
}
/*end panel*/


/*start menu-fly*/
.menu-fly
{
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;

    overflow-y: scroll;

    width: 100%;
    height: 100%;
    padding: 3.4rem .8rem 2.4rem;

    background: #fff;
}
.menu-fly.visible
{
    display: block!important;
}
.menu-fly__close
{
    position: fixed;
    top: 1rem;
    right: .8rem;

    width: 3rem;
    height: 3rem;

    cursor: pointer;

    border-radius: 50rem;
    background: url(/assets/img/elements/close.png) 50% 50% no-repeat #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.menu-fly__title
{
    font-size: 1.4rem;
    font-weight: 600;

    padding: 1.1rem 0 0;
}
.menu-fly__link
{
    font-size: 1.3rem;
    font-weight: 600;

    text-decoration: none;
}
.menu-fly__li
{
    padding: 1.1rem 0;

    list-style: none;

    text-align: left;

    border-bottom: 1px #ebebeb solid;
}
/*end menu-fly*/

/*start calculating*/
.calculating
{
    width: 64rem;
    margin: 0 auto;
}
.calculating__list
{
    padding: 0 0 1rem;
}
.calculating__item
{
    position: relative;

    overflow: hidden;

    margin: 0 0 1rem;
    padding: 1rem;

    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.calculating__control
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: .4rem;

    background: rgba(255, 255, 255, .75);
}
.calculating__control-in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    height: 100%;
    margin-right: -1.3rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.calculating__control-item
{
    padding: 0 1.3rem 0 0;
}
.calculating__control-item-in
{
    overflow-x: hidden;

    width: 3rem;
    height: 3rem;

    cursor: pointer;
    cursor: pointer;

    border-radius: 50rem;
    background-color: #612ef7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.calculating__control-edit
{
    background-image: url(/assets/img/elements/edit-white.png);
}
.calculating__control-copy
{
    background-image: url(/assets/img/elements/copy-white.png);
}
.calculating__control-delete
{
    background-image: url(/assets/img/elements/delete-white.png);
}
.control-visible .calculating__control
{
    display: block;
}
.calculating__add
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    cursor: pointer;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculating__top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -1rem;
    padding: 0 0 .6rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculating__number
{
    font-size: 1.2rem;
    font-weight: 600;

    width: 50%;
    padding: 0 1rem 0 0;

    color: #612ef7;
}
.calculating__date
{
    font-size: .875rem;

    padding: 0 0 .7rem;
}
.calculating__title
{
    font-size: 1.18rem;
    font-weight: 600;

    padding: 0 0 1.2rem;
}
.calculating__summ
{
    font-size: 1.6rem;
    font-weight: 600;

    color: #612ef7;
}
.calculating__status
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    padding: 0 1rem 0 0;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.calculating__status-this
{
    width: 20px;
    height: 20px;

    cursor: pointer;

    background: url(/assets/img/elements/flag.png) 50% 50% no-repeat;
}
.calculating__status-this.selected
{
    background-image: url(/assets/img/elements/flag-selected.png);
}
/*end calculating*/

/*start measurings*/
.measurings-info
{
    width: 64rem;
    margin: 0 auto;
    padding: 0 0 1rem;
}
.measurings-info__cart
{
    margin: 0 0 1rem;
    padding: 1rem;

    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.measurings-info__name
{
    font-size: 1.125rem;

    padding: 0 0 .3rem;

    color: #666;
}
.measurings-info__item
{
    padding: 0 0 .22rem;
}
.measurings-info__value
{
    font-size: 1.125rem;
}
.measurings-info__edit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.measurings-info__edit h2
{
    width: 100%;
    padding-right: 1rem;
}
/*end measurings*/

/*start list-struct*/
.list-struct
{
    padding: 0 0 2rem;
}
.list-struct__in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;

    max-width: none;
    margin: -1rem -.8rem;
    padding: 1rem .8rem;
}
.list-struct__item-out
{
    width: 17rem;
    padding-right: 1rem;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.list-struct__item
{
    height: 100%;
    padding: .7rem 1rem 1rem;

    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.list-struct__add
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
/*end list-struct*/

/*start result-calc*/
.result-calc
{
    width: 64rem;
    margin: 0 auto;
    padding: 0 0 1rem;
}
.result-calc__item
{
    padding: 0 0 1rem;
}
.result-calc__price
{
    font-size: 2.4rem;
    font-weight: 600;

    color: #612ef7;
}
.total-prices__content
{
    padding: 0 0 1rem;
}
.total-prices__price
{
    font-size: 1.4rem;
    font-weight: 600;

    color: #612ef7;
}
.total-prices__curency
{
    font-size: 1rem;
}
.total-prices__old-price
{
    font-size: 1rem;

    text-decoration: line-through;
}
.result-calc__curency
{
    font-size: 1.8rem;
}
.list-structure__item
{
    padding: 0 0 .22rem;
}
.list-structure__name
{
    font-size: 1.125rem;

    padding: 0 0 .3rem;

    color: #666;
}
.list-structure__price
{
    font-size: 1.4rem;
    font-weight: 600;

    padding: 1rem 0;

    color: #612ef7;
}
.list-structure__this
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 0 1rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tlis-structure__image
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 5.5rem;
    padding: 0 .5rem 0 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 80px;
}
.list-structure__count
{
    font-size: 1.8rem;
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #612ef7;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-struct__btn
{
    padding-right: 1rem;
}
.list-struct__btn-this
{
    width: 1.4rem;
    height: 1.4rem;

    cursor: pointer;

    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.list-struct__delete
{
    background-image: url(/assets/img/elements/delete.png);
}
.list-struct__copy
{
    background-image: url(/assets/img/elements/copy.png);
}
.list-struct__edit
{
    background-image: url(/assets/img/elements/edit.png);
}
.list-struct__control
{
    padding: 0 0 1rem;
}
.list-struct__control-in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: none;
    margin-right: -1rem;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.list-structure__price-span
{
    font-size: 1.2rem;
}
.list-structure__value
{
    font-size: 1.125rem;
}
.subtotal-list__empty
{
    margin-bottom: .5rem;
}
.result-calc__old-price
{
    font-size: 1.2rem;

    text-decoration: line-through;
}
.result-calc__option-item
{
    padding: 0 0 1rem;
}
.result-calc__prices
{
    padding: 0 0 1rem;
}
.subtotal-list
{
    padding: 0 0 1rem;
}
.subtotal-list__item
{
    padding: 0 0 .5rem;
}
.subtotal-list__item-in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
.subtotal-list__info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: .8rem .5rem .8rem .8rem;
}
.subtotal-list__price
{
    font-size: 1.125rem;
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 8rem;
    padding: .8rem;

    color: #fff;
    background: #612ef7;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subtotal-list__img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 5.5rem;
    padding: 0 .5rem 0 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.subtotal-list__count
{
    font-size: 1.8rem;
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*end result-calc*/

/*start calculator*/
.calculator
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: none;
    overflow-y: scroll;

    width: 100%;
    height: 100%;

    background: #fff;

    overflow-x: hidden;
}
.calculator.visible
{
    display: block!important;
}
.calculator__close
{
    position: absolute;
    top: 0;
    right: 0;

    width: 1rem;
    height: 1rem;
    margin: 1rem .8rem 0 0;

    cursor: pointer;

    background: url(/assets/img/elements/close.png) 50% 50% no-repeat;
}
.calculator__in
{
    padding: 2rem .8rem 4rem;
    width: 64rem;
    margin: 0 auto;
}
.calculator__rows
{
    padding: 1rem 0 0;
}
.calculator__row
{
    margin-bottom: 1rem;
    padding-bottom: 1rem;

    border-bottom: 1px #ebebeb solid;
}
.calculator h2
{
    color: #612ef7;
}
.calculator__bottom-in
{
    text-align: center;
}
.calculator__quantity-in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 14rem;
    margin: 0 auto;

    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.calculator-result__price
{
    font-size: 2.5652rem;
    font-weight: 600;

    padding: 0 0 1.9rem;
}
.calculator__quantity
{
    padding: .5rem 0 1rem;
}
.calculator__quantity-btn
{
    display: block;
    overflow: hidden;

    width: 6rem;

    cursor: pointer;

    border-radius: 4px;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.calculator__quantity-inp
{
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
.btn__minus
{
    background-image: url(/assets/img/elements/minus.png);
}
.btn__plus
{
    background-image: url(/assets/img/elements/plus.png);
}
.calculator-result__curency
{
    font-size: 1.7rem;
}
.calculator__type-list-in
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;

    max-width: none;
}
.calculator__type-select
{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.calculator__type-list
{
    padding: 0 0 2rem;
}
.calculator__type-item
{
    padding: 0 .5rem 0 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.calculator__type-item:last-child
{
    padding-right: 0;
}
.calculator__type-this
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: .2rem;
    padding: .2rem;

    cursor: pointer;

    -webkit-box-shadow: 0 0 0 .2rem rgb(0, 0, 0, 0);
            box-shadow: 0 0 0 .2rem rgb(0, 0, 0, 0);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.calculator__type-this.select
{
    -webkit-box-shadow: 0 0 0 .2rem rgb(97, 46, 247);
            box-shadow: 0 0 0 .2rem rgb(97, 46, 247);
}
/*end calculator*/

/*start global element*/
.add
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;

    width: 64rem;
    margin: 0 0 1rem;
    margin: 0 auto;
    padding: 1rem;

    cursor: pointer;

    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.listing__longtitle
{
    font-size: 14px;

    padding: .4rem 0 .5rem;
}
/*end global element*/

/*start block-extra-charge*/
.settings-page
{
    max-width: 64rem;
    margin: 0 auto;
}
.settings-block
{
    margin: 0 0 4rem;
}
.settings-group
{
    margin-bottom: 2rem;
    padding-bottom: 1rem;

    border-bottom: 1px #ebebeb solid;
}
.settings-group:last-child
{
    margin-bottom: 1rem;
    padding-bottom: 0;

    border-bottom: 0;
}
.settings-block:last-child
{
    margin-bottom: 2rem;
}
.settings-group__item
{
    padding-bottom: 1rem;
}
.settings-block .form__control-symbol
{
    width: 10rem;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.settings-block__btn
{
    max-width: none;
    margin-right: -1rem;
    padding: 1rem 0 2rem;

    text-align: center;
}
.settings-block__btn:last-child
{
    padding-bottom: 0;
}
.settings-block__btn .btn
{
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.jc-c
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*end block-extra-charge*/

/*start calculator__window-prop*/
    .calculator__window-prop
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: none;
        margin-right: -2rem;
        padding: 0 0 0.5rem;
        position: relative;
    }
    .calculator__window-prop .form__control
    {
        width: 33.333333%;
        padding-right: 2rem;
    }
/*end calculator__window-prop*/

/*start w-table*/
.w-table
{
    padding: 0 0 2rem;
}
.w-horizontal-size
{
    width: 100%;
    background: url(/assets/img/elements/w-line.png) 0 50%, url(/assets/img/elements/w-left.png) 0 50% no-repeat, url(/assets/img/elements/w-right.png) right 0 top 50% no-repeat;
    height: 2.25rem;
    line-height: 1;
    padding: 0 0 1.25rem;
    font-size: 1rem;
}
.w-vertical-size
{
    width: 100%;
    background: url(/assets/img/elements/w-line-v.png) 50% 0, url(/assets/img/elements/w-top.png) 50% 0 no-repeat, url(/assets/img/elements/w-down.png) 50% 100% no-repeat;
    height: 100%;
    line-height: 1;
    padding: 0 0 0 1.25rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.w-total-height
{
    height: 0;
}
.w-elements-height
{
    height: 0;
}
.w-elements-height__in
{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.w-table_td--total-height
{
    height: 0;
    width: 2.25rem;
}
.w-elements-width
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calculator__package-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calculator__package-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.calculator__package-item--img
{
}
/*end w-table*/

/*start question-page*/
.question-page
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.question-page__btn
{
    background: url(/assets/img/elements/question.png) 50% 50% no-repeat;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-size: contain;
}
/*end question-page*/

/*start popup*/
.popupbox
{
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
    width: 30rem;
    height: auto;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    max-width: 90%;
    max-height: 90%;
}
.popupbox.view
{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.popupbox__in
{
    overflow-y: auto;
    width: 100%;
}
.popupbox .close
{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: url(/assets/img/elements/close.png) 50% 50% no-repeat;
}
.popupbox .popup-content
{
    margin: 0;
}
#fade
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .45;
    background: #2f2f2f;
}
/*end popup*/

.container ul
{
    padding: 15px 20px;
}
.container ul li
{
    padding-bottom: 5px;
}
#terms-of-service h2
{
    text-align: center;
}
#terms-of-service h3
{
    margin-top: 25px;
}
#terms-of-service p
{
    line-height: 2.2;
}
.terms-of-service-head
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}
#loading-msg
{
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 100%;
    text-align: center;
}
.inloading
{
    pointer-events: none;
    position: relative;
    cursor: default;
    min-height: 40px;
}
.inloading:before
{
     position: absolute;
     content: '';
     top: 0%;
     left: 0%;
     width: 100%;
     height: 100%;
     z-index: 100;
}
.inloading:after
{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0em 0em -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: form-spin 0.9s linear;
    animation: form-spin 0.9s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #612ef7 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0px 0px 0px 1px transparent;
    visibility: visible;
    z-index: 101;
}
@-webkit-keyframes form-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes form-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bx-pagination
{
    margin: 25px 0;
}
.bx-pagination .bx-pagination-container ul li.bx-active span
{
    background: #612ef7;
}
/*Start Warning, for replace style in future*/
.swal2-styled
{
    border-radius: 50rem!important;
}
.swal2-styled.swal2-confirm
{
    background-color: #612ef7!important;
}
.swal2-styled.swal2-cancel
{
    background-color: #fff!important;
    color: #ccc!important;
    border: 1px #ccc solid!important;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover
{
    background-image: none!important;
}
.swal2-popup
{
    border-radius: 4px!important;
}
.swal2-styled:focus
{
    box-shadow: none!important;
}
.swal2-title,
.swal2-content
{
    color: #000!important;
    margin: 0!important;
    font-size: 1.125em!important;
    font-weight: 400!important;
}
.swal2-input
{
    font-size: 1.2rem!important;
    position: relative!important;
    width: 100%!important;
    padding: .8rem 1rem!important;
    text-align: center!important;
    border: none!important;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%)!important;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%)!important;

    -webkit-appearance: none!important;
}
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #d9d9d9!important;
    box-shadow: none!important;
}
.swal2-input
{
    height: auto!important;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea
{
    margin: 1.25em auto 0!important;
}
.js-field-text-error
{
    color: red;
    font-size: 14px;
    margin-bottom: 5px;
}
.wrapper input.js-field-error,
.wrapper textarea.js-field-error,
.wrapper select.js-field-error,
.wrapper .js-field-error + .input-checkbox__span
{
    border: 1px solid red;
}
/**/
@media screen and (max-width: 1024px)
{
    .form__control-txt
    {
        font-size: 0.875rem;
    }
    .wrapper input,
    .wrapper select
    {
        font-size: 1rem;
    }
    .wrapper .btn
    {
        font-size: 0.875rem;
    }
    .form__control.form__group-title
    {
        width: 14.125rem;
    }
    .calculator__window-prop .form__control
    {
        width: 50%;
    }
}
@media screen and (max-width: 599px)
{
    .form__group-title--in
    {
        font-size: 0.875rem;
    }
    .form__row.form__bunch
    {
        position: relative;

            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .form__bunch .form__control:after
    {
        position: absolute;
        top: 100%;
        left: 0;

        width: 1px;
        height: 1rem;

        content: '';

        background: #612ef7;
    }
    .form__bunch .form__control:last-child:after
    {
        display: none;
    }
    .settings-block .form__bunch .form__control-symbol
    {
        width: 100%;
    }
    .form__bunch .form__control.form__btn-control
    {
        border-left: 1px #612ef7 solid;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .panel-add
    {
        top: -.6rem;
    }
    .form__control.form__group-title
    {
        width: 12.125rem;
    }
    .form__control-txt
    {
        font-size: 0.75rem;
    }
    .wrapper input,
    .wrapper select
    {
        padding: 0.8rem 0.5rem;
    }
    .calculator__window-prop .form__control
    {
        width: 100%;
    }
}
@media screen and (max-width: 479px)
{
    .wrapper input,
    .wrapper select
    {
        font-size: .8rem;
    }
    .settings-block .form__control-symbol
    {
        width: 7rem;
    }
    .settings-block .form__control-symbol input,
    .settings-block .form__control-symbol select
    {
        padding-left: .5rem;
    }
    .wrapper .form__control-symbol input[type='text'],
    .wrapper .form__control-symbol input[type='number']
    {
        padding-right: 1.5rem;
    }
    .symbol
    {
        font-size: 1rem;
    }
    .form__row.form__row-wrap-m
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .form__control.form__control-4-m
    {
        width: 33.333333%;
    }
    .form__control.form__control-9-m
    {
        width: 75%;
    }
    .form__row-wrap-m .form__control.form__btn-control.form__control-3-m
    {
        width: 25%;
        margin-bottom: 1rem;
    }
    .form__row-wrap-m .form__control.form__btn-control
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        margin-bottom: 2rem;
    }
    .form__control.form__group-title
    {
        width: 100%;
    }
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    overflow: hidden;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;.alert
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}
.error {
    color: #721c24;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}
#invitation-link
{
    opacity: 0;
    padding: 0px;
}
#js-invitation-link
{
    border-bottom: 1px dashed;
    cursor: pointer;
}
.page-auth .input-checkbox__text
{
    color: #fff;
}
@font-face
{
    font-family: 'Glyphicons Halflings';
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot');
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-time:before
{
    content: "\e023";
}
.glyphicon-chevron-left:before
{
    content: "\e079";
}
.glyphicon-chevron-right:before
{
    content: "\e080";
}
.glyphicon-calendar:before
{
    content: "\e109";
}
.glyphicon-chevron-up:before
{
    content: "\e113";
}
.glyphicon-chevron-down:before
{
    content: "\e114";
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

div.bootstrap-datetimepicker-widget
{
    font-family: arial;
    font-size: 16px;
}
div.bootstrap-datetimepicker-widget td
{
    padding: 5px;
}
div.bootstrap-datetimepicker-widget .btn
{
    min-width: auto;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: inherit;
}
div.bootstrap-datetimepicker-widget .btn:focus,
div.bootstrap-datetimepicker-widget .btn:active:focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
div.bootstrap-datetimepicker-widget .btn:hover,
div.bootstrap-datetimepicker-widget .btn:focus
{
    color: #333;
    text-decoration: none;
}
div.bootstrap-datetimepicker-widget .btn-primary
{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
div.bootstrap-datetimepicker-widget .btn-primary:hover,
div.bootstrap-datetimepicker-widget .btn-primary:focus,
div.bootstrap-datetimepicker-widget .btn-primary:active
{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
div.bootstrap-datetimepicker-widget .btn-primary:active
{
    background-image: none;
}
.collapse
{
    display: none;
    visibility: hidden;
}
.collapse.in
{
    display: block;
    visibility: visible;
}
.collapsing
{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.datetime .form-group
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.datetime .form-group .form-group__time-left-title
{
    width: 90px;
}
.datetime .form-group .input-group-addon
{
    margin-left: 15px;
}