/* default */
html, body {
    background-color: white;
    color: #414145;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    min-height: 100vh;
    margin: 0;
}
#app{
    min-height: 100vh;
    position: relative;
}
a{
    color: #006ee3;
}
a:hover, a:focus{
    outline: 0;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0px;
    font-weight: 600;
    color: black;
}
ol, ul, dl {
    margin-bottom: 0px;
    padding-left: 0px!important;
}
li{
    list-style-type: none;
}
select{
    font-size: 14px;
    background: url('/img/default/arrow.svg') no-repeat;
    background-position: right 8px top 12px;
}
select:focus{
    background: none;
}
input[type="text"]::placeholder {
    color: #acb0b5;
}
.clear{
    clear: both;
}
.v-btn {
    text-transform: none!important;
}
/* .section{
    width: 100%;
    max-width: 1150px;
    margin: 20px auto;
    user-select: none;
    padding: 0px 0px;
    cursor: default;
} */
.but_custom{
    padding: 0px 27px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    max-height: 35px;
    line-height: 33px;
    transition: box-shadow .3s linear;
}
.but_custom:hover{
    box-shadow: 0px 1px 3px 0px rgba(90, 90, 90, 0.2), 0px 1px 3px 0px rgba(85, 85, 85, 0.14), 0px 1px 3px 0px rgba(74, 73, 73, 0.12);
}
.but_black_blue{
    color: white!important;
    background-color: #003553!important;
    /*margin: 17px 0px 0px 30px!important;*/
}
.but_blue{
    background: blue;
    text-align: center;
    color: white;
}
.but_green{
    background: #1fbc72;
    text-align: center;
    color: white;
}
.but_disabled{
    cursor: default!important;
    background: #d9d9d9;
    color: #fffefc;
}
.but_disabled:hover{
    box-shadow: none;
}
.color_bb{
    color:#003553;
}
.color_gray{
    color: #6e6e6e;
}
.color_rating{
    color: #abc101;
}
.input_disabled{
    font-size: 13px!important;
    font-weight: 600!important;
    color: #5a5a5a!important;
    background: #ededed!important;
}
.application--wrap{
    min-height: auto!important;
}
.close {
    position: absolute;
    top: 7px;
    right: 9px;
    cursor: pointer;
}
.v-snack__content {
    font-weight: 400;
}
label {
    font-weight: 600;
}
.v-stepper__step.v-stepper__step--inactive,
.v-stepper__step.v-stepper__step--active{
    font-weight: 600;
}
.v-stepper__step {
    padding: 9px 25px 10px 25px!important;
}
.v-stepper__step__step{
    height: 35px!important;
    min-width: 35px!important;
    font-size: 16px!important;
}
.my_select{
    font-size: 14px;
    background: url('/img/default/arrow.svg') no-repeat;
    background-position: right 10px top 14px;
}
.block_menu_select .v-treeview-node__content {
    border-bottom: 1px solid #D6EDFF;
    height: 40px;
}
.theme--light.v-treeview--hoverable .v-treeview-node__root:hover, .theme--light.v-treeview .v-treeview-node--active {
    color: #1976d2!important;
    background: none!important;
}
/* checkbox*/
.v-input {
    /*display: block;*/
    flex: 0 0 auto!important;
    margin: 0px!important;
    padding: 0px!important;
}
/* ================================================= */
/* top menu */
/* ================================================= */

#top_menu_index .v-btn{
    padding: 0px 20px;
    min-width: 0px;
}
#top_menu_index .v-toolbar__content{
    background-color: white;
}
.v-toolbar__items .v-btn.v-btn--flat.theme--light{
    height: 40px!important;
}
.v-toolbar__content{
    height: 140px !important;
    display: flex;
    flex-direction: column;
    padding: 0px!important;
}
.but_hover.v-btn::before{
    width: 40px!important;
    opacity: 1!important;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 2px!important;
    bottom: -35px!important;
    transition: 0.2s cubic-bezier(0.25, 0.8, 0.5, 1)!important;
}
.but_hover.v-btn--active::before, .but_hover.v-btn:hover::before, .but_hover.v-btn:focus::before {
    background: #003553!important;
}

/* ================================================= */
/* modal register */
/* ================================================= */

.block_modal .but_custom .v-btn__content{
    justify-content: flex-start;
}
.block_modal .but_step > div{
    justify-content: center!important;
}



/* ================================================= */
/* input */
/* ================================================= */

.fit-input,
.is-invalid {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #c5c6c9;
    border-radius: 4px;
    box-shadow: none;
    color: #404145;
    transition: .15s ease-in-out;
    font-weight: 400;
}
.fit-input:focus {
    color: #222325;
    box-shadow: inset 2px 2px 2px #e4e5e7;
}
.fit-input::placeholder {
    color: #95979d;
}
.is-invalid {
    border: 1px solid #fb8a8a;
}
.invalid-feedback {
    font-size: 12px;
    font-weight: 300;
}
.v-btn--disabled {
    background-color: #dbdbdb!important;
}
/* ==================================================== */
/* page settings user */
.v-input__slot{
    margin-bottom: 0px!important;
}
.block_anonime .v-input--selection-controls{
    margin-top: 0px!important;
    padding-top: 0px!important;
}
.block_anonime .v-messages.theme--light{
    min-height: 0px!important;
}
.v-input.v-input--selection-controls.v-input--switch.theme--light{
    max-width: 60px;
    margin-top: 0px!important;
    padding-top: 0px!important;
}
.v-tooltip__content{
    font-weight: 400!important;
    padding: 15px!important;
    border-radius: 10px!important;
}

.v-messages {
    min-height: 0px!important;
}
/* окно редактирования картинки - модалка */
.load_logo canvas{
    margin: 0px auto!important;
    display: block!important;
}

/* ============================ */
/* степер создания оффера */
/*
.title_page{
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.body_stepper_items{
    font-size: 14px;
    font-weight: 400;
}
.v-stepper__header,
.v-stepper{
    box-shadow: none!important;
}
.v-stepper__header{
    background: whitesmoke;
    border-radius: 10px;
}
.v-stepper__content {
    padding: 35px 0px 0px 0px!important;
}
.v-stepper__step.v-stepper__step--inactive .v-stepper__label{
    color: #003553!important;
}
.v-stepper__step.v-stepper__step--inactive .v-stepper__step__step {
    background: #003553!important;
}
.v-stepper__step.v-stepper__step--active .v-stepper__label {
    text-shadow: 0px 0px 0px #32b0fc!important;
}
.v-card {
    box-shadow: none!important;
}
*/


/* alert page */

.v-alert.alert_acount{
    border: none;
    border-radius: 10px;
    color: #686868;
    font-size: 15px;
}
.alert_acount i{
    color: #003553!important;
    font-size: 38px!important;
}














































