#popup-chg-phone .btn-send-sms, #frm-reg .btn-send-sms {
    display: inline-block;
    padding: 8px;
    width: 55px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    line-height: 30px;
    height: 45px;
    background: #1188ff;
    background: linear-gradient(#1188ff, #1172ff);
}

#popup-chg-phone .btn-send-sms.disabled, #frm-reg .btn-send-sms.disabled {
    background: #dedede;
    background: linear-gradient(#dedede, #d4d4d4);
    cursor: not-allowed;
}

#popup-chg-phone #phone, #frm-reg #phone {
    vertical-align: top;
    display: inline-block;
    width: 226px;
}

.ui-widget-content .loader {
    display: none;
    position: absolute;
    top: 0;
    text-align: center;
    padding-top: 30%;
    font-size: 20px;
    left: 0;
    color: #4462ff;
    width: 100%;
    height: 100%;
    background: rgba(234, 234, 234, 0.76);
    z-index: 999;
}

.frm-popup .frm-popup-row {
    /*overflow: auto;*/
}

.frm-popup input[type="text"],
.frm-popup input[type="number"] {
    display: inline-block;
}

.frm-popup input[type="number"] {
    height: 46px;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #d7d7d7;
}

.frm-popup input[type=number]::-webkit-inner-spin-button,
.frm-popup input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.frm-popup *::-webkit-input-placeholder {
    color: #bfbfbf;
}

.frm-popup *::-moz-placeholder {
    color: #bfbfbf;
}

.frm-popup *:-ms-input-placeholder {
    color: #bfbfbf;
}

.frm-popup *:-moz-placeholder {
    color: #bfbfbf;
}

.frm-popup #vf-code {
    width: 100px;
    text-align: center;
}

.frm-popup .resend-sms {
    float: right;
}

.ui-widget-header {
    background: none;
    border: none;
}

.frm-field-select.checkbox-right > label {
    padding-left: 25px;
}

.frm-popup-row.frm-field-select {
    width: auto;
    text-transform: none;
    font-size: 100%;
    font-weight: normal;
}

.frm-field-select.checkbox-right > label:before {
    left: 0;
    right: initial;
}



.frm-field-select.checkbox-right > label:after {
    right: initial;
    left: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.account-submit {
    text-align: center;
    margin-bottom: 50px;
}

ol.numbered, ol.numbered ol {
    counter-reset: item;
    padding-left: 35px;
}

ol.numbered > li > h2 {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

ol.numbered > li {
    margin-bottom: 15px;
}

ol.numbered li {
    display: block
}

ol.numbered > li:before {
    font-weight: bold;
}

ol.numbered li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    margin-left: -35px;
}

.btn-enter {
    width: 60px;
    box-sizing: border-box;
    padding-top: 6px;
    padding-left: 12px;
    height: 60px;
    float: left;
    color: white;
}

.inp-error * {
    border-color: #f00 !important;
}

.inp-error label {
    color: #f00 !important;
}

.settings-box .btn-apply {
    display: none;
}

.settings-box.button-show .btn-apply {
    display: block;
}

.objects-box .title-wrap .ico-block {
    width: 10%;
}

.item-object .tbl-wrap.hidden-tr:after {
    top: 60px;
    height: 65px;
    background: url(https://f1a096.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/main/gr.png) 0 0 repeat-x;
    background-position-y: -35px;
}

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

.with-help {
    width: calc(100% - 50px);
    display: inline-block;
}

i.help {
    color: #bfbfbf;
    vertical-align: bottom;
    cursor: pointer;
}

select, textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    padding: 0 5px;
}

input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bfbfbf;
}

input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #bfbfbf;
}

input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #bfbfbf;
}

input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #bfbfbf;
}

.header .menu-block .popup-block a:hover,
.header .menu-block .popup-block a.active,
.header .menu-block .popup-block span.active {
    background: rgba(255, 255, 255, 0.33);
}

@media (max-width: 480px) {
    #frm-reg #phone {
        width: 200px;
    }
}

#check-form .select2-container--krajee .select2-selection {
    height: 28px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #454545;
}

#check-form .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #e1e1e1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    height: 27px;
    top: 1px;
    right: 1px;
    width: 20px;
}

#check-form .select2-selection__rendered {
    /*padding-top: 3px;*/
}

#check-form .select2-selection__placeholder {
    color: #454545;
}

#check-form .select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}

.select2-container--krajee .select2-dropdown {
    border-color: #e1e1e1;
}

#check-form select.form-control,
#check-form #ggoogleget-address {
    height: 28px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #454545;
}

#check-form .select2-selection__arrow {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    height: 28px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #454545;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    color: #454545;
}

.select2-search.select2-search--dropdown .select2-search__field {
    font-size: inherit;
}

.select2-dropdown {
    border-radius: 1px;
    border: 1px solid #e1e1e1;
}

/*styles from googlemaps*/
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
}

.pac-icon-marker {
    background-position: -1px -161px;
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

.select2-results__options .select2-results__option:first-child .pac-item {
    border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: white;
}

.field-ggoogleget-address,
.field-ggoogleget-address .selection,
.field-ggoogleget-address .select2-selection,
.select2-container {
    outline: none;
}

.select2-results__option.select2-results__message {
    color: #aaa;
    font-weight: 200;
}

#table_loader, #graph_loader {
    text-align: center;
}
#table_loader, #graph_loader, #pdf_loader {
    color: #bfbfbf;
    top: 0;
    width: 100%;
    z-index: 999;
}
#block_highchart,
#block_highchart_mask{
    margin: 0 auto;
    max-width: 980px;
    min-height: 200px;
}
#block_highchart_mask{
    text-align: center;
}
#block_highchart .graph,
#block_highchart_mask .graph{
    float: left;
    padding: 5px !important;
    width: 50%;
}
#block_highchart .graph .highcharts-container {
    height: 200px !important;
}
#block_highchart .highcharts-container text{
    line-height:100% !important;
    text-align: right;
    transform-origin: 0 0 !important;
}
a.instruction{
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #0076ff; /* Добавляем свою линию */
}
#page_instruction{
    font-size: 15px !important;
}

#page_instruction ul{
    list-style-type: disc !important;
}
#page_instruction li{
    margin-left: 30px !important;
}
.field-ggoogleget-poly{
    width: 330px;
}
/*
     FILE ARCHIVED ON 17:25:51 Sep 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:08:14 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.571
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.045
  esindex: 0.009
  cdx.remote: 8.475
  LoadShardBlock: 64.729 (3)
  PetaboxLoader3.datanode: 86.799 (5)
  load_resource: 3603.597
  PetaboxLoader3.resolve: 3551.45
  loaddict: 32.511
*/