
@media screen and (min-width: 768px) { 
  .col-block {
    min-width: 525px;
  }
}

@media screen and (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) { 
  .tablet-hide {
    display: none !important;
  }
  .logo span {
    font-size:20px;
  }
}



@media screen and (max-width: 1360px) {
  .container-fluid.main-container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container-fluid.main-container .row .col-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid.main-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .map-section .btn-row input {
    max-width: 100%;
  }
  .map-section .btn-row.mt-fix {
    margin-top: 28px;
  }
}


@media screen and (max-width: 1024px) {  
  #content {
    padding-bottom: 80px !important;
  }
  #sidebar {
    min-height: auto;
    max-width: 100%;
    width: 100vw;
    position: fixed;
    bottom: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-shadow: 0px -2px 10px rgba(0,0,0,.10);
  }
  #top-bar .logo {
    max-width: initial;
  }
  .map-section.info-section, .privacy-links {
    padding-left: 30px;
    padding-right: 30px;
  }
  button.data-btn:hover {
    background: #08aee8;
  }
  button.data-btn:active {
    background: #02C39A !important;
  }
  ul#main-menu {
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
       -moz-flex-direction: row !important;
        -ms-flex-direction: row !important;
    -webkit-box-pack: center !important;
     justify-content: center !important;
       -ms-flex-pack: center !important;
  }
  ul#main-menu li {
    width: 90px !important;
    width: auto;
    display: inline-block;
  }
  ul#main-menu li a {
    padding: 10px 5px;
    border-right: none;
    border-top: 3px solid transparent;
  }
  ul.head-menu {
    padding: 20px 0 11px;
  }
  ul.head-menu li {
    margin: 0 20px;
  }
  .form-block > label {
    min-height: 28px;
    margin-bottom: 5px;
  }
  .form-block label > span {
    padding: 0 5px 0 0;
    line-height: 28px;
  }
  .form-block label .switch {
    min-width: 120px;
    height: 25px;
    margin-top: auto;
  }
  .form-block label .switch-label {
    line-height: 25px !important;
    font-size: 14px;
  }
  .form-block label .select-field:before {
    height: 26px;
    width: 26px;
  }
  .form-block.module-info label .select-field:before {
    height: calc(100% - 4px);
    width: calc(30px - 2px);
  }
  .form-block label .select-field:after {
    right: 9px;
    bottom: 11px;
  }
  .form-block label .number-wrapper .step-btn {
    background: #1ab6f1;
  }
  .form-block label .number-wrapper .step-btn.step-up {
    top: 0;
    right: 0;
    height: calc(100% - 2px);
    width: 28px;
  }
  .form-block label .number-wrapper .step-btn.step-down {
    bottom: 2px;
    width: 29px;
    height: calc(100% - 2px);
    right: 28px;
    border-right: 1px solid #1d98dc;
  }
  .form-block label .with-unit span.unit {
    right: 57px;
  }
  .form-block label .select-field.with-unit span.unit {
    right: 26px;
  }
  .form-block label .number-wrapper input[type="number"] {
    padding-right: 61px;
  }
  .form-block label .number-wrapper .step-btn:before {
    content: '';
    border: none;
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    line-height: 26px;
    font-size: 22px;
    color: #fff;
  }
  .form-block label .number-wrapper .step-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
  }
  .form-block label .number-wrapper .step-btn.step-down:before {
    content: '\f068';
  }
  .form-block label .number-wrapper .step-btn.step-up:before {
    content: '\f067';
  }
  .form-block label .number-wrapper .step-btn:active {
    background: #067FA9;
  }
  .form-block label .with-unit span.unit, .form-block label .add-unit span.unit {
    height: calc(100% - 2px);
    line-height: 30px;
  }
  .form-block .switch label {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-block label .select-field select, .form-block label .select-field.date-picker input {
    padding-right: 30px;
  }
  .module-info select, .module-info input {
    min-height: 30px !important;
  }
  .module-info label .select-field:before {
    width: calc(30px - 2px);
  }
  .module-info label .select-field:after {
    right: 10.5px;
    bottom: 13px;
  }
  .module-info label .number-wrapper {
    max-width: 105px;
    width: 100%;
  }
  .module-info label input {
    padding-right: 57px !important;
  }
  .module-info label .select-field select:disabled, .module-info label input:disabled {
    border-top: 2px solid #1ab6f1;
  }
  .module-info label .number-wrapper .step-btn {
    height: calc(100% - 4px) !important;
  }
  .module-info label .number-wrapper .step-btn:before {
    line-height: 28px;
  }
  .module-info label .number-wrapper .step-btn.step-up {
    top: 2px;
    right: 2px;
  }
  .module-info label .number-wrapper .step-btn.step-down {
    right: 28px;
  }
  .module-info label input {
    padding-right: 60px !important;
  }
  .module-info label .with-unit span.unit {
    right: 55px;
  }
  .map-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .module-info label .number-wrapper {
    min-width: 100px;
  }
  .module-info label .number-wrapper .step-btn.step-up {
    width: 30px;
  }
  .module-info label .number-wrapper .step-btn.step-down {
    width: 31px;
  }
  .module-info label .number-wrapper .step-btn.step-down {
    right: 32px;
  }
  .module-info label .with-unit span.unit {
    right: 63px;
  }
  .module-info label input {
    padding-right: 66px !important;
  }
  .form-block label.import-field > input {
    padding: 0;
  }
  ul.side-menu li a:focus {
    outline: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {  
  .map-section .mb-fix {
    margin-bottom: 15px;
  }
  .map-section .btn-row.mt-fix {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) { 
  .col-block {
    max-width: 560px;
    flex: auto;
  }
  .container-fluid.main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.head-menu > li {
    margin: 0 12px;
  }
  #pac-input {
    --search-width: 350px;
    margin-top: 0;
    top: 10px !important;
  }
}

@media screen and (max-width: 600px) { 
  ul.head-menu {
    padding: 18px 0 10px;
  }
  ul.head-menu > li {
    font-size: 16px;
    margin: 0 6px !important;
  }
  ul.sub-menu li {
    font-size: 15px;
  }
  .module-info.table-div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #content > .container-fluid {
    padding: 0;
  }
  .card-style:before {
    display: none;
  }
  .card-style {
    padding-top: 0;
    border-radius: 0;
  }
  .container-fluid.main-container {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .container-fluid.main-container .row.with-menu-tab {
    margin-top: 60px;
  }
  #map {
    height: 65vh;
  }
  ul.head-menu {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  ul.head-menu::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    scrollbar-color: #fff #fff;
  }
  ul.head-menu::-webkit-scrollbar, ul.head-menu::-ms-overflow-style {
    width: 0px;
    background: transparent;
  }
  ul.head-menu > li {
    font-size: 18px;
    margin: 0 15px !important;
  }
  .col-block h3 {
    font-size: 25px;
  }
  .main-container .form-block h4 {
    font-size: 25px;
  }
  .main-container .form-block > label {
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin-bottom: 15px;
  }
  .main-container .form-block > label > span {
    width: 100%;
    padding: 0;
    min-height: auto;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .main-container .form-block > label select, .main-container .form-block > label input, .main-container .form-block label .select-field.date-picker input {
    width: 100%;
    min-height: auto;
    height: 28px;
    padding: 0 5px;
    line-height: 1.4;
  }
  .main-container .form-block > label .select-field select, .main-container .form-block > label .select-field.date-picker input {
    padding-right: 31px;
  }
  .main-container .form-block > label .select-field {
    width: 100%;
  }
  .main-container .form-block > label.switch-label {
    display: flex;
    flex-direction: row;
  }
  .main-container .form-block > label.switch-label > span {
    width: 50%;
    margin-bottom: 0;
  }
  .main-container .form-block label .number-wrapper input[type="number"] {
    width: 100%;
    min-height: auto;
    height: 28px;
    padding: 0 5px;
    line-height: 1.4;
    padding-right: 62px;
  }
  .main-container .form-block label .number-wrapper {
    width: 100%;
  }
  .main-container .form-block label .with-unit span.unit {
    padding: 0 5px;
  }
  .main-container .form-block label .add-unit {
    width: 100%;
  }
  .form-block label.file input, .form-block label.import-field > input {
    padding: 0;
  }
  .form-block label.file > span, .form-block label.import-field > span {
    margin-bottom: 5px;
  }
  #sidebar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #cacfd6;
    z-index: -1;
  }
  .step-by-step .card .card-header .btn .num-box {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .step-by-step .card {
    padding-left: 50px;
    padding-right: 20px;
  }
  .step-by-step .card .card-header {
    margin-left: -50px;
  }
  .step-by-step .card .card-header .btn:before {
    height: calc(100% - 16px);
    top: 38px;
    left: 15px;
  }
  .step-by-step .card .card-header .btn {
    min-height: 40px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 575px) {
  .map-controls .btns-div:first-child .btn {
    width: 50%;
  }
  .btns-div.switch-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-controls .switch-btns .switch-div {
    min-width: 100px;
  }
  .map-controls .btn.green-btn {
    width: 100%;
  }
  #pac-input {
    --search-width: 320px;
  }
  .map-controls .switch-btns.mt-fix {
    margin-top: 10px;
  }
}

@media screen and (max-width: 425px) {
  #forRegion1 #city1, #forRegion1 #city2, #forRegion1 #city3, #forRegion2 #city1, #forRegion2 #city2, #forRegion2 #city5, #forRegion2 #city6,
  #forRegion2 #city8, #forRegion3 #city1, #forRegion3 #city2, #forRegion3 #city3, #forRegion3 #city4, #forRegion3 #city5, #forRegion3 #city7,
  #forRegion3 #city8, #forRegion3 #city9, #forRegion3 #city10, #forRegion3 #city12, #forRegion3 #city13, #forRegion4 #city1, #forRegion4 #city2,
  #forRegion4 #city4, #forRegion4 #city5, #forRegion5 #city1, #forRegion5 #city3, #forRegion5 #city4, #forRegion5 #city5, #forRegion5 #city6,
  #forRegion5 #city8, #forRegion6 #city1, #forRegion6 #city5, #forRegion7 #city1, #forRegion9 #city1, #forRegion9 #city2 {
    display: none !important;
  }
  .city .city-name {
    font-size: 21px !important;
  }
  .city.small-city .marker {
    r: 4 !important;
  }
  .city.capital-city .marker {
    r: 9 !important;
  }
  #forRegion9 #city3 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 175, 472);
       -moz-transform: matrix(1, 0, 0, 1, 175, 472);
         -o-transform: matrix(1, 0, 0, 1, 175, 472);
            transform: matrix(1, 0, 0, 1, 175, 472);
  }
  #forRegion9 #city4 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 218, 515);
       -moz-transform: matrix(1, 0, 0, 1, 218, 515);
         -o-transform: matrix(1, 0, 0, 1, 218, 515);
            transform: matrix(1, 0, 0, 1, 218, 515);
  }
  #forRegion9 #city5 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 90, 518);
       -moz-transform: matrix(1, 0, 0, 1, 90, 518);
         -o-transform: matrix(1, 0, 0, 1, 90, 518);
            transform: matrix(1, 0, 0, 1, 90, 518);
  }
  #forRegion9 #city6 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 108, 573);
       -moz-transform: matrix(1, 0, 0, 1, 108, 573);
         -o-transform: matrix(1, 0, 0, 1, 108, 573);
            transform: matrix(1, 0, 0, 1, 108, 573);
  }
  #forRegion9 #city7 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 162, 540);
       -moz-transform: matrix(1, 0, 0, 1, 162, 540);
         -o-transform: matrix(1, 0, 0, 1, 162, 540);
            transform: matrix(1, 0, 0, 1, 162, 540);
  }
  #forRegion7 #city2 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 206, 354);
       -moz-transform: matrix(1, 0, 0, 1, 206, 354);
         -o-transform: matrix(1, 0, 0, 1, 206, 354);
            transform: matrix(1, 0, 0, 1, 206, 354);
  }
  #forRegion7 #city3 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 136, 408);
       -moz-transform: matrix(1, 0, 0, 1, 136, 408);
         -o-transform: matrix(1, 0, 0, 1, 136, 408);
            transform: matrix(1, 0, 0, 1, 136, 408);
  }
  #forRegion6 #city2 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 92, 342);
       -moz-transform: matrix(1, 0, 0, 1, 92, 342);
         -o-transform: matrix(1, 0, 0, 1, 92, 342);
            transform: matrix(1, 0, 0, 1, 92, 342);
  }
  #forRegion6 #city3 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 31, 470);
       -moz-transform: matrix(1, 0, 0, 1, 31, 470);
         -o-transform: matrix(1, 0, 0, 1, 31, 470);
            transform: matrix(1, 0, 0, 1, 31, 470);
  }
  #forRegion6 #city4 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 82, 438);
       -moz-transform: matrix(1, 0, 0, 1, 82, 438);
         -o-transform: matrix(1, 0, 0, 1, 82, 438);
            transform: matrix(1, 0, 0, 1, 82, 438);
  }
  #forRegion5 #city2 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 153, 792);
       -moz-transform: matrix(1, 0, 0, 1, 153, 792);
         -o-transform: matrix(1, 0, 0, 1, 153, 792);
            transform: matrix(1, 0, 0, 1, 153, 792);
  }
  #forRegion5 #city7 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 269, 748);
       -moz-transform: matrix(1, 0, 0, 1, 269, 748);
         -o-transform: matrix(1, 0, 0, 1, 269, 748);
            transform: matrix(1, 0, 0, 1, 269, 748);
  }
  #forRegion5 #city9 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 150, 615);
       -moz-transform: matrix(1, 0, 0, 1, 150, 615);
         -o-transform: matrix(1, 0, 0, 1, 150, 615);
            transform: matrix(1, 0, 0, 1, 150, 615);
  }
  #forRegion5 #city10 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 202, 690);
       -moz-transform: matrix(1, 0, 0, 1, 202, 690);
         -o-transform: matrix(1, 0, 0, 1, 202, 690);
            transform: matrix(1, 0, 0, 1, 202, 690);
  }
  #forRegion4 #city3 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 415, 714);
       -moz-transform: matrix(1, 0, 0, 1, 415, 714);
         -o-transform: matrix(1, 0, 0, 1, 415, 714);
            transform: matrix(1, 0, 0, 1, 415, 714);
  }
  #forRegion4 #city6 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 377, 790);
       -moz-transform: matrix(1, 0, 0, 1, 377, 790);
         -o-transform: matrix(1, 0, 0, 1, 377, 790);
            transform: matrix(1, 0, 0, 1, 377, 790);
  }
  #forRegion4 #city7 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 389, 631);
       -moz-transform: matrix(1, 0, 0, 1, 389, 631);
         -o-transform: matrix(1, 0, 0, 1, 389, 631);
            transform: matrix(1, 0, 0, 1, 389, 631);
  }
  #forRegion3 #city6 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 413, 587);
       -moz-transform: matrix(1, 0, 0, 1, 413, 587);
         -o-transform: matrix(1, 0, 0, 1, 413, 587);
            transform: matrix(1, 0, 0, 1, 413, 587);
  }
  #forRegion3 #city11 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 332, 526);
       -moz-transform: matrix(1, 0, 0, 1, 332, 526);
         -o-transform: matrix(1, 0, 0, 1, 332, 526);
            transform: matrix(1, 0, 0, 1, 332, 526);
  }
  #forRegion3 #city14 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 355, 358);
       -moz-transform: matrix(1, 0, 0, 1, 355, 358);
         -o-transform: matrix(1, 0, 0, 1, 355, 358);
            transform: matrix(1, 0, 0, 1, 355, 358);
  }
  #forRegion3 #city15 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 342, 450);
       -moz-transform: matrix(1, 0, 0, 1, 342, 450);
         -o-transform: matrix(1, 0, 0, 1, 342, 450);
            transform: matrix(1, 0, 0, 1, 342, 450);
  }
  #forRegion3 #city16 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 252, 616);
       -moz-transform: matrix(1, 0, 0, 1, 252, 616);
         -o-transform: matrix(1, 0, 0, 1, 252, 616);
            transform: matrix(1, 0, 0, 1, 252, 616);
  }
  #forRegion3 #city17 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 428, 407);
       -moz-transform: matrix(1, 0, 0, 1, 428, 407);
         -o-transform: matrix(1, 0, 0, 1, 428, 407);
            transform: matrix(1, 0, 0, 1, 428, 407);
  }
  #forRegion3 #city18 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 517, 438);
       -moz-transform: matrix(1, 0, 0, 1, 517, 438);
         -o-transform: matrix(1, 0, 0, 1, 517, 438);
            transform: matrix(1, 0, 0, 1, 517, 438);
  }
  #forRegion2 #city2 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 126, 274);
       -moz-transform: matrix(1, 0, 0, 1, 126, 274);
         -o-transform: matrix(1, 0, 0, 1, 126, 274);
            transform: matrix(1, 0, 0, 1, 126, 274);
  }
  #forRegion2 #city4 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 293, 391);
       -moz-transform: matrix(1, 0, 0, 1, 293, 391);
         -o-transform: matrix(1, 0, 0, 1, 293, 391);
            transform: matrix(1, 0, 0, 1, 293, 391);
  }
  #forRegion2 #city7 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 508, 373);
       -moz-transform: matrix(1, 0, 0, 1, 508, 373);
         -o-transform: matrix(1, 0, 0, 1, 508, 373);
            transform: matrix(1, 0, 0, 1, 508, 373);
  }
  #forRegion2 #city9 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 480, 187);
       -moz-transform: matrix(1, 0, 0, 1, 480, 187);
         -o-transform: matrix(1, 0, 0, 1, 480, 187);
            transform: matrix(1, 0, 0, 1, 480, 187);
  }
  #forRegion2 #city10 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 300, 330);
       -moz-transform: matrix(1, 0, 0, 1, 300, 330);
         -o-transform: matrix(1, 0, 0, 1, 300, 330);
            transform: matrix(1, 0, 0, 1, 300, 330);
  }
  #forRegion2 #city11 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 228, 298);
       -moz-transform: matrix(1, 0, 0, 1, 228, 298);
         -o-transform: matrix(1, 0, 0, 1, 228, 298);
            transform: matrix(1, 0, 0, 1, 228, 298);
  }
  #forRegion2 #city12 .city-name {
    font-size: 26px !important;
    -webkit-transform: matrix(1, 0, 0, 1, 488, 272);
       -moz-transform: matrix(1, 0, 0, 1, 488, 272);
         -o-transform: matrix(1, 0, 0, 1, 488, 272);
            transform: matrix(1, 0, 0, 1, 488, 272);
  }
  #forRegion1 #city4 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 285, 120);
       -moz-transform: matrix(1, 0, 0, 1, 285, 120);
         -o-transform: matrix(1, 0, 0, 1, 285, 120);
            transform: matrix(1, 0, 0, 1, 285, 120);
  }
  #forRegion1 #city5 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 390, 145);
       -moz-transform: matrix(1, 0, 0, 1, 390, 145);
         -o-transform: matrix(1, 0, 0, 1, 390, 145);
            transform: matrix(1, 0, 0, 1, 390, 145);
  }
  #forRegion1 #city6 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 229, 237);
       -moz-transform: matrix(1, 0, 0, 1, 229, 237);
         -o-transform: matrix(1, 0, 0, 1, 229, 237);
            transform: matrix(1, 0, 0, 1, 229, 237);
  }
  #forRegion1 #city7 .city-name {
    -webkit-transform: matrix(1, 0, 0, 1, 255, 166);
       -moz-transform: matrix(1, 0, 0, 1, 255, 166);
         -o-transform: matrix(1, 0, 0, 1, 255, 166);
            transform: matrix(1, 0, 0, 1, 255, 166);
  }
  .email-box > div button {
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 100%;
  }
  .email-box {
    width: 380px;
    height: 90px;
  }
  #forReg1 {
    x: 95;
    y: 100;
  }
  #forReg2 {
    x: 250;
    y: 145;
  }
  #forReg3 {
    x: 225;
    y: 390;
  }
  #forReg3 {
    x: 225;
    y: 390;
  }
  #forReg4 {
    x: 270;
    y: 635;
  }
  #forReg5 {
    x: 60;
    y: 650;
  }
  #forReg6 {
    x: 0;
    y: 280;
  }
  #forReg6 > div::after {
    left: 90px;
  }
  #forReg7 {
    x: 10;
    y: 310;
  }
  #forReg9 {
    x: 15;
    y: 430;
  }
  #pac-input {
    left: 10px !important;
    --search-width: 100%;
    width: calc(var(--search-width) - 70px);
  }
  ul.head-menu > li {
    font-size: 17px;
    margin: 0 12px !important;
  }
  ul.sub-menu li {
    margin: 0 12px;
  }
  #content {
    padding-bottom: 80px !important;
  }
  ul#main-menu li {
    width: 80px !important;
  }
  ul.side-menu li a {
    height: 70px;
  }
  ul.side-menu li a i {
    font-size: 24px;
    margin-bottom: 3px;
  }
  ul.side-menu li a span {
    font-size: 15px;
  }
  .map-controls .switch-btns .switch-div {
    min-width: calc(50% - 4px);
    margin-bottom: 10px;
  }
  .map-controls .switch-btns .switch-div + .switch-div {
    margin-left: 0;
  }
  .map-controls .switch-btns .switch-div:nth-child(even) {
    margin-left: 4px;
  }
  .map-controls .btns-div {
    margin-bottom: 20px;
  }
  .btns-div switch-btns {
    margin-bottom: 10px;
  }
  .step-by-step .card .card-header .btn .num-box {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .step-by-step .card {
    padding-left: 45px;
    padding-right: 0;
  }
  .step-by-step .card .card-header {
    margin-left: -45px;
  }
  .step-by-step .card .card-header .btn:before {
    height: calc(100% - 12px);
    width: 6px;
    top: 34px;
    left: 14.5px;
  }
  .step-by-step .card .card-body {
    padding: 20px 15px 5px;
  }
  .step-by-step .card .card-body img {
    max-width: calc(100% + 30px);
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .step-by-step .card .card-header .btn {
    min-height: 35px;
    padding-left: 45px;
  }
}

@media screen and (max-width: 375px) {
  #forRegion1 #city4, #forRegion1 #city5, #forRegion2 #city3, #forRegion2 #city4, #forRegion2 #city7, #forRegion2 #city10,
  #forRegion3 #city6, #forRegion5 #city9, #forRegion9 #city3, #forRegion9 #city4 {
    display: none !important;
  }
  ul.sub-menu li {
    font-size: 14px;
    margin: 0 10px;
  }
  #pac-input {
    --search-width: 220px;
  }

}