@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:500,400,900,600");
* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
html {
    background-color: #166ce914;
}

body {
    margin: 0px;
    width: auto;
}
/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}
a {
    text-decoration: none;
    color: #166ce9;
}

a:hover {
    color: #124db0;
}

a::before{
    color: #166ce9;
}

a::after{
    color: #166ce9;
}

.help-block{
    display: none;
    margin-left: 6px;
    margin-top: 62px;
    font-family: 'Inter';
    font-size: 12px;
}

.page-sign-up {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #166ce914;
}

.page-sign-up .overlap-wrapper {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.page-sign-up .overlap {
    position: relative;
    background-color: #166ce914;
    width: 100%;
    height: 100%;
}

.page-sign-up .overlap-group {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0px;
}

.page-sign-up .background-blue {
    position: absolute;
    width: 80%;
    height: 962px;
    top: 0;
    left: auto;
    right: 0px;
    background-color: #166ce9;
    border-radius: 189px 0px 0px 189px;
}

.page-sign-up .img {
    position: absolute;
    width: 532px;
    height: 260px;
    top: 270px;
    left: -10%;
}

.page-sign-up .form {
    position: absolute;
    width: 544px;
    height: 278px;
    top: 335px;
    left: 12%;
}

.page-sign-up .btn-sign-in {
    position: absolute;
    width: 532px;
    height: 82px;
    top: 199px;
    left: 6px;
}

.page-sign-up .btn-reg-in {
    position: absolute;
    width: 532px;
    height: 82px;
    top: 280px;
    left: 6px;
}

.page-sign-up .div {
    position: relative;
    height: 82px;
}

.page-sign-up .shadow {
    position: absolute;
    width: 532px;
    height: 60px;
    top: 22px;
    left: 0;
    background-color: #166ce924;
    border-radius: 16px;
    filter: blur(14px);
}

.page-sign-up .background {
    position: absolute;
    width: 528px;
    height: 58px;
    top: 0;
    left: 0;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
}

.page-sign-up .background:hover{
    position: absolute;
    width: 528px;
    height: 58px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    color: #166ce9;
    border: 2px solid #166ce9;
    border-radius: 16px;
}

.page-sign-up .background:active{
    position: absolute;
    width: 528px;
    height: 58px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    color: #166ce9;
    border: 2px solid #166ce9;
    border-radius: 16px;
}

.page-sign-up .text-icon {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 19px;
}

.page-sign-up .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.page-sign-up .text-wrapper:hover {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.page-sign-up .align-right {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 64px;
}

.page-sign-up .overlap-group-wrapper {
    position: absolute;
    width: 544px;
    height: 72px;
    top: 0;
    left: 0;
    color: #1e1e1e33;
}

.page-sign-up .overlap-2 {
    z-index: 0;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    width: 532px;
    height: 60px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.page-sign-up .overlap-2:hover {
    z-index: 0;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    width: 532px;
    height: 60px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #166ce9;
    box-shadow: 0px 4px 6px #166ce90a;
}

input::placeholder {
    font-family: "Inter", Helvetica;
    color: #1E1E1EB3;
}

input[type="text"]:focus{
    border: 0.5px solid;
    border-color: #166ce9;
    outline: none !important;
}

input[type="password"]:focus{
    border: 0.5px solid;
    border-color: #166ce9;
    outline: none !important;
}

input[type="number"]:focus{
    border: 0.5px solid;
    border-color: #166ce9;
    outline: none !important;
}

select {
    appearance: none;
}

option {
    display: block;
    padding-top: 10px;
    height: 40px;
    outline: none !important;
}

select:focus{
    border: 0.5px solid;
    border-color: #166ce9;
    outline: none !important;
}


.page-sign-up .text-wrapper-2 {
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 20px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.page-sign-up .text-wrapper-3 {
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 20px;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.page-sign-up .overlap-3 {
    position: absolute;
    width: 544px;
    height: 87px;
    top: 82px;
    left: 0;
}

.page-sign-up .overlap-4 {
    position: absolute;
    width: 544px;
    height: 86px;
    top: 0;
    left: 0;
}

.page-sign-up .eye-closed {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    left: 488px;
}

.page-sign-up .text-wrapper-4 {
    top: 71px;
    left: 439px;
    font-weight: 500;
    color: #166ce9;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.page-sign-up .remember-me {
    position: absolute;
    width: 100%;
    height: 15px;
    top: 72px;
    left: 6px;
}

.form-group .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-group .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.form-group .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    top: 0;
    left: 0;
    background-color: #166ce9;
    border-radius: 7px;
}

.form-group .custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background: no-repeat;
    background-color: #0b76ef;
    background-size: 10px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.form-group .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.form-group .custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.form-group .custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.form-group .custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.form-group .custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.modal-radio .custom-radiolist {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-radio .custom-radiolist+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.modal-radio .custom-radiolist+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 0;
    left: 0;
    background-color: #166ce9;
    border-radius: 10px;
}

.modal-radio .custom-radiolist:checked+label::before {
    border-color: #0b76ef;
    background: no-repeat;
    background-color: #0b76ef;
    background-size: 10px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.modal-radio .custom-radiolist:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.modal-radio .custom-radiolist:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.modal-radio .custom-radiolist:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.modal-radio .custom-radiolist:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.modal-radio .custom-radiolist:disabled+label::before {
    background-color: #e9ecef;
}

.modal-radio .custom-radiolist-m {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-radio .custom-radiolist-m+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.modal-radio .custom-radiolist-m+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 0;
    left: 0;
    background-color: #e916de;
    border-radius: 10px;
}

.modal-radio .custom-radiolist-m:checked+label::before {
    border-color: #e916de;
    background: no-repeat;
    background-color: #e916de;
    background-size: 10px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.modal-radio .custom-radiolist-m:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.modal-radio .custom-radiolist-m:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.modal-radio .custom-radiolist-m:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.modal-radio .custom-radiolist-m:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.modal-radio .custom-radiolist-m:disabled+label::before {
    background-color: #e9ecef;
}

.myprofile-content-block .calculator-check {
    position: relative;
    width: 100%;
    height: 15px;
    left: 6px;
}

.myprofile-content-block .custom-checkbox-calculator {
    position: relative;
    z-index: -99;
    opacity: 0;
}

.myprofile-content-block .custom-checkbox-calculator+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    position: relative;
    top: 4px;
    z-index: -99;
}
.myprofile-content-block .custom-checkbox-calculator+label::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: no-repeat;
    background-color: #78788029;
    background-size: 18px;
    background-position: left;
    background-image: url("https://osago.app/img/calculator_check.png");
}

.myprofile-content-block .custom-checkbox-calculator:checked+label::before {
    border-color: #0b76ef;
    background: no-repeat;
    background-color: #0b76ef;
    background-size: 18px;
    background-position: right;
    background-image: url("https://osago.app/img/calculator_check.png");
}

/* стили при наведении курсора на checkbox */
.myprofile-content-block .custom-checkbox-calculator:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.myprofile-content-block .custom-checkbox-calculator:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.myprofile-content-block .custom-checkbox-calculator:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.myprofile-content-block .custom-checkbox-calculator:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.myprofile-content-block .custom-checkbox-calculator:disabled+label::before {
    background-color: #e9ecef;
}

.page-sign-up .text-wrapper-5 {
    top: -1px;
    left: 20px;
    font-weight: 500;
    color: #1e1e1e66;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.myprofile-content-block .text-wrapper-5 {
    top: -2px;
    font-weight: 500;
    color: #1E1E1E;
    font-size: 18px;
    line-height: normal;
    position: relative;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
    cursor: pointer;
}

.text-wrapper-5 .control-label {
    position: relative;
    top: -2px;
    z-index: -99;
    font-size: 12px;
}

.page-sign-up .text-wrapper-6 {
    top: 186px;
    left: 15%;
    font-weight: 500;
    color: #1e1e1e;
    font-size: 48px;
    line-height: normal;
    position: absolute;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.page-sign-up .text-wrapper-8 {
    top: 186px;
    left: 12%;
    font-weight: 500;
    color: #1e1e1e;
    font-size: 48px;
    line-height: normal;
    position: absolute;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.page-sign-up .p {
    width: 347px;
    top: 264px;
    left: 18%;
    font-weight: 400;
    color: #1e1e1e99;
    font-size: 16px;
    text-align: center;
    line-height: 20.8px;
    position: absolute;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.page-sign-up .logo {
    position: absolute;
    width: 123px;
    height: 23px;
    top: 30px;
    left: 60px;
}

.page-sign-up .group {
    width: 125px;
    height: 24px;
}

.page-sign-up .overlap-group-2 {
    position: relative;
    width: 123px;
    height: 24px;
}

.page-sign-up .rectangle {
    position: absolute;
    width: 74px;
    height: 22px;
    top: 1px;
    left: 52px;
}

.page-sign-up .KUPI-POLIS {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Inter", Helvetica;
    font-weight: 900;
    color: transparent;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.page-sign-up .span {
    color: #166ce9;
}

.page-sign-up .text-wrapper-7 {
    color: #ffffff;
}



.navbar {
    width: 266px;
    height: 664px;
    left: 60px;
    top: 115px;
    position: fixed;
    z-index: 100;
}

.navbar-block {
    width: 266px;
    height: 664px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: white;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
    border-radius: 32px;
}

.nav-exit-div {
    height: 21px;
    left: 69px;
    top: 613px;
    position: absolute;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    display: inline-flex;
}

.nav-exit-div a{
    color: rgba(30, 30, 30, 0.60);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.nav-exit-div:hover {
    top: 623px;
    left: 59px;
}

.nav-exit-div:hover span {
    color: #166CE9;
    gap: 0;
    margin-left: -10px;
}

.nav-exit-div:hover img {
    height: 40px;
    width: 40px;
    background: url("https://osago.app/img/highlighting.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 14%;
    content: url("https://osago.app/img/icon_exit-white.svg");
}

.nav-logo {
    width: 123px;
    height: 23px;
    left: 70px;
    top: 30px;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.nav {
    height: 100%;
    margin-top: 90px;
}

@media screen and (max-width: 1399px) {

    .span_for_profile {
        display: none;
    }

    .navbar {
        width: 60px;
        height: 60px;
        left: 60px;
        top: 115px;
        position: fixed;
        z-index: 100;
    }

    .navbar-block {
        width: 60px;
        height: 60px;
        left: 0px;
        top: 0px;
        position: absolute;
        background: url("https://osago.app/img/menu.png"), white;
        background-size: 60px;
        box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
        border-radius: 32px;
    }

    .nav-exit-div {
        display: none;
        height: 21px;
        left: 69px;
        top: 613px;
        position: absolute;
        justify-content: center;
        align-items: flex-end;
        gap: 16px;
    }

    .nav-exit-div a{
        color: rgba(30, 30, 30, 0.60);
        font-size: 16px;
        font-family: Raleway;
        font-weight: 600;
        word-wrap: break-word;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
    }

    .nav-exit-div:hover {
        top: 623px;
        left: 59px;
    }

    .nav-exit-div:hover span {
        color: #166CE9;
        gap: 0;
        margin-left: -10px;
    }

    .nav-exit-div:hover img {
        height: 40px;
        width: 40px;
        background: url("https://osago.app/img/highlighting.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 36px;
        padding-left: 12%;
        padding-right: 12%;
        padding-bottom: 14%;
        content: url("https://osago.app/img/icon_exit-white.svg");
    }

    .nav-logo {
        display: none;
        width: 123px;
        height: 23px;
        left: 70px;
        top: 30px;
        position: absolute;
        justify-content: center;
        align-items: center;
    }

    .nav {
        display: none;
        height: 100%;
        margin-top: 90px;
    }
}

.nav-logo-1 {
    width: 123px;
    height: 24px;
    position: relative;
}

.nav-logo-2 {
    width: 74px;
    height: 22px;
    left: 49px;
    top: -1px;
    position: absolute;
    background: #166CE9;
    border-radius: 100px;
}

.nav-logo-3 {
    left: 0px;
    top: 0px;
    position: absolute;
}

.nav-logo-4 {
    color: #166CE9;
    font-size: 20px;
    font-family: Inter;
    font-weight: 900;
    word-wrap: break-word;
}

.nav-logo-5 {
    color: white;
    font-size: 20px;
    font-family: Inter;
    font-weight: 900;
    word-wrap: break-word;
}

.btn_tasks_lists {
    color: rgba(30, 30, 30, 0.60);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    justify-content: left;
    align-items: normal;
    display: inline-flex;
    gap: 10px;
    cursor: pointer;
}

.btn_tasks_lists:hover {
    justify-content: center;
    gap: 0;
    margin-left: -10px;
}

.nav-hover {
    height: 21px;
    width: 230px;
    left: 34px;
    margin-top: 23px;
    position: relative;
    gap: 16px;
}

.nav-hover a {
    color: rgba(30, 30, 30, 0.60);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    justify-content: left;
    align-items: normal;
    display: inline-flex;
    gap: 10px;
}

.nav-hover:hover a {
    justify-content: center;
    gap: 0;
    margin-left: -10px;
}

.nav-hover:hover span {
    color: #166ce9;
}

.nav-hover:hover img {
    height: 36px;
    width: 36px;
    background: url("https://osago.app/img/highlighting.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    content: url("https://osago.app/img/icon_exit-white.svg");
}

.nav .active a {
    justify-content: center;
    gap: 0;
    margin-left: -10px;
}

.nav .active span {
    color: #166ce9;
}
.nav .active img {
    height: 36px;
    width: 36px;
    background: url("https://osago.app/img/highlighting.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    content: url("https://osago.app/img/icon_exit-white.svg");
}

.nav .active .nav-calculator {
    content: url("https://osago.app/img/icon_calculator-white.svg");
}

.nav .active .nav-prolongation {
    content: url("https://osago.app/img/icon_calculator-white.svg");
}

.nav .active .nav-calculation {
    content: url("https://osago.app/img/icon_calculation-white.svg");
}

.nav .active .nav-award {
    content: url("https://osago.app/img/icon_award-white.svg");
}

.nav .active .nav-role {
    content: url("https://osago.app/img/icon_roles-white.svg");
}

.nav .active .nav-management {
    content: url("https://osago.app/img/icon_management-white.svg");
}

.nav .active .nav-statistics {
    content: url("https://osago.app/img/icon_statisctics-white.svg");
}

.nav-hover:hover .nav-calculator {
    content: url("https://osago.app/img/icon_calculator-white.svg");
}

.nav-hover:hover .nav-prolongation {
    content: url("https://osago.app/img/icon_calculator-white.svg");
}

.nav-hover:hover .nav-calculation {
    content: url("https://osago.app/img/icon_calculation-white.svg");
}

.nav-hover:hover .nav-award {
    content: url("https://osago.app/img/icon_award-white.svg");
}

.nav-hover:hover .nav-role {
    content: url("https://osago.app/img/icon_roles-white.svg");
}

.nav-hover:hover .nav-management {
    content: url("https://osago.app/img/icon_management-white.svg");
}

.nav-hover:hover .nav-statistics {
    content: url("https://osago.app/img/icon_statisctics-white.svg");
}

.main-block {
    width: auto;
    margin-top: 60px;
    margin-left: 25%;
    position: absolute;
}

.span_for_profile {
    position: absolute;
    font-weight: bold;
    color: black;
    left: 60px;
    width: 200px;
}

.profile-nav {
    text-align: left;
    position: absolute;
    margin-top: 40px;
    left: 4em;
}

.profile-nav-photo {
    position: absolute;
    margin-top: -18px;
    margin-left: 5px;
    width: 48px;
    height: 48px;
    border-radius: 30px;
}

.block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: Inter;
}

.block-index {
    width: 400px;
    height: 200px;
    background: #ffffff;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
    padding-top: 10%;
    padding-left: 10%;
}

.block-index p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.block-index span {
    color: rgba(30, 30, 30, 0.60);
}

.block-index:hover {
    color: #ffffff;
    background: #166CE9;
    margin-top: -10px;
}

.block-index:hover p {
    color: white;
}

.block-index:hover span {
    color: rgba(255, 255, 255, 0.60);
}

.block-index:hover .img-calculator {
    content: url("https://osago.app/img/icon_calculator-white.svg");
}

.block-index:hover .img-prolongation {
    content: url("https://osago.app/img/icon_calculator-white.svg");
}

.block-index:hover .img-calculation {
    content: url("https://osago.app/img/icon_calculation-white.svg");
}

.block-index:hover .img-award {
    content: url("https://osago.app/img/icon_award-white.svg");
}

.block-index:hover .img-role {
    content: url("https://osago.app/img/icon_roles-white.svg");
}

.block-index:hover .img-management {
    content: url("https://osago.app/img/icon_management-white.svg");
}

.block-index:hover .img-statistics {
     content: url("https://osago.app/img/icon_statisctics-white.svg");
}

.block-myprofile {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.block-calculator {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.form-myprofile {
    position: relative;
    width: 100%;
    height: 100%;
    left: 2%;
}

.fileInput-label {
    display: block;
    width: 150px;
    position: relative;
    left: 42%;
}

.user-photo {
    display: block;
    width: 150px;
    position: relative;
}

.index_calculate-owerlap {
    position: relative;
    width: 180px;
    height: 55px;
    top: 0;
    left: 0;
    color: #1e1e1ea1;
    margin-right: 20px;
}

.tasks-owerlap {
    position: relative;
    width: 200px;
    height: 55px;
    top: 0;
    left: 0;
    color: #1e1e1ea1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.viewtask-owerlap {
    position: relative;
    width: 380px;
    height: 55px;
    top: 0;
    left: 0;
    color: #1e1e1ea1;
    margin-bottom: 20px;
}

.myprofile-owerlap {
    position: relative;
    width: 300px;
    height: 72px;
    top: 0;
    left: 0;
    color: #1e1e1ea1;
    margin-right: 20px;
}

.myprofile-owerlap-1 {
    position: relative;
    width: 300px;
    height: 72px;
    top: 0;
    left: 0;
    color: #1e1e1e33;
    margin-right: 20px;
}

.error-summary {
    position: fixed;
    z-index: 99;
    color: #a94442;
    left: 45%;
    top: 25%;
    font-size: 16px;
    background: aliceblue;
    border-radius: 10px;
    border: 1px solid #a94442;
    padding: 10px;
}

.myprofile-owerlap-check {
    position: relative;
    width: 300px;
    height: 20px;
    top: 0;
    left: 0;
    color: #1e1e1e33;
    margin-right: 20px;
}

.text-wrapper-myprofile {
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 20px;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.overlap-index_calculate {
    z-index: 0;
    position: absolute;
    padding-left: 15px;
    padding-right: 2%;
    width: 180px;
    height: 55px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.overlap-index_calculate:hover {
    border-color: #166ce9;
}

.overlap-myprofile {
    z-index: 0;
    position: absolute;
    padding-left: 15px;
    padding-right: 2%;
    width: 300px;
    height: 60px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.overlap-myprofile:hover {
    border-color: #166ce9;
}

.overlap-viewtask {
    z-index: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 2%;
    width: 380px;
    height: 55px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.overlap-viewtask:hover {
    border-color: #166ce9;
}

.overlap-task {
    z-index: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 2%;
    width: 200px;
    height: 55px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.overlap-task:hover {
    border-color: #166ce9;
}

.overlap-task_1 {
    z-index: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 2%;
    width: 200px;
    height: 55px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.overlap-task_1:hover {
    border-color: #166ce9;
}

.background-btn:hover img {
    content: url("https://osago.app/img/save-02-blue.svg");
}

.background-btn-repass:hover img {
    content: url("https://osago.app/img/save-02-blue.svg");
}

.overlap-index_calculate-disable {
    z-index: 0;
    position: absolute;
    padding-left: 15px;
    padding-right: 2%;
    width: 180px;
    height: 55px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
    opacity: 0.7;
}

.overlap-myprofile-disable {
    z-index: 0;
    position: absolute;
    padding-left: 15px;
    padding-right: 2%;
    width: 300px;
    height: 60px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
    opacity: 0.7;
}

.myprofile-content-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tasks-content-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#label-img {
    border-radius: 80px;
}

#label-img:hover {
    background: #919191;
    opacity: 50%;
    content: url("https://osago.app/img/plus-02.svg");
}

#label-img-disabled {
    border-radius: 80px;
}

.myprofile-content-block-status {
    display: block;
    position: relative;
    width: 300px;
    left: 33%;
}

.myprofile-content-block-status-1 {
    display: block;
    position: relative;
    width: 300px;
    text-align: center;
    left: 33%;
}

.fileInput-hidden {
    visibility: hidden;
}

.background-btn {
    position: relative;
    font-weight: bold;
    align-items: normal;
    width: 300px;
    height: 58px;
    top: 10px;
    left: 34%;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-repass {
    position: relative;
    font-weight: bold;
    align-items: normal;
    width: 300px;
    height: 58px;
    top: 10px;
    left: 6px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-repass:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-repass .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-repass .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-send {
    position: relative;
    font-weight: bold;
    align-items: normal;
    width: 300px;
    height: 58px;
    top: 10px;
    left: 6px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-send:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-send .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-send .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-send:hover img {
     content: url("https://osago.app/img/Send-blue.svg");
}

table {
    background: white;
    border-radius: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 8px 14px rgba(22, 108, 233, 0.12);
}

thead {
    color: #1E1E1E66;
    font-weight: bold;
    height: 30px;
}

tr {
    text-align: start;
    height: 40px;
    border-bottom: 1px solid;
    border-color: #1E1E1E66;
}

th {
    width: 16.5%;
    padding:5px;
    text-align: start;
}

td {
    padding: 5px;
}

.summary {
    position: relative;
    top: 100%;
    width: 140px;
    height: 60px;
    display: block;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 8px 14px rgba(22, 108, 233, 0.12);

    color: rgba(30, 30, 30, 0.40);
    font-size: 12px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

.summary b {
    color: #1E1E1E;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
    padding-bottom: 20px;
}

.pagination {
    position: relative;
    display: inline-flex;
    gap: 30%;
    top: 3%;
    left: 20%;
}

.pagination .disabled {
    color: rgba(30, 30, 30, 0.40);
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word
}

.pagination .prev a{
    color: #166CE9;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

.pagination .next a {
    color: #166CE9;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

.pagination li a {
    color: rgba(30, 30, 30, 0.40);
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word
}

.pagination .active a {
    color: #166CE9;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

.h1-contract-view {
    color: rgba(30, 30, 30, 0.80);
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word; margin-left: 20px;
}

.h1-label-contract-view {
    background-color: white;
    border-radius: 10px;
    position: relative;
    margin-left: 15px;
    font-size: 10px;
    padding: 5px;
}

.contract-view-info {
    background-color: white;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 8px 12px #166ce92b;
}

.label-title {
    color: rgba(30, 30, 30, 0.80);
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word;
}

.label-title-1 {
    color: #1e1e1e33;
    font-size: 12px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word;
}

.background-btn-re {
    position: relative;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-re:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-re .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-re .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-re:hover img {
    content: url("https://osago.app/img/check-contained-blue.svg");
}

.background-btn-back {
    position: relative;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-back:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-back .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-back .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-back:hover img {
    content: url("https://osago.app/img/bt-back-blue.png");
}

.background-btn-clip {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-clip:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-clip .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-clip .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-cancel {
    position: relative;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-cancel:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-cancel .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-cancel .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-cancel:hover img {
    content: url("https://osago.app/img/x-circle-contained-white.svg");
}

.background-btn-accept-index {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 200px;
    height: 45px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-accept-index:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-accept-index .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-accept-index .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-accept-index:hover img {
    content: url("https://osago.app/img/check-contained.svg");
}

.background-btn-blue {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 200px;
    height: 45px;
    color: white;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-blue:hover {
    color: #166ce9;
    background-color: white;
}

.background-btn-blue .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-blue .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-white {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 200px;
    height: 45px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-white:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-white .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-white .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-delete-group {
    position: relative;
    display: block;
    font-weight: bold;
    margin-left: 150px;
    align-items: normal;
    text-align: center;
    width: 200px;
    height: 45px;
    color: #e91616;
    border: 2px solid #e91616;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-delete-group:hover {
    color: white;
    background-color: #e91616;
}

.background-btn-delete-group .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-delete-group .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-delete-group:hover img {
    content: url("https://osago.app/img/cross_white.svg");
}

.background-btn-del-driver {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 135px;
    height: 40px;
    top: 5px;
    left: 85%;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-del-driver:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-del-driver .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-del-driver .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-del-driver-2 {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 135px;
    height: 60px;
    top: 5px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-del-driver-2:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-del-driver-2 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-del-driver-2 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-plus-driver {
    position: relative;
    display: block;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 5px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-plus-driver:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-plus-driver .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-plus-driver .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-plus-driver:hover img {
    content: url("https://osago.app/img/icon_user-white.svg");
}

.background-btn-kp {
    position: relative;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #E8A115;
    border: 2px solid #E8A115;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-kp:hover {
    color: white;
    background-color: #E8A115;
}

.background-btn-kp .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-kp .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-kp:hover img {
    content: url("https://osago.app/img/coins-white.svg");
}

.background-btn-reload {
    position: relative;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #15d7e8;
    border: 2px solid #15d7e8;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-reload:hover {
    color: white;
    background-color: #15d7e8;
}

.background-btn-reload .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-reload .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-reload:hover img {
    content: url("https://osago.app/img/bt_reload_1.png");
}

.background-btn-osago-sb {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-osago-sb:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-osago-sb .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-sb .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-period {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    border: 2px solid white;
    background-color: white;
    color: rgba(0, 0, 0, 0.29);
}

.background-btn-period:hover {
    color: #166CE9;
}

.background-btn-period .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-period .text-icon {
    display: inline-flex;
}

.background-btn-period-active {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    border: 2px solid white;
    background-color: white;
    border-bottom: 2px solid black;
    color: black;
}

.background-btn-period-active:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-period-active .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-period-active .text-icon {
    display: inline-flex;
}

.background-btn-osago-1 {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-osago-1:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-osago-1 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-1 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-osago-1:hover img {
    content: url("https://osago.app/img/cart-blue.svg");
}

.background-btn-osago-1_gray {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    color: #1E1E1E;
    border: 2px solid #1E1E1E;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-osago-1_gray:hover {
    color: #1E1E1E;
    background-color: #ffffff;
}

.background-btn-osago-1_gray .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-1_gray .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-osago-1_gray:hover img {
    content: url("https://osago.app/img/cart-grey.svg");
}

.background-btn-osago-2 {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-osago-2:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-osago-2 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-2 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-osago-2:hover img {
    content: url("https://osago.app/img/cart-blue.svg");
}

.background-btn-osago-2-1 {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: 40px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-osago-2-1:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-osago-2-1 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-2-1 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-osago-2-1:hover img {
    content: url("https://osago.app/img/order-blue.png");
}

.bt_exit_support {
    position: absolute;
    right: 0;
    padding-right: 20px;
}

.myprofile-owerlap button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.background-btn-osago-3 {
    position: relative;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: auto;
    top: 10px;
    color: #166CE9CC;
}

.background-btn-osago-3:hover {
    color: #166CE9CC;
}

.background-btn-osago-3 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-3 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-osago-3:active img {
    content: url("https://osago.app/img/chevron-up.svg");
}

.background-btn-filter-index {
    position: relative;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: auto;
    height: auto;
    top: 10px;
    color: #166CE9CC;
}

.background-btn-filter-index:hover {
    color: #166CE9CC;
}

.background-btn-filter-index .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-filter-index .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-filter-index:active img {
    content: url("https://osago.app/img/arrow-up-contained-01.svg");
}

.background-btn-osago-4 {
    position: relative;
    display: block;
    padding-top: 5px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    word-wrap: break-word;
    align-items: normal;
    text-align: center;
    width: 160px;
    height: 30px;
    top: 10px;
    color: #1E1E1E;
    border: 2px solid #1E1E1E99;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);

}

.background-btn-osago-4:hover {
    color: #1E1E1E;
}

.background-btn-osago-4 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-4 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-osago-5 {
    position: relative;
    display: block;
    padding-top: 5px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    word-wrap: break-word;
    align-items: normal;
    text-align: center;
    width: 160px;
    height: 30px;
    top: 10px;
    color: #1E1E1E;
    border: 2px solid #1E1E1E99;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);

}

.background-btn-osago-5:hover {
    color: #1E1E1E;
}

.background-btn-osago-5 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-osago-5 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.IP_sum {
    color: #1E1E1E;
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

.IP_agent {
    color: #1E1E1E;
    font-size: 12px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(30, 30, 30, 0.08);
}

::-webkit-scrollbar-thumb {
    width: 5px;
    background: #1E1E1E;
    border-radius: 10px;
}

.kp-table {
    all: unset;
    display: inline-table;
    text-align-last: left;
    font-family: Inter;
}

@media screen and (max-width: 3200px) {

    .kp-vision-table {
        position: fixed;
        display: block;
        top: 10%;
        right: 5%;
        z-index: 99;
        background-color: white;
        border: 2px solid #166ce9;
        border-radius: 10px;
        width: 200px;
        padding: 5px;
    }
}

@media screen and (max-width: 1800px) {

    .kp-vision-table {
        position: fixed;
        display: block;
        top: 15%;
        right: 10%;
        z-index: 99;
        background-color: white;
        border: 2px solid #166ce9;
        border-radius: 10px;
        width: 200px;
        padding: 5px;
    }
}

@media screen and (max-width: 1600px) {

    .kp-vision-table {
        position: fixed;
        display: block;
        top: 15%;
        right: 5%;
        z-index: 99;
        background-color: white;
        border: 2px solid #166ce9;
        border-radius: 10px;
        width: 200px;
        padding: 5px;
    }
}

@media screen and (max-width: 1400px) {

    .kp-vision-table {
        position: fixed;
        display: block;
        top: 15%;
        right: 0;
        z-index: 99;
        background-color: white;
        border: 2px solid #166ce9;
        border-radius: 10px;
        width: 200px;
        padding: 5px;
    }
}

.loading {
    position: relative;
}

.badge {
    background-color: #e8a115;
    display: inline-block;
    width: 16px;
    border-radius: 5px;
    text-align: center;
}

#polis-polis-id_sk option[value="1"]   { background-image:url("https://osago.app/img/arrow-up-contained-01.svg");   }
#polis-polis-id_sk option[value="2"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }
#polis-polis-id_sk option[value="3"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }
#polis-polis-id_sk option[value="4"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }
#polis-polis-id_sk option[value="5"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }
#polis-polis-id_sk option[value="6"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }
#polis-polis-id_sk option[value="7"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }
#polis-polis-id_sk option[value="8"] { background-image:url("https://osago.app/img/arrow-up-contained-01.svg"); }

.site-error {
    background-color: white;
    position: fixed;
    display: block;
    margin-top: 90px;
    margin-left: 120px;
    width: 640px;
    height: 210px;
    padding-top: 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 10;
}

.background-btn-error {
    position: relative;
    font-weight: bold;
    align-items: normal;
    width: 300px;
    height: 58px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #166ce9;
    background-color: #166ce9;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-error:hover {
    color: #166CE9;
    background-color: #ffffff;
}

.background-btn-error .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-error1 {
    position: relative;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 225px;
    height: 58px;
    top: 10px;
    color: #5be815;
    border: 2px solid #5be815;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-error1:hover {
    color: white;
    background-color: #5be815;
}

.background-btn-error1 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-error1 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-error1:hover img {
    content: url("https://osago.app/img/bug-white.svg");
}

.errorMessageBlock {
    position: fixed;
    display: block;
    padding-top: 15px;
    margin-left: 10px;
    font-weight: bold;
    align-items: normal;
    text-align: center;
    width: 50%;
    height: auto;
    top: 25%;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
    z-index: 20;
}

.text-wrapper-errorBlock {
    z-index: 1;
    position: absolute;
    margin-top: -15px;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.overlap-errorBlock {
    z-index: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 2%;
    padding-top: 15px;
    width: 405px;
    height: 135px;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 0.5px solid;
    border-color: #1e1e1e1f;
    box-shadow: 0px 4px 6px #166ce90a;
}

.overlap-errorBlock:hover {
    border-color: #1E1E1E1F;
}

.background-btn-error2 {
    position: relative;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    width: 225px;
    height: 58px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}

.background-btn-error2:hover {
    color: white;
    background-color: #166ce9;
}

.background-btn-error2 .text-wrapper {
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    font-family: "Inter", Helvetica;
    letter-spacing: 0;
}

.background-btn-error2 .text-icon {
    display: inline-flex;
    gap: 10px;
}

.background-btn-error3 {
    position: relative;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    width: auto;
    height: 58px;
    color: #166ce9;
    border: 2px solid #166ce9;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 8px 14px 2px rgba(22, 108, 233, 0.12);
}