@charset "UTF-8";
.blue.darken-2 {
  background: rgb(33, 141, 232) !important;
}

a {
  color: #1976d2;
}

.bold {
  font-weight: bold !important;
}

[v-cloak] {
  display: none;
}

.normal {
  font-weight: normal;
}

.grey-grib {
  background: #E1E6EC;
}

ul.pagination > .disabled > span:focus, ul.pagination > .disabled > span:hover {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}

ul.pagination > .disabled > a:focus, ul.pagination > .disabled > a:hover {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgb(204, 204, 204);
  cursor: not-allowed;
}

ul.pagination > li > span, ul.pagination > li > a {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  position: relative;
  float: left;
  font-size: 1rem;
  text-decoration: none;
  color: #060b35;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
}

.index-lot {
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-border {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

#index_lots {
  position: relative;
  z-index: 10;
  font-size: 16px;
}
#index_lots a {
  color: #000;
}

.vmiddle {
  vertical-align: middle;
}

#bottom-menu {
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -60px;
  position: relative;
  z-index: 20;
}
#bottom-menu .container .row {
  margin-bottom: 0;
}
#bottom-menu .container .row a {
  line-height: 30px;
  width: 100%;
  display: block;
  margin-top: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#bottom-menu .container .row .col:last-child a {
  border-right: none;
}
#bottom-menu .container .row .col {
  padding: 0;
}
#bottom-menu .container .row a:hover {
  text-decoration: underline;
}

#video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  opacity: 0.5;
}

#index-video {
  position: relative;
  z-index: 2;
  height: 80vh;
}
#index-video .video-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  width: 100%;
}
#index-video .video-overlay h1 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  line-height: 50px;
}
#index-video .video-overlay h3 {
  margin-top: 70px;
  margin-bottom: 70px;
  line-height: 43px;
}
#index-video .video-overlay h5 {
  margin-bottom: 20px;
}

nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  -webkit-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.12);
}

a.index-link {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 240px;
  text-align: left;
  line-height: 37px;
  padding: 0 15px;
  font-size: 14px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
}
a.index-link i.mdi {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  font-size: 20px;
  vertical-align: middle;
}

.line_break_anywhere {
  line-break: anywhere;
}

.highlighted-success {
  background-color: #FAFAE7;
}

a.index-link:hover {
  border-color: rgb(255, 255, 255);
}
a.index-link:hover i.mdi {
  margin-left: 10px;
}

a.index-link-blue {
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

body {
  background-color: #1976D2 !important;
}

i.left {
  margin-right: 0px;
}

nav .brand-logo {
  padding: 0 15px;
}

nav .user-login {
  margin-right: 0;
  padding-right: 0 !important;
}
nav .user-login a {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
nav .user-login span {
  display: inline-block;
}
nav .user-login a:hover {
  background: none;
}
nav .user-button {
  height: 64px;
  margin-left: 10px;
}
nav .user-button a {
  height: 64px;
}
nav li#siteMenu {
  width: 54px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
nav li#siteMenu .mdi-close {
  display: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
nav li#siteMenu a {
  text-decoration: none;
}
nav li#siteMenu a span {
  display: inline;
  float: left;
  margin-left: 10px;
  opacity: 0;
  width: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  position: absolute;
}
nav li#siteMenu.opened {
  width: 256px;
}
nav li#siteMenu.opened .mdi-menu {
  display: none;
}
nav li#siteMenu.opened .mdi-close {
  display: block;
  -webkit-animation: spin 0.5s linear;
  -moz-animation: spin 0.5s linear;
  animation: spin 0.5s linear;
}
nav li#siteMenu.opened a span {
  opacity: 1;
  width: auto;
}
nav li.settings-button {
  border-left: 1px solid #eeeeee;
  height: 64px;
  margin-left: 15px;
}
nav li.settings-button a {
  height: 64px;
}
nav li.user-block {
  line-height: 14px !important;
  height: 64px;
}
nav li.user-block i.ti {
  vertical-align: middle;
}
nav li.user-block .user-info {
  font-size: 14px;
  line-height: 14px !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 2px;
}
nav li.user-block a {
  padding: 0 10px;
  margin: 0 !important;
  height: 64px;
}
nav li.notifications {
  position: relative;
  height: 64px;
}
nav li.notifications a {
  height: 64px;
}
nav .notifications_badge {
  color: white;
  background: rgb(255, 0, 4);
  font-size: 11px;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
}
nav .round {
  border-radius: 20px;
}

ul.pagination > .active > span:focus, ul.pagination > .active > span:hover, ul.pagination > .active > span, ul.pagination > .active > a:focus, ul.pagination > .active > a:hover, ul.pagination > .active > a {
  z-index: 3;
  color: rgb(255, 255, 255);
  background-color: #085cf0;
  border-color: transparent;
  cursor: default;
}

ul.pagination > li > span:hover, ul.pagination > li > a:hover {
  background-color: #060b35;
  color: rgb(255, 255, 255);
  border: 1px solid #060b35;
}

html.k-ff.k-ff59 body main.page.grey.lighten-4 div.container div.row div.col.s12 h5.blue-text {
  margin: -0.18rem 0 0.656rem 0;
}
html.k-ff.k-ff59 body main.page.grey.lighten-4 div#pageHead div.container div.row div.col.s12 p span.white-text {
  opacity: 0.5;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

hr {
  border: none;
  height: 1px;
}

main {
  height: 100%;
}

#mainMenu a {
  width: 100%;
  height: 54px;
  display: block;
}
#mainMenu a .inner img, #mainMenu a .inner i.ti {
  font-size: 25px;
  line-height: 35px;
  color: white;
  float: left;
  margin: 8px;
  vertical-align: baseline;
  display: inline-block;
}
#mainMenu a .inner .title {
  float: left;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
#mainMenu a.top-navbar {
  height: 64px !important;
}
#mainMenu a.top-navbar img {
  cursor: pointer;
  margin-top: 16px;
}
#mainMenu a.top-navbar .title {
  line-height: 64px;
}

.backlink {
  padding: 0 !important;
  border: none;
  margin-top: -5px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  color: rgb(147, 147, 147);
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease;
  vertical-align: middle;
  margin-right: 10px;
}
.backlink:hover {
  background: rgb(33, 150, 243);
  color: white;
}
.backlink.backlink-red:hover {
  background: rgb(255, 0, 4);
}
.backlink.backlink-green:hover {
  background: rgb(76, 175, 80);
}
.backlink.backlink-yellow:hover {
  background: rgb(251, 192, 45);
}

.page-footer div.row {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.page-footer.index {
  display: none;
  position: relative;
}

#crypto_pro_warning {
  height: 60vh;
}

.preloader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  overflow: hidden;
  animation-delay: 1s;
}

.preloader-text {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.item-1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(144, 202, 249);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(144, 202, 249);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(0, 156, 238);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(0, 156, 238);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(33, 141, 232);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(33, 141, 232);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(25, 118, 210);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(25, 118, 210);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(204, 25, 157);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(204, 25, 157);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

#main_container.isAuth {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}

#main_container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 100%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1 0 100%;
}
#main_container .left_menu {
  position: relative;
}
#main_container .left_menu .left_menu_container {
  height: 100%;
  position: fixed;
  width: 54px;
}
#main_container .left_menu.isAuth {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 54px; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 0 0 54px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
#main_container .left_menu.isAuth a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}
#main_container .left_menu.isAuth a div.inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  opacity: 0;
}
#main_container .left_menu.isAuth a div.inner {
  background: rgb(33, 141, 232);
  overflow: hidden;
  width: 54px;
  height: 54px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  position: relative;
}
#main_container .left_menu.isAuth a div.inner img, #main_container .left_menu.isAuth a div.inner i.ti {
  font-size: 25px;
  line-height: 35px;
  color: white;
  float: left;
  margin: 12px !important;
  vertical-align: middle;
  display: inline-block;
}
#main_container .left_menu.isAuth a div.inner div.title {
  width: 254px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  opacity: 0;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 54px;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}
#main_container .left_menu.isAuth a:hover div.inner {
  width: 256px;
}
#main_container .left_menu.isAuth a:hover div.inner div.title {
  width: 100%;
  opacity: 1;
}
#main_container .left_menu.isAuth a:hover div.inner::before {
  width: 254px;
  opacity: 1;
}
#main_container .left_menu.isAuth a.active div.inner {
  background: #0d47a1;
}
#main_container .body {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 100%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1;
  flex: 1 0 0;
}
#main_container .left_menu.opened {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 256px; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1;
  flex: 0 0 256px;
}
#main_container .left_menu.opened a div.inner {
  background: rgb(33, 141, 232);
  width: 256px;
}
#main_container .left_menu.opened a div.inner div.title {
  width: 254px;
  opacity: 1;
}
#main_container .left_menu.opened .left_menu_container {
  height: 100%;
  position: fixed;
  width: 256px;
}

.kopeyki {
  font-size: 16px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.fs36 {
  font-size: 36px !important;
  line-height: 40px;
}

.fs40 {
  font-size: 40px;
}

.pl20 {
  padding-left: 20px !important;
}

.p20 {
  padding: 20px;
}

.pt9 {
  padding-top: 9px !important;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.p10 {
  padding: 10px 10px 10px 10px !important;
}

.p5 {
  padding: 5px 5px 5px 5px !important;
}

.ptb10 {
  padding: 10px 0 10px 0 !important;
}

.pt21rem {
  padding-top: 2.1rem;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr5 {
  margin-right: 5px;
}

.mr20 {
  margin-right: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb05rem {
  margin-bottom: 0.5rem;
}

.mb03rem {
  margin-bottom: 0.3rem;
}

.mb06rem {
  margin-bottom: 0.6rem;
}

.mb07rem {
  margin-bottom: 0.7rem;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mt0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: -5px;
}

.mt-9 {
  margin-top: -9px;
}

.mt-12 {
  margin-top: -12px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0px !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.text-center {
  text-align: center;
}

.collection {
  border: none;
}

.button__badge {
  color: white;
  padding: 1px 3px;
  font-size: 12px;
  position: absolute;
  top: 0;
  width: 36px;
  text-align: center;
}

.w40 {
  width: 40% !important;
}

.ghost-btn-green {
  cursor: pointer;
  background: transparent;
  display: inline-block;
  height: 36px;
  color: rgb(76, 175, 80);
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgb(76, 175, 80);
  border-radius: 3px;
}
.ghost-btn-green img {
  vertical-align: middle;
}
.ghost-btn-green:hover {
  background: rgb(76, 175, 80);
  color: white;
}

.ghost-btn-blue {
  cursor: pointer;
  background: transparent;
  display: inline-block;
  height: 36px;
  color: rgb(33, 150, 243);
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgb(33, 150, 243);
  border-radius: 3px;
}
.ghost-btn-blue img {
  vertical-align: middle;
}
.ghost-btn-blue:hover {
  background: rgb(33, 150, 243);
  color: white;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block;
}

.height4rem {
  height: 4rem !important;
}

#index_search {
  margin-top: 70px;
}

.underline {
  text-decoration: underline;
}

.status-user-widget {
  display: block;
  height: 16px;
  line-height: 50px;
}

div.row {
  margin-bottom: 1.2rem;
}

.dotted {
  border-bottom: 1px rgb(204, 204, 204) dotted;
}

.uppercase {
  text-transform: uppercase;
}

#login_screen {
  height: 100%;
  background: url(/images/login.jpg) no-repeat center center;
  background-size: cover;
}
#login_screen a:hover {
  text-decoration: underline;
}

#welcome_search {
  display: inline-block;
  margin-bottom: 0;
}
#welcome_search > div {
  height: 40px;
  display: flex;
}
#welcome_search input {
  display: inline-block;
  width: 600px;
  border-bottom: none;
  height: 40px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 5px;
  padding-left: 10px;
}
#welcome_search input:focus {
  outline: none !important;
  outline-width: 0;
}
#welcome_search small {
  margin: 0;
}
#welcome_search button {
  display: inline-block;
  width: 40px;
  border: 0;
  font-size: 22px;
  background-color: rgb(255, 255, 255);
  height: 40px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
#welcome_search button:hover {
  background-color: rgb(33, 150, 243);
  color: rgb(255, 255, 255) !important;
}

a#site-logo {
  margin-left: 10px;
}
a#site-logo img {
  vertical-align: middle;
  height: 38px;
}

.header__back-img {
  position: absolute;
  top: -16px;
  right: 13%;
  width: 32%;
  max-width: 890px;
  pointer-events: none;
}
.header__back-img--mobile {
  display: none;
}
@media (max-width: 2000px) {
  .header__back-img {
    top: -8px;
    width: 31%;
    right: 230px;
  }
}
@media (max-width: 1500px) {
  .header__back-img {
    width: 29%;
  }
}
@media (max-width: 1350px) {
  .header__back-img {
    width: 27%;
    top: 0;
  }
}
@media (max-width: 1250px) {
  .header__back-img {
    width: 25%;
    top: 0;
  }
}
@media (max-width: 1150px) {
  .header__back-img {
    width: 23%;
    top: 0;
  }
}
@media (max-width: 1050px) {
  .header__back-img {
    display: none;
    width: 24%;
    top: 0;
  }
}
@media (max-width: 600px) {
  .header__back-img {
    width: 50%;
    top: 0;
    right: 0;
  }
  .header__back-img--mobile {
    display: block;
  }
}
@media (max-width: 450px) {
  .header__back-img {
    width: 40%;
  }
}

a#site-logo:hover {
  text-decoration: none;
  background: none;
}
a#site-logo:hover img:nth-child(1) {
  animation: spin 0.3s linear infinite;
}

.nav-wrapper {
  position: relative;
}
.nav-wrapper #serverTime {
  padding-top: 15px;
  position: absolute;
  line-height: 20px;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.nav-wrapper #serverTime .phone-navbar {
  height: 16px;
  line-height: 20px;
  font-size: 14px;
}
.nav-wrapper #serverTime .phone-navbar:hover {
  background-color: transparent;
}
.nav-wrapper #serverTime .time-navbar {
  display: block;
  text-align: center;
  font-size: 12px;
}

.position-absolute {
  position: absolute;
}

.position-absolute-center {
  position: absolute;
  left: 50%;
}

@-webkit-keyframes spin {}
#pageHead {
  min-height: 65px;
  background: white;
}
#pageHead h4 {
  line-height: 1.2rem;
  padding-bottom: 8px;
}
#pageHead p {
  margin-bottom: 7px;
}
#pageHead .row {
  margin-bottom: 10px;
}

main > .container > .row {
  margin-bottom: 0;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
main.page {
  min-height: 100%;
  background: rgb(240, 245, 251);
}

main.auth {
  position: relative;
  overflow: hidden;
}

input.form-control[type=checkbox] {
  pointer-events: all !important;
}
input.form-control {
  margin: 0 !important;
  height: 2rem !important;
}
input.form-control:read-only {
  background: rgb(245, 245, 245) !important;
  color: rgba(0, 0, 0, 0.42);
}
input.form-control.error {
  border: 1px solid rgb(255, 0, 4) !important;
}
input.form-control:-moz-read-only {
  background: rgb(245, 245, 245) !important;
  color: rgba(0, 0, 0, 0.42) !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42) !important;
}
input.form-control:hover {
  background-color: #fff;
}
input.form-control:focus {
  outline: none;
  background-color: #fff;
  border: 1px solid rgb(33, 150, 243);
}
input:not([type]):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input:not([type]):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

.checkbox-blue[type=checkbox] + label:before {
  border: 2px solid rgb(33, 150, 243);
  background: transparent;
}
.checkbox-blue[type=checkbox]:checked + label:before {
  border: 2px solid transparent;
  border-bottom: 2px solid rgb(33, 150, 243);
  border-right: 2px solid rgb(33, 150, 243);
  background: transparent;
}

.pointer {
  cursor: pointer;
}

.picker__date-display {
  background-color: rgb(25, 118, 210);
}

.picker__close {
  color: rgb(33, 150, 243);
}

.picker__today {
  color: rgb(33, 150, 243);
}

.picker__day--selected {
  background-color: rgb(33, 150, 243);
}
.picker__day--selected:hover {
  background-color: rgb(33, 150, 243);
}

.k-calendar .k-today {
  background-color: rgb(33, 150, 243);
}
.k-calendar .k-footer .k-nav-today {
  color: rgb(33, 150, 243);
}
.k-calendar td.k-state-selected {
  background-color: rgb(76, 175, 80);
}

.k-picker-wrap.k-state-default > .k-select {
  border: none;
}

.k-state-focused {
  box-shadow: none !important;
}

.k-state-hover {
  box-shadow: none !important;
}

.btn-competition-create {
  display: block;
  height: 100%;
  box-shadow: none !important;
  border: 2px solid transparent;
  text-transform: uppercase;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.k-link-date {
  color: rgb(33, 150, 243);
}

.k-link-time {
  color: rgb(33, 150, 243);
}

.k-select {
  color: rgb(33, 150, 243);
}

.draft {
  color: black;
}

.finished {
  color: rgb(244, 67, 54);
}

.stopped {
  color: rgb(244, 67, 54);
}

.cancelled {
  color: rgb(244, 67, 54);
}

.on_moderation {
  color: rgb(33, 150, 243);
}

.accepted {
  color: rgb(251, 192, 45);
}

.declared {
  color: rgb(76, 175, 80);
}

.accepting {
  color: rgb(76, 175, 80);
}

.running {
  color: rgb(76, 175, 80);
}

.block-lot {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.block-lot .row {
  margin-bottom: 0;
}

.lot-list-item.collection-item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: none;
  position: relative;
}
.lot-list-item.collection-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background-color: #e0e0e0;
}

.lot-list-item .lot-gallery-list,
.lot-list-item .lot-gallery-list-all {
  margin-top: 0;
}
.lot-list-item .block-lot p {
  margin-top: 0;
  margin-bottom: 10px;
}
.lot-list-item .block-lot p:last-child {
  margin-bottom: 0;
}
.lot-list-item .lot-price-block .fs14.grey-text {
  margin-top: 0;
}

@media (max-width: 768px) {
  #welcome_search input {
    width: auto;
  }
}
.labelform {
  line-height: 2rem;
}

select {
  height: 2rem;
  padding: 0;
  border-radius: 0 !important;
}
select.form-control {
  display: block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  background: white url(/images/custom-select.svg) right 0.75rem center no-repeat;
}

.indented-text {
  text-indent: 0.5em;
}

.no-natural-indent {
  text-indent: 0;
}

.font-weight-regular {
  font-weight: normal;
}

.k-picker-wrap {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  height: 30px;
}
.k-picker-wrap .k-input {
  text-indent: 0.5em;
  font-weight: 500;
}
.k-picker-wrap input {
  height: 25px !important;
  line-height: 30px !important;
}
.k-picker-wrap .k-select {
  height: 25px !important;
  line-height: 30px !important;
}

.position-relative {
  position: relative;
}

.flash-msg {
  padding: 10px;
  color: rgb(255, 255, 255);
}

div.flash-msg {
  overflow: hidden;
  position: relative;
  margin: 0 0 0.7rem 0;
  background-color: rgb(255, 255, 255);
  transition: box-shadow 0.25s;
}
div.error-message {
  background-color: rgb(244, 67, 54) !important;
  color: rgb(255, 255, 255);
}
div.success-message {
  background-color: rgb(76, 175, 80) !important;
  color: rgb(255, 255, 255);
}
div.breadcrumbs span {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}
div.breadcrumbs i:nth-last-of-type(1) {
  display: none;
}
div.breadcrumbs a.link {
  font-size: 12px;
}
div.offered-price-icon {
  background: url(/images/tag.svg) no-repeat center center;
  background-size: cover;
  height: 45px;
  width: 45px;
}
div.buttons-container {
  padding: 20px 0;
  clear: both;
}
div.field-row.error .field-input {
  border-left: 0;
}

.waves-input-wrapper {
  border-radius: 0 !important;
}

.giftcard {
  width: 40%;
  max-height: 100%;
  border-radius: 2px;
  box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
}

.giftcard-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 1rem 0;
  color: rgb(147, 147, 147);
  z-index: 1;
  background: rgb(255, 255, 255);
}
.giftcard-content > * {
  transform: translateX(3rem);
}
.giftcard-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(35, 35, 35);
}
.giftcard-content h3 {
  color: rgb(35, 35, 35);
}
.giftcard-content div {
  font-size: 1rem;
}

.giftcard-cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  background: rgb(204, 25, 157);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.w90 {
  width: 90%;
}

.w60 {
  width: 60% !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.light-yellow {
  background-color: rgb(255, 255, 224);
}

.valign-middle {
  vertical-align: middle !important;
}

.file_errors {
  padding-top: 10px;
  text-align: center;
}

.error label {
  color: rgb(244, 67, 54) !important;
}
.error .error-text-container {
  margin-left: 20px;
  font-size: 12px;
  color: rgb(244, 67, 54) !important;
}

.button {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(255, 165, 0);
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
.button.secondary {
  background: rgb(0, 156, 238);
}

.width-full {
  width: 100% !important;
}

.uploader {
  margin-bottom: 20px;
  width: fit-content;
}
.uploader label {
  font-size: 1em;
}

.file-path-wrapper {
  width: 200px;
}

.file-path-wrapper input {
  margin: 0px 0px 10px 0px !important;
}

.competition-status-round {
  width: 10px;
  margin-left: 7px;
  margin-right: 7px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  line-height: 9px;
}

#main-signature {
  color: rgb(255, 255, 255) !important;
}
#main-signature a, #main-signature span {
  color: rgb(255, 255, 255) !important;
}

.competition-status-1, .lot-status-1 {
  background-color: rgb(0, 0, 0);
}

.lot-status-1 {
  background-color: rgb(0, 0, 0);
}

.lot-status-text-1, .competition-status-text-1, .user-status-0 {
  color: rgb(0, 0, 0);
}

.competition-status-2 {
  background-color: #ffc400;
}

.competition-status-text-2, .user-status-50 {
  color: #ffc400;
}

.competition-status-3, .lot-status-2 {
  background-color: #f44336;
}

.competition-status-text-3, .lot-status-2-text, .user-status-1 {
  color: #f44336;
}

.competition-status-4, .lot-status-3 {
  background-color: #4caf50;
}

.competition-status-text-4, .lot-status-text-3 {
  color: #4caf50;
}

.competition-status-5, .lot-status-5 {
  background-color: #212121;
}

.competition-status-text-5, .lot-status-text-5 {
  color: #212121;
}

.competition-status-6, .lot-status-701 {
  background-color: #2196f3;
}

.competition-status-text-6, .lot-status-text-701 {
  color: #2196f3;
}

.competition-status-7, .lot-status-4 {
  background-color: #f44336;
}

.competition-status-text-7, .lot-status-text-4 {
  color: #f44336;
}

.competition-status-8, .lot-status-7 {
  background-color: #f44336;
}

.competition-status-8-text, .lot-status-7-text {
  color: #f44336;
}

.competition-status-9, .lot-status-8 {
  background-color: #f44336;
}

.competition-status-9-text, .lot-status-8-text {
  color: #f44336;
}

.user-status-2 {
  color: rgb(25, 114, 31);
}

.application-status-1 {
  background-color: #2196f3;
}

.application-status-text-1 {
  color: #2196f3;
}

.application-status-2 {
  background-color: #f44336;
}

.application-status-text-2 {
  color: #f44336;
}

.application-status-3 {
  background-color: #4caf50;
}

.application-status-text-3 {
  color: #4caf50;
}

.application-status-4 {
  background-color: #f44336;
}

.application-status-text-4 {
  color: #f44336;
}

.application-status-5 {
  background-color: #424242;
}

.application-status-5-text {
  color: #424242;
}

.status-5 {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.status-1 {
  border-color: rgb(33, 150, 243);
  color: rgb(33, 150, 243);
}

.status-2 {
  border-color: #9C2632;
  color: #9C2632;
}

.status-3, .status-text-3 {
  border-color: rgb(76, 175, 80);
  color: rgb(76, 175, 80);
}

.status-4 {
  border-color: rgb(255, 0, 0);
  color: rgb(255, 0, 0);
}

.notification-caption {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.notification-arrow i {
  font-weight: bold;
  font-size: 36px;
  cursor: pointer;
}

.notification-date {
  font-size: 14px;
  color: rgb(97, 97, 97);
  line-height: 26px;
}

.notification-text {
  font-size: 15px;
}
.notification-text div {
  width: 100%;
  overflow: hidden;
  transition: white-space 2s;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  line-height: 22px;
}
.notification-text div p, .notification-text div ul {
  line-height: 22px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.notification-text div p:after, .notification-text div ul:after {
  content: " ";
  white-space: pre !important;
}

.notification-icon {
  font-size: 22px;
  padding: 5px 5px 5px 0px;
  color: rgb(204, 204, 204);
}

.wrap-normal {
  white-space: normal !important;
}

.wrap-nowrap {
  white-space: nowrap;
}

.cryptoPro {
  margin-bottom: 1rem;
}

.i-square {
  border-width: 2px;
  border-style: solid;
  padding: 5px 9px;
  opacity: 0.6;
  font-weight: bold;
  font-size: 14px;
}

.i-square-button {
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  padding-top: 0;
  cursor: pointer;
  border-radius: 100%;
}

.i-square-button-inline {
  border: 2px solid transparent;
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  padding-top: 0;
  cursor: pointer;
  border-radius: 100%;
  margin-right: 5px;
}
.i-square-button-inline.blue:hover {
  background-color: rgb(40, 174, 255) !important;
}
.i-square-button-inline.red:hover {
  background-color: rgb(255, 98, 100) !important;
}
.i-square-button-inline.yellow:hover {
  background-color: rgb(255, 241, 59) !important;
}
.i-square-button-inline.light-green:hover {
  background-color: rgb(160, 220, 79) !important;
}

.i-square-button-inline-small {
  width: 40px;
  height: 40px;
  line-height: 35px;
}

.btn-custom {
  box-shadow: none !important;
  border: 2px solid transparent;
  border-radius: 3px;
  height: 38px;
  line-height: 36px;
  width: 16.6666666667%;
  min-width: 120px;
  padding: 0 10px;
}
.btn-custom:hover {
  transition: none !important;
}
.btn-custom.red:hover {
  background-color: rgba(244, 67, 54, 0.5) !important;
}
.btn-custom.green:hover {
  background-color: rgba(76, 175, 80, 0.5) !important;
}
.btn-custom.orange:hover {
  background-color: rgba(255, 152, 0, 0.5) !important;
}
.btn-custom.blue:hover {
  background-color: rgba(33, 150, 243, 0.5) !important;
}
.btn-custom.grey:hover {
  background-color: rgba(147, 147, 147, 0.5) !important;
}
.btn-custom.white:hover {
  background-color: rgb(240, 245, 251) !important;
}

.border-button-group {
  border-top: 1px solid rgb(33, 150, 243);
  border-bottom: 1px solid rgb(33, 150, 243);
  border-left: 0px;
  border-right: 1px solid rgb(33, 150, 243);
}
.border-button-group:first-child {
  border-left: 1px solid rgb(33, 150, 243);
}

.file-field .btn {
  height: 38px;
  line-height: 36px;
  float: none;
}
.file-field .btn-large {
  height: 38px;
  line-height: 36px;
}
.file-field input.file-path {
  height: 35px;
}

.blue-icon {
  background-color: rgb(33, 150, 243);
}

div.file-path-wrapper {
  overflow: visible !important;
  display: inline-block;
}

input.money_input_big {
  height: 4rem;
  font-size: 34px;
  font-weight: 300;
  border-left: 2px solid rgb(33, 150, 243);
}

input.bid_input_big {
  height: 3.5rem;
  font-size: 34px;
  font-weight: 300;
  border-left: 2px solid rgb(33, 150, 243);
}

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
ul.pagination > li {
  display: inline;
}
ul.pagination > li:first-child {
  border-radius: 4px 0 0 4px !important;
}
ul.pagination > li:first-child > a {
  margin-left: 0;
  border-radius: 4px 0 0 4px !important;
}
ul.pagination > li:first-child > span {
  border-radius: 4px 0 0 4px !important;
  margin-left: 0;
}
ul.pagination > li:last-child {
  border-radius: 0 4px 4px 0 !important;
}
ul.pagination > li:last-child > a {
  border-radius: 0 4px 4px 0 !important;
}
ul.pagination > li:last-child > span {
  border-radius: 0 4px 4px 0 !important;
}
ul.pagination > .disabled > span {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
ul.pagination > .disabled > a {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgb(204, 204, 204);
  cursor: not-allowed;
}
ul.pagination > .active {
  background-color: initial !important;
}
@media (max-width: 640px) {
  ul.pagination {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 6px;
  }
  ul.pagination > li.page-item {
    display: none;
    min-width: 0;
    min-height: 0;
    margin: 0;
  }
  ul.pagination > li.page-item:first-child,
  ul.pagination > li.page-item:last-child,
  ul.pagination > li.page-item:nth-child(2),
  ul.pagination > li.page-item:nth-last-child(2),
  ul.pagination > li.page-item.active,
  ul.pagination > li.page-item.disabled {
    display: inline-block !important;
  }
  ul.pagination > li.page-item > a,
  ul.pagination > li.page-item > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 0 !important;
  }
}
.error-highlighted-row {
  background-color: rgba(244, 67, 54, 0.9);
}

.fixed-action-btn {
  position: relative;
  right: unset;
  bottom: unset;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.horizontal {
  padding: 0;
  z-index: 100;
}
.fixed-action-btn.horizontal ul {
  right: 100% !important;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 0;
}

.prepend-block {
  position: absolute;
  margin: 1.3em 0 0 -5.5em;
  display: block;
  padding: 0;
}

.breadcrumbs {
  padding: 10px 0;
}

.custom-light-green {
  background-color: rgb(36, 210, 58);
}

.btn-large {
  border-radius: 0;
}

.btn-flat {
  border-radius: 0;
}

.btn-clear {
  background-color: rgb(255, 255, 255);
  color: rgb(97, 97, 97);
  border: 1px solid rgb(204, 204, 204);
}
.btn-clear:hover {
  background-color: rgb(248, 248, 248);
}

.btn-small {
  height: 30px;
  line-height: 26px;
}

textarea.field-input {
  margin-bottom: 0;
}

.field-input {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  height: 30px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea.field-input {
  line-height: 1.5rem;
  font-weight: normal;
}

textarea.materialize-textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.field-label {
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
}

.field-info {
  font-size: 12px !important;
  color: rgb(186, 186, 186);
  text-align: left;
  position: absolute;
  bottom: 15px;
}

.field-error {
  color: rgb(244, 67, 54);
  display: inline-block;
  line-height: 1em;
}

.form-errors-list {
  font-size: 14px !important;
}

.field-container {
  position: relative;
}

div.field-row {
  margin-bottom: 0 !important;
  padding: 10px 20px !important;
  position: relative;
}
div.field-row.error .field-container label {
  color: rgb(244, 67, 54) !important;
}

.pseudolink {
  -webkit-appearance: unset;
  background-color: transparent;
  line-height: 1.5rem;
  display: inline;
  color: rgb(33, 150, 243);
  text-decoration: none;
  border: none;
  outline: none;
}
.pseudolink:hover {
  text-decoration: underline;
}
.pseudolink:focus {
  background-color: transparent;
}

.modal-content > h4 {
  font-weight: 300;
  text-align: center;
}
.modal-content .uploader {
  text-align: center;
}
.modal-content .uploader label {
  line-height: 2rem;
}

.width-auto {
  width: auto;
}

.k-datetimepicker {
  display: block;
}

i.mdi {
  vertical-align: middle;
}

.side-nav li > a > i.mdi {
  font-size: 22px;
  margin: 0 10px 0 0;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=password]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=password]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=email]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=email]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=url]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=url]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=time]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=time]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=date]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=date]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=datetime]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=datetime-local]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=tel]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=tel]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=number]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=number]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=search]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

textarea.materialize-textarea {
  background: rgb(255, 255, 255);
  padding-left: 0.5rem;
  text-indent: 0;
}
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid rgb(33, 150, 243);
}
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

.checkbox-blue.filled-in[type=checkbox] + label:after {
  border: 2px solid rgb(33, 150, 243);
  background: transparent;
}
.checkbox-blue.filled-in[type=checkbox]:checked + label:after {
  background: rgb(33, 150, 243);
}
.checkbox-blue.filled-in[type=checkbox]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}

.input-field.prefix {
  width: 26px;
  font-size: 22px;
  line-height: 47px;
}
.input-field.prefix ~ input {
  margin-left: 26px;
}
.input-field.prefix ~ textarea {
  margin-left: 26px;
}
.input-field.prefix ~ label {
  margin-left: 26px;
}

.picker__day.picker__day--today {
  color: rgb(33, 150, 243);
}

.picker--focused .picker__day--selected {
  background-color: rgb(33, 150, 243);
}

[type=radio].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid rgb(33, 150, 243);
}
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid rgb(33, 150, 243);
  background-color: rgb(33, 150, 243);
  z-index: 0;
  transform: scale(0.5);
}

.competition-block .row {
  margin-bottom: 0;
}

.competition-head .row {
  margin-bottom: 0;
}

.k-autocomplete .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-dropdown-wrap .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-numeric-wrap .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-selectbox .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-textbox > input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

small.error {
  color: rgb(255, 0, 4);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9em 1.6em 0 0;
}

.edit_user_form select.form-control, .edit_form select.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
.edit_user_form select.form-control:focus, .edit_form select.form-control:focus {
  border: 1px solid rgb(33, 150, 243);
  box-shadow: none;
  outline: none;
}

.file-row:hover {
  background-color: rgba(190, 226, 255, 0.31);
}

.form-input.label {
  font-size: 0.9rem;
}

.k-widget.datepicker {
  display: block;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: rgb(144, 202, 249);
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: rgb(33, 150, 243);
}

.collapsible-body {
  padding-top: 20px;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 1366px) {
  #welcome_search {
    width: 440px;
  }
  #welcome_search input {
    width: 390px;
  }
}
@media (max-width: 1440px) {
  #index-video .video-overlay h3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  main.index {
    background: url("/images/mobile.jpg") no-repeat center center;
    background-size: cover;
  }
  #main_container {
    display: block;
  }
  #main_container .left_menu {
    display: none;
  }
  .phone-ring a {
    padding: 0;
  }
  li.settings-button {
    height: 54px !important;
  }
  a#site-logo img {
    height: 20px;
  }
  #index_search {
    margin-top: 20px;
  }
  #welcome_search {
    width: 260px;
  }
  #welcome_search .left-align {
    width: 260px;
  }
  #welcome_search .left-align input {
    width: 210px;
  }
  #index-video {
    background: rgba(0, 0, 0, 0.5);
  }
  #index-video .video-overlay h1 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    line-height: 35px;
    font-size: 30px;
  }
  #index-video .video-overlay h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #index-video .video-overlay h3 small {
    font-size: 1rem;
    line-height: 10px;
  }
  #index-video .video-overlay h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom-menu {
    margin-top: 0;
    background: #222;
    height: auto;
  }
  #bottom-menu .container .row a {
    border-right: none !important;
  }
}
.tabs {
  border-bottom: 1px solid #f4f4f4;
}
.tabs .tab a:hover {
  color: rgb(25, 118, 210) !important;
}
.tabs .tab a {
  color: rgb(147, 147, 147);
}
.tabs .tab a.active {
  color: rgb(25, 118, 210) !important;
}
.tabs .tab.disabled {
  color: rgba(0, 0, 0, 0.1);
}
.tabs .tab.disabled a {
  color: rgba(0, 0, 0, 0.1);
}
.tabs .tab.disabled a:hover {
  color: grey;
}
.tabs .indicator {
  background-color: rgb(25, 118, 210) !important;
}

.tab-cnt {
  padding-top: 20px !important;
}
.tab-cnt .row:last-child {
  margin-bottom: 0;
}

.table_row {
  margin-bottom: 10px !important;
}
.table_row i.ti {
  margin: 0 5px;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-inactive {
  background-color: #607d8b;
}

.btn-group > .btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-group > .btn-inactive:hover {
  background-color: #728F9D;
}

.btn-group > .btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#stepsTable thead {
  border-bottom: none;
  background: #E1E6EC;
}
#stepsTable th {
  text-align: center;
}
#stepsTable td {
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#stepsTable td input {
  font-size: 12px !important;
}
#stepsTable tr.active {
  font-weight: bold;
}
#stepsTable tr.comment-row td {
  padding-top: 0;
}

* {
  font-family: "Roboto", sans-serif;
}

body {
  background: #5f6f72;
}

.heading {
  margin: 0;
  color: #5f6f72;
  padding: 10px 0;
}

.file-browser {
  background: white;
  color: black;
  padding: 20px 10px;
}

.file {
  color: black;
  display: block;
  list-style: none;
  margin-left: 22px;
}

.folder {
  list-style: none;
  cursor: pointer;
  margin: 4px 0;
}
.folder > ul {
  display: none;
}
.folder:before {
  padding: 5px;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 10px;
  background: rgb(33, 150, 243);
  border-radius: 100%;
  display: inline-block;
  content: "›";
  box-sizing: content-box;
  color: white;
  margin-right: 2px;
}
.folder.folder-open > ul {
  display: block;
  padding-left: 15px;
  margin-left: 9px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.folder.folder-open:before {
  content: "-";
  background: rgb(186, 186, 186);
}

.import-excel-btn {
  position: relative;
}
.import-excel-btn input[type=file] {
  position: absolute;
  width: 100%;
  height: 32px;
  margin-left: -10px;
  opacity: 0;
}

input[type=text].daterange {
  background: url("/images/icons/calendar.svg") no-repeat right center;
  background-size: 20px 20px;
  cursor: pointer;
}

.field-error-absolute {
  position: absolute;
  right: 5px;
  top: -1em;
  font-size: 0.7em;
  color: red;
}

select.grid-filter, input.grid-filter {
  color: #555555;
  font-weight: normal;
  border: 1px solid #f2f2f2 !important;
  padding: 0px 5px !important;
  font-size: 1em;
  display: block;
  width: 100%;
  box-sizing: initial;
  margin: 5px -5px !important;
}
select.grid-filter::placeholder, input.grid-filter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555555;
  opacity: 1; /* Firefox */
}

.modal.cert_modal {
  max-width: 400px;
  main-width: 280px;
}
.modal.cert_modal .row {
  margin-bottom: 0;
}
.modal.cert_modal ul.tabs {
  border-bottom: none;
}
.modal.cert_modal ul.tabs .tab {
  background: rgba(89, 52, 167, 0.2);
}
.modal.cert_modal ul.tabs .tab a {
  color: #4a148c;
}
.modal.cert_modal ul.tabs .tab a.active {
  background: white;
  color: #4a148c !important;
}
.modal.cert_modal ul.tabs .tab a:hover {
  color: #4a148c !important;
}
.modal.cert_modal ul.tabs .indicator {
  display: none;
}

.valign-baseline {
  vertical-align: baseline;
}

pre[class*=language-], code[class*=language-] {
  line-height: 1.3;
}

pre[class*=language-] {
  padding: 25px 12px 7px 12px;
  border: solid 1px rgba(51, 51, 51, 0.12);
  background: rgba(246, 246, 246, 0.2);
}

:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: visible;
}

code[class*=language-], pre[class*=language-] {
  color: black;
  /* text-shadow: 0 1px white; */
  font-family: "Inconsolata", Monaco, Consolas, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code, pre {
  position: relative;
  font-size: 1.1rem;
}

.grid {
  position: relative;
  width: 100%;
  background: #fff;
  color: #666666;
  border-radius: 2px;
  margin-bottom: 25px;
}

.grid .grid-body {
  padding: 15px 20px 15px 20px;
  font-size: 0.9em;
  line-height: 1.9em;
}

.support h2, .support-content h2 {
  margin-top: 5px;
  font-size: 30px;
}

.support-content .list-group li {
  padding: 15px 20px 12px 20px;
}

.support-content .list-group li:hover {
  background: #eee;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.lots-count-info {
  text-align: right;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #f4f4f4;
}

a.block-lot:hover .red-hover {
  color: #f44336 !important;
}

/* Buy lot form — оформление попапа см. в секции «Попап «Заявка на покупку лота»» */
/* подсветка поля с ошибкой (public/js/lots/modifications.js) */
.form-error {
  border: 1px solid #ff3d00 !important;
}

.text-strike {
  text-decoration: line-through;
}

.promo_container {
  margin-top: 12px;
  position: relative;
  width: 400px;
}

.promo_erid_info {
  position: absolute;
  bottom: 6px;
  left: 0px;
  visibility: hidden;
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 10px;
}

.promo_erid_info_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.promo_erid_info_show {
  position: absolute;
  bottom: 7px;
  right: 0px;
  display: block;
  background-color: rgba(218, 218, 218, 0.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 10px;
  padding: 2px 6px;
  text-align: center;
  cursor: pointer;
  color: #000;
}

@media (max-width: 440px) {
  .promo_container {
    width: 100%;
  }
}
/* ==========================================================================
   Шапка платформы (макет Header.svg, 1600x136)
   Сетка: контейнер 1110px по центру; верхний ряд 81px + разделитель,
   нижний ряд меню 54px (только для неавторизованных).
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 997;
  background: #fff;
  font-family: "Roboto", sans-serif;
}

/* Ширину и отступы задаёт materialize .container — шапка обязана быть
   вровень с контентной зоной страницы, поэтому здесь их не переопределяем. */
.site-header__inner {
  box-sizing: border-box;
}

.site-header__top {
  border-bottom: 1px solid rgba(6, 11, 53, 0.15);
}

.site-header__top .site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 81px;
}

/* Бургер ---------------------------------------------------------------- */
.site-header__burger-wrap {
  flex: 0 0 auto;
}

.site-header__burger {
  display: block;
  width: 31px;
  margin-top: 2px;
  padding: 4px 0;
  cursor: pointer;
}

.site-header__burger span {
  display: block;
  height: 3px;
  background: #0c2879;
  border-radius: 1px;
}

.site-header__burger span + span {
  margin-top: 6px;
}

/* Логотип --------------------------------------------------------------- */
.site-header__logo {
  flex: 0 0 auto;
  margin-left: 19px;
  margin-bottom: 2px;
  line-height: 0;
}

.site-header__logo img {
  display: block;
  width: 115px;
  height: 64px;
}

/* Часы (по центру страницы) --------------------------------------------- */
.site-header__clock {
  position: absolute;
  left: 50%;
  margin-top: -1px;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.site-header__time {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #060b35;
}

.site-header__date {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #313131;
}

/* Телефон и обратный звонок --------------------------------------------- */
.site-header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3px;
  margin-left: auto;
  white-space: nowrap;
}

.site-header__phone {
  position: relative;
  top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #313131;
  text-decoration: none;
}

.site-header__phone:hover {
  color: #0c2879;
}

.site-header__callback {
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  color: #060b35;
  text-decoration: underline;
}

.site-header__callback:hover {
  color: #085cf0;
}

/* Кнопка входа ---------------------------------------------------------- */
.site-header__login {
  box-sizing: border-box;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: 124px;
  height: 40px;
  margin-bottom: 4px;
  margin-left: 20px;
  padding-left: 22px;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.site-header__login:hover {
  color: #fff;
  filter: brightness(1.15);
}

.site-header__login-icon {
  flex: 0 0 auto;
}

/* Панель авторизованного пользователя ------------------------------------ */
/* Набор элементов и поведение — как на ветке ptp; типографика и цвета — те же,
   что у остальной шапки: имя набрано как телефон (16/700), роль — как дата
   (#313131), кнопка выхода повторяет «Войти» гостя. */
.site-header__user {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  /* у авторизованного блока контактов нет — панель прижимаем к правому краю */
  margin-left: auto;
}

.site-header__bell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #0c2879;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-header__bell:hover {
  background: rgba(12, 40, 121, 0.06);
  color: #085cf0;
}

.site-header__bell .mdi:before {
  font-size: 24px;
  line-height: 24px;
}

.site-header__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #e02b2b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

/* блок пользователя: имя сверху, роль под ним — ритм строк тот же,
   что у телефона с обратным звонком (20 + 16) */
.site-header__account {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  margin-left: 8px;
  padding: 0 10px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.site-header__account:hover {
  background: rgba(12, 40, 121, 0.06);
}

.site-header__account .mdi:before {
  font-size: 26px;
  line-height: 26px;
  color: #0c2879;
}

.site-header__account-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header__account-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #060b35;
}

.site-header__account-role {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #313131;
}

/* кнопка выхода — тот же вид, что «Войти» у гостя */
.site-header__logout {
  box-sizing: border-box;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: 124px;
  height: 40px;
  margin-left: 20px;
  padding-left: 22px;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.site-header__logout:hover {
  color: #fff;
  filter: brightness(1.15);
}

.site-header__logout-icon {
  flex: 0 0 auto;
}

/* Нижний ряд меню ------------------------------------------------------- */
.site-header__nav .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
}

.site-header__nav {
  border-bottom: 1px solid rgba(6, 11, 53, 0.15);
}

.site-header__nav a {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #313131;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-header__nav a:hover {
  color: #0c2879;
}

/* Адаптив --------------------------------------------------------------- */
@media (max-width: 1100px) {
  .site-header__nav .site-header__inner {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-header__nav .site-header__inner::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 900px) {
  .site-header__clock {
    display: none;
  }
}
/* Мобильная шапка — макет Header (1).svg, 375x48:
   бургер 24x3 слева на 16px, логотип 62x35, вход — только иконка #0C2879
   в тап-зоне 32x32 у правого края (тоже 16px). Нижний ряд меню скрыт. */
@media (max-width: 600px) {
  .site-header__top .site-header__inner {
    height: 48px;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__burger {
    width: 24px;
    margin-top: 0;
    padding: 0;
  }
  .site-header__burger span {
    height: 3px;
  }
  .site-header__logo {
    margin-left: 9px;
    /* 1px вверх: (48-35)/2 = 6.5 округляется к 7, в макете 6 */
    margin-bottom: 1px;
  }
  .site-header__logo img {
    width: 62px;
    height: 35px;
  }
  .site-header__clock,
  .site-header__contacts {
    display: none;
  }
  .site-header__login {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    gap: 0;
    justify-content: center;
    background: none;
    border-radius: 0;
    color: #0c2879;
  }
  .site-header__login:hover {
    color: #0c2879;
    filter: none;
  }
  .site-header__login-icon {
    width: 20px;
    height: 20px;
    /* обводка 2px при уменьшении иконки с 24 до 20: 2.4 x 20/24 = 2 */
    stroke-width: 2.4;
  }
  .site-header__login span {
    display: none;
  }
}
/* Выравнивание с контентной зоной при открытой левой панели -------------- */
/* У авторизованного контент лежит внутри #main_container и центрируется в
   оставшихся после панели 54px, а шапка с футером — снаружи, по всей ширине.
   Компенсируем сдвиг, чтобы .container считался от той же базы.
   Панель показывается только от 1367px (ниже она display:none). */
@media (min-width: 1367px) {
  .site-header--auth .site-header__top,
  .site-header--auth .site-header__nav,
  .site-footer--auth {
    padding-left: 54px;
    transition: padding-left 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  }
  /* панель развёрнута бургером — контент уезжает на 256px, следуем за ним.
     Класс menu-opened вешает на body тот же обработчик, что раскрывает
     панель (public/js/app.js) — как isMenuOpened на ветке ptp. */
  body.menu-opened .site-header--auth .site-header__top,
  body.menu-opened .site-header--auth .site-header__nav,
  body.menu-opened .site-footer--auth {
    padding-left: 256px;
  }
}
/* Адаптив панели пользователя — схема с ветки ptp -------------------------- */
/* ≥993px  — иконка, имя и роль, кнопка выхода
   601–992 — имя с ролью убираются, остаётся иконка аккаунта
   ≤600    — колокольчик и аккаунт скрыты, остаётся только выход,
             оформленный как иконка входа в мобильном макете */
@media (max-width: 992px) {
  .site-header__account-info {
    display: none;
  }
  .site-header__account {
    gap: 0;
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .site-header__bell,
  .site-header__account {
    display: none;
  }
  .site-header__user {
    margin-bottom: 0;
    margin-left: auto;
  }
  .site-header__logout {
    width: 32px;
    height: 32px;
    margin-left: 0;
    padding-left: 0;
    gap: 0;
    justify-content: center;
    border-radius: 0;
    background: none;
    color: #0c2879;
  }
  .site-header__logout:hover {
    color: #0c2879;
    filter: none;
  }
  .site-header__logout-icon {
    width: 20px;
    height: 20px;
    /* обводка 2px при уменьшении иконки с 24 до 20 */
    stroke-width: 2.4;
  }
  .site-header__logout span {
    display: none;
  }
}
/* ==========================================================================
   Футер платформы (макет Footer.svg, 1600x428)
   Контейнер 1110px, сетка materialize l3/l3/l3/l3; шаг строк меню 33px.
   Фон — градиент из макета: ось (160.5,0)→(1743,951.5), #060B35 → #12209B;
   стопы пересчитаны на габариты блока, отсюда 8.6% / 124.6%.
   ========================================================================== */
/* z-index: оверлей героя на главной (#video, position:absolute, opacity:.5)
   рисуется поверх непозиционированных блоков — поднимаем футер над ним. */
.site-footer {
  position: relative;
  z-index: 1;
  padding-top: 41px;
  background: linear-gradient(121deg, #060b35 8.6%, #12209b 124.6%);
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.site-footer .row {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

/* Гуттер materialize раздвигает .row на 24px и ломает шаг колонок макета
   (283.5 вместо 277.5) — снимаем его, отступ держим только справа. */
.site-footer .col {
  padding-left: 0;
  padding-right: 24px;
}

/* Колонка контактов ------------------------------------------------------ */
.site-footer__logo {
  display: block;
  width: 194px;
  height: 87px;
  margin-top: -1px;
}

.site-footer__support-label {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__support-item {
  margin-top: 13px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.site-footer__support-item:last-child {
  margin-top: 10px;
}

.site-footer__support-item a {
  color: #fff;
  text-decoration: none;
}

.site-footer__support-item a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* Колонки со ссылками ---------------------------------------------------- */
.footer-nav-section__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.footer-nav-section__list {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.footer-nav-section__list li {
  line-height: 33px;
  margin: 0;
}

.footer-nav-section__list a {
  font-size: 13px;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav-section__list a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Нижняя строка ---------------------------------------------------------- */
.site-footer__bottom {
  margin-top: 32px;
  padding-top: 36px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(40, 57, 124, 0.1);
}

.site-footer__bottom a {
  font-size: 11px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.site-footer__bottom a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Размеры на span, а не на колонку: иначе strut колонки отличается от
   строчного бокса ссылок слева и копирайт уезжает вверх на 3px. */
.site-footer__copyright span {
  font-size: 11px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

/* Кнопка-аккордеон: на десктопе это просто заголовок ---------------------- */
.footer-nav-section__toggle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-family: inherit;
  line-height: 20px;
  text-align: left;
  cursor: default;
  pointer-events: none;
}

.footer-nav-section__toggle:hover,
.footer-nav-section__toggle:focus,
.footer-nav-section__toggle:active {
  background: transparent !important;
  outline: none;
  box-shadow: none;
}

.footer-nav-section__icon {
  display: none;
}

/* Адаптив ---------------------------------------------------------------- */
@media (max-width: 992px) {
  .site-footer {
    padding-top: 24px;
  }
  .site-footer__logo {
    width: 156px;
    height: 70px;
  }
  .footer-nav-section {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0;
  }
  .footer-nav-section__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }
  .footer-nav-section__icon {
    display: inline-block;
    flex-shrink: 0;
    margin-left: 12px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
  }
  .footer-nav-section__list {
    display: none;
    margin: 0;
    padding: 0 0 20px;
  }
  .footer-nav-section.is-open .footer-nav-section__list {
    display: block;
  }
  .site-footer__bottom {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .site-footer__bottom .col {
    margin-bottom: 12px;
  }
}
/* ==========================================================================
   Попап «Заказать обратный звонок» (partials/callback_modal.blade.php)
   Макет: Rectangle 20.svg — окно 440x384, радиус 20;
          Закрыть.svg — крестик 32x32, радиус 8, белый на 25% прозрачности.
   Палитра и градиент кнопки — те же токены, что в шапке площадки.
   ========================================================================== */
.callback-modal {
  width: 440px;
  max-width: calc(100% - 32px);
  overflow: visible; /* чтобы крестик был виден над окном */
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  /* центр по вертикали (горизонталь центрирует Materialize);
     !important перебивает инлайновые top/transform из Materialize */
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* крестик вынесен по диагонали от правого верхнего угла окна:
   выше верхней границы и правее правой, углом к углу */
.callback-close {
  position: absolute;
  top: -40px;
  right: -40px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 0;
}

.callback-body {
  /* 28 + 32 + 52 + 22 + 54 + 22 + 54 + 44 + 48 + 28 = 384 — высота из макета */
  padding: 28px 32px;
  border-radius: 20px;
  background: #fff;
  color: #060b35;
  font-family: "Roboto", sans-serif;
}

.callback-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #060b35;
}

.callback-subtitle {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 18px;
  color: #7b8194;
}

.callback-label {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 18px;
  color: #060b35;
}

/* переопределяем базовые стили Materialize для input */
.callback-modal .callback-input {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  margin: 0 0 12px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f1f2f4;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: #060b35;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.callback-modal .callback-input::placeholder {
  color: #9aa0ae;
}

.callback-modal .callback-input:focus {
  border-color: #085cf0;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.callback-modal .callback-input:-webkit-autofill,
.callback-modal .callback-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #060b35;
  -webkit-box-shadow: 0 0 0 1000px #f1f2f4 inset;
}

.callback-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 16px;
  color: #7b8194;
  cursor: pointer;
}

.callback-agree input[type=checkbox] {
  position: static;
  opacity: 1;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #c9cdd6;
  border-radius: 4px;
  accent-color: #085cf0;
  cursor: pointer;
}

.callback-submit {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.callback-submit:hover {
  filter: brightness(1.15);
}

.callback-submit[disabled] {
  opacity: 0.6;
  cursor: default;
}

/* сообщение об ошибке отправки */
.callback-error {
  margin: -8px 0 12px;
  font-size: 12px;
  line-height: 16px;
  color: #e02b2b;
}

/* слой 2: подтверждение отправки (макет Окно.svg — 440x335, радиус 20).
   Показывается вместо формы, когда на корень окна повешен .callback-modal_sent.
   Вертикаль: 40 + 90 + 20 + 62 + 5 + 18 + 20 + 40 + 40 = 335 */
.callback-success-body {
  display: none;
  padding: 40px 32px;
  border-radius: 20px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.callback-modal_sent .callback-body {
  display: none;
}

.callback-modal_sent .callback-success-body {
  display: block;
}

.callback-success-icon {
  display: block;
  width: 90px;
  height: 90px;
  /* отступ до заголовка держим здесь: margin-top у h2 перебивается
     сторонними стилями (kendo/materialize), margin-bottom иконки — нет */
  margin: 0 auto 20px;
}

.callback-success-title {
  /* в макете заголовок разбит на две строки: «Ваша заявка успешно» (226px)
     и «отправлена!». Целиком строка занимает 360px и в контентные 376px
     влезает — поэтому ограничиваем ширину, иначе переноса не будет. */
  max-width: 280px;
  margin: 0 auto 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  color: #060b35;
}

.callback-success-text {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 18px;
  color: #313131;
}

/* переопределяем базовые стили Materialize для ссылки-кнопки */
.callback-modal .callback-success-btn {
  display: inline-block;
  width: 115px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.callback-modal .callback-success-btn:hover {
  color: #fff;
  filter: brightness(1.15);
}

/* мобильная раскладка: окно во всю ширину с отступами по 16px */
@media (max-width: 600px) {
  .callback-modal {
    width: auto;
    max-width: none;
    left: 16px !important;
    right: 16px !important;
    margin: 0 !important;
  }
  .callback-close {
    top: -40px;
    right: 0;
  }
  .callback-body {
    padding: 24px 20px;
  }
  .callback-success-body {
    padding: 32px 20px;
  }
}
/* ==========================================================================
   Гостевое меню под бургером (partials/guest_menu.blade.php)
   Макеты: Меню_1600px.svg — панель 560x100%, правые углы 20, фон #E8E8E8;
           Меню_375px.svg  — панель 300, тот же радиус и фон.
   Затемнение #212121 / 80%; меню закрывается тапом по затемнению.
   Шаг строк меню 33 (десктоп) и 30 (мобильный), как в макете.
   ========================================================================== */
.side-nav.guest-menu {
  width: 560px;
  padding: 0;
  background: #e8e8e8;
  border-radius: 0 20px 20px 0;
  /* прокрутку держит .guest-menu__inner, панель только обрезает по радиусу */
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

/* materialize задаёт всем li и ссылкам внутри .side-nav фиксированные
   height/line-height/float/width — гасим это точечно */
.side-nav.guest-menu .guest-menu__list li,
.side-nav.guest-menu .guest-menu__list li > a {
  float: none;
  width: auto;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.side-nav.guest-menu .guest-menu__wrapper {
  position: relative;
  float: none;
  width: auto;
  height: 100% !important;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.guest-menu__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 32px;
  overflow-y: auto;
}

.guest-menu__columns {
  display: grid;
  grid-template-columns: 240px 240px;
  column-gap: 32px;
  row-gap: 28px;
  align-content: start;
  flex: 1 1 auto;
}

.guest-menu__section--users {
  grid-column: 1;
  grid-row: 1;
}

.guest-menu__section--trades {
  grid-column: 1;
  grid-row: 2;
}

.guest-menu__section--company {
  grid-column: 2;
  grid-row: 1;
}

.guest-menu__section--contacts {
  grid-column: 2;
  grid-row: 2;
  margin-top: -2px;
}

.guest-menu__heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #060b35;
}

.side-nav.guest-menu .guest-menu__list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.side-nav.guest-menu .guest-menu__list li {
  line-height: 33px;
}

.side-nav.guest-menu .guest-menu__list li > a {
  display: block;
  font-size: 13px;
  /* materialize ставит ссылкам в side-nav font-weight: 500 — в макете обычное */
  font-weight: 400;
  line-height: 33px;
  color: #060b35;
  transition: color 0.2s ease;
}

.side-nav.guest-menu .guest-menu__list li > a:hover {
  background: none;
  color: #085cf0;
}

/* Телефоны и почта ------------------------------------------------------- */
.side-nav.guest-menu .guest-menu__phone,
.side-nav.guest-menu .guest-menu__email {
  display: block;
  height: auto !important;
  padding: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 4px;
  color: #060b35;
}

.side-nav.guest-menu .guest-menu__phone:hover,
.side-nav.guest-menu .guest-menu__email:hover {
  background: none;
  color: #085cf0;
}

/* Кнопка «Заказать звонок» ----------------------------------------------- */
.side-nav.guest-menu .guest-menu__callback {
  box-sizing: border-box;
  /* display и width перебиваются стилями side-nav, отсюда !important:
     без них кнопка растягивается на всю колонку и подпись уходит влево */
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 221px !important;
  height: 40px;
  margin-top: 17px;
  padding: 0;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  transition: filter 0.2s ease;
}

.side-nav.guest-menu .guest-menu__callback:hover {
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  filter: brightness(1.15);
}

.guest-menu__copyright {
  flex: 0 0 auto;
  padding-top: 24px;
  font-size: 11px;
  line-height: 16px;
  color: #555555;
}

/* Затемнение под панелью ------------------------------------------------- */
#sidenav-overlay {
  background-color: rgba(33, 33, 33, 0.8);
}

/* Мобильная раскладка — макет Меню_375px.svg ----------------------------- */
@media (max-width: 600px) {
  .side-nav.guest-menu {
    width: 300px;
  }
  .guest-menu__inner {
    padding: 20px;
  }
  .guest-menu__columns {
    display: block;
  }
  .guest-menu__section + .guest-menu__section {
    margin-top: 18px;
  }
  /* у блока контактов первая строка — телефон 16px, его строчный бокс
     добавляет высоту, поэтому отступ меньше */
  .guest-menu__columns .guest-menu__section--contacts {
    margin-top: 14px;
  }
  /* селектор должен совпадать по весу с десктопным (li > a),
     иначе медиазапрос его не перебьёт */
  .side-nav.guest-menu .guest-menu__list li,
  .side-nav.guest-menu .guest-menu__list li > a {
    line-height: 30px;
  }
  .side-nav.guest-menu .guest-menu__phone,
  .side-nav.guest-menu .guest-menu__email {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .side-nav.guest-menu .guest-menu__callback {
    width: 258px !important;
    font-size: 13px;
  }
}
/* ==========================================================================
   Левая панель меню авторизованного пользователя
   Поведение перенесено с ветки ptp: свёрнутая полоса 54px с иконками,
   по бургеру разворачивается до 256px и показывает подписи.
   Оформление — под новый дизайн: фон #0C2879, белые иконки и подписи.
   ========================================================================== */
#main_container .left_menu .left_menu_container {
  top: 0;
  left: 0;
  height: 100vh;
  width: 54px;
  z-index: 1000;
  background: #0c2879;
  transition: width 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}

#main_container .left_menu.isAuth a div.inner,
#main_container .left_menu.opened a div.inner {
  background: #0c2879;
}

/* подсветка активного пункта и наведения */
#main_container .left_menu.isAuth a div.inner::before {
  background: rgba(255, 255, 255, 0.12);
}

#main_container .left_menu.isAuth a:hover div.inner::before {
  opacity: 1;
}

#main_container .left_menu.isAuth a div.inner i.ti,
#main_container .left_menu.isAuth a div.inner img {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

#main_container .left_menu.isAuth a div.inner div.title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

#main_container .left_menu.opened .left_menu_container {
  width: 256px;
  height: 100vh;
  background: #0c2879;
}

/* ==========================================================================
   Страница входа (resources/views/login.blade.php)
   Макеты: Вход_1600px.svg — карточка 400x333 r20 на 20px паддингах,
           поля 359x40 r8 (#DADADA), кнопка 124x40 r8, отступы 22/6/18/21;
           Вход_375px.svg  — карточка 343x304, паддинги 16, отступы 16/6/14/17.
   Фон героя вырезан из макета в /images/login-bg.svg (карта, сетка, бейджи);
   на мобильном макет карты не показывает — там только градиентное свечение.
   ========================================================================== */
#login_screen.login-hero {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* 136px — шапка: верхний ряд 81 + граница 1 + меню 54 */
  height: auto;
  min-height: calc(100vh - 136px);
  padding: 40px 0;
  background: #085cf0;
  font-family: "Roboto", sans-serif;
}

/* Сцена фона -------------------------------------------------------------
   Повторяет прямоугольник, который background-size: cover построил бы для
   картинки 1600x764: aspect-ratio держит пропорцию, min-width/min-height —
   перекрытие героя. Бейджи внутри позиционируются процентами от неё, поэтому
   остаются на своих местах карты при любом размере окна. */
.login-hero__scene {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

/* центрируем флексбоксом, а не translate(-50%): трансформация кладёт слой на
   дробные координаты, и WebKit растрирует его с потерей резкости */
.login-hero__map {
  position: relative;
  flex: 0 0 auto;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 1600/764;
  background: url("/images/login-bg.svg") no-repeat center center;
  background-size: cover;
}

.login-hero__badge {
  position: absolute;
  /* 100 / 1600 — круг 98 плюс по единице запаса под обводку с каждой стороны */
  width: 6.25%;
  height: auto;
  aspect-ratio: 1/1;
  /* тень перенесена из SVG: feOffset dx/dy + stdDeviation x2 = радиус размытия.
     box-shadow, а не filter: drop-shadow — filter поднимает элемент в
     отдельный композиторский слой, а тот на macOS с двумя мониторами разной
     плотности растрируется по масштабу «не того» экрана и мылит содержимое.
     Круг вписан в квадратный холст, поэтому border-radius 50% повторяет
     его силуэт */
  border-radius: 50%;
  box-shadow: -5px 4px 14px rgba(0, 0, 0, 0.25);
}

/* проценты — левый верхний угол холста (круг в макете минус единица запаса),
   делённый на 1600x764 */
.login-hero__badge--city {
  left: 22.75%;
  top: 38.482%;
  box-shadow: -4px 4px 17px rgba(0, 0, 0, 0.25);
}

.login-hero__badge--home {
  left: 70.875%;
  top: 26.833%;
}

.login-hero__badge--car {
  left: 67.375%;
  top: 63.743%;
}

/* карточка лежит поверх сцены */
.login-hero .login-card {
  position: relative;
  z-index: 1;
}

.login-card {
  box-sizing: border-box;
  width: 400px;
  max-width: calc(100% - 32px);
  padding: 20px;
  border-radius: 20px;
  background: #e8e8e8;
}

.login-card__title {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #060b35;
}

.login-card__label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #060b35;
}

/* .browser-default выключает оформление materialize, но height/padding
   у него всё равно свои — задаём заново */
.login-card__input.browser-default {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 0 18px;
  padding: 0 12px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 38px;
  color: #060b35;
  transition: border-color 0.2s ease;
}

.login-card__input.browser-default:focus {
  outline: none;
  border-color: #085cf0;
}

.login-card__errors {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 18px;
  color: #d32f2f;
}

.login-card__errors p {
  margin: 0;
}

.login-card__errors p + p {
  margin-top: 4px;
}

.login-card__errors i {
  margin-right: 6px;
  font-size: 15px;
  vertical-align: -2px;
}

#login_screen .login-card__forgot {
  display: block;
  margin: 0 0 21px;
  font-size: 14px;
  line-height: 18px;
  color: #313131;
  text-decoration: none;
}

#login_screen .login-card__forgot:hover {
  color: #085cf0;
}

.login-card__actions {
  display: flex;
  align-items: center;
}

/* Кнопка входа — та же, что «Войти» в шапке (см. .site-header__login) */
.login-card__submit {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 124px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.login-card__submit:hover {
  filter: brightness(1.15);
}

#login_screen .login-card__register {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 24px;
  color: #060b35;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

#login_screen .login-card__register:hover {
  color: #085cf0;
  text-decoration: none;
}

.login-card__icon {
  flex: 0 0 auto;
}

/* Восстановление пароля (reset, reset_success, reset_success2) ----------
   Отдельного макета нет — те же карточка, поля и кнопка, что на входе;
   добавлены только абзац пояснения и «широкая» кнопка под длинную подпись. */
.login-card__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  /* длинный адрес почты не должен распирать карточку */
  overflow-wrap: anywhere;
}

.login-card__accent {
  color: #085cf0;
}

.login-card__submit--wide {
  width: auto;
  padding: 0 24px;
}

/* та же кнопка ссылкой — гасим подчёркивание из #login_screen a:hover */
#login_screen a.login-card__submit,
#login_screen a.login-card__submit:hover {
  color: #fff;
  text-decoration: none;
}

/* Мобильная раскладка — макет Вход_375px.svg --------------------------- */
@media (max-width: 600px) {
  #login_screen.login-hero {
    /* мобильная шапка — 48px, нижний ряд меню скрыт */
    min-height: calc(100vh - 48px);
    padding: 24px 0;
    /* карты в мобильном макете нет — остаётся синий фон со свечением */
    background: radial-gradient(120% 55% at 55% 40%, #060b35 0%, #0c2879 45%, rgba(12, 40, 121, 0) 85%), #085cf0;
  }
  /* карты и бейджей в мобильном макете нет */
  .login-hero__scene {
    display: none;
  }
  .login-card {
    width: 343px;
    padding: 16px;
  }
  .login-card__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
  .login-card__input.browser-default {
    margin-bottom: 14px;
  }
  .login-card__errors {
    margin-bottom: 14px;
  }
  .login-card__text {
    margin-bottom: 14px;
  }
  #login_screen .login-card__forgot {
    margin-bottom: 17px;
  }
  #login_screen .login-card__register {
    margin-left: 19px;
  }
}
.index-top-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 24px;
  background-color: #060b35;
  color: #fff;
}

.index-top-image::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/433;
  background: url("/images/lots_bg.jpg?v=3") no-repeat center/100% 100%;
  pointer-events: none;
}

.index-top-image .login-hero__scene {
  z-index: 0;
  top: 0;
}

.index-top-image .login-hero__map {
  background: none;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.index-top-image .login-hero__badge {
  background: #0a1948;
}

.index-top-image .login-hero__badge--city {
  left: 46%;
  top: 70%;
}

.index-top-image .login-hero__badge--car {
  left: 62%;
  top: 55%;
}

.index-top-image .login-hero__badge--home {
  left: 70%;
  top: 29%;
}

.index-top-image .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.index-top-hero__layout {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-top-hero__content {
  max-width: 560px;
}

/* перенос «Путеводитель по всем / торгам страны» на широких экранах и
   «Путеводитель / по всем торгам страны» на мобильных — как в макетах */
.index-top-header__br--sm {
  display: none;
}

.index-top-header {
  margin: 0 0 20px;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
}

.index-top-hero__subtitle {
  margin: 0 0 32px;
  max-width: 520px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.index-top-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.index-top-hero__btn:hover,
.index-top-hero__btn:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

@media (max-width: 860px) {
  .index-top-image {
    border-radius: 20px;
  }
  .index-top-header {
    font-size: clamp(26px, 6.8vw, 36px);
    margin-bottom: 16px;
  }
  .index-top-hero__subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .index-top-hero__btn {
    padding: 12px 22px;
    font-size: 16px;
  }
}
/* Мобильный баннер по макету 375x356: текст сверху, карта на всю плашку,
   белая кнопка во всю ширину прижата к низу. Размеры ниже — из макета,
   пересчитанные в проценты от 375x356, поэтому раскладка тянется на любую
   ширину телефона. */
@media (max-width: 600px) {
  .index-top-image {
    display: flex;
    min-height: 356px;
    border-radius: 20px;
  }
  /* картинка перестаёт задавать высоту блока: её задаёт контент */
  .index-top-image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    aspect-ratio: auto;
    background-image: url("/images/lots_bg_mobile.svg");
    background-size: 100% 100%;
  }
  /* на экранах входа карты нет, но в баннере она остаётся */
  .index-top-image .login-hero__scene {
    display: flex;
  }
  /* бейджи в макете — 35.53px на ширине 375 и координаты от левого верхнего
     угла плашки */
  .index-top-image .login-hero__badge {
    width: 9.474%;
  }
  .index-top-image .login-hero__badge--city {
    left: 35.2%;
    top: 54.775%;
  }
  .index-top-image .login-hero__badge--car {
    left: 62.4%;
    top: 61.798%;
  }
  .index-top-image .login-hero__badge--home {
    left: 74.133%;
    top: 41.573%;
  }
  /* .container из materialize сжимает контент до 90%, здесь нужны поля 16px */
  .index-top-image .container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 32px 16px;
    flex: 1 1 auto;
    align-items: stretch;
    transform: none;
  }
  .index-top-hero__layout {
    align-items: stretch;
  }
  .index-top-hero__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .index-top-header__br--sm {
    display: inline;
  }
  .index-top-header__br--lg {
    display: none;
  }
  .index-top-header {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 28px;
  }
  .index-top-hero__subtitle {
    margin-bottom: 24px;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  /* кнопка прижата к низу плашки: 292px = 356 - 32 сверху - 32 снизу */
  .index-top-hero__action {
    margin-top: auto;
    min-height: 50px;
  }
  .index-top-hero__btn {
    padding: 0;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #0b2b61;
    font-size: 18px;
    line-height: 1.2;
  }
  .index-top-hero__btn:hover,
  .index-top-hero__btn:focus {
    background: #f0f3fa;
    color: #0b2b61;
  }
}
.lot-gallery-list-all {
  position: relative;
  margin-top: 20px;
  width: 100%;
}

.lot-gallery-list-all img {
  width: 100%;
  border-radius: 6px;
}

.action-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 19px;
  border: 1px solid #085cf0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s, color 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
.action-btn:hover, .action-btn:focus, .action-btn:active {
  outline: none;
  box-shadow: none;
}

.action-btn--filled {
  background: #085cf0 !important;
  color: #fff;
}
.action-btn--filled:hover, .action-btn--filled:focus, .action-btn--filled:active {
  background: #fff !important;
  color: #085cf0;
}

.action-btn--outline {
  background: #fff;
  color: #085cf0;
}
.action-btn--outline:hover, .action-btn--outline:focus, .action-btn--outline:active {
  background: #085cf0 !important;
  color: #fff;
}

.action-btn + .action-btn {
  margin-left: 20px;
}

.lot-price-block {
  text-align: right;
}

.lot-link {
  color: #060b35;
}
.lot-link:hover {
  color: #060b35;
}

@media (max-width: 600px) {
  .lot-price-block {
    text-align: left;
  }
  .lot-list-item .lot-price-block .action-btn {
    margin-top: 20px;
  }
}
.darkgreen-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 19px;
  border: 1px solid #085cf0;
  border-radius: 4px;
  background: #085cf0 !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}

.darkgreen-button .darkgreen-icon {
  display: none;
}

.darkgreen-button:hover {
  background: #fff !important;
  color: #085cf0;
}

.darkgreen-button:hover .darkgreen-icon {
  display: inline-block;
}

.darkgreen-button:hover .white-icon {
  display: none;
}

.white-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 19px;
  border: 1px solid #085cf0;
  border-radius: 4px;
  background: #fff;
  color: #085cf0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}

.white-button .white-icon {
  display: none;
}

.white-button:hover {
  background: #085cf0 !important;
  color: #fff;
  text-decoration: none;
}

.white-button:hover .white-icon {
  display: inline-block;
}

.white-button:hover .darkgreen-icon {
  display: none;
}

.darkgreen-button + .white-button {
  margin-left: 20px;
}

.lots-public__title {
  margin-top: 64px;
  margin-bottom: 24px;
}

.lots-public__panel.collection {
  background: #fff;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.lots-public__panel.collection > .collection-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.lots-public__panel.collection > .collection-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#search_form > .row {
  margin-bottom: 0;
}

#search_form > .row.filter-form__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#search_form > .row.filter-form__fields > [class*=col] {
  float: none;
  margin-left: 0;
}

#search_form select.grid-filter,
#search_form input.grid-filter {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.filter-form__divider {
  width: 100%;
  background-color: #dadada;
  border: none;
  height: 1px;
  margin: 20px 0;
}

.lots-filter-controls {
  margin-top: 0;
}

.grid-widget-filter {
  margin-top: 0;
}

@media (min-width: 993px) {
  .lots-filter-controls .filter-form__divider {
    width: 100%;
    margin: 20px 0;
  }
  .lots-filter-controls .filter-form__actions {
    display: inline-flex;
    width: auto;
    gap: 0;
  }
  .lots-filter-controls .darkgreen-button + .white-button {
    margin-left: 20px;
  }
  .grid-widget-filter .filter-form__divider {
    width: 100%;
    margin: 20px 0;
  }
  .grid-widget-filter .filter-form__actions {
    display: inline-flex;
    width: auto;
    gap: 0;
  }
  .grid-widget-filter .white-button + .darkgreen-button {
    margin-left: 20px;
  }
}
.grid-control-buttons {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .filter-form-controls {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .lots-filter-controls {
    margin-top: 0;
  }
  .filter-form__divider {
    width: 100%;
    background-color: #dadada;
    border: none;
    height: 1px;
    margin: 20px 0;
  }
  .filter-form__actions {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .filter-form__actions .darkgreen-button,
  .filter-form__actions .white-button {
    flex: 1 1 calc(50% - 6px);
    width: calc(50% - 6px);
    min-width: 0;
    margin: 0 !important;
    padding: 13px 12px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .filter-form__actions .darkgreen-button + .white-button,
  .filter-form__actions .white-button + .darkgreen-button {
    margin-left: 0;
  }
  .filter-form__actions .darkgreen-button {
    background: #085cf0 !important;
    border: 1px solid #085cf0;
    color: #fff;
  }
  .filter-form__actions .white-button {
    background: #fff;
    border: 1px solid #085cf0;
    color: #085cf0;
  }
  .filter-form__actions .darkgreen-button img,
  .filter-form__actions .white-button img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .filter-form__actions .darkgreen-button .white-icon,
  .filter-form__actions .white-button .darkgreen-icon {
    display: inline-block;
  }
  .filter-form__actions .darkgreen-button .darkgreen-icon,
  .filter-form__actions .white-button .white-icon {
    display: none;
  }
  .filter-form__actions .ml10 {
    margin-left: 8px !important;
  }
}
/* =========================================================================
   Карточка лота
   Макеты: Общее_1600px.svg (десктоп) и Общее_375px.svg (мобильная версия)
   ========================================================================= */
main.page.lot-card-page {
  background: #e8e8e8;
}

.lot-card-page #pageHead {
  min-height: 0;
  background: transparent;
}

.lot-card-page #pageHead .row {
  margin-bottom: 0;
}

.lot-card-page .breadcrumbs {
  padding: 26px 0 0;
  font-size: 15px;
  line-height: 20px;
  color: #a3a3a3;
  /* стрелка «назад» вынесена в заголовок карточки */
}
.lot-card-page .breadcrumbs a,
.lot-card-page .breadcrumbs span,
.lot-card-page .breadcrumbs .black-text,
.lot-card-page .breadcrumbs .grey-text {
  display: inline;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #a3a3a3 !important;
}
.lot-card-page .breadcrumbs .backlink {
  display: none;
}

.lot-card {
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
  overflow-wrap: break-word;
}

/* --- Заголовок ----------------------------------------------------------- */
.lot-card__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}

.lot-card__back {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #848484;
}
.lot-card__back:hover, .lot-card__back:focus {
  color: #060b35;
}
.lot-card__back svg {
  display: block;
}

.lot-card__title {
  min-width: 0;
  margin: 0;
  overflow-wrap: break-word;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #060b35;
}

/* --- Кнопки над карточкой ------------------------------------------------ */
.lot-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
}

/* если блока описания нет (страница просмотра торгов), отбивку до панели
   задаём здесь — макет: кнопка 256–296, карточка начинается с 316 */
.lot-card__actions + .lot-card__panel {
  margin-top: 20px;
}

.lot-card__actions .btn {
  margin: 0;
}

.competition-view-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(6, 11, 53, 0.5);
  border-radius: 8px;
  background: #fff;
  color: #060b35;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.competition-view-button:hover, .competition-view-button:focus, .competition-view-button:active {
  background: #060b35;
  color: #fff;
  outline: none;
  text-decoration: none;
}

/* --- Описание лота ------------------------------------------------------- */
.lot-card__desc {
  margin: 20px 0 0;
  padding: 16px 20px;
  border-radius: 20px 20px 0 0;
  background: #f0f5fe;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #060b35;
}
.lot-card__desc p {
  margin: 0;
}

/* --- Белая панель -------------------------------------------------------- */
.lot-card__panel {
  padding: 0 20px 40px;
  border-radius: 20px;
  background: #ffffff;
}

/* если над панелью есть блок описания — скругляем только низ */
.lot-card__desc + .lot-card__panel {
  border-radius: 0 0 20px 20px;
}

/* --- Вкладки ------------------------------------------------------------- */
.lot-card__tabs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dadada;
}

.lot-card__tabs.tabs {
  flex: 1 1 auto;
  width: auto;
  height: 56px;
  margin: 0;
  border-bottom: none;
  background: transparent;
  overflow-x: auto;
  overflow-y: hidden;
}
.lot-card__tabs.tabs .tab {
  flex: 0 0 auto;
  height: 56px;
  line-height: 56px;
  text-transform: none;
}
.lot-card__tabs.tabs .tab a {
  display: block;
  padding: 0 20px;
  color: #313131 !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.lot-card__tabs.tabs .tab a:hover, .lot-card__tabs.tabs .tab a:focus {
  color: #313131 !important;
  background: transparent;
}
.lot-card__tabs.tabs .tab a.active {
  color: #313131 !important;
  font-weight: 700;
  background: transparent;
}
.lot-card__tabs.tabs .indicator {
  height: 3px;
  background-color: #0c2879 !important;
}

.lot-card__views {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.2;
  color: #848484;
  white-space: nowrap;
}
.lot-card__views img {
  width: 24px;
  vertical-align: middle;
  margin-right: 4px;
}
.lot-card__views a {
  color: #848484;
}

/* --- Строки «подпись — значение» ----------------------------------------- */
.lot-card__summary-rows .row.table_row,
.lot-card__summary-rows > .tab-cnt > .row:not(.file-row),
.lot-card__rows .row.table_row,
.lot-card__rows > .tab-cnt > .row:not(.file-row) {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 0 14px !important;
}
.lot-card__summary-rows .row.table_row > [class*=col],
.lot-card__summary-rows > .tab-cnt > .row:not(.file-row) > [class*=col],
.lot-card__rows .row.table_row > [class*=col],
.lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col] {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
}
.lot-card__summary-rows .row.table_row > [class*=col]:first-child,
.lot-card__summary-rows > .tab-cnt > .row:not(.file-row) > [class*=col]:first-child,
.lot-card__rows .row.table_row > [class*=col]:first-child,
.lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col]:first-child {
  flex: 0 0 236px;
  max-width: 236px;
  padding-right: 6px;
  color: #848484 !important;
  font-weight: 400;
}
.lot-card__summary-rows .row.table_row > [class*=col]:first-child:after,
.lot-card__summary-rows > .tab-cnt > .row:not(.file-row) > [class*=col]:first-child:after,
.lot-card__rows .row.table_row > [class*=col]:first-child:after,
.lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col]:first-child:after {
  content: ":";
}
.lot-card__summary-rows .row.table_row > [class*=col]:last-child,
.lot-card__summary-rows > .tab-cnt > .row:not(.file-row) > [class*=col]:last-child,
.lot-card__rows .row.table_row > [class*=col]:last-child,
.lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col]:last-child {
  flex: 1 1 auto;
  min-width: 0;
  color: #060b35;
  word-break: break-word;
}

.lot-card__summary-rows .row.table_row .mdi,
.lot-card__rows .row .mdi {
  margin-right: 8px;
  color: #060b35;
  vertical-align: -2px;
}

/* статус торгов */
.lot-card__summary-rows .competition-status-round {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
}

.lot-card__summary-rows [class*=lot-status-text-] {
  font-weight: 700;
}

/* --- Блок цены и кнопок -------------------------------------------------- */
.lot-card__summary {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 20px;
}

.lot-card__summary-rows {
  flex: 1 1 auto;
  min-width: 0;
}

.lot-card__price {
  flex: 0 0 auto;
  text-align: right;
}

.lot-card__price-label {
  font-size: 14px;
  line-height: 21px;
  color: #848484;
}

.lot-card__price-value {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #060b35;
  white-space: nowrap;
}

.lot-card__price-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}

.lot-card__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: filter 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.lot-card__btn--filled {
  order: 1;
  border-color: transparent;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
}
.lot-card__btn--filled:hover, .lot-card__btn--filled:focus, .lot-card__btn--filled:active {
  color: #fff;
  filter: brightness(1.15);
}

.lot-card__btn--outline {
  order: 2;
  border-color: #085cf0;
  background: #fff;
  color: #085cf0;
}
.lot-card__btn--outline:hover, .lot-card__btn--outline:focus, .lot-card__btn--outline:active {
  background: #085cf0;
  color: #fff;
}

/* --- Нижние блоки -------------------------------------------------------- */
.lot-card__rows {
  padding-top: 0;
  /* строки вкладок плотнее, чем в верхнем блоке: шаг 33px (18 + 15) */
}
.lot-card__rows .row.table_row,
.lot-card__rows > .tab-cnt > .row:not(.file-row) {
  margin-bottom: 15px !important;
}
.lot-card__rows .row.table_row > [class*=col],
.lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col] {
  line-height: 18px;
}

/* на всех вкладках, кроме «Общее» (и когда фотографий нет), галерея скрыта,
   а содержимое вкладки отделяется линией — макет Информация_1600px.svg */
.lot-photo-gallery[hidden] {
  display: none !important;
}

/* на странице торгов верхнего блока нет — линия не нужна */
.lot-card:not(.competition-view) .lot-card__panel_no-gallery .lot-card__rows {
  margin-top: 19px;
  padding-top: 2px;
  border-top: 1px solid #dadada;
}

.lot-card__subtitle {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #060b35;
}

.lot-card__table-wrap {
  overflow-x: auto;
}

.lot-card__footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lot-card__footer-actions .btn {
  margin: 20px 0 0;
}

/* --- Галерея фотографий -------------------------------------------------- */
.lot-photo-gallery {
  position: relative;
  margin: 20px 0 0;
}

.lot-photo-gallery__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.lot-photo-gallery__item {
  position: relative;
  min-width: 0;
  height: 124px;
  border-radius: 8px;
  overflow: hidden;
  background: #d9d9d9;
}

.lot-photo-gallery__link {
  display: block;
  text-decoration: none;
}

.lot-photo-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lot-photo-gallery__hidden {
  display: none;
}

.lot-photo-gallery__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f5fe;
  color: #848484;
  text-align: center;
  transition: background-color 0.2s ease;
}
.lot-photo-gallery__more:hover, .lot-photo-gallery__more:focus {
  background: #e2ebfd;
  color: #848484;
}

.lot-photo-gallery__more-icon {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  color: #848484;
}
.lot-photo-gallery__more-icon .mdi {
  font-size: inherit;
}

.lot-photo-gallery__more-text {
  font-size: 14px;
  line-height: 18px;
}

.lot-photo-gallery__more-count {
  font-size: 14px;
  line-height: 18px;
}

/* индикатор прокрутки — только в мобильной версии */
.lot-photo-gallery__progress {
  display: none;
}

/* --- Планшеты ------------------------------------------------------------ */
@media (max-width: 1200px) {
  .lot-photo-gallery__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .lot-photo-gallery__row {
    grid-template-columns: repeat(3, 1fr);
  }
  .lot-card__summary {
    flex-direction: column;
    gap: 24px;
  }
  .lot-card__price {
    width: 100%;
    text-align: left;
  }
  .lot-card__price-actions {
    justify-content: flex-start;
  }
}
/* --- Мобильная версия (макет Общее_375px.svg) ---------------------------- */
@media (max-width: 600px) {
  .lot-card-page .breadcrumbs {
    padding-top: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .lot-card__head {
    gap: 16px;
    margin-top: 22px;
  }
  .lot-card__title {
    font-size: 20px;
    line-height: 24px;
  }
  /* макет Информация_375px: кнопка 138–178, карточка с 194 */
  .lot-card__actions + .lot-card__panel {
    margin-top: 16px;
  }
  .lot-card__actions {
    margin-top: 18px;
  }
  .competition-view-button,
  .lot-card__actions .btn {
    width: 100%;
  }
  .lot-card__desc {
    margin-top: 24px;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .lot-card__panel {
    padding: 0 16px 24px;
  }
  .lot-card__tabs-row {
    display: block;
  }
  .lot-card__tabs.tabs {
    height: 48px;
  }
  .lot-card__tabs.tabs .tab {
    height: 48px;
    line-height: 48px;
  }
  .lot-card__tabs.tabs .tab a {
    padding: 0 8px;
    font-size: 14px;
  }
  .lot-card__tabs.tabs .tab:first-child a {
    padding-left: 0;
  }
  .lot-card__views {
    display: none;
  }
  .lot-card__summary {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 16px;
  }
  /* цена — первой строкой, в общей сетке «подпись — значение» */
  .lot-card__price {
    display: contents;
    text-align: left;
  }
  .lot-card__price-main {
    order: 1;
    display: flex;
    align-items: baseline;
    margin-bottom: 11px;
  }
  .lot-card__price-label {
    flex: 0 0 167px;
    max-width: 167px;
    padding-right: 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
  }
  .lot-card__price-value {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
  }
  .lot-card__summary-rows {
    order: 2;
  }
  .lot-card__price-actions {
    order: 3;
    display: flex;
    gap: 12px;
    margin: 20px 0 0;
  }
  .lot-card__btn {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    min-height: 40px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.15;
    white-space: normal;
  }
  .lot-card__btn--filled {
    order: 2;
  }
  .lot-card__btn--outline {
    order: 1;
  }
  /* верхний блок: две колонки, значения выровнены по 167px */
  .lot-card__summary-rows .row.table_row {
    margin-bottom: 11px !important;
  }
  .lot-card__summary-rows .row.table_row > [class*=col] {
    font-size: 14px;
    line-height: 20px;
  }
  .lot-card__summary-rows .row.table_row > [class*=col]:first-child {
    flex: 0 0 167px;
    max-width: 167px;
    padding-right: 12px;
  }
  /* нижние блоки: подпись и значение идут в строку */
  /* линия во всю ширину карточки, без внутренних отступов */
  .lot-card:not(.competition-view) .lot-card__panel_no-gallery .lot-card__rows {
    margin: 23px -16px 0;
    padding: 4px 16px 0;
  }
  .lot-card__rows {
    padding-top: 4px;
  }
  .lot-card__rows .row.table_row,
  .lot-card__rows > .tab-cnt > .row:not(.file-row) {
    flex-wrap: wrap;
    column-gap: 6px;
    margin-bottom: 12px !important;
  }
  .lot-card__rows .row.table_row > [class*=col],
  .lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col] {
    font-size: 14px;
    line-height: 18px;
  }
  .lot-card__rows .row.table_row > [class*=col]:first-child,
  .lot-card__rows > .tab-cnt > .row:not(.file-row) > [class*=col]:first-child {
    flex: 0 0 auto;
    max-width: 100%;
    padding-right: 0;
  }
  .lot-card__footer-actions .btn {
    width: 100%;
  }
  /* галерея — горизонтальная карусель с индикатором */
  .lot-photo-gallery {
    margin-top: 20px;
  }
  .lot-photo-gallery__row {
    display: flex;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .lot-photo-gallery__row::-webkit-scrollbar {
    display: none;
  }
  .lot-photo-gallery__item {
    flex: 0 0 100%;
    min-width: 100%;
    height: auto;
    aspect-ratio: 311/187;
    scroll-snap-align: start;
  }
  .lot-photo-gallery__more {
    aspect-ratio: 311/187;
  }
  .lot-photo-gallery__progress {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 5px;
    pointer-events: none;
  }
  .lot-photo-gallery__progress-item {
    flex: 1 1 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    transition: background-color 0.2s ease;
  }
  .lot-photo-gallery__progress-item.is-active {
    background: #0c2879;
  }
}
.glightbox-container.glightbox-clean.lot-lightbox .goverlay {
  background: rgba(0, 0, 0, 0.82);
}
.glightbox-container.glightbox-clean.lot-lightbox .gcontainer {
  width: 100%;
  max-width: none;
  height: calc(100vh - 96px);
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.glightbox-container.glightbox-clean.lot-lightbox .gslider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 72px;
  box-sizing: border-box;
}
.glightbox-container.glightbox-clean.lot-lightbox .gslide-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.glightbox-container.glightbox-clean.lot-lightbox .gslide-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}
.glightbox-container.glightbox-clean.lot-lightbox .ginner-container {
  position: relative;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}
.glightbox-container.glightbox-clean.lot-lightbox .gslide-image img {
  max-height: calc(100vh - 120px);
  object-fit: contain;
}
.glightbox-container.glightbox-clean.lot-lightbox .gclose {
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 2px;
  z-index: 5;
  transform: none;
}
.glightbox-container.glightbox-clean.lot-lightbox .gclose svg {
  width: 16px;
  height: 16px;
}
.glightbox-container.glightbox-clean.lot-lightbox .gclose svg path {
  fill: #fff;
}
.glightbox-container.glightbox-clean.lot-lightbox .gclose:hover, .glightbox-container.glightbox-clean.lot-lightbox .gclose:focus {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.glightbox-container.glightbox-clean.lot-lightbox .gprev,
.glightbox-container.glightbox-clean.lot-lightbox .gnext {
  position: fixed;
  top: calc((100vh - 96px) / 2);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  z-index: 1000001;
}
.glightbox-container.glightbox-clean.lot-lightbox .gprev svg,
.glightbox-container.glightbox-clean.lot-lightbox .gnext svg {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.glightbox-container.glightbox-clean.lot-lightbox .gprev svg path,
.glightbox-container.glightbox-clean.lot-lightbox .gnext svg path {
  fill: #fff;
}
.glightbox-container.glightbox-clean.lot-lightbox .gprev {
  left: 32px;
  right: auto;
}
.glightbox-container.glightbox-clean.lot-lightbox .gnext {
  right: 32px;
  left: auto;
}

.lot-lightbox-thumbs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px 24px;
  box-sizing: border-box;
  pointer-events: none;
}

.lot-lightbox-thumbs__inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  pointer-events: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.lot-lightbox-thumbs__item {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.lot-lightbox-thumbs__item.is-active {
  border-color: #fff;
}
.lot-lightbox-thumbs__item:hover {
  opacity: 0.9;
}
.lot-lightbox-thumbs__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   Попап «Заявка на покупку лота» (partials/buy_lot_form.blade.php)
   Макеты: «Заявка на покупку лота pop up_1600px.svg» — окно 440x694, радиус 20,
           фон #E8E8E8, поля 398x40 (белые, рамка #DADADA), отступ 20;
           «..._375px.svg» — окно во всю ширину, отступы 16, крестик по центру
           над окном.
   Слой подтверждения переиспользует оформление попапа обратного звонка
   (.callback-success-*).
   ========================================================================== */
.buylot-modal {
  width: 440px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 96px);
  overflow: visible; /* чтобы крестик был виден над окном */
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  /* окно выводится внутри .lot-card__price с text-align: right — сбрасываем */
  text-align: left;
  /* центр по вертикали (горизонталь центрирует Materialize);
     !important перебивает инлайновые top/transform из Materialize */
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* крестик по диагонали от правого верхнего угла окна */
.buylot-close {
  position: absolute;
  top: -37px;
  right: -37px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 0;
}

.buylot-body {
  box-sizing: border-box;
  max-height: calc(100vh - 96px);
  padding: 20px;
  border-radius: 20px;
  background: #e8e8e8;
  color: #060b35;
  font-family: "Roboto", sans-serif;
  overflow-y: auto;
}

.buylot-title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #060b35;
}

.buylot-subtitle {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 18px;
  color: #313131;
}

.buylot-label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 18px;
  color: #060b35;
}

/* переопределяем базовые стили Materialize для input/textarea */
.buylot-modal .buylot-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
  padding: 0 15px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 38px;
  color: #060b35;
  transition: border-color 0.2s ease;
}

.buylot-modal .buylot-textarea {
  height: 100px;
  padding: 10px 15px;
  line-height: 18px;
  resize: none;
  overflow-y: auto;
}

.buylot-modal .buylot-input::placeholder {
  color: #848484;
}

.buylot-modal .buylot-input:focus {
  border-color: #085cf0;
  box-shadow: none;
  outline: none;
}

.buylot-modal .buylot-input_error {
  border-color: #e02b2b;
}

.buylot-modal .buylot-input:-webkit-autofill,
.buylot-modal .buylot-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #060b35;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.buylot-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 17px;
  color: #313131;
  cursor: pointer;
}
.buylot-agree a {
  color: #313131;
  text-decoration: underline;
}

.buylot-modal .buylot-agree input[type=checkbox] {
  position: static;
  opacity: 1;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #060b35;
  border-radius: 4px;
  accent-color: #085cf0;
  cursor: pointer;
}

.buylot-error {
  margin: -12px 0 12px;
  font-size: 13px;
  line-height: 17px;
  color: #e02b2b;
}

.buylot-submit {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.buylot-submit:hover {
  filter: brightness(1.15);
}

.buylot-submit[disabled] {
  opacity: 0.6;
  cursor: default;
}

/* слой 2: подтверждение отправки — оформление общее с обратным звонком */
.buylot-modal_sent .buylot-body {
  display: none;
}

.buylot-modal_sent .buylot-success-body {
  display: block;
}

.buylot-modal .callback-success-btn {
  display: inline-block;
  width: 115px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  background: linear-gradient(285deg, #085cf0 0%, #060b35 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s ease;
}
.buylot-modal .callback-success-btn:hover {
  color: #fff;
  filter: brightness(1.15);
}

/* мобильная раскладка: окно во всю ширину, крестик по центру над окном */
@media (max-width: 600px) {
  .buylot-modal {
    width: auto;
    max-width: none;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
  }
  .buylot-close {
    top: -52px;
    right: auto;
    left: 50%;
    margin-left: -16px;
  }
  .buylot-body {
    padding: 16px 16px 20px;
  }
  .buylot-title {
    font-size: 20px;
    line-height: 24px;
  }
}
/* CryptoPro cadesplugin warning overlay */
#cadesplugin_ovr {
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cadesplugin_ovr_item {
  margin: 0 auto !important;
}

/* --- Вкладка «Документы» на карточке лота -------------------------------
   Макеты: Документы_1600px.svg / Документы_375px.svg — заголовок 16px bold
   #0E3133, строка файла: иконка + имя 16px #060B35, ниже подпись 13px. */
.lot-docs__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #0e3133;
}

.lot-card__rows .no-docs {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #848484;
}

.lot-card__rows .file-row {
  display: flex;
  align-items: flex-start;
  margin: 0 0 13px !important;
  padding: 0 !important;
  /* тип документа не показываем — в макете только имя файла */
  /* иконка + имя в одну строку, подпись — во всю ширину под ними */
}
.lot-card__rows .file-row:hover {
  background: transparent;
}
.lot-card__rows .file-row > [class*=col] {
  float: none;
  margin: 0;
  padding: 0;
}
.lot-card__rows .file-row > .field-container {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.lot-card__rows .file-row > .col.s2,
.lot-card__rows .file-row > .col.s1 {
  flex: 0 0 auto;
  width: auto;
}
.lot-card__rows .file-row .file-label {
  display: none;
}
.lot-card__rows .file-row .field-container > .col {
  padding: 0;
}
.lot-card__rows .file-row .field-container > .col:not(.file-label) {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 14px;
  width: auto;
  float: none;
}
.lot-card__rows .file-row .field-container > .col:not(.file-label) > * {
  grid-column: 1/-1;
}
.lot-card__rows .file-row .field-container > .col:not(.file-label) > .ti-file {
  grid-column: 1;
  grid-row: 1;
}
.lot-card__rows .file-row .field-container > .col:not(.file-label) > .file-link {
  grid-column: 2;
  grid-row: 1;
}
.lot-card__rows .file-row .ti-file {
  width: 18px;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #060b35 !important;
}
.lot-card__rows .file-row .file-link {
  display: inline;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: #060b35;
}
.lot-card__rows .file-row .file-link:hover {
  color: #085cf0;
}
.lot-card__rows .file-row .status {
  margin-top: 12px;
  font-size: 13px;
  line-height: 17px;
  color: #848484 !important;
  /* «Подписано ЭП» — тёмным, без иконки ЭП (макет) */
}
.lot-card__rows .file-row .status .green-text {
  color: #060b35 !important;
}
.lot-card__rows .file-row .status .ti-ep {
  display: none;
}
.lot-card__rows .file-row .status a {
  color: #848484 !important;
  border-bottom: 1px solid currentColor;
}
.lot-card__rows .file-row .status a.action-sign {
  color: #085cf0 !important;
}

/* =========================================================================
   Страница просмотра торгов (competition show)
   Макеты: «Софт (1)/Общее (просмотр)_1600px.svg», «Лоты (просмотр)_*»,
           «Документы (просмотр)_*», «Информация_375px.svg».
   Использует ту же оболочку, что карточка лота (.lot-card / .lot-card__panel /
   .lot-card__tabs / .lot-card__rows) плюс правки ниже.
   ========================================================================= */
/* заголовок раздела внутри вкладки — 20px bold, отбивка 30/20 */
.lot-card__section-title {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #060b35;
}
.lot-card__section-title:first-child {
  margin-top: 0;
}

/* строка подписи под разделом (display_signature) */
.lot-card__signature {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
  color: #848484;
}
.lot-card__signature .green-text {
  color: #060b35 !important;
}
.lot-card__signature .ti-ep {
  display: none;
}
.lot-card__signature a {
  color: #848484 !important;
  border-bottom: 1px solid currentColor;
}
.lot-card__signature .mdi-delete {
  color: #e02b2b;
}

/* на странице торгов строки идут с шагом 38px (18 + 20) */
.competition-view .lot-card__rows .row.table_row,
.competition-view .lot-card__rows > .tab-cnt > .row:not(.file-row) {
  margin-bottom: 20px !important;
}

/* --- вкладка «Лоты» ------------------------------------------------------ */
.competition-view .block-lot {
  margin: 0 0 28px;
  /* фотографии лота в макете страницы торгов не показываются */
}
.competition-view .block-lot:last-child {
  margin-bottom: 0;
}
.competition-view .block-lot .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 !important;
}
.competition-view .block-lot .row > [class*=col] {
  flex: 1 1 0;
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.competition-view .block-lot .row > .lot-price-block {
  flex: 0 0 auto;
  padding-left: 24px;
}
.competition-view .block-lot > .row > .col:first-child,
.competition-view .block-lot .lot-gallery-list,
.competition-view .block-lot .lot-gallery-list-all {
  display: none;
}

.block-lot__price-label {
  font-size: 14px;
  line-height: 18px;
  color: #848484;
}

.competition-view .block-lot__title {
  margin: 0 0 21px;
  font-size: 16px;
  line-height: 21px;
  color: #060b35;
}
.competition-view .block-lot__title a {
  font-weight: 700;
  color: #060b35 !important;
}
.competition-view .block-lot__title a:hover {
  color: #085cf0 !important;
}
.competition-view .block-lot__title .block-lot__number {
  margin-right: 6px;
  font-weight: 400;
  color: #060b35;
}

.competition-view .block-lot p.light {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 18px;
  color: #848484;
}
.competition-view .block-lot p.light .normal {
  color: #060b35;
}
.competition-view .block-lot p.light:last-child {
  margin-bottom: 0;
}

.competition-view .block-lot .lot-price-block {
  text-align: right;
}
.competition-view .block-lot .lot-price-block .fs24 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #0e3133;
}
.competition-view .block-lot .lot-price-block p {
  margin: 16px 0 0;
}

/* --- мобильная версия ---------------------------------------------------- */
@media (max-width: 600px) {
  .lot-card__section-title {
    margin: 24px 0 16px;
    font-size: 18px;
    line-height: 24px;
  }
  /* три вкладки распределяются по ширине карточки (макет Информация_375px) */
  .competition-view .lot-card__tabs.tabs .tab {
    flex: 1 1 0;
  }
  .competition-view .lot-card__tabs.tabs .tab a {
    padding: 0 4px;
    text-align: center;
  }
  .competition-view .lot-card__tabs.tabs .tab:first-child a {
    padding-left: 4px;
  }
  .competition-view .block-lot > .row {
    display: block;
  }
  .competition-view .block-lot .lot-price-block {
    width: 100%;
    margin-top: 16px;
  }
}

/*# sourceMappingURL=app.css.map */
