

/* Start:/local/templates/login/../.default/assets/css/style.css?176182286940257*/
/*fonts*/

@font-face {
    font-family: 'Geometria-Light';
    src: local("Geometria"), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Light.woff2') format('woff2');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Light.eot');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Light.woff') format('woff'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Light.ttf') format('truetype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Light.svg#Geometria-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria-Bold';
    src: local("Geometria"), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Bold.woff2') format('woff2');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Bold.eot');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Bold.woff') format('woff'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Bold.ttf') format('truetype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Bold.svg#Geometria-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: local("Geometria"), url('/local/templates/login/../.default/assets/css/../fonts/Geometria.woff2') format('woff2');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria.eot');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria.eot?#iefix') format('embedded-opentype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria.woff') format('woff'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria.ttf') format('truetype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria.svg#Geometria') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria-Medium';
    src: local("Geometria"), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Medium.woff2') format('woff2');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Medium.eot');
    src: url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Medium.woff') format('woff'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Medium.ttf') format('truetype'), url('/local/templates/login/../.default/assets/css/../fonts/Geometria-Medium.svg#Geometria-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*Обнуление*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

body {
    font-size: 16px;
    font-family: 'Geometria';
    scroll-behavior: auto;
}


/*----------header----------*/

h2 {
    font-family: 'Geometria-Bold';
    font-size: 40px;
    line-height: 130%;
}

h3 {
    font-family: 'Geometria-Medium';
    font-size: 34px;
    line-height: 120%;
}

h4 {
    font-size: 22px;
    font-family: 'Geometria';
    line-height: 120%;
}

h5 {
    font-size: 18px;
    font-family: 'Geometria';
    line-height: 120%;
}

h6 {
    font-family: 'Geometria-Light';
    font-size: 16px;
    line-height: 120%;
}

a {
    color: inherit;
    transition: 0.3s;
}

.hide-block {
    visibility: hidden;
}

.mt-2 {
    margin-top: 6px;
}

.phone_input {
    /*max-width: 170px;*/
    max-width: none !important;
}

.desk-none {
    display: none;
}

#f-medium {
    font-family: 'Geometria-Medium';
}

#f-reg {
    font-family: 'Geometria';
}

.header {
    background-color: #146561;
    color: white;
}

.autoriz .header {
    background-color: white;
}

.autoriz .header .logo__text p {
    color: #146561;
    margin-top: 3px;
}

.autoriz .header__menu {
    color: #146561;
    /* margin-left: 290px; */
    /* margin-left: 20%; */
}

.autoriz .header__row {
    /* justify-content: flex-start; */
}

.autoriz .header__menu h3 {
    font-family: 'Geometria-Medium';
    font-size: 25px;
    color: black;
}

.payments {
    display: flex;
    flex-direction: column;
}

.payments__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
    min-height: 65px;
    color: black;
}

.payments__list {
    border-top: 1px solid rgb(235, 235, 235);
}
.payments__list-last {
    border: none;
}

.payments__number {
    width: 80px;
}

.payments__wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    /*padding: 5px 0;*/
}

.payments__wrapper a:hover {
    background-color: #e7e7e7;
}


.payments__date {
    width: 100px;
}

.payments__basis {
    width: 240px;
}

.payments__time {
    width: 200px;
}

.payments__price {
    width: 100px;
}

.payments__status {
    width: 100px;
}

.payments__file {
    width: 80px;
}

.content__dept {
    display: flex;
    flex-direction: column;
}

.dept__wrapper {
    margin-left: 54px;
    margin-bottom: 40px;
}

.dept__content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 220px;
}

.dept__wrapper h4 {
    font-family: 'Geometria-Medium';
    margin-bottom: 20px;
}

.form__period {
    display: flex;
}

.dept .form__period_item .form__input {
    width: 200px;
}

.form__period_item:first-child {
    margin-right: 30px;
}

.form__period_item {
    display: flex;
    flex-direction: column;
}

#contract {
    appearance: none;
    font-family: 'Geometria';
    background: url(/local/templates/login/../.default/assets/css/../image/arrow-select.svg) 0 0 no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 14px);
    background-size: 14px 7px;
    cursor: pointer;
    padding-right: 40px;
}

.autorization__logo {
    margin-bottom: 20px;
}

.password__title {
    margin-top: 10px;
}

.dept {
    display: flex;
    flex-direction: column;
}

.dept .form__btn {
    justify-content: flex-start;
}

.dept .form__input {
    width: 430px;
}

.dept .form__item label {
    margin-bottom: 10px;
}

.payments__list_title {
    font-family: 'Geometria-Medium';
}

.payments__file a svg path {
    transition: .3s;
}

.payments__file a:hover svg path {
    fill: rgb(114, 114, 114);
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.header__row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    background-color: #146561;
}

.header__logo {
    display: flex;
    align-items: center;
}

.logo {}

.logo__image img {
    /*max-height: 56px;
    max-width: 272px;*/
    height: 66px;
    width: 72px;
}

.logo__text {
    margin-left: 25px;
}

.logo__text {}

.logo__text p {
    font-family: 'Geometria-Bold';
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.logo-desk-none {
    display: none;
}

.logo__text img {
    width: 240px;
}

.header__menu {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    z-index: 10;
}

.header__link {
    /* font-family: 'Geometria-Medium'; */
}

.header__link span {
    transition: .3s;
}

.header__link:hover span {
    color: #DAA35F;
}

.header__price {}

.header__account {
    padding-left: 30px;
    position: relative;
    padding-right: 20px;
    margin-left: 50px;
}

.header__account::after {
    content: '';
    width: 11px;
    height: 14px;
    background-image: url(/local/templates/login/../.default/assets/css/../image/arrow-menu.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 1px;
    transition: .3s;
}

.header__account:hover::after {
    background-image: url(/local/templates/login/../.default/assets/css/../image/arrow-menu-hover.svg);
}

.header__account {
    display: flex;
    position: relative;
}

.header__account {
    cursor: pointer;
}

.header__account:hover svg path {
    fill: #DAA35F;
}

.header__account svg {
    position: absolute;
    left: -5px;
    top: -5px;
}

.header__account svg path {
    transition: 0.3s;
}

.header__burger {
    cursor: pointer;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #DAA35F;
    z-index: 4px;
}

.header__burger::after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: white;
    top: 10px;
    position: absolute;
    left: 8px;
    transition: 0.3s;
}

.header__logo,
.logo__image,
.logo__text,
.header__burger {
    z-index: 5;
}

.header__burger::before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: white;
    bottom: 10px;
    position: absolute;
    left: 8px;
    transition: 0.3s;
}

.header__burger span {
    width: 25px;
    height: 3px;
    background-color: white;
    top: 18px;
    position: absolute;
    left: 8px;
    transition: 0.3s;
}

.burger-menu.show~.header__burger::after {
    transform: rotate(45deg);
    top: 18px;
}

.burger-menu.show~.header__burger::before {
    transform: rotate(-45deg);
    bottom: 19px;
}

.burger-menu.show~.header__burger span {
    transform: scale(0);
}

body.lock {
    overflow-y: hidden;
}

.burger-menu {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #146561;
    color: black;
    top: -100%;
    transition: .7s ease;
    overflow: scroll;
    color: white;
    left: 0;
}

.burger-menu.show {
    top: 96px;
    min-width: 400px;
}

.burger-menu__window {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 40px;
    overflow: scroll;
    margin-bottom: 70px;
}


/* .burger-menu__window::-webkit-scrollbar-thumb {
    display: none;
    -webkit-appearance: none;
} */

.burger-menu__window::-webkit-scrollbar:horizontal {
    display: none;
}

.burger-menu::-webkit-scrollbar:horizontal {
    display: none;
}

.burger-menu__close {
    position: absolute;
    top: 10px;
    left: 10px;
}

.burger-menu__logo img {
    width: 185px;
}

.burger-menu__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-menu__menu {
    display: flex;
    flex-direction: column;
}

.burger-menu__link a {
    text-transform: uppercase;
    font-family: 'Geometria-Medium';
    display: flex;
    align-items: center;
}

.burger-menu__link a svg {
    margin-right: 10px;
}

.burger-menu__link {
    margin-bottom: 15px;
}


/*-----------------------header end---------------------*/


/*-----------------------autorization---------------------*/

.autorization {
    margin-top: 30px;
}

.autorization__row {
    display: flex;
    flex-direction: column;
}

.autorization__info {
    text-align: center;
}

.autorization__title {}

.title {
    /* color: #146561; */
}

.autorization__subtitle {
    margin-top: 20px;
}

.subtitle {}

.autorization__form {
    margin: 0 auto;
    margin-top: 70px;
}
/* CUSTOM */

.pass_item {
	position: relative;
}
.password-control {
	position: absolute;
    top: 32px;
    right: 10px;
    display: inline-block;
    width: 32px;
    height: 36px;
	background: url(/local/templates/login/../.default/assets/css/../image/view.svg) 0 0 no-repeat;
    opacity: 0.4;
}
.password-control:hover {
    opacity: 0.7;
}
.password-control.view {
	background: url(/local/templates/login/../.default/assets/css/../image/no-view.svg) 0 0 no-repeat;
}

/* END CUSTOM */

.form {
    display: flex;
    font-size: 14px;
    flex-direction: column;
}

.form__input {
    border: 1px solid #14656150;
    width: 450px;
    border-radius: 3px;
    padding: 15px;
    font-size: 16px;
}

.form__input:focus {
    border-color: #146561;
}

.form__item:not(:last-child) {
    margin-bottom: 25px;
}

.form__label {
    padding-bottom: 7px;
    font-size: 16px;
    font-size: 14px;
}

.form__item {
    display: flex;
    flex-direction: column;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-right: 12px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #146561;
}

input:focus+.slider {
    box-shadow: 0 0 1px #146561;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.add-btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.add-btn__remember {
    align-items: center;
    display: flex;
}

.add-btn__forgot a:hover {
    color: #146561ce;
}

.label-switch {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.form__btn {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 15px;
}

.form__btn input {
    height: 50px;
    width: 160px;
    background: #146561;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #146561;
}

.form__info {
    width: 450px;
    font-size: 14px;
    margin-top: 5px;
    color: #000000a2;
}

.form__btn input:hover {
    background: white;
    color: #146561;
    border: 1px solid #146561;
}

.btn__recovery {
    justify-content: center;
}

.btn__recovery input {
    width: 150px;
}

.recovery__form {
    margin: 0 auto;
    margin-top: 40px;
}

.recovery__subtitle {
    margin-top: 10px;
}

.form__btn a {
    background: white;
    color: #146561;
    border: 1px solid #146561;
    text-transform: uppercase;
    height: 50px;
    border-radius: 3px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__btn a:hover {
    background: #146561;
    color: white;
}

.orsers__row {
    margin-top: 50px;
    /* justify-content: space-between; */
}

.nav-bar {
    display: flex;
    flex-direction: column;
}

.nav-bar__item a {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 60px;
    border: 1px solid rgb(235, 235, 235);
    /* font-family: 'Geometria-Medium'; */
    color: rgb(0, 0, 0);
}

.nav-bar__item a:hover {
    background-color: rgba(0, 0, 0, 0.048);
    color: black;
}

.badge {
    background-color: #146561;
    color: white;
    font-size: 12px;
    padding: 4px 0px;
    border-radius: 30px;
    font-family: 'Geometria-Medium';
    min-width: 25px;
    text-align: center;
}
.red_badge {
    background-color: #da1e23;
}

.burger-menu__link .badge {
    background-color: white;
    color: #146561;
    margin-left: 20px;
    font-size: 13px;
}

.burger-menu__link .red_badge {
    color: #da1e23;
}

.nav-bar__item.active {
    font-family: 'Geometria-Medium';
}

.nav-bar__item:first-child a {
    border-radius: 3px 3px 0 0;
}

.nav-bar__item:last-child a {
    border-radius: 0 0 3px 3px;
}

.payments__list.new {
    background-color: #f7f7f7;
}

.nav-bar__item:not(:last-child) a {
    border-bottom: none;
}

.menu__list {
    color: black;
    position: absolute;
    left: -23px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    top: 5px;
    transition: .4s;
}

.transparent__menu {
    height: 20px;
    background-color: transparent;
}

.header__account:hover .menu__list {
    visibility: visible;
    opacity: 1;
}

.menu__item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.menu__list_a {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.menu__item {
    color: rgb(99, 99, 99);
    text-transform: capitalize;
    display: flex;
    padding: 17px 27px;
    background-color: white;
}

.menu__item:hover {
    color: black;
    background-color: rgb(241, 241, 241);
}

.header__account {
    position: relative;
}

.orders__content {
    display: flex;
    margin-top: 50px;
}


.contacts,
.settings{
    width: 100%;
    margin-left: 54px;
    padding: 0 30px;
    padding-top: 10px;
    border: 1px solid rgb(235, 235, 235);
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 3px;
}

.notifications {
    border: 1px solid rgb(235, 235, 235) ;
}
.dept__content .contacts.notifications.payments {
    width: auto;
    height: auto;
}

.dept__content .payments__wrapper {
    width: auto;
    max-width: 100%;
}

.settings__info,
.contacts__info {
    /*margin-left: 40px;*/
    margin-top: 20px;
}

.contacts__shop:not(:last-child),
.settings__shop:not(:last-child){
    margin-bottom: 60px;
}

.contacts__shop,
.settings__shop {
    width: 100%;
}

.contacts_head,
.settings_head{
    background: #146561;
    color: white;
}
.contacts_head h4,
.settings_head h4{
    margin-bottom: 30px;
    /*margin-top: 60px;*/
    margin-top: 0;
    padding: 8px;
}

.contacts__title h4 {
    font-family: 'Geometria-Medium';
}

.contacts__label {
    font-family: 'Geometria-Medium';
    width: 170px;
}

.settings__label {
    font-family: 'Geometria-Medium';
    width: 30%;
}
.settings__inp{
    width: 50%;
}

.contacts__link,
.settings__inp {
    display: flex;
    flex-direction: column;
}

.contacts__item{
    display: flex;
}

.settings__item{
    display: flex;
    margin-bottom: 20px;
    margin-left: 30px;
    align-items: center;
}

.settings .form__btn{
    margin-top: 50px;
}

.contacts__item:not(:last-child){
    margin-bottom: 20px;
    margin-left: 30px;
}

/*.contacts__link a:not(:last-child) {*/ /*CUST*/
.contacts__link a{
    margin-bottom: 10px;
}

.account {
    flex-direction: column;
}

.account__item:not(:last-child) {
    margin-bottom: 25px;
}

.account__item h4 {
    margin-bottom: 10px;
    font-family: 'Geometria-Medium';
}

.account__item p:not(:last-child) {
    margin-bottom: 5px;
}

.account__item a {
    color: black;
}

.account__item a:hover {
    color: #146561;
}

.badge:empty {
    display: none;
}

.notifications__new:empty {
    display: none;
}

.notifications__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
}

.notifications__item:not(:last-child) {
    border-bottom: 1px solid rgb(235, 235, 235);
}

.notifications__title {
    max-width: 85%;
}
.notifications__title h5 {
    font-family: 'Geometria-Medium';
    height: 150px;
    overflow: hidden;
}

.notifications__title a{
    color: blue;
}


.showhide{
    cursor: pointer;
    margin-top: 4px;
    text-align: right;
    color: gray;
    display: none;
}

.showhide:hover{
    color: black;
}

.notifications__info {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.notifications__new {
    background-color: #146561;
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-family: 'Geometria';
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 20px;
}

.notifications {
    padding: 0;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 60px;
}

.notifications .bx-pagination {
    margin: 0 auto;
    margin-top: 15px;
}

/*
.order__content .payments__copy {
    width: 16px;
}*/
.order__content .svg_copy{
    display: inline-block;
    width: 16px;
    max-width: 26px;
    margin-left: 10px;
    cursor: pointer;
}
.order__content .svg_copy svg{
    filter: opacity(0.4);
}

.order__content .svg_copy svg:hover{
    filter: opacity(1);
}

.order__content .payments__number {
    width: 125px;
}

.order__content .payments__date {
    width: 265px;
}

.order__content .payments__price {
    width: 230px;
}

.order__content .payments__info {
    width: 420px;
}


.order__content .payments__company {
    width: 220px;
}

.order__content .payments__docs {
    width: 230px;
}

.tabel-order__title {
    font-family: 'Geometria-Medium';
}

.order__main-title {
    margin-left: 54px;
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.tabel-order__btn span {
    cursor: pointer;
    transition: .3s;
    margin-left: 5px;
}

.tabel-order__btn span:hover {
    color: #00000091;
}

.tabel-order__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabel-order__search-1 {
    display: flex;
    align-items: center;
}

.tabel-order__search {
    border: 1px solid rgb(235, 235, 235);
    margin-left: 40px;
    height: 40px;
    padding: 5px 15px;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 3px;
}

.tabel-order__submit {
    width: 40px;
    height: 40px;
    background-color: #146561;
    border-radius: 3px;
    background-image: url(/local/templates/login/../.default/assets/css/../image/search.svg);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    cursor: pointer;
    background-position: center center;
    transition: .3s;
}

.tabel-order__submit:hover {
    background-color: rgb(168, 168, 168);
}


.tabel-order__submit_reset {
    background-image: url(/local/templates/login/../.default/assets/css/../image/close.svg);
    background-color: rgb(80 80 80);
    filter: invert(100);
    margin-left: 10px;
}
.tabel-order__submit_reset:hover {
    background-color: #146561;
}



.oreder-form__1 {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 3px;
}

#required-inp,
#required-inp-1,
#required-inp-2,
#required-inp-3 {
    color: red;
}

#required-inp-1,
#required-inp-2,
#required-inp-3 {
    display: none;
}

#required-inp-1.vis,
#required-inp-2.vis,
#required-inp-3.vis {
    display: inline-block;
}

.oreder-form__input {
    display: flex;
    flex-direction: column;
}

.input-form-order {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 3px;
    padding: 7px 10px;
}

.input-form-order:focus {
    border: 1px solid rgb(206, 206, 206);
}

.oreder-form__row_input,
.oreder-form__row_input_top {
    display: flex;
    justify-content: space-between;
}

.oreder-form__row {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
    overflow: auto;
}

.oreder-form__row_1 .oreder-form__input {
    width: 25%;
}

.oreder-form__input label {
    margin-bottom: 12px;
    font-size: 14px;
}

.oreder-form__row_title {
    margin-bottom: 17px;
}

.oreder-form__1 {
    padding: 25px;
}

.oreder-form__row_2 .input-file {
    margin-bottom: 0;
}
.oreder-form__row_2 .doc_but {
    margin: 0;
    height: 38px;
}
.oreder-form__row_2 .oreder-form__input {
    /*justify-content: space-between; /* CUSTOM */
    width: 9%;
}
.oreder-form__row_2 .input-form-order { /* CUSTOM */
    /*height: 100%;*/
}

.oreder-form__row_2 .oreder-form__input:nth-child(5),
.oreder-form__row_2 .oreder-form__input:nth-child(6) {
    width: 19%; /* 22 */
}

.oreder-form__row_2 .oreder-form__input:nth-child(7) {
    width: 10%;
}

.oreder-form__row_2 .oreder-form__input:nth-child(8) {
    width: 10%;
}

.oreder-form__row_2 .file_a{
    padding-bottom: 0;
}

.oreder-form__row_2 .oreder-form__input:nth-child(5) .input-form-order,
.oreder-form__row_2 .oreder-form__input:nth-child(6) .input-form-order {
    padding: 5px 10px;
    display: inline-grid;
    align-items: center;
    line-height: 30px;
}

.oreder-form__row_2 .oreder-form__row_input:not(:last-child) {
    margin-bottom: 10px;
}

.oreder-form__new-line a {
    font-size: 16px;
    position: relative;
    padding-left: 17px;
}

.oreder-form__new-line a:hover {
    color: #0000008c;
}

.oreder-form__new-line a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: black;
    left: 0px;
    top: 7px;
}

.oreder-form__new-line a::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: black;
    left: 4px;
    top: 3px;
}

.oreder-form__new-line a:hover::after {
    background-color: #0000008c;
}

.oreder-form__new-line a:hover::before {
    background-color: #0000008c;
}

.oreder-form__check {}

.oreder-form__check .input-form-order {
    margin-left: 10px;
    width: 140px;
}

.oreder-form__check label {
    padding-left: 10px;
}

.oreder-form__row_3 .oreder-form__input_label {
    margin-bottom: 15px;
}

.oreder-form__check_1 {
    margin-bottom: 7px;
}

.oreder-form__row_3 .oreder-form__row_input {
    justify-content: flex-start;
}

.oreder-form__row_3 .oreder-form__input:nth-child(2) {
    margin-left: 100px;
    width: 50%;
}

.oreder-form__row_4 label {
    margin-left: 10px;
}

.oreder-form__row_4 {
    display: flex;
}

.form__item.form__btn.oreder-form input {
    width: 240px;
}

.form__item.form__btn.oreder-form {
    justify-content: center;
}

.oreder-form__row_5 .oreder-form__row_input {
    margin-bottom: 10px;
}

.oreder-form__row_5 .oreder-form__row_input {
    justify-content: flex-start;
}

.oreder-form__row_5 .oreder-form__input {
    margin-right: 15px;
}

.oreder-form__row_6 {
    display: flex;
    flex-direction: column;
}

.oreder-form__row_6 label {
    margin-bottom: 10px;
}

.oreder-form__input_ckeck-text {
    display: flex;
    justify-content: space-between;
}

.oreder-form__row_6 .oreder-form__row_input:nth-child(2) .oreder-form__input {
    width: 30%;
}

.oreder-form__row_6 .oreder-form__row_input:nth-child(2) {
    margin-bottom: 20px;
}

.oreder-form__input_ckeck-text_1 {
    margin-bottom: 10px;
}

.oreder-form__row_input_1 {
    flex-direction: column;
}

.oreder-form__row_input_1 .oreder-form__input_ckeck-text {
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.oreder-form__row_input_1 .oreder-form__input_ckeck-text .input-form-order {
    margin-left: 25px;
}

.oreder-form__row_input_1 .oreder-form__input {
    flex-direction: row;
    align-items: center;
}

.oreder-form__row_input_1 .oreder-form__input label {
    margin-left: 10px;
    margin-bottom: 0;
}


/* .oreder-form__row_7 .oreder-form__row_input-4 .oreder-form__input {
    width: 30%;
}

.oreder-form__7 .oreder-form__row_7 .oreder-form__row_input-4 .oreder-form__input {
    width: 50%;
} */

.oreder-form__input-add {
    width: 100% !important;
    margin-top: 15px;
}

.oreder-form__row_input-4 .oreder-form__input {
    width: 25%;
}

.oreder-form__input-add label {
    margin-bottom: 10px;
}

.oreder-form__input-add-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-form-order-add {
    margin-left: 15px;
}

.oreder-form__row_8 .oreder-form__input {
    width: 23%;
    margin-bottom: 20px;
    margin-right: 20px;
}

.oreder-form__row_3 .oreder-form__input {
    width: 21%;
    margin-bottom: 20px;
    margin-right: 20px;
    display: grid;
}

.dept__wrapper h4 p {
    font-size: 14px;
    font-family: 'Geometria-Light';
}

.oreder-form__row_9 .oreder-form__input {
    width: 20%;
}

.oreder-form__input_inside {
    display: flex;
    flex-direction: column;
}

.oreder-form__row_9 .oreder-form__input:nth-child(1) {
    width: 30%; /* 20 */
}

.oreder-form__row_9 .oreder-form__input:nth-child(2) {
    width: 28%; /* 28 */
}

.oreder-form__row_9 .oreder-form__input:nth-child(3) {
    width: 35%; /* 17 - 45 */
}

.oreder-form__row_9 .oreder-form__input:nth-child(4) {
    width: 28%;
}

.input_inside-mt {
    margin-top: 10px;
}

/*
.oreder-form__download-link:not(:last-child) {
    margin-bottom: 10px;
}

.oreder-form__download-link {
    font-size: 15px;
}

.oreder-form__download-link span {
    transition: .3s;
}

.oreder-form__download-link:hover span {
    color: #8b8b8b;
}*/

.oreder-form__row_10 .oreder-form__input {
    width: 8%;
    justify-content: space-between;
    margin-bottom: 15px;
}
/*
.oreder-form__row_10 .oreder-form__row_input .oreder-form__input:nth-child(7) {
    width: 18%;
}*/
.oreder-form__row_10 .oreder-form__row_input .oreder-form__input:nth-child(6){ /* серия */
    width: 6%;
}
.oreder-form__row_10 .oreder-form__row_input .oreder-form__input:nth-child(5),
.oreder-form__row_10 .oreder-form__row_input .oreder-form__input:nth-child(9) { /* даты */
    width: 10%;
}
.oreder-form__row_10 .oreder-form__row_input .oreder-form__input:nth-child(8) {
    width: 15%;
}

.oreder-form__row_10 label {
    text-align: center;
}


.oreder-form__row_12 .oreder-form__input {
    width: 12%;
    justify-content: space-between;
    margin-bottom: 15px;
}
.oreder-form__row_12 .oreder-form__row_input:nth-child(1) .oreder-form__input:nth-child(4){ /* должность */
    width: 18%;
}
.oreder-form__row_12 .oreder-form__row_input:nth-child(1) .oreder-form__input:nth-child(6){ /* подрядчик */
    width: 30%;
}

.oreder-form__row_12 .oreder-form__row_input:nth-child(2){ /* нерезидент */
    display: inline-flex;
    align-items: center;
}
.oreder-form__row_12 .oreder-form__row_input:nth-child(2) .oreder-form__input{ /* нерезидент */
    display: contents;
}

.oreder-form__row_12 .oreder-form__row_input:nth-child(4) .oreder-form__input:nth-child(1){ /* серия */
    width: 6%;
}
.oreder-form__row_12 .oreder-form__row_input:nth-child(4) .oreder-form__input:nth-child(2){ /* номер */
    width: 8%;
}

.oreder-form__row_12 .oreder-form__row_input:nth-child(4) .oreder-form__input:nth-child(3){ /* кем */
    width: 44%;
}
.oreder-form__row_12 .oreder-form__row_input:nth-child(4) .oreder-form__input:nth-child(4){ /* когда */
    width: 10%;
}
.oreder-form__row_12 .oreder-form__row_input .pass_block{
    display: contents;
}
.oreder-form__row_12 .oreder-form__row_input .pass_block .input-form-order,
.oreder-form__row_12 .oreder-form__row_input .pass_block_all .input-form-order{
    width: inherit;
}
.oreder-form__row_12 .oreder-form__row_input .pass_block .label_title{
    margin-bottom: 0;
    align-self: center;
}
.oreder-form__row_12 .oreder-form__row_input .pass_block .input-form-order{
    margin-right: 12px;
}


.oreder-form__row_13 .oreder-form__row_input:not(:last-child) {
    margin-bottom: 10px;
}

.oreder-form__row_13 .oreder-form__input{ /* access_zone */
    width: 33%;
}


.oreder-form__row_14 .oreder-form__row_input:not(:last-child) {
    margin-bottom: 10px;
}

.oreder-form__row_14 .oreder-form__input{ /* cam */
    width: 49%;
}


.oreder-form__row_11 .oreder-form__input label {
    padding-top: 2px;
    margin: 0;
}

.oreder-form__row_11 .switch_block {
    margin: 16px !important;
}

.oreder-form__row_11 .oreder-form__input {
    width: 25% !important;
    justify-content: space-between;
    margin-bottom: 3px;
    display: inline-block;
    text-align: center;
    align-self: center;
}

.oreder-form__row_input-file {
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}

.oreder-form__row_input-file label {
    margin-right: 25px;
}
.oreder-form__row_input-file .doc_but {
    padding: 6px;
    text-align: center;
    width: 100%;
}
.oreder-form__row_input-file .input-file-list {
    width: 30%;
}

.order__btn-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: white;
    background-color: #146561;
    border: 1px solid #146561;
    width: 200px;
    transition: .3s;
}

.order__btn-bottom a:hover {
    color: #146561;
    background-color: white;
}

.order__btn-bottom {
    margin-left: 54px;
    margin-top: 20px;
}

.back-to-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #146561;
    background-color: white;
    border: 1px solid #146561;
    width: 100px;
    margin-left: 54px;
    margin-bottom: 20px;
}

.back-to-form:hover {
    color: white;
    background-color: #146561;
}

.dept__content-mt {
    margin-top: 30px;
}

.success, .error{
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;

    color: #ffffff;
    padding: 16px;
    border-radius: 4px;
    background: #146561;
}

.error{
    background: #b12727;
}
.file_a{
    display: block;
    padding-bottom: 10px;
}
.delete_row{
    cursor: pointer;
    margin-top: 5px;
}

.time_check{
    margin: 10px 0;
    border: 1px solid;
    padding: 10px;
    color: red;
    line-height: 1.3em;
}

button.time_popup_but{
    margin: 12px 0;
    border: 1px solid #e1e1e1;
    padding: 20px 0;
    border-radius: 4px;
}

button.time_popup_but:hover{
    background-color: #e7e7e7;
}
button.time_popup_but:active{
    background-color: #dadada;
}

/* POPUP */

.time_popup {
    display: none;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
}

/* Ещё немного стилей для popup окна */

.time_popup .object{
    background-color: #eee;
    padding: 50px 20px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow: auto;
}

.time_popup .object .time_block{
    text-align: center;
    max-width: 500px;
}


.time_popup_close {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    float: right;
    position: relative;
    top: -31px;
    color: #bfbfbf;
}
.time_popup_close:hover {
    color: #a1a1a1;
}

.time_item {
    display: inline-block;
    border: 1px solid #c9c9c9;
    margin: 10px;
    padding: 11px;
    border-radius: 4px;
    width: 90px;
    text-align: center;
    cursor: pointer;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                      not supported by any browser */
}

.time_item_active:hover {
    border: 1px solid #bdbdbd;
    background-color: #dfdfdf;
}

.time_item_active:active {
    border: 1px solid #b2b2b2;
    background-color: #d9d9d9;
}

.time_item_disabled{
    cursor: default;
    border: none;
    background-color: #e7e7e7;
}



.time_popup_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 31px;
}

/*
@media print {
    .printSelected > * {display: none;}
    .printSelected >.printSelection { display: block; padding:25px;}
    .printSelected input, select { border:none}
}
.printSelection{display:none;}*/


.desc_field_interline{
    display: none;
}
.top_margin{
    margin-top: 10px;
}

.access_text_check{
    float: right;
    cursor: pointer;
    display: flex;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                      not supported by any browser */
}

.access_text_check input{
    cursor: pointer;
}

.form_status{
    width: fit-content;
    padding: 10px;
    min-width: 134px;
    text-align: center;
}

.form_status_P{ /* Согласование */
    background: rgba(217, 182, 0, 0.2);
    color: #cdad04;
}
.form_status_Y{ /* Утверждена */
    background: rgba(50, 162, 135, 0.2);
    color: #32A287;
}
.form_status_N{ /* Отклонена */
    background: rgba(249, 108, 103, 0.2);
    color: #F96C67;
}
.form_status_E{ /* Ошибка */
    background: rgb(0 0 0 / 10%);
}
.form_status_S{ /* Отправка */
    color: #fff;
    background: rgb(88 161 84 / 68%);
}

.job_hidden_vid{
    display: none;
}


.doc_but{
    height: 48px;
    background: #146561;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
    display: grid;
    place-items: center;
    transition: none;
    text-align: center;
}

.doc_but:active{
    background: #15807a;
}
.doc_but:hover{
    color: white;
}


.file_a{
    display: block;
    padding-bottom: 10px;
}

.job_inp_file{
    max-width: 100%;
}


label.input-file {
    display: block;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
   /* width: 0; Иначе не видно уведомление required
    height: 0;*/
}


/* Disabled */
.input-file input[type=file]:disabled + span,
.doc_but_disabled,
.doc_but_disabled:active{
    background: #B1B1AE;
    cursor: default;
}

/* Список файлов */

.input-file-list{
    margin-top: 10px;
}

.input-file-list-item {
    margin-bottom: 10px;
}

.input-file-list-item a {
    overflow: hidden;
}

.input-file-list-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 60px);
    padding: 2px 0;
}

.input-file-list-remove {
    color: red;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

/* DEL */
.download_but{
    font-size: 24px;
    border: 5px solid #8595ff;
    border-radius: 4px;
    padding: 10px;
    color: #8595ff;
}
.download_but:hover,
.download_but:active{
    border: 5px solid #536aff;
    color: #536aff !important;
}

/* END DEL */

/* SWITCH */
/* The switch - the box around the slider */
.switch_form {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin-left: 8px;
}

/* Hide default HTML checkbox */
.switch_form input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch_form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.switch_form .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

.switch_form input:checked + .slider {
    background-color: #146561;
}

.switch_form input:focus + .slider {
    box-shadow: 0 0 1px #146561;
}

.switch_form input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.switch_form .slider.round {
    border-radius: 34px;
}

.switch_form .slider.round:before {
    border-radius: 50%;
}

/* END SWITCH */


.oreder-form__row_11 .desc_field_interline  {
    margin-top: 16px;
    margin-bottom: 3px;
    margin-left: 10px;
}

.oreder-form__row_11 .oreder-form__row_input .oreder-form__row:not(:first-child){
    text-align: center;
    display: inline;
}

.oreder-form__row_11 .oreder-form__row_input:nth-child(3) .label_title {
    /*padding-bottom: 25px;*/
}

.switch_lbl{
    cursor: pointer;
}

.job_downld{
    color: red;
    margin: 10px;
}

.job_downld a{
    display: contents;
    color: blue;
}

.change_place{
    display: none;
}

.legend_block{
    display: inline-flex;
    text-align: center;
    margin-top: 30px;
}
.legend_block .legend_item{
    display: flex;
    align-items: center;
}
.legend_block .legend_item .legend_color{
    border: 1px solid #c9c9c9;
    margin: 10px;
    padding: 11px;
    cursor: default;
}
.legend_block .legend_item .legend_color_gray{
    background-color: #e7e7e7;
}

/* Chrome, Safari, Edge, Opera - Скрыть стрелочки у number типов */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.pass_block_all{
    display: none;
}

.pass_title{
    margin-bottom: 18px;
}

.non_res_rf_lbl{
    margin-left: 10px;
}

.access_zone_reason,
.cam_reason{
    width: 100%;
}

.label_title_center{
    text-align: center;
}

.header_instructions:hover a{
    color: inherit;
}
/* End */


/* Start:/local/templates/login/../.default/assets/css/min.css?176182286910541*/



@media (max-width:1440px) {
    .contacts,
    .settings{
        margin-left: 54px;
    }
    /*.payments__basis {
        width: 146px;
    }*/
    .payments__time {
        width: 90px;
    }
    .dept__basis {
        width: 200px;
    }
    .dept__wrapper {
        margin-left: 54px;
    }
}

@media (max-width:1439px) {
    .oreder-form__row_1 .oreder-form__input {
        width: 30%;
    }
    .oreder-form__row_2 .oreder-form__input {
        justify-content: space-between;
    }
    .oreder-form__row_2 .oreder-form__input label {
        text-align: center;
    }
    .oreder-form__row_6 .oreder-form__row_input:nth-child(2) .oreder-form__input {
        width: 20%;
    }
    .oreder-form__row_6 .oreder-form__row_input .oreder-form__input:nth-child(2) {
        width: 40%;
    }
    .oreder-form__input-1 {
        width: 100% !important;
    }
    .oreder-form__row_input-1 .oreder-form__input {
        width: 18%;
        justify-content: space-between;
    }
    .oreder-form__row_input-1 .oreder-form__input:nth-child(4) {
        width: 30%;
    }
    .oreder-form__row_input-4 .oreder-form__input {
        width: 31%;
    }
    .oreder-form__row_8 .oreder-form__input {
        justify-content: space-between;
    }
    .input-form-order input{
        width: 100%;
    }
    .oreder-form__row_9 .oreder-form__row_input {
        flex-direction: column;
    }
    .oreder-form__row_9 .oreder-form__input,
    .oreder-form__row_9 .oreder-form__input:nth-child(2),
    .oreder-form__row_9 .oreder-form__input:nth-child(3),
    .oreder-form__row_9 .oreder-form__input:nth-child(4) {
        width: 100%;
    }
    .oreder-form__row_9 .oreder-form__input:nth-child(2),
    .oreder-form__row_9 .oreder-form__input:nth-child(3),
    .oreder-form__row_9 .oreder-form__input:nth-child(4) {
        margin-top: 25px;
    }

    .oreder-form__row_14 .oreder-form__input_inside{
        margin-top: 25px;
    }

    .oreder-form__row_14 .block_form_input:nth-child(2){
        margin-top: 35px;
    }

    .input-form-order-add {
        width: 70%;
    }
    .scroll-form {
        overflow-x: scroll;
        margin-bottom: 25px;
    }
    /*.oreder-form__row_10,
    .oreder-form__row_2 {
        width: 1054px;
        margin-bottom: 5px;
    }*/
     ::-webkit-scrollbar-thumb {
        border: 2px solid white;
        background-color: #ccc;
    }
     ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
     ::-webkit-scrollbar:horizontal {
        height: 7px;
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }
    .oreder-form__row_1 .oreder-form__row_input {
        flex-direction: column;
    }
    .oreder-form__row_1 .oreder-form__input {
        width: 100%;
    }
    .oreder-form__row_1 .oreder-form__input:not(:last-child) {
        margin-bottom: 15px;
    }
    .oreder-form__row_3 .oreder-form__row_input {
        flex-direction: column;
    }
    .oreder-form__row_3 .oreder-form__input:nth-child(2) {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .oreder-form__row_6 .oreder-form__row_input:nth-child(2) {
        flex-direction: column;
    }
    .oreder-form__row_6 .oreder-form__row_input:nth-child(2) .oreder-form__input {
        width: 100%;
    }
    .oreder-form__input_ckeck-text input[type=text] {
        width: 80%;
    }
    .oreder-form__7 .oreder-form__row_input-1 {
        flex-direction: column;
    }
    .oreder-form__row_input-1 .oreder-form__input {
        width: 100%;
    }
    .oreder-form__row_input-1 .oreder-form__input:not(:last-child) {
        margin-bottom: 15px;
    }
    .oreder-form__row_6 .oreder-form__row_input:nth-child(2) .oreder-form__input:not(:last-child) {
        margin-bottom: 15px;
    }
    .oreder-form__row_input-4 {
        flex-direction: column;
    }
    .oreder-form__row_input-4 .oreder-form__input {
        width: 100%;
    }

    .oreder-form__row_input_top {
       display: block;
    }
    .oreder-form__row_input_top .oreder-form__input{
        margin-bottom: 20px;
     }

    /* .oreder-form__input_ckeck-text {
        justify-content: flex-start;
    } */
    .oreder-form__input-add-1 {
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .oreder-form__input-add-1 label {
        margin-left: 15px;
        margin-bottom: 0;
    }
    /* .oreder-form__row_8 .oreder-form__row_input {
        flex-direction: column;
    }*/
    .oreder-form__row_8 .oreder-form__row_input .oreder-form__input {
        width: 100%;
        margin-right: 20px;
    }
    .oreder-form__row_input-1 .oreder-form__input:nth-child(4) {
        width: 100%;
    }
    #inp-100 {
        width: 100%;
    }
    .oreder-form__input-mb {
        margin-top: 15px;
    }
}


@media (max-width:1470px) {

    .order__main-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .tabel-order__filter {
        /*margin-top: 15px;*/
        justify-content: space-between;
    }
}
@media (max-width:1200px) {
    .contacts__shop,
    .settings__shop{
        width: 50%;
    }
    .payments {
        width: 863px;
        overflow-x: scroll;
    }

    /*.payments__wrapper {
       width: 862px;
   }
   .dept__content .payments__wrapper {
       width: 862px;
   } CUST: */


    /*.payments__wrapper {
        min-width: 862px;
    }*/
    .dept__content .payments__wrapper {
        /*min-width: 862px;*/
        width: 100%;
    }

    .dept__content .contacts.notifications.payments {
        width: auto;
        overflow-x: scroll;
    }


}

@media (max-width:1160px) {
    .contacts,
    .settings{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .contacts__shop,
    .settings__shop{
        width: 100%;
    }
}

@media (max-width:1024px) {
    .header__link a {
        font-size: 14px;
    }
    .autorization__subtitle {
        width: 80%;
        margin: 20px auto 0;
    }
    .autorization__form {
        margin-top: 50px;
    }
    .recovery__subtitle {
        width: 100%;
    }
    .menu__list {
        left: -5px;
    }
    .oreder-form__row_5 {
        width: auto; /*638px*/
    }
    .oreder-form__row_5 {
        width: auto; /*686*/
    }
}


@media (max-width:965px) {
    .desk-none {
        display: flex;
    }
    .mob-none {
        display: none;
    }
    .notifications__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .notifications__info {
        margin-left: 0;
        margin-top: 15px;
    }
    .tabel-order__filter {
        flex-direction: column;
        align-items: flex-start;
    }
    .tabel-order__search {
        margin: 15px 15px 15px 0;
    }
}

@media (max-width:768px) {
    .contacts,
    .settings{
        padding: 29px;
        margin-left: 0;
    }
    .nav-bar {
        display: none;
    }
    .notifications {
        padding: 0;
    }
    .autoriz .header__menu h3 {
        font-size: 22px;
    }
    .dept__wrapper {
        margin-left: 0;
    }
    .order__main-title {
        margin-left: 0;
    }
    .order__btn-bottom {
        margin-left: 0;
        margin-top: 40px;
    }
    .back-to-form {
        margin-left: 0;
    }
    .orders__content {
        margin-top: 30px;
    }
}

@media (max-width:660px) {
    .autoriz .header__row {
        flex-direction: column;
    }
    .autoriz .header__logo {
        margin-right: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width:580px) {
    .form__input {
        width: 100%;
    }
    .autorization__form {
        margin: 30px 0 0;
    }
    .autorization__subtitle {
        width: 100%;
        margin: 11px auto 0;
    }
    h5 {
        font-size: 16px;
    }
    h3 {
        font-size: 28px;
    }
    .autorization {
        margin-top: 30px;
    }
    .logo__text img {
        width: 191px;
    }
    .logo__text p {
        margin-top: 8px;
        font-size: 11px;
    }
    .logo__text {
        margin-left: 14px;
    }
    .header__row {
        padding: 15px 0;
    }
    .form__info {
        width: 100%;
    }
    .orders__content {
        margin-top: 30px;
    }
    .orsers__row {
        margin-top: 35px;
    }
}

@media (max-width:480px) {
    .contacts,
    .settings {
        padding: 18px;
    }
    .contacts__item,
    .settings__item {
        justify-content: space-between;
    }
    .contacts__info,
    .settings__info {
        margin-left: 0;
    }
    .account__item h4 {
        margin-bottom: 10px;
        font-family: 'Geometria-Medium';
        font-size: 18px;
    }
    .notifications {
        padding: 0;
    }
    .autoriz .header__menu h3 {
        font-size: 18px;
    }
    .dept .form__input {
        width: 100%;
    }
    .form__period {
        flex-direction: column;
    }
    .form__period_item:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .dept .form__period_item .form__input {
        width: 100%;
    }
    /*.oreder-form__input_ckeck-text input[type=text] {
        width: 50%;
    }*/
    .order__btn-bottom a {
        width: 100%;
    }
    .select-forms {
        width: 100%;
    }
}

@media (max-width:430px) {
    .autoriz .header__logo {
        margin-right: 0;
    }
    .autorization__logo img {
        width: 100%;
    }
    .oreder-form__row_input_1 .oreder-form__input {
        flex-direction: column;
        align-items: flex-start;
    }
    .oreder-form__row_input_1 .oreder-form__input:last-child {
        flex-direction: row;
    }
}

@media (max-width:375px) {
    .add-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .add-btn__forgot {
        margin-top: 15px;
    }
    .form__btn {
        flex-direction: column;
        margin: 0;
    }
    .form__btn input {
        width: 100%;
    }
    .form__btn a {
        width: 100%;
        margin-top: 15px;
    }
    .logo-desk-none img {
        width: 100px;
    }
    .logo-desk-none {
        display: flex;
    }
    .logo-mob-none {
        display: none;
    }
    .autoriz .header__logo {
        margin-bottom: 15px;
    }
}

@media (max-width:350px) {
    .contacts__item,
    .settings__item{
        flex-direction: column;
    }
    .contacts__link a:not(:last-child),
    .settings__link a:not(:last-child) {
        margin-bottom: 5px;
    }
    .contacts__label,
    .settings__label {
        margin-bottom: 10px;
    }
    .contacts__shop:not(:last-child),
    .settings__shop:not(:last-child) {
        margin-bottom: 45px;
    }
}
/* End */
/* /local/templates/login/../.default/assets/css/style.css?176182286940257 */
/* /local/templates/login/../.default/assets/css/min.css?176182286910541 */
