/* *** CSS RESET *** */

:focus {
   outline: 0
}

a {
   outline: none;
   text-decoration: none;
}

a,
img {
   border: 0;
}

button {
   cursor: pointer;
}

/* *** GLOBAL *** */

@media (min-width: 1228px) {
   body .container {
      min-width: 1230px;
   }
}

.bx-wrapper {
   z-index: 1;
}

iframe {
   border: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   margin: 0;
   margin-top: 0;
}

body p {
   margin-bottom: 25px;
   margin-top: 0;
}

body h2 {
   font-size: 20px;
   margin-bottom: 25px;
   margin-top: 0;
}

body ul {
   margin-bottom: 25px;
   padding-left: 16px;
   margin-top: 0;
}

body ol {
   padding-left: 20px;
   margin-bottom: 25px;
   margin-top: 0;
}

body .bx-wrapper {
   padding: 0;
   border: none;
}

body {
   overflow-x: hidden;
}

figure {
   margin: 0;
}

body a:hover {
   text-decoration: none;
}

input,
textarea,
button {
   font-family: 'Roboto', sans-serif;
}

body {
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   color: #2169b0;
   background: #fff;
   line-height: 1.3;
   min-width: 302px;
}

img {
   max-width: 100%;
   max-height: 100%;
}

a,
a:hover,
a:focus,
a:active {
   outline: none !important;
   text-decoration: none;
}

.hamburger,
.hamburger:focus,
.hamburger:active {
   outline: none !important;
   border: none !important;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

body .hamburger-inner,
body .hamburger-inner::before,
body .hamburger-inner::after {
   height: 2px;
}

body .bx-wrapper .bx-controls-auto,
body .bx-wrapper .bx-pager {
   position: relative;
   bottom: auto;
   width: auto;
}

.clearer {
   clear: both;
   height: 0;
}

.chosen-container-single .chosen-single div b {
   background: none;
}

.logo,
img,
a,
button {
   -webkit-transition: 0.15s linear;
   -moz-transition: 0.15s linear;
   -ms-transition: 0.15s linear;
   -o-transition: 0.15s linear;
   transition: 0.15s linear;
}

.bx-caption {
   display: none;
}

.bx-wrapper {
   box-shadow: none;
   border: 0;
   margin: 0;
   background: transparent;
}

.filtration-content {
   width: 44%;
   position: fixed;
   top: 0;
   left: -44%;
   height: 100%;
   overflow: auto;
   padding: 27px 25px 0 25px;
   background: #fff;
   z-index: 10;
   max-width: 800px;
   -webkit-transition: 0.55s ease-in-out;
   -moz-transition: 0.55s ease-in-out;
   -ms-transition: 0.55s ease-in-out;
   -o-transition: 0.55s ease-in-out;
   transition: 0.55s ease-in-out;
}

.filtration-content.active {
   left: 0;
}

.filtration-content h1 {
   font-weight: 500;
   font-size: 24px;
   margin: 0 0 22px 0;
}

.filtration-content h2 {
   font-weight: 500;
   font-size: 16px;
   margin: 0 0 20px 0;
}

.filtration-content h3 {
   font-weight: 500;
   font-size: 16px;
   margin: 0 0 20px 0;
}

.select {
   width: 100%;
   margin-bottom: 20px;
}

.select .chosen-container {
   width: 100% !important;
}

.select ul {
   margin: 0 4px 4px 0 !important;
   padding: 0 0 0 4px !important;
}

.select .chosen-container-single .chosen-single {
   position: relative;
   display: block;
   overflow: hidden;
   width: 100%;
   padding: 0 0 0 10px;
   height: 41px;
   border: none;
   border-radius: 0;
   background: #fff;
   border: 1px solid #e0e0e0;
   box-shadow: none;
   color: #3f3f3f;
   font-size: 14px;
   text-decoration: none;
   white-space: nowrap;
   line-height: 41px;
}

.select select {
   position: relative;
   display: block;
   overflow: hidden;
   width: 100%;
   padding: 0 0 0 8px;
   height: 41px;
   border: none;
   border-radius: 0;
   background: #fff;
   border: 1px solid #e0e0e0;
   box-shadow: none;
   color: #3f3f3f;
   font-size: 14px;
   text-decoration: none;
   white-space: nowrap;
}

.select .chosen-drop {
   border-color: #e0e0e0;
}

.select .chosen-drop ul li {
   background-image: none !important;
   height: auto !important;
}

.select .chosen-container-single .chosen-single div {
   width: 32px;
   background: url('../img/arrow-gray.svg') center no-repeat;
   background-size: auto 12px;
   transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -o-transform: rotate(90deg);
}

.select .chosen-container-single .chosen-single div {
   top: 1px;
}

.select .chosen-container .chosen-results li.active-result {
   background: #fff;
   color: #000;
}

.select .chosen-container .chosen-results li:hover {
   background: #0eaba8;
   color: #fff;
}

.label-box label {
   margin: 0 0 8px 0;
}

.btn-1 {
   color: #fff;
   border: 1px solid #fff;
   padding: 14px 22px 10px 22px;
   font-size: 14px;
   font-weight: 400;
   transition: background 0.2s;
   background: #0eaba8;
   background: -moz-linear-gradient(left, #0eaba8 0%, #1789ac 100%);
   background: -webkit-linear-gradient(left, #0eaba8 0%, #1789ac 100%);
   background: linear-gradient(to right, #0eaba8 0%, #1789ac 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0eaba8', endColorstr='#1789ac', GradientType=1);
}

.btn-1:hover {
   border: 1px solid #0eaba8;
   background: #fff;
   color: #0eaba8;
   text-decoration: none;
   transition: background 0.2s;
}

.filtration-content .button-box {
   margin-bottom: 40px;
}

.table-box td,
.table-box th {
   font-size: 14px;
   padding: 15px 12px 12px 12px;
   line-height: 1.5;
   border-top: 1px solid #e0e0e0;
}

.table-box th {
   height: 65px;
   padding: 15px 12px 10px 12px;
   border-top: 1px solid #e0e0e0;
   white-space: nowrap;
}

.table-box table tr th:first-child,
.table-box table tr td:first-child {
   padding-left: 25px;
}

.table-box table tr th:last-child,
.table-box table tr td:last-child {
   padding-right: 25px;
}

.table-box table tr:hover td {
   background: #f5f5f5;
}

.table-box table tr td:nth-child(5),
.table-box table tr td:nth-child(6) {
   white-space: nowrap;
}

.table-box table tr td:last-child {
   text-align: right;
}

.table-box table tr td:nth-child(1) {
   padding-right: 0;
}

.table-box table tr td:nth-child(1),
.table-box table tr th:nth-child(1) {
   width: 53px;
}

.table-box table {
   width: 100%;
}

.table-box table tr td img {
   max-width: none;
}

.btn-2 {
   padding-right: 16px;
   background: url('../img/arrow-green.svg') right 2px no-repeat;
   color: #0eaba8;
   background-size: auto 12px;
}

.btn-2:hover {
   color: #0eaba8;
   opacity: 0.85;
}

.table-content {
   margin: 0 -25px;
}

.btn-3 {
   width: 16px;
   height: 16px;
   display: block;
   background: url('../img/arrow-green.svg') center right no-repeat;
   background-size: auto 16px;
   transform: scale(-1, 1);
   -webkit-transform: scale(-1, 1);
   -moz-transform: scale(-1, 1);
   -o-transform: scale(-1, 1)
}

.btn-3:hover {
   opacity: 0.85;
}

.title {
   display: flex;
   justify-content: space-between;
}

.btn-4 {
   color: #fff;
   border: 1px solid transparent;
   padding: 21px 30px 20px 30px;
   font-size: 20px;
   font-weight: 400;
   display: inline-block;
   background: #0eaba8;
   background: -moz-linear-gradient(left, #0eaba8 0%, #1789ac 100%);
   background: -webkit-linear-gradient(left, #0eaba8 0%, #1789ac 100%);
   background: linear-gradient(to right, #0eaba8 0%, #1789ac 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0eaba8', endColorstr='#1789ac', GradientType=1);
}

.btn-4 span {
   padding-right: 50px;
   background: url('../img/arrow.svg') center right no-repeat;
   background-size: auto 16px;
}

.btn-4:hover {
   border: 1px solid #0eaba8;
   background: #fff;
   color: #0eaba8;
   text-decoration: none;
}

.btn-4:hover span {
   background-image: url('../img/arrow-green.svg');
}

.map-container.leaflet-container .button-box .btn-4:hover small,
.map-container.leaflet-container .button-box .btn-4:hover span {
   color: #0eaba8;
}

.map-container {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   font-family: 'Roboto', sans-serif;
}

.map-container .button-box {
   margin: 10px 0px 0px 10px;
   position: fixed;
   z-index: 99999;
}

.map-container.leaflet-container .button-box a span {
   color: #fff;
}



#mapid .custom-div-icon i {
   position: absolute;
   width: 22px;
   font-size: 22px;
   left: 0;
   right: 0;
   margin: 10px auto;
   text-align: center;
}

#mapid .custom-div-icon i img {
   width: 28px;
   height: 40px;
   margin-top: -12px;
}

#mapid .marker-cluster-large,
#mapid .marker-cluster-medium,
#mapid .marker-cluster-small {
   background-color: rgba(255, 255, 255, 1) !important;
   width: 50px !important;
   height: 50px !important;
   -webkit-border-radius: 25px !important;
   -moz-border-radius: 25px !important;
   border-radius: 25px !important;
}

#mapid .leaflet-marker-icon.marker-cluster div {
   background-color: rgba(14, 171, 168, 0.9);
   font-weight: 600;
   color: #fff;
}

#mapid .marker-cluster div {
   width: 40px;
   height: 40px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

#mapid .marker-cluster span {
   font-size: 18px;
   font-weight: 400;
   line-height: 40px;
}

#mapid .leaflet-container {
   font-family: 'Roboto', sans-serif;
}

#mapid .leaflet-popup-content-wrapper {
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #3f3f3f;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
}

#mapid .leaflet-popup-content-wrapper strong {
   display: block;
   font-weight: 500;
}

#mapid .leaflet-popup-content-wrapper h2 {
   font-size: 14px;
   font-weight: 600;
   color: #2169b0;
   font-family: 'Roboto', sans-serif;
   line-height: 1.5;
   margin-bottom: 10px;
}

#mapid .leaflet-popup-content-wrapper p {
   margin: 10px 0px;
}

a.clear_form {
   margin-left: 20px;
}

a.clear_form:hover {
   text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
   min-height: 41px !important;
   border: 1px solid #aaa;
   background: #fff;
   position: relative;
   display: block;
   overflow: hidden;
   width: 100%;
   padding: 0 0 0 10px !important;
   border: none;
   border-radius: 0;
   background: #fff;
   border: 1px solid #e0e0e0;
   box-shadow: none;
   color: #3f3f3f;
   font-size: 14px;
   text-decoration: none;
   white-space: nowrap;
   line-height: 41px;
}

.chosen-container-multi .chosen-choices li.search-choice {
   border: 1px solid #aaa;
   background: #fff;
   position: relative;
   display: block;
   overflow: hidden;
   border: none;
   border-radius: 0;
   background: #fff;
   border: 1px solid #e0e0e0;
   box-shadow: none;
   color: #3f3f3f;
   font-size: 14px;
   text-decoration: none;
   white-space: nowrap;
   padding: 5px 20px 5px 5px;
   margin-top: 5px;
}

.button-box a.btn-4 small {
   color: #fff;
   font-size: 14px;
   display: block;
}

@media only screen and (max-width: 1500px) {
   .filtration-content {
      width: 50%;
      left: -50%;
   }
}

@media only screen and (max-width: 1199px) {


   .filtration-content {
      width: 70%;
      left: -70%;
   }
}

@media only screen and (max-width: 992px) {
   .filtration-content {
      width: 100%;
      left: -100%;
   }
}

@media only screen and (max-width: 767px) {
   .btn-4 {
      padding: 16px 20px 15px 20px;
   }

   .table-content {
      margin-left: -20px;
      margin-right: -20px;
   }

   .table-box table tr th:first-child,
   .table-box table tr td:first-child {
      padding-left: 20px;
   }

   .table-box table tr th:last-child,
   .table-box table tr td:last-child {
      padding-right: 20px;
   }

   .btn-4 span {
      padding-right: 40px;
   }

   .filtration-content {
      padding: 20px 20px 0 20px;
   }

   .table-box {
      width: 100%;
      overflow: auto;
   }
}