::-webkit-input-placeholder {
    color: rgba(6, 10, 34, 0.3);
}

::-moz-placeholder {
    color: rgba(6, 10, 34, 0.3);
}

:-ms-input-placeholder {
    color: rgba(6, 10, 34, 0.3);
}

::-ms-input-placeholder {
    color: rgba(6, 10, 34, 0.3);
}

::placeholder {
    color: rgba(6, 10, 34, 0.3);
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    min-width: 320px;
    position: relative;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red;
}

body input:required:valid,
body textarea:required:valid {
    border-color: green;
}

.events-none {
    pointer-events: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive.img-width {
    width: 100%;
}

.text-center {
    text-align: center;
}

.page {
    background: #eee;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

a {
    color: #3e66f3;
}

b,
strong {
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.header {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.map {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    top: 0;
    left: 0;
}

.footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar {
    width: 80px;
    position: fixed;
    height: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.sidebar .logo {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.close {
    background: url(../../img/close.svg) no-repeat;
    background-size: 50% 50%;
    background-position: 50% 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    text-indent: -9999px;
    z-index: 100;
    border-radius: 50%;
}

.close_w {
    -webkit-mask: url(../../img/close.svg) no-repeat;
    mask: url(../../img/close.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
}

.card-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.nav {
    margin-top: 40px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #3e66f3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
    border-radius: 50px;
    text-indent: -9999px;
    margin-bottom: 20px;
}

.nav ul li.active {
    opacity: 0.3;
}

.nav ul li a {
    height: 100%;
    display: block;
    width: 100%;
}

.nav_statistics {
    background-image: url(../../img/statistics.svg);
}

.nav_search {
    background-image: url(../../img/search.svg);
}

.nav_filtres {
    background-image: url(../../img/filtres.svg);
}

.sidebar-menu {
    width: 35%;
    min-width: 800px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.sidebar-menu .container {
    padding: 40px 40px 40px 112px;
}

.sidebar-menu .gallery {
    padding-left: 80px;
}

.sidebar-menu .nav-tabs {
    margin-bottom: 50px;
    border-bottom: none;
}

.sidebar-menu .nav-tabs .nav-item {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

.sidebar-menu .nav-tabs .nav-item .nav-link {
    border-top: 1px solid transparent;
    border-bottom: 1px dashed #000;
    color: #000;
    opacity: 0.3;
}

.sidebar-menu .nav-tabs .nav-item .nav-link:hover {
    opacity: 1;
    border-color: transparent;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.sidebar-menu .nav-tabs .nav-item .nav-link.active,
.sidebar-menu .nav-tabs .nav-item .show .nav-link {
    border: none;
    opacity: 1;
    border-bottom: 3px solid #3e66f3;
}

.back_link {
    position: absolute;
    color: #fff;
    background: url(../../img/arrow-back.svg) 0 50% no-repeat;
    padding-left: 50px;
    top: 20px;
    left: 120px;
    z-index: 10;
}

.legend_item {
    margin-bottom: 45px;
    position: relative;
}

.legend_item .stat_num {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #060a22;
}

.legend_item .stat_proc {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    color: #000;
    opacity: 0.3;
}

.legend_item .stat_desc {
    margin-top: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.legend_item:before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-20px);
    -ms-transform: translate(-20px);
    transform: translate(-20px);
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}

.legend_item.color-1:before {
    background: #55efc4;
}

.legend_item.color-2:before {
    background: #81ecec;
}

.legend_item.color-3:before {
    background: #a29bfe;
}

.legend_item.color-4:before {
    background: #dfe6e9;
}

.legend_item.color-5:before {
    background: #00b894;
}

.legend_item.color-6:before {
    background: #0984e3;
}

.legend_item.color-7:before {
    background: #fdcb6e;
}

.form-search {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.form-search .search_btn {
    margin-left: 10px;
    background: #ccc;
    -webkit-mask: url(../../img/search.svg) no-repeat;
    mask: url(../../img/search.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.form-search .form-control {
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    font-size: 18px;
    line-height: 21px;
    color: #060a22;
}

.form-search .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.search_results {
    margin-top: 40px;
}

.search_results-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 30px 0;
}

.search_results-status {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.search_results .plan .status {
    color: #3e66f3;
}

.search_results .in-progress .status {
    color: #00bc8b;
}

.search_results-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.search_results-name_org {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.5);
    background: url(../../img/bank.svg) no-repeat;
    padding-left: 20px;
}

.search_results-address {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.5);
    background: url(../../img/pin.svg) no-repeat;
    padding-left: 20px;
    margin-bottom: 15px;
}

.search_results .ended {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.search_results .ended .search_results-address,
.search_results .ended .search_results-name_org,
.search_results .ended .search_results-status {
    color: #000;
}

.card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.card .card-header {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.card .card-header .btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(6, 10, 34, 0.5);
    padding-left: 0;
    width: 100%;
    text-align: left;
    position: relative;
    text-decoration: none;
}

.card .card-header .btn-link:hover {
    text-decoration: none;
}

.card .card-header .btn-link:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 6px;
    background: url(../../img/arrow-down.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card .card-header .btn-link.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.card .card-header .selected_options {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(6, 10, 34, 0.3);
}

.card .card-body {
    margin-top: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    color: rgba(6, 10, 34, 0.5);
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cdced3;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

[type="checkbox"]:checked + label:before {
    border-color: #3e66f3;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    background: #3e66f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #3e66f3;
}

.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    float: left;
    height: 70px;
    width: 113px;
    border-radius: 4px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.project-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.project-address {
    color: rgba(0, 0, 0, 0.5);
    background: url(../../img/pin.svg) 0 50% no-repeat;
    padding-left: 30px;
}

.project-list {
    color: grey;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.project-list li {
    padding-left: 30px;
    margin-left: 0;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
}

.project-list li:before {
    content: "\2022";
    color: #3e66f3;
    font-weight: 700;
    font-size: 1.5em;
    display: inline-block;
    width: 25px;
    margin-left: -25px;
}

.project-media {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.project-media p {
    font-weight: 300;
    margin-bottom: 15px;
}

.project-media .contacts {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.project-media .contacts .phone {
    color: grey;
    margin-right: 10px;
}

.project-media h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #060a22;
}

.project-works {
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.project-works-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 30px 0;
}

.project-works .work {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}

.project-works .contractor {
    font-size: 14px;
    line-height: 1.4;
    color: grey;
    margin-bottom: 15px;
}

.project-works .contacts {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.project-works .contacts .phone {
    color: grey;
    margin-right: 10px;
}

.project-works .status {
    font-size: 14px;
    line-height: 1.4;
    color: #b3b3b3;
    margin-bottom: 10px;
}

.project-works .status span {
    padding-right: 30px;
}

/*
NEW */

.sidebar_map {
    font-family: San Francisco Pro, sans-serif;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    background: #fff;
    color: #262f3d;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 420px;
    box-sizing: border-box;
    overflow: hidden;
    height: fit-content;
    max-height: 94vh;
    display: flex;
    flex-direction: column;
}
.sidebar_map ::-webkit-input-placeholder {
    color: rgba(33, 33, 33, 0.3);
}
.sidebar_map ::-moz-placeholder {
    color: rgba(33, 33, 33, 0.3);
}
.sidebar_map :-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.3);
}
.sidebar_map ::-ms-input-placeholder {
    color: rgba(6, 10, 33, 0.3);
}
.sidebar_map ::placeholder {
    color: rgba(33, 33, 33, 0.3);
}

.sidebar_map a {
    color: #0a7afa;
}
.sidebar_map.mute {
    position: relative;
}
.sidebar_map.mute:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.sidebar_map .search_block {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 4;
    min-height: 50px;
}
.sidebar_map .search_block .btn-filter {
    font-size: 0;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    border-radius: 10px;
    background: #262f3d url(../../img/icon_filter.svg) no-repeat 50% 50%;
    background-size: 28px;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.sidebar_map .search_block .btn-close {
    background: #262f3d url(../../img/icon_close.svg) no-repeat 50% 50%;
}
.sidebar_map .form-search {
    margin-top: 0;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 50px;
}
.sidebar_map .form-search .form-control {
    border: none;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 0;
}
.sidebar_map .form-search .form-control:focus {
    box-shadow: none;
}
.sidebar_map .form-search .search_btn {
    margin-left: 0px;
    margin-right: 10px;
    background: url(../../img/icon_search.svg) no-repeat;
    -webkit-mask: none;
    mask: none;
    display: inline-block;
    width: 21px;
    height: 21px;
}

.sidebar_map .filter_block {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 3;
    left: 0;
    padding-top: 110px;
    padding: 110px 20px 30px;
    border-radius: 20px;
}

.sidebar_map .title {
    margin: 20px 0;
    color: #212529;
}
.sidebar_map .title img {
    margin-right: 20px;
}
.sidebar_map .title h2 {
    font-size: 24px;
}
.sidebar_map .title h2 .subtitle {
    font-size: 13px;
    font-weight: normal;
}
.sidebar_map .img {
    margin-left: -20px;
    margin-right: -20px;
    width: 440px;
}
.sidebar_map .tags_cloud {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.sidebar_map .tags_cloud a {
    display: inline-block;
    background: #e9ecef;
    padding: 5px 10px 5px 10px;
    border-radius: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #262f3d;
}
.sidebar_map .tags_cloud a:hover, .sidebar_map .tags_cloud a._active {
    background: #0a7afa;
    color: #fff;
    text-decoration: none;
}

.sidebar_map .btn {
    background: #e9ecef;
    color: #6c757e;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar_map .btn-clear {
    margin-left: 10px;
}
.sidebar_map .btn-share {
    margin-right: 20px;
    line-height: 22px;
    display: inline-block;
    height: 22px;
    background: url(../../img/icon_share.svg) no-repeat;
    background-size: auto 22px;
    padding-left: 25px;
}
.sidebar_map .btn:hover {
    background-color: #007bff;
    color: #fff;
}
.sidebar_map .form_block h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 15px;
}
.sidebar_map .form_block .form-check {
    margin-bottom: 15px;
    margin-left: -10px;
    font-size: 16px;
    padding: 5px 10px 5px 30px;
    border-radius: 17px;
}
.sidebar_map .form_block .form-check:hover {
    background: #e9ecef;
}
.sidebar_map .form_block .form-check label {
    margin-left: 10px;
}
.statistic_map {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}

.legend_block {
    position: absolute;
    top: 30px;
    right: 100px;
    z-index: 2;
    background: #fff;
    border-radius: 25px;
    padding: 6px 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.status {
    margin-right: 5px;
    margin-left: 5px;
    color: #212529;
    font-size: 16px;
    background: #e9ecef;
    border-radius: 17px;
    padding: 5px 10px 5px 10px;
    position: relative;
}
/* .status._active {
  box-shadow: inset 2px 2px 5px rgb(0 0 0 / 71%);
} */
.status._active {
    color: #fff;
}
.status._active:before {
    background: #fff !important;
}
.status:before {
    display: inline-block;
    margin-right: 10px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.statistic_map .stat_btn {
    background: #fff;
    border-radius: 25px;
    padding: 10px 15px;
    margin-right: 30px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}
.statistic_map .stat_btn a {
    color: #6c757e;
    background: url(../../img/icon_stat.svg) no-repeat;
    background-size: 28px;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding-left: 35px;
}

.problem_btn {
    background: #0a7afa;
    color: #fff;
    border-radius: 25px;
    padding: 10px 15px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.problem_btn a {
    color: #fff;
    background: url(../../img/icon_info.svg) no-repeat;
    background-size: 28px;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding-left: 35px;
}
.sidebar_map .project_title {
    font-size: 26px;
    font-weight: normal;
    margin-top: 20px;
}
.sidebar_map .project_address {
    font-size: 14px;
    margin-bottom: 20px;
}
.sidebar_map .project_block {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
}

.sidebar_map .project_works {
    margin-top: 20px;
}
.sidebar_map .project_block .project_works .item {
    border-bottom: 1px solid #c8cfd3;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar_map .project_block .project_list .status {
    background: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;
    color: #6c757e;
}
.sidebar_map .project_block .project_list .status:before {
    border: 2px solid #fff;
    margin-right: 5px;
}
.sidebar_map .project_block .project_list .responsible {
    background: url(../../img/icon-house.svg) no-repeat 0 50%;
    padding-left: 15px;
    font-size: 12px;
    color: #6c757e;
}

.sidebar_map .project_block .project_list .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar_map .project_block .project_list .item:nth-child(odd) {
    background: #f5f6f7;
}

.sidebar_map .project_block .date {
    color: #6c757e;
    margin-left: auto;
    margin-right: auto;
}
.sidebar_map .project_block .status {
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 0;
    color: #6c757e;
}
.sidebar_map .project_block .item h4 {
    font-size: 16px;
}
.sidebar_map .project_block .item .description {
    font-size: 12px;
}
.sidebar_map .project_block .item .description span {
    color: #6c757e;
}

.sidebar_map .project_item {
    margin-right: -20px;
}
.sidebar_map .project_item strong {
    display: block;
    color: #262f3d;
}
.sidebar_map .project_item p {
    color: #6c757e;
    font-size: 14px;
}
.scroll-block {
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-block::-webkit-scrollbar {
    width: 7px;
}

.scroll-block::-webkit-scrollbar-track {
    background: #adb5bd;
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: #6c757e;
}

.btn-camera {
    margin-right: 20px;
    line-height: 22px;
    display: inline-block;
    height: 22px;
    background: url(../../img/video-camera.svg) no-repeat;
    background-size: auto 22px;
    padding-left: 25px;
}
.btn-result {
    margin-right: 20px;
    line-height: 22px;
    display: inline-block;
    height: 22px;
    background: url(../../img/left-arrow.svg) no-repeat;
    background-size: auto 22px;
    padding-left: 25px;
}